diff --git a/.github/pull_request_template.md b/.forgejo/pull_request_template.md similarity index 100% rename from .github/pull_request_template.md rename to .forgejo/pull_request_template.md diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index 8c53681289..0000000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,65 +0,0 @@ -# For most projects, this workflow file will not need changing; you simply need -# to commit it to your repository. -# -# You may wish to alter this file to override the set of languages analyzed, -# or to provide custom queries or build logic. -# -# ******** NOTE ******** -# We have attempted to detect the languages in your repository. Please check -# the `language` matrix defined below to confirm you have the correct set of -# supported CodeQL languages. -# -name: "CodeQL" - -on: - push: - branches: [ master ] - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - permissions: - actions: read - contents: read - security-events: write - - strategy: - fail-fast: false - matrix: - language: [ 'javascript' ] - # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] - # Learn more about CodeQL language support at https://git.io/codeql-language-support - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - # Initializes the CodeQL tools for scanning. - - name: Initialize CodeQL - uses: github/codeql-action/init@v2 - with: - languages: ${{ matrix.language }} - # If you wish to specify custom queries, you can do so here or in a config file. - # By default, queries listed here will override any specified in a config file. - # Prefix the list here with "+" to use these queries and those in the config file. - # queries: ./path/to/local/query, your-org/your-repo/queries@main - - # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). - # If this step fails, then you should remove it and run the build manually (see below) - - name: Autobuild - uses: github/codeql-action/autobuild@v2 - - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl - - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines - # and modify them (or add more) to build your code if your project - # uses a compiled language - - #- run: | - # make bootstrap - # make release - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/deploy_prod.yml b/.github/workflows/deploy_prod.yml deleted file mode 100644 index faf288f2d8..0000000000 --- a/.github/workflows/deploy_prod.yml +++ /dev/null @@ -1,80 +0,0 @@ -name: Deploy master on mapcomplete.org -on: - push: - branches: - - master - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - name: Set up Node.js - uses: actions/setup-node@v3 - with: - node-version: "20" - cache: "npm" - cache-dependency-path: package-lock.json - - - name: install deps - run: npm ci - shell: bash - - - name: create generated dir - run: mkdir ./assets/generated - shell: bash - - - name: create dependencies - run: npm run generate:licenses; npm run generate:images; npm run generate:charging-stations; npm run generate:service-worker; npm run download:editor-layer-index - shell: bash - - - name: sync translations - run: npm run generate:translations - shell: bash - - - name: generate layeroverview - run: npm run reset:layeroverview - shell: bash - - - name: run tests - run: npm run test - shell: bash - - - name: Prepare deploy - run: npm run prepare-deploy - shell: bash - - - name: Clone deployment repo - env: - DEPLOY_KEY_PIETERVDVN: ${{ secrets.DEPLOY_KEY_PIETERVDVN }} - run: | - echo "Cloning destination repo" - git config --global user.email "pietervdvn@posteo.net" - git config --global user.name "pietervdvn" - git clone --depth 1 --single-branch --branch main "https://x-access-token:$DEPLOY_KEY_PIETERVDVN@github.com/MapComplete/mapcomplete.github.io.git" - echo "Destination repo is cloned" - - - name: Sync repo - env: - DEPLOY_KEY_PIETERVDVN: ${{ secrets.DEPLOY_KEY_PIETERVDVN }} - run: | - cd mapcomplete.github.io - git pull - - - name: "Copying files" - run: | - echo "Deploying" - rm -rf mapcomplete.github.io/* - cp -r dist/* mapcomplete.github.io/ - cd mapcomplete.github.io/ - echo "mapcomplete.org" > CNAME - touch .nojekyll - git add * - if git status | grep -q "Changes to be committed" - then - git commit -am "Deploying a new version of mapcomplete" - git push - else - echo "No changes to commit" - fi diff --git a/CHANGELOG.md b/CHANGELOG.md index 637894f212..933002ae0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.48.5](https://github.com/pietervdvn/mapcomplete/compare/v0.48.4...v0.48.5) (2025-01-28) + + +### Bug Fixes + +* remove NSI-renderings which actually don't have a logo, fix https://source.mapcomplete.org/MapComplete/MapComplete/issues/2300 ([3e3b4b9](https://github.com/pietervdvn/mapcomplete/commits/3e3b4b9420d91ee2ab44c45ef2106bd7bd256891)) + +### [0.48.4](https://github.com/pietervdvn/mapcomplete/compare/v0.48.3...v0.48.4) (2025-01-26) + ### [0.48.3](https://github.com/pietervdvn/mapcomplete/compare/v0.48.0...v0.48.3) (2025-01-24) diff --git a/Docs/Layers/address.md b/Docs/Layers/address.md index 3475395f90..e1e833bf00 100644 --- a/Docs/Layers/address.md +++ b/Docs/Layers/address.md @@ -85,4 +85,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/address/address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/address/address.json) +This document is autogenerated from [assets/layers/address/address.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/address/address.json) diff --git a/Docs/Layers/advertising.md b/Docs/Layers/advertising.md index 309a90150f..ae3c45ad6f 100644 --- a/Docs/Layers/advertising.md +++ b/Docs/Layers/advertising.md @@ -191,4 +191,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/advertising/advertising.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/advertising/advertising.json) +This document is autogenerated from [assets/layers/advertising/advertising.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/advertising/advertising.json) diff --git a/Docs/Layers/advertising_wall_paintings.md b/Docs/Layers/advertising_wall_paintings.md index d8cb1e18b1..0fd1552965 100644 --- a/Docs/Layers/advertising_wall_paintings.md +++ b/Docs/Layers/advertising_wall_paintings.md @@ -162,4 +162,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json) +This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/ghostsigns/ghostsigns.json) diff --git a/Docs/Layers/aerialway.md b/Docs/Layers/aerialway.md index 0d1db9b909..cc03b768a0 100644 --- a/Docs/Layers/aerialway.md +++ b/Docs/Layers/aerialway.md @@ -121,4 +121,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/aerialway/aerialway.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/aerialway/aerialway.json) +This document is autogenerated from [assets/layers/aerialway/aerialway.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/aerialway/aerialway.json) diff --git a/Docs/Layers/all_streets.md b/Docs/Layers/all_streets.md index 90427eb1f8..af1c14ac95 100644 --- a/Docs/Layers/all_streets.md +++ b/Docs/Layers/all_streets.md @@ -71,4 +71,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json) +This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/street_lighting/street_lighting.json) diff --git a/Docs/Layers/all_vending_machine.md b/Docs/Layers/all_vending_machine.md index 1a92b4acca..34f866cf53 100644 --- a/Docs/Layers/all_vending_machine.md +++ b/Docs/Layers/all_vending_machine.md @@ -340,4 +340,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/vending_machine/vending_machine.json) +This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/vending_machine/vending_machine.json) diff --git a/Docs/Layers/ambulancestation.md b/Docs/Layers/ambulancestation.md index c643b01d27..80c35833dc 100644 --- a/Docs/Layers/ambulancestation.md +++ b/Docs/Layers/ambulancestation.md @@ -106,4 +106,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/ambulancestation/ambulancestation.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ambulancestation/ambulancestation.json) +This document is autogenerated from [assets/layers/ambulancestation/ambulancestation.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ambulancestation/ambulancestation.json) diff --git a/Docs/Layers/animal_shelter.md b/Docs/Layers/animal_shelter.md index 7d99e2952f..557dcec659 100644 --- a/Docs/Layers/animal_shelter.md +++ b/Docs/Layers/animal_shelter.md @@ -164,4 +164,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/animal_shelter/animal_shelter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/animal_shelter/animal_shelter.json) +This document is autogenerated from [assets/layers/animal_shelter/animal_shelter.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/animal_shelter/animal_shelter.json) diff --git a/Docs/Layers/artwork.md b/Docs/Layers/artwork.md index 10471656cf..6cac1afb93 100644 --- a/Docs/Layers/artwork.md +++ b/Docs/Layers/artwork.md @@ -383,4 +383,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/artwork/artwork.json) +This document is autogenerated from [assets/layers/artwork/artwork.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/artwork/artwork.json) diff --git a/Docs/Layers/artwork_on_wall.md b/Docs/Layers/artwork_on_wall.md index 25ad7f9a9d..596012dd4a 100644 --- a/Docs/Layers/artwork_on_wall.md +++ b/Docs/Layers/artwork_on_wall.md @@ -386,4 +386,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json) +This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/ghostsigns/ghostsigns.json) diff --git a/Docs/Layers/assembly_point.md b/Docs/Layers/assembly_point.md index 9123523400..da3321bb88 100644 --- a/Docs/Layers/assembly_point.md +++ b/Docs/Layers/assembly_point.md @@ -89,4 +89,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/assembly_point/assembly_point.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/assembly_point/assembly_point.json) +This document is autogenerated from [assets/layers/assembly_point/assembly_point.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/assembly_point/assembly_point.json) diff --git a/Docs/Layers/assisted_repair.md b/Docs/Layers/assisted_repair.md index aef86bf1f2..b72d4908dd 100644 --- a/Docs/Layers/assisted_repair.md +++ b/Docs/Layers/assisted_repair.md @@ -167,4 +167,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/assisted_repair/assisted_repair.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/assisted_repair/assisted_repair.json) +This document is autogenerated from [assets/layers/assisted_repair/assisted_repair.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/assisted_repair/assisted_repair.json) diff --git a/Docs/Layers/atm.md b/Docs/Layers/atm.md index e4664cc406..576e5abec3 100644 --- a/Docs/Layers/atm.md +++ b/Docs/Layers/atm.md @@ -168,4 +168,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/atm/atm.json) +This document is autogenerated from [assets/layers/atm/atm.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/atm/atm.json) diff --git a/Docs/Layers/bank.md b/Docs/Layers/bank.md index 64fbe18ebc..75e3a91d9d 100644 --- a/Docs/Layers/bank.md +++ b/Docs/Layers/bank.md @@ -86,4 +86,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bank/bank.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bank/bank.json) +This document is autogenerated from [assets/layers/bank/bank.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bank/bank.json) diff --git a/Docs/Layers/barrier.md b/Docs/Layers/barrier.md index 75283e8587..0cdd911f8b 100644 --- a/Docs/Layers/barrier.md +++ b/Docs/Layers/barrier.md @@ -160,4 +160,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/barrier/barrier.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/barrier/barrier.json) +This document is autogenerated from [assets/layers/barrier/barrier.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/barrier/barrier.json) diff --git a/Docs/Layers/bbq.md b/Docs/Layers/bbq.md index e008f4ac0c..1c3b9f1e8a 100644 --- a/Docs/Layers/bbq.md +++ b/Docs/Layers/bbq.md @@ -106,4 +106,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/bbq/bbq.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bbq/bbq.json) +This document is autogenerated from [assets/layers/bbq/bbq.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bbq/bbq.json) diff --git a/Docs/Layers/beehive.md b/Docs/Layers/beehive.md index 847f70d698..d1add578f0 100644 --- a/Docs/Layers/beehive.md +++ b/Docs/Layers/beehive.md @@ -80,4 +80,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/beehive/beehive.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/beehive/beehive.json) +This document is autogenerated from [assets/layers/beehive/beehive.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/beehive/beehive.json) diff --git a/Docs/Layers/bench.md b/Docs/Layers/bench.md index dc2242465c..eb63b2d311 100644 --- a/Docs/Layers/bench.md +++ b/Docs/Layers/bench.md @@ -296,4 +296,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bench/bench.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench/bench.json) +This document is autogenerated from [assets/layers/bench/bench.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bench/bench.json) diff --git a/Docs/Layers/bench_at_pt.md b/Docs/Layers/bench_at_pt.md index 24232e6cad..324c39eae5 100644 --- a/Docs/Layers/bench_at_pt.md +++ b/Docs/Layers/bench_at_pt.md @@ -78,4 +78,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bench_at_pt/bench_at_pt.json) +This document is autogenerated from [assets/layers/bench_at_pt/bench_at_pt.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bench_at_pt/bench_at_pt.json) diff --git a/Docs/Layers/bicycle_assisted_repair_workshop.md b/Docs/Layers/bicycle_assisted_repair_workshop.md index f9aaf7796c..3a1e72361a 100644 --- a/Docs/Layers/bicycle_assisted_repair_workshop.md +++ b/Docs/Layers/bicycle_assisted_repair_workshop.md @@ -164,4 +164,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Layers/bicycle_counter.md b/Docs/Layers/bicycle_counter.md index eaf8a60443..82c6674859 100644 --- a/Docs/Layers/bicycle_counter.md +++ b/Docs/Layers/bicycle_counter.md @@ -124,4 +124,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/bicycle_counter/bicycle_counter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_counter/bicycle_counter.json) +This document is autogenerated from [assets/layers/bicycle_counter/bicycle_counter.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bicycle_counter/bicycle_counter.json) diff --git a/Docs/Layers/bicycle_library.md b/Docs/Layers/bicycle_library.md index 1d53a4baf9..365abeeba8 100644 --- a/Docs/Layers/bicycle_library.md +++ b/Docs/Layers/bicycle_library.md @@ -162,4 +162,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_library/bicycle_library.json) +This document is autogenerated from [assets/layers/bicycle_library/bicycle_library.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bicycle_library/bicycle_library.json) diff --git a/Docs/Layers/bicycle_rental.md b/Docs/Layers/bicycle_rental.md index 64fc4fe191..06c4d3d931 100644 --- a/Docs/Layers/bicycle_rental.md +++ b/Docs/Layers/bicycle_rental.md @@ -279,4 +279,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bicycle_rental/bicycle_rental.json) +This document is autogenerated from [assets/layers/bicycle_rental/bicycle_rental.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bicycle_rental/bicycle_rental.json) diff --git a/Docs/Layers/bicycle_rental_non_docking.md b/Docs/Layers/bicycle_rental_non_docking.md index 2b51f70b55..5abe1969e4 100644 --- a/Docs/Layers/bicycle_rental_non_docking.md +++ b/Docs/Layers/bicycle_rental_non_docking.md @@ -267,4 +267,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Layers/bike_cafe.md b/Docs/Layers/bike_cafe.md index 78d17eac06..d74cb0de05 100644 --- a/Docs/Layers/bike_cafe.md +++ b/Docs/Layers/bike_cafe.md @@ -163,4 +163,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bike_cafe/bike_cafe.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cafe/bike_cafe.json) +This document is autogenerated from [assets/layers/bike_cafe/bike_cafe.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_cafe/bike_cafe.json) diff --git a/Docs/Layers/bike_cleaning.md b/Docs/Layers/bike_cleaning.md index b21a901b19..46f28bb5fc 100644 --- a/Docs/Layers/bike_cleaning.md +++ b/Docs/Layers/bike_cleaning.md @@ -121,4 +121,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_cleaning/bike_cleaning.json) +This document is autogenerated from [assets/layers/bike_cleaning/bike_cleaning.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_cleaning/bike_cleaning.json) diff --git a/Docs/Layers/bike_parking.md b/Docs/Layers/bike_parking.md index 5bef2dd80f..3b07cad910 100644 --- a/Docs/Layers/bike_parking.md +++ b/Docs/Layers/bike_parking.md @@ -235,4 +235,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_parking/bike_parking.json) +This document is autogenerated from [assets/layers/bike_parking/bike_parking.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_parking/bike_parking.json) diff --git a/Docs/Layers/bike_repair_station.md b/Docs/Layers/bike_repair_station.md index 3f4cbae6ed..108cafe1b4 100644 --- a/Docs/Layers/bike_repair_station.md +++ b/Docs/Layers/bike_repair_station.md @@ -252,4 +252,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bike_repair_station/bike_repair_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_repair_station/bike_repair_station.json) +This document is autogenerated from [assets/layers/bike_repair_station/bike_repair_station.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_repair_station/bike_repair_station.json) diff --git a/Docs/Layers/bike_shop.md b/Docs/Layers/bike_shop.md index 0674359d31..d9d511d928 100644 --- a/Docs/Layers/bike_shop.md +++ b/Docs/Layers/bike_shop.md @@ -457,4 +457,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_shop/bike_shop.json) +This document is autogenerated from [assets/layers/bike_shop/bike_shop.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_shop/bike_shop.json) diff --git a/Docs/Layers/bike_themed_object.md b/Docs/Layers/bike_themed_object.md index 2abe6c1f21..1d6cfb4f29 100644 --- a/Docs/Layers/bike_themed_object.md +++ b/Docs/Layers/bike_themed_object.md @@ -124,4 +124,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/bike_themed_object/bike_themed_object.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/bike_themed_object/bike_themed_object.json) +This document is autogenerated from [assets/layers/bike_themed_object/bike_themed_object.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/bike_themed_object/bike_themed_object.json) diff --git a/Docs/Layers/binocular.md b/Docs/Layers/binocular.md index cbb8a48305..b80b752e20 100644 --- a/Docs/Layers/binocular.md +++ b/Docs/Layers/binocular.md @@ -88,4 +88,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/binocular/binocular.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/binocular/binocular.json) +This document is autogenerated from [assets/layers/binocular/binocular.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/binocular/binocular.json) diff --git a/Docs/Layers/birdhide.md b/Docs/Layers/birdhide.md index a06143994d..3669aa24ed 100644 --- a/Docs/Layers/birdhide.md +++ b/Docs/Layers/birdhide.md @@ -116,4 +116,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/birdhide/birdhide.json) +This document is autogenerated from [assets/layers/birdhide/birdhide.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/birdhide/birdhide.json) diff --git a/Docs/Layers/brothel.md b/Docs/Layers/brothel.md index 1157194926..ac82d513b4 100644 --- a/Docs/Layers/brothel.md +++ b/Docs/Layers/brothel.md @@ -138,4 +138,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/brothel/brothel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/brothel/brothel.json) +This document is autogenerated from [assets/layers/brothel/brothel.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/brothel/brothel.json) diff --git a/Docs/Layers/cafe_pub.md b/Docs/Layers/cafe_pub.md index d064f8d178..476ce813e8 100644 --- a/Docs/Layers/cafe_pub.md +++ b/Docs/Layers/cafe_pub.md @@ -323,4 +323,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/cafe_pub/cafe_pub.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cafe_pub/cafe_pub.json) +This document is autogenerated from [assets/layers/cafe_pub/cafe_pub.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/cafe_pub/cafe_pub.json) diff --git a/Docs/Layers/car_rental.md b/Docs/Layers/car_rental.md index 46f7029dd5..47e7bf4a6c 100644 --- a/Docs/Layers/car_rental.md +++ b/Docs/Layers/car_rental.md @@ -128,4 +128,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/car_rental/car_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/car_rental/car_rental.json) +This document is autogenerated from [assets/layers/car_rental/car_rental.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/car_rental/car_rental.json) diff --git a/Docs/Layers/caravansites.md b/Docs/Layers/caravansites.md index 78991c33ac..8d7e029b3e 100644 --- a/Docs/Layers/caravansites.md +++ b/Docs/Layers/caravansites.md @@ -169,4 +169,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/caravansites/caravansites.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/caravansites/caravansites.json) +This document is autogenerated from [assets/layers/caravansites/caravansites.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/caravansites/caravansites.json) diff --git a/Docs/Layers/charge_point.md b/Docs/Layers/charge_point.md index 22e0ba7a1e..bcf3625250 100644 --- a/Docs/Layers/charge_point.md +++ b/Docs/Layers/charge_point.md @@ -1205,4 +1205,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/charge_point/charge_point.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/charge_point/charge_point.json) +This document is autogenerated from [assets/layers/charge_point/charge_point.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/charge_point/charge_point.json) diff --git a/Docs/Layers/charging_station.md b/Docs/Layers/charging_station.md index 9d277b186c..226e941b65 100644 --- a/Docs/Layers/charging_station.md +++ b/Docs/Layers/charging_station.md @@ -1470,4 +1470,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/charging_station/charging_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/charging_station/charging_station.json) +This document is autogenerated from [assets/layers/charging_station/charging_station.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/charging_station/charging_station.json) diff --git a/Docs/Layers/charging_station_ebikes.md b/Docs/Layers/charging_station_ebikes.md index d8f8b621d8..5fdf4ca5ed 100644 --- a/Docs/Layers/charging_station_ebikes.md +++ b/Docs/Layers/charging_station_ebikes.md @@ -1424,4 +1424,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Layers/cinema.md b/Docs/Layers/cinema.md index f893b8e6d4..3c4e9e4d54 100644 --- a/Docs/Layers/cinema.md +++ b/Docs/Layers/cinema.md @@ -119,4 +119,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/cinema/cinema.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cinema/cinema.json) +This document is autogenerated from [assets/layers/cinema/cinema.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/cinema/cinema.json) diff --git a/Docs/Layers/climbing_area.md b/Docs/Layers/climbing_area.md index 9f7b9d5c64..3296d404d2 100644 --- a/Docs/Layers/climbing_area.md +++ b/Docs/Layers/climbing_area.md @@ -161,4 +161,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_area/climbing_area.json) +This document is autogenerated from [assets/layers/climbing_area/climbing_area.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/climbing_area/climbing_area.json) diff --git a/Docs/Layers/climbing_club.md b/Docs/Layers/climbing_club.md index ed7e95669a..3279b25284 100644 --- a/Docs/Layers/climbing_club.md +++ b/Docs/Layers/climbing_club.md @@ -125,4 +125,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/climbing_club/climbing_club.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_club/climbing_club.json) +This document is autogenerated from [assets/layers/climbing_club/climbing_club.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/climbing_club/climbing_club.json) diff --git a/Docs/Layers/climbing_gym.md b/Docs/Layers/climbing_gym.md index 0d28edea88..d3588e1a67 100644 --- a/Docs/Layers/climbing_gym.md +++ b/Docs/Layers/climbing_gym.md @@ -367,4 +367,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/climbing_gym/climbing_gym.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_gym/climbing_gym.json) +This document is autogenerated from [assets/layers/climbing_gym/climbing_gym.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/climbing_gym/climbing_gym.json) diff --git a/Docs/Layers/climbing_opportunity.md b/Docs/Layers/climbing_opportunity.md index d2c941a514..0d5b757ac5 100644 --- a/Docs/Layers/climbing_opportunity.md +++ b/Docs/Layers/climbing_opportunity.md @@ -63,4 +63,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_opportunity/climbing_opportunity.json) +This document is autogenerated from [assets/layers/climbing_opportunity/climbing_opportunity.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/climbing_opportunity/climbing_opportunity.json) diff --git a/Docs/Layers/climbing_route.md b/Docs/Layers/climbing_route.md index 6bf5b5f7fd..dd427c398d 100644 --- a/Docs/Layers/climbing_route.md +++ b/Docs/Layers/climbing_route.md @@ -113,4 +113,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/climbing_route/climbing_route.json) +This document is autogenerated from [assets/layers/climbing_route/climbing_route.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/climbing_route/climbing_route.json) diff --git a/Docs/Layers/clock.md b/Docs/Layers/clock.md index fd2b5f4961..c84c8941f8 100644 --- a/Docs/Layers/clock.md +++ b/Docs/Layers/clock.md @@ -181,4 +181,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/clock/clock.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/clock/clock.json) +This document is autogenerated from [assets/layers/clock/clock.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/clock/clock.json) diff --git a/Docs/Layers/crab_address.md b/Docs/Layers/crab_address.md index e3d6b14ccb..868109c56e 100644 --- a/Docs/Layers/crab_address.md +++ b/Docs/Layers/crab_address.md @@ -51,4 +51,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/crab_address/crab_address.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crab_address/crab_address.json) +This document is autogenerated from [assets/layers/crab_address/crab_address.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/crab_address/crab_address.json) diff --git a/Docs/Layers/crossings.md b/Docs/Layers/crossings.md index 7b31651394..57724cbd31 100644 --- a/Docs/Layers/crossings.md +++ b/Docs/Layers/crossings.md @@ -234,4 +234,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/crossings/crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/crossings/crossings.json) +This document is autogenerated from [assets/layers/crossings/crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/crossings/crossings.json) diff --git a/Docs/Layers/crossings_no_traffic_lights.md b/Docs/Layers/crossings_no_traffic_lights.md index 56a1bd215a..8a552124bd 100644 --- a/Docs/Layers/crossings_no_traffic_lights.md +++ b/Docs/Layers/crossings_no_traffic_lights.md @@ -229,4 +229,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json) +This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json) diff --git a/Docs/Layers/cultural_places_without_etymology.md b/Docs/Layers/cultural_places_without_etymology.md index df91169f8a..14af8bbbc7 100644 --- a/Docs/Layers/cultural_places_without_etymology.md +++ b/Docs/Layers/cultural_places_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/cycle_highways.md b/Docs/Layers/cycle_highways.md index 1ecd37f8b4..e65d519dfc 100644 --- a/Docs/Layers/cycle_highways.md +++ b/Docs/Layers/cycle_highways.md @@ -130,4 +130,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/cycle_highways/cycle_highways.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycle_highways/cycle_highways.json) +This document is autogenerated from [assets/layers/cycle_highways/cycle_highways.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/cycle_highways/cycle_highways.json) diff --git a/Docs/Layers/cycleways_and_roads.md b/Docs/Layers/cycleways_and_roads.md index c005b015a4..d4e99cfb17 100644 --- a/Docs/Layers/cycleways_and_roads.md +++ b/Docs/Layers/cycleways_and_roads.md @@ -312,4 +312,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json) +This document is autogenerated from [assets/layers/cycleways_and_roads/cycleways_and_roads.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/cycleways_and_roads/cycleways_and_roads.json) diff --git a/Docs/Layers/cyclist_waiting_aid.md b/Docs/Layers/cyclist_waiting_aid.md index 0f03615117..5bcf0ffc85 100644 --- a/Docs/Layers/cyclist_waiting_aid.md +++ b/Docs/Layers/cyclist_waiting_aid.md @@ -96,4 +96,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json) +This document is autogenerated from [assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/cyclist_waiting_aid/cyclist_waiting_aid.json) diff --git a/Docs/Layers/defibrillator.md b/Docs/Layers/defibrillator.md index 7b27019b78..11e7a8759f 100644 --- a/Docs/Layers/defibrillator.md +++ b/Docs/Layers/defibrillator.md @@ -224,4 +224,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/defibrillator/defibrillator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/defibrillator/defibrillator.json) +This document is autogenerated from [assets/layers/defibrillator/defibrillator.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/defibrillator/defibrillator.json) diff --git a/Docs/Layers/dentist.md b/Docs/Layers/dentist.md index d11f624b34..4dcd7fe376 100644 --- a/Docs/Layers/dentist.md +++ b/Docs/Layers/dentist.md @@ -133,4 +133,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/dentist/dentist.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dentist/dentist.json) +This document is autogenerated from [assets/layers/dentist/dentist.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/dentist/dentist.json) diff --git a/Docs/Layers/direction.md b/Docs/Layers/direction.md index b3c2782fec..9c799e9222 100644 --- a/Docs/Layers/direction.md +++ b/Docs/Layers/direction.md @@ -41,4 +41,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/direction/direction.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/direction/direction.json) +This document is autogenerated from [assets/layers/direction/direction.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/direction/direction.json) diff --git a/Docs/Layers/disaster_response.md b/Docs/Layers/disaster_response.md index 5afef953c8..258778d697 100644 --- a/Docs/Layers/disaster_response.md +++ b/Docs/Layers/disaster_response.md @@ -84,4 +84,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/disaster_response/disaster_response.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/disaster_response/disaster_response.json) +This document is autogenerated from [assets/layers/disaster_response/disaster_response.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/disaster_response/disaster_response.json) diff --git a/Docs/Layers/doctors.md b/Docs/Layers/doctors.md index f166eef806..13f87139d8 100644 --- a/Docs/Layers/doctors.md +++ b/Docs/Layers/doctors.md @@ -157,4 +157,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/doctors/doctors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/doctors/doctors.json) +This document is autogenerated from [assets/layers/doctors/doctors.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/doctors/doctors.json) diff --git a/Docs/Layers/dogpark.md b/Docs/Layers/dogpark.md index b150521c2f..4070e626d6 100644 --- a/Docs/Layers/dogpark.md +++ b/Docs/Layers/dogpark.md @@ -136,4 +136,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dogpark/dogpark.json) +This document is autogenerated from [assets/layers/dogpark/dogpark.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/dogpark/dogpark.json) diff --git a/Docs/Layers/drinking_water.md b/Docs/Layers/drinking_water.md index 3455ef7c0e..bd3e0ae100 100644 --- a/Docs/Layers/drinking_water.md +++ b/Docs/Layers/drinking_water.md @@ -249,4 +249,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/drinking_water/drinking_water.json) +This document is autogenerated from [assets/layers/drinking_water/drinking_water.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/drinking_water/drinking_water.json) diff --git a/Docs/Layers/dumpstations.md b/Docs/Layers/dumpstations.md index f5427792ca..e17a8a1cac 100644 --- a/Docs/Layers/dumpstations.md +++ b/Docs/Layers/dumpstations.md @@ -131,4 +131,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/dumpstations/dumpstations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/dumpstations/dumpstations.json) +This document is autogenerated from [assets/layers/dumpstations/dumpstations.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/dumpstations/dumpstations.json) diff --git a/Docs/Layers/education_institutions_without_etymology.md b/Docs/Layers/education_institutions_without_etymology.md index fcbcbc5eeb..b9cec96d05 100644 --- a/Docs/Layers/education_institutions_without_etymology.md +++ b/Docs/Layers/education_institutions_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/elevator.md b/Docs/Layers/elevator.md index ef4555be0b..16e7c5d543 100644 --- a/Docs/Layers/elevator.md +++ b/Docs/Layers/elevator.md @@ -174,4 +174,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/elevator/elevator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elevator/elevator.json) +This document is autogenerated from [assets/layers/elevator/elevator.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/elevator/elevator.json) diff --git a/Docs/Layers/elongated_coin.md b/Docs/Layers/elongated_coin.md index ab8b5513bc..ba9a9d642d 100644 --- a/Docs/Layers/elongated_coin.md +++ b/Docs/Layers/elongated_coin.md @@ -252,4 +252,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/elongated_coin/elongated_coin.json) +This document is autogenerated from [assets/layers/elongated_coin/elongated_coin.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/elongated_coin/elongated_coin.json) diff --git a/Docs/Layers/entrance.md b/Docs/Layers/entrance.md index 0c56121f86..40e316a4ae 100644 --- a/Docs/Layers/entrance.md +++ b/Docs/Layers/entrance.md @@ -164,4 +164,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/entrance/entrance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/entrance/entrance.json) +This document is autogenerated from [assets/layers/entrance/entrance.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/entrance/entrance.json) diff --git a/Docs/Layers/etymology.md b/Docs/Layers/etymology.md index b401fed862..7ead902ede 100644 --- a/Docs/Layers/etymology.md +++ b/Docs/Layers/etymology.md @@ -106,4 +106,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/etymology/etymology.json) +This document is autogenerated from [assets/layers/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/etymology/etymology.json) diff --git a/Docs/Layers/extinguisher.md b/Docs/Layers/extinguisher.md index a67e0215b4..5e43120a13 100644 --- a/Docs/Layers/extinguisher.md +++ b/Docs/Layers/extinguisher.md @@ -76,4 +76,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/extinguisher/extinguisher.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/extinguisher/extinguisher.json) +This document is autogenerated from [assets/layers/extinguisher/extinguisher.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/extinguisher/extinguisher.json) diff --git a/Docs/Layers/facadegardens.md b/Docs/Layers/facadegardens.md index 6c45bcd836..345fc26953 100644 --- a/Docs/Layers/facadegardens.md +++ b/Docs/Layers/facadegardens.md @@ -134,4 +134,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json) +This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/facadegardens/facadegardens.json) diff --git a/Docs/Layers/fietsstraat.md b/Docs/Layers/fietsstraat.md index ceb766fa2b..736c5f1acd 100644 --- a/Docs/Layers/fietsstraat.md +++ b/Docs/Layers/fietsstraat.md @@ -96,4 +96,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) +This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclestreets/cyclestreets.json) diff --git a/Docs/Layers/fire_station.md b/Docs/Layers/fire_station.md index 5ba0f31dda..50386bb925 100644 --- a/Docs/Layers/fire_station.md +++ b/Docs/Layers/fire_station.md @@ -108,4 +108,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/fire_station/fire_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fire_station/fire_station.json) +This document is autogenerated from [assets/layers/fire_station/fire_station.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/fire_station/fire_station.json) diff --git a/Docs/Layers/firepit.md b/Docs/Layers/firepit.md index 68c6fcb237..f0a927aedb 100644 --- a/Docs/Layers/firepit.md +++ b/Docs/Layers/firepit.md @@ -95,4 +95,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/firepit/firepit.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/firepit/firepit.json) +This document is autogenerated from [assets/layers/firepit/firepit.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/firepit/firepit.json) diff --git a/Docs/Layers/fitness_centre.md b/Docs/Layers/fitness_centre.md index ba621f1ed9..67c3fb3604 100644 --- a/Docs/Layers/fitness_centre.md +++ b/Docs/Layers/fitness_centre.md @@ -172,4 +172,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/fitness_centre/fitness_centre.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fitness_centre/fitness_centre.json) +This document is autogenerated from [assets/layers/fitness_centre/fitness_centre.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/fitness_centre/fitness_centre.json) diff --git a/Docs/Layers/fitness_station.md b/Docs/Layers/fitness_station.md index 93238ebc32..b99400cd23 100644 --- a/Docs/Layers/fitness_station.md +++ b/Docs/Layers/fitness_station.md @@ -132,4 +132,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/fitness_station/fitness_station.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fitness_station/fitness_station.json) +This document is autogenerated from [assets/layers/fitness_station/fitness_station.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/fitness_station/fitness_station.json) diff --git a/Docs/Layers/fixme.md b/Docs/Layers/fixme.md index 5d2e4dcd74..882f0d774f 100644 --- a/Docs/Layers/fixme.md +++ b/Docs/Layers/fixme.md @@ -72,4 +72,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/fixme/fixme.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/fixme/fixme.json) +This document is autogenerated from [assets/layers/fixme/fixme.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/fixme/fixme.json) diff --git a/Docs/Layers/food.md b/Docs/Layers/food.md index 69bacc3c27..f280c77a99 100644 --- a/Docs/Layers/food.md +++ b/Docs/Layers/food.md @@ -624,4 +624,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/food/food.json) +This document is autogenerated from [assets/layers/food/food.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/food/food.json) diff --git a/Docs/Layers/food_courts.md b/Docs/Layers/food_courts.md index f8eebbfb8d..82e64ce3e6 100644 --- a/Docs/Layers/food_courts.md +++ b/Docs/Layers/food_courts.md @@ -135,4 +135,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/food_courts/food_courts.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/food_courts/food_courts.json) +This document is autogenerated from [assets/layers/food_courts/food_courts.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/food_courts/food_courts.json) diff --git a/Docs/Layers/food_dog_friendly.md b/Docs/Layers/food_dog_friendly.md index 59ba3aca7a..75d1c2eee6 100644 --- a/Docs/Layers/food_dog_friendly.md +++ b/Docs/Layers/food_dog_friendly.md @@ -609,4 +609,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) +This document is autogenerated from [assets/themes/pets/pets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/pets/pets.json) diff --git a/Docs/Layers/food_glutenfree.md b/Docs/Layers/food_glutenfree.md index ab0b8a54e8..21c634c7f5 100644 --- a/Docs/Layers/food_glutenfree.md +++ b/Docs/Layers/food_glutenfree.md @@ -610,4 +610,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json) +This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/glutenfree/glutenfree.json) diff --git a/Docs/Layers/food_lactosefree.md b/Docs/Layers/food_lactosefree.md index f23cae07df..21392760fa 100644 --- a/Docs/Layers/food_lactosefree.md +++ b/Docs/Layers/food_lactosefree.md @@ -610,4 +610,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json) +This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/lactosefree/lactosefree.json) diff --git a/Docs/Layers/friture.md b/Docs/Layers/friture.md index 8653f0639d..e6d063eb66 100644 --- a/Docs/Layers/friture.md +++ b/Docs/Layers/friture.md @@ -615,4 +615,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/fritures/fritures.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fritures/fritures.json) +This document is autogenerated from [assets/themes/fritures/fritures.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/fritures/fritures.json) diff --git a/Docs/Layers/ghost_bike.md b/Docs/Layers/ghost_bike.md index d55c063f90..6c1b7e4ad1 100644 --- a/Docs/Layers/ghost_bike.md +++ b/Docs/Layers/ghost_bike.md @@ -118,4 +118,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghost_bike/ghost_bike.json) +This document is autogenerated from [assets/layers/ghost_bike/ghost_bike.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ghost_bike/ghost_bike.json) diff --git a/Docs/Layers/ghostsign.md b/Docs/Layers/ghostsign.md index 2702f6048e..62b68f4125 100644 --- a/Docs/Layers/ghostsign.md +++ b/Docs/Layers/ghostsign.md @@ -113,4 +113,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/ghostsign/ghostsign.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ghostsign/ghostsign.json) +This document is autogenerated from [assets/layers/ghostsign/ghostsign.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ghostsign/ghostsign.json) diff --git a/Docs/Layers/governments.md b/Docs/Layers/governments.md index ed9f8341ca..1d233336d7 100644 --- a/Docs/Layers/governments.md +++ b/Docs/Layers/governments.md @@ -109,4 +109,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/governments/governments.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/governments/governments.json) +This document is autogenerated from [assets/layers/governments/governments.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/governments/governments.json) diff --git a/Docs/Layers/grave.md b/Docs/Layers/grave.md index b14de1d39e..49036f123d 100644 --- a/Docs/Layers/grave.md +++ b/Docs/Layers/grave.md @@ -89,4 +89,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/grave/grave.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/grave/grave.json) +This document is autogenerated from [assets/layers/grave/grave.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/grave/grave.json) diff --git a/Docs/Layers/guidepost.md b/Docs/Layers/guidepost.md index c385e9c69b..7f1a90ceed 100644 --- a/Docs/Layers/guidepost.md +++ b/Docs/Layers/guidepost.md @@ -80,4 +80,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/guidepost/guidepost.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/guidepost/guidepost.json) +This document is autogenerated from [assets/layers/guidepost/guidepost.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/guidepost/guidepost.json) diff --git a/Docs/Layers/hackerspace.md b/Docs/Layers/hackerspace.md index e364acaf19..bbd94e0d6a 100644 --- a/Docs/Layers/hackerspace.md +++ b/Docs/Layers/hackerspace.md @@ -348,4 +348,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hackerspace/hackerspace.json) +This document is autogenerated from [assets/layers/hackerspace/hackerspace.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/hackerspace/hackerspace.json) diff --git a/Docs/Layers/health_and_social_places_without_etymology.md b/Docs/Layers/health_and_social_places_without_etymology.md index ba5150f1d0..eca0ea3d44 100644 --- a/Docs/Layers/health_and_social_places_without_etymology.md +++ b/Docs/Layers/health_and_social_places_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/hospital.md b/Docs/Layers/hospital.md index cda59f6f43..8ea93d4403 100644 --- a/Docs/Layers/hospital.md +++ b/Docs/Layers/hospital.md @@ -118,4 +118,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/hospital/hospital.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hospital/hospital.json) +This document is autogenerated from [assets/layers/hospital/hospital.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/hospital/hospital.json) diff --git a/Docs/Layers/hydrant.md b/Docs/Layers/hydrant.md index a7b62dacbe..5b61c26ff6 100644 --- a/Docs/Layers/hydrant.md +++ b/Docs/Layers/hydrant.md @@ -130,4 +130,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/hydrant/hydrant.json) +This document is autogenerated from [assets/layers/hydrant/hydrant.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/hydrant/hydrant.json) diff --git a/Docs/Layers/ice_cream.md b/Docs/Layers/ice_cream.md index e3e6cc0dac..d9685cf610 100644 --- a/Docs/Layers/ice_cream.md +++ b/Docs/Layers/ice_cream.md @@ -233,4 +233,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/ice_cream/ice_cream.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ice_cream/ice_cream.json) +This document is autogenerated from [assets/layers/ice_cream/ice_cream.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ice_cream/ice_cream.json) diff --git a/Docs/Layers/icecream_glutenfree.md b/Docs/Layers/icecream_glutenfree.md index 29ef13d40d..7071fa121f 100644 --- a/Docs/Layers/icecream_glutenfree.md +++ b/Docs/Layers/icecream_glutenfree.md @@ -227,4 +227,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json) +This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/glutenfree/glutenfree.json) diff --git a/Docs/Layers/icecream_lactosefree.md b/Docs/Layers/icecream_lactosefree.md index e8c75d56a6..08a574e598 100644 --- a/Docs/Layers/icecream_lactosefree.md +++ b/Docs/Layers/icecream_lactosefree.md @@ -227,4 +227,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json) +This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/lactosefree/lactosefree.json) diff --git a/Docs/Layers/indoors.md b/Docs/Layers/indoors.md index be5f4501de..1de6050d40 100644 --- a/Docs/Layers/indoors.md +++ b/Docs/Layers/indoors.md @@ -346,4 +346,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/indoors/indoors.json) +This document is autogenerated from [assets/layers/indoors/indoors.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/indoors/indoors.json) diff --git a/Docs/Layers/information_board.md b/Docs/Layers/information_board.md index 837b8e4087..60bb154460 100644 --- a/Docs/Layers/information_board.md +++ b/Docs/Layers/information_board.md @@ -67,4 +67,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/information_board/information_board.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/information_board/information_board.json) +This document is autogenerated from [assets/layers/information_board/information_board.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/information_board/information_board.json) diff --git a/Docs/Layers/insect_hotel.md b/Docs/Layers/insect_hotel.md index cf0f7f0f55..dbcee1671b 100644 --- a/Docs/Layers/insect_hotel.md +++ b/Docs/Layers/insect_hotel.md @@ -67,4 +67,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/insect_hotel/insect_hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/insect_hotel/insect_hotel.json) +This document is autogenerated from [assets/layers/insect_hotel/insect_hotel.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/insect_hotel/insect_hotel.json) diff --git a/Docs/Layers/item_with_image.md b/Docs/Layers/item_with_image.md index 59c9a4a4d8..82d21d1600 100644 --- a/Docs/Layers/item_with_image.md +++ b/Docs/Layers/item_with_image.md @@ -72,4 +72,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/item_with_image/item_with_image.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/item_with_image/item_with_image.json) +This document is autogenerated from [assets/layers/item_with_image/item_with_image.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/item_with_image/item_with_image.json) diff --git a/Docs/Layers/kerbs.md b/Docs/Layers/kerbs.md index e78c6e21e5..48bcd7bdb6 100644 --- a/Docs/Layers/kerbs.md +++ b/Docs/Layers/kerbs.md @@ -125,4 +125,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/kerbs/kerbs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/kerbs/kerbs.json) +This document is autogenerated from [assets/layers/kerbs/kerbs.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/kerbs/kerbs.json) diff --git a/Docs/Layers/lighthouse.md b/Docs/Layers/lighthouse.md index 7d3599c30d..a52c075dbf 100644 --- a/Docs/Layers/lighthouse.md +++ b/Docs/Layers/lighthouse.md @@ -80,4 +80,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/lighthouse/lighthouse.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/lighthouse/lighthouse.json) +This document is autogenerated from [assets/layers/lighthouse/lighthouse.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/lighthouse/lighthouse.json) diff --git a/Docs/Layers/lit_streets.md b/Docs/Layers/lit_streets.md index 2d4bdef527..5b046124f2 100644 --- a/Docs/Layers/lit_streets.md +++ b/Docs/Layers/lit_streets.md @@ -72,4 +72,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json) +This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/street_lighting/street_lighting.json) diff --git a/Docs/Layers/love_hotel.md b/Docs/Layers/love_hotel.md index be183b8e5a..68cc1f5c9b 100644 --- a/Docs/Layers/love_hotel.md +++ b/Docs/Layers/love_hotel.md @@ -116,4 +116,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/love_hotel/love_hotel.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/love_hotel/love_hotel.json) +This document is autogenerated from [assets/layers/love_hotel/love_hotel.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/love_hotel/love_hotel.json) diff --git a/Docs/Layers/map.md b/Docs/Layers/map.md index 6197cfad48..6b441beecd 100644 --- a/Docs/Layers/map.md +++ b/Docs/Layers/map.md @@ -127,4 +127,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/map/map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/map/map.json) +This document is autogenerated from [assets/layers/map/map.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/map/map.json) diff --git a/Docs/Layers/maproulette.md b/Docs/Layers/maproulette.md index d0ae6a9c26..969ac6fb1e 100644 --- a/Docs/Layers/maproulette.md +++ b/Docs/Layers/maproulette.md @@ -116,4 +116,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/maproulette/maproulette.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maproulette/maproulette.json) +This document is autogenerated from [assets/layers/maproulette/maproulette.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/maproulette/maproulette.json) diff --git a/Docs/Layers/maproulette_challenge.md b/Docs/Layers/maproulette_challenge.md index 42d88b3029..81b56f9db5 100644 --- a/Docs/Layers/maproulette_challenge.md +++ b/Docs/Layers/maproulette_challenge.md @@ -91,4 +91,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/maproulette_challenge/maproulette_challenge.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maproulette_challenge/maproulette_challenge.json) +This document is autogenerated from [assets/layers/maproulette_challenge/maproulette_challenge.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/maproulette_challenge/maproulette_challenge.json) diff --git a/Docs/Layers/maxspeed.md b/Docs/Layers/maxspeed.md index 19c3027c1a..a616d8877c 100644 --- a/Docs/Layers/maxspeed.md +++ b/Docs/Layers/maxspeed.md @@ -65,4 +65,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/maxspeed/maxspeed.json) +This document is autogenerated from [assets/layers/maxspeed/maxspeed.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/maxspeed/maxspeed.json) diff --git a/Docs/Layers/memorial.md b/Docs/Layers/memorial.md index 6f7f57e521..9b38a13a23 100644 --- a/Docs/Layers/memorial.md +++ b/Docs/Layers/memorial.md @@ -288,4 +288,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/memorial/memorial.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/memorial/memorial.json) +This document is autogenerated from [assets/layers/memorial/memorial.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/memorial/memorial.json) diff --git a/Docs/Layers/mountain_rescue.md b/Docs/Layers/mountain_rescue.md index 9a0c14edf0..750a28d3cd 100644 --- a/Docs/Layers/mountain_rescue.md +++ b/Docs/Layers/mountain_rescue.md @@ -66,4 +66,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/mountain_rescue/mountain_rescue.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/mountain_rescue/mountain_rescue.json) +This document is autogenerated from [assets/layers/mountain_rescue/mountain_rescue.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/mountain_rescue/mountain_rescue.json) diff --git a/Docs/Layers/named_streets.md b/Docs/Layers/named_streets.md index 46877f4b9e..2ceda7d431 100644 --- a/Docs/Layers/named_streets.md +++ b/Docs/Layers/named_streets.md @@ -36,4 +36,4 @@ Elements must match **all** of the following expressions: -This document is autogenerated from [assets/layers/named_streets/named_streets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/named_streets/named_streets.json) +This document is autogenerated from [assets/layers/named_streets/named_streets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/named_streets/named_streets.json) diff --git a/Docs/Layers/nature_reserve.md b/Docs/Layers/nature_reserve.md index 1b275a2c6a..bfdc1b176e 100644 --- a/Docs/Layers/nature_reserve.md +++ b/Docs/Layers/nature_reserve.md @@ -191,4 +191,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/nature_reserve/nature_reserve.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/nature_reserve/nature_reserve.json) +This document is autogenerated from [assets/layers/nature_reserve/nature_reserve.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/nature_reserve/nature_reserve.json) diff --git a/Docs/Layers/not_cyclestreets.md b/Docs/Layers/not_cyclestreets.md index ee38f72637..51da734602 100644 --- a/Docs/Layers/not_cyclestreets.md +++ b/Docs/Layers/not_cyclestreets.md @@ -97,4 +97,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) +This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclestreets/cyclestreets.json) diff --git a/Docs/Layers/note.md b/Docs/Layers/note.md index 2cc9dff287..b9f9b0bcd9 100644 --- a/Docs/Layers/note.md +++ b/Docs/Layers/note.md @@ -155,4 +155,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/note/note.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/note/note.json) +This document is autogenerated from [assets/layers/note/note.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/note/note.json) diff --git a/Docs/Layers/observation_tower.md b/Docs/Layers/observation_tower.md index ec4b5f6994..38e73c4296 100644 --- a/Docs/Layers/observation_tower.md +++ b/Docs/Layers/observation_tower.md @@ -180,4 +180,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/observation_tower/observation_tower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/observation_tower/observation_tower.json) +This document is autogenerated from [assets/layers/observation_tower/observation_tower.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/observation_tower/observation_tower.json) diff --git a/Docs/Layers/osm_community_index.md b/Docs/Layers/osm_community_index.md index c51a21f151..36b5ae0b2b 100644 --- a/Docs/Layers/osm_community_index.md +++ b/Docs/Layers/osm_community_index.md @@ -94,4 +94,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/osm_community_index/osm_community_index.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/osm_community_index/osm_community_index.json) +This document is autogenerated from [assets/layers/osm_community_index/osm_community_index.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/osm_community_index/osm_community_index.json) diff --git a/Docs/Layers/outdoor_seating.md b/Docs/Layers/outdoor_seating.md index 1d8bc33e9c..2a86c47276 100644 --- a/Docs/Layers/outdoor_seating.md +++ b/Docs/Layers/outdoor_seating.md @@ -199,4 +199,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/outdoor_seating/outdoor_seating.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/outdoor_seating/outdoor_seating.json) +This document is autogenerated from [assets/layers/outdoor_seating/outdoor_seating.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/outdoor_seating/outdoor_seating.json) diff --git a/Docs/Layers/parcel_lockers.md b/Docs/Layers/parcel_lockers.md index cd50768829..87f49f23df 100644 --- a/Docs/Layers/parcel_lockers.md +++ b/Docs/Layers/parcel_lockers.md @@ -136,4 +136,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/parcel_lockers/parcel_lockers.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parcel_lockers/parcel_lockers.json) +This document is autogenerated from [assets/layers/parcel_lockers/parcel_lockers.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/parcel_lockers/parcel_lockers.json) diff --git a/Docs/Layers/parking.md b/Docs/Layers/parking.md index 7ecec16810..08b43a1d48 100644 --- a/Docs/Layers/parking.md +++ b/Docs/Layers/parking.md @@ -143,4 +143,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/parking/parking.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking/parking.json) +This document is autogenerated from [assets/layers/parking/parking.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/parking/parking.json) diff --git a/Docs/Layers/parking_spaces.md b/Docs/Layers/parking_spaces.md index ad143c0de7..5b2f93c69d 100644 --- a/Docs/Layers/parking_spaces.md +++ b/Docs/Layers/parking_spaces.md @@ -88,4 +88,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/parking_spaces/parking_spaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_spaces/parking_spaces.json) +This document is autogenerated from [assets/layers/parking_spaces/parking_spaces.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/parking_spaces/parking_spaces.json) diff --git a/Docs/Layers/parking_spaces_disabled.md b/Docs/Layers/parking_spaces_disabled.md index 45ddb0dc70..cec7730a1d 100644 --- a/Docs/Layers/parking_spaces_disabled.md +++ b/Docs/Layers/parking_spaces_disabled.md @@ -62,4 +62,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/onwheels/onwheels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/onwheels/onwheels.json) +This document is autogenerated from [assets/themes/onwheels/onwheels.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/onwheels/onwheels.json) diff --git a/Docs/Layers/parking_ticket_machine.md b/Docs/Layers/parking_ticket_machine.md index 9e08762105..51305de722 100644 --- a/Docs/Layers/parking_ticket_machine.md +++ b/Docs/Layers/parking_ticket_machine.md @@ -149,4 +149,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/parking_ticket_machine/parking_ticket_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/parking_ticket_machine/parking_ticket_machine.json) +This document is autogenerated from [assets/layers/parking_ticket_machine/parking_ticket_machine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/parking_ticket_machine/parking_ticket_machine.json) diff --git a/Docs/Layers/parks_and_forests_without_etymology.md b/Docs/Layers/parks_and_forests_without_etymology.md index 3365ff892c..69975ee8c4 100644 --- a/Docs/Layers/parks_and_forests_without_etymology.md +++ b/Docs/Layers/parks_and_forests_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/parks_without_etymology.md b/Docs/Layers/parks_without_etymology.md index 9dce1d4685..52bf0f9eae 100644 --- a/Docs/Layers/parks_without_etymology.md +++ b/Docs/Layers/parks_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/pedestrian_path.md b/Docs/Layers/pedestrian_path.md index 834387389c..f21492a08c 100644 --- a/Docs/Layers/pedestrian_path.md +++ b/Docs/Layers/pedestrian_path.md @@ -37,4 +37,4 @@ Elements must match **any** of the following expressions: -This document is autogenerated from [assets/layers/pedestrian_path/pedestrian_path.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/pedestrian_path/pedestrian_path.json) +This document is autogenerated from [assets/layers/pedestrian_path/pedestrian_path.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/pedestrian_path/pedestrian_path.json) diff --git a/Docs/Layers/pharmacy.md b/Docs/Layers/pharmacy.md index 444c2e0d8b..1c303f2d21 100644 --- a/Docs/Layers/pharmacy.md +++ b/Docs/Layers/pharmacy.md @@ -173,4 +173,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/pharmacy/pharmacy.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/pharmacy/pharmacy.json) +This document is autogenerated from [assets/layers/pharmacy/pharmacy.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/pharmacy/pharmacy.json) diff --git a/Docs/Layers/physiotherapist.md b/Docs/Layers/physiotherapist.md index 8ab97b4edb..b1446f2963 100644 --- a/Docs/Layers/physiotherapist.md +++ b/Docs/Layers/physiotherapist.md @@ -135,4 +135,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/physiotherapist/physiotherapist.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/physiotherapist/physiotherapist.json) +This document is autogenerated from [assets/layers/physiotherapist/physiotherapist.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/physiotherapist/physiotherapist.json) diff --git a/Docs/Layers/picnic_table.md b/Docs/Layers/picnic_table.md index 45df58c9e0..9df52e7df2 100644 --- a/Docs/Layers/picnic_table.md +++ b/Docs/Layers/picnic_table.md @@ -112,4 +112,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/picnic_table/picnic_table.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/picnic_table/picnic_table.json) +This document is autogenerated from [assets/layers/picnic_table/picnic_table.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/picnic_table/picnic_table.json) diff --git a/Docs/Layers/play_forest.md b/Docs/Layers/play_forest.md index 554370f11f..699c04dcb3 100644 --- a/Docs/Layers/play_forest.md +++ b/Docs/Layers/play_forest.md @@ -104,4 +104,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/play_forest/play_forest.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/play_forest/play_forest.json) +This document is autogenerated from [assets/layers/play_forest/play_forest.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/play_forest/play_forest.json) diff --git a/Docs/Layers/playground.md b/Docs/Layers/playground.md index fa1fc0441c..b2398d6a40 100644 --- a/Docs/Layers/playground.md +++ b/Docs/Layers/playground.md @@ -232,4 +232,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/playground/playground.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/playground/playground.json) +This document is autogenerated from [assets/layers/playground/playground.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/playground/playground.json) diff --git a/Docs/Layers/playground_equipment.md b/Docs/Layers/playground_equipment.md index 12718cf16f..4d18d83200 100644 --- a/Docs/Layers/playground_equipment.md +++ b/Docs/Layers/playground_equipment.md @@ -112,4 +112,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/playground_equipment/playground_equipment.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/playground_equipment/playground_equipment.json) +This document is autogenerated from [assets/layers/playground_equipment/playground_equipment.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/playground_equipment/playground_equipment.json) diff --git a/Docs/Layers/police.md b/Docs/Layers/police.md index d8d2eff390..c97d40f187 100644 --- a/Docs/Layers/police.md +++ b/Docs/Layers/police.md @@ -170,4 +170,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/police/police.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/police/police.json) +This document is autogenerated from [assets/layers/police/police.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/police/police.json) diff --git a/Docs/Layers/post_offices_with_atm.md b/Docs/Layers/post_offices_with_atm.md index fe5090ee53..54e6d9d020 100644 --- a/Docs/Layers/post_offices_with_atm.md +++ b/Docs/Layers/post_offices_with_atm.md @@ -233,4 +233,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json) +This document is autogenerated from [assets/themes/atm/atm.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/atm/atm.json) diff --git a/Docs/Layers/postboxes.md b/Docs/Layers/postboxes.md index a00dd6229e..ec8a09911d 100644 --- a/Docs/Layers/postboxes.md +++ b/Docs/Layers/postboxes.md @@ -86,4 +86,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/postboxes/postboxes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/postboxes/postboxes.json) +This document is autogenerated from [assets/layers/postboxes/postboxes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/postboxes/postboxes.json) diff --git a/Docs/Layers/postoffices.md b/Docs/Layers/postoffices.md index 4928093e1f..40dce1bee9 100644 --- a/Docs/Layers/postoffices.md +++ b/Docs/Layers/postoffices.md @@ -240,4 +240,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/postoffices/postoffices.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/postoffices/postoffices.json) +This document is autogenerated from [assets/layers/postoffices/postoffices.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/postoffices/postoffices.json) diff --git a/Docs/Layers/pt_shelter.md b/Docs/Layers/pt_shelter.md index 2510e14bc5..5c16a3c08d 100644 --- a/Docs/Layers/pt_shelter.md +++ b/Docs/Layers/pt_shelter.md @@ -57,4 +57,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/transit/transit.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/transit/transit.json) +This document is autogenerated from [assets/themes/transit/transit.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/transit/transit.json) diff --git a/Docs/Layers/public_bookcase.md b/Docs/Layers/public_bookcase.md index 1ccd0012a8..a1687a52ee 100644 --- a/Docs/Layers/public_bookcase.md +++ b/Docs/Layers/public_bookcase.md @@ -184,4 +184,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/public_bookcase/public_bookcase.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/public_bookcase/public_bookcase.json) +This document is autogenerated from [assets/layers/public_bookcase/public_bookcase.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/public_bookcase/public_bookcase.json) diff --git a/Docs/Layers/railway_platforms.md b/Docs/Layers/railway_platforms.md index 95d0659d07..325a8b504b 100644 --- a/Docs/Layers/railway_platforms.md +++ b/Docs/Layers/railway_platforms.md @@ -78,4 +78,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/railway_platforms/railway_platforms.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/railway_platforms/railway_platforms.json) +This document is autogenerated from [assets/layers/railway_platforms/railway_platforms.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/railway_platforms/railway_platforms.json) diff --git a/Docs/Layers/rainbow_crossing_high_zoom.md b/Docs/Layers/rainbow_crossing_high_zoom.md index 14f03abb56..9e1fd60f31 100644 --- a/Docs/Layers/rainbow_crossing_high_zoom.md +++ b/Docs/Layers/rainbow_crossing_high_zoom.md @@ -64,4 +64,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json) +This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/rainbow_crossings/rainbow_crossings.json) diff --git a/Docs/Layers/rainbow_crossings.md b/Docs/Layers/rainbow_crossings.md index 3dc0b1b672..2c8b7fd9f2 100644 --- a/Docs/Layers/rainbow_crossings.md +++ b/Docs/Layers/rainbow_crossings.md @@ -74,4 +74,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/rainbow_crossings/rainbow_crossings.json) +This document is autogenerated from [assets/layers/rainbow_crossings/rainbow_crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/rainbow_crossings/rainbow_crossings.json) diff --git a/Docs/Layers/reception_desk.md b/Docs/Layers/reception_desk.md index ad176cccf6..901bc4766e 100644 --- a/Docs/Layers/reception_desk.md +++ b/Docs/Layers/reception_desk.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/reception_desk/reception_desk.json) +This document is autogenerated from [assets/layers/reception_desk/reception_desk.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/reception_desk/reception_desk.json) diff --git a/Docs/Layers/recycling.md b/Docs/Layers/recycling.md index aec480cfc1..6181ffd092 100644 --- a/Docs/Layers/recycling.md +++ b/Docs/Layers/recycling.md @@ -259,4 +259,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/recycling/recycling.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/recycling/recycling.json) +This document is autogenerated from [assets/layers/recycling/recycling.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/recycling/recycling.json) diff --git a/Docs/Layers/route_marker.md b/Docs/Layers/route_marker.md index 14f24af41d..daeba9eca6 100644 --- a/Docs/Layers/route_marker.md +++ b/Docs/Layers/route_marker.md @@ -77,4 +77,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/route_marker/route_marker.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/route_marker/route_marker.json) +This document is autogenerated from [assets/layers/route_marker/route_marker.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/route_marker/route_marker.json) diff --git a/Docs/Layers/school.md b/Docs/Layers/school.md index 51ba6eb6ee..79e2be34a1 100644 --- a/Docs/Layers/school.md +++ b/Docs/Layers/school.md @@ -227,4 +227,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/school/school.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/school/school.json) +This document is autogenerated from [assets/layers/school/school.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/school/school.json) diff --git a/Docs/Layers/scouting_group.md b/Docs/Layers/scouting_group.md index 6fb3a85d7c..783abf1f22 100644 --- a/Docs/Layers/scouting_group.md +++ b/Docs/Layers/scouting_group.md @@ -141,4 +141,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/scouting_group/scouting_group.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/scouting_group/scouting_group.json) +This document is autogenerated from [assets/layers/scouting_group/scouting_group.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/scouting_group/scouting_group.json) diff --git a/Docs/Layers/shelter.md b/Docs/Layers/shelter.md index 21937991ae..b1ec4c1700 100644 --- a/Docs/Layers/shelter.md +++ b/Docs/Layers/shelter.md @@ -75,4 +75,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/shelter/shelter.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/shelter/shelter.json) +This document is autogenerated from [assets/layers/shelter/shelter.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/shelter/shelter.json) diff --git a/Docs/Layers/shop_dog_friendly.md b/Docs/Layers/shop_dog_friendly.md index 46fe2412c0..820dac11d9 100644 --- a/Docs/Layers/shop_dog_friendly.md +++ b/Docs/Layers/shop_dog_friendly.md @@ -934,4 +934,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) +This document is autogenerated from [assets/themes/pets/pets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/pets/pets.json) diff --git a/Docs/Layers/shops.md b/Docs/Layers/shops.md index 92f2fb7579..a339dbfdb0 100644 --- a/Docs/Layers/shops.md +++ b/Docs/Layers/shops.md @@ -950,4 +950,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/shops/shops.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/shops/shops.json) +This document is autogenerated from [assets/layers/shops/shops.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/shops/shops.json) diff --git a/Docs/Layers/shops_glutenfree.md b/Docs/Layers/shops_glutenfree.md index 90ca449038..bb60a3ce8d 100644 --- a/Docs/Layers/shops_glutenfree.md +++ b/Docs/Layers/shops_glutenfree.md @@ -934,4 +934,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json) +This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/glutenfree/glutenfree.json) diff --git a/Docs/Layers/shops_lactosefree.md b/Docs/Layers/shops_lactosefree.md index 265dd01013..7a139e5bbd 100644 --- a/Docs/Layers/shops_lactosefree.md +++ b/Docs/Layers/shops_lactosefree.md @@ -934,4 +934,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json) +This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/lactosefree/lactosefree.json) diff --git a/Docs/Layers/shops_with_climbing_shoe_repair.md b/Docs/Layers/shops_with_climbing_shoe_repair.md index d8c0d8c907..967b8b93ed 100644 --- a/Docs/Layers/shops_with_climbing_shoe_repair.md +++ b/Docs/Layers/shops_with_climbing_shoe_repair.md @@ -942,4 +942,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/climbing/climbing.json) +This document is autogenerated from [assets/themes/climbing/climbing.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/climbing/climbing.json) diff --git a/Docs/Layers/shower.md b/Docs/Layers/shower.md index 05edc3fd1e..61f9b901b5 100644 --- a/Docs/Layers/shower.md +++ b/Docs/Layers/shower.md @@ -184,4 +184,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/shower/shower.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/shower/shower.json) +This document is autogenerated from [assets/layers/shower/shower.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/shower/shower.json) diff --git a/Docs/Layers/ski_piste.md b/Docs/Layers/ski_piste.md index 472c4faec2..31be37edd4 100644 --- a/Docs/Layers/ski_piste.md +++ b/Docs/Layers/ski_piste.md @@ -80,4 +80,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/ski_piste/ski_piste.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ski_piste/ski_piste.json) +This document is autogenerated from [assets/layers/ski_piste/ski_piste.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ski_piste/ski_piste.json) diff --git a/Docs/Layers/slow_roads.md b/Docs/Layers/slow_roads.md index ae094af496..9c2d06e38f 100644 --- a/Docs/Layers/slow_roads.md +++ b/Docs/Layers/slow_roads.md @@ -93,4 +93,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/slow_roads/slow_roads.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/slow_roads/slow_roads.json) +This document is autogenerated from [assets/layers/slow_roads/slow_roads.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/slow_roads/slow_roads.json) diff --git a/Docs/Layers/souvenir_coin.md b/Docs/Layers/souvenir_coin.md index aa00477892..54633d7072 100644 --- a/Docs/Layers/souvenir_coin.md +++ b/Docs/Layers/souvenir_coin.md @@ -223,4 +223,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/souvenir_coin/souvenir_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/souvenir_coin/souvenir_coin.json) +This document is autogenerated from [assets/layers/souvenir_coin/souvenir_coin.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/souvenir_coin/souvenir_coin.json) diff --git a/Docs/Layers/souvenir_note.md b/Docs/Layers/souvenir_note.md index af102b58ba..1877eb7d74 100644 --- a/Docs/Layers/souvenir_note.md +++ b/Docs/Layers/souvenir_note.md @@ -224,4 +224,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/souvenir_note/souvenir_note.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/souvenir_note/souvenir_note.json) +This document is autogenerated from [assets/layers/souvenir_note/souvenir_note.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/souvenir_note/souvenir_note.json) diff --git a/Docs/Layers/speed_camera.md b/Docs/Layers/speed_camera.md index f369ab0859..b103ae1417 100644 --- a/Docs/Layers/speed_camera.md +++ b/Docs/Layers/speed_camera.md @@ -88,4 +88,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/speed_camera/speed_camera.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/speed_camera/speed_camera.json) +This document is autogenerated from [assets/layers/speed_camera/speed_camera.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/speed_camera/speed_camera.json) diff --git a/Docs/Layers/speed_display.md b/Docs/Layers/speed_display.md index e4e64ee4e0..2975ac9165 100644 --- a/Docs/Layers/speed_display.md +++ b/Docs/Layers/speed_display.md @@ -73,4 +73,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/speed_display/speed_display.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/speed_display/speed_display.json) +This document is autogenerated from [assets/layers/speed_display/speed_display.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/speed_display/speed_display.json) diff --git a/Docs/Layers/sport_pitch.md b/Docs/Layers/sport_pitch.md index afb79ad22e..1805f8db29 100644 --- a/Docs/Layers/sport_pitch.md +++ b/Docs/Layers/sport_pitch.md @@ -193,4 +193,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/sport_pitch/sport_pitch.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/sport_pitch/sport_pitch.json) +This document is autogenerated from [assets/layers/sport_pitch/sport_pitch.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/sport_pitch/sport_pitch.json) diff --git a/Docs/Layers/sport_places_without_etymology.md b/Docs/Layers/sport_places_without_etymology.md index a7593fc79e..8ed8e78809 100644 --- a/Docs/Layers/sport_places_without_etymology.md +++ b/Docs/Layers/sport_places_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/sport_shops.md b/Docs/Layers/sport_shops.md index 250b323c7f..313abe26f5 100644 --- a/Docs/Layers/sport_shops.md +++ b/Docs/Layers/sport_shops.md @@ -937,4 +937,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/sports/sports.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sports/sports.json) +This document is autogenerated from [assets/themes/sports/sports.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/sports/sports.json) diff --git a/Docs/Layers/sports_centre.md b/Docs/Layers/sports_centre.md index 3ac4f25b21..d7d2b3e5c4 100644 --- a/Docs/Layers/sports_centre.md +++ b/Docs/Layers/sports_centre.md @@ -267,4 +267,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/sports_centre/sports_centre.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/sports_centre/sports_centre.json) +This document is autogenerated from [assets/layers/sports_centre/sports_centre.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/sports_centre/sports_centre.json) diff --git a/Docs/Layers/stairs.md b/Docs/Layers/stairs.md index c5f9892116..d378ef54a6 100644 --- a/Docs/Layers/stairs.md +++ b/Docs/Layers/stairs.md @@ -133,4 +133,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/stairs/stairs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/stairs/stairs.json) +This document is autogenerated from [assets/layers/stairs/stairs.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/stairs/stairs.json) diff --git a/Docs/Layers/street_lamps.md b/Docs/Layers/street_lamps.md index b1d658872e..5406ada004 100644 --- a/Docs/Layers/street_lamps.md +++ b/Docs/Layers/street_lamps.md @@ -166,4 +166,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/street_lamps/street_lamps.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/street_lamps/street_lamps.json) +This document is autogenerated from [assets/layers/street_lamps/street_lamps.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/street_lamps/street_lamps.json) diff --git a/Docs/Layers/streets_without_etymology.md b/Docs/Layers/streets_without_etymology.md index c07ffc8469..388129285b 100644 --- a/Docs/Layers/streets_without_etymology.md +++ b/Docs/Layers/streets_without_etymology.md @@ -108,4 +108,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/stripclub.md b/Docs/Layers/stripclub.md index dcd5f29006..23c19576b4 100644 --- a/Docs/Layers/stripclub.md +++ b/Docs/Layers/stripclub.md @@ -132,4 +132,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/stripclub/stripclub.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/stripclub/stripclub.json) +This document is autogenerated from [assets/layers/stripclub/stripclub.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/stripclub/stripclub.json) diff --git a/Docs/Layers/surveillance_camera.md b/Docs/Layers/surveillance_camera.md index 1996d993ba..0af59d0caa 100644 --- a/Docs/Layers/surveillance_camera.md +++ b/Docs/Layers/surveillance_camera.md @@ -171,4 +171,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/surveillance_camera/surveillance_camera.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/surveillance_camera/surveillance_camera.json) +This document is autogenerated from [assets/layers/surveillance_camera/surveillance_camera.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/surveillance_camera/surveillance_camera.json) diff --git a/Docs/Layers/tactile_map.md b/Docs/Layers/tactile_map.md index 900cc32377..992cf6612a 100644 --- a/Docs/Layers/tactile_map.md +++ b/Docs/Layers/tactile_map.md @@ -125,4 +125,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/tactile_map/tactile_map.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tactile_map/tactile_map.json) +This document is autogenerated from [assets/layers/tactile_map/tactile_map.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tactile_map/tactile_map.json) diff --git a/Docs/Layers/tactile_model.md b/Docs/Layers/tactile_model.md index affe4a8283..df09d1cad3 100644 --- a/Docs/Layers/tactile_model.md +++ b/Docs/Layers/tactile_model.md @@ -132,4 +132,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/tactile_model/tactile_model.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tactile_model/tactile_model.json) +This document is autogenerated from [assets/layers/tactile_model/tactile_model.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tactile_model/tactile_model.json) diff --git a/Docs/Layers/tertiary_education.md b/Docs/Layers/tertiary_education.md index 7eb51a0139..a295ebb46e 100644 --- a/Docs/Layers/tertiary_education.md +++ b/Docs/Layers/tertiary_education.md @@ -139,4 +139,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/tertiary_education/tertiary_education.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tertiary_education/tertiary_education.json) +This document is autogenerated from [assets/layers/tertiary_education/tertiary_education.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tertiary_education/tertiary_education.json) diff --git a/Docs/Layers/ticket_machine.md b/Docs/Layers/ticket_machine.md index 533e16228c..05848ace47 100644 --- a/Docs/Layers/ticket_machine.md +++ b/Docs/Layers/ticket_machine.md @@ -181,4 +181,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/ticket_machine/ticket_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ticket_machine/ticket_machine.json) +This document is autogenerated from [assets/layers/ticket_machine/ticket_machine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ticket_machine/ticket_machine.json) diff --git a/Docs/Layers/ticket_validator.md b/Docs/Layers/ticket_validator.md index 952ceb05f7..5b02f0ef70 100644 --- a/Docs/Layers/ticket_validator.md +++ b/Docs/Layers/ticket_validator.md @@ -139,4 +139,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/ticket_validator/ticket_validator.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/ticket_validator/ticket_validator.json) +This document is autogenerated from [assets/layers/ticket_validator/ticket_validator.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/ticket_validator/ticket_validator.json) diff --git a/Docs/Layers/toekomstige_fietsstraat.md b/Docs/Layers/toekomstige_fietsstraat.md index c11148f7ba..a7fad3272b 100644 --- a/Docs/Layers/toekomstige_fietsstraat.md +++ b/Docs/Layers/toekomstige_fietsstraat.md @@ -96,4 +96,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) +This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclestreets/cyclestreets.json) diff --git a/Docs/Layers/toilet.md b/Docs/Layers/toilet.md index 6d5cf25229..8a8dedad5f 100644 --- a/Docs/Layers/toilet.md +++ b/Docs/Layers/toilet.md @@ -339,4 +339,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/toilet/toilet.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/toilet/toilet.json) +This document is autogenerated from [assets/layers/toilet/toilet.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/toilet/toilet.json) diff --git a/Docs/Layers/toilet_at_amenity.md b/Docs/Layers/toilet_at_amenity.md index f901e41b40..6c3a599b84 100644 --- a/Docs/Layers/toilet_at_amenity.md +++ b/Docs/Layers/toilet_at_amenity.md @@ -263,4 +263,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/toilet_at_amenity/toilet_at_amenity.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/toilet_at_amenity/toilet_at_amenity.json) +This document is autogenerated from [assets/layers/toilet_at_amenity/toilet_at_amenity.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/toilet_at_amenity/toilet_at_amenity.json) diff --git a/Docs/Layers/tool_library.md b/Docs/Layers/tool_library.md index 5ed4f678d6..3c12b307b8 100644 --- a/Docs/Layers/tool_library.md +++ b/Docs/Layers/tool_library.md @@ -165,4 +165,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/tool_library/tool_library.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tool_library/tool_library.json) +This document is autogenerated from [assets/layers/tool_library/tool_library.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tool_library/tool_library.json) diff --git a/Docs/Layers/tourism_accomodation.md b/Docs/Layers/tourism_accomodation.md index 2dfd0c2ea6..9db32c1fd2 100644 --- a/Docs/Layers/tourism_accomodation.md +++ b/Docs/Layers/tourism_accomodation.md @@ -243,4 +243,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/tourism_accomodation/tourism_accomodation.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tourism_accomodation/tourism_accomodation.json) +This document is autogenerated from [assets/layers/tourism_accomodation/tourism_accomodation.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tourism_accomodation/tourism_accomodation.json) diff --git a/Docs/Layers/toursistic_places_without_etymology.md b/Docs/Layers/toursistic_places_without_etymology.md index 4cfe7bb962..252af1aa9e 100644 --- a/Docs/Layers/toursistic_places_without_etymology.md +++ b/Docs/Layers/toursistic_places_without_etymology.md @@ -107,4 +107,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Layers/trail.md b/Docs/Layers/trail.md index 5db439c773..2e6343eb08 100644 --- a/Docs/Layers/trail.md +++ b/Docs/Layers/trail.md @@ -106,4 +106,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/trail/trail.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/trail/trail.json) +This document is autogenerated from [assets/layers/trail/trail.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/trail/trail.json) diff --git a/Docs/Layers/transit_routes.md b/Docs/Layers/transit_routes.md index a0665d01e0..2d7ee9ba09 100644 --- a/Docs/Layers/transit_routes.md +++ b/Docs/Layers/transit_routes.md @@ -99,4 +99,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/transit_routes/transit_routes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/transit_routes/transit_routes.json) +This document is autogenerated from [assets/layers/transit_routes/transit_routes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/transit_routes/transit_routes.json) diff --git a/Docs/Layers/transit_stops.md b/Docs/Layers/transit_stops.md index a68ab398bd..95711c1376 100644 --- a/Docs/Layers/transit_stops.md +++ b/Docs/Layers/transit_stops.md @@ -165,4 +165,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/transit_stops/transit_stops.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/transit_stops/transit_stops.json) +This document is autogenerated from [assets/layers/transit_stops/transit_stops.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/transit_stops/transit_stops.json) diff --git a/Docs/Layers/tree_node.md b/Docs/Layers/tree_node.md index 5df29e7a0d..9f11494777 100644 --- a/Docs/Layers/tree_node.md +++ b/Docs/Layers/tree_node.md @@ -186,4 +186,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/tree_node/tree_node.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/tree_node/tree_node.json) +This document is autogenerated from [assets/layers/tree_node/tree_node.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/tree_node/tree_node.json) diff --git a/Docs/Layers/trolley_bay.md b/Docs/Layers/trolley_bay.md index 39eb90c036..06ca580bfe 100644 --- a/Docs/Layers/trolley_bay.md +++ b/Docs/Layers/trolley_bay.md @@ -112,4 +112,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/trolley_bay/trolley_bay.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/trolley_bay/trolley_bay.json) +This document is autogenerated from [assets/layers/trolley_bay/trolley_bay.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/trolley_bay/trolley_bay.json) diff --git a/Docs/Layers/vending_machine.md b/Docs/Layers/vending_machine.md index 086fd8805d..d2914ccf48 100644 --- a/Docs/Layers/vending_machine.md +++ b/Docs/Layers/vending_machine.md @@ -347,4 +347,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/vending_machine/vending_machine.json) +This document is autogenerated from [assets/layers/vending_machine/vending_machine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/vending_machine/vending_machine.json) diff --git a/Docs/Layers/vending_machine_bicycle.md b/Docs/Layers/vending_machine_bicycle.md index ba06d6d8ea..ea016b130e 100644 --- a/Docs/Layers/vending_machine_bicycle.md +++ b/Docs/Layers/vending_machine_bicycle.md @@ -308,4 +308,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Layers/veterinary.md b/Docs/Layers/veterinary.md index 51f8cc09ab..134705c037 100644 --- a/Docs/Layers/veterinary.md +++ b/Docs/Layers/veterinary.md @@ -114,4 +114,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/veterinary/veterinary.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/veterinary/veterinary.json) +This document is autogenerated from [assets/layers/veterinary/veterinary.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/veterinary/veterinary.json) diff --git a/Docs/Layers/viewpoint.md b/Docs/Layers/viewpoint.md index efd1fafb8d..e415593258 100644 --- a/Docs/Layers/viewpoint.md +++ b/Docs/Layers/viewpoint.md @@ -73,4 +73,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/viewpoint/viewpoint.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/viewpoint/viewpoint.json) +This document is autogenerated from [assets/layers/viewpoint/viewpoint.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/viewpoint/viewpoint.json) diff --git a/Docs/Layers/village_green.md b/Docs/Layers/village_green.md index 9033ecf0b2..f92af58670 100644 --- a/Docs/Layers/village_green.md +++ b/Docs/Layers/village_green.md @@ -64,4 +64,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/village_green/village_green.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/village_green/village_green.json) +This document is autogenerated from [assets/layers/village_green/village_green.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/village_green/village_green.json) diff --git a/Docs/Layers/visitor_information_centre.md b/Docs/Layers/visitor_information_centre.md index 5668daeac5..a6c999417d 100644 --- a/Docs/Layers/visitor_information_centre.md +++ b/Docs/Layers/visitor_information_centre.md @@ -46,4 +46,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/visitor_information_centre/visitor_information_centre.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/visitor_information_centre/visitor_information_centre.json) +This document is autogenerated from [assets/layers/visitor_information_centre/visitor_information_centre.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/visitor_information_centre/visitor_information_centre.json) diff --git a/Docs/Layers/walls_and_buildings.md b/Docs/Layers/walls_and_buildings.md index 71e0124903..ba96da2762 100644 --- a/Docs/Layers/walls_and_buildings.md +++ b/Docs/Layers/walls_and_buildings.md @@ -90,4 +90,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/walls_and_buildings/walls_and_buildings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/walls_and_buildings/walls_and_buildings.json) +This document is autogenerated from [assets/layers/walls_and_buildings/walls_and_buildings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/walls_and_buildings/walls_and_buildings.json) diff --git a/Docs/Layers/waste_basket.md b/Docs/Layers/waste_basket.md index a5197b0f3d..1edbd7d12b 100644 --- a/Docs/Layers/waste_basket.md +++ b/Docs/Layers/waste_basket.md @@ -122,4 +122,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/waste_basket/waste_basket.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/waste_basket/waste_basket.json) +This document is autogenerated from [assets/layers/waste_basket/waste_basket.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/waste_basket/waste_basket.json) diff --git a/Docs/Layers/waste_disposal.md b/Docs/Layers/waste_disposal.md index aab9af1897..75c4cdea08 100644 --- a/Docs/Layers/waste_disposal.md +++ b/Docs/Layers/waste_disposal.md @@ -110,4 +110,4 @@ This tagrendering has labels -This document is autogenerated from [assets/layers/waste_disposal/waste_disposal.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/waste_disposal/waste_disposal.json) +This document is autogenerated from [assets/layers/waste_disposal/waste_disposal.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/waste_disposal/waste_disposal.json) diff --git a/Docs/Layers/windturbine.md b/Docs/Layers/windturbine.md index c494a88e0b..d2ebaafdf9 100644 --- a/Docs/Layers/windturbine.md +++ b/Docs/Layers/windturbine.md @@ -101,4 +101,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/layers/windturbine/windturbine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/layers/windturbine/windturbine.json) +This document is autogenerated from [assets/layers/windturbine/windturbine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/layers/windturbine/windturbine.json) diff --git a/Docs/Tags_format.md b/Docs/Tags_format.md index 5bfec93796..39fcb16004 100644 --- a/Docs/Tags_format.md +++ b/Docs/Tags_format.md @@ -190,4 +190,4 @@ One can combine multiple tags by using `and` or `or`, e.g.: ``` -This document is autogenerated from [src/Logic/Tags/TagUtils.ts](https://github.com/pietervdvn/MapComplete/blob/develop/src/Logic/Tags/TagUtils.ts) +This document is autogenerated from [src/Logic/Tags/TagUtils.ts](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/src/Logic/Tags/TagUtils.ts) diff --git a/Docs/Themes/advertising.md b/Docs/Themes/advertising.md index e3ebcce973..b6a6d8426a 100644 --- a/Docs/Themes/advertising.md +++ b/Docs/Themes/advertising.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/advertising/advertising.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/advertising/advertising.json) +This document is autogenerated from [assets/themes/advertising/advertising.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/advertising/advertising.json) diff --git a/Docs/Themes/aed.md b/Docs/Themes/aed.md index a59c5b8029..37ca3fee34 100644 --- a/Docs/Themes/aed.md +++ b/Docs/Themes/aed.md @@ -43,4 +43,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/aed/aed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/aed/aed.json) +This document is autogenerated from [assets/themes/aed/aed.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/aed/aed.json) diff --git a/Docs/Themes/artwork.md b/Docs/Themes/artwork.md index 29cfbee3c2..779ce26e9f 100644 --- a/Docs/Themes/artwork.md +++ b/Docs/Themes/artwork.md @@ -44,4 +44,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/artwork/artwork.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/artwork/artwork.json) +This document is autogenerated from [assets/themes/artwork/artwork.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/artwork/artwork.json) diff --git a/Docs/Themes/atm.md b/Docs/Themes/atm.md index 182249e059..bf6feb42e8 100644 --- a/Docs/Themes/atm.md +++ b/Docs/Themes/atm.md @@ -351,4 +351,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/atm/atm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/atm/atm.json) +This document is autogenerated from [assets/themes/atm/atm.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/atm/atm.json) diff --git a/Docs/Themes/bag.md b/Docs/Themes/bag.md index 6f682fa715..01bb55ea27 100644 --- a/Docs/Themes/bag.md +++ b/Docs/Themes/bag.md @@ -284,4 +284,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/bag/bag.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bag/bag.json) +This document is autogenerated from [assets/themes/bag/bag.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/bag/bag.json) diff --git a/Docs/Themes/benches.md b/Docs/Themes/benches.md index 5b717616a5..3b549fce9c 100644 --- a/Docs/Themes/benches.md +++ b/Docs/Themes/benches.md @@ -43,4 +43,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/benches/benches.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/benches/benches.json) +This document is autogenerated from [assets/themes/benches/benches.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/benches/benches.json) diff --git a/Docs/Themes/bicycle_parkings.md b/Docs/Themes/bicycle_parkings.md index 5cc43b6c7a..204d7694ce 100644 --- a/Docs/Themes/bicycle_parkings.md +++ b/Docs/Themes/bicycle_parkings.md @@ -34,4 +34,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/bicycle_parkings/bicycle_parkings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bicycle_parkings/bicycle_parkings.json) +This document is autogenerated from [assets/themes/bicycle_parkings/bicycle_parkings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/bicycle_parkings/bicycle_parkings.json) diff --git a/Docs/Themes/bicycle_rental.md b/Docs/Themes/bicycle_rental.md index b590495f1b..f77baf7f43 100644 --- a/Docs/Themes/bicycle_rental.md +++ b/Docs/Themes/bicycle_rental.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/bicycle_rental/bicycle_rental.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bicycle_rental/bicycle_rental.json) +This document is autogenerated from [assets/themes/bicycle_rental/bicycle_rental.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/bicycle_rental/bicycle_rental.json) diff --git a/Docs/Themes/bicyclelib.md b/Docs/Themes/bicyclelib.md index 7a98f9ee79..dec22b625e 100644 --- a/Docs/Themes/bicyclelib.md +++ b/Docs/Themes/bicyclelib.md @@ -40,4 +40,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/bicyclelib/bicyclelib.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bicyclelib/bicyclelib.json) +This document is autogenerated from [assets/themes/bicyclelib/bicyclelib.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/bicyclelib/bicyclelib.json) diff --git a/Docs/Themes/binoculars.md b/Docs/Themes/binoculars.md index 20407de853..1feb7e4e9f 100644 --- a/Docs/Themes/binoculars.md +++ b/Docs/Themes/binoculars.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/binoculars/binoculars.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/binoculars/binoculars.json) +This document is autogenerated from [assets/themes/binoculars/binoculars.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/binoculars/binoculars.json) diff --git a/Docs/Themes/blind_osm.md b/Docs/Themes/blind_osm.md index 7127ce78d2..0970d496bb 100644 --- a/Docs/Themes/blind_osm.md +++ b/Docs/Themes/blind_osm.md @@ -43,4 +43,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/blind_osm/blind_osm.json) +This document is autogenerated from [assets/themes/blind_osm/blind_osm.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/blind_osm/blind_osm.json) diff --git a/Docs/Themes/bookcases.md b/Docs/Themes/bookcases.md index 9331469bc9..d0463229f7 100644 --- a/Docs/Themes/bookcases.md +++ b/Docs/Themes/bookcases.md @@ -38,4 +38,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/bookcases/bookcases.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/bookcases/bookcases.json) +This document is autogenerated from [assets/themes/bookcases/bookcases.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/bookcases/bookcases.json) diff --git a/Docs/Themes/buurtnatuur.md b/Docs/Themes/buurtnatuur.md index b9da70c800..821d02e97a 100644 --- a/Docs/Themes/buurtnatuur.md +++ b/Docs/Themes/buurtnatuur.md @@ -369,4 +369,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/buurtnatuur/buurtnatuur.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/buurtnatuur/buurtnatuur.json) +This document is autogenerated from [assets/themes/buurtnatuur/buurtnatuur.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/buurtnatuur/buurtnatuur.json) diff --git a/Docs/Themes/cafes_and_pubs.md b/Docs/Themes/cafes_and_pubs.md index 7ae69c1ca9..3a4632c2c7 100644 --- a/Docs/Themes/cafes_and_pubs.md +++ b/Docs/Themes/cafes_and_pubs.md @@ -39,4 +39,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/cafes_and_pubs/cafes_and_pubs.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cafes_and_pubs/cafes_and_pubs.json) +This document is autogenerated from [assets/themes/cafes_and_pubs/cafes_and_pubs.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cafes_and_pubs/cafes_and_pubs.json) diff --git a/Docs/Themes/campersite.md b/Docs/Themes/campersite.md index de1b400bc0..0c50360eb8 100644 --- a/Docs/Themes/campersite.md +++ b/Docs/Themes/campersite.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/campersite/campersite.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/campersite/campersite.json) +This document is autogenerated from [assets/themes/campersite/campersite.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/campersite/campersite.json) diff --git a/Docs/Themes/charging_stations.md b/Docs/Themes/charging_stations.md index 0ac3032af4..3f6fccc083 100644 --- a/Docs/Themes/charging_stations.md +++ b/Docs/Themes/charging_stations.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/charging_stations/charging_stations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/charging_stations/charging_stations.json) +This document is autogenerated from [assets/themes/charging_stations/charging_stations.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/charging_stations/charging_stations.json) diff --git a/Docs/Themes/climbing.md b/Docs/Themes/climbing.md index 7125498076..ea54cf59b7 100644 --- a/Docs/Themes/climbing.md +++ b/Docs/Themes/climbing.md @@ -983,4 +983,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/climbing/climbing.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/climbing/climbing.json) +This document is autogenerated from [assets/themes/climbing/climbing.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/climbing/climbing.json) diff --git a/Docs/Themes/clock.md b/Docs/Themes/clock.md index ceca507502..495452869d 100644 --- a/Docs/Themes/clock.md +++ b/Docs/Themes/clock.md @@ -34,4 +34,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/clock/clock.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/clock/clock.json) +This document is autogenerated from [assets/themes/clock/clock.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/clock/clock.json) diff --git a/Docs/Themes/cycle_highways.md b/Docs/Themes/cycle_highways.md index c1601b9388..0389cfb61d 100644 --- a/Docs/Themes/cycle_highways.md +++ b/Docs/Themes/cycle_highways.md @@ -295,4 +295,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cycle_highways/cycle_highways.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cycle_highways/cycle_highways.json) +This document is autogenerated from [assets/themes/cycle_highways/cycle_highways.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cycle_highways/cycle_highways.json) diff --git a/Docs/Themes/cycle_infra.md b/Docs/Themes/cycle_infra.md index aa8ab3687e..0f34ecda0a 100644 --- a/Docs/Themes/cycle_infra.md +++ b/Docs/Themes/cycle_infra.md @@ -38,4 +38,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/cycle_infra/cycle_infra.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cycle_infra/cycle_infra.json) +This document is autogenerated from [assets/themes/cycle_infra/cycle_infra.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cycle_infra/cycle_infra.json) diff --git a/Docs/Themes/cyclenodes.md b/Docs/Themes/cyclenodes.md index 0ff781e05f..cfb96a11b7 100644 --- a/Docs/Themes/cyclenodes.md +++ b/Docs/Themes/cyclenodes.md @@ -233,4 +233,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/cyclenodes/cyclenodes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclenodes/cyclenodes.json) +This document is autogenerated from [assets/themes/cyclenodes/cyclenodes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclenodes/cyclenodes.json) diff --git a/Docs/Themes/cyclestreets.md b/Docs/Themes/cyclestreets.md index 5b21863cad..720f491bb3 100644 --- a/Docs/Themes/cyclestreets.md +++ b/Docs/Themes/cyclestreets.md @@ -311,4 +311,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclestreets/cyclestreets.json) +This document is autogenerated from [assets/themes/cyclestreets/cyclestreets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclestreets/cyclestreets.json) diff --git a/Docs/Themes/cyclofix.md b/Docs/Themes/cyclofix.md index 018df62fc3..13e9f36f62 100644 --- a/Docs/Themes/cyclofix.md +++ b/Docs/Themes/cyclofix.md @@ -2189,4 +2189,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/cyclofix/cyclofix.json) +This document is autogenerated from [assets/themes/cyclofix/cyclofix.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/cyclofix/cyclofix.json) diff --git a/Docs/Themes/disaster_response.md b/Docs/Themes/disaster_response.md index 9d2ab7db9c..f68ed2f4d3 100644 --- a/Docs/Themes/disaster_response.md +++ b/Docs/Themes/disaster_response.md @@ -40,4 +40,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/disaster_response/disaster_response.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/disaster_response/disaster_response.json) +This document is autogenerated from [assets/themes/disaster_response/disaster_response.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/disaster_response/disaster_response.json) diff --git a/Docs/Themes/drinking_water.md b/Docs/Themes/drinking_water.md index fe54caf932..742a602b3b 100644 --- a/Docs/Themes/drinking_water.md +++ b/Docs/Themes/drinking_water.md @@ -35,4 +35,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/drinking_water/drinking_water.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/drinking_water/drinking_water.json) +This document is autogenerated from [assets/themes/drinking_water/drinking_water.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/drinking_water/drinking_water.json) diff --git a/Docs/Themes/education.md b/Docs/Themes/education.md index 154a1d8ec6..3484366cbe 100644 --- a/Docs/Themes/education.md +++ b/Docs/Themes/education.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/education/education.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/education/education.json) +This document is autogenerated from [assets/themes/education/education.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/education/education.json) diff --git a/Docs/Themes/elongated_coin.md b/Docs/Themes/elongated_coin.md index 6c8bab79ee..dac1c5e828 100644 --- a/Docs/Themes/elongated_coin.md +++ b/Docs/Themes/elongated_coin.md @@ -29,4 +29,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/elongated_coin/elongated_coin.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/elongated_coin/elongated_coin.json) +This document is autogenerated from [assets/themes/elongated_coin/elongated_coin.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/elongated_coin/elongated_coin.json) diff --git a/Docs/Themes/etymology.md b/Docs/Themes/etymology.md index dafe7e5d4a..dee0dde2b2 100644 --- a/Docs/Themes/etymology.md +++ b/Docs/Themes/etymology.md @@ -847,4 +847,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/etymology/etymology.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/etymology/etymology.json) +This document is autogenerated from [assets/themes/etymology/etymology.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/etymology/etymology.json) diff --git a/Docs/Themes/facadegardens.md b/Docs/Themes/facadegardens.md index 295a718c55..3d06ff664c 100644 --- a/Docs/Themes/facadegardens.md +++ b/Docs/Themes/facadegardens.md @@ -165,4 +165,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/facadegardens/facadegardens.json) +This document is autogenerated from [assets/themes/facadegardens/facadegardens.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/facadegardens/facadegardens.json) diff --git a/Docs/Themes/fireplace.md b/Docs/Themes/fireplace.md index bc13ef473c..3b9d9a11d2 100644 --- a/Docs/Themes/fireplace.md +++ b/Docs/Themes/fireplace.md @@ -27,4 +27,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/fireplace/fireplace.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fireplace/fireplace.json) +This document is autogenerated from [assets/themes/fireplace/fireplace.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/fireplace/fireplace.json) diff --git a/Docs/Themes/food.md b/Docs/Themes/food.md index e4132ff641..3cda2f7f34 100644 --- a/Docs/Themes/food.md +++ b/Docs/Themes/food.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/food/food.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/food/food.json) +This document is autogenerated from [assets/themes/food/food.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/food/food.json) diff --git a/Docs/Themes/fritures.md b/Docs/Themes/fritures.md index 8686355fc8..bf77abb9fe 100644 --- a/Docs/Themes/fritures.md +++ b/Docs/Themes/fritures.md @@ -644,4 +644,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/fritures/fritures.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/fritures/fritures.json) +This document is autogenerated from [assets/themes/fritures/fritures.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/fritures/fritures.json) diff --git a/Docs/Themes/ghostbikes.md b/Docs/Themes/ghostbikes.md index 8479230057..c2a674116f 100644 --- a/Docs/Themes/ghostbikes.md +++ b/Docs/Themes/ghostbikes.md @@ -40,4 +40,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/ghostbikes/ghostbikes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostbikes/ghostbikes.json) +This document is autogenerated from [assets/themes/ghostbikes/ghostbikes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/ghostbikes/ghostbikes.json) diff --git a/Docs/Themes/ghostsigns.md b/Docs/Themes/ghostsigns.md index 41f733d9d9..09835c88ba 100644 --- a/Docs/Themes/ghostsigns.md +++ b/Docs/Themes/ghostsigns.md @@ -566,4 +566,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ghostsigns/ghostsigns.json) +This document is autogenerated from [assets/themes/ghostsigns/ghostsigns.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/ghostsigns/ghostsigns.json) diff --git a/Docs/Themes/glutenfree.md b/Docs/Themes/glutenfree.md index 237600f164..da255eb975 100644 --- a/Docs/Themes/glutenfree.md +++ b/Docs/Themes/glutenfree.md @@ -1789,4 +1789,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/glutenfree/glutenfree.json) +This document is autogenerated from [assets/themes/glutenfree/glutenfree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/glutenfree/glutenfree.json) diff --git a/Docs/Themes/grb.md b/Docs/Themes/grb.md index e6c88e4619..c3dd1b8f9f 100644 --- a/Docs/Themes/grb.md +++ b/Docs/Themes/grb.md @@ -356,4 +356,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/grb/grb.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/grb/grb.json) +This document is autogenerated from [assets/themes/grb/grb.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/grb/grb.json) diff --git a/Docs/Themes/guideposts.md b/Docs/Themes/guideposts.md index 442e8128b2..eae3de1c07 100644 --- a/Docs/Themes/guideposts.md +++ b/Docs/Themes/guideposts.md @@ -27,4 +27,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/guideposts/guideposts.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/guideposts/guideposts.json) +This document is autogenerated from [assets/themes/guideposts/guideposts.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/guideposts/guideposts.json) diff --git a/Docs/Themes/hackerspaces.md b/Docs/Themes/hackerspaces.md index 702217a4e4..5c6fb04f41 100644 --- a/Docs/Themes/hackerspaces.md +++ b/Docs/Themes/hackerspaces.md @@ -34,4 +34,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/hackerspaces/hackerspaces.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hackerspaces/hackerspaces.json) +This document is autogenerated from [assets/themes/hackerspaces/hackerspaces.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/hackerspaces/hackerspaces.json) diff --git a/Docs/Themes/hailhydrant.md b/Docs/Themes/hailhydrant.md index 8427bc6081..a7e8e53fdd 100644 --- a/Docs/Themes/hailhydrant.md +++ b/Docs/Themes/hailhydrant.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/hailhydrant/hailhydrant.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hailhydrant/hailhydrant.json) +This document is autogenerated from [assets/themes/hailhydrant/hailhydrant.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/hailhydrant/hailhydrant.json) diff --git a/Docs/Themes/hotels.md b/Docs/Themes/hotels.md index 55c4bd4d18..5d0bdc7c6b 100644 --- a/Docs/Themes/hotels.md +++ b/Docs/Themes/hotels.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/hotels/hotels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/hotels/hotels.json) +This document is autogenerated from [assets/themes/hotels/hotels.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/hotels/hotels.json) diff --git a/Docs/Themes/icecream.md b/Docs/Themes/icecream.md index 38913c0d8e..e8c940937f 100644 --- a/Docs/Themes/icecream.md +++ b/Docs/Themes/icecream.md @@ -30,4 +30,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/icecream/icecream.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/icecream/icecream.json) +This document is autogenerated from [assets/themes/icecream/icecream.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/icecream/icecream.json) diff --git a/Docs/Themes/indoors.md b/Docs/Themes/indoors.md index 4cd2d59023..842d215bd9 100644 --- a/Docs/Themes/indoors.md +++ b/Docs/Themes/indoors.md @@ -39,4 +39,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/indoors/indoors.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/indoors/indoors.json) +This document is autogenerated from [assets/themes/indoors/indoors.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/indoors/indoors.json) diff --git a/Docs/Themes/insects.md b/Docs/Themes/insects.md index 31622a222a..c4533a607d 100644 --- a/Docs/Themes/insects.md +++ b/Docs/Themes/insects.md @@ -24,4 +24,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/insects/insects.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/insects/insects.json) +This document is autogenerated from [assets/themes/insects/insects.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/insects/insects.json) diff --git a/Docs/Themes/items_with_image.md b/Docs/Themes/items_with_image.md index 1890337e84..b110a5ede0 100644 --- a/Docs/Themes/items_with_image.md +++ b/Docs/Themes/items_with_image.md @@ -24,4 +24,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/items_with_image/items_with_image.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/items_with_image/items_with_image.json) +This document is autogenerated from [assets/themes/items_with_image/items_with_image.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/items_with_image/items_with_image.json) diff --git a/Docs/Themes/kerbs_and_crossings.md b/Docs/Themes/kerbs_and_crossings.md index 4b5cff9be2..a558204234 100644 --- a/Docs/Themes/kerbs_and_crossings.md +++ b/Docs/Themes/kerbs_and_crossings.md @@ -259,4 +259,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json) +This document is autogenerated from [assets/themes/kerbs_and_crossings/kerbs_and_crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/kerbs_and_crossings/kerbs_and_crossings.json) diff --git a/Docs/Themes/lactosefree.md b/Docs/Themes/lactosefree.md index 5534f70a98..bc215542ec 100644 --- a/Docs/Themes/lactosefree.md +++ b/Docs/Themes/lactosefree.md @@ -1786,4 +1786,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lactosefree/lactosefree.json) +This document is autogenerated from [assets/themes/lactosefree/lactosefree.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/lactosefree/lactosefree.json) diff --git a/Docs/Themes/lighthouses.md b/Docs/Themes/lighthouses.md index 5be985821c..45ffcfee1b 100644 --- a/Docs/Themes/lighthouses.md +++ b/Docs/Themes/lighthouses.md @@ -29,4 +29,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/lighthouses/lighthouses.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/lighthouses/lighthouses.json) +This document is autogenerated from [assets/themes/lighthouses/lighthouses.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/lighthouses/lighthouses.json) diff --git a/Docs/Themes/mapcomplete-changes.md b/Docs/Themes/mapcomplete-changes.md index b87957affa..f841773919 100644 --- a/Docs/Themes/mapcomplete-changes.md +++ b/Docs/Themes/mapcomplete-changes.md @@ -165,4 +165,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/mapcomplete-changes/mapcomplete-changes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/mapcomplete-changes/mapcomplete-changes.json) +This document is autogenerated from [assets/themes/mapcomplete-changes/mapcomplete-changes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/mapcomplete-changes/mapcomplete-changes.json) diff --git a/Docs/Themes/maproulette.md b/Docs/Themes/maproulette.md index e2d9166328..1bf5cb00e3 100644 --- a/Docs/Themes/maproulette.md +++ b/Docs/Themes/maproulette.md @@ -30,4 +30,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/maproulette/maproulette.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maproulette/maproulette.json) +This document is autogenerated from [assets/themes/maproulette/maproulette.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/maproulette/maproulette.json) diff --git a/Docs/Themes/maps.md b/Docs/Themes/maps.md index 9398ed4ecf..32116ca42e 100644 --- a/Docs/Themes/maps.md +++ b/Docs/Themes/maps.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/maps/maps.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maps/maps.json) +This document is autogenerated from [assets/themes/maps/maps.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/maps/maps.json) diff --git a/Docs/Themes/maxspeed.md b/Docs/Themes/maxspeed.md index 9d8091fbd3..44fa09fdb9 100644 --- a/Docs/Themes/maxspeed.md +++ b/Docs/Themes/maxspeed.md @@ -35,4 +35,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/maxspeed/maxspeed.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/maxspeed/maxspeed.json) +This document is autogenerated from [assets/themes/maxspeed/maxspeed.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/maxspeed/maxspeed.json) diff --git a/Docs/Themes/memorials.md b/Docs/Themes/memorials.md index 99d8d3481b..7293ccd88b 100644 --- a/Docs/Themes/memorials.md +++ b/Docs/Themes/memorials.md @@ -34,4 +34,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/memorials/memorials.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/memorials/memorials.json) +This document is autogenerated from [assets/themes/memorials/memorials.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/memorials/memorials.json) diff --git a/Docs/Themes/nature.md b/Docs/Themes/nature.md index 2ed4687c6a..473cedf03a 100644 --- a/Docs/Themes/nature.md +++ b/Docs/Themes/nature.md @@ -45,4 +45,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/nature/nature.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/nature/nature.json) +This document is autogenerated from [assets/themes/nature/nature.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/nature/nature.json) diff --git a/Docs/Themes/notes.md b/Docs/Themes/notes.md index cbe259bcf8..cab659bf57 100644 --- a/Docs/Themes/notes.md +++ b/Docs/Themes/notes.md @@ -33,4 +33,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/notes/notes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/notes/notes.json) +This document is autogenerated from [assets/themes/notes/notes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/notes/notes.json) diff --git a/Docs/Themes/observation_towers.md b/Docs/Themes/observation_towers.md index d9e30f9330..5827c9f532 100644 --- a/Docs/Themes/observation_towers.md +++ b/Docs/Themes/observation_towers.md @@ -33,4 +33,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/observation_towers/observation_towers.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/observation_towers/observation_towers.json) +This document is autogenerated from [assets/themes/observation_towers/observation_towers.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/observation_towers/observation_towers.json) diff --git a/Docs/Themes/onwheels.md b/Docs/Themes/onwheels.md index 961ee3874a..fd208a09e3 100644 --- a/Docs/Themes/onwheels.md +++ b/Docs/Themes/onwheels.md @@ -109,4 +109,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/onwheels/onwheels.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/onwheels/onwheels.json) +This document is autogenerated from [assets/themes/onwheels/onwheels.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/onwheels/onwheels.json) diff --git a/Docs/Themes/openlovemap.md b/Docs/Themes/openlovemap.md index 2037989d67..f6befef531 100644 --- a/Docs/Themes/openlovemap.md +++ b/Docs/Themes/openlovemap.md @@ -1447,4 +1447,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/openlovemap/openlovemap.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/openlovemap/openlovemap.json) +This document is autogenerated from [assets/themes/openlovemap/openlovemap.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/openlovemap/openlovemap.json) diff --git a/Docs/Themes/openwindpowermap.md b/Docs/Themes/openwindpowermap.md index 2080b5115c..ef9f16e0e0 100644 --- a/Docs/Themes/openwindpowermap.md +++ b/Docs/Themes/openwindpowermap.md @@ -35,4 +35,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/openwindpowermap/openwindpowermap.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/openwindpowermap/openwindpowermap.json) +This document is autogenerated from [assets/themes/openwindpowermap/openwindpowermap.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/openwindpowermap/openwindpowermap.json) diff --git a/Docs/Themes/osm_community_index.md b/Docs/Themes/osm_community_index.md index 014f70ff64..ab261ba981 100644 --- a/Docs/Themes/osm_community_index.md +++ b/Docs/Themes/osm_community_index.md @@ -28,4 +28,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/osm_community_index/osm_community_index.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/osm_community_index/osm_community_index.json) +This document is autogenerated from [assets/themes/osm_community_index/osm_community_index.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/osm_community_index/osm_community_index.json) diff --git a/Docs/Themes/parkings.md b/Docs/Themes/parkings.md index 828e211fa0..bc1cf95ca0 100644 --- a/Docs/Themes/parkings.md +++ b/Docs/Themes/parkings.md @@ -39,4 +39,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/parkings/parkings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/parkings/parkings.json) +This document is autogenerated from [assets/themes/parkings/parkings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/parkings/parkings.json) diff --git a/Docs/Themes/personal.md b/Docs/Themes/personal.md index 718146d82f..144849415c 100644 --- a/Docs/Themes/personal.md +++ b/Docs/Themes/personal.md @@ -172,4 +172,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/personal/personal.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/personal/personal.json) +This document is autogenerated from [assets/themes/personal/personal.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/personal/personal.json) diff --git a/Docs/Themes/pets.md b/Docs/Themes/pets.md index 94b614130a..f6e88ed7c1 100644 --- a/Docs/Themes/pets.md +++ b/Docs/Themes/pets.md @@ -1662,4 +1662,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/pets/pets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/pets/pets.json) +This document is autogenerated from [assets/themes/pets/pets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/pets/pets.json) diff --git a/Docs/Themes/play_forests.md b/Docs/Themes/play_forests.md index d3f804d013..1fc5e5b968 100644 --- a/Docs/Themes/play_forests.md +++ b/Docs/Themes/play_forests.md @@ -18,4 +18,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/play_forests/play_forests.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/play_forests/play_forests.json) +This document is autogenerated from [assets/themes/play_forests/play_forests.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/play_forests/play_forests.json) diff --git a/Docs/Themes/playgrounds.md b/Docs/Themes/playgrounds.md index 9d4fd8879f..de57c1d8b9 100644 --- a/Docs/Themes/playgrounds.md +++ b/Docs/Themes/playgrounds.md @@ -42,4 +42,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/playgrounds/playgrounds.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/playgrounds/playgrounds.json) +This document is autogenerated from [assets/themes/playgrounds/playgrounds.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/playgrounds/playgrounds.json) diff --git a/Docs/Themes/postal_codes.md b/Docs/Themes/postal_codes.md index d929d4c03a..64de4573e3 100644 --- a/Docs/Themes/postal_codes.md +++ b/Docs/Themes/postal_codes.md @@ -151,4 +151,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/postal_codes/postal_codes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/postal_codes/postal_codes.json) +This document is autogenerated from [assets/themes/postal_codes/postal_codes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/postal_codes/postal_codes.json) diff --git a/Docs/Themes/postboxes.md b/Docs/Themes/postboxes.md index 2824783f37..f09f582d52 100644 --- a/Docs/Themes/postboxes.md +++ b/Docs/Themes/postboxes.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/postboxes/postboxes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/postboxes/postboxes.json) +This document is autogenerated from [assets/themes/postboxes/postboxes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/postboxes/postboxes.json) diff --git a/Docs/Themes/rainbow_crossings.md b/Docs/Themes/rainbow_crossings.md index c8caadd40a..a35ffc677d 100644 --- a/Docs/Themes/rainbow_crossings.md +++ b/Docs/Themes/rainbow_crossings.md @@ -95,4 +95,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/rainbow_crossings/rainbow_crossings.json) +This document is autogenerated from [assets/themes/rainbow_crossings/rainbow_crossings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/rainbow_crossings/rainbow_crossings.json) diff --git a/Docs/Themes/scouting.md b/Docs/Themes/scouting.md index ff7f1bcc64..41e64cecd6 100644 --- a/Docs/Themes/scouting.md +++ b/Docs/Themes/scouting.md @@ -19,4 +19,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/scouting/scouting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/scouting/scouting.json) +This document is autogenerated from [assets/themes/scouting/scouting.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/scouting/scouting.json) diff --git a/Docs/Themes/shops.md b/Docs/Themes/shops.md index a4e319931b..7532409d5b 100644 --- a/Docs/Themes/shops.md +++ b/Docs/Themes/shops.md @@ -38,4 +38,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/shops/shops.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/shops/shops.json) +This document is autogenerated from [assets/themes/shops/shops.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/shops/shops.json) diff --git a/Docs/Themes/ski.md b/Docs/Themes/ski.md index a01732f551..b9bbfde3f3 100644 --- a/Docs/Themes/ski.md +++ b/Docs/Themes/ski.md @@ -37,4 +37,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/ski/ski.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/ski/ski.json) +This document is autogenerated from [assets/themes/ski/ski.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/ski/ski.json) diff --git a/Docs/Themes/speelplekken.md b/Docs/Themes/speelplekken.md index e65ce86f42..53c3824336 100644 --- a/Docs/Themes/speelplekken.md +++ b/Docs/Themes/speelplekken.md @@ -175,4 +175,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/speelplekken/speelplekken.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/speelplekken/speelplekken.json) +This document is autogenerated from [assets/themes/speelplekken/speelplekken.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/speelplekken/speelplekken.json) diff --git a/Docs/Themes/sport_pitches.md b/Docs/Themes/sport_pitches.md index f581267952..7907777a87 100644 --- a/Docs/Themes/sport_pitches.md +++ b/Docs/Themes/sport_pitches.md @@ -33,4 +33,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/sport_pitches/sport_pitches.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sport_pitches/sport_pitches.json) +This document is autogenerated from [assets/themes/sport_pitches/sport_pitches.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/sport_pitches/sport_pitches.json) diff --git a/Docs/Themes/sports.md b/Docs/Themes/sports.md index 5760a9dd89..7ed4cbc6ec 100644 --- a/Docs/Themes/sports.md +++ b/Docs/Themes/sports.md @@ -972,4 +972,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/sports/sports.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/sports/sports.json) +This document is autogenerated from [assets/themes/sports/sports.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/sports/sports.json) diff --git a/Docs/Themes/stations.md b/Docs/Themes/stations.md index 55bdbcd5bc..6e3632d702 100644 --- a/Docs/Themes/stations.md +++ b/Docs/Themes/stations.md @@ -179,4 +179,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/stations/stations.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/stations/stations.json) +This document is autogenerated from [assets/themes/stations/stations.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/stations/stations.json) diff --git a/Docs/Themes/street_lighting.md b/Docs/Themes/street_lighting.md index c723010f84..f5e377f9dd 100644 --- a/Docs/Themes/street_lighting.md +++ b/Docs/Themes/street_lighting.md @@ -170,4 +170,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting/street_lighting.json) +This document is autogenerated from [assets/themes/street_lighting/street_lighting.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/street_lighting/street_lighting.json) diff --git a/Docs/Themes/street_lighting_assen.md b/Docs/Themes/street_lighting_assen.md index 4e2d448f55..b960bead98 100644 --- a/Docs/Themes/street_lighting_assen.md +++ b/Docs/Themes/street_lighting_assen.md @@ -67,4 +67,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/street_lighting_assen/street_lighting_assen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/street_lighting_assen/street_lighting_assen.json) +This document is autogenerated from [assets/themes/street_lighting_assen/street_lighting_assen.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/street_lighting_assen/street_lighting_assen.json) diff --git a/Docs/Themes/surveillance.md b/Docs/Themes/surveillance.md index ea0bc8ef1e..c9cd661f3b 100644 --- a/Docs/Themes/surveillance.md +++ b/Docs/Themes/surveillance.md @@ -38,4 +38,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/surveillance/surveillance.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/surveillance/surveillance.json) +This document is autogenerated from [assets/themes/surveillance/surveillance.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/surveillance/surveillance.json) diff --git a/Docs/Themes/toerisme_vlaanderen.md b/Docs/Themes/toerisme_vlaanderen.md index f2041860ad..e0dfbbfd57 100644 --- a/Docs/Themes/toerisme_vlaanderen.md +++ b/Docs/Themes/toerisme_vlaanderen.md @@ -1722,4 +1722,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json) +This document is autogenerated from [assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/toerisme_vlaanderen/toerisme_vlaanderen.json) diff --git a/Docs/Themes/toilets.md b/Docs/Themes/toilets.md index 0ad647ae0e..8babce9188 100644 --- a/Docs/Themes/toilets.md +++ b/Docs/Themes/toilets.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/toilets/toilets.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/toilets/toilets.json) +This document is autogenerated from [assets/themes/toilets/toilets.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/toilets/toilets.json) diff --git a/Docs/Themes/transit.md b/Docs/Themes/transit.md index feee9e31f2..7fabc11107 100644 --- a/Docs/Themes/transit.md +++ b/Docs/Themes/transit.md @@ -92,4 +92,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/transit/transit.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/transit/transit.json) +This document is autogenerated from [assets/themes/transit/transit.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/transit/transit.json) diff --git a/Docs/Themes/trees.md b/Docs/Themes/trees.md index a3b24fad05..a729a08ccc 100644 --- a/Docs/Themes/trees.md +++ b/Docs/Themes/trees.md @@ -39,4 +39,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/trees/trees.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/trees/trees.json) +This document is autogenerated from [assets/themes/trees/trees.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/trees/trees.json) diff --git a/Docs/Themes/uk_addresses.md b/Docs/Themes/uk_addresses.md index 2c26327099..37fc9e223c 100644 --- a/Docs/Themes/uk_addresses.md +++ b/Docs/Themes/uk_addresses.md @@ -305,4 +305,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/uk_addresses/uk_addresses.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/uk_addresses/uk_addresses.json) +This document is autogenerated from [assets/themes/uk_addresses/uk_addresses.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/uk_addresses/uk_addresses.json) diff --git a/Docs/Themes/velopark.md b/Docs/Themes/velopark.md index fb03a9484e..43d0cd2219 100644 --- a/Docs/Themes/velopark.md +++ b/Docs/Themes/velopark.md @@ -491,4 +491,4 @@ This tagrendering is only visible in the popup if the following condition is met -This document is autogenerated from [assets/themes/velopark/velopark.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/velopark/velopark.json) +This document is autogenerated from [assets/themes/velopark/velopark.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/velopark/velopark.json) diff --git a/Docs/Themes/vending_machine.md b/Docs/Themes/vending_machine.md index d478cfb85f..1dcc55fc28 100644 --- a/Docs/Themes/vending_machine.md +++ b/Docs/Themes/vending_machine.md @@ -374,4 +374,4 @@ This tagrendering has labels -This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/vending_machine/vending_machine.json) +This document is autogenerated from [assets/themes/vending_machine/vending_machine.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/vending_machine/vending_machine.json) diff --git a/Docs/Themes/walkingnodes.md b/Docs/Themes/walkingnodes.md index fdb6792c71..a9be465f1d 100644 --- a/Docs/Themes/walkingnodes.md +++ b/Docs/Themes/walkingnodes.md @@ -228,4 +228,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/walkingnodes/walkingnodes.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/walkingnodes/walkingnodes.json) +This document is autogenerated from [assets/themes/walkingnodes/walkingnodes.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/walkingnodes/walkingnodes.json) diff --git a/Docs/Themes/walls_and_buildings.md b/Docs/Themes/walls_and_buildings.md index 7d3b3e8119..85ea4f1ba0 100644 --- a/Docs/Themes/walls_and_buildings.md +++ b/Docs/Themes/walls_and_buildings.md @@ -33,4 +33,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/walls_and_buildings/walls_and_buildings.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/walls_and_buildings/walls_and_buildings.json) +This document is autogenerated from [assets/themes/walls_and_buildings/walls_and_buildings.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/walls_and_buildings/walls_and_buildings.json) diff --git a/Docs/Themes/waste.md b/Docs/Themes/waste.md index 34df758a75..65fdea8035 100644 --- a/Docs/Themes/waste.md +++ b/Docs/Themes/waste.md @@ -36,4 +36,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/waste/waste.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste/waste.json) +This document is autogenerated from [assets/themes/waste/waste.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/waste/waste.json) diff --git a/Docs/Themes/waste_assen.md b/Docs/Themes/waste_assen.md index 7bbdde95d7..123df75b16 100644 --- a/Docs/Themes/waste_assen.md +++ b/Docs/Themes/waste_assen.md @@ -115,4 +115,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/waste_assen/waste_assen.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste_assen/waste_assen.json) +This document is autogenerated from [assets/themes/waste_assen/waste_assen.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/waste_assen/waste_assen.json) diff --git a/Docs/Themes/waste_basket.md b/Docs/Themes/waste_basket.md index d4823aa656..9f28b3848c 100644 --- a/Docs/Themes/waste_basket.md +++ b/Docs/Themes/waste_basket.md @@ -35,4 +35,4 @@ Available languages: These layers can not be reused in different themes. -This document is autogenerated from [assets/themes/waste_basket/waste_basket.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/waste_basket/waste_basket.json) +This document is autogenerated from [assets/themes/waste_basket/waste_basket.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/waste_basket/waste_basket.json) diff --git a/Docs/Themes/width.md b/Docs/Themes/width.md index f985b033ea..4a9ff73e15 100644 --- a/Docs/Themes/width.md +++ b/Docs/Themes/width.md @@ -131,4 +131,4 @@ This tagrendering has labels `added_by_default` -This document is autogenerated from [assets/themes/width/width.json](https://github.com/pietervdvn/MapComplete/blob/develop/assets/themes/width/width.json) +This document is autogenerated from [assets/themes/width/width.json](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/assets/themes/width/width.json) diff --git a/assets/layers/dog_toilet/dog_toilet.json b/assets/layers/dog_toilet/dog_toilet.json index 2568965d78..ad21f28918 100644 --- a/assets/layers/dog_toilet/dog_toilet.json +++ b/assets/layers/dog_toilet/dog_toilet.json @@ -1,10 +1,12 @@ { "id": "dog_toilet", "name": { - "en": "Dog toilets" + "en": "Dog toilets", + "de": "Hundetoiletten" }, "description": { - "en": "A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area." + "en": "A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area.", + "de": "Eine Hundetoilette ist eine Einrichtung, die für das Urinieren und die Ausscheidung von Hunden vorgesehen ist. Dabei kann es sich um eine ausgewiesene, ausgeschilderte Rasenfläche, eine Sandgrube oder einen eingezäunten Bereich handeln." }, "source": { "osmTags": "amenity=dog_toilet" @@ -12,7 +14,8 @@ "minzoom": 13, "title": { "render": { - "en": "Dog toilet" + "en": "Dog toilet", + "de": "Hundetoilette" } }, "pointRendering": [ @@ -31,7 +34,8 @@ "presets": [ { "title": { - "en": "a dog toilet" + "en": "a dog toilet", + "de": "eine Hundetoilette" }, "tags": [ "amenity=dog_toilet" @@ -43,7 +47,8 @@ { "id": "barrier", "question": { - "en": "Is this dog toilet fenced?" + "en": "Is this dog toilet fenced?", + "de": "Ist diese Hundetoilette eingezäunt?" }, "mappings": [ { @@ -52,7 +57,8 @@ "not:barrier=" ], "then": { - "en": "There is a fence around this dog toilet" + "en": "There is a fence around this dog toilet", + "de": "Diese Hundetoilette ist eingezäunt" } }, { @@ -61,7 +67,8 @@ "not:barrier=" ], "then": { - "en": "There is a hedge around this dog toilet" + "en": "There is a hedge around this dog toilet", + "de": "Diese Hundetoilette ist von einer Hecke umgeben" } }, { @@ -70,7 +77,8 @@ "not:barrier=" ], "then": { - "en": "There is a barrier around this dog toilet" + "en": "There is a barrier around this dog toilet", + "de": "Um diese Hundetoilette herum befindet sich eine Barriere" } }, { @@ -79,7 +87,8 @@ "barrier=" ], "then": { - "en": "There is no barrier around this dog toilet" + "en": "There is no barrier around this dog toilet", + "de": "Es gibt keine Barriere um diese Hundetoilette herum" } } ] diff --git a/assets/layers/nsi_brand/nsi_brand.json b/assets/layers/nsi_brand/nsi_brand.json index 98bafde8cd..571180dc5d 100644 --- a/assets/layers/nsi_brand/nsi_brand.json +++ b/assets/layers/nsi_brand/nsi_brand.json @@ -10,20 +10,6 @@ "strict": true, "id": "icon", "mappings": [ - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=1-2-3", - "brand:wikidata=Q4545742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/123-175913.undefined" - }, { "if": { "and": [ @@ -66,20 +52,6 @@ }, "then": "./assets/data/nsi/logos/8ahuit-2974c2.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ABC", - "brand:wikidata=Q10397504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-99bd2f.undefined" - }, { "if": { "and": [ @@ -94,22 +66,6 @@ }, "then": "./assets/data/nsi/logos/aegean-d67647.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Aegis", - "brand:wikidata=Q127686527", - "operator=Aegis Huile Company Limited", - "operator:wikidata=Q127686527" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aegis-875bd4.undefined" - }, { "if": { "and": [ @@ -142,45 +98,6 @@ }, "then": "./assets/data/nsi/logos/afriquia-3f0b55.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Agapet", - "brand:wikidata=Q126110796", - "operator=Agapet Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agapet-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Agip", - "brand:wikidata=Q377915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agip-98293a.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Agla" - ] - }, - "then": "./assets/data/nsi/logos/agla-80ab21.undefined" - }, { "if": { "and": [ @@ -251,38 +168,6 @@ }, "then": "./assets/data/nsi/logos/alexela-19c48c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Alinco Oil", - "brand:wikidata=Q127686588", - "operator=Alinco Oil Company Limited", - "operator:wikidata=Q127686588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alincooil-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Allied", - "brand:wikidata=Q126097124", - "operator=Allied Company Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allied-875bd4.undefined" - }, { "if": { "and": [ @@ -354,20 +239,6 @@ }, "then": "./assets/data/nsi/logos/alvesbandeira-a8414b.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Amdaway Oil", - "brand:wikidata=Q130297357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amdawayoil-875bd4.undefined" - }, { "if": { "and": [ @@ -382,20 +253,6 @@ }, "then": "./assets/data/nsi/logos/amic-68a939.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Aminso Energy", - "brand:wikidata=Q130297554" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aminsoenergy-875bd4.undefined" - }, { "if": { "and": [ @@ -438,15 +295,6 @@ }, "then": "./assets/data/nsi/logos/amseroil-875bd4.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=AN Energéticos" - ] - }, - "then": "./assets/data/nsi/logos/anenergeticos-80ab21.undefined" - }, { "if": { "and": [ @@ -476,38 +324,6 @@ }, "then": "./assets/data/nsi/logos/anp-b3069c.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=AP Oil", - "brand:wikidata=Q130297616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apoil-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=apollostation", - "brand:en=apollostation", - "brand:ja=アポロステーション", - "brand:wikidata=Q114731101", - "name:en=apollostation", - "name:ja=アポロステーション" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apollostation-525bb3.undefined" - }, { "if": { "and": [ @@ -607,20 +423,6 @@ }, "then": "./assets/data/nsi/logos/asdaexpress-4d1df5.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Astro", - "brand:wikidata=Q109338068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/astro-286321.undefined" - }, { "if": { "and": [ @@ -709,20 +511,6 @@ }, "then": "./assets/data/nsi/logos/avia-49ca55.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Avia XPress", - "brand:wikidata=Q124611203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aviaxpress-58d38c.undefined" - }, { "if": { "and": [ @@ -779,20 +567,6 @@ }, "then": "./assets/data/nsi/logos/azpetrol-4f303c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=B-Petrol", - "brand:wikidata=Q130756075" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bpetrol-996b0f.undefined" - }, { "if": { "and": [ @@ -821,15 +595,6 @@ }, "then": "./assets/data/nsi/logos/balticpetroleum-3ba831.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Bandeira Branca" - ] - }, - "then": "./assets/data/nsi/logos/bandeirabranca-6d0925.undefined" - }, { "if": { "and": [ @@ -845,36 +610,6 @@ }, "then": "./assets/data/nsi/logos/bapco-2d08a5.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=BEBECO", - "brand:wikidata=Q62274373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bebeco-bb3c05.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Benab Oil", - "brand:wikidata=Q127419392", - "operator=Benab Oil Company Limited", - "operator:wikidata=Q127419392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/benaboil-875bd4.undefined" - }, { "if": { "and": [ @@ -917,20 +652,6 @@ }, "then": "./assets/data/nsi/logos/berkman-ac4a89.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Best", - "brand:wikidata=Q127592740" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/best-b13929.undefined" - }, { "if": { "and": [ @@ -945,20 +666,6 @@ }, "then": "./assets/data/nsi/logos/beyfin-445a61.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=BF Petroleum", - "brand:wikidata=Q130302526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bfpetroleum-875bd4.undefined" - }, { "if": { "and": [ @@ -973,20 +680,6 @@ }, "then": "./assets/data/nsi/logos/bft-3c3d38.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=BG Petroleum", - "brand:wikidata=Q130302577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bgpetroleum-875bd4.undefined" - }, { "if": { "and": [ @@ -1029,20 +722,6 @@ }, "then": "./assets/data/nsi/logos/bi1-df7908.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Big D Oil", - "brand:wikidata=Q123118540" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigdoil-647198.undefined" - }, { "if": { "and": [ @@ -1071,34 +750,6 @@ }, "then": "./assets/data/nsi/logos/bjswholesaleclub-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Blanko Oil", - "brand:wikidata=Q130335976" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blankooil-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Bliska", - "brand:wikidata=Q4016378" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bliska-d7e9e3.undefined" - }, { "if": { "and": [ @@ -1127,20 +778,6 @@ }, "then": "./assets/data/nsi/logos/bp-8315ff.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=BP Express", - "brand:wikidata=Q124630740" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bpexpress-ac4a89.undefined" - }, { "if": { "and": [ @@ -1226,24 +863,6 @@ }, "then": "./assets/data/nsi/logos/canadiantire-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Carenex", - "brand:en=Carenex", - "brand:ja=カーエネクス", - "brand:wikidata=Q119998631", - "name:en=Carenex", - "name:ja=カーエネクス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carenex-525bb3.undefined" - }, { "if": { "and": [ @@ -1258,34 +877,6 @@ }, "then": "./assets/data/nsi/logos/carrefour-ff109b.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Carrefour Contact", - "brand:wikidata=Q2940188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourcontact-2974c2.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Carrefour Market", - "brand:wikidata=Q2689639" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourmarket-ff109b.undefined" - }, { "if": { "and": [ @@ -1314,20 +905,6 @@ }, "then": "./assets/data/nsi/logos/caseysgeneralstore-ff109b.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Cash Oil", - "brand:wikidata=Q130336087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashoil-875bd4.undefined" - }, { "if": { "and": [ @@ -1370,38 +947,6 @@ }, "then": "./assets/data/nsi/logos/cenex-647198.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Centex" - ] - }, - "then": "./assets/data/nsi/logos/centex-e93e09.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Central Brent", - "brand:wikidata=Q130336012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralbrent-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Centrum Fuel" - ] - }, - "then": "./assets/data/nsi/logos/centrumfuel-10e4f0.undefined" - }, { "if": { "and": [ @@ -1432,20 +977,6 @@ }, "then": "./assets/data/nsi/logos/certified-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Ceypetco", - "brand:wikidata=Q5065795" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceypetco-de1a72.undefined" - }, { "if": { "and": [ @@ -1476,15 +1007,6 @@ }, "then": "./assets/data/nsi/logos/champion-875bd4.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Charrua" - ] - }, - "then": "./assets/data/nsi/logos/charrua-4a8f72.undefined" - }, { "if": { "and": [ @@ -1513,20 +1035,6 @@ }, "then": "./assets/data/nsi/logos/chipo-b3069c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Cigo Energy", - "brand:wikidata=Q130376155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cigoenergy-875bd4.undefined" - }, { "if": { "and": [ @@ -1583,21 +1091,6 @@ }, "then": "./assets/data/nsi/logos/classic-3c3d38.png" }, - { - "if": { - "and": [ - "advertising=totem", - "fuel:biogas=yes", - { - "or": [ - "brand=Clean Energy", - "brand:wikidata=Q108462506" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cleanenergy-647198.undefined" - }, { "if": { "and": [ @@ -1628,35 +1121,6 @@ }, "then": "./assets/data/nsi/logos/colesexpress-a31042.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "alt_name=Compass Oleum", - "brand=Compass", - "brand:wikidata=Q130376164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compass-875bd4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Concord Oil", - "brand:wikidata=Q130376181" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concordoil-875bd4.undefined" - }, { "if": { "and": [ @@ -1671,15 +1135,6 @@ }, "then": "./assets/data/nsi/logos/conoco-647198.svg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Coop Tankstelle" - ] - }, - "then": "./assets/data/nsi/logos/cooptankstelle-bb3c05.undefined" - }, { "if": { "and": [ @@ -1708,15 +1163,6 @@ }, "then": "./assets/data/nsi/logos/copetrol-b51e06.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Coral" - ] - }, - "then": "./assets/data/nsi/logos/coral-fcd22b.undefined" - }, { "if": { "and": [ @@ -1773,29 +1219,6 @@ }, "then": "./assets/data/nsi/logos/couchetard-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=CPS" - ] - }, - "then": "./assets/data/nsi/logos/cps-5107d9.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Crevier", - "brand:wikidata=Q61743451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crevier-e93e09.undefined" - }, { "if": { "and": [ @@ -1810,34 +1233,6 @@ }, "then": "./assets/data/nsi/logos/crodux-3bc7ea.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Crown", - "brand:wikidata=Q5189323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crown-647198.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Crown", - "brand:wikidata=Q130376185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crown-875bd4.undefined" - }, { "if": { "and": [ @@ -1866,15 +1261,6 @@ }, "then": "./assets/data/nsi/logos/cupet-95b8b7.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=CYCLON" - ] - }, - "then": "./assets/data/nsi/logos/cyclon-d67647.undefined" - }, { "if": { "and": [ @@ -1889,15 +1275,6 @@ }, "then": "./assets/data/nsi/logos/dalioil-bb7061.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Dapsa" - ] - }, - "then": "./assets/data/nsi/logos/dapsa-2d76fb.undefined" - }, { "if": { "and": [ @@ -1943,20 +1320,6 @@ }, "then": "./assets/data/nsi/logos/delta-e44cfd.cfd" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Delta", - "brand:wikidata=Q62274661" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delta-342b11.undefined" - }, { "if": { "and": [ @@ -1971,57 +1334,6 @@ }, "then": "./assets/data/nsi/logos/deltasonic-7d9a59.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Depot Tela" - ] - }, - "then": "./assets/data/nsi/logos/depottela-163c4a.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Diamond Shamrock", - "brand:wikidata=Q16973722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diamondshamrock-647198.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=din-X", - "brand:wikidata=Q10472858" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinx-ea9d91.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Disa", - "brand:wikidata=Q5797102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/disa-a0a030.undefined" - }, { "if": { "and": [ @@ -2094,29 +1406,6 @@ }, "then": "./assets/data/nsi/logos/ecooil-10e4f0.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ED", - "brand:wikidata=Q118111469" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ed-3c3d38.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Ego" - ] - }, - "then": "./assets/data/nsi/logos/ego-996b0f.undefined" - }, { "if": { "and": [ @@ -2235,20 +1524,6 @@ }, "then": "./assets/data/nsi/logos/emarat-1e6f11.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Emo", - "brand:wikidata=Q5373644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emo-de7c3d.undefined" - }, { "if": { "and": [ @@ -2379,20 +1654,6 @@ }, "then": "./assets/data/nsi/logos/esclatoil-80ab21.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Essar", - "brand:wikidata=Q5399372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/essar-09abad.undefined" - }, { "if": { "and": [ @@ -2421,20 +1682,6 @@ }, "then": "./assets/data/nsi/logos/essoexpress-8ffe48.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Euroil", - "brand:wikidata=Q128078519" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/euroil-b13929.undefined" - }, { "if": { "and": [ @@ -2478,15 +1725,6 @@ }, "then": "./assets/data/nsi/logos/everfuel-b750b3.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Ewa" - ] - }, - "then": "./assets/data/nsi/logos/ewa-996b0f.undefined" - }, { "if": { "and": [ @@ -2501,20 +1739,6 @@ }, "then": "./assets/data/nsi/logos/exxon-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=F24", - "brand:wikidata=Q12310853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f24-25e254.undefined" - }, { "if": { "and": [ @@ -2529,34 +1753,6 @@ }, "then": "./assets/data/nsi/logos/fasgas-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=FAST STOP", - "brand:wikidata=Q116734101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/faststop-f242e9.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Fastrac", - "brand:wikidata=Q117324848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fastrac-647198.undefined" - }, { "if": { "and": [ @@ -2585,15 +1781,6 @@ }, "then": "./assets/data/nsi/logos/firezone-ac4a89.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Flash" - ] - }, - "then": "./assets/data/nsi/logos/flash-2d75ef.undefined" - }, { "if": { "and": [ @@ -2726,22 +1913,6 @@ }, "then": "./assets/data/nsi/logos/friendlyexpress-cab956.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Frimps", - "brand:wikidata=Q119041815", - "operator=Frimps Oil Company Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/frimps-875bd4.undefined" - }, { "if": { "and": [ @@ -2770,29 +1941,6 @@ }, "then": "./assets/data/nsi/logos/g500-34b7e4.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Gabriëls", - "brand:wikidata=Q127602028" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gabriels-dbb9dc.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Galana" - ] - }, - "then": "./assets/data/nsi/logos/galana-0a5298.undefined" - }, { "if": { "and": [ @@ -2807,70 +1955,6 @@ }, "then": "./assets/data/nsi/logos/galp-9b7c40.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Gapco" - ] - }, - "then": "./assets/data/nsi/logos/gapco-be6bfd.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Gas Plus" - ] - }, - "then": "./assets/data/nsi/logos/gasplus-e93e09.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Gasenergy" - ] - }, - "then": "./assets/data/nsi/logos/gasenergy-cac4e0.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=GATE", - "brand:wikidata=Q5526991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gate-96bd38.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Gazel", - "brand:wikidata=Q62529885" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gazel-066913.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Gazoil" - ] - }, - "then": "./assets/data/nsi/logos/gazoil-cac4e0.undefined" - }, { "if": { "and": [ @@ -2887,29 +1971,6 @@ }, "then": "./assets/data/nsi/logos/gazprom-ea0204.svg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Genol" - ] - }, - "then": "./assets/data/nsi/logos/genol-96ce31.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=GetGo", - "brand:wikidata=Q5553766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getgo-647198.undefined" - }, { "if": { "and": [ @@ -3011,15 +2072,6 @@ }, "then": "./assets/data/nsi/logos/gnp-996b0f.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Go'on" - ] - }, - "then": "./assets/data/nsi/logos/goon-25e254.undefined" - }, { "if": { "and": [ @@ -3062,23 +2114,6 @@ }, "then": "./assets/data/nsi/logos/greenoil-3f0b55.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=GS칼텍스", - "brand:en=GS Caltex", - "brand:ko=GS칼텍스", - "name:en=GS Caltex", - "name:ko=GS칼텍스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gscaltex-b6aff4.undefined" - }, { "if": { "and": [ @@ -3093,20 +2128,6 @@ }, "then": "./assets/data/nsi/logos/gulf-4150d7.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Gull", - "brand:wikidata=Q5617739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gull-a31042.undefined" - }, { "if": { "and": [ @@ -3136,20 +2157,6 @@ }, "then": "./assets/data/nsi/logos/heb-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Haan", - "brand:wikidata=Q92553521" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haan-ac4a89.undefined" - }, { "if": { "and": [ @@ -3333,21 +2340,6 @@ }, "then": "./assets/data/nsi/logos/hindustanpetroleum-96166f.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "short_name=Huck's", - { - "or": [ - "brand=Huck's Food & Fuel", - "brand:wikidata=Q56276328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hucksfoodandfuel-647198.undefined" - }, { "if": { "and": [ @@ -3376,15 +2368,6 @@ }, "then": "./assets/data/nsi/logos/hyveegas-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Hypco" - ] - }, - "then": "./assets/data/nsi/logos/hypco-7bf3e2.undefined" - }, { "if": { "and": [ @@ -3399,20 +2382,6 @@ }, "then": "./assets/data/nsi/logos/iberdoex-80ab21.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=IES", - "brand:wikidata=Q62287387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ies-996b0f.undefined" - }, { "if": { "and": [ @@ -3570,24 +2539,6 @@ }, "then": "./assets/data/nsi/logos/ipiranga-6d0925.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=IPT" - ] - }, - "then": "./assets/data/nsi/logos/ipt-fcd22b.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Irbis" - ] - }, - "then": "./assets/data/nsi/logos/irbis-16dca8.undefined" - }, { "if": { "and": [ @@ -3602,24 +2553,6 @@ }, "then": "./assets/data/nsi/logos/irving-5708fd.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=JA", - "brand:en=JA", - "brand:ja=ジェイエー", - "brand:wikidata=Q11225213", - "name:en=JA-SS", - "name:ja=ジェイエイ-エスエス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jass-525bb3.undefined" - }, { "if": { "and": [ @@ -3634,15 +2567,6 @@ }, "then": "./assets/data/nsi/logos/jet-445a61.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=JETOIL" - ] - }, - "then": "./assets/data/nsi/logos/jetoil-213ad1.undefined" - }, { "if": { "and": [ @@ -3671,43 +2595,6 @@ }, "then": "./assets/data/nsi/logos/jiobp-96166f.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Jurki", - "brand:wikidata=Q107775944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jurki-bb7061.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=K-Pet", - "brand:wikidata=Q6023970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kpet-7f977f.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Kadoil" - ] - }, - "then": "./assets/data/nsi/logos/kadoil-b13929.undefined" - }, { "if": { "and": [ @@ -3723,15 +2610,6 @@ }, "then": "./assets/data/nsi/logos/kangarooexpress-647198.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=KAOIL" - ] - }, - "then": "./assets/data/nsi/logos/kaoil-d67647.undefined" - }, { "if": { "and": [ @@ -3746,20 +2624,6 @@ }, "then": "./assets/data/nsi/logos/kastrati-33fa20.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Keropetrol", - "brand:wikidata=Q124336939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keropetrol-996b0f.undefined" - }, { "if": { "and": [ @@ -3788,20 +2652,6 @@ }, "then": "./assets/data/nsi/logos/klo-b3069c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Kobil", - "brand:wikidata=Q22906119" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kobil-97f5e9.undefined" - }, { "if": { "and": [ @@ -3900,72 +2750,6 @@ }, "then": "./assets/data/nsi/logos/kwiktrip-fa9947.svg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Lake Oil" - ] - }, - "then": "./assets/data/nsi/logos/lakeoil-be6bfd.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Lanka IOC", - "brand:wikidata=Q30595420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lankaioc-de1a72.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Latvijas Nafta", - "brand:wikidata=Q104429461" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latvijasnafta-bac13d.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "fuel:lpg=yes", - { - "or": [ - "brand=Latvijas Propāna Gāze", - "brand:wikidata=Q104427357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latvijaspropanagaze-bac13d.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Laugfs Petroleum", - "brand:wikidata=Q112300731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laugfspetroleum-de1a72.undefined" - }, { "if": { "and": [ @@ -3980,20 +2764,6 @@ }, "then": "./assets/data/nsi/logos/liberty-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Liberty", - "brand:wikidata=Q106687078" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberty-a31042.undefined" - }, { "if": { "and": [ @@ -4008,43 +2778,6 @@ }, "then": "./assets/data/nsi/logos/loafnjug-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Loro" - ] - }, - "then": "./assets/data/nsi/logos/loro-996b0f.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Lotos", - "brand:wikidata=Q1256909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotos-d7e9e3.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Lotos Optima", - "brand:wikidata=Q1256909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotosoptima-d7e9e3.undefined" - }, { "if": { "and": [ @@ -4087,15 +2820,6 @@ }, "then": "./assets/data/nsi/logos/macewen-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Maes" - ] - }, - "then": "./assets/data/nsi/logos/maes-dbb9dc.undefined" - }, { "if": { "and": [ @@ -4124,15 +2848,6 @@ }, "then": "./assets/data/nsi/logos/marathon-445a61.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Markant" - ] - }, - "then": "./assets/data/nsi/logos/markant-3c3d38.undefined" - }, { "if": { "and": [ @@ -4175,29 +2890,6 @@ }, "then": "./assets/data/nsi/logos/maxol-1c08dd.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=McKeown", - "brand:wikidata=Q108897907" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mckeown-34a242.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Medco" - ] - }, - "then": "./assets/data/nsi/logos/medco-fcd22b.undefined" - }, { "if": { "and": [ @@ -4226,29 +2918,6 @@ }, "then": "./assets/data/nsi/logos/meroil-80ab21.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Metan" - ] - }, - "then": "./assets/data/nsi/logos/metan-ddeee0.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Metano", - "brand:wikidata=Q62294765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metano-996b0f.undefined" - }, { "if": { "and": [ @@ -4305,20 +2974,6 @@ }, "then": "./assets/data/nsi/logos/mobil-bad4ad.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Mohawk", - "brand:wikidata=Q6893796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mohawk-e93e09.undefined" - }, { "if": { "and": [ @@ -4375,48 +3030,6 @@ }, "then": "./assets/data/nsi/logos/motto-b3069c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Moya", - "brand:wikidata=Q62297700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moya-d7e9e3.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=MRS", - "brand:wikidata=Q56274919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrs-9410e5.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Murco", - "brand:wikidata=Q16998281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/murco-4d1df5.undefined" - }, { "if": { "and": [ @@ -4459,15 +3072,6 @@ }, "then": "./assets/data/nsi/logos/n1-144e8a.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=NAFTAL" - ] - }, - "then": "./assets/data/nsi/logos/naftal-f33b4c.undefined" - }, { "if": { "and": [ @@ -4526,15 +3130,6 @@ }, "then": "./assets/data/nsi/logos/neste-ff109b.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Netto" - ] - }, - "then": "./assets/data/nsi/logos/netto-df7908.undefined" - }, { "if": { "and": [ @@ -4591,15 +3186,6 @@ }, "then": "./assets/data/nsi/logos/npd-34a242.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Octa+" - ] - }, - "then": "./assets/data/nsi/logos/octa-dbb9dc.undefined" - }, { "if": { "and": [ @@ -4614,15 +3200,6 @@ }, "then": "./assets/data/nsi/logos/oil-ff109b.svg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Oilcom" - ] - }, - "then": "./assets/data/nsi/logos/oilcom-98aef0.undefined" - }, { "if": { "and": [ @@ -4639,20 +3216,6 @@ }, "then": "./assets/data/nsi/logos/oilibya-11febf.ebf" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=OK", - "brand:wikidata=Q12329785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ok-25e254.undefined" - }, { "if": { "and": [ @@ -4681,15 +3244,6 @@ }, "then": "./assets/data/nsi/logos/okq8-ea9d91.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=OLA Energy" - ] - }, - "then": "./assets/data/nsi/logos/olaenergy-be6bfd.undefined" - }, { "if": { "and": [ @@ -4732,15 +3286,6 @@ }, "then": "./assets/data/nsi/logos/omv-ff109b.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ONE9" - ] - }, - "then": "./assets/data/nsi/logos/one9-647198.undefined" - }, { "if": { "and": [ @@ -4799,15 +3344,6 @@ }, "then": "./assets/data/nsi/logos/orlenexpress-7e45f4.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Oro Negro" - ] - }, - "then": "./assets/data/nsi/logos/oronegro-95b8b7.undefined" - }, { "if": { "and": [ @@ -4836,20 +3372,6 @@ }, "then": "./assets/data/nsi/logos/oxxo-ff109b.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Pace", - "brand:wikidata=Q122829220" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pace-4d1df5.undefined" - }, { "if": { "and": [ @@ -4908,15 +3430,6 @@ }, "then": "./assets/data/nsi/logos/parallel-b3069c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=PDV" - ] - }, - "then": "./assets/data/nsi/logos/pdv-477c71.undefined" - }, { "if": { "and": [ @@ -4974,15 +3487,6 @@ }, "then": "./assets/data/nsi/logos/petro-5708fd.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Petro Gazz" - ] - }, - "then": "./assets/data/nsi/logos/petrogazz-10e4f0.undefined" - }, { "if": { "and": [ @@ -5025,20 +3529,6 @@ }, "then": "./assets/data/nsi/logos/petrot-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Petrocat", - "brand:wikidata=Q20104358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrocat-80ab21.undefined" - }, { "if": { "and": [ @@ -5137,15 +3627,6 @@ }, "then": "./assets/data/nsi/logos/petrom-b4e784.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Petromil" - ] - }, - "then": "./assets/data/nsi/logos/petromil-966bd3.undefined" - }, { "if": { "and": [ @@ -5230,20 +3711,6 @@ }, "then": "./assets/data/nsi/logos/petrosol-875bd4.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Peut", - "brand:wikidata=Q122904449" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peut-ac4a89.undefined" - }, { "if": { "and": [ @@ -5272,15 +3739,6 @@ }, "then": "./assets/data/nsi/logos/phoenix-10e4f0.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Pieprzyk" - ] - }, - "then": "./assets/data/nsi/logos/pieprzyk-d7e9e3.undefined" - }, { "if": { "and": [ @@ -5310,24 +3768,6 @@ }, "then": "./assets/data/nsi/logos/pioneer-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Plenoil" - ] - }, - "then": "./assets/data/nsi/logos/plenoil-80ab21.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Pompe Bianche" - ] - }, - "then": "./assets/data/nsi/logos/pompebianche-996b0f.undefined" - }, { "if": { "and": [ @@ -5398,15 +3838,6 @@ }, "then": "./assets/data/nsi/logos/prio-a8414b.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Propan" - ] - }, - "then": "./assets/data/nsi/logos/propan-21f252.undefined" - }, { "if": { "and": [ @@ -5449,29 +3880,6 @@ }, "then": "./assets/data/nsi/logos/puma-445a61.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=PV Oil", - "brand:wikidata=Q2089536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pvoil-f51e7e.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=PyS" - ] - }, - "then": "./assets/data/nsi/logos/pys-477c71.undefined" - }, { "if": { "and": [ @@ -5542,20 +3950,6 @@ }, "then": "./assets/data/nsi/logos/qiknez-717302.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Qstar", - "brand:wikidata=Q10647961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qstar-ea9d91.undefined" - }, { "if": { "and": [ @@ -5570,20 +3964,6 @@ }, "then": "./assets/data/nsi/logos/quickchek-647198.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Quik Stop", - "brand:wikidata=Q105141709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quikstop-647198.undefined" - }, { "if": { "and": [ @@ -5627,15 +4007,6 @@ }, "then": "./assets/data/nsi/logos/raceway-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Raiffeisen" - ] - }, - "then": "./assets/data/nsi/logos/raiffeisen-3c3d38.undefined" - }, { "if": { "and": [ @@ -5694,15 +4065,6 @@ }, "then": "./assets/data/nsi/logos/rendichicas-34b7e4.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=RePhil" - ] - }, - "then": "./assets/data/nsi/logos/rephil-10e4f0.undefined" - }, { "if": { "and": [ @@ -5815,20 +4177,6 @@ }, "then": "./assets/data/nsi/logos/rubis-445a61.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Ruedi Rüssel", - "brand:wikidata=Q111725154" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ruedirussel-bb3c05.undefined" - }, { "if": { "and": [ @@ -5899,20 +4247,6 @@ }, "then": "./assets/data/nsi/logos/samsclub-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=San Marco Petroli", - "brand:wikidata=Q124623464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmarcopetroli-996b0f.undefined" - }, { "if": { "and": [ @@ -5955,15 +4289,6 @@ }, "then": "./assets/data/nsi/logos/seaoil-10e4f0.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Shamrock" - ] - }, - "then": "./assets/data/nsi/logos/shamrock-eb6d90.undefined" - }, { "if": { "and": [ @@ -6020,15 +4345,6 @@ }, "then": "./assets/data/nsi/logos/shiptech-960b09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=SILKOIL" - ] - }, - "then": "./assets/data/nsi/logos/silkoil-d67647.undefined" - }, { "if": { "and": [ @@ -6057,24 +4373,6 @@ }, "then": "./assets/data/nsi/logos/sinooil-cac4e0.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=SK주유소", - "brand:en=SK gas", - "brand:ko=SK주유소", - "brand:wikidata=Q121294897", - "name:en=SK gas", - "name:ko=SK주유소" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skgas-b6aff4.undefined" - }, { "if": { "and": [ @@ -6103,22 +4401,6 @@ }, "then": "./assets/data/nsi/logos/smartfuels-10e4f0.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=SNG", - "brand:wikidata=Q113679324", - "name:bg=Синергон Петролеум", - "name:en=SNG" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sng-ea0204.undefined" - }, { "if": { "and": [ @@ -6161,20 +4443,6 @@ }, "then": "./assets/data/nsi/logos/sol-688308.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=SOLATO", - "brand:wikidata=Q11444708" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solato-525bb3.undefined" - }, { "if": { "and": [ @@ -6203,24 +4471,6 @@ }, "then": "./assets/data/nsi/logos/sonic-e93e09.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=SP" - ] - }, - "then": "./assets/data/nsi/logos/sp-a34c27.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=SPBU Pertamina" - ] - }, - "then": "./assets/data/nsi/logos/spbupertamina-37a57e.undefined" - }, { "if": { "and": [ @@ -6291,15 +4541,6 @@ }, "then": "./assets/data/nsi/logos/star-3c3d38.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Star Oil" - ] - }, - "then": "./assets/data/nsi/logos/staroil-060879.undefined" - }, { "if": { "and": [ @@ -6330,15 +4571,6 @@ }, "then": "./assets/data/nsi/logos/eleclerc-445a61.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Station U" - ] - }, - "then": "./assets/data/nsi/logos/stationu-df7908.undefined" - }, { "if": { "and": [ @@ -6367,20 +4599,6 @@ }, "then": "./assets/data/nsi/logos/stewarts-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Stinson", - "brand:wikidata=Q123410161" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stinson-e93e09.undefined" - }, { "if": { "and": [ @@ -6395,15 +4613,6 @@ }, "then": "./assets/data/nsi/logos/stopandshop-647198.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Stripes" - ] - }, - "then": "./assets/data/nsi/logos/stripes-4189c0.undefined" - }, { "if": { "and": [ @@ -6446,15 +4655,6 @@ }, "then": "./assets/data/nsi/logos/superu-2974c2.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Susco" - ] - }, - "then": "./assets/data/nsi/logos/susco-f2ecb6.undefined" - }, { "if": { "and": [ @@ -6540,20 +4740,6 @@ }, "then": "./assets/data/nsi/logos/tango-09963b.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Tank S", - "brand:wikidata=Q122904613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanks-ac4a89.undefined" - }, { "if": { "and": [ @@ -6794,20 +4980,6 @@ }, "then": "./assets/data/nsi/logos/tomthumb-4189c0.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=TomThumb", - "brand:wikidata=Q123012206" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomthumb-2e1018.undefined" - }, { "if": { "and": [ @@ -6839,20 +5011,6 @@ }, "then": "./assets/data/nsi/logos/topoil-875bd4.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Topaz", - "brand:wikidata=Q7824764" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topaz-dba262.undefined" - }, { "if": { "and": [ @@ -6882,15 +5040,6 @@ }, "then": "./assets/data/nsi/logos/totalaccess-2974c2.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Total Contact" - ] - }, - "then": "./assets/data/nsi/logos/totalcontact-df7908.undefined" - }, { "if": { "and": [ @@ -6921,29 +5070,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-39bce9.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=TotalEnergies Express", - "brand:wikidata=Q124610909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalenergiesexpress-ac4a89.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Trạm xăng" - ] - }, - "then": "./assets/data/nsi/logos/tramxang-f51e7e.undefined" - }, { "if": { "and": [ @@ -7090,15 +5216,6 @@ }, "then": "./assets/data/nsi/logos/ultramar-445a61.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Unioil" - ] - }, - "then": "./assets/data/nsi/logos/unioil-10e4f0.undefined" - }, { "if": { "and": [ @@ -7113,22 +5230,6 @@ }, "then": "./assets/data/nsi/logos/united-a31042.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Unity Oil", - "brand:wikidata=Q127419577", - "operator=Unity Oil Company Limited", - "operator:wikidata=Q127419577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unityoil-875bd4.undefined" - }, { "if": { "and": [ @@ -7185,50 +5286,6 @@ }, "then": "./assets/data/nsi/logos/usagasoline-647198.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=uSmile", - "brand:en=uSmile", - "brand:wikidata=Q66480830", - "brand:zh=uSmile", - "name:en=uSmile" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usmile-b9aca4.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=uSmile 昆仑好客", - "brand:en=uSmile", - "brand:wikidata=Q66480830", - "brand:zh=昆仑好客", - "name:en=uSmile", - "name:zh=昆仑好客" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usmile-fcf272.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Valcarce" - ] - }, - "then": "./assets/data/nsi/logos/valcarce-80ab21.undefined" - }, { "if": { "and": [ @@ -7341,15 +5398,6 @@ }, "then": "./assets/data/nsi/logos/walmart-445a61.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Watis" - ] - }, - "then": "./assets/data/nsi/logos/watis-d7e9e3.undefined" - }, { "if": { "and": [ @@ -7364,16 +5412,6 @@ }, "then": "./assets/data/nsi/logos/wawa-c92643.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Weigel's", - "brand_wikidata=Q7979844" - ] - }, - "then": "./assets/data/nsi/logos/weigels-647198.undefined" - }, { "if": { "and": [ @@ -7444,34 +5482,6 @@ }, "then": "./assets/data/nsi/logos/wog-b3069c.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=XTR", - "brand:wikidata=Q62537250" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xtr-e93e09.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Xtra Fuels", - "brand:wikidata=Q121160101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xtrafuels-2f5b89.undefined" - }, { "if": { "and": [ @@ -7500,24 +5510,6 @@ }, "then": "./assets/data/nsi/logos/yx-38cbf4.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=YX 7-Eleven" - ] - }, - "then": "./assets/data/nsi/logos/yx7eleven-d4eaf0.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=YX Truck" - ] - }, - "then": "./assets/data/nsi/logos/yxtruck-38cbf4.undefined" - }, { "if": { "and": [ @@ -7576,24 +5568,6 @@ }, "then": "./assets/data/nsi/logos/ziz-3f0b55.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ΑΠ" - ] - }, - "then": "./assets/data/nsi/logos/441ec5-d67647.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ΑΡΓΩ" - ] - }, - "then": "./assets/data/nsi/logos/7c5f98-d67647.undefined" - }, { "if": { "and": [ @@ -7712,56 +5686,6 @@ }, "then": "./assets/data/nsi/logos/0b910f-dec76e.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Газпромнефть АЗС" - ] - }, - "then": "./assets/data/nsi/logos/57ff6a-cac4e0.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Гелиос", - "brand:en=Helios", - "brand:kk=Гелиос", - "brand:wikidata=Q62286471", - "name:en=Helios", - "name:kk=Гелиос" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helios-cac4e0.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Движение" - ] - }, - "then": "./assets/data/nsi/logos/945016-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ЕКА", - "brand:wikidata=Q62543029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c78f-16dca8.undefined" - }, { "if": { "and": [ @@ -7778,29 +5702,6 @@ }, "then": "./assets/data/nsi/logos/3f8528-1cc55f.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=КНП" - ] - }, - "then": "./assets/data/nsi/logos/6ee0a7-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Круиз", - "brand:wikidata=Q113433516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ee978-ea0204.undefined" - }, { "if": { "and": [ @@ -7917,33 +5818,6 @@ }, "then": "./assets/data/nsi/logos/717c1c-1cc55f.png" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=НК Альянс", - "brand:en=Alliance Oil", - "brand:ru=НК Альянс", - "brand:wikidata=Q4063700", - "name:en=Alliance Oil", - "name:ru=НК Альянс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allianceoil-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ННК" - ] - }, - "then": "./assets/data/nsi/logos/6afb99-16dca8.undefined" - }, { "if": { "and": [ @@ -7992,20 +5866,6 @@ }, "then": "./assets/data/nsi/logos/637ba4-ea0204.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ОПТИ", - "brand:wikidata=Q109356512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6155f5-16dca8.undefined" - }, { "if": { "and": [ @@ -8076,24 +5936,6 @@ }, "then": "./assets/data/nsi/logos/rosneft-16dca8.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Саханефтегазсбыт" - ] - }, - "then": "./assets/data/nsi/logos/c1ce53-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Сибнефть" - ] - }, - "then": "./assets/data/nsi/logos/165678-16dca8.undefined" - }, { "if": { "and": [ @@ -8112,33 +5954,6 @@ }, "then": "./assets/data/nsi/logos/surgutneftegas-16dca8.gif" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Таиф-НК" - ] - }, - "then": "./assets/data/nsi/logos/4e2093-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Татнефтепродукт", - "brand:en=Tatnefteprodukt", - "brand:ru=Татнефтепродукт", - "brand:wikidata=Q62545686", - "name:en=Tatnefteprodukt", - "name:ru=Татнефтепродукт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tatnefteprodukt-16dca8.undefined" - }, { "if": { "and": [ @@ -8157,52 +5972,6 @@ }, "then": "./assets/data/nsi/logos/tatneft-16dca8.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ТНК", - "brand:wikidata=Q2298901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/21d03b-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=Трасса" - ] - }, - "then": "./assets/data/nsi/logos/a5dffb-16dca8.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=Укр-Петроль", - "brand:wikidata=Q117706274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2b21d3-b3069c.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ШТС" - ] - }, - "then": "./assets/data/nsi/logos/87a0bd-7817bf.undefined" - }, { "if": { "and": [ @@ -8224,26 +5993,6 @@ }, "then": "./assets/data/nsi/logos/gulf-4e8c26.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=გამა", - "brand:en=Gama", - "brand:ka=გამა", - "brand:ru=Гама", - "brand:wikidata=Q131470034", - "name:en=Gama", - "name:ka=გამა", - "name:ru=Гама" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gama-4e8c26.undefined" - }, { "if": { "and": [ @@ -8262,28 +6011,6 @@ }, "then": "./assets/data/nsi/logos/ekopetrol-4e8c26.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ვისოლ", - "brand:en=WISSOL", - "brand:ka=ვისოლ", - "brand:wikidata=Q8027737", - "name:en=Wissol", - "name:ka=ვისოლ", - "operator=ვისოლ პეტროლიუმ ჯორჯია", - "operator:en=Wissol Petroleum Georgia", - "operator:ka=ვისოლ პეტროლიუმ ჯორჯია", - "operator:wikidata=Q8027737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wissol-4e8c26.undefined" - }, { "if": { "and": [ @@ -8327,26 +6054,6 @@ }, "then": "./assets/data/nsi/logos/neogas-4e8c26.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ოპტიმა", - "brand:en=Optima", - "brand:ka=ოპტიმა", - "brand:ru=Оптима", - "brand:wikidata=Q131470031", - "name:en=Optima", - "name:ka=ოპტიმა", - "name:ru=Оптима" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optima-4e8c26.undefined" - }, { "if": { "and": [ @@ -8625,15 +6332,6 @@ }, "then": "./assets/data/nsi/logos/total-a1d67d.png" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=ٹوٹل" - ] - }, - "then": "./assets/data/nsi/logos/54d896-2e14a2.undefined" - }, { "if": { "and": [ @@ -8652,15 +6350,6 @@ }, "then": "./assets/data/nsi/logos/sasco-b07de9.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=سی این جی" - ] - }, - "then": "./assets/data/nsi/logos/6bd6bd-2e14a2.undefined" - }, { "if": { "and": [ @@ -8719,15 +6408,6 @@ }, "then": "./assets/data/nsi/logos/agil-2df895.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=محطة" - ] - }, - "then": "./assets/data/nsi/logos/95219a-a1d67d.undefined" - }, { "if": { "and": [ @@ -8746,15 +6426,6 @@ }, "then": "./assets/data/nsi/logos/naft-b07de9.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - "brand=نفطال" - ] - }, - "then": "./assets/data/nsi/logos/ce06e7-a1d67d.undefined" - }, { "if": { "and": [ @@ -8900,78 +6571,6 @@ }, "then": "./assets/data/nsi/logos/cosmo-525bb3.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=ホクレン", - "brand:en=Hokuren", - "brand:ja=ホクレン", - "brand:wikidata=Q114880707", - "name:en=Hokuren SS", - "name:ja=ホクレンSS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurenss-525bb3.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=中国国际能源", - "brand:en=CHINA INTERNATIONAL ENERGY", - "brand:wikidata=Q110232333", - "brand:zh=中国国际能源", - "name:en=CHINA INTERNATIONAL ENERGY", - "name:zh=中国国际能源" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinainternationalenergy-201280.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=中国海油", - "brand:en=CNOOC", - "brand:wikidata=Q795354", - "brand:zh=中国海油", - "name:en=CNOOC", - "name:zh=中国海油" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cnooc-201280.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=中国燃气", - "brand:en=China Gas", - "brand:wikidata=Q10874672", - "brand:zh=中国燃气", - "name:en=China Gas", - "name:zh=中国燃气" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinagas-201280.undefined" - }, { "if": { "and": [ @@ -9052,43 +6651,6 @@ }, "then": "./assets/data/nsi/logos/petrochina-7f9d5e.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "alt_name=中油BP", - "brand=中油碧辟", - "brand:en=BP PetroChina", - "brand:wikidata=Q109280112", - "brand:zh=中油碧辟", - "name:en=BP PetroChina", - "name:zh=中油碧辟" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bppetrochina-201280.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=全國加油站", - "brand:en=NPC", - "brand:wikidata=Q20410455", - "brand:zh=全國加油站", - "name:en=NPC", - "name:zh=全國加油站" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/npc-77fe4a.undefined" - }, { "if": { "and": [ @@ -9143,24 +6705,6 @@ }, "then": "./assets/data/nsi/logos/cpccorporationtaiwan-77fe4a.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=国家管网", - "brand:en=PipeChina", - "brand:wikidata=Q86727966", - "brand:zh=国家管网", - "name:en=PipeChina", - "name:zh=国家管网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pipechina-201280.undefined" - }, { "if": { "and": [ @@ -9179,45 +6723,6 @@ }, "then": "./assets/data/nsi/logos/costcogasoline-77fe4a.svg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=山隆加油站", - "brand:en=Sanlong", - "brand:wikidata=Q130214215", - "brand:zh=山隆加油站", - "name:en=Sanlong", - "name:zh=山隆加油站", - "operator=山隆通運股份有限公司", - "operator:en=Shan-Loong Transportation Co.,Ltd.", - "operator:zh=山隆通運股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanlong-77fe4a.undefined" - }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=广西交投", - "brand:wikidata=Q11062364", - "brand:zh=广西交投", - "name:zh=广西交投", - "operator=广西交通投资集团有限公司", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cd5eeb-201280.undefined" - }, { "if": { "and": [ @@ -9236,22 +6741,6 @@ }, "then": "./assets/data/nsi/logos/showashell-525bb3.jpg" }, - { - "if": { - "and": [ - "advertising=totem", - { - "or": [ - "brand=福懋加油站", - "operator=福懋興業股份有限公司", - "operator:en=Formosa Taffeta Co.,Ltd.", - "operator:zh=福懋興業股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/formosataffetacoltd-77fe4a.undefined" - }, { "if": { "and": [ @@ -9331,48 +6820,6 @@ }, "then": "./assets/data/nsi/logos/spa-89458d.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Allpoint", - "brand:wikidata=Q4733264" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allpoint-5fc18b.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=American Crypto", - "brand:wikidata=Q127753246" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americancrypto-93d3a2.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Armaguard", - "brand:wikidata=Q118898974" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/armaguard-8509c1.undefined" - }, { "if": { "and": [ @@ -9403,22 +6850,6 @@ }, "then": "./assets/data/nsi/logos/banco24horas-a02d2b.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Bancontact CASH", - "brand:wikidata=Q112875867", - "operator=Batopin", - "operator:wikidata=Q97142699" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancontactcash-8a4913.undefined" - }, { "if": { "and": [ @@ -9434,50 +6865,6 @@ }, "then": "./assets/data/nsi/logos/bitcoindepot-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Cardtronics", - "brand:wikidata=Q50239180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cardtronics-244dba.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Cash Express", - "brand:wikidata=Q130262361" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashexpress-997829.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - "network=Allpoint", - "network:wikidata=Q4733264", - { - "or": [ - "brand=Cashzone", - "brand:wikidata=Q110738461" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashzone-396707.undefined" - }, { "if": { "and": [ @@ -9506,20 +6893,6 @@ }, "then": "./assets/data/nsi/logos/chinaunionpay-7886cb.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=CO-OP Financial Services", - "brand:wikidata=Q5013238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coopfinancialservices-93d3a2.undefined" - }, { "if": { "and": [ @@ -9566,21 +6939,6 @@ }, "then": "./assets/data/nsi/logos/coinsource-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "currency:XBT=yes", - { - "or": [ - "brand=Cryptobase", - "brand:wikidata=Q122453754" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cryptobase-93d3a2.undefined" - }, { "if": { "and": [ @@ -9702,37 +7060,6 @@ }, "then": "./assets/data/nsi/logos/moneyget-7535fc.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=MoneyPass", - "brand:wikidata=Q28447513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moneypass-93d3a2.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=NoteMachine", - "brand:wikidata=Q104368525", - "operator=NoteMachine", - "operator:short=NMATM", - "operator:wikidata=Q104368525" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/notemachine-396707.undefined" - }, { "if": { "and": [ @@ -9747,36 +7074,6 @@ }, "then": "./assets/data/nsi/logos/oldmutual-ff45b4.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Pathward", - "brand:wikidata=Q6822267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pathward-93d3a2.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Planet Cash", - "brand:wikidata=Q117744569", - "operator=ITCARD S.A.", - "operator:wikidata=Q97183761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/planetcash-53bcca.undefined" - }, { "if": { "and": [ @@ -10132,23 +7429,6 @@ }, "then": "./assets/data/nsi/logos/accessbank-351787.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Access Bank", - "brand:wikidata=Q4672420", - "operator=Access Bank", - "operator:type=public", - "operator:wikidata=Q4672420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/accessbank-843442.undefined" - }, { "if": { "and": [ @@ -10165,24 +7445,6 @@ }, "then": "./assets/data/nsi/logos/activobank-9411e1.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "alt_name=Agricultural Development Bank", - "brand=ADB", - "brand:wikidata=Q4693885", - "operator=ADB", - "operator:type=parastatal", - "operator:wikidata=Q4693885" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adb-843442.undefined" - }, { "if": { "and": [ @@ -10984,28 +8246,6 @@ }, "then": "./assets/data/nsi/logos/armswissbank-056506.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Արցախբանկ", - "brand:en=Artsakhbank", - "brand:hy=Արցախբանկ", - "brand:ru=Арцахбанк", - "brand:wikidata=Q4070920", - "name:en=Artsakhbank", - "name:hy=Արցախբանկ", - "name:ru=Арцахбанк", - "operator=Արցախբանկ", - "operator:wikidata=Q4070920" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/artsakhbank-056506.undefined" - }, { "if": { "and": [ @@ -11240,22 +8480,6 @@ }, "then": "./assets/data/nsi/logos/baccredomatic-9c7dd6.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=BADR Banque", - "brand:wikidata=Q2883031", - "operator=BADR Banque", - "operator:wikidata=Q2883031" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badrbanque-f957e0.undefined" - }, { "if": { "and": [ @@ -11273,23 +8497,6 @@ }, "then": "./assets/data/nsi/logos/bai-d8c228.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Banco Agromercantil de Guatemala", - { - "or": [ - "brand=Bam", - "brand:wikidata=Q129652114", - "operator=Bam", - "operator:wikidata=Q129652114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bam-40d5b9.undefined" - }, { "if": { "and": [ @@ -11307,22 +8514,6 @@ }, "then": "./assets/data/nsi/logos/banamex-8c8932.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banca Afirme", - "brand:wikidata=Q60825526", - "operator=Banca Afirme", - "operator:wikidata=Q60825526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancaafirme-8c8932.undefined" - }, { "if": { "and": [ @@ -11356,22 +8547,6 @@ }, "then": "./assets/data/nsi/logos/bancadiasti-64483a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banca Generali", - "brand:wikidata=Q3633705", - "operator=Banca Generali", - "operator:wikidata=Q3633705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancagenerali-64483a.undefined" - }, { "if": { "and": [ @@ -11436,38 +8611,6 @@ }, "then": "./assets/data/nsi/logos/bancapopolaredisondrio-64483a.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banca Popolare di Vicenza", - "brand:wikidata=Q3127200", - "operator=Banca Popolare di Vicenza", - "operator:wikidata=Q3127200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancapopolaredivicenza-64483a.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banca Românească", - "brand:wikidata=Q4854052", - "operator=Banca Românească", - "operator:wikidata=Q4854052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancaromaneasca-1de605.undefined" - }, { "if": { "and": [ @@ -11878,20 +9021,6 @@ }, "then": "./assets/data/nsi/logos/bancodelanacion-98e68c.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banco de La Pampa", - "operator=Banco de La Pampa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodelapampa-b67a7c.undefined" - }, { "if": { "and": [ @@ -11988,22 +9117,6 @@ }, "then": "./assets/data/nsi/logos/bancodesio-64483a.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banco di Napoli", - "brand:wikidata=Q3633835", - "operator=Banco di Napoli", - "operator:wikidata=Q3633835" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodinapoli-64483a.undefined" - }, { "if": { "and": [ @@ -12020,22 +9133,6 @@ }, "then": "./assets/data/nsi/logos/bancodisardegna-64483a.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banco di Sicilia", - "brand:wikidata=Q3633842", - "operator=Banco di Sicilia", - "operator:wikidata=Q3633842" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodisicilia-64483a.undefined" - }, { "if": { "and": [ @@ -12168,22 +9265,6 @@ }, "then": "./assets/data/nsi/logos/bancofondocomun-f50cd1.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banco Fortaleza", - "brand:wikidata=Q81787643", - "operator=Banco Fortaleza", - "operator:wikidata=Q81787643" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancofortaleza-caae63.undefined" - }, { "if": { "and": [ @@ -12634,22 +9715,6 @@ }, "then": "./assets/data/nsi/logos/bancolombia-850243.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Bancpost", - "brand:wikidata=Q4854143", - "operator=Bancpost", - "operator:wikidata=Q4854143" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancpost-1de605.undefined" - }, { "if": { "and": [ @@ -12823,22 +9888,6 @@ }, "then": "./assets/data/nsi/logos/bankalfalah-d0578d.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Bank Austria", - "brand:wikidata=Q697619", - "operator=Bank Austria", - "operator:wikidata=Q697619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankaustria-fc110f.undefined" - }, { "if": { "and": [ @@ -13276,22 +10325,6 @@ }, "then": "./assets/data/nsi/logos/bankpermata-16476e.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Bank Pocztowy", - "brand:wikidata=Q4034834", - "operator=Bank Pocztowy", - "operator:wikidata=Q4034834" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankpocztowy-53bcca.undefined" - }, { "if": { "and": [ @@ -13412,22 +10445,6 @@ }, "then": "./assets/data/nsi/logos/bankakovanica-4d8c03.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=BankFinancial", - "brand:wikidata=Q4855880", - "operator=BankFinancial", - "operator:wikidata=Q4855880" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankfinancial-93d3a2.undefined" - }, { "if": { "and": [ @@ -13540,22 +10557,6 @@ }, "then": "./assets/data/nsi/logos/banpais-925355.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banpará", - "brand:wikidata=Q16496450", - "operator=Banpará", - "operator:wikidata=Q16496450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banpara-a02d2b.undefined" - }, { "if": { "and": [ @@ -13702,38 +10703,6 @@ }, "then": "./assets/data/nsi/logos/banquedefrance-134295.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banque de l'Habitat du Mali", - "brand:wikidata=Q4857076", - "operator=Banque de l'Habitat du Mali", - "operator:wikidata=Q4857076" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquedelhabitatdumali-3ba76d.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Banque Dupuy de Parseval", - "brand:wikidata=Q2882897", - "operator=Banque Dupuy de Parseval", - "operator:wikidata=Q2882897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquedupuydeparseval-26e6fb.undefined" - }, { "if": { "and": [ @@ -13766,21 +10735,6 @@ }, "then": "./assets/data/nsi/logos/banquemisr-443494.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=BNC", - { - "or": [ - "brand=Banque National de Crédit", - "operator=Banque National de Crédit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquenationaldecredit-ebf543.undefined" - }, { "if": { "and": [ @@ -15153,28 +12107,6 @@ }, "then": "./assets/data/nsi/logos/bwbank-fb8bf5.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Բիբլոս Բանկ Արմենիա", - "brand:en=Byblos Bank Armenia", - "brand:hy=Բիբլոս Բանկ Արմենիա", - "brand:ru=Библос Банк Армения", - "brand:wikidata=Q117622807", - "name:en=Byblos Bank Armenia", - "name:hy=Բիբլոս Բանկ Արմենիա", - "name:ru=Библос Банк Армения", - "operator=Բիբլոս Բանկ Արմենիա", - "operator:wikidata=Q117622807" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/byblosbankarmenia-056506.undefined" - }, { "if": { "and": [ @@ -15223,42 +12155,6 @@ }, "then": "./assets/data/nsi/logos/caissedepargne-2f6feb.feb" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Caixa Rural d'Altea", - { - "or": [ - "brand=Caixa Altea", - "brand:wikidata=Q115774046", - "name:ca=Caixa Altea", - "operator=Caixa Altea", - "operator:wikidata=Q115774046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caixaaltea-b48e80.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Caixa Rural de Callosa d'en Sarrià", - { - "or": [ - "brand=Caixa Callosa", - "brand:wikidata=Q115774219", - "name:ca=Caixa Callosa", - "operator=Caixa Callosa", - "operator:wikidata=Q115774219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caixacallosa-b48e80.undefined" - }, { "if": { "and": [ @@ -15341,36 +12237,6 @@ }, "then": "./assets/data/nsi/logos/caixabank-b48e80.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Caja Arequipa", - "operator=Caja Arequipa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajaarequipa-98e68c.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Caja Duero", - "brand:wikidata=Q3821055", - "operator=Caja Duero", - "operator:wikidata=Q3821055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajaduero-b48e80.undefined" - }, { "if": { "and": [ @@ -15608,20 +12474,6 @@ }, "then": "./assets/data/nsi/logos/capitalone-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Capital Ria", - "operator=Capital Ria" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capitalria-421af9.undefined" - }, { "if": { "and": [ @@ -15638,22 +12490,6 @@ }, "then": "./assets/data/nsi/logos/capitalsmallfinancebank-ad0527.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=CapitalBank", - "brand:wikidata=Q31188679", - "operator=CapitalBank", - "operator:wikidata=Q31188679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capitalbank-a0e164.undefined" - }, { "if": { "and": [ @@ -15670,22 +12506,6 @@ }, "then": "./assets/data/nsi/logos/capitecbank-997829.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Carisbo", - "brand:wikidata=Q3661937", - "operator=Carisbo", - "operator:wikidata=Q3661937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carisbo-64483a.undefined" - }, { "if": { "and": [ @@ -15901,22 +12721,6 @@ }, "then": "./assets/data/nsi/logos/chase-83b186.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Chemical Bank", - "brand:wikidata=Q86815846", - "operator=Chemical Bank", - "operator:wikidata=Q86815846" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chemicalbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -16156,21 +12960,6 @@ }, "then": "./assets/data/nsi/logos/citizensbankinternational-1b6814.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "alt_name=Citizens Bank", - "brand=Citizens Bank", - "operator=Citizens Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citizensbank-448d55.undefined" - }, { "if": { "and": [ @@ -16220,29 +13009,6 @@ }, "then": "./assets/data/nsi/logos/citynationalbank-12b850.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=CUB", - { - "or": [ - "brand=City Union Bank", - "brand:en=City Union Bank", - "brand:hi=सिटी यूनियन बैंक", - "brand:ta=சிட்டி யூனியன் வங்கி", - "brand:wikidata=Q2040264", - "name:en=City Union Bank", - "name:hi=सिटी यूनियन बैंक", - "name:ta=சிட்டி யூனியன் வங்கி", - "operator=City Union Bank", - "operator:wikidata=Q2040264" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityunionbank-ad0527.undefined" - }, { "if": { "and": [ @@ -16298,38 +13064,6 @@ }, "then": "./assets/data/nsi/logos/coastcapitalsavings-ddac74.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Columbia Bank", - "brand:wikidata=Q62084096", - "operator=Columbia Bank", - "operator:wikidata=Q62084096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbiabank-f73770.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Columbia Bank", - "brand:wikidata=Q62084089", - "operator=Columbia Bank", - "operator:wikidata=Q62084089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbiabank-f7c6e0.undefined" - }, { "if": { "and": [ @@ -16464,22 +13198,6 @@ }, "then": "./assets/data/nsi/logos/communitybank-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Community Bank of the Chesapeake", - "brand:wikidata=Q110588647", - "operator=Community Bank of the Chesapeake", - "operator:wikidata=Q110588647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communitybankofthechesapeake-4f636c.undefined" - }, { "if": { "and": [ @@ -16496,40 +13214,6 @@ }, "then": "./assets/data/nsi/logos/communityfirstcreditunion-1c09a7.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Community First Credit Union", - "brand:wikidata=Q84458352", - "operator=Community First Credit Union", - "operator:wikidata=Q84458352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communityfirstcreditunion-2d3cec.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=CBG", - { - "or": [ - "brand=Consolidated Bank Ghana", - "brand:wikidata=Q56277912", - "operator=Consolidated Bank Ghana", - "operator:type=parastatal", - "operator:wikidata=Q56277912" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatedbankghana-843442.undefined" - }, { "if": { "and": [ @@ -16883,20 +13567,6 @@ }, "then": "./assets/data/nsi/logos/crelan-8a4913.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Cresol", - "operator=Cresol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cresol-a02d2b.undefined" - }, { "if": { "and": [ @@ -17010,22 +13680,6 @@ }, "then": "./assets/data/nsi/logos/dayspringbank-e62620.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=DBank", - "brand:wikidata=Q126365149", - "operator=DBank", - "operator:wikidata=Q126365149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dbank-e5108a.undefined" - }, { "if": { "and": [ @@ -17138,20 +13792,6 @@ }, "then": "./assets/data/nsi/logos/dhanlaxmibank-ad0527.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Diamond Bank", - "operator=Diamond Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diamondbank-00a9c6.undefined" - }, { "if": { "and": [ @@ -17436,22 +14076,6 @@ }, "then": "./assets/data/nsi/logos/equitybank-624ccc.ccc" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Equity Bank", - "brand:wikidata=Q62260414", - "operator=Equity Bank", - "operator:wikidata=Q62260414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equitybank-93d3a2.undefined" - }, { "if": { "and": [ @@ -17500,29 +14124,6 @@ }, "then": "./assets/data/nsi/logos/eslfederalcreditunion-85c59a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Eurasian Bank JSC", - "official_name:en=Eurasian Bank JSC", - "official_name:kk=«Еуразиялық банк» АҚ", - "official_name:ru=АО «Евразийский Банк»", - { - "or": [ - "brand=Eurasian Bank", - "brand:wikidata=Q143852", - "name:en=Eurasian Bank", - "name:kk=Еуразиялық банк", - "name:ru=Евразийский банк", - "operator=Eurasian Bank", - "operator:wikidata=Q143852" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurasianbank-228817.undefined" - }, { "if": { "and": [ @@ -17555,23 +14156,6 @@ }, "then": "./assets/data/nsi/logos/eurobank-f234fb.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Banco BIC Português", - { - "or": [ - "brand=EuroBic", - "brand:wikidata=Q806175", - "operator=EuroBic", - "operator:wikidata=Q806175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurobic-9411e1.undefined" - }, { "if": { "and": [ @@ -17648,28 +14232,6 @@ }, "then": "./assets/data/nsi/logos/fastbank-056506.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Faysal Bank", - "brand:ar=بنك فيصل الباكستاني المحدود", - "brand:en=Faysal Bank", - "brand:ur=فیصل بینک", - "brand:wikidata=Q5439099", - "name:ar=بنك فيصل الباكستاني المحدود", - "name:en=Faysal Bank", - "name:ur=فیصل بینک", - "operator=Faysal Bank", - "operator:wikidata=Q5439099" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/faysalbank-ed31a6.undefined" - }, { "if": { "and": [ @@ -17933,23 +14495,6 @@ }, "then": "./assets/data/nsi/logos/fiobanka-58e2e6.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Atlantic Bank", - "brand:wikidata=Q30688785", - "operator=First Atlantic Bank", - "operator:type=private", - "operator:wikidata=Q30688785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstatlanticbank-843442.undefined" - }, { "if": { "and": [ @@ -18047,23 +14592,6 @@ }, "then": "./assets/data/nsi/logos/firstcommonwealthbank-d1eed2.png" }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=FCB", - { - "or": [ - "brand=First Community Bank", - "brand:wikidata=Q5452774", - "operator=First Community Bank", - "operator:wikidata=Q5452774" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstcommunitybank-cb8d4d.undefined" - }, { "if": { "and": [ @@ -18080,38 +14608,6 @@ }, "then": "./assets/data/nsi/logos/firstcommunitycreditunion-50220c.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Convenience Bank", - "brand:wikidata=Q110622177", - "operator=First Convenience Bank", - "operator:wikidata=Q110622177" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstconveniencebank-18eb57.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Fidelity Bank", - "brand:wikidata=Q20708488", - "operator=First Fidelity Bank", - "operator:wikidata=Q20708488" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstfidelitybank-e69ca8.undefined" - }, { "if": { "and": [ @@ -18160,22 +14656,6 @@ }, "then": "./assets/data/nsi/logos/firstinterstatebancsystem-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Midwest Bank", - "brand:wikidata=Q5453331", - "operator=First Midwest Bank", - "operator:wikidata=Q5453331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstmidwestbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -18194,38 +14674,6 @@ }, "then": "./assets/data/nsi/logos/firstnationalbank-843442.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First National Bank", - "brand:wikidata=Q5426765", - "operator=First National Bank", - "operator:wikidata=Q5426765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbank-571c0f.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First National Bank Alaska", - "brand:wikidata=Q1419496", - "operator=First National Bank Alaska", - "operator:wikidata=Q1419496" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbankalaska-0011d3.undefined" - }, { "if": { "and": [ @@ -18258,54 +14706,6 @@ }, "then": "./assets/data/nsi/logos/firstnationalbankofscotia-d93ebb.ebb" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First National Bank Texas", - "brand:wikidata=Q110622177", - "operator=First National Bank Texas", - "operator:wikidata=Q110622177" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbanktexas-18eb57.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Neighborhood Bank", - "brand:wikidata=Q130383275", - "operator=First Neighborhood Bank", - "operator:wikidata=Q130383275" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstneighborhoodbank-2ade70.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First Republic Bank", - "brand:wikidata=Q5453752", - "operator=First Republic Bank", - "operator:wikidata=Q5453752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstrepublicbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -18418,22 +14818,6 @@ }, "then": "./assets/data/nsi/logos/firststatebank-6d98c2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=First State Bank", - "brand:wikidata=Q87647374", - "operator=First State Bank", - "operator:wikidata=Q87647374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firststatebank-1f50fa.undefined" - }, { "if": { "and": [ @@ -18620,22 +15004,6 @@ }, "then": "./assets/data/nsi/logos/frostbank-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Fulton Bank", - "brand:wikidata=Q16976594", - "operator=Fulton Bank", - "operator:wikidata=Q16976594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fultonbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -18790,22 +15158,6 @@ }, "then": "./assets/data/nsi/logos/graubundnerkantonalbank-ba97f3.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Great Western Bank", - "brand:wikidata=Q5600185", - "operator=Great Western Bank", - "operator:wikidata=Q5600185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatwesternbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -18960,22 +15312,6 @@ }, "then": "./assets/data/nsi/logos/hamburgersparkasse-fb8bf5.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Hamkorbank", - "brand:wikidata=Q12166841", - "operator=Hamkorbank", - "operator:wikidata=Q12166841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamkorbank-184f05.undefined" - }, { "if": { "and": [ @@ -19008,22 +15344,6 @@ }, "then": "./assets/data/nsi/logos/handelsbanken-6789c7.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Hanmi Bank", - "brand:wikidata=Q5648633", - "operator=Hanmi Bank", - "operator:wikidata=Q5648633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanmibank-93d3a2.undefined" - }, { "if": { "and": [ @@ -19111,24 +15431,6 @@ }, "then": "./assets/data/nsi/logos/heartlandbank-09683f.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Hellenic Bank", - "brand:wikidata=Q5707160", - "name:el=Ελληνική Τράπεζα", - "name:en=Hellenic Bank", - "operator=Hellenic Bank", - "operator:wikidata=Q5707160" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hellenicbank-524a78.undefined" - }, { "if": { "and": [ @@ -19739,22 +16041,6 @@ }, "then": "./assets/data/nsi/logos/interbank-674035.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=International Asset Bank", - "brand:wikidata=Q126365135", - "operator=International Asset Bank", - "operator:wikidata=Q126365135" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/internationalassetbank-e5108a.undefined" - }, { "if": { "and": [ @@ -19771,22 +16057,6 @@ }, "then": "./assets/data/nsi/logos/intesasanpaolo-f49ff1.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Investors Bank", - "brand:wikidata=Q15109896", - "operator=Investors Bank", - "operator:wikidata=Q15109896" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/investorsbank-93d3a2.undefined" - }, { "if": { "and": [ @@ -19903,22 +16173,6 @@ }, "then": "./assets/data/nsi/logos/jandtbanka-9a90af.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Jammu and Kashmir Bank", - "brand:wikidata=Q2040429", - "operator=Jammu and Kashmir Bank", - "operator:wikidata=Q2040429" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jammuandkashmirbank-ad0527.undefined" - }, { "if": { "and": [ @@ -20121,22 +16375,6 @@ }, "then": "./assets/data/nsi/logos/kasastefczyka-53bcca.cca" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Kaspi.kz", - "brand:wikidata=Q143833", - "operator=Kaspi.kz", - "operator:wikidata=Q143833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaspikz-228817.undefined" - }, { "if": { "and": [ @@ -20317,22 +16555,6 @@ }, "then": "./assets/data/nsi/logos/kotakmahindrabank-ad0527.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Krakowski Bank Spółdzielczy", - "brand:wikidata=Q11747876", - "operator=Krakowski Bank Spółdzielczy", - "operator:wikidata=Q11747876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krakowskibankspoldzielczy-53bcca.undefined" - }, { "if": { "and": [ @@ -20353,22 +16575,6 @@ }, "then": "./assets/data/nsi/logos/kredobank-968b58.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Kuda Bank", - "brand:wikidata=Q108919305", - "operator=Kuda Bank", - "operator:wikidata=Q108919305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kudabank-f95bbc.undefined" - }, { "if": { "and": [ @@ -20729,26 +16935,6 @@ }, "then": "./assets/data/nsi/logos/madhyanchalgraminbank-ad0527.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Maharashtra Gramin Bank", - "brand:en=Maharashtra Gramin Bank", - "brand:hi=महाराष्ट्र ग्रामीण बैंक", - "brand:wikidata=Q16915974", - "name:en=Maharashtra Gramin Bank", - "name:hi=महाराष्ट्र ग्रामीण बैंक", - "operator=Maharashtra Gramin Bank", - "operator:wikidata=Q16915974" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maharashtragraminbank-ad0527.undefined" - }, { "if": { "and": [ @@ -20887,28 +17073,6 @@ }, "then": "./assets/data/nsi/logos/meezanbank-ed31a6.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Մելլաթ Բանկ", - "brand:en=Mellat Bank", - "brand:hy=Մելլաթ Բանկ", - "brand:ru=Меллат Банк", - "brand:wikidata=Q116224526", - "name:en=Mellat Bank", - "name:hy=Մելլաթ Բանկ", - "name:ru=Меллат Банк", - "operator=Մելլաթ Բանկ", - "operator:wikidata=Q116224526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellatbank-056506.undefined" - }, { "if": { "and": [ @@ -21291,22 +17455,6 @@ }, "then": "./assets/data/nsi/logos/nab-8509c1.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Nainital Bank", - "brand:wikidata=Q6959715", - "operator=Nainital Bank", - "operator:wikidata=Q6959715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nainitalbank-ad0527.undefined" - }, { "if": { "and": [ @@ -21627,22 +17775,6 @@ }, "then": "./assets/data/nsi/logos/northwestbank-dd05cf.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=NovaBank", - "brand:wikidata=Q61072074", - "operator=NovaBank", - "operator:wikidata=Q61072074" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/novabank-a0e164.undefined" - }, { "if": { "and": [ @@ -21920,23 +18052,6 @@ }, "then": "./assets/data/nsi/logos/oldenburgischelandesbank-fb8bf5.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=OmniBSIC Bank", - "brand:wikidata=Q96397377", - "operator=OmniBSIC Bank", - "operator:type=private", - "operator:wikidata=Q96397377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/omnibsicbank-843442.undefined" - }, { "if": { "and": [ @@ -21954,36 +18069,6 @@ }, "then": "./assets/data/nsi/logos/onpoint-686806.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Orabank", - "operator=Orabank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orabank-518e41.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Oregon State Credit Union", - "brand:wikidata=Q116506780", - "operator=Oregon State Credit Union", - "operator:wikidata=Q116506780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oregonstatecreditunion-50220c.undefined" - }, { "if": { "and": [ @@ -22238,22 +18323,6 @@ }, "then": "./assets/data/nsi/logos/peoplesunitedbank-7bb27b.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Peoples Bank", - "brand:wikidata=Q65716607", - "operator=Peoples Bank", - "operator:wikidata=Q65716607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peoplesbank-284e0c.undefined" - }, { "if": { "and": [ @@ -22318,23 +18387,6 @@ }, "then": "./assets/data/nsi/logos/pinnaclebank-495a05.png" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Pinnacle Financial Partners", - { - "or": [ - "brand=Pinnacle Bank", - "brand:wikidata=Q7196294", - "operator=Pinnacle Bank", - "operator:wikidata=Q7196294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinnaclebank-849a40.undefined" - }, { "if": { "and": [ @@ -22371,22 +18423,6 @@ }, "then": "./assets/data/nsi/logos/pkobp-53bcca.cca" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Platte Valley Bank", - "brand:wikidata=Q113483051", - "operator=Platte Valley Bank", - "operator:wikidata=Q113483051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plattevalleybank-599017.undefined" - }, { "if": { "and": [ @@ -22509,36 +18545,6 @@ }, "then": "./assets/data/nsi/logos/postovabanka-6843ee.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Pragathi Krishna Gramin Bank", - "brand:wikidata=Q75801175", - "operator=Pragathi Krishna Gramin Bank", - "operator:wikidata=Q75801175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragathikrishnagraminbank-ad0527.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Pragathi Krishna Gramina Bank", - "operator=Pragathi Krishna Gramina Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragathikrishnagraminabank-ad0527.undefined" - }, { "if": { "and": [ @@ -22676,20 +18682,6 @@ }, "then": "./assets/data/nsi/logos/producersbank-f377ee.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Promerica", - "operator=Promerica" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/promerica-4be97a.undefined" - }, { "if": { "and": [ @@ -22722,23 +18714,6 @@ }, "then": "./assets/data/nsi/logos/providentbank-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Prudential Bank", - "brand:wikidata=Q7252979", - "operator=Prudential Bank", - "operator:type=private", - "operator:wikidata=Q7252979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prudentialbank-843442.undefined" - }, { "if": { "and": [ @@ -23143,38 +19118,6 @@ }, "then": "./assets/data/nsi/logos/rbs-1729b5.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=RCB Bank", - "brand:wikidata=Q24914906", - "operator=RCB Bank", - "operator:wikidata=Q24914906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rcbbank-524a78.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=RCB Bank", - "brand:wikidata=Q131427051", - "operator=RCB Bank", - "operator:wikidata=Q131427051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rcbbank-5341f5.undefined" - }, { "if": { "and": [ @@ -23290,22 +19233,6 @@ }, "then": "./assets/data/nsi/logos/republicbank-10254d.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Republic Bank", - "brand:wikidata=Q55316482", - "operator=Republic Bank", - "operator:wikidata=Q55316482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/republicbank-9bba96.undefined" - }, { "if": { "and": [ @@ -23828,22 +19755,6 @@ }, "then": "./assets/data/nsi/logos/sekerbank-254ed3.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Self-Help Credit Union", - "brand:wikidata=Q111381769", - "operator=Self-Help Credit Union", - "operator:wikidata=Q111381769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/selfhelpcreditunion-f893c2.undefined" - }, { "if": { "and": [ @@ -24059,24 +19970,6 @@ }, "then": "./assets/data/nsi/logos/slovenskasporitelna-6843ee.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=SMBC信託銀行", - "brand:en=SMBC Trust Bank", - "brand:wikidata=Q17218805", - "name:en=SMBC Trust Bank", - "operator=SMBC信託銀行", - "operator:wikidata=Q17218805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smbctrustbank-52efab.undefined" - }, { "if": { "and": [ @@ -24164,22 +20057,6 @@ }, "then": "./assets/data/nsi/logos/societegeneralecotedivoire-b783ed.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Société Marseillaise de Crédit", - "brand:wikidata=Q3488479", - "operator=Société Marseillaise de Crédit", - "operator:wikidata=Q3488479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societemarseillaisedecredit-2f8fb0.undefined" - }, { "if": { "and": [ @@ -24575,22 +20452,6 @@ }, "then": "./assets/data/nsi/logos/stateemployeescreditunion-693cad.cad" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Summit Bank", - "brand:wikidata=Q7637775", - "operator=Summit Bank", - "operator:wikidata=Q7637775" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/summitbank-ed31a6.undefined" - }, { "if": { "and": [ @@ -24735,42 +20596,6 @@ }, "then": "./assets/data/nsi/logos/synovus-1b5c6b.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Takarékbank", - "brand:wikidata=Q30324674", - "operator=Takarékbank", - "operator:wikidata=Q30324674" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takarekbank-681c6d.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Tamil Nadu Grama Bank", - "brand:en=Tamil Nadu Grama Bank", - "brand:ta=தமிழ்நாடு கிராம வங்கி", - "brand:wikidata=Q108166718", - "name:en=Tamil Nadu Grama Bank", - "name:ta=தமிழ்நாடு கிராம வங்கி", - "operator=Tamil Nadu Grama Bank", - "operator:wikidata=Q108166718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamilnadugramabank-ad0527.undefined" - }, { "if": { "and": [ @@ -24835,22 +20660,6 @@ }, "then": "./assets/data/nsi/logos/tatrabanka-6843ee.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Taytay sa Kauswagan", - "brand:wikidata=Q72361196", - "operator=Taytay sa Kauswagan", - "operator:wikidata=Q72361196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytaysakauswagan-f377ee.undefined" - }, { "if": { "and": [ @@ -24867,20 +20676,6 @@ }, "then": "./assets/data/nsi/logos/tbibank-7ff203.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=TBI Money", - "operator=TBI Money" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tbimoney-1de605.undefined" - }, { "if": { "and": [ @@ -24947,39 +20742,6 @@ }, "then": "./assets/data/nsi/logos/techcombank-cfdb1a.png" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Banco del Tesoro", - { - "or": [ - "brand=Tesoro", - "brand:wikidata=Q5718196", - "operator=Tesoro", - "operator:wikidata=Q5718196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tesoro-f50cd1.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Texim Bank", - "brand:wikidata=Q126365110", - "operator=Texim Bank", - "operator:wikidata=Q126365110" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teximbank-e5108a.undefined" - }, { "if": { "and": [ @@ -25132,22 +20894,6 @@ }, "then": "./assets/data/nsi/logos/tsb-396707.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Türk Bankası", - "brand:wikidata=Q31188692", - "operator=Türk Bankası", - "operator:wikidata=Q31188692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/turkbankasi-a0e164.undefined" - }, { "if": { "and": [ @@ -25461,22 +21207,6 @@ }, "then": "./assets/data/nsi/logos/unicajabanco-b48e80.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Unicred", - "brand:wikidata=Q10387649", - "operator=Unicred", - "operator:wikidata=Q10387649" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicred-a02d2b.undefined" - }, { "if": { "and": [ @@ -25608,22 +21338,6 @@ }, "then": "./assets/data/nsi/logos/unitedbank-b1562d.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=United Bank of India", - "brand:wikidata=Q2003237", - "operator=United Bank of India", - "operator:wikidata=Q2003237" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedbankofindia-ad0527.undefined" - }, { "if": { "and": [ @@ -25640,22 +21354,6 @@ }, "then": "./assets/data/nsi/logos/unitedcommunitybank-b39253.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=United Federal Credit Union", - "brand:wikidata=Q7887758", - "operator=United Federal Credit Union", - "operator:wikidata=Q7887758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedfederalcreditunion-d941c3.undefined" - }, { "if": { "and": [ @@ -25693,24 +21391,6 @@ }, "then": "./assets/data/nsi/logos/universalbank-968b58.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=UMB", - { - "or": [ - "brand=Universal Merchant Bank", - "brand:wikidata=Q19604603", - "operator=Universal Merchant Bank", - "operator:type=private", - "operator:wikidata=Q19604603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universalmerchantbank-843442.undefined" - }, { "if": { "and": [ @@ -25895,22 +21575,6 @@ }, "then": "./assets/data/nsi/logos/velobank-53bcca.cca" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Veneto Banca", - "brand:wikidata=Q3127221", - "operator=Veneto Banca", - "operator:wikidata=Q3127221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/venetobanca-64483a.undefined" - }, { "if": { "and": [ @@ -26178,22 +21842,6 @@ }, "then": "./assets/data/nsi/logos/westpac-53bc34.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Wings Financial Credit Union", - "brand:wikidata=Q8025267", - "operator=Wings Financial Credit Union", - "operator:wikidata=Q8025267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wingsfinancialcreditunion-93d3a2.undefined" - }, { "if": { "and": [ @@ -26226,26 +21874,6 @@ }, "then": "./assets/data/nsi/logos/wsfsbank-21e4b8.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Xalq banki", - "brand:en=Xalq bank", - "brand:uz=Xalq banki", - "brand:wikidata=Q25524065", - "name:en=Xalq bank", - "name:uz=Xalq banki", - "operator=Xalq banki", - "operator:wikidata=Q25524065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xalqbank-184f05.undefined" - }, { "if": { "and": [ @@ -26297,22 +21925,6 @@ }, "then": "./assets/data/nsi/logos/yettelbank-4fcc55.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Yorkshire Bank", - "brand:wikidata=Q8055678", - "operator=Yorkshire Bank", - "operator:wikidata=Q8055678" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yorkshirebank-396707.undefined" - }, { "if": { "and": [ @@ -26346,29 +21958,6 @@ }, "then": "./assets/data/nsi/logos/zagrebackabanka-4d8c03.svg" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=Islamic Bank “Zaman-Bank” JSC", - "official_name:en=Islamic Bank “Zaman-Bank” JSC", - "official_name:kk=«Заман-Банк «Ислам банкі» АҚ", - "official_name:ru=АО «Исламский банк «Заман-Банк»", - { - "or": [ - "brand=Zaman-Bank", - "brand:wikidata=Q4185641", - "name:en=Zaman-Bank", - "name:kk=Заман-Банк", - "name:ru=Заман-Банк", - "operator=Zaman-Bank", - "operator:wikidata=Q4185641" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zamanbank-228817.undefined" - }, { "if": { "and": [ @@ -26401,22 +21990,6 @@ }, "then": "./assets/data/nsi/logos/zionsbank-93d3a2.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Ziraat Bank", - "brand:wikidata=Q126365093", - "operator=Ziraat Bank", - "operator:wikidata=Q126365093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ziraatbank-e5108a.undefined" - }, { "if": { "and": [ @@ -27129,26 +22702,6 @@ }, "then": "./assets/data/nsi/logos/bacb-e5108a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Возрождение", - "brand:en=Vozrozhdenie Bank", - "brand:ru=Возрождение", - "brand:wikidata=Q4114952", - "name:en=Vozrozhdenie Bank", - "name:ru=Возрождение", - "operator=Возрождение", - "operator:wikidata=Q4114952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vozrozhdeniebank-da35c8.undefined" - }, { "if": { "and": [ @@ -27225,28 +22778,6 @@ }, "then": "./assets/data/nsi/logos/3b7e11-da35c8.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Дельта Банк", - "brand:be=Дэльта Банк", - "brand:en=Delta Bank", - "brand:ru=Дельта Банк", - "brand:wikidata=Q13030724", - "name:be=Дэльта Банк", - "name:en=Delta Bank", - "name:ru=Дельта Банк", - "operator=Дельта Банк", - "operator:wikidata=Q13030724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deltabank-18595f.undefined" - }, { "if": { "and": [ @@ -27342,66 +22873,6 @@ }, "then": "./assets/data/nsi/logos/cominvestbank-968b58.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Кубань Кредит", - "brand:en=Kuban Credit", - "brand:ru=Кубань Кредит", - "brand:wikidata=Q4243545", - "name:en=Kuban Credit", - "name:ru=Кубань Кредит", - "operator=Кубань Кредит", - "operator:wikidata=Q4243545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kubancredit-da35c8.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=МетаБанк", - "brand:en=MetaBank", - "brand:uk=МетаБанк", - "brand:wikidata=Q12122840", - "name:en=MetaBank", - "name:uk=МетаБанк", - "operator=МетаБанк", - "operator:wikidata=Q12122840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metabank-968b58.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Московский индустриальный банк", - "brand:en=Moscow Industrial Bank", - "brand:ru=Московский индустриальный банк", - "brand:wikidata=Q4304145", - "name:en=Moscow Industrial Bank", - "name:ru=Московский индустриальный банк", - "operator=Московский индустриальный банк", - "operator:wikidata=Q4304145" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moscowindustrialbank-da35c8.undefined" - }, { "if": { "and": [ @@ -27422,26 +22893,6 @@ }, "then": "./assets/data/nsi/logos/creditbankofmoscow-da35c8.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Мособлбанк", - "brand:en=Mosobl Bank", - "brand:ru=Мособлбанк", - "brand:wikidata=Q4304446", - "name:en=Mosobl Bank", - "name:ru=Мособлбанк", - "operator=Мособлбанк", - "operator:wikidata=Q4304446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mosoblbank-da35c8.undefined" - }, { "if": { "and": [ @@ -27643,26 +23094,6 @@ }, "then": "./assets/data/nsi/logos/paritetbank-18595f.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Полтава-Банк", - "brand:en=Poltava-Bank", - "brand:uk=Полтава-Банк", - "brand:wikidata=Q123579535", - "name:en=Poltava-Bank", - "name:uk=Полтава-Банк", - "operator=Полтава-Банк", - "operator:wikidata=Q123579535" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poltavabank-968b58.undefined" - }, { "if": { "and": [ @@ -27941,26 +23372,6 @@ }, "then": "./assets/data/nsi/logos/rosbank-da35c8.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Россельхозбанк", - "brand:en=Rosselkhozbank", - "brand:ru=Россельхозбанк", - "brand:wikidata=Q3920226", - "name:en=Rosselkhozbank", - "name:ru=Россельхозбанк", - "operator=Россельхозбанк", - "operator:wikidata=Q3920226" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosselkhozbank-da35c8.undefined" - }, { "if": { "and": [ @@ -28162,29 +23573,6 @@ }, "then": "./assets/data/nsi/logos/technobank-18595f.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "alt_name:ru=Банк торговый капитал", - "brand=ТК Банк", - "brand:be=ГК Банк", - "brand:en=TC Bank", - "brand:ru=ТК Банк", - "brand:wikidata=Q13028633", - "name:be=ГК Банк", - "name:en=TC Bank", - "name:ru=ТК Банк", - "operator=ТК Банк", - "operator:wikidata=Q13028633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tcbank-18595f.undefined" - }, { "if": { "and": [ @@ -28285,28 +23673,6 @@ }, "then": "./assets/data/nsi/logos/uralbankforreconstructionanddevelopment-da35c8.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=Франсабанк", - "brand:be=Франсабанк", - "brand:en=Fransabank", - "brand:ru=Франсабанк", - "brand:wikidata=Q13033234", - "name:be=Франсабанк", - "name:en=Fransabank", - "name:ru=Франсабанк", - "operator=Франсабанк", - "operator:wikidata=Q13033234" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fransabank-18595f.undefined" - }, { "if": { "and": [ @@ -28431,26 +23797,6 @@ }, "then": "./assets/data/nsi/logos/sparkassen-32e64b.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=ЮниКредит Банк", - "brand:en=UniCredit Bank", - "brand:ru=ЮниКредит Банк", - "brand:wikidata=Q727011", - "name:en=UniCredit Bank", - "name:ru=ЮниКредит Банк", - "operator=ЮниКредит Банк", - "operator:wikidata=Q727011" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicreditbank-da35c8.undefined" - }, { "if": { "and": [ @@ -28600,26 +23946,6 @@ }, "then": "./assets/data/nsi/logos/credobank-9cc31f.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=კრისტალი", - "brand:en=Crystal", - "brand:ka=კრისტალი", - "brand:ru=Кристал", - "name:en=Crystal", - "name:ka=კრისტალი", - "name:ru=Кристал", - "operator=კრისტალი" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crystal-9cc31f.undefined" - }, { "if": { "and": [ @@ -28666,30 +23992,6 @@ }, "then": "./assets/data/nsi/logos/procreditbank-9cc31f.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "bic=PAHAGE22", - { - "or": [ - "brand=რე|ბანკი", - "brand:en=Re|Bank", - "brand:ka=რე|ბანკი", - "brand:ru=Ре|Банк", - "brand:wikidata=Q131470027", - "name:en=Re|Bank", - "name:ka=რე|ბანკი", - "name:ru=Ре|Банк", - "operator=რე|ბანკი", - "operator:ka=პაშა ბანკი საქართველო", - "operator:wikidata=Q131470027" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/690e0c-9cc31f.undefined" - }, { "if": { "and": [ @@ -28784,26 +24086,6 @@ }, "then": "./assets/data/nsi/logos/unionbankofisrael-f1b480.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=בנק אוצר החייל", - "brand:en=Bank Otsar Ha-Hayal", - "brand:he=בנק אוצר החייל", - "brand:wikidata=Q2900674", - "name:en=Bank Otsar Ha-Hayal", - "name:he=בנק אוצר החייל", - "operator=בנק אוצר החייל", - "operator:wikidata=Q2900674" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankotsarhahayal-f1b480.undefined" - }, { "if": { "and": [ @@ -28904,26 +24186,6 @@ }, "then": "./assets/data/nsi/logos/bankleumi-f1b480.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=בנק מסד", - "brand:en=Bank Massad", - "brand:he=בנק מסד", - "brand:wikidata=Q7187667", - "name:en=Bank Massad", - "name:he=בנק מסד", - "operator=בנק מסד", - "operator:wikidata=Q7187667" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmassad-f1b480.undefined" - }, { "if": { "and": [ @@ -28964,48 +24226,6 @@ }, "then": "./assets/data/nsi/logos/bankmizrahitefahot-f1b480.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "alt_name:en=HSBCSaudi", - "brand=إتش إس بي سي السعودية", - "brand:ar=إتش إس بي سي السعودية", - "brand:en=HSBC Saudi Arabia", - "brand:wikidata=Q5635879", - "name:ar=إتش إس بي سي السعودية", - "name:en=HSBC Saudi Arabia", - "operator=إتش إس بي سي السعودية", - "operator:wikidata=Q5635879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hsbcsaudiarabia-fc7317.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=ایس سی بی", - { - "or": [ - "brand=اسٹینڈرڈ چارٹرڈ", - "brand:en=Standard Chartered", - "brand:ur=اسٹینڈرڈ چارٹرڈ", - "brand:wikidata=Q7598200", - "name:en=Standard Chartered", - "name:ur=اسٹینڈرڈ چارٹرڈ", - "operator=اسٹینڈرڈ چارٹرڈ", - "operator:wikidata=Q7598200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/standardchartered-ed31a6.undefined" - }, { "if": { "and": [ @@ -29110,20 +24330,6 @@ }, "then": "./assets/data/nsi/logos/saudiinvestmentbank-fc7317.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=البنك العربي", - "operator=البنك العربي" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9c3298-439a51.undefined" - }, { "if": { "and": [ @@ -29226,46 +24432,6 @@ }, "then": "./assets/data/nsi/logos/enbank-243651.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک انصار", - "brand:en=Ansar Bank", - "brand:fa=بانک انصار", - "brand:wikidata=Q5862675", - "name:en=Ansar Bank", - "name:fa=بانک انصار", - "operator=بانک انصار", - "operator:wikidata=Q5862675" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ansarbank-243651.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک پارسیان", - "brand:en=Parsian Bank", - "brand:fa=بانک پارسیان", - "brand:wikidata=Q2410404", - "name:en=Parsian Bank", - "name:fa=بانک پارسیان", - "operator=بانک پارسیان", - "operator:wikidata=Q2410404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parsianbank-243651.undefined" - }, { "if": { "and": [ @@ -29318,26 +24484,6 @@ }, "then": "./assets/data/nsi/logos/9d24d1-243651.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک دی", - "brand:en=Bank Day", - "brand:fa=بانک دی", - "brand:wikidata=Q5942230", - "name:en=Bank Day", - "name:fa=بانک دی", - "operator=بانک دی", - "operator:wikidata=Q5942230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankday-243651.undefined" - }, { "if": { "and": [ @@ -29478,47 +24624,6 @@ }, "then": "./assets/data/nsi/logos/banksaderatiran-243651.png" }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=QMB", - { - "or": [ - "brand=بانک قرض الحسنه مهر ایران", - "brand:en=Qarz Al-Hasaneh Mehr Iran Bank", - "brand:fa=بانک قرض الحسنه مهر ایران", - "brand:wikidata=Q18327813", - "name:en=Qarz Al-Hasaneh Mehr Iran Bank", - "name:fa=بانک قرض الحسنه مهر ایران", - "operator=بانک قرض الحسنه مهر ایران", - "operator:wikidata=Q18327813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qarzalhasanehmehriranbank-243651.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک قوامین", - "brand:en=Ghavamin Bank", - "brand:fa=بانک قوامین", - "brand:wikidata=Q10860253", - "name:en=Ghavamin Bank", - "name:fa=بانک قوامین", - "operator=بانک قوامین", - "operator:wikidata=Q10860253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghavaminbank-243651.undefined" - }, { "if": { "and": [ @@ -29539,20 +24644,6 @@ }, "then": "./assets/data/nsi/logos/bankkeshavarziiran-243651.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک گردشگری", - "operator=بانک گردشگری" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e8042c-243651.undefined" - }, { "if": { "and": [ @@ -29573,64 +24664,6 @@ }, "then": "./assets/data/nsi/logos/bankmaskan-243651.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک ملت", - "brand:en=Bank Mellat", - "brand:fa=بانک ملت", - "brand:wikidata=Q4855944", - "name:en=Bank Mellat", - "name:fa=بانک ملت", - "operator=بانک ملت", - "operator:wikidata=Q4855944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmellat-243651.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک ملی", - "brand:en=Bank Melli Iran", - "brand:fa=بانک ملی", - "brand:wikidata=Q806640", - "name:en=Bank Melli Iran", - "name:fa=بانک ملی", - "operator=بانک ملی", - "operator:wikidata=Q806640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmelliiran-243651.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=بانک مهر اقتصاد", - "brand:wikidata=Q5942921", - "name:en=Mehr Eqtesad Bank", - "name:fa=بانک مهر اقتصاد", - "operator=بانک مهر اقتصاد", - "operator:wikidata=Q5942921" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mehreqtesadbank-243651.undefined" - }, { "if": { "and": [ @@ -30101,26 +25134,6 @@ }, "then": "./assets/data/nsi/logos/siamcommercialbank-9d348a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "brand:en=Bank for Agriculture and Agricultural Co-operatives", - "brand:th=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "brand:wikidata=Q23043470", - "name:en=Bank for Agriculture and Agricultural Co-operatives", - "name:th=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "operator=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "operator:wikidata=Q23043470" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankforagricultureandagriculturalcooperatives-9d348a.undefined" - }, { "if": { "and": [ @@ -30181,22 +25194,6 @@ }, "then": "./assets/data/nsi/logos/shinhanbank-cfe76c.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=신협", - "brand:ko=신협", - "name:ko=신협", - "operator=신협" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/469dac-cfe76c.undefined" - }, { "if": { "and": [ @@ -30257,26 +25254,6 @@ }, "then": "./assets/data/nsi/logos/aeonbank-52efab.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=きらぼし銀行", - "brand:en=Kiraboshi Bank", - "brand:ja=きらぼし銀行", - "brand:wikidata=Q11390660", - "name:en=Kiraboshi Bank", - "name:ja=きらぼし銀行", - "operator=きらぼし銀行", - "operator:wikidata=Q11390660" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiraboshibank-52efab.undefined" - }, { "if": { "and": [ @@ -30418,30 +25395,6 @@ }, "then": "./assets/data/nsi/logos/sumitomomitsuibankingcorporation-52efab.fab" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=三信商業銀行", - "brand:en=COTA Commercial Bank", - "brand:wikidata=Q10865324", - "brand:zh=三信商業銀行", - "name:en=COTA Commercial Bank", - "name:nan=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Hant=三信商業銀行", - "name:nan-Latn-pehoeji=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:zh=三信商業銀行", - "operator=三信商業銀行", - "operator:wikidata=Q10865324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cotacommercialbank-9a6797.undefined" - }, { "if": { "and": [ @@ -30482,26 +25435,6 @@ }, "then": "./assets/data/nsi/logos/mufgbank-52efab.fab" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=上海农商银行", - "brand:en=Shanghai Rural Commercial Bank", - "brand:wikidata=Q10867749", - "brand:zh=上海农商银行", - "name:en=Shanghai Rural Commercial Bank", - "name:zh=上海农商银行", - "operator=上海农商银行", - "operator:wikidata=Q10867749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shanghairuralcommercialbank-7886cb.undefined" - }, { "if": { "and": [ @@ -30571,26 +25504,6 @@ }, "then": "./assets/data/nsi/logos/shanghaipudongdevelopmentbank-7886cb.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=上海银行", - "brand:en=Bank of Shanghai", - "brand:wikidata=Q4208351", - "brand:zh=上海银行", - "name:en=Bank of Shanghai", - "name:zh=上海银行", - "operator=上海银行", - "operator:wikidata=Q4208351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofshanghai-7886cb.undefined" - }, { "if": { "and": [ @@ -30655,66 +25568,6 @@ }, "then": "./assets/data/nsi/logos/chinaciticbank-a6154f.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=中原银行", - "brand:en=Zhongyuan Bank", - "brand:wikidata=Q15936363", - "brand:zh=中原银行", - "name:en=Zhongyuan Bank", - "name:zh=中原银行", - "operator=中原银行", - "operator:wikidata=Q15936363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhongyuanbank-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=中国光大银行", - "brand:en=China Everbright Bank", - "brand:wikidata=Q10873167", - "brand:zh=中国光大银行", - "name:en=China Everbright Bank", - "name:zh=中国光大银行", - "operator=中国光大银行", - "operator:wikidata=Q10873167" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaeverbrightbank-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=中国农业银行", - "brand:en=Agricultural Bank of China", - "brand:wikidata=Q26298", - "brand:zh=中国农业银行", - "name:en=Agricultural Bank of China", - "name:zh=中国农业银行", - "operator=中国农业银行", - "operator:wikidata=Q26298" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agriculturalbankofchina-7886cb.undefined" - }, { "if": { "and": [ @@ -30985,27 +25838,6 @@ }, "then": "./assets/data/nsi/logos/bankofchinahongkong-e57d9a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - "official_name=云南省农村信用社联合社", - { - "or": [ - "brand=云南省农村信用社", - "brand:en=Yunnan Rural Credit Cooperatives", - "brand:wikidata=Q114321959", - "brand:zh=云南省农村信用社", - "name:en=Yunnan Rural Credit Cooperatives", - "name:zh=云南省农村信用社", - "operator=云南省农村信用社", - "operator:wikidata=Q114321959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yunnanruralcreditcooperatives-e9a054.undefined" - }, { "if": { "and": [ @@ -31221,26 +26053,6 @@ }, "then": "./assets/data/nsi/logos/hachijunibank-52efab.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=兴业银行", - "brand:en=Industrial Bank", - "brand:wikidata=Q1410821", - "brand:zh=兴业银行", - "name:en=Industrial Bank", - "name:zh=兴业银行", - "operator=兴业银行", - "operator:wikidata=Q1410821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/industrialbank-7886cb.undefined" - }, { "if": { "and": [ @@ -31289,46 +26101,6 @@ }, "then": "./assets/data/nsi/logos/chonghingbank-aa3d3d.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=北京农商银行", - "brand:en=Beijing Rural Commercial Bank", - "brand:wikidata=Q10902046", - "brand:zh=北京农商银行", - "name:en=Beijing Rural Commercial Bank", - "name:zh=北京农商银行", - "operator=北京农商银行", - "operator:wikidata=Q10902046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beijingruralcommercialbank-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=北京银行", - "brand:en=Bank of Beijing", - "brand:wikidata=Q39146", - "brand:zh=北京银行", - "name:en=Bank of Beijing", - "name:zh=北京银行", - "operator=北京银行", - "operator:wikidata=Q39146" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofbeijing-7886cb.undefined" - }, { "if": { "and": [ @@ -31349,40 +26121,6 @@ }, "then": "./assets/data/nsi/logos/northpacificbank-52efab.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=北海道銀行", - "brand:en=Hokkaido Bank", - "brand:ja=北海道銀行", - "brand:wikidata=Q5878076", - "name:en=Hokkaido Bank", - "name:ja=北海道銀行", - "operator=北海道銀行", - "operator:wikidata=Q5878076" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokkaidobank-52efab.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=北陸銀行", - "operator=北陸銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d57040-52efab.undefined" - }, { "if": { "and": [ @@ -31403,26 +26141,6 @@ }, "then": "./assets/data/nsi/logos/jurokubank-52efab.fab" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=千葉興業銀行", - "brand:en=Chiba Kogyo Bank", - "brand:ja=千葉興業銀行", - "brand:wikidata=Q11406742", - "name:en=Chiba Kogyo Bank", - "name:ja=千葉興業銀行", - "operator=千葉興業銀行", - "operator:wikidata=Q11406742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chibakogyobank-52efab.undefined" - }, { "if": { "and": [ @@ -31443,71 +26161,6 @@ }, "then": "./assets/data/nsi/logos/chibabank-52efab.fab" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=华夏银行", - "brand:en=Huaxia Bank", - "brand:wikidata=Q1595443", - "brand:zh=华夏银行", - "name:en=Huaxia Bank", - "name:zh=华夏银行", - "operator=华夏银行", - "operator:wikidata=Q1595443" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huaxiabank-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=南京银行", - "brand:en=Bank of Nanjing", - "brand:wikidata=Q6850542", - "brand:zh=南京银行", - "name:en=Bank of Nanjing", - "name:zh=南京银行", - "operator=南京银行", - "operator:wikidata=Q6850542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofnanjing-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - "short_name=NCB", - { - "or": [ - "brand=南洋商業銀行 Nanyang Commercial Bank", - "brand:en=Nanyang Commercial Bank", - "brand:wikidata=Q3335816", - "brand:zh=南洋商業銀行", - "brand:zh-Hans=南洋商业银行", - "brand:zh-Hant=南洋商業銀行", - "name:en=Nanyang Commercial Bank", - "name:zh=南洋商業銀行", - "name:zh-Hans=南洋商业银行", - "name:zh-Hant=南洋商業銀行", - "operator=南洋商業銀行 Nanyang Commercial Bank", - "operator:wikidata=Q3335816" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nanyangcommercialbank-e57d9a.undefined" - }, { "if": { "and": [ @@ -31821,46 +26474,6 @@ }, "then": "./assets/data/nsi/logos/taifungbank-a6c792.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=天津银行", - "brand:en=Bank of Tianjin", - "brand:wikidata=Q10940359", - "brand:zh=天津银行", - "name:en=Bank of Tianjin", - "name:zh=天津银行", - "operator=天津银行", - "operator:wikidata=Q10940359" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankoftianjin-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=宁波银行", - "brand:en=Bank of Ningbo", - "brand:wikidata=Q4856166", - "brand:zh=宁波银行", - "name:en=Bank of Ningbo", - "name:zh=宁波银行", - "operator=宁波银行", - "operator:wikidata=Q4856166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofningbo-7886cb.undefined" - }, { "if": { "and": [ @@ -31885,30 +26498,6 @@ }, "then": "./assets/data/nsi/logos/entiecommercialbank-9a6797.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=富邦銀行 Fubon Bank", - "brand:en=Fubon Bank", - "brand:wikidata=Q5506911", - "brand:zh=富邦銀行", - "brand:zh-Hans=富邦银行", - "brand:zh-Hant=富邦銀行", - "name:en=Fubon Bank", - "name:zh=富邦銀行", - "name:zh-Hans=富邦银行", - "name:zh-Hant=富邦銀行", - "operator=富邦銀行 Fubon Bank", - "operator:wikidata=Q5506911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fubonbank-e57d9a.undefined" - }, { "if": { "and": [ @@ -31993,26 +26582,6 @@ }, "then": "./assets/data/nsi/logos/pinganbank-7886cb.svg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=广发银行", - "brand:en=China Guangfa Bank", - "brand:wikidata=Q3118744", - "brand:zh=广发银行", - "name:en=China Guangfa Bank", - "name:zh=广发银行", - "operator=广发银行", - "operator:wikidata=Q3118744" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaguangfabank-7886cb.undefined" - }, { "if": { "and": [ @@ -32037,46 +26606,6 @@ }, "then": "./assets/data/nsi/logos/changhwabank-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=徽商银行", - "brand:en=Huishang Bank", - "brand:wikidata=Q11071935", - "brand:zh=徽商银行", - "name:en=Huishang Bank", - "name:zh=徽商银行", - "operator=徽商银行", - "operator:wikidata=Q11071935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huishangbank-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=恒丰银行", - "brand:en=HengFeng Bank", - "brand:wikidata=Q11072892", - "brand:zh=恒丰银行", - "name:en=HengFeng Bank", - "name:zh=恒丰银行", - "operator=恒丰银行", - "operator:wikidata=Q11072892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hengfengbank-7886cb.undefined" - }, { "if": { "and": [ @@ -32121,50 +26650,6 @@ }, "then": "./assets/data/nsi/logos/aichibank-52efab.fab" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=招商永隆銀行 CMB Wing Lung Bank", - "brand:en=CMB Wing Lung Bank", - "brand:wikidata=Q8025114", - "brand:zh=招商永隆銀行", - "brand:zh-Hans=招商永隆银行", - "brand:zh-Hant=招商永隆銀行", - "name:en=CMB Wing Lung Bank", - "name:zh=招商永隆銀行", - "name:zh-Hans=招商永隆银行", - "name:zh-Hant=招商永隆銀行", - "operator=招商永隆銀行 CMB Wing Lung Bank", - "operator:wikidata=Q8025114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cmbwinglungbank-e57d9a.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=招商银行", - "brand:en=China Merchants Bank", - "brand:wikidata=Q1073327", - "brand:zh=招商银行", - "name:en=China Merchants Bank", - "name:zh=招商银行", - "operator=招商银行", - "operator:wikidata=Q1073327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinamerchantsbank-7886cb.undefined" - }, { "if": { "and": [ @@ -32253,26 +26738,6 @@ }, "then": "./assets/data/nsi/logos/dbs-e9a054.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=杭州银行", - "brand:en=Bank ok Hangzhou", - "brand:wikidata=Q11102645", - "brand:zh=杭州银行", - "name:en=Bank ok Hangzhou", - "name:zh=杭州银行", - "operator=杭州银行", - "operator:wikidata=Q11102645" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankokhangzhou-7886cb.undefined" - }, { "if": { "and": [ @@ -32297,46 +26762,6 @@ }, "then": "./assets/data/nsi/logos/bankofeastasia-e57d9a.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=東京ベイ信金", - "brand:en=Tokyo Bay Shinkin Bank", - "brand:ja=東京ベイ信金", - "brand:wikidata=Q11524392", - "name:en=Tokyo Bay Shinkin Bank", - "name:ja=東京ベイ信金", - "operator=東京ベイ信金", - "operator:wikidata=Q11524392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokyobayshinkinbank-52efab.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=東日本銀行", - "brand:en=Higashi-Nippon Bank", - "brand:ja=東日本銀行", - "brand:wikidata=Q11527211", - "name:en=Higashi-Nippon Bank", - "name:ja=東日本銀行", - "operator=東日本銀行", - "operator:wikidata=Q11527211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/higashinipponbank-52efab.undefined" - }, { "if": { "and": [ @@ -32361,26 +26786,6 @@ }, "then": "./assets/data/nsi/logos/bankofpanshin-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=横浜銀行", - "brand:en=Bank of Yokohama", - "brand:ja=横浜銀行", - "brand:wikidata=Q2744340", - "name:en=Bank of Yokohama", - "name:ja=横浜銀行", - "operator=横浜銀行", - "operator:wikidata=Q2744340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofyokohama-52efab.undefined" - }, { "if": { "and": [ @@ -32425,86 +26830,6 @@ }, "then": "./assets/data/nsi/logos/banksinopac-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=江苏银行", - "brand:en=Bank of Jiangsu", - "brand:wikidata=Q11135108", - "brand:zh=江苏银行", - "name:en=Bank of Jiangsu", - "name:zh=江苏银行", - "operator=江苏银行", - "operator:wikidata=Q11135108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofjiangsu-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=沖縄海邦銀行", - "brand:en=Okinawa Kaiho Bank", - "brand:ja=沖縄海邦銀行", - "brand:wikidata=Q11552709", - "name:en=Okinawa Kaiho Bank", - "name:ja=沖縄海邦銀行", - "operator=沖縄海邦銀行", - "operator:wikidata=Q11552709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okinawakaihobank-52efab.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=洛阳银行", - "brand:en=Bank of Luoyang", - "brand:wikidata=Q11146242", - "brand:zh=洛阳银行", - "name:en=Bank of Luoyang", - "name:zh=洛阳银行", - "operator=洛阳银行", - "operator:wikidata=Q11146242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofluoyang-7886cb.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=浙商银行", - "brand:en=China Zheshang Bank", - "brand:wikidata=Q15924407", - "brand:zh=浙商银行", - "name:en=China Zheshang Bank", - "name:zh=浙商银行", - "operator=浙商银行", - "operator:wikidata=Q15924407" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinazheshangbank-7886cb.undefined" - }, { "if": { "and": [ @@ -32569,26 +26894,6 @@ }, "then": "./assets/data/nsi/logos/standardchartered-a6154f.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=渤海银行", - "brand:en=China Bohai Bank", - "brand:wikidata=Q4208326", - "brand:zh=渤海银行", - "name:en=China Bohai Bank", - "name:zh=渤海银行", - "operator=渤海银行", - "operator:wikidata=Q4208326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinabohaibank-7886cb.undefined" - }, { "if": { "and": [ @@ -32611,26 +26916,6 @@ }, "then": "./assets/data/nsi/logos/hsbcbanktaiwan-9a6797.png" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=澳門商業銀行 Banco Comercial de Macau", - "brand:pt=Banco Comercial de Macau", - "brand:wikidata=Q22099041", - "brand:zh=澳門商業銀行", - "name:pt=Banco Comercial de Macau", - "name:zh=澳門商業銀行", - "operator=澳門商業銀行 Banco Comercial de Macau", - "operator:wikidata=Q22099041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f9b3fb-a6c792.undefined" - }, { "if": { "and": [ @@ -32909,26 +27194,6 @@ }, "then": "./assets/data/nsi/logos/bankoftaiwan-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=芝信用金庫", - "brand:en=Shiba Shinkin Bank", - "brand:ja=芝信用金庫", - "brand:wikidata=Q11614605", - "name:en=Shiba Shinkin Bank", - "name:ja=芝信用金庫", - "operator=芝信用金庫", - "operator:wikidata=Q11614605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shibashinkinbank-52efab.undefined" - }, { "if": { "and": [ @@ -33028,30 +27293,6 @@ }, "then": "./assets/data/nsi/logos/huanancommercialbank-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=華泰商業銀行", - "brand:en=Hwatai Commercial Bank", - "brand:wikidata=Q17500686", - "brand:zh=華泰商業銀行", - "name:en=Hwatai Commercial Bank", - "name:nan=Hoâ-thài Siong-gia̍p Gîn-hâng", - "name:nan-Hant=華泰商業銀行", - "name:nan-Latn-pehoeji=Hoâ-thài Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Huâ-thài Siong-gia̍p Gîn-hâng", - "name:zh=華泰商業銀行", - "operator=華泰商業銀行", - "operator:wikidata=Q17500686" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hwataicommercialbank-9a6797.undefined" - }, { "if": { "and": [ @@ -33096,74 +27337,6 @@ }, "then": "./assets/data/nsi/logos/fareasterninternationalbank-9a6797.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=陽信商業銀行", - "brand:en=Sunny Commercial Bank", - "brand:wikidata=Q11658759", - "brand:zh=陽信商業銀行", - "name:en=Sunny Commercial Bank", - "name:nan=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Hant=陽信商業銀行", - "name:nan-Latn-pehoeji=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:zh=陽信商業銀行", - "operator=陽信商業銀行", - "operator:wikidata=Q11658759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunnycommercialbank-9a6797.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=集友銀行 Chiyu Banking Corporation", - "brand:en=Chiyu Banking Corporation", - "brand:wikidata=Q877121", - "brand:zh=集友銀行", - "brand:zh-Hans=集友银行", - "brand:zh-Hant=集友銀行", - "name:en=Chiyu Banking Corporation", - "name:zh=集友銀行", - "name:zh-Hans=集友银行", - "name:zh-Hant=集友銀行", - "operator=集友銀行 Chiyu Banking Corporation", - "operator:wikidata=Q877121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chiyubankingcorporation-e57d9a.undefined" - }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=静岡銀行", - "brand:en=Shizuoka Bank", - "brand:ja=静岡銀行", - "brand:wikidata=Q7499501", - "name:en=Shizuoka Bank", - "name:ja=静岡銀行", - "operator=静岡銀行", - "operator:wikidata=Q7499501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shizuokabank-52efab.undefined" - }, { "if": { "and": [ @@ -33188,30 +27361,6 @@ }, "then": "./assets/data/nsi/logos/hsbc-aa3d3d.jpg" }, - { - "if": { - "and": [ - "amenity=atm", - { - "or": [ - "brand=高雄銀行", - "brand:en=Bank of Kaohsiung", - "brand:wikidata=Q11673248", - "brand:zh=高雄銀行", - "name:en=Bank of Kaohsiung", - "name:nan=Ko-hiông Gîn-hâng", - "name:nan-Hant=高雄銀行", - "name:nan-Latn-pehoeji=Ko-hiông Gîn-hâng", - "name:nan-Latn-tailo=Ko-hiông Gîn-hâng", - "name:zh=高雄銀行", - "operator=高雄銀行", - "operator:wikidata=Q11673248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofkaohsiung-9a6797.undefined" - }, { "if": { "and": [ @@ -33447,24 +27596,6 @@ }, "then": "./assets/data/nsi/logos/accessbank-193d4e.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Access Bank", - "brand:wikidata=Q4672420", - "name=Access Bank", - "operator=Access Bank Ghana Plc", - "operator:type=public", - "operator:wikidata=Q24915128" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/accessbank-9d35ea.undefined" - }, { "if": { "and": [ @@ -33480,25 +27611,6 @@ }, "then": "./assets/data/nsi/logos/activobank-4028ed.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "alt_name=Agricultural Development Bank", - "brand=ADB", - "brand:wikidata=Q4693885", - "name=ADB", - "operator=Agricultural Development Bank of Ghana", - "operator:type=parastatal", - "operator:wikidata=Q4693885" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adb-9d35ea.undefined" - }, { "if": { "and": [ @@ -34254,27 +28366,6 @@ }, "then": "./assets/data/nsi/logos/armswissbank-9c44ae.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Արցախբանկ", - "brand:en=Artsakhbank", - "brand:hy=Արցախբանկ", - "brand:ru=Арцахбанк", - "brand:wikidata=Q4070920", - "name=Արցախբանկ", - "name:en=Artsakhbank", - "name:hy=Արցախբանկ", - "name:ru=Арцахбанк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/artsakhbank-9c44ae.undefined" - }, { "if": { "and": [ @@ -34494,21 +28585,6 @@ }, "then": "./assets/data/nsi/logos/baccredomatic-a7c666.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=BADR Banque", - "brand:wikidata=Q2883031", - "name=BADR Banque" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badrbanque-47c9bd.undefined" - }, { "if": { "and": [ @@ -34525,22 +28601,6 @@ }, "then": "./assets/data/nsi/logos/bai-706633.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Banco Agromercantil de Guatemala", - { - "or": [ - "brand=Bam", - "brand:wikidata=Q129652114", - "name=Bam" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bam-2713d7.undefined" - }, { "if": { "and": [ @@ -34557,21 +28617,6 @@ }, "then": "./assets/data/nsi/logos/banamex-574575.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banca Afirme", - "brand:wikidata=Q60825526", - "name=Banca Afirme" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancaafirme-574575.undefined" - }, { "if": { "and": [ @@ -34603,21 +28648,6 @@ }, "then": "./assets/data/nsi/logos/bancadiasti-7b36b5.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banca Generali", - "brand:wikidata=Q3633705", - "name=Banca Generali" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancagenerali-7b36b5.undefined" - }, { "if": { "and": [ @@ -34678,36 +28708,6 @@ }, "then": "./assets/data/nsi/logos/bancapopolaredisondrio-7b36b5.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banca Popolare di Vicenza", - "brand:wikidata=Q3127200", - "name=Banca Popolare di Vicenza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancapopolaredivicenza-7b36b5.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banca Românească", - "brand:wikidata=Q4854052", - "name=Banca Românească" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancaromaneasca-9a9a30.undefined" - }, { "if": { "and": [ @@ -35093,20 +29093,6 @@ }, "then": "./assets/data/nsi/logos/bancodelanacion-e2ab80.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banco de La Pampa", - "name=Banco de La Pampa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodelapampa-841353.undefined" - }, { "if": { "and": [ @@ -35197,21 +29183,6 @@ }, "then": "./assets/data/nsi/logos/bancodesio-7b36b5.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banco di Napoli", - "brand:wikidata=Q3633835", - "name=Banco di Napoli" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodinapoli-7b36b5.undefined" - }, { "if": { "and": [ @@ -35227,21 +29198,6 @@ }, "then": "./assets/data/nsi/logos/bancodisardegna-7b36b5.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banco di Sicilia", - "brand:wikidata=Q3633842", - "name=Banco di Sicilia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancodisicilia-7b36b5.undefined" - }, { "if": { "and": [ @@ -35366,21 +29322,6 @@ }, "then": "./assets/data/nsi/logos/bancofondocomun-0269b0.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banco Fortaleza", - "brand:wikidata=Q81787643", - "name=Banco Fortaleza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancofortaleza-66977e.undefined" - }, { "if": { "and": [ @@ -35804,21 +29745,6 @@ }, "then": "./assets/data/nsi/logos/bancolombia-d049bf.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Bancpost", - "brand:wikidata=Q4854143", - "name=Bancpost" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bancpost-9a9a30.undefined" - }, { "if": { "and": [ @@ -35981,21 +29907,6 @@ }, "then": "./assets/data/nsi/logos/bankalfalah-a78d37.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Bank Austria", - "brand:wikidata=Q697619", - "name=Bank Austria" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankaustria-694ab5.undefined" - }, { "if": { "and": [ @@ -36408,21 +30319,6 @@ }, "then": "./assets/data/nsi/logos/bankpermata-aa7852.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Bank Pocztowy", - "brand:wikidata=Q4034834", - "name=Bank Pocztowy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankpocztowy-68054b.undefined" - }, { "if": { "and": [ @@ -36536,21 +30432,6 @@ }, "then": "./assets/data/nsi/logos/bankakovanica-6f3d3b.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=BankFinancial", - "brand:wikidata=Q4855880", - "name=BankFinancial" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankfinancial-ea2e2d.undefined" - }, { "if": { "and": [ @@ -36656,21 +30537,6 @@ }, "then": "./assets/data/nsi/logos/banpais-321983.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banpará", - "brand:wikidata=Q16496450", - "name=Banpará" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banpara-0ed44d.undefined" - }, { "if": { "and": [ @@ -36809,36 +30675,6 @@ }, "then": "./assets/data/nsi/logos/banquedefrance-ad79d4.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banque de l'Habitat du Mali", - "brand:wikidata=Q4857076", - "name=Banque de l'Habitat du Mali" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquedelhabitatdumali-edd991.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Banque Dupuy de Parseval", - "brand:wikidata=Q2882897", - "name=Banque Dupuy de Parseval" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquedupuydeparseval-706313.undefined" - }, { "if": { "and": [ @@ -36869,21 +30705,6 @@ }, "then": "./assets/data/nsi/logos/banquemisr-bbd826.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=BNC", - { - "or": [ - "brand=Banque National de Crédit", - "name=Banque National de Crédit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banquenationaldecredit-337eff.undefined" - }, { "if": { "and": [ @@ -38172,27 +31993,6 @@ }, "then": "./assets/data/nsi/logos/bwbank-1180cf.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Բիբլոս Բանկ Արմենիա", - "brand:en=Byblos Bank Armenia", - "brand:hy=Բիբլոս Բանկ Արմենիա", - "brand:ru=Библос Банк Армения", - "brand:wikidata=Q117622807", - "name=Բիբլոս Բանկ Արմենիա", - "name:en=Byblos Bank Armenia", - "name:hy=Բիբլոս Բանկ Արմենիա", - "name:ru=Библос Банк Армения" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/byblosbankarmenia-9c44ae.undefined" - }, { "if": { "and": [ @@ -38238,40 +32038,6 @@ }, "then": "./assets/data/nsi/logos/caissedepargne-b7a026.png" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Caixa Rural d'Altea", - { - "or": [ - "brand=Caixa Altea", - "brand:wikidata=Q115774046", - "name=Caixa Altea", - "name:ca=Caixa Altea" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caixaaltea-ce59ab.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Caixa Rural de Callosa d'en Sarrià", - { - "or": [ - "brand=Caixa Callosa", - "brand:wikidata=Q115774219", - "name=Caixa Callosa", - "name:ca=Caixa Callosa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caixacallosa-ce59ab.undefined" - }, { "if": { "and": [ @@ -38349,35 +32115,6 @@ }, "then": "./assets/data/nsi/logos/caixabank-ce59ab.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Caja Arequipa", - "name=Caja Arequipa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajaarequipa-e2ab80.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Caja Duero", - "brand:wikidata=Q3821055", - "name=Caja Duero" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajaduero-ce59ab.undefined" - }, { "if": { "and": [ @@ -38603,20 +32340,6 @@ }, "then": "./assets/data/nsi/logos/capitalone-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Capital Ria", - "name=Capital Ria" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capitalria-6b8cf1.undefined" - }, { "if": { "and": [ @@ -38632,21 +32355,6 @@ }, "then": "./assets/data/nsi/logos/capitalsmallfinancebank-34f411.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=CapitalBank", - "brand:wikidata=Q31188679", - "name=CapitalBank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capitalbank-c9effc.undefined" - }, { "if": { "and": [ @@ -38662,21 +32370,6 @@ }, "then": "./assets/data/nsi/logos/capitecbank-50d637.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Carisbo", - "brand:wikidata=Q3661937", - "name=Carisbo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carisbo-7b36b5.undefined" - }, { "if": { "and": [ @@ -38879,21 +32572,6 @@ }, "then": "./assets/data/nsi/logos/chase-2a7aac.aac" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Chemical Bank", - "brand:wikidata=Q86815846", - "name=Chemical Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chemicalbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -39118,21 +32796,6 @@ }, "then": "./assets/data/nsi/logos/citizensbank-b0fe63.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "alt_name=Citizens Bank", - "brand=Citizens Bank", - "name=Citizens Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citizensbank-810c3c.undefined" - }, { "if": { "and": [ @@ -39179,28 +32842,6 @@ }, "then": "./assets/data/nsi/logos/citynationalbank-3abc7d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=CUB", - { - "or": [ - "brand=City Union Bank", - "brand:en=City Union Bank", - "brand:hi=सिटी यूनियन बैंक", - "brand:ta=சிட்டி யூனியன் வங்கி", - "brand:wikidata=Q2040264", - "name=City Union Bank", - "name:en=City Union Bank", - "name:hi=सिटी यूनियन बैंक", - "name:ta=சிட்டி யூனியன் வங்கி" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityunionbank-34f411.undefined" - }, { "if": { "and": [ @@ -39253,36 +32894,6 @@ }, "then": "./assets/data/nsi/logos/coastcapitalsavings-e1345b.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Columbia Bank", - "brand:wikidata=Q62084096", - "name=Columbia Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbiabank-fb7447.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Columbia Bank", - "brand:wikidata=Q62084089", - "name=Columbia Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbiabank-c20fa5.undefined" - }, { "if": { "and": [ @@ -39409,21 +33020,6 @@ }, "then": "./assets/data/nsi/logos/communitybank-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Community Bank of the Chesapeake", - "brand:wikidata=Q110588647", - "name=Community Bank of the Chesapeake" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communitybankofthechesapeake-04ea9b.undefined" - }, { "if": { "and": [ @@ -39439,40 +33035,6 @@ }, "then": "./assets/data/nsi/logos/communityfirstcreditunion-9ffb0f.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Community First Credit Union", - "brand:wikidata=Q84458352", - "name=Community First Credit Union" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communityfirstcreditunion-347d8f.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=CBG", - { - "or": [ - "brand=Consolidated Bank Ghana", - "brand:wikidata=Q56277912", - "name=Consolidated Bank Ghana", - "operator=Consolidated Bank Ghana Limited", - "operator:type=parastatal", - "operator:wikidata=Q56277912" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatedbankghana-9d35ea.undefined" - }, { "if": { "and": [ @@ -39805,20 +33367,6 @@ }, "then": "./assets/data/nsi/logos/crelan-96da90.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Cresol", - "name=Cresol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cresol-0ed44d.undefined" - }, { "if": { "and": [ @@ -39925,21 +33473,6 @@ }, "then": "./assets/data/nsi/logos/dayspringbank-4f9ba3.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=DBank", - "brand:wikidata=Q126365149", - "name=DBank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dbank-126296.undefined" - }, { "if": { "and": [ @@ -40045,20 +33578,6 @@ }, "then": "./assets/data/nsi/logos/dhanlaxmibank-34f411.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Diamond Bank", - "name=Diamond Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diamondbank-70af19.undefined" - }, { "if": { "and": [ @@ -40327,21 +33846,6 @@ }, "then": "./assets/data/nsi/logos/equitybank-72d450.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Equity Bank", - "brand:wikidata=Q62260414", - "name=Equity Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equitybank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -40387,28 +33891,6 @@ }, "then": "./assets/data/nsi/logos/eslfederalcreditunion-51c67b.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Eurasian Bank JSC", - "official_name:en=Eurasian Bank JSC", - "official_name:kk=«Еуразиялық банк» АҚ", - "official_name:ru=АО «Евразийский Банк»", - { - "or": [ - "brand=Eurasian Bank", - "brand:wikidata=Q143852", - "name=Eurasian Bank", - "name:en=Eurasian Bank", - "name:kk=Еуразиялық банк", - "name:ru=Евразийский банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurasianbank-033b31.undefined" - }, { "if": { "and": [ @@ -40439,22 +33921,6 @@ }, "then": "./assets/data/nsi/logos/eurobank-158d7a.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Banco BIC Português", - { - "or": [ - "brand=EuroBic", - "brand:wikidata=Q806175", - "name=EuroBic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurobic-4028ed.undefined" - }, { "if": { "and": [ @@ -40527,27 +33993,6 @@ }, "then": "./assets/data/nsi/logos/fastbank-9c44ae.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Faysal Bank", - "brand:ar=بنك فيصل الباكستاني المحدود", - "brand:en=Faysal Bank", - "brand:ur=فیصل بینک", - "brand:wikidata=Q5439099", - "name=Faysal Bank", - "name:ar=بنك فيصل الباكستاني المحدود", - "name:en=Faysal Bank", - "name:ur=فیصل بینک" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/faysalbank-da5806.undefined" - }, { "if": { "and": [ @@ -40797,24 +34242,6 @@ }, "then": "./assets/data/nsi/logos/fiobanka-dde967.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Atlantic Bank", - "brand:wikidata=Q30688785", - "name=First Atlantic Bank", - "operator=First Atlantic Bank (Ghana) Limited", - "operator:type=private", - "operator:wikidata=Q30688785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstatlanticbank-9d35ea.undefined" - }, { "if": { "and": [ @@ -40906,22 +34333,6 @@ }, "then": "./assets/data/nsi/logos/firstcommonwealthbank-b6467d.png" }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=FCB", - { - "or": [ - "brand=First Community Bank", - "brand:wikidata=Q5452774", - "name=First Community Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstcommunitybank-8efa9d.undefined" - }, { "if": { "and": [ @@ -40937,36 +34348,6 @@ }, "then": "./assets/data/nsi/logos/firstcommunitycreditunion-4ac31a.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Convenience Bank", - "brand:wikidata=Q110622177", - "name=First Convenience Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstconveniencebank-718014.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Fidelity Bank", - "brand:wikidata=Q20708488", - "name=First Fidelity Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstfidelitybank-48c176.undefined" - }, { "if": { "and": [ @@ -41012,21 +34393,6 @@ }, "then": "./assets/data/nsi/logos/firstinterstatebank-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Midwest Bank", - "brand:wikidata=Q5453331", - "name=First Midwest Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstmidwestbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -41046,36 +34412,6 @@ }, "then": "./assets/data/nsi/logos/firstnationalbank-9d35ea.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First National Bank", - "brand:wikidata=Q5426765", - "name=First National Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbank-fdc31a.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First National Bank Alaska", - "brand:wikidata=Q1419496", - "name=First National Bank Alaska" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbankalaska-7ec644.undefined" - }, { "if": { "and": [ @@ -41106,51 +34442,6 @@ }, "then": "./assets/data/nsi/logos/firstnationalbankofscotia-9d21b1.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First National Bank Texas", - "brand:wikidata=Q110622177", - "name=First National Bank Texas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstnationalbanktexas-718014.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Neighborhood Bank", - "brand:wikidata=Q130383275", - "name=First Neighborhood Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstneighborhoodbank-9a206a.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First Republic Bank", - "brand:wikidata=Q5453752", - "name=First Republic Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstrepublicbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -41256,21 +34547,6 @@ }, "then": "./assets/data/nsi/logos/firststatebank-f6b900.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=First State Bank", - "brand:wikidata=Q87647374", - "name=First State Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firststatebank-fe83a5.undefined" - }, { "if": { "and": [ @@ -41447,21 +34723,6 @@ }, "then": "./assets/data/nsi/logos/frostbank-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Fulton Bank", - "brand:wikidata=Q16976594", - "name=Fulton Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fultonbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -41609,21 +34870,6 @@ }, "then": "./assets/data/nsi/logos/graubundnerkantonalbank-74b036.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Great Western Bank", - "brand:wikidata=Q5600185", - "name=Great Western Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatwesternbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -41769,21 +35015,6 @@ }, "then": "./assets/data/nsi/logos/hamburgersparkasse-1180cf.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Hamkorbank", - "brand:wikidata=Q12166841", - "name=Hamkorbank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamkorbank-99790d.undefined" - }, { "if": { "and": [ @@ -41814,21 +35045,6 @@ }, "then": "./assets/data/nsi/logos/handelsbanken-1834eb.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Hanmi Bank", - "brand:wikidata=Q5648633", - "name=Hanmi Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanmibank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -41911,23 +35127,6 @@ }, "then": "./assets/data/nsi/logos/heartlandbank-6bd15c.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Hellenic Bank", - "brand:wikidata=Q5707160", - "name=Ελληνική Τράπεζα", - "name:el=Ελληνική Τράπεζα", - "name:en=Hellenic Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hellenicbank-fe69e8.undefined" - }, { "if": { "and": [ @@ -42502,21 +35701,6 @@ }, "then": "./assets/data/nsi/logos/interbank-18c2ac.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=International Asset Bank", - "brand:wikidata=Q126365135", - "name=International Asset Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/internationalassetbank-126296.undefined" - }, { "if": { "and": [ @@ -42532,21 +35716,6 @@ }, "then": "./assets/data/nsi/logos/intesasanpaolo-efe23b.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Investors Bank", - "brand:wikidata=Q15109896", - "name=Investors Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/investorsbank-ea2e2d.undefined" - }, { "if": { "and": [ @@ -42656,21 +35825,6 @@ }, "then": "./assets/data/nsi/logos/jandtbanka-9e9a79.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Jammu and Kashmir Bank", - "brand:wikidata=Q2040429", - "name=Jammu and Kashmir Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jammuandkashmirbank-34f411.undefined" - }, { "if": { "and": [ @@ -42861,21 +36015,6 @@ }, "then": "./assets/data/nsi/logos/kasastefczyka-68054b.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Kaspi.kz", - "brand:wikidata=Q143833", - "name=Kaspi.kz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaspikz-033b31.undefined" - }, { "if": { "and": [ @@ -43045,21 +36184,6 @@ }, "then": "./assets/data/nsi/logos/kotakmahindrabank-34f411.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Krakowski Bank Spółdzielczy", - "brand:wikidata=Q11747876", - "name=Krakowski Bank Spółdzielczy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krakowskibankspoldzielczy-68054b.undefined" - }, { "if": { "and": [ @@ -43079,21 +36203,6 @@ }, "then": "./assets/data/nsi/logos/kredobank-c8dc19.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Kuda Bank", - "brand:wikidata=Q108919305", - "name=Kuda Microfinance Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kudamicrofinancebank-db0de1.undefined" - }, { "if": { "and": [ @@ -43432,25 +36541,6 @@ }, "then": "./assets/data/nsi/logos/madhyanchalgraminbank-34f411.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Maharashtra Gramin Bank", - "brand:en=Maharashtra Gramin Bank", - "brand:hi=महाराष्ट्र ग्रामीण बैंक", - "brand:wikidata=Q16915974", - "name=Maharashtra Gramin Bank", - "name:en=Maharashtra Gramin Bank", - "name:hi=महाराष्ट्र ग्रामीण बैंक" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maharashtragraminbank-34f411.undefined" - }, { "if": { "and": [ @@ -43581,27 +36671,6 @@ }, "then": "./assets/data/nsi/logos/meezanbank-da5806.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Մելլաթ Բանկ", - "brand:en=Mellat Bank", - "brand:hy=Մելլաթ Բանկ", - "brand:ru=Меллат Банк", - "brand:wikidata=Q116224526", - "name=Մելլաթ Բանկ", - "name:en=Mellat Bank", - "name:hy=Մելլաթ Բանկ", - "name:ru=Меллат Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellatbank-9c44ae.undefined" - }, { "if": { "and": [ @@ -43976,21 +37045,6 @@ }, "then": "./assets/data/nsi/logos/nab-f304bd.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Nainital Bank", - "brand:wikidata=Q6959715", - "name=Nainital Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nainitalbank-34f411.undefined" - }, { "if": { "and": [ @@ -44294,21 +37348,6 @@ }, "then": "./assets/data/nsi/logos/northwestbank-7df23e.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=NovaBank", - "brand:wikidata=Q61072074", - "name=NovaBank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/novabank-c9effc.undefined" - }, { "if": { "and": [ @@ -44570,24 +37609,6 @@ }, "then": "./assets/data/nsi/logos/oldenburgischelandesbank-1180cf.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=OmniBSIC Bank", - "brand:wikidata=Q96397377", - "name=OmniBSIC Bank", - "operator=OmniBSIC Bank Ghana Limited", - "operator:type=private", - "operator:wikidata=Q96397377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/omnibsicbank-9d35ea.undefined" - }, { "if": { "and": [ @@ -44604,35 +37625,6 @@ }, "then": "./assets/data/nsi/logos/onpoint-181391.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Orabank", - "name=Orabank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orabank-0acde4.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Oregon State Credit Union", - "brand:wikidata=Q116506780", - "name=Oregon State Credit Union" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oregonstatecreditunion-4ac31a.undefined" - }, { "if": { "and": [ @@ -44872,21 +37864,6 @@ }, "then": "./assets/data/nsi/logos/peoplesunitedbank-9baf35.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Peoples Bank", - "brand:wikidata=Q65716607", - "name=Peoples Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peoplesbank-dde0f4.undefined" - }, { "if": { "and": [ @@ -44947,22 +37924,6 @@ }, "then": "./assets/data/nsi/logos/pinnaclebank-ebf4c6.png" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Pinnacle Financial Partners", - { - "or": [ - "brand=Pinnacle Bank", - "brand:wikidata=Q7196294", - "name=Pinnacle Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinnaclebank-1187bc.undefined" - }, { "if": { "and": [ @@ -44997,21 +37958,6 @@ }, "then": "./assets/data/nsi/logos/pkobp-68054b.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Platte Valley Bank", - "brand:wikidata=Q113483051", - "name=Platte Valley Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plattevalleybank-a53937.undefined" - }, { "if": { "and": [ @@ -45127,35 +38073,6 @@ }, "then": "./assets/data/nsi/logos/postovabanka-6a1dfb.dfb" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Pragathi Krishna Gramin Bank", - "brand:wikidata=Q75801175", - "name=Pragathi Krishna Gramin Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragathikrishnagraminbank-34f411.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Pragathi Krishna Gramina Bank", - "name=Pragathi Krishna Gramina Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragathikrishnagraminabank-34f411.undefined" - }, { "if": { "and": [ @@ -45285,20 +38202,6 @@ }, "then": "./assets/data/nsi/logos/producersbank-431f82.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Promerica", - "name=Promerica" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/promerica-983876.undefined" - }, { "if": { "and": [ @@ -45329,24 +38232,6 @@ }, "then": "./assets/data/nsi/logos/providentbank-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Prudential Bank", - "brand:wikidata=Q7252979", - "name=Prudential Bank", - "operator=Prudential Bank Limited", - "operator:type=private", - "operator:wikidata=Q7252979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prudentialbank-9d35ea.undefined" - }, { "if": { "and": [ @@ -45727,36 +38612,6 @@ }, "then": "./assets/data/nsi/logos/rbs-23753a.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=RCB Bank", - "brand:wikidata=Q24914906", - "name=RCB Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rcbbank-fe69e8.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=RCB Bank", - "brand:wikidata=Q131427051", - "name=RCB Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rcbbank-9aacd6.undefined" - }, { "if": { "and": [ @@ -45867,21 +38722,6 @@ }, "then": "./assets/data/nsi/logos/republicbank-6552d3.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Republic Bank", - "brand:wikidata=Q55316482", - "name=Republic Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/republicbank-9c6083.undefined" - }, { "if": { "and": [ @@ -46373,21 +39213,6 @@ }, "then": "./assets/data/nsi/logos/sekerbank-f79a7c.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Self-Help Credit Union", - "brand:wikidata=Q111381769", - "name=Self-Help Credit Union" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/selfhelpcreditunion-2b62fb.undefined" - }, { "if": { "and": [ @@ -46591,23 +39416,6 @@ }, "then": "./assets/data/nsi/logos/slovenskasporitelna-6a1dfb.dfb" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=SMBC信託銀行", - "brand:en=SMBC Trust Bank", - "brand:wikidata=Q17218805", - "name=SMBC信託銀行", - "name:en=SMBC Trust Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smbctrustbank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -46692,21 +39500,6 @@ }, "then": "./assets/data/nsi/logos/societegeneralecotedivoire-720a42.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Société Marseillaise de Crédit", - "brand:wikidata=Q3488479", - "name=Société Marseillaise de Crédit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societemarseillaisedecredit-b30a91.undefined" - }, { "if": { "and": [ @@ -47096,21 +39889,6 @@ }, "then": "./assets/data/nsi/logos/stateemployeescreditunion-cc7b9c.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Summit Bank", - "brand:wikidata=Q7637775", - "name=Summit Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/summitbank-da5806.undefined" - }, { "if": { "and": [ @@ -47246,40 +40024,6 @@ }, "then": "./assets/data/nsi/logos/synovus-ffe122.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Takarékbank", - "brand:wikidata=Q30324674", - "name=Takarékbank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takarekbank-60884a.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Tamil Nadu Grama Bank", - "brand:en=Tamil Nadu Grama Bank", - "brand:ta=தமிழ்நாடு கிராம வங்கி", - "brand:wikidata=Q108166718", - "name=Tamil Nadu Grama Bank", - "name:en=Tamil Nadu Grama Bank", - "name:ta=தமிழ்நாடு கிராம வங்கி" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamilnadugramabank-34f411.undefined" - }, { "if": { "and": [ @@ -47340,21 +40084,6 @@ }, "then": "./assets/data/nsi/logos/tatrabanka-6a1dfb.dfb" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Taytay sa Kauswagan", - "brand:wikidata=Q72361196", - "name=Taytay sa Kauswagan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytaysakauswagan-431f82.undefined" - }, { "if": { "and": [ @@ -47370,20 +40099,6 @@ }, "then": "./assets/data/nsi/logos/tbibank-1ad94e.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=TBI Money", - "name=TBI Money" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tbimoney-9a9a30.undefined" - }, { "if": { "and": [ @@ -47446,37 +40161,6 @@ }, "then": "./assets/data/nsi/logos/techcombank-a28d32.png" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Banco del Tesoro", - { - "or": [ - "brand=Tesoro", - "brand:wikidata=Q5718196", - "name=Tesoro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tesoro-0269b0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Texim Bank", - "brand:wikidata=Q126365110", - "name=Texim Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teximbank-126296.undefined" - }, { "if": { "and": [ @@ -47620,21 +40304,6 @@ }, "then": "./assets/data/nsi/logos/tsb-e1e9d0.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Türk Bankası", - "brand:wikidata=Q31188692", - "name=Türk Bankası" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/turkbankasi-c9effc.undefined" - }, { "if": { "and": [ @@ -47930,21 +40599,6 @@ }, "then": "./assets/data/nsi/logos/unicajabanco-ce59ab.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Unicred", - "brand:wikidata=Q10387649", - "name=Unicred" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicred-0ed44d.undefined" - }, { "if": { "and": [ @@ -48068,21 +40722,6 @@ }, "then": "./assets/data/nsi/logos/unitedbank-d6a32a.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=United Bank of India", - "brand:wikidata=Q2003237", - "name=United Bank of India" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedbankofindia-34f411.undefined" - }, { "if": { "and": [ @@ -48098,21 +40737,6 @@ }, "then": "./assets/data/nsi/logos/unitedcommunitybank-6749f1.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=United Federal Credit Union", - "brand:wikidata=Q7887758", - "name=United Federal Credit Union" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedfederalcreditunion-2e0d3f.undefined" - }, { "if": { "and": [ @@ -48148,25 +40772,6 @@ }, "then": "./assets/data/nsi/logos/universalbank-c8dc19.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=UMB", - { - "or": [ - "brand=Universal Merchant Bank", - "brand:wikidata=Q19604603", - "name=Universal Merchant Bank", - "operator=Universal Merchant Bank Limited", - "operator:type=private", - "operator:wikidata=Q19604603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universalmerchantbank-9d35ea.undefined" - }, { "if": { "and": [ @@ -48340,21 +40945,6 @@ }, "then": "./assets/data/nsi/logos/velobank-68054b.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Veneto Banca", - "brand:wikidata=Q3127221", - "name=Veneto Banca" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/venetobanca-7b36b5.undefined" - }, { "if": { "and": [ @@ -48606,21 +41196,6 @@ }, "then": "./assets/data/nsi/logos/westpac-510934.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Wings Financial Credit Union", - "brand:wikidata=Q8025267", - "name=Wings Financial Credit Union" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wingsfinancialcreditunion-ea2e2d.undefined" - }, { "if": { "and": [ @@ -48651,25 +41226,6 @@ }, "then": "./assets/data/nsi/logos/wsfsbank-ecc1eb.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Xalq banki", - "brand:en=Xalq bank", - "brand:uz=Xalq banki", - "brand:wikidata=Q25524065", - "name=Xalq banki", - "name:en=Xalq bank", - "name:uz=Xalq banki" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xalqbanki-99790d.undefined" - }, { "if": { "and": [ @@ -48718,21 +41274,6 @@ }, "then": "./assets/data/nsi/logos/yettelbank-e9ea45.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Yorkshire Bank", - "brand:wikidata=Q8055678", - "name=Yorkshire Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yorkshirebank-e1e9d0.undefined" - }, { "if": { "and": [ @@ -48764,28 +41305,6 @@ }, "then": "./assets/data/nsi/logos/zagrebackabanka-6f3d3b.svg" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=Islamic Bank “Zaman-Bank” JSC", - "official_name:en=Islamic Bank “Zaman-Bank” JSC", - "official_name:kk=«Заман-Банк «Ислам банкі» АҚ", - "official_name:ru=АО «Исламский банк «Заман-Банк»", - { - "or": [ - "brand=Zaman-Bank", - "brand:wikidata=Q4185641", - "name=Zaman-Bank", - "name:en=Zaman-Bank", - "name:kk=Заман-Банк", - "name:ru=Заман-Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zamanbank-033b31.undefined" - }, { "if": { "and": [ @@ -48816,21 +41335,6 @@ }, "then": "./assets/data/nsi/logos/zionsbank-ea2e2d.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Ziraat Bank", - "brand:wikidata=Q126365093", - "name=Ziraat Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ziraatbank-126296.undefined" - }, { "if": { "and": [ @@ -49508,25 +42012,6 @@ }, "then": "./assets/data/nsi/logos/bacb-126296.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Возрождение", - "brand:en=Vozrozhdenie Bank", - "brand:ru=Возрождение", - "brand:wikidata=Q4114952", - "name=Возрождение", - "name:en=Vozrozhdenie Bank", - "name:ru=Возрождение" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vozrozhdeniebank-0eb427.undefined" - }, { "if": { "and": [ @@ -49599,27 +42084,6 @@ }, "then": "./assets/data/nsi/logos/3b7e11-0eb427.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Дельта Банк", - "brand:be=Дэльта Банк", - "brand:en=Delta Bank", - "brand:ru=Дельта Банк", - "brand:wikidata=Q13030724", - "name=Дельта Банк", - "name:be=Дэльта Банк", - "name:en=Delta Bank", - "name:ru=Дельта Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deltabank-4aad73.undefined" - }, { "if": { "and": [ @@ -49710,63 +42174,6 @@ }, "then": "./assets/data/nsi/logos/cominvestbank-c8dc19.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Кубань Кредит", - "brand:en=Kuban Credit", - "brand:ru=Кубань Кредит", - "brand:wikidata=Q4243545", - "name=Кубань Кредит", - "name:en=Kuban Credit", - "name:ru=Кубань Кредит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kubancredit-0eb427.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=МетаБанк", - "brand:en=MetaBank", - "brand:uk=МетаБанк", - "brand:wikidata=Q12122840", - "name=МетаБанк", - "name:en=MetaBank", - "name:uk=МетаБанк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metabank-c8dc19.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Московский индустриальный банк", - "brand:en=Moscow Industrial Bank", - "brand:ru=Московский индустриальный банк", - "brand:wikidata=Q4304145", - "name=Московский индустриальный банк", - "name:en=Moscow Industrial Bank", - "name:ru=Московский индустриальный банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moscowindustrialbank-0eb427.undefined" - }, { "if": { "and": [ @@ -49786,25 +42193,6 @@ }, "then": "./assets/data/nsi/logos/creditbankofmoscow-0eb427.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Мособлбанк", - "brand:en=Mosobl Bank", - "brand:ru=Мособлбанк", - "brand:wikidata=Q4304446", - "name=Мособлбанк", - "name:en=Mosobl Bank", - "name:ru=Мособлбанк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mosoblbank-0eb427.undefined" - }, { "if": { "and": [ @@ -49995,25 +42383,6 @@ }, "then": "./assets/data/nsi/logos/paritetbank-4aad73.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Полтава-Банк", - "brand:en=Poltava-Bank", - "brand:uk=Полтава-Банк", - "brand:wikidata=Q123579535", - "name=Полтава-Банк", - "name:en=Poltava-Bank", - "name:uk=Полтава-Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poltavabank-c8dc19.undefined" - }, { "if": { "and": [ @@ -50278,25 +42647,6 @@ }, "then": "./assets/data/nsi/logos/rosbank-0eb427.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Россельхозбанк", - "brand:en=Rosselkhozbank", - "brand:ru=Россельхозбанк", - "brand:wikidata=Q3920226", - "name=Россельхозбанк", - "name:en=Rosselkhozbank", - "name:ru=Россельхозбанк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosselkhozbank-0eb427.undefined" - }, { "if": { "and": [ @@ -50488,28 +42838,6 @@ }, "then": "./assets/data/nsi/logos/technobank-4aad73.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "alt_name:ru=Банк торговый капитал", - "brand=ТК Банк", - "brand:be=ГК Банк", - "brand:en=TC Bank", - "brand:ru=ТК Банк", - "brand:wikidata=Q13028633", - "name=ТК Банк", - "name:be=ГК Банк", - "name:en=TC Bank", - "name:ru=ТК Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tcbank-4aad73.undefined" - }, { "if": { "and": [ @@ -50605,27 +42933,6 @@ }, "then": "./assets/data/nsi/logos/uralbankforreconstructionanddevelopment-0eb427.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=Франсабанк", - "brand:be=Франсабанк", - "brand:en=Fransabank", - "brand:ru=Франсабанк", - "brand:wikidata=Q13033234", - "name=Франсабанк", - "name:be=Франсабанк", - "name:en=Fransabank", - "name:ru=Франсабанк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fransabank-4aad73.undefined" - }, { "if": { "and": [ @@ -50744,25 +43051,6 @@ }, "then": "./assets/data/nsi/logos/sparkassen-39118c.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=ЮниКредит Банк", - "brand:en=UniCredit Bank", - "brand:ru=ЮниКредит Банк", - "brand:wikidata=Q727011", - "name=ЮниКредит Банк", - "name:en=UniCredit Bank", - "name:ru=ЮниКредит Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicreditbank-0eb427.undefined" - }, { "if": { "and": [ @@ -50907,26 +43195,6 @@ }, "then": "./assets/data/nsi/logos/credobank-293074.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=კრისტალი", - "brand:en=Crystal", - "brand:ka=კრისტალი", - "brand:ru=Кристал", - "name=კრისტალი", - "name:en=Crystal", - "name:ka=კრისტალი", - "name:ru=Кристал" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crystal-293074.undefined" - }, { "if": { "and": [ @@ -50971,30 +43239,6 @@ }, "then": "./assets/data/nsi/logos/procreditbank-293074.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "bic=PAHAGE22", - { - "or": [ - "brand=რე|ბანკი", - "brand:en=Re|Bank", - "brand:ka=რე|ბანკი", - "brand:ru=Ре|Банк", - "brand:wikidata=Q131470027", - "name=რე|ბანკი", - "name:en=Re|Bank", - "name:ka=რე|ბანკი", - "name:ru=Ре|Банк", - "operator=პაშა ბანკი საქართველო", - "operator:ka=პაშა ბანკი საქართველო" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c01edb-293074.undefined" - }, { "if": { "and": [ @@ -51086,25 +43330,6 @@ }, "then": "./assets/data/nsi/logos/unionbankofisrael-563f7f.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=בנק אוצר החייל", - "brand:en=Bank Otsar Ha-Hayal", - "brand:he=בנק אוצר החייל", - "brand:wikidata=Q2900674", - "name=בנק אוצר החייל", - "name:en=Bank Otsar Ha-Hayal", - "name:he=בנק אוצר החייל" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankotsarhahayal-563f7f.undefined" - }, { "if": { "and": [ @@ -51200,25 +43425,6 @@ }, "then": "./assets/data/nsi/logos/bankleumi-563f7f.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=בנק מסד", - "brand:en=Bank Massad", - "brand:he=בנק מסד", - "brand:wikidata=Q7187667", - "name=בנק מסד", - "name:en=Bank Massad", - "name:he=בנק מסד" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmassad-563f7f.undefined" - }, { "if": { "and": [ @@ -51257,46 +43463,6 @@ }, "then": "./assets/data/nsi/logos/bankmizrahitefahot-563f7f.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "alt_name:en=HSBCSaudi", - "brand=إتش إس بي سي السعودية", - "brand:ar=إتش إس بي سي السعودية", - "brand:en=HSBC Saudi Arabia", - "brand:wikidata=Q5635879", - "name=إتش إس بي سي السعودية", - "name:ar=إتش إس بي سي السعودية", - "name:en=HSBC Saudi Arabia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hsbcsaudiarabia-8f3bad.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=ایس سی بی", - { - "or": [ - "brand=اسٹینڈرڈ چارٹرڈ", - "brand:en=Standard Chartered", - "brand:ur=اسٹینڈرڈ چارٹرڈ", - "brand:wikidata=Q7598200", - "name=اسٹینڈرڈ چارٹرڈ", - "name:en=Standard Chartered", - "name:ur=اسٹینڈرڈ چارٹرڈ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/standardchartered-da5806.undefined" - }, { "if": { "and": [ @@ -51396,20 +43562,6 @@ }, "then": "./assets/data/nsi/logos/saudiinvestmentbank-8f3bad.bad" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=البنك العربي", - "name=البنك العربي" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9c3298-c73e28.undefined" - }, { "if": { "and": [ @@ -51507,44 +43659,6 @@ }, "then": "./assets/data/nsi/logos/enbank-cdfa72.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک انصار", - "brand:en=Ansar Bank", - "brand:fa=بانک انصار", - "brand:wikidata=Q5862675", - "name=بانک انصار", - "name:en=Ansar Bank", - "name:fa=بانک انصار" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ansarbank-cdfa72.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک پارسیان", - "brand:en=Parsian Bank", - "brand:fa=بانک پارسیان", - "brand:wikidata=Q2410404", - "name=بانک پارسیان", - "name:en=Parsian Bank", - "name:fa=بانک پارسیان" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parsianbank-cdfa72.undefined" - }, { "if": { "and": [ @@ -51594,25 +43708,6 @@ }, "then": "./assets/data/nsi/logos/9d24d1-cdfa72.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک دی", - "brand:en=Bank Day", - "brand:fa=بانک دی", - "brand:wikidata=Q5942230", - "name=بانک دی", - "name:en=Bank Day", - "name:fa=بانک دی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankday-cdfa72.undefined" - }, { "if": { "and": [ @@ -51746,45 +43841,6 @@ }, "then": "./assets/data/nsi/logos/banksaderatiran-cdfa72.png" }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=QMB", - { - "or": [ - "brand=بانک قرض الحسنه مهر ایران", - "brand:en=Qarz Al-Hasaneh Mehr Iran Bank", - "brand:fa=بانک قرض الحسنه مهر ایران", - "brand:wikidata=Q18327813", - "name=بانک قرض الحسنه مهر ایران", - "name:en=Qarz Al-Hasaneh Mehr Iran Bank", - "name:fa=بانک قرض الحسنه مهر ایران" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qarzalhasanehmehriranbank-cdfa72.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک قوامین", - "brand:en=Ghavamin Bank", - "brand:fa=بانک قوامین", - "brand:wikidata=Q10860253", - "name=بانک قوامین", - "name:en=Ghavamin Bank", - "name:fa=بانک قوامین" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghavaminbank-cdfa72.undefined" - }, { "if": { "and": [ @@ -51804,20 +43860,6 @@ }, "then": "./assets/data/nsi/logos/bankkeshavarziiran-cdfa72.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک گردشگری", - "name=بانک گردشگری" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e8042c-cdfa72.undefined" - }, { "if": { "and": [ @@ -51837,61 +43879,6 @@ }, "then": "./assets/data/nsi/logos/bankmaskan-cdfa72.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک ملت", - "brand:en=Bank Mellat", - "brand:fa=بانک ملت", - "brand:wikidata=Q4855944", - "name=بانک ملت", - "name:en=Bank Mellat", - "name:fa=بانک ملت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmellat-cdfa72.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک ملی", - "brand:en=Bank Melli Iran", - "brand:fa=بانک ملی", - "brand:wikidata=Q806640", - "name=بانک ملی", - "name:en=Bank Melli Iran", - "name:fa=بانک ملی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankmelliiran-cdfa72.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=بانک مهر اقتصاد", - "brand:wikidata=Q5942921", - "name=بانک مهر اقتصاد", - "name:en=Mehr Eqtesad Bank", - "name:fa=بانک مهر اقتصاد" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mehreqtesadbank-cdfa72.undefined" - }, { "if": { "and": [ @@ -52339,25 +44326,6 @@ }, "then": "./assets/data/nsi/logos/siamcommercialbank-3229f1.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "brand:en=Bank for Agriculture and Agricultural Co-operatives", - "brand:th=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "brand:wikidata=Q23043470", - "name=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "name:en=Bank for Agriculture and Agricultural Co-operatives", - "name:th=ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankforagricultureandagriculturalcooperatives-3229f1.undefined" - }, { "if": { "and": [ @@ -52415,22 +44383,6 @@ }, "then": "./assets/data/nsi/logos/shinhanbank-10d607.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=신협", - "brand:ko=신협", - "name=신협", - "name:ko=신협" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/469dac-10d607.undefined" - }, { "if": { "and": [ @@ -52488,25 +44440,6 @@ }, "then": "./assets/data/nsi/logos/aeonbank-d7a9e7.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=きらぼし銀行", - "brand:en=Kiraboshi Bank", - "brand:ja=きらぼし銀行", - "brand:wikidata=Q11390660", - "name=きらぼし銀行", - "name:en=Kiraboshi Bank", - "name:ja=きらぼし銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiraboshibank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -52641,29 +44574,6 @@ }, "then": "./assets/data/nsi/logos/sumitomomitsuibankingcorporation-d7a9e7.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=三信商業銀行", - "brand:en=COTA Commercial Bank", - "brand:wikidata=Q10865324", - "brand:zh=三信商業銀行", - "name=三信商業銀行", - "name:en=COTA Commercial Bank", - "name:nan=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Hant=三信商業銀行", - "name:nan-Latn-pehoeji=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Sam-sìn Siong-gia̍p Gîn-hâng", - "name:zh=三信商業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cotacommercialbank-47d9e2.undefined" - }, { "if": { "and": [ @@ -52702,25 +44612,6 @@ }, "then": "./assets/data/nsi/logos/mufgbank-d7a9e7.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=上海农商银行", - "brand:en=Shanghai Rural Commercial Bank", - "brand:wikidata=Q10867749", - "brand:zh=上海农商银行", - "name=上海农商银行", - "name:en=Shanghai Rural Commercial Bank", - "name:zh=上海农商银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shanghairuralcommercialbank-da74c0.undefined" - }, { "if": { "and": [ @@ -52787,25 +44678,6 @@ }, "then": "./assets/data/nsi/logos/shanghaipudongdevelopmentbank-da74c0.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=上海银行", - "brand:en=Bank of Shanghai", - "brand:wikidata=Q4208351", - "brand:zh=上海银行", - "name=上海银行", - "name:en=Bank of Shanghai", - "name:zh=上海银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofshanghai-da74c0.undefined" - }, { "if": { "and": [ @@ -52867,63 +44739,6 @@ }, "then": "./assets/data/nsi/logos/chinaciticbank-267261.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=中原银行", - "brand:en=Zhongyuan Bank", - "brand:wikidata=Q15936363", - "brand:zh=中原银行", - "name=中原银行", - "name:en=Zhongyuan Bank", - "name:zh=中原银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhongyuanbank-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=中国光大银行", - "brand:en=China Everbright Bank", - "brand:wikidata=Q10873167", - "brand:zh=中国光大银行", - "name=中国光大银行", - "name:en=China Everbright Bank", - "name:zh=中国光大银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaeverbrightbank-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=中国农业银行", - "brand:en=Agricultural Bank of China", - "brand:wikidata=Q26298", - "brand:zh=中国农业银行", - "name=中国农业银行", - "name:en=Agricultural Bank of China", - "name:zh=中国农业银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agriculturalbankofchina-da74c0.undefined" - }, { "if": { "and": [ @@ -53182,26 +44997,6 @@ }, "then": "./assets/data/nsi/logos/bankofchinahongkong-442838.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - "official_name=云南省农村信用社联合社", - { - "or": [ - "brand=云南省农村信用社", - "brand:en=Yunnan Rural Credit Cooperatives", - "brand:wikidata=Q114321959", - "brand:zh=云南省农村信用社", - "name=云南省农村信用社", - "name:en=Yunnan Rural Credit Cooperatives", - "name:zh=云南省农村信用社" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yunnanruralcreditcooperatives-d2dfa9.undefined" - }, { "if": { "and": [ @@ -53407,25 +45202,6 @@ }, "then": "./assets/data/nsi/logos/hachijunibank-d7a9e7.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=兴业银行", - "brand:en=Industrial Bank", - "brand:wikidata=Q1410821", - "brand:zh=兴业银行", - "name=兴业银行", - "name:en=Industrial Bank", - "name:zh=兴业银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/industrialbank-da74c0.undefined" - }, { "if": { "and": [ @@ -53472,44 +45248,6 @@ }, "then": "./assets/data/nsi/logos/chonghingbank-075cf6.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=北京农商银行", - "brand:en=Beijing Rural Commercial Bank", - "brand:wikidata=Q10902046", - "brand:zh=北京农商银行", - "name=北京农商银行", - "name:en=Beijing Rural Commercial Bank", - "name:zh=北京农商银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beijingruralcommercialbank-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=北京银行", - "brand:en=Bank of Beijing", - "brand:wikidata=Q39146", - "brand:zh=北京银行", - "name=北京银行", - "name:en=Bank of Beijing", - "name:zh=北京银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofbeijing-da74c0.undefined" - }, { "if": { "and": [ @@ -53529,39 +45267,6 @@ }, "then": "./assets/data/nsi/logos/northpacificbank-d7a9e7.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=北海道銀行", - "brand:en=Hokkaido Bank", - "brand:ja=北海道銀行", - "brand:wikidata=Q5878076", - "name=北海道銀行", - "name:en=Hokkaido Bank", - "name:ja=北海道銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokkaidobank-d7a9e7.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=北陸銀行", - "name=北陸銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d57040-d7a9e7.undefined" - }, { "if": { "and": [ @@ -53581,25 +45286,6 @@ }, "then": "./assets/data/nsi/logos/jurokubank-d7a9e7.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=千葉興業銀行", - "brand:en=Chiba Kogyo Bank", - "brand:ja=千葉興業銀行", - "brand:wikidata=Q11406742", - "name=千葉興業銀行", - "name:en=Chiba Kogyo Bank", - "name:ja=千葉興業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chibakogyobank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -53619,68 +45305,6 @@ }, "then": "./assets/data/nsi/logos/chibabank-d7a9e7.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=华夏银行", - "brand:en=Huaxia Bank", - "brand:wikidata=Q1595443", - "brand:zh=华夏银行", - "name=华夏银行", - "name:en=Huaxia Bank", - "name:zh=华夏银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huaxiabank-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=南京银行", - "brand:en=Bank of Nanjing", - "brand:wikidata=Q6850542", - "brand:zh=南京银行", - "name=南京银行", - "name:en=Bank of Nanjing", - "name:zh=南京银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofnanjing-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - "short_name=NCB", - { - "or": [ - "brand=南洋商業銀行 Nanyang Commercial Bank", - "brand:en=Nanyang Commercial Bank", - "brand:wikidata=Q3335816", - "brand:zh=南洋商業銀行", - "brand:zh-Hans=南洋商业银行", - "brand:zh-Hant=南洋商業銀行", - "name=南洋商業銀行 NCB", - "name:en=Nanyang Commercial Bank", - "name:zh=南洋商業銀行", - "name:zh-Hans=南洋商业银行", - "name:zh-Hant=南洋商業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nanyangcommercialbank-442838.undefined" - }, { "if": { "and": [ @@ -53980,44 +45604,6 @@ }, "then": "./assets/data/nsi/logos/taifungbank-fa24a7.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=天津银行", - "brand:en=Bank of Tianjin", - "brand:wikidata=Q10940359", - "brand:zh=天津银行", - "name=天津银行", - "name:en=Bank of Tianjin", - "name:zh=天津银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankoftianjin-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=宁波银行", - "brand:en=Bank of Ningbo", - "brand:wikidata=Q4856166", - "brand:zh=宁波银行", - "name=宁波银行", - "name:en=Bank of Ningbo", - "name:zh=宁波银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofningbo-da74c0.undefined" - }, { "if": { "and": [ @@ -54041,29 +45627,6 @@ }, "then": "./assets/data/nsi/logos/entiecommercialbank-47d9e2.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=富邦銀行 Fubon Bank", - "brand:en=Fubon Bank", - "brand:wikidata=Q5506911", - "brand:zh=富邦銀行", - "brand:zh-Hans=富邦银行", - "brand:zh-Hant=富邦銀行", - "name=富邦銀行 Fubon Bank", - "name:en=Fubon Bank", - "name:zh=富邦銀行", - "name:zh-Hans=富邦银行", - "name:zh-Hant=富邦銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fubonbank-442838.undefined" - }, { "if": { "and": [ @@ -54144,25 +45707,6 @@ }, "then": "./assets/data/nsi/logos/pinganbank-da74c0.svg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=广发银行", - "brand:en=China Guangfa Bank", - "brand:wikidata=Q3118744", - "brand:zh=广发银行", - "name=广发银行", - "name:en=China Guangfa Bank", - "name:zh=广发银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaguangfabank-da74c0.undefined" - }, { "if": { "and": [ @@ -54186,44 +45730,6 @@ }, "then": "./assets/data/nsi/logos/changhwabank-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=徽商银行", - "brand:en=Huishang Bank", - "brand:wikidata=Q11071935", - "brand:zh=徽商银行", - "name=徽商银行", - "name:en=Huishang Bank", - "name:zh=徽商银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huishangbank-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=恒丰银行", - "brand:en=HengFeng Bank", - "brand:wikidata=Q11072892", - "brand:zh=恒丰银行", - "name=恒丰银行", - "name:en=HengFeng Bank", - "name:zh=恒丰银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hengfengbank-da74c0.undefined" - }, { "if": { "and": [ @@ -54266,48 +45772,6 @@ }, "then": "./assets/data/nsi/logos/aichibank-d7a9e7.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=招商永隆銀行 CMB Wing Lung Bank", - "brand:en=CMB Wing Lung Bank", - "brand:wikidata=Q8025114", - "brand:zh=招商永隆銀行", - "brand:zh-Hans=招商永隆银行", - "brand:zh-Hant=招商永隆銀行", - "name=招商永隆銀行 CMB Wing Lung Bank", - "name:en=CMB Wing Lung Bank", - "name:zh=招商永隆銀行", - "name:zh-Hans=招商永隆银行", - "name:zh-Hant=招商永隆銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cmbwinglungbank-442838.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=招商银行", - "brand:en=China Merchants Bank", - "brand:wikidata=Q1073327", - "brand:zh=招商银行", - "name=招商银行", - "name:en=China Merchants Bank", - "name:zh=招商银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinamerchantsbank-da74c0.undefined" - }, { "if": { "and": [ @@ -54392,25 +45856,6 @@ }, "then": "./assets/data/nsi/logos/dbs-d2dfa9.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=杭州银行", - "brand:en=Bank ok Hangzhou", - "brand:wikidata=Q11102645", - "brand:zh=杭州银行", - "name=杭州银行", - "name:en=Bank ok Hangzhou", - "name:zh=杭州银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankokhangzhou-da74c0.undefined" - }, { "if": { "and": [ @@ -54434,44 +45879,6 @@ }, "then": "./assets/data/nsi/logos/bankofeastasia-442838.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=東京ベイ信金", - "brand:en=Tokyo Bay Shinkin Bank", - "brand:ja=東京ベイ信金", - "brand:wikidata=Q11524392", - "name=東京ベイ信金", - "name:en=Tokyo Bay Shinkin Bank", - "name:ja=東京ベイ信金" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokyobayshinkinbank-d7a9e7.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=東日本銀行", - "brand:en=Higashi-Nippon Bank", - "brand:ja=東日本銀行", - "brand:wikidata=Q11527211", - "name=東日本銀行", - "name:en=Higashi-Nippon Bank", - "name:ja=東日本銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/higashinipponbank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -54495,25 +45902,6 @@ }, "then": "./assets/data/nsi/logos/bankofpanshin-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=横浜銀行", - "brand:en=Bank of Yokohama", - "brand:ja=横浜銀行", - "brand:wikidata=Q2744340", - "name=横浜銀行", - "name:en=Bank of Yokohama", - "name:ja=横浜銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofyokohama-d7a9e7.undefined" - }, { "if": { "and": [ @@ -54556,82 +45944,6 @@ }, "then": "./assets/data/nsi/logos/banksinopac-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=江苏银行", - "brand:en=Bank of Jiangsu", - "brand:wikidata=Q11135108", - "brand:zh=江苏银行", - "name=江苏银行", - "name:en=Bank of Jiangsu", - "name:zh=江苏银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofjiangsu-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=沖縄海邦銀行", - "brand:en=Okinawa Kaiho Bank", - "brand:ja=沖縄海邦銀行", - "brand:wikidata=Q11552709", - "name=沖縄海邦銀行", - "name:en=Okinawa Kaiho Bank", - "name:ja=沖縄海邦銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okinawakaihobank-d7a9e7.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=洛阳银行", - "brand:en=Bank of Luoyang", - "brand:wikidata=Q11146242", - "brand:zh=洛阳银行", - "name=洛阳银行", - "name:en=Bank of Luoyang", - "name:zh=洛阳银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofluoyang-da74c0.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=浙商银行", - "brand:en=China Zheshang Bank", - "brand:wikidata=Q15924407", - "brand:zh=浙商银行", - "name=浙商银行", - "name:en=China Zheshang Bank", - "name:zh=浙商银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinazheshangbank-da74c0.undefined" - }, { "if": { "and": [ @@ -54693,25 +46005,6 @@ }, "then": "./assets/data/nsi/logos/standardchartered-267261.png" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=渤海银行", - "brand:en=China Bohai Bank", - "brand:wikidata=Q4208326", - "brand:zh=渤海银行", - "name=渤海银行", - "name:en=China Bohai Bank", - "name:zh=渤海银行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinabohaibank-da74c0.undefined" - }, { "if": { "and": [ @@ -54733,25 +46026,6 @@ }, "then": "./assets/data/nsi/logos/hsbcbanktaiwan-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=澳門商業銀行 Banco Comercial de Macau", - "brand:pt=Banco Comercial de Macau", - "brand:wikidata=Q22099041", - "brand:zh=澳門商業銀行", - "name=澳門商業銀行 Banco Comercial de Macau", - "name:pt=Banco Comercial de Macau", - "name:zh=澳門商業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f9b3fb-fa24a7.undefined" - }, { "if": { "and": [ @@ -55018,25 +46292,6 @@ }, "then": "./assets/data/nsi/logos/bankoftaiwan-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=芝信用金庫", - "brand:en=Shiba Shinkin Bank", - "brand:ja=芝信用金庫", - "brand:wikidata=Q11614605", - "name=芝信用金庫", - "name:en=Shiba Shinkin Bank", - "name:ja=芝信用金庫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shibashinkinbank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -55132,29 +46387,6 @@ }, "then": "./assets/data/nsi/logos/huanancommercialbank-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=華泰商業銀行", - "brand:en=Hwatai Commercial Bank", - "brand:wikidata=Q17500686", - "brand:zh=華泰商業銀行", - "name=華泰商業銀行", - "name:en=Hwatai Commercial Bank", - "name:nan=Hoâ-thài Siong-gia̍p Gîn-hâng", - "name:nan-Hant=華泰商業銀行", - "name:nan-Latn-pehoeji=Hoâ-thài Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Huâ-thài Siong-gia̍p Gîn-hâng", - "name:zh=華泰商業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hwataicommercialbank-47d9e2.undefined" - }, { "if": { "and": [ @@ -55197,71 +46429,6 @@ }, "then": "./assets/data/nsi/logos/fareasterninternationalbank-47d9e2.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=陽信商業銀行", - "brand:en=Sunny Commercial Bank", - "brand:wikidata=Q11658759", - "brand:zh=陽信商業銀行", - "name=陽信商業銀行", - "name:en=Sunny Commercial Bank", - "name:nan=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Hant=陽信商業銀行", - "name:nan-Latn-pehoeji=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:nan-Latn-tailo=Iông-sìn Siong-gia̍p Gîn-hâng", - "name:zh=陽信商業銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunnycommercialbank-47d9e2.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=集友銀行 Chiyu Banking Corporation", - "brand:en=Chiyu Banking Corporation", - "brand:wikidata=Q877121", - "brand:zh=集友銀行", - "brand:zh-Hans=集友银行", - "brand:zh-Hant=集友銀行", - "name=集友銀行 Chiyu Banking Corporation", - "name:en=Chiyu Banking Corporation", - "name:zh=集友銀行", - "name:zh-Hans=集友银行", - "name:zh-Hant=集友銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chiyubankingcorporation-442838.undefined" - }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=静岡銀行", - "brand:en=Shizuoka Bank", - "brand:ja=静岡銀行", - "brand:wikidata=Q7499501", - "name=静岡銀行", - "name:en=Shizuoka Bank", - "name:ja=静岡銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shizuokabank-d7a9e7.undefined" - }, { "if": { "and": [ @@ -55285,29 +46452,6 @@ }, "then": "./assets/data/nsi/logos/hsbc-075cf6.jpg" }, - { - "if": { - "and": [ - "amenity=bank", - { - "or": [ - "brand=高雄銀行", - "brand:en=Bank of Kaohsiung", - "brand:wikidata=Q11673248", - "brand:zh=高雄銀行", - "name=高雄銀行", - "name:en=Bank of Kaohsiung", - "name:nan=Ko-hiông Gîn-hâng", - "name:nan-Hant=高雄銀行", - "name:nan-Latn-pehoeji=Ko-hiông Gîn-hâng", - "name:nan-Latn-tailo=Ko-hiông Gîn-hâng", - "name:zh=高雄銀行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankofkaohsiung-47d9e2.undefined" - }, { "if": { "and": [ @@ -55391,21 +46535,6 @@ }, "then": "./assets/data/nsi/logos/beatone-60d62f.jpg" }, - { - "if": { - "and": [ - "amenity=bar", - { - "or": [ - "brand=Belushi's", - "brand:wikidata=Q17985834", - "name=Belushi's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belushis-c5e5de.undefined" - }, { "if": { "and": [ @@ -55483,21 +46612,6 @@ }, "then": "./assets/data/nsi/logos/pijanawisnia-ca2c56.jpg" }, - { - "if": { - "and": [ - "amenity=bar", - { - "or": [ - "brand=Revolución de Cuba", - "brand:wikidata=Q64024691", - "name=Revolución de Cuba" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/revoluciondecuba-60d62f.undefined" - }, { "if": { "and": [ @@ -55514,71 +46628,6 @@ }, "then": "./assets/data/nsi/logos/revolution-60d62f.jpg" }, - { - "if": { - "and": [ - "amenity=bar", - "cocktails=yes", - { - "or": [ - "brand=Simmons Bars", - "brand:wikidata=Q109991573", - "name=Simmons" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simmons-60d62f.undefined" - }, - { - "if": { - "and": [ - "amenity=bar", - "cocktails=yes", - "food=yes", - { - "or": [ - "brand=Slug and Lettuce", - "brand:wikidata=Q7542224", - "name=Slug and Lettuce" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/slugandlettuce-60d62f.undefined" - }, - { - "if": { - "and": [ - "amenity=bar", - "live_music=yes", - { - "or": [ - "brand=The Blues Kitchen", - "brand:wikidata=Q24890814", - "name=The Blues Kitchen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theblueskitchen-149b5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bar", - "cocktails=yes", - { - "or": [ - "brand=The Cocktail Club", - "brand:wikidata=Q117280652", - "name=The Cocktail Club" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thecocktailclub-149b5d.undefined" - }, { "if": { "and": [ @@ -55644,25 +46693,6 @@ }, "then": "./assets/data/nsi/logos/bareast-63b5b7.jpg" }, - { - "if": { - "and": [ - "amenity=bar", - { - "or": [ - "brand=太平洋酒吧 Bar Pacific", - "brand:en=Bar Pacific", - "brand:wikidata=Q28445474", - "brand:zh=太平洋酒吧", - "name=太平洋酒吧 Bar Pacific", - "name:en=Bar Pacific", - "name:zh=太平洋酒吧" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barpacific-63b5b7.undefined" - }, { "if": { "and": [ @@ -55716,24 +46746,6 @@ }, "then": "./assets/data/nsi/logos/aarhuskommune-578125.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=AlbaBici", - "network:wikidata=Q17620480", - { - "or": [ - "brand=AlbaBici", - "brand:wikidata=Q17620480", - "operator=Labici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albabici-f59a8b.undefined" - }, { "if": { "and": [ @@ -55774,39 +46786,6 @@ }, "then": "./assets/data/nsi/logos/antiksmartway-3e2129.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Arboria Bike", - { - "or": [ - "brand=Arboria Bike", - "operator=Mesto Trnava", - "operator:type=government", - "operator:wikidata=Q26175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arboriabike-3e2129.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Area Blu", - "name=Area Blu", - "operator=Area Blu", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areablu-3d5df6.undefined" - }, { "if": { "and": [ @@ -55844,22 +46823,6 @@ }, "then": "./assets/data/nsi/logos/baecobici-2be980.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=BalticBike", - "name=BalticBike", - "operator=BalticBike", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balticbike-2d72c6.undefined" - }, { "if": { "and": [ @@ -56009,70 +46972,6 @@ }, "then": "./assets/data/nsi/logos/beryl-b88dc4.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BiCas", - { - "or": [ - "brand=BiCas", - "operator=MobiCascais", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicas-e6d7a6.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bici Cuenca", - { - "or": [ - "brand=Bici Cuenca", - "operator=Bici Cuenca", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicicuenca-3e9425.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bici Las Condes", - { - "or": [ - "brand=Bici Las Condes", - "operator=Clear Channel", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicilascondes-70bf31.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=biciAltea", - { - "or": [ - "brand=biciAltea", - "operator=Labici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicialtea-f59a8b.undefined" - }, { "if": { "and": [ @@ -56091,40 +46990,6 @@ }, "then": "./assets/data/nsi/logos/bicicas-f59a8b.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bicicletar", - { - "or": [ - "brand=Bicicletar", - "brand:wikidata=Q20052795", - "operator=Prefeitura Municipal de Fortaleza", - "operator:type=government", - "operator:wikidata=Q53930902" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicicletar-2d5a85.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bicicoruña", - { - "or": [ - "brand=Bicicoruña", - "operator=EMVSA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicicoruna-f59a8b.undefined" - }, { "if": { "and": [ @@ -56143,22 +47008,6 @@ }, "then": "./assets/data/nsi/logos/bicikelj-3dc1ae.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BiciLOG", - { - "or": [ - "brand=BiciLOG", - "operator=Impursa S.A.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicilog-f59a8b.undefined" - }, { "if": { "and": [ @@ -56179,25 +47028,6 @@ }, "then": "./assets/data/nsi/logos/bicimad-f59a8b.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BiciMia", - "network:wikidata=Q108120924", - { - "or": [ - "brand=BiciMia", - "brand:wikidata=Q108120924", - "operator=Brescia Mobilità", - "operator:type=private", - "operator:wikidata=Q109628891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicimia-108fdc.undefined" - }, { "if": { "and": [ @@ -56234,22 +47064,6 @@ }, "then": "./assets/data/nsi/logos/biciquito-3e9425.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bicirio", - { - "or": [ - "brand=Bicirio", - "operator=SOMOS movilidad", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicirio-2d08e5.undefined" - }, { "if": { "and": [ @@ -56269,135 +47083,6 @@ }, "then": "./assets/data/nsi/logos/bicloo-fb0739.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bicy", - { - "or": [ - "brand=Bicy", - "operator=MO Velenje", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bicy-3dc1ae.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike Belém", - { - "or": [ - "brand=Bike Belém", - "operator=Samba Transportes Sustentáveis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikebelem-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike Chattanooga", - { - "or": [ - "brand=Bike Chattanooga", - "operator=Alta Bike Share", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikechattanooga-6206fb.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike PE", - { - "or": [ - "brand=Bike PE", - "operator=Tembici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikepe-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike PoA", - { - "or": [ - "brand=Bike PoA", - "operator=Tembici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikepoa-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike Salvador", - { - "or": [ - "brand=Bike Salvador", - "brand:wikidata=Q20052802", - "operator=Tembici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikesalvador-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike Sampa", - { - "or": [ - "brand=Bike Sampa", - "operator=Bike Sampa", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikesampa-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike Share Connect", - { - "or": [ - "brand=Bike Share Connect", - "operator=Bruin Bike Share", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikeshareconnect-e229af.undefined" - }, { "if": { "and": [ @@ -56416,49 +47101,6 @@ }, "then": "./assets/data/nsi/logos/bikesharetoronto-843836.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Bike Vitória", - "name=Bike Vitória", - "operator=Serttel", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikevitoria-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bike_S", - { - "or": [ - "brand=Bike_S", - "brand:wikidata=Q28673057", - "operator=Nieruchomości i Opłaty Lokalne", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikes-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=bikeKIA", - "network=bikeKIA" - ] - }, - "then": "./assets/data/nsi/logos/bikekia-3dc1ae.undefined" - }, { "if": { "and": [ @@ -56476,22 +47118,6 @@ }, "then": "./assets/data/nsi/logos/bikemi-2861f8.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BikeNHV", - { - "or": [ - "brand=BikeNHV", - "operator=Clear Channel", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikenhv-51fa1c.undefined" - }, { "if": { "and": [ @@ -56507,39 +47133,6 @@ }, "then": "./assets/data/nsi/logos/bikenow-a162ac.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BiKeR", - { - "or": [ - "brand=BiKeR", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biker-b49cdf.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=BikeRio", - "brand:wikidata=Q28724", - "name=BikeRio", - "operator=Tembici", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bikerio-c7dd41.undefined" - }, { "if": { "and": [ @@ -56657,59 +47250,6 @@ }, "then": "./assets/data/nsi/logos/biki-f59a8b.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bilbaobizi", - "network:wikidata=Q61070767", - { - "or": [ - "brand=Bilbaobizi", - "brand:wikidata=Q61070767", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bilbaobizi-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=BIT Mobility", - "name=BIT Mobility", - "operator=BIT Mobility", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bitmobility-6fd9c1.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=BiTS", - { - "or": [ - "brand=BiTS", - "brand:wikidata=Q109122647", - "operator=BicinCittà", - "operator:type=private", - "operator:wikidata=Q108937937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bits-58be9d.undefined" - }, { "if": { "and": [ @@ -56731,39 +47271,6 @@ }, "then": "./assets/data/nsi/logos/bixi-3eadaa.daa" }, - { - "if": { - "and": [ - "bicycle_rental=docking_station", - "amenity=bicycle_rental", - "network=BiZi", - "network:wikidata=Q953933", - { - "or": [ - "brand=BiZi", - "brand:wikidata=Q953933", - "operator=UTE Bicicletas Zaragoza", - "operator:wikidata=Q130680947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bizi-eef43d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=bizkaibizi", - "name=bizkaibizi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bizkaibizi-f59a8b.undefined" - }, { "if": { "and": [ @@ -56823,97 +47330,6 @@ }, "then": "./assets/data/nsi/logos/boseh-2db6d2.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Boulder B-cycle", - { - "or": [ - "brand=Boulder B-cycle", - "operator=BCycle", - "operator:type=private", - "operator:wikidata=Q4833723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boulderbcycle-815af2.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Breeze Bike Share", - { - "or": [ - "brand=Breeze Bike Share", - "operator=CycleHop", - "operator:type=private", - "operator:wikidata=Q65121017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/breezebikeshare-e229af.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=BROM", - "brand:wikidata=Q119105803", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brom-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Brompton Bike Hire", - "brand:wikidata=Q120437445" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bromptonbikehire-41ec11.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Bruin Bike Share", - "name=Bruin Bike Share", - "operator=Bruin Bike Share", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bruinbikeshare-e229af.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=btnbikeshare", - "network=btnbikeshare" - ] - }, - "then": "./assets/data/nsi/logos/btnbikeshare-b88dc4.undefined" - }, { "if": { "and": [ @@ -56950,24 +47366,6 @@ }, "then": "./assets/data/nsi/logos/bycyklen-e198ac.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Bydgoski Rower Aglomeracyjny", - "network:wikidata=Q20032305", - { - "or": [ - "brand=Bydgoski Rower Aglomeracyjny", - "brand:wikidata=Q20032305", - "operator=BikeU", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bydgoskiroweraglomeracyjny-4d145c.undefined" - }, { "if": { "and": [ @@ -57004,16 +47402,6 @@ }, "then": "./assets/data/nsi/logos/cvelo-d06f5d.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=C'entro in Bici", - "network=C'entro in Bici" - ] - }, - "then": "./assets/data/nsi/logos/centroinbici-3d5df6.undefined" - }, { "if": { "and": [ @@ -57072,58 +47460,6 @@ }, "then": "./assets/data/nsi/logos/carvelo2go-61df48.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=CDPHP Cycle", - { - "or": [ - "brand=CDPHP Cycle", - "operator=Social Bicycles Inc.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cdphpcycle-7456a4.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Chromek", - "network:wikidata=Q119105688", - { - "or": [ - "brand=Chromek", - "brand:wikidata=Q119105688", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chromek-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=CicloPi", - { - "or": [ - "brand=CicloPi", - "operator=BicinCittà", - "operator:type=private", - "operator:wikidata=Q108937937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ciclopi-1536f9.undefined" - }, { "if": { "and": [ @@ -57146,112 +47482,6 @@ }, "then": "./assets/data/nsi/logos/citibike-6b7d28.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Citrix Cycle", - "network=Citrix Cycle" - ] - }, - "then": "./assets/data/nsi/logos/citrixcycle-b77896.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=City Bike Finland", - "operator=City Bike Finland", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citybikefinland-5c40d5.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=city bike Liverpool", - "name=city bike Liverpool", - "operator=city bike Liverpool", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citybikeliverpool-b88dc4.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=City Bikes", - "name=City Bikes", - "operator=City Bikes", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citybikes-bc0237.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=CityBike Vantaa Oy", - "name=CityBike Vantaa Oy", - "operator=CityBike Vantaa Oy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citybikevantaaoy-5c40d5.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Cluj Bike", - "name=Cluj Bike", - "operator=Primaria Municipiul Cluj-Napoca", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clujbike-8ba172.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Co Bikes", - "brand:wikidata=Q111818653", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cobikes-98ab13.undefined" - }, { "if": { "and": [ @@ -57273,92 +47503,6 @@ }, "then": "./assets/data/nsi/logos/cogo-919639.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Cy'clic", - { - "or": [ - "brand=Cy'clic", - "brand:wikidata=Q3008009", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclic-aedfa2.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Cyclocity", - { - "or": [ - "brand=Cyclocity", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclocity-63aaeb.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Cyclocity", - { - "or": [ - "brand=Cyclocity", - "operator=cyclocity Inc.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclocity-813eb7.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Czeladzki Rower Miejski", - "brand:wikidata=Q106315826", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/czeladzkirowermiejski-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Częstochowski Rower Miejski", - "network:wikidata=Q119488808", - { - "or": [ - "brand=Częstochowski Rower Miejski", - "brand:wikidata=Q119488808", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/czestochowskirowermiejski-43ae7c.undefined" - }, { "if": { "and": [ @@ -57381,39 +47525,6 @@ }, "then": "./assets/data/nsi/logos/datebike-813eb7.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=DBizi", - "name=DBizi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dbizi-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=DiviaVélodi", - "network:wikidata=Q3555358", - { - "or": [ - "brand=DiviaVélodi", - "brand:wikidata=Q3555358", - "operator=Cykleo", - "operator:type=private", - "operator:wikidata=Q109250587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diviavelodi-e1ee5d.undefined" - }, { "if": { "and": [ @@ -57435,22 +47546,6 @@ }, "then": "./assets/data/nsi/logos/divvy-6b0679.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=DK'Vélo", - { - "or": [ - "brand=DK'Vélo", - "operator=STDE", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dkvelo-8a8951.undefined" - }, { "if": { "and": [ @@ -57468,73 +47563,6 @@ }, "then": "./assets/data/nsi/logos/donkeyrepublic-c32b83.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Drammen Bysykler", - { - "or": [ - "brand=Drammen Bysykler", - "operator=Clear Channel Norge AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drammenbysykler-e79826.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=dublinbikes", - "network:wikidata=Q5311025", - { - "or": [ - "brand=dublinbikes", - "brand:wikidata=Q5311025", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dublinbikes-a14bdb.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=E.Motion", - { - "or": [ - "brand=E.Motion", - "operator=Provincia Autonoma di Trento", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emotion-302e21.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Easybike", - { - "or": [ - "brand=Easybike", - "operator=Easybike", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/easybike-5c40d5.undefined" - }, { "if": { "and": [ @@ -57552,38 +47580,6 @@ }, "then": "./assets/data/nsi/logos/ecobici-0c0e40.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=ecobike", - "name=ecobike", - "operator=ecobike", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecobike-813eb7.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=EnCicla", - "brand:wikidata=Q18644128", - "operator=EnCicla", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/encicla-2d08e5.undefined" - }, { "if": { "and": [ @@ -57638,92 +47634,6 @@ }, "then": "./assets/data/nsi/logos/folifillarit-5c40d5.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=frelo", - "network:wikidata=Q117300833", - { - "or": [ - "brand=frelo", - "brand:wikidata=Q117300833", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/frelo-b4e368.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Gbici", - { - "or": [ - "brand=Gbici", - "operator=Ayuntamiento de Getafe", - "operator:type=government", - "operator:wikidata=Q5714843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gbici-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Geochang public bike system", - { - "or": [ - "brand=Geochang public bike system", - "operator=거창군", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geochangpublicbikesystem-3cba94.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=GeoVelo Opole", - "network:wikidata=Q11798700", - { - "or": [ - "brand=GeoVelo Opole", - "brand:wikidata=Q11798700", - "operator=GeoVelo", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geoveloopole-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Getxobizi", - { - "or": [ - "brand=Getxobizi", - "operator=Biziprest", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getxobizi-f59a8b.undefined" - }, { "if": { "and": [ @@ -57740,127 +47650,6 @@ }, "then": "./assets/data/nsi/logos/gira-e6d7a6.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Girocleta", - { - "or": [ - "brand=Girocleta", - "brand:wikidata=Q20106716", - "operator=Girocleta", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/girocleta-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=GoodBike Padova", - { - "or": [ - "brand=GoodBike Padova", - "brand:wikidata=Q105555683", - "operator=BicinCittà", - "operator:type=private", - "operator:wikidata=Q108937937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodbikepadova-96c29a.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Greenbike SLC BikeShare", - { - "or": [ - "brand=Greenbike SLC BikeShare", - "operator=BCycle", - "operator:type=private", - "operator:wikidata=Q4833723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenbikeslcbikeshare-cbce7e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Grid", - "network:wikidata=Q62104168", - { - "or": [ - "brand=Grid", - "brand:wikidata=Q62104168", - "operator=CycleHop", - "operator:type=private", - "operator:wikidata=Q65121017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grid-d8bda1.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Grodziski Rower Miejski", - "network:wikidata=Q117112930", - { - "or": [ - "brand=Grodziski Rower Miejski", - "brand:wikidata=Q117112930", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grodziskirowermiejski-c6b3ff.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=GSBikeshare", - "name=GSBikeshare", - "operator=GSBikeshare", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gsbikeshare-b88dc4.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=GyőrBike", - { - "or": [ - "brand=GyőrBike", - "operator=Cycleme kft.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gyorbike-7b42f4.undefined" - }, { "if": { "and": [ @@ -57879,23 +47668,6 @@ }, "then": "./assets/data/nsi/logos/hamiltonbikeshare-3eadaa.daa" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Heartland B-cycle", - { - "or": [ - "brand=Heartland B-cycle", - "operator=BCycle", - "operator:type=private", - "operator:wikidata=Q4833723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/heartlandbcycle-a5b896.undefined" - }, { "if": { "and": [ @@ -57923,22 +47695,6 @@ }, "then": "./assets/data/nsi/logos/hellocycling-813eb7.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=hirebikeLincoln", - { - "or": [ - "brand=hirebikeLincoln", - "operator=hirebikeLincoln", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hirebikelincoln-b88dc4.undefined" - }, { "if": { "and": [ @@ -57958,16 +47714,6 @@ }, "then": "./assets/data/nsi/logos/houstonbcycle-bf6a4b.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=HuiziToluca", - "network=HuiziToluca" - ] - }, - "then": "./assets/data/nsi/logos/huizitoluca-e0aaa7.undefined" - }, { "if": { "and": [ @@ -58042,40 +47788,6 @@ }, "then": "./assets/data/nsi/logos/indianapacersbikeshare-a05471.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=İSBİKE", - { - "or": [ - "brand=İSBİKE", - "brand:wikidata=Q18391227", - "operator=İSBİKE", - "operator:type=public", - "operator:wikidata=Q18391227" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isbike-1ed935.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Jesolo Ambient Bike", - { - "or": [ - "brand=Jesolo Ambient Bike", - "operator=Jtaca", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jesoloambientbike-22040c.undefined" - }, { "if": { "and": [ @@ -58094,105 +47806,6 @@ }, "then": "./assets/data/nsi/logos/justeatcycles-f9bbc5.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=K-Bike", - { - "or": [ - "brand=金門公共自行車", - "brand:en=K-Bike", - "brand:wikidata=Q30942379", - "brand:zh=金門公共自行車", - "name=金門公共自行車", - "name:en=K-Bike", - "name:zh=金門公共自行車", - "operator=金門縣政府", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kbike-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Kaliski Rower Miejski", - { - "or": [ - "brand=Kaliski Rower Miejski", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaliskirowermiejski-c154f1.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=KanizsaBike", - "network=KanizsaBike" - ] - }, - "then": "./assets/data/nsi/logos/kanizsabike-7b42f4.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Kielecki Rower Miejski", - "brand:wikidata=Q119105991", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kieleckirowermiejski-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Kolesce", - { - "or": [ - "brand=Kolesce", - "operator=NOMAGO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kolesce-3dc1ae.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Kołobrzeski Rower Miejski", - "network:wikidata=Q97373105", - { - "or": [ - "brand=Kołobrzeski Rower Miejski", - "brand:wikidata=Q97373105", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kolobrzeskirowermiejski-499603.undefined" - }, { "if": { "and": [ @@ -58210,245 +47823,6 @@ }, "then": "./assets/data/nsi/logos/komunikacjamiejskawszczecinku-4d145c.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Koniński Rower Miejski", - "network:wikidata=Q117113145", - { - "or": [ - "brand=Koniński Rower Miejski", - "brand:wikidata=Q117113145", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koninskirowermiejski-972c09.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=konrad", - "network:wikidata=Q117301660", - { - "or": [ - "brand=konrad", - "brand:wikidata=Q117301660", - "operator=Stadtwerke Konstanz", - "operator:type=public", - "operator:wikidata=Q1266985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/konrad-8675ae.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Koszaliński Rower Miejski", - "network:wikidata=Q97373092", - { - "or": [ - "brand=Koszaliński Rower Miejski", - "brand:wikidata=Q97373092", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koszalinskirowermiejski-dc9a4a.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Krotower", - "brand:wikidata=Q119106146", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krotower-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=KRsKOLESOM", - { - "or": [ - "brand=KRsKOLESOM", - "operator=MO Kranj", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krskolesom-3dc1ae.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=KVV.nextbike", - "network:wikidata=Q117301825", - { - "or": [ - "brand=KVV.nextbike", - "brand:wikidata=Q117301825", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kvvnextbike-7a7556.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=LaBiGi", - "operator=ATB Bergamo", - "operator:type=private", - "operator:wikidata=Q3631456" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labigi-3d5df6.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Le vélo", - "name=Le vélo", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/levelo-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Le Vélo par TBM", - "name=Le Vélo par TBM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/levelopartbm-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Legnicki Rower Miejski", - { - "or": [ - "brand=Legnicki Rower Miejski", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/legnickirowermiejski-0eab35.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Libélo", - "network:wikidata=Q3237967", - { - "or": [ - "brand=Libélo", - "brand:wikidata=Q3237967", - "operator=Transdev", - "operator:type=private", - "operator:wikidata=Q442637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libelo-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=LinBike", - { - "or": [ - "brand=LinBike", - "operator=Dukaten", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/linbike-bc0237.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Łódzki Rower Publiczny", - "network:wikidata=Q23955689", - { - "or": [ - "brand=Łódzki Rower Publiczny", - "brand:wikidata=Q23955689", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lodzkirowerpubliczny-dc4cc1.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=ŁoKeR", - { - "or": [ - "brand=ŁoKeR", - "operator=BikeU", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loker-4d145c.undefined" - }, { "if": { "and": [ @@ -58467,25 +47841,6 @@ }, "then": "./assets/data/nsi/logos/lubelskirowermiejski-76b763.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Lundahoj", - "network:wikidata=Q22666405", - { - "or": [ - "brand=Lundahoj", - "brand:wikidata=Q22666405", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lundahoj-bc0237.undefined" - }, { "if": { "and": [ @@ -58507,39 +47862,6 @@ }, "then": "./assets/data/nsi/logos/lyftbike-94cb92.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Málagabici", - "operator=EMT-Cemusa", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malagabici-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Melbourne Bike Share", - "network:wikidata=Q6811723", - { - "or": [ - "brand=Melbourne Bike Share", - "brand:wikidata=Q6811723", - "operator=RACV", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/melbournebikeshare-f00e7e.undefined" - }, { "if": { "and": [ @@ -58599,25 +47921,6 @@ }, "then": "./assets/data/nsi/logos/metrorower-044cb3.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Métrovélo", - "network:wikidata=Q3333896", - { - "or": [ - "brand=Métrovélo", - "brand:wikidata=Q3333896", - "operator=Cykleo", - "operator:type=private", - "operator:wikidata=Q109250587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metrovelo-d06f5d.undefined" - }, { "if": { "and": [ @@ -58692,25 +47995,6 @@ }, "then": "./assets/data/nsi/logos/mobi-3eadaa.daa" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=MOBIbike", - "network:wikidata=Q117301867", - { - "or": [ - "brand=MOBIbike", - "brand:wikidata=Q117301867", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobibike-f08202.undefined" - }, { "if": { "and": [ @@ -58746,54 +48030,6 @@ }, "then": "./assets/data/nsi/logos/molbubi-7b42f4.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Monopattini Elettrici BIT Mobility La Spezia", - { - "or": [ - "brand=Monopattini Elettrici BIT Mobility La Spezia", - "operator=BIT Mobility", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monopattinielettricibitmobilitylaspezia-3d5df6.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=MuyBici", - { - "or": [ - "brand=MuyBici", - "operator=UTE MuyBici servicio público de transporte con bicicleta de Murcia", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/muybici-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=MvBike", - { - "or": [ - "brand=MvBike", - "operator=T-Systems", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvbike-63ec60.undefined" - }, { "if": { "and": [ @@ -58889,176 +48125,6 @@ }, "then": "./assets/data/nsi/logos/nextbike-063331.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=nextbike Niederösterreich", - "brand:wikidata=Q121951638", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nextbikeniederosterreich-17b656.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Nibelungen-Bike", - "network:wikidata=Q117301923", - { - "or": [ - "brand=Nibelungen-Bike", - "brand:wikidata=Q117301923", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nibelungenbike-497979.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Nowodworski Rower Miejski", - "brand:wikidata=Q119106271", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nowodworskirowermiejski-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=OK bike!", - { - "or": [ - "brand=OK bike!", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okbike-876d5e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Olbike", - "brand:wikidata=Q119106482", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olbike-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Oleski Rower Miejski", - "network:wikidata=Q117113737", - { - "or": [ - "brand=Oleski Rower Miejski", - "brand:wikidata=Q117113737", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oleskirowermiejski-7aad7f.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Olsztyński Rower Miejski", - { - "or": [ - "brand=Olsztyński Rower Miejski", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olsztynskirowermiejski-43745b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Optymo", - { - "or": [ - "brand=Optymo", - "operator=RTTB", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optymo-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Ostro.bike", - "brand:wikidata=Q119105036", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ostrobike-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Ostrowski Rower Miejski", - { - "or": [ - "brand=Ostrowski Rower Miejski", - "operator=Miejski Zakład Komunikacji", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ostrowskirowermiejski-4d145c.undefined" - }, { "if": { "and": [ @@ -59079,66 +48145,6 @@ }, "then": "./assets/data/nsi/logos/ovfiets-8def75.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=nextbike", - { - "or": [ - "brand=OVO Bikes", - "brand:wikidata=Q120450856", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ovobikes-d1798e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Oxonbikes", - { - "or": [ - "brand=Oxonbikes", - "operator=GSBikeshare", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxonbikes-b88dc4.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Pace", - "network=Pace" - ] - }, - "then": "./assets/data/nsi/logos/pace-dea21e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Pbike", - { - "or": [ - "brand=Pbike", - "operator=高雄捷運股份有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pbike-1bb859.undefined" - }, { "if": { "and": [ @@ -59160,147 +48166,6 @@ }, "then": "./assets/data/nsi/logos/peacehealthrides-f8e6b8.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Piaseczyński Rower Miejski", - "network:wikidata=Q117112983", - { - "or": [ - "brand=Piaseczyński Rower Miejski", - "brand:wikidata=Q117112983", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piaseczynskirowermiejski-29ca42.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=PikeRide", - "name=PikeRide", - "operator=PikeRide", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pikeride-815af2.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Piotrkowski Rower Miejski", - "network:wikidata=Q117113123", - { - "or": [ - "brand=Piotrkowski Rower Miejski", - "brand:wikidata=Q117113123", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piotrkowskirowermiejski-72061f.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Płocki Rower Miejski", - { - "or": [ - "brand=Płocki Rower Miejski", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plockirowermiejski-efb91b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Pobiedziski Rower Gminny", - "network:wikidata=Q117113080", - { - "or": [ - "brand=Pobiedziski Rower Gminny", - "brand:wikidata=Q117113080", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pobiedziskirowergminny-ebaf65.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=PotsdamRad", - "network:wikidata=Q117301951", - { - "or": [ - "brand=PotsdamRad", - "brand:wikidata=Q117301951", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/potsdamrad-5a761a.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Powiatowy System Rowerowy", - "network:wikidata=Q117114457", - { - "or": [ - "brand=Powiatowy System Rowerowy", - "brand:wikidata=Q117114457", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powiatowysystemrowerowy-0859d0.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Poznański Rower Miejski", - "network:wikidata=Q11826173", - { - "or": [ - "brand=Poznański Rower Miejski", - "brand:wikidata=Q11826173", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poznanskirowermiejski-d26233.undefined" - }, { "if": { "and": [ @@ -59409,32 +48274,6 @@ }, "then": "./assets/data/nsi/logos/publibike-31ea02.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Radomski Rower Miejski", - { - "or": [ - "brand=Radomski Rower Miejski", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/radomskirowermiejski-461f72.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Rattaringlus", - "network=Rattaringlus" - ] - }, - "then": "./assets/data/nsi/logos/rattaringlus-901243.undefined" - }, { "if": { "and": [ @@ -59454,106 +48293,6 @@ }, "then": "./assets/data/nsi/logos/redbike-fb884c.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=RegioRad Stuttgart", - "network:wikidata=Q57274085", - { - "or": [ - "brand=RegioRad Stuttgart", - "brand:wikidata=Q57274085", - "operator=Deutsche Bahn Connect", - "operator:type=private", - "operator:wikidata=Q1152100" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regioradstuttgart-937152.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Relay Bike Share", - "network:wikidata=Q48798195", - { - "or": [ - "brand=Relay Bike Share", - "brand:wikidata=Q48798195", - "operator=CycleHop", - "operator:type=private", - "operator:wikidata=Q65121017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/relaybikeshare-70c51d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Rowerowe Łódzkie", - { - "or": [ - "brand=Rowerowe Łódzkie", - "operator=NB Serwis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rowerowelodzkie-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=RTC Bike Share", - "network:wikidata=Q104727968", - { - "or": [ - "brand=RTC Bike Share", - "brand:wikidata=Q104727968", - "operator=Bicycle Transit Systems", - "operator:type=private", - "operator:wikidata=Q104005517" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rtcbikeshare-91e721.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=RVA Bike Share", - "network=RVA Bike Share" - ] - }, - "then": "./assets/data/nsi/logos/rvabikeshare-794704.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SalEnBici", - { - "or": [ - "brand=SalEnBici", - "brand:wikidata=Q6117221", - "operator=Onroll", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salenbici-f59a8b.undefined" - }, { "if": { "and": [ @@ -59611,23 +48350,6 @@ }, "then": "./assets/data/nsi/logos/santandercyclesmk-a6b443.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Ścinawski Rower Miejski", - "brand:wikidata=Q119106786", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scinawskirowermiejski-4d145c.undefined" - }, { "if": { "and": [ @@ -59647,81 +48369,6 @@ }, "then": "./assets/data/nsi/logos/sevici-e72e4e.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Shymkent Bike", - "network=Shymkent Bike" - ] - }, - "then": "./assets/data/nsi/logos/shymkentbike-8e16ae.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=sigo", - { - "or": [ - "brand=sigo", - "operator=sigo", - "operator:type=private", - "operator:wikidata=Q109659526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigo-937152.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=sigo E-Lastenrad Standort", - "name=sigo E-Lastenrad Standort" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigoelastenradstandort-937152.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SiPedala", - { - "or": [ - "brand=SiPedala", - "operator=BicinCittà", - "operator:type=private", - "operator:wikidata=Q108937937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipedala-aab06d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Sitycleta", - { - "or": [ - "brand=Sitycleta", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sitycleta-61961e.undefined" - }, { "if": { "and": [ @@ -59740,60 +48387,6 @@ }, "then": "./assets/data/nsi/logos/slovnaftbajk-3e2129.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SMTC", - { - "or": [ - "brand=SMTC", - "operator=Velogik", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smtc-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SprottenFlotte", - "network:wikidata=Q117301972", - { - "or": [ - "brand=SprottenFlotte", - "brand:wikidata=Q117301972", - "operator=Donkey Republic", - "operator:type=private", - "operator:wikidata=Q63753939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sprottenflotte-59d33b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SRM Jaskółka", - "network:wikidata=Q119107871", - { - "or": [ - "brand=SRM Jaskółka", - "brand:wikidata=Q119107871", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srmjaskolka-4d145c.undefined" - }, { "if": { "and": [ @@ -59813,25 +48406,6 @@ }, "then": "./assets/data/nsi/logos/stadtradhamburg-937152.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Stalowa Wola – miasto rowerów", - "network:wikidata=Q119106668", - { - "or": [ - "brand=Stalowa Wola – miasto rowerów", - "brand:wikidata=Q119106668", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stalowawolamiastorowerow-4d145c.undefined" - }, { "if": { "and": [ @@ -59851,24 +48425,6 @@ }, "then": "./assets/data/nsi/logos/star-d06f5d.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Stockholm City Bikes", - "network:wikidata=Q7618000", - { - "or": [ - "brand=Stockholm City Bikes", - "brand:wikidata=Q7618000", - "operator=City Bikes", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stockholmcitybikes-bc0237.undefined" - }, { "if": { "and": [ @@ -59888,43 +48444,6 @@ }, "then": "./assets/data/nsi/logos/styrandstall-bc0237.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Südtirol Rad", - "network:de=Südtirol Rad", - "network:it=Bici Alto Adige", - { - "or": [ - "brand=Südtirol Rad", - "brand:de=Südtirol Rad", - "brand:it=Bici Alto Adige", - "operator=Südtirol Rad", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sudtirolrad-3d5df6.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=SUWER", - "brand:wikidata=Q119104601", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suwer-4d145c.undefined" - }, { "if": { "and": [ @@ -59945,50 +48464,6 @@ }, "then": "./assets/data/nsi/logos/swapfiets-76ee17.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=SWell Cycle", - { - "or": [ - "brand=SWell Cycle", - "operator=BCycle", - "operator:type=private", - "operator:wikidata=Q4833723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swellcycle-c8e513.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Sykkeli", - "network=Sykkeli" - ] - }, - "then": "./assets/data/nsi/logos/sykkeli-5c40d5.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Szczecinecka Wypożyczalnia Rowerów Miejskich", - { - "or": [ - "brand=Szczecinecka Wypożyczalnia Rowerów Miejskich", - "operator=Komunikacja Miejska w Szczecinku", - "operator:type=public", - "operator:wikidata=Q11742146" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/szczecineckawypozyczalniarowerowmiejskich-4d145c.undefined" - }, { "if": { "and": [ @@ -60024,68 +48499,6 @@ }, "then": "./assets/data/nsi/logos/tarheelbikes-b77896.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Tarnowski Rower Miejski", - "network:wikidata=Q117113400", - { - "or": [ - "brand=Tarnowski Rower Miejski", - "brand:wikidata=Q117113400", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarnowskirowermiejski-77a81f.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Tashu", - "network=Tashu" - ] - }, - "then": "./assets/data/nsi/logos/tashu-3cba94.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=TBike", - { - "or": [ - "brand=TBike", - "operator=臺南市政府交通局", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tbike-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Tel-O-Fun", - "network:wikidata=Q2915180", - { - "or": [ - "brand=Tel-O-Fun", - "brand:wikidata=Q2915180", - "operator=FSM", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/telofun-ea041a.undefined" - }, { "if": { "and": [ @@ -60121,20 +48534,6 @@ }, "then": "./assets/data/nsi/logos/tink-937152.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=TNGo", - "name=TNGo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tngo-a2c8f4.undefined" - }, { "if": { "and": [ @@ -60160,145 +48559,6 @@ }, "then": "./assets/data/nsi/logos/torrebici-f59a8b.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Torvelo", - "network:wikidata=Q19947082", - { - "or": [ - "brand=Torvelo", - "brand:wikidata=Q19947082", - "operator=BikeU", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/torvelo-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Trondheim Bysykkel", - { - "or": [ - "brand=Trondheim Bysykkel", - "operator=UIP Trondheim Bysykkel AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trondheimbysykkel-e79826.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=TusBic", - "network=TusBic" - ] - }, - "then": "./assets/data/nsi/logos/tusbic-f59a8b.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=twsRad", - { - "or": [ - "brand=twsRad", - "brand:wikidata=Q130301986", - "operator=Technische Werke Schussental", - "operator:type=public", - "operator:wikidata=Q2399365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/twsrad-8f14ce.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=U-bike", - "network=U-bike" - ] - }, - "then": "./assets/data/nsi/logos/ubike-3cba94.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=UDINebike", - { - "or": [ - "brand=UDINebike", - "operator=SSM & Comune di Udine", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/udinebike-3d5df6.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=UMAbike", - { - "or": [ - "brand=UMAbike", - "operator=UFSM", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/umabike-c7dd41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Urban Infrastructure Partner AS", - "name=Urban Infrastructure Partner AS", - "operator=Urban Infrastructure Partner AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urbaninfrastructurepartneras-e79826.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=UsedomRad", - "network:wikidata=Q117302003", - { - "or": [ - "brand=UsedomRad", - "brand:wikidata=Q117302003", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usedomrad-174ffd.undefined" - }, { "if": { "and": [ @@ -60357,43 +48617,6 @@ }, "then": "./assets/data/nsi/logos/valenbisi-630ce5.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VCUB", - "network:wikidata=Q3552899", - { - "or": [ - "brand=VCUB", - "brand:wikidata=Q3552899", - "operator=Cykleo", - "operator:type=private", - "operator:wikidata=Q109250587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vcub-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vel'in", - "network:wikidata=Q3555276", - { - "or": [ - "brand=Vel'in", - "brand:wikidata=Q3555276", - "operator=SITAC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velin-202421.undefined" - }, { "if": { "and": [ @@ -60413,56 +48636,6 @@ }, "then": "./assets/data/nsi/logos/veloh-5de2c3.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vélam", - { - "or": [ - "brand=Vélam", - "brand:wikidata=Q3564038", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velam-7193ba.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Velektro", - "name=Velektro", - "operator=LTC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velektro-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Velespeed Lefkoşa", - { - "or": [ - "brand=Velespeed Lefkoşa", - "operator=Lefkoşa Türk Belediyesi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velespeedlefkosa-383c4a.undefined" - }, { "if": { "and": [ @@ -60500,41 +48673,6 @@ }, "then": "./assets/data/nsi/logos/velibmetropole-d44bc5.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vélibleu", - { - "or": [ - "brand=Vélibleu", - "operator=Txik Txak", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velibleu-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VéliVert", - "network:wikidata=Q3564061", - { - "or": [ - "brand=VéliVert", - "brand:wikidata=Q3564061", - "operator=Saint-Étienne Métropole", - "operator:type=government", - "operator:wikidata=Q2986914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velivert-6ee7c4.undefined" - }, { "if": { "and": [ @@ -60555,25 +48693,6 @@ }, "then": "./assets/data/nsi/logos/velo-18cad7.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vélo'+", - "network:wikidata=Q3564059", - { - "or": [ - "brand=Vélo'+", - "brand:wikidata=Q3564059", - "operator=Cykleo", - "operator:type=private", - "operator:wikidata=Q109250587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velo-39016e.undefined" - }, { "if": { "and": [ @@ -60593,61 +48712,6 @@ }, "then": "./assets/data/nsi/logos/velov-59fa9e.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VélO²", - "network:wikidata=Q3564030", - { - "or": [ - "brand=VélO²", - "brand:wikidata=Q3564030", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclocity-8aea2a.undefined" - }, - { - "if": { - "and": [ - "bicycle_rental=docking_station", - "amenity=bicycle_rental", - "network=Vélobleu", - "network:wikidata=Q3564072", - { - "or": [ - "brand=Vélobleu", - "brand:wikidata=Q3564072" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velobleu-d6bbde.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VéloCité", - "network:wikidata=Q3564067", - { - "or": [ - "brand=VéloCité", - "brand:wikidata=Q3564067", - "operator=Cyclocity", - "operator:type=private", - "operator:wikidata=Q3008464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velocite-068aec.undefined" - }, { "if": { "and": [ @@ -60667,58 +48731,6 @@ }, "then": "./assets/data/nsi/logos/velocityaachen-937152.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Velo Bern", - { - "or": [ - "brand=Velohauptstadt", - "operator=PubliBike", - "operator:type=private", - "operator:wikidata=Q3555363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velohauptstadt-a8de7e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vélolib", - { - "or": [ - "brand=Vélolib", - "operator=Cykleo", - "operator:type=private", - "operator:wikidata=Q109250587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velolib-d06f5d.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Vélomagg'", - "network:wikidata=Q3564126", - { - "or": [ - "brand=Vélomagg'", - "brand:wikidata=Q3564126", - "operator=Transports de l'agglomération de Montpellier", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velomagg-26d0f5.undefined" - }, { "if": { "and": [ @@ -60755,22 +48767,6 @@ }, "then": "./assets/data/nsi/logos/velostanlib-c77569.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VeloTM", - { - "or": [ - "brand=VeloTM", - "operator=R.A.T.T.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/velotm-8ba172.undefined" - }, { "if": { "and": [ @@ -60790,16 +48786,6 @@ }, "then": "./assets/data/nsi/logos/velotoulouse-84a6ff.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Verona Bike", - "network=Verona Bike" - ] - }, - "then": "./assets/data/nsi/logos/veronabike-3d5df6.undefined" - }, { "if": { "and": [ @@ -60839,80 +48825,6 @@ }, "then": "./assets/data/nsi/logos/villo-cb30df.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=VRNnextbike", - "network:wikidata=Q72064021", - { - "or": [ - "brand=VRNnextbike", - "brand:wikidata=Q72064021", - "operator=Nextbike", - "operator:type=private", - "operator:wikidata=Q2351279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vrnnextbike-89b565.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Wągrowiecki Rower Miejski", - "network:wikidata=Q119106937", - { - "or": [ - "brand=Wągrowiecki Rower Miejski", - "brand:wikidata=Q119106937", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wagrowieckirowermiejski-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Wavelo", - "network:wikidata=Q9380025", - { - "or": [ - "brand=Wavelo", - "brand:wikidata=Q9380025", - "operator=BikeU", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wavelo-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=WhiteBikes Bratislava", - "network:wikidata=Q26868450", - { - "or": [ - "brand=WhiteBikes", - "brand:wikidata=Q26868450", - "operator=WhiteBikes", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/whitebikes-3e2129.undefined" - }, { "if": { "and": [ @@ -60932,42 +48844,6 @@ }, "then": "./assets/data/nsi/logos/wienmobilrad-9cd234.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Wolsztyński Rower Miejski", - "network:wikidata=Q117114836", - { - "or": [ - "brand=Wolsztyński Rower Miejski", - "brand:wikidata=Q117114836", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolsztynskirowermiejski-bc1ab0.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Wrocławski Rower Miejski", - "network:wikidata=Q24941606", - { - "or": [ - "brand=Wrocławski Rower Miejski", - "brand:wikidata=Q24941606", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wroclawskirowermiejski-601157.undefined" - }, { "if": { "and": [ @@ -60987,50 +48863,6 @@ }, "then": "./assets/data/nsi/logos/yelo-d06f5d.jpg" }, - { - "if": { - "and": [ - "bicycle_rental=docking_station", - "amenity=bicycle_rental", - "network=YouBike 2.0", - "network:wikidata=Q20687952", - { - "or": [ - "brand=YouBike 2.0", - "brand:wikidata=Q20687952", - "operator=Giant", - "operator:type=private", - "operator:wikidata=Q703557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youbike20-1bb859.undefined" - }, - { - "if": { - "and": [ - "bicycle_rental=docking_station", - "amenity=bicycle_rental", - "network=YouBike 微笑單車", - "network:en=YouBike", - "network:wikidata=Q20687952", - "network:zh=微笑單車", - { - "or": [ - "brand=YouBike 微笑單車", - "brand:en=YouBike", - "brand:wikidata=Q20687952", - "brand:zh=微笑單車", - "operator=Giant", - "operator:type=private", - "operator:wikidata=Q703557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youbike-1bb859.undefined" - }, { "if": { "and": [ @@ -61067,68 +48899,6 @@ }, "then": "./assets/data/nsi/logos/zagster-97ea79.png" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=Żarskie Rowery", - "brand:wikidata=Q119107068", - "operator=Roovee", - "operator:type=private", - "operator:wikidata=Q60860205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zarskierowery-4d145c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "brand=Zelený bicykel", - "network=Zelený bicykel" - ] - }, - "then": "./assets/data/nsi/logos/zelenybicykel-3e2129.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Zielonogórski Rower Miejski", - "network:wikidata=Q117113230", - { - "or": [ - "brand=Zielonogórski Rower Miejski", - "brand:wikidata=Q117113230", - "operator=Nextbike Polska", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zielonogorskirowermiejski-2e8c7e.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=Züri Velo", - { - "or": [ - "brand=Züri Velo", - "operator=PubliBike", - "operator:type=private", - "operator:wikidata=Q3555363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zurivelo-b5a444.undefined" - }, { "if": { "and": [ @@ -61151,87 +48921,6 @@ }, "then": "./assets/data/nsi/logos/velobike-e8a367.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=بیدود", - "network:en=Bdood", - "network:fa=بیدود", - "network:wikidata=Q85746093", - { - "or": [ - "brand=بیدود", - "brand:en=Bdood", - "brand:fa=بیدود", - "brand:wikidata=Q85746093", - "operator=بیدود", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bdood-41691c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=거창군", - "brand:ko=거창군", - "name=거창군", - "name:ko=거창군", - "operator=거창군", - "operator:ko=거창군", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/95bc3b-3cba94.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=서울자전거 따릉이", - "network:en=Seoul Bike", - "network:ko=서울자전거 따릉이", - { - "or": [ - "brand=서울자전거 따릉이", - "brand:en=Seoul Bike", - "brand:ko=서울자전거 따릉이", - "operator=서울자전거 따릉이", - "operator:ko=서울자전거 따릉이", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seoulbike-3cba94.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=세종도시교통공사", - "brand:ko=세종도시교통공사", - "name=세종도시교통공사", - "name:ko=세종도시교통공사", - "operator=세종도시교통공사", - "operator:ko=세종도시교통공사", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8e68a0-3cba94.undefined" - }, { "if": { "and": [ @@ -61257,55 +48946,6 @@ }, "then": "./assets/data/nsi/logos/daichari-813eb7.jpg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "fee=yes", - "official_name=千代田区コミュニティサイクル", - "official_name:en=Chiyoda City Bike Share", - "official_name:ja=千代田区コミュニティサイクル", - { - "or": [ - "brand=ちよくる", - "brand:en=Chiyocle", - "brand:ja=ちよくる", - "brand:wikidata=Q91498542", - "name=ちよくる", - "name:en=Chiyocle", - "name:ja=ちよくる", - "operator=ちよくる", - "operator:en=Chiyocle", - "operator:ja=ちよくる", - "operator:type=private", - "operator:wikidata=Q91498542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chiyocle-813eb7.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=つるがシェアサイクル", - "brand:en=TSURUGA SHARE CYCLE", - "brand:ja=つるがシェアサイクル", - "name=つるがシェアサイクル", - "name:en=TSURUGA SHARE CYCLE", - "name:ja=つるがシェアサイクル", - "operator=株式会社 日本海コンサルタント", - "operator:ja=株式会社 日本海コンサルタント", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsurugasharecycle-813eb7.undefined" - }, { "if": { "and": [ @@ -61331,311 +48971,6 @@ }, "then": "./assets/data/nsi/logos/docomobikeshare-813eb7.svg" }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=兰州市公共自行车服务发展有限公司", - "name=兰州市公共自行车服务发展有限公司", - "operator=兰州市公共自行车服务发展有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e905a-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=北京中城永安环保科技有限公司", - "name=北京中城永安环保科技有限公司", - "operator=北京中城永安环保科技有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/952e42-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=南昌公交顺道公共自行车科技有限公司", - "name=南昌公交顺道公共自行车科技有限公司", - "operator=南昌公交顺道公共自行车科技有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/27d899-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=南通永久公共自行车公司", - "name=南通永久公共自行车公司", - "operator=南通永久公共自行车公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/947b11-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=叮嗒出行", - "name=叮嗒出行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2d3068-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=巨大機械工業(股)", - "name=巨大機械工業(股)", - "operator=巨大機械工業(股)", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d2e94-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=微笑單車股份有限公司", - "name=微笑單車股份有限公司", - "operator=微笑單車股份有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cca95e-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=新竹市政府", - "name=新竹市政府", - "operator=新竹市政府", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c3cef6-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=杭州公共自行车", - "brand:en=Hangzhou Public Bicycle", - "brand:wikidata=Q5648122", - "brand:zh=杭州公共自行车", - "name=杭州公共自行车", - "name:en=Hangzhou Public Bicycle", - "name:zh=杭州公共自行车", - "operator=杭州公共自行车交通服务发展有限公司", - "operator:type=private", - "operator:zh=杭州公共自行车交通服务发展有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hangzhoupublicbicycle-b6480c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=永安行", - "brand:en=Youon Bike Share", - "brand:wikidata=Q109342786", - "brand:zh=永安行", - "name=永安行", - "name:en=Youon Bike Share", - "name:zh=永安行", - "operator=永安行", - "operator:en=Youon Bike Share", - "operator:type=private", - "operator:zh=永安行" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youonbikeshare-487b9c.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=永安行", - "brand:en=Youon Bike Share", - "brand:wikidata=Q109342786", - "brand:zh=永安行", - "name=永安行", - "name:en=Youon Bike Share", - "name:zh=永安行", - "operator=南通永安公共自行车公司", - "operator:type=private", - "operator:zh=南通永安公共自行车公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youonbikeshare-c7fe15.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=永安行", - "brand:en=Youon Bike Share", - "brand:wikidata=Q109342786", - "brand:zh=永安行", - "name=永安行", - "name:en=Youon Bike Share", - "name:zh=永安行", - "operator=永安行科技股份有限公司昌邑分公司", - "operator:type=private", - "operator:zh=永安行科技股份有限公司昌邑分公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youonbikeshare-4d6e41.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=臺北市政府", - "name=臺北市政府", - "operator=臺北市政府", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/902527-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=臺南市政府交通局", - "name=臺南市政府交通局", - "operator=臺南市政府交通局", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f525fd-1bb859.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=苏州东大金点物联科技有限公司", - "name=苏州东大金点物联科技有限公司", - "operator=苏州东大金点物联科技有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e28ae7-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - "network=青州市公共自行车", - "network:en=Qing Zhou Public Bicycle", - "network:wikidata=Q110012327", - "network:zh=青州市公共自行车", - { - "or": [ - "brand=青州市公共自行车", - "brand:en=Qing Zhou Public Bicycle", - "brand:wikidata=Q110012327", - "brand:zh=青州市公共自行车", - "name=青州市公共自行车", - "name:en=Qing Zhou Public Bicycle", - "name:zh=青州市公共自行车", - "operator=永安行科技股份有限公司", - "operator:type=private", - "operator:zh=永安行科技股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qingzhoupublicbicycle-050a29.undefined" - }, - { - "if": { - "and": [ - "amenity=bicycle_rental", - { - "or": [ - "brand=高雄捷運股份有限公司", - "name=高雄捷運股份有限公司", - "operator=高雄捷運股份有限公司", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6f1ece-1bb859.undefined" - }, { "if": { "and": [ @@ -61820,21 +49155,6 @@ }, "then": "./assets/data/nsi/logos/travelex-fab709.png" }, - { - "if": { - "and": [ - "amenity=bureau_de_change", - { - "or": [ - "brand=Unimoni", - "brand:wikidata=Q7863721", - "name=Unimoni" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unimoni-ebe0cc.undefined" - }, { "if": { "and": [ @@ -61894,48 +49214,6 @@ }, "then": "./assets/data/nsi/logos/valuto-db9fb2.jpg" }, - { - "if": { - "and": [ - "shop=money_lender", - "amenity=bureau_de_change", - { - "or": [ - "brand=რიკო კრედიტი", - "brand:en=Rico Credit", - "brand:ka=რიკო კრედიტი", - "brand:ru=Рико Кредит", - "name=რიკო კრედიტი", - "name:en=Rico Credit", - "name:ka=რიკო კრედიტი", - "name:ru=Рико Кредит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ricocredit-db9fb2.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - "amenity=bureau_de_change", - { - "or": [ - "brand=სვის კაპიტალი", - "brand:en=Swiss Capital", - "brand:ka=სვის კაპიტალი", - "brand:ru=Свис Капитал", - "name=სვის კაპიტალი", - "name:en=Swiss Capital", - "name:ka=სვის კაპიტალი", - "name:ru=Свис Капитал" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swisscapital-db9fb2.undefined" - }, { "if": { "and": [ @@ -61987,27 +49265,6 @@ }, "then": "./assets/data/nsi/logos/5togo-24f015.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=50嵐", - "brand:en=50 Lan", - "brand:wikidata=Q106926258", - "brand:zh=50嵐", - "name=50嵐", - "name:en=50 Lan", - "name:zh=50嵐" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/50lan-7d270d.undefined" - }, { "if": { "and": [ @@ -62362,28 +49619,6 @@ }, "then": "./assets/data/nsi/logos/baristi-2f3766.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "alt_name=ベックス・コーヒーショップ", - "brand=BECK'S COFFEE SHOP", - "brand:en=BECK'S COFFEE SHOP", - "brand:ja=ベックスコーヒーショップ", - "brand:wikidata=Q11191008", - "name=BECK'S COFFEE SHOP", - "name:en=BECK'S COFFEE SHOP", - "name:ja=ベックスコーヒーショップ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beckscoffeeshop-0cf217.undefined" - }, { "if": { "and": [ @@ -62419,23 +49654,6 @@ }, "then": "./assets/data/nsi/logos/betterbuzzcoffee-19c2e6.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=Big Orange", - "brand:wikidata=Q125537935", - "name=Big Orange" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigorange-772df9.undefined" - }, { "if": { "and": [ @@ -62521,23 +49739,6 @@ }, "then": "./assets/data/nsi/logos/blankstreetcoffee-db9177.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Blenz Coffee", - "brand:wikidata=Q4926090", - "name=Blenz Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blenzcoffee-aa8067.undefined" - }, { "if": { "and": [ @@ -62712,25 +49913,6 @@ }, "then": "./assets/data/nsi/logos/bridgehead-aa8067.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=waffle", - "takeaway=yes", - { - "or": [ - "brand=Bubble Waffle Cafe", - "brand:wikidata=Q114914529", - "name=Bubble Waffle Cafe", - "name:en=Bubble Waffle Cafe", - "name:zh-Hant=雞蛋仔餐廳" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bubblewafflecafe-aa8067.undefined" - }, { "if": { "and": [ @@ -62815,22 +49997,6 @@ }, "then": "./assets/data/nsi/logos/cafedepot-aa8067.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Café du Centre", - "name=Café du Centre" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cafeducentre-1bfce4.undefined" - }, { "if": { "and": [ @@ -63024,22 +50190,6 @@ }, "then": "./assets/data/nsi/logos/caffebene-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Caffeine", - "name=Caffeine" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caffeine-f2627b.undefined" - }, { "if": { "and": [ @@ -63074,22 +50224,6 @@ }, "then": "./assets/data/nsi/logos/campussuite-c024da.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Cappuccino", - "name=Cappuccino" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cappuccino-218425.undefined" - }, { "if": { "and": [ @@ -63141,23 +50275,6 @@ }, "then": "./assets/data/nsi/logos/chaayos-656fa1.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Chai Point", - "brand:wikidata=Q28173415", - "name=Chai Point" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chaipoint-656fa1.undefined" - }, { "if": { "and": [ @@ -63333,38 +50450,6 @@ }, "then": "./assets/data/nsi/logos/cocofreshteaandjuice-60211c.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=CofeFest", - "name=CofeFest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cofefest-1c12ef.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Coffee Berry", - "name=Coffee Berry" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coffeeberry-7939ef.undefined" - }, { "if": { "and": [ @@ -63731,23 +50816,6 @@ }, "then": "./assets/data/nsi/logos/countrystyle-aa8067.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Dee Dee's Family Café", - "brand:wikidata=Q120645741", - "name=Dee Dee's Family Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deedeesfamilycafe-a89223.undefined" - }, { "if": { "and": [ @@ -63824,22 +50892,6 @@ }, "then": "./assets/data/nsi/logos/doppioespresso-4a052f.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=DriveCafe", - "name=DriveCafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drivecafe-95edc3.undefined" - }, { "if": { "and": [ @@ -64029,23 +51081,6 @@ }, "then": "./assets/data/nsi/logos/figaro-d8802f.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Flash Coffee", - "brand:wikidata=Q118627777", - "name=Flash Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flashcoffee-a38c5d.undefined" - }, { "if": { "and": [ @@ -64117,23 +51152,6 @@ }, "then": "./assets/data/nsi/logos/gloriajeans-e1ef51.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Go Coffee", - "brand:wikidata=Q130293405", - "name=Go Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gocoffee-1d07e0.undefined" - }, { "if": { "and": [ @@ -64241,23 +51259,6 @@ }, "then": "./assets/data/nsi/logos/harrishoole-418c6b.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=Haus!", - "brand:wikidata=Q114824757", - "name=Haus!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haus-4ccab9.undefined" - }, { "if": { "and": [ @@ -64331,23 +51332,6 @@ }, "then": "./assets/data/nsi/logos/highlandscoffee-fd99aa.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Hollys", - "brand:wikidata=Q12624386", - "name=Hollys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hollys-77c68b.undefined" - }, { "if": { "and": [ @@ -64399,27 +51383,6 @@ }, "then": "./assets/data/nsi/logos/hudsonscoffee-f5c0bd.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=asian;dessert", - "takeaway=yes", - { - "or": [ - "brand=Hui Lau Shan", - "brand:en=Hui Lau Shan", - "brand:wikidata=Q5934913", - "brand:zh=許留山", - "name=Hui Lau Shan", - "name:en=Hui Lau Shan", - "name:zh=許留山" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huilaushan-eaae62.undefined" - }, { "if": { "and": [ @@ -64678,23 +51641,6 @@ }, "then": "./assets/data/nsi/logos/kopikenangan-4ccab9.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=juice", - "takeaway=yes", - { - "or": [ - "brand=Kreation Organic", - "brand:wikidata=Q113363083", - "name=Kreation Organic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kreationorganic-243cad.undefined" - }, { "if": { "and": [ @@ -64781,40 +51727,6 @@ }, "then": "./assets/data/nsi/logos/lepainquotidien-ff94db.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Luckin Coffee", - "brand:wikidata=Q56811344", - "name=Luckin Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luckincoffee-93bf5b.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=M Stand", - "brand:wikidata=Q116056845", - "name=M Stand" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mstand-3300f4.undefined" - }, { "if": { "and": [ @@ -64833,25 +51745,6 @@ }, "then": "./assets/data/nsi/logos/mandscafe-a89223.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=machi machi", - "brand:en=machi machi", - "brand:wikidata=Q114828290", - "brand:zh=麥吉", - "name=Machi machi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/machimachi-e1ef51.undefined" - }, { "if": { "and": [ @@ -64869,23 +51762,6 @@ }, "then": "./assets/data/nsi/logos/mado-e2a804.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Mais1 Café", - "brand:wikidata=Q120041488", - "name=Mais1 Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mais1cafe-1d07e0.undefined" - }, { "if": { "and": [ @@ -64903,23 +51779,6 @@ }, "then": "./assets/data/nsi/logos/mangomangodessert-243cad.cad" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Manner Coffee", - "brand:wikidata=Q111338344", - "name=Manner Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mannercoffee-3300f4.undefined" - }, { "if": { "and": [ @@ -65103,23 +51962,6 @@ }, "then": "./assets/data/nsi/logos/mixue-f440b6.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=Momen'Tea", - "brand:wikidata=Q124257369", - "name=Momen'Tea" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/momentea-1bfce4.undefined" - }, { "if": { "and": [ @@ -65154,23 +51996,6 @@ }, "then": "./assets/data/nsi/logos/morrisonscafe-a89223.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Mövenpick Café", - "brand:wikidata=Q126369437", - "name=Mövenpick Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/movenpickcafe-7d270d.undefined" - }, { "if": { "and": [ @@ -65441,23 +52266,6 @@ }, "then": "./assets/data/nsi/logos/peetscoffee-243cad.cad" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Pellini", - "brand:wikidata=Q119560268", - "name=Pellini" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pellini-e2a804.undefined" - }, { "if": { "and": [ @@ -65492,23 +52300,6 @@ }, "then": "./assets/data/nsi/logos/petitpret-a89223.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Philz Coffee", - "brand:wikidata=Q18156812", - "name=Philz Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/philzcoffee-243cad.undefined" - }, { "if": { "and": [ @@ -65595,44 +52386,6 @@ }, "then": "./assets/data/nsi/logos/prime-1c12ef.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=PRONTO", - "brand:en=PRONTO", - "brand:ja=プロント", - "brand:wikidata=Q11336224", - "name=PRONTO", - "name:en=PRONTO", - "name:ja=プロント" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pronto-0cf217.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Pumpkin", - "brand:wikidata=Q27825961", - "name=Pumpkin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pumpkin-a89223.undefined" - }, { "if": { "and": [ @@ -65743,39 +52496,6 @@ }, "then": "./assets/data/nsi/logos/royaltea-2403e7.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Rustpunt.nu", - "name=Rustpunt.nu" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rustpuntnu-4a052f.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=S&P", - "brand:wikidata=Q125872113", - "name=S&P" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sandp-b6dfae.undefined" - }, { "if": { "and": [ @@ -65895,24 +52615,6 @@ }, "then": "./assets/data/nsi/logos/segafredo-e1ef51.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bistro;coffee_shop", - "diet:vegetarian=yes", - "takeaway=yes", - { - "or": [ - "brand=Shakespeare Coffee & Bistro", - "brand:wikidata=Q119561507", - "name=Shakespeare" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shakespeare-fadeed.undefined" - }, { "if": { "and": [ @@ -65971,30 +52673,6 @@ }, "then": "./assets/data/nsi/logos/sharetea-ed30b2.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=Shuyi Tealicious", - "brand:en=Shuyi Tealicious", - "brand:wikidata=Q107729359", - "brand:zh-Hans=书亦烧仙草", - "brand:zh-Hant=書亦燒仙草", - "name=Shuyi Tealicious", - "name:en=Shuyi Tealicious", - "name:zh-Hans=书亦烧仙草", - "name:zh-Hant=書亦燒仙草", - "operator=Shuyi Tealicious Canada" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shuyitealicious-aa8067.undefined" - }, { "if": { "and": [ @@ -66285,23 +52963,6 @@ }, "then": "./assets/data/nsi/logos/tastea-87bfec.fec" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bakery;coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Tatte Bakery & Cafe", - "brand:wikidata=Q116671479", - "name=Tatte Bakery & Cafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tattebakeryandcafe-092509.undefined" - }, { "if": { "and": [ @@ -66319,39 +52980,6 @@ }, "then": "./assets/data/nsi/logos/tealive-2aa1ef.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=tea;coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Teapresso Bar", - "name=Teapresso Bar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teapressobar-4ef526.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=Teeamo", - "brand:wikidata=Q111923135", - "name=Teeamo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teeamo-06a619.undefined" - }, { "if": { "and": [ @@ -66369,27 +52997,6 @@ }, "then": "./assets/data/nsi/logos/tescocafe-a89223.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=The Alley", - "brand:en=The Alley", - "brand:wikidata=Q126456355", - "brand:zh=鹿角巷", - "name=The Alley", - "name:en=The Alley", - "name:zh=鹿角巷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thealley-b3d618.undefined" - }, { "if": { "and": [ @@ -66544,22 +53151,6 @@ }, "then": "./assets/data/nsi/logos/thehumanbean-243cad.cad" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=The Italian Coffee Company", - "name=The Italian Coffee Company" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theitaliancoffeecompany-2f3766.undefined" - }, { "if": { "and": [ @@ -66577,41 +53168,6 @@ }, "then": "./assets/data/nsi/logos/thelinskonditori-46f791.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Think Coffee", - "brand:wikidata=Q122209740", - "name=Think Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thinkcoffee-1d96ac.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Third Wave Coffee Roasters", - "brand:wikidata=Q7785004", - "name=Third Wave Coffee Roasters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thirdwavecoffeeroasters-656fa1.undefined" - }, { "if": { "and": [ @@ -66646,23 +53202,6 @@ }, "then": "./assets/data/nsi/logos/timhortons-ff94db.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Timothy's", - "brand:wikidata=Q7807011", - "name=Timothy's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/timothys-aa8067.undefined" - }, { "if": { "and": [ @@ -66733,23 +53272,6 @@ }, "then": "./assets/data/nsi/logos/tomorocoffee-f6b874.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Torrador", - "brand:wikidata=Q116645762", - "name=Torrador" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/torrador-9d066f.undefined" - }, { "if": { "and": [ @@ -66855,43 +53377,6 @@ }, "then": "./assets/data/nsi/logos/vidaecaffe-79a73c.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Viva cafe", - "name=Viva cafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vivacafe-95edc3.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Wagas", - "brand:en=Wagas", - "brand:wikidata=Q104668297", - "brand:zh=沃歌斯", - "name=Wagas", - "name:en=Wagas", - "name:zh=沃歌斯" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wagas-3300f4.undefined" - }, { "if": { "and": [ @@ -67090,23 +53575,6 @@ }, "then": "./assets/data/nsi/logos/zarraffascoffee-70e4e4.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=ZUS Coffee", - "brand:wikidata=Q110811473", - "name=ZUS Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zuscoffee-2aa1ef.undefined" - }, { "if": { "and": [ @@ -67166,22 +53634,6 @@ }, "then": "./assets/data/nsi/logos/b847e5-1c12ef.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Вилка-ложка", - "name=Вилка-ложка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/83889f-1c12ef.undefined" - }, { "if": { "and": [ @@ -67203,59 +53655,6 @@ }, "then": "./assets/data/nsi/logos/doubleb-1c12ef.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop;pie;tea", - "takeaway=yes", - { - "or": [ - "brand=Кондитерская Теремок", - "brand:wikidata=Q109996560", - "name=Кондитерская Теремок", - "name:en=Teremok Cafe", - "name:ru=Кондитерская Теремок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teremokcafe-1c12ef.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Кофе муз", - "name=Кофе муз", - "name:en=Coffee Moose", - "name:ru=Кофе муз" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coffeemoose-1c12ef.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Кофе Саунд", - "name=Кофе Саунд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/12e4a4-7035bb.undefined" - }, { "if": { "and": [ @@ -67273,22 +53672,6 @@ }, "then": "./assets/data/nsi/logos/14d894-1c12ef.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Кулинарная лавка братьев Караваевых", - "name=Кулинарная лавка братьев Караваевых" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c90773-1c12ef.undefined" - }, { "if": { "and": [ @@ -67328,22 +53711,6 @@ }, "then": "./assets/data/nsi/logos/b38de2-1c12ef.svg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Мираж", - "name=Мираж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/be258a-d874f4.undefined" - }, { "if": { "and": [ @@ -67362,38 +53729,6 @@ }, "then": "./assets/data/nsi/logos/852353-1c12ef.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Сицилия", - "name=Сицилия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fd6b72-d874f4.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Фарфор", - "name=Фарфор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7021b1-1c12ef.undefined" - }, { "if": { "and": [ @@ -67411,22 +53746,6 @@ }, "then": "./assets/data/nsi/logos/ad3ee0-d74022.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Хлеб Насущный", - "name=Хлеб Насущный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d1829c-1c12ef.undefined" - }, { "if": { "and": [ @@ -67486,22 +53805,6 @@ }, "then": "./assets/data/nsi/logos/stolle-d874f4.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Эдем", - "name=Эдем" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/742283-1c12ef.undefined" - }, { "if": { "and": [ @@ -67698,26 +54001,6 @@ }, "then": "./assets/data/nsi/logos/roladin-10eb89.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=بارنز", - "brand:ar=بارنز", - "brand:en=Barn's", - "name=بارنز", - "name:ar=بارنز", - "name:en=Barn's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barns-f27832.undefined" - }, { "if": { "and": [ @@ -68039,27 +54322,6 @@ }, "then": "./assets/data/nsi/logos/starbucks-77c68b.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=엔제리너스", - "brand:en=Angel-in-us Coffee", - "brand:ko=엔제리너스", - "brand:wikidata=Q12606781", - "name=엔제리너스", - "name:en=Angel-in-us Coffee", - "name:ko=엔제리너스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angelinuscoffee-77c68b.undefined" - }, { "if": { "and": [ @@ -68081,48 +54343,6 @@ }, "then": "./assets/data/nsi/logos/yogerpresso-77c68b.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=이디야커피", - "brand:en=Ediya Coffee", - "brand:ko=이디야커피", - "brand:wikidata=Q12611298", - "name=이디야커피", - "name:en=Ediya Coffee", - "name:ko=이디야커피" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ediyacoffee-77c68b.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=카페드롭탑", - "brand:en=Cafe Droptop", - "brand:ko=카페드롭탑", - "brand:wikidata=Q28699799", - "name=카페드롭탑", - "name:en=Cafe Droptop", - "name:ko=카페드롭탑" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cafedroptop-77c68b.undefined" - }, { "if": { "and": [ @@ -68144,48 +54364,6 @@ }, "then": "./assets/data/nsi/logos/caffebene-77c68b.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=커피베이", - "brand:en=Coffeebay", - "brand:ko=커피베이", - "brand:wikidata=Q61092211", - "name=커피베이", - "name:en=Coffeebay", - "name:ko=커피베이" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coffeebay-77c68b.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=커피스미스", - "brand:en=Coffeesmith", - "brand:ko=커피스미스", - "brand:wikidata=Q120998545", - "name=커피스미스", - "name:en=Coffeesmith", - "name:ko=커피스미스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coffeesmith-77c68b.undefined" - }, { "if": { "and": [ @@ -68207,27 +54385,6 @@ }, "then": "./assets/data/nsi/logos/coffeebandaha-77c68b.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=컴포즈커피", - "brand:en=Compose Coffee", - "brand:ko=컴포즈커피", - "brand:wikidata=Q120997937", - "name=컴포즈커피", - "name:en=Compose Coffee", - "name:ko=컴포즈커피" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/composecoffee-77c68b.undefined" - }, { "if": { "and": [ @@ -68249,27 +54406,6 @@ }, "then": "./assets/data/nsi/logos/atwosomeplace-77c68b.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=폴바셋", - "brand:en=Paul Bassett", - "brand:ko=폴바셋", - "brand:wikidata=Q30674569", - "name=폴바셋", - "name:en=Paul Bassett", - "name:ko=폴바셋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paulbassett-77c68b.undefined" - }, { "if": { "and": [ @@ -68466,28 +54602,6 @@ }, "then": "./assets/data/nsi/logos/doutorcoffeeshop-0cf217.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "alt_name:en=Musashino Mori Coffee", - "brand=むさしの森珈琲", - "brand:en=MUSASHI NO MORI COFFEE", - "brand:ja=むさしの森珈琲", - "brand:wikidata=Q116758676", - "name=むさしの森珈琲", - "name:en=Musashi No Mori Coffee", - "name:ja=むさしの森珈琲" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/musashinomoricoffee-0cf217.undefined" - }, { "if": { "and": [ @@ -68512,48 +54626,6 @@ }, "then": "./assets/data/nsi/logos/renoir-0cf217.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=only", - { - "or": [ - "brand=一沐日", - "brand:en=A nice Holiday", - "brand:wikidata=Q127692987", - "brand:zh=一沐日", - "name=一沐日", - "name:en=A nice Holiday", - "name:zh=一沐日" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aniceholiday-7d270d.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=一点点", - "brand:en=alittle-tea", - "brand:wikidata=Q106926258", - "brand:zh=一点点", - "name=一点点", - "name:en=alittle-tea", - "name:zh=一点点" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alittletea-3300f4.undefined" - }, { "if": { "and": [ @@ -68597,27 +54669,6 @@ }, "then": "./assets/data/nsi/logos/yifangtea-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=三分春色", - "brand:en=Trinitea3", - "brand:wikidata=Q111812481", - "brand:zh=三分春色", - "name=三分春色", - "name:en=Trinitea3", - "name:zh=三分春色" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trinitea3-7d270d.undefined" - }, { "if": { "and": [ @@ -68660,48 +54711,6 @@ }, "then": "./assets/data/nsi/logos/onezotapioca-783c92.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=书亦烧仙草", - "brand:en=Shuyi Tealicious", - "brand:wikidata=Q107729359", - "brand:zh=书亦烧仙草", - "name=书亦烧仙草", - "name:en=Shuyi Tealicious", - "name:zh=书亦烧仙草" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shuyitealicious-3300f4.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=五桐號", - "brand:en=WooTea", - "brand:wikidata=Q126455337", - "brand:zh=五桐號", - "name=五桐號", - "name:en=WooTea", - "name:zh=五桐號" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wootea-7d270d.undefined" - }, { "if": { "and": [ @@ -68721,29 +54730,6 @@ }, "then": "./assets/data/nsi/logos/cafeamazon-3300f4.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=先喝道", - "brand:en=Tao-Tao Tea", - "brand:wikidata=Q126456282", - "brand:zh=先喝道", - "name=先喝道", - "name:en=Tao-Tao Tea", - "name:zh=先喝道", - "operator=古典玫瑰園", - "operator:wikidata=Q10913070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taotaotea-7d270d.undefined" - }, { "if": { "and": [ @@ -68767,27 +54753,6 @@ }, "then": "./assets/data/nsi/logos/hachiyotea-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=兰芳园", - "brand:en=LAN FONG YUEN", - "brand:wikidata=Q109968333", - "brand:zh=兰芳园", - "name=兰芳园", - "name:en=LAN FONG YUEN", - "name:zh=兰芳园" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanfongyuen-3300f4.undefined" - }, { "if": { "and": [ @@ -68809,70 +54774,6 @@ }, "then": "./assets/data/nsi/logos/naptea-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=only", - { - "or": [ - "brand=冰饌", - "brand:en=Tea-Workstation", - "brand:wikidata=Q127692990", - "brand:zh=冰饌", - "name=冰饌茶飲專賣店", - "name:en=Tea-Workstation", - "name:zh=冰饌茶飲專賣店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teaworkstation-7d270d.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=ice_cream;bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=古茗", - "brand:en=Goodme", - "brand:wikidata=Q101500324", - "brand:zh=古茗", - "name=古茗", - "name:en=Goodme", - "name:zh=古茗" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodme-3300f4.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "short_name=可不可", - "takeaway=only", - { - "or": [ - "brand=可不可熟成紅茶", - "brand:en=Kebuke", - "brand:wikidata=Q45572389", - "brand:zh=可不可熟成紅茶", - "name=可不可熟成紅茶", - "name:en=Kebuke", - "name:zh=可不可熟成紅茶" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kebuke-7d270d.undefined" - }, { "if": { "and": [ @@ -68961,48 +54862,6 @@ }, "then": "./assets/data/nsi/logos/nuttea-b3d618.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=tea", - "takeaway=yes", - { - "or": [ - "brand=大益茶", - "brand:en=TAETEA", - "brand:wikidata=Q114865249", - "brand:zh=大益茶", - "name=大益茶", - "name:en=TAETEA", - "name:zh=大益茶" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taetea-3300f4.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=大苑子", - "brand:en=DaYung's", - "brand:wikidata=Q67934123", - "brand:zh=大苑子", - "name=大苑子", - "name:en=DaYung's", - "name:zh=大苑子" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dayungs-7d270d.undefined" - }, { "if": { "and": [ @@ -69108,27 +54967,6 @@ }, "then": "./assets/data/nsi/logos/pacificcoffee-b3d618.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=奈雪的茶", - "brand:en=Nayuki", - "brand:wikidata=Q107351710", - "brand:zh=奈雪的茶", - "name=奈雪的茶", - "name:en=Nayuki", - "name:zh=奈雪的茶" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nayuki-3300f4.undefined" - }, { "if": { "and": [ @@ -69196,47 +55034,6 @@ }, "then": "./assets/data/nsi/logos/xingfutang-59dcf2.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=幸运咖", - "brand:en=Lucky Cup", - "brand:zh=幸运咖", - "name=幸运咖", - "name:en=Lucky Cup", - "name:zh=幸运咖" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luckycup-3300f4.undefined" - }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=库迪咖啡", - "brand:en=Cotti Coffee", - "brand:wikidata=Q123370986", - "brand:zh=库迪咖啡", - "name=库迪咖啡", - "name:en=Cotti Coffee", - "name:zh=库迪咖啡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cotticoffee-823e31.undefined" - }, { "if": { "and": [ @@ -69413,27 +55210,6 @@ }, "then": "./assets/data/nsi/logos/bengongstea-823e31.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=沪上阿姨", - "brand:en=AUNTEA JENNY", - "brand:wikidata=Q108165945", - "brand:zh=沪上阿姨", - "name=沪上阿姨", - "name:en=AUNTEA JENNY", - "name:zh=沪上阿姨" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aunteajenny-3300f4.undefined" - }, { "if": { "and": [ @@ -69522,27 +55298,6 @@ }, "then": "./assets/data/nsi/logos/truedan-59dcf2.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=瑞幸咖啡", - "brand:en=Luckin Coffee", - "brand:wikidata=Q56811344", - "brand:zh=瑞幸咖啡", - "name=瑞幸咖啡", - "name:en=Luckin Coffee", - "name:zh=瑞幸咖啡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luckincoffee-3300f4.undefined" - }, { "if": { "and": [ @@ -69564,27 +55319,6 @@ }, "then": "./assets/data/nsi/logos/jiawencing-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=益禾堂", - "brand:en=YH.Tang", - "brand:wikidata=Q110287075", - "brand:zh=益禾堂", - "name=益禾堂", - "name:en=YH.Tang", - "name:zh=益禾堂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yhtang-3300f4.undefined" - }, { "if": { "and": [ @@ -69759,27 +55493,6 @@ }, "then": "./assets/data/nsi/logos/teaandmagichand-7d270d.png" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=茶颜悦色", - "brand:en=Sexytea", - "brand:wikidata=Q60992994", - "brand:zh=茶颜悦色", - "name=茶颜悦色", - "name:en=Sexytea", - "name:zh=茶颜悦色" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sexytea-3300f4.undefined" - }, { "if": { "and": [ @@ -69843,30 +55556,6 @@ }, "then": "./assets/data/nsi/logos/mixueicecreamandtea-59dcf2.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=西雅圖極品咖啡", - "brand:en=Barista Coffee", - "brand:wikidata=Q130525295", - "brand:zh=西雅圖極品咖啡", - "name=西雅圖極品咖啡", - "name:en=Barista Coffee", - "name:zh=西雅圖極品咖啡", - "operator=馥餘實業股份有限公司", - "operator:en=Full Fill Industrial Co., Ltd.", - "operator:zh=馥餘實業股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baristacoffee-7d270d.undefined" - }, { "if": { "and": [ @@ -70128,27 +55817,6 @@ }, "then": "./assets/data/nsi/logos/hechaloutea-7d270d.jpg" }, - { - "if": { - "and": [ - "amenity=cafe", - "cuisine=bubble_tea", - "takeaway=yes", - { - "or": [ - "brand=鹿角巷", - "brand:en=The Alley", - "brand:wikidata=Q126456355", - "brand:zh=鹿角巷", - "name=鹿角巷", - "name:en=The Alley", - "name:zh=鹿角巷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thealley-823e31.undefined" - }, { "if": { "and": [ @@ -70337,21 +56005,6 @@ }, "then": "./assets/data/nsi/logos/cargo-8fb45c.png" }, - { - "if": { - "and": [ - "amenity=car_rental", - { - "or": [ - "brand=CICAR", - "brand:wikidata=Q126181047", - "name=CICAR" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cicar-d3ef0c.undefined" - }, { "if": { "and": [ @@ -70398,22 +56051,6 @@ }, "then": "./assets/data/nsi/logos/enterprise-d9531a.jpg" }, - { - "if": { - "and": [ - "amenity=car_rental", - "supervised=no", - { - "or": [ - "brand=Enterprise GO", - "brand:wikidata=Q130467239", - "operator=Helvetic Motion AG" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enterprisego-145c5e.undefined" - }, { "if": { "and": [ @@ -70811,25 +56448,6 @@ }, "then": "./assets/data/nsi/logos/niconicorentacar-f05847.jpg" }, - { - "if": { - "and": [ - "amenity=car_rental", - { - "or": [ - "brand=ニッポンレンタカー", - "brand:en=NIPPON Rent-A-Car", - "brand:ja=ニッポンレンタカー", - "brand:wikidata=Q11086533", - "name=ニッポンレンタカー", - "name:en=Nippon Rent-A-Car", - "name:ja=ニッポンレンタカー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nipponrentacar-f05847.undefined" - }, { "if": { "and": [ @@ -70887,25 +56505,6 @@ }, "then": "./assets/data/nsi/logos/ponyrentacar-9fc5e0.png" }, - { - "if": { - "and": [ - "amenity=car_rental", - { - "or": [ - "brand=愛旺租車", - "brand:en=IWS Rent a Car", - "brand:wikidata=Q123893253", - "brand:zh=愛旺租車", - "name=愛旺租車", - "name:en=IWS Rent a Car", - "name:zh=愛旺租車" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iwsrentacar-9fc5e0.undefined" - }, { "if": { "and": [ @@ -70963,44 +56562,6 @@ }, "then": "./assets/data/nsi/logos/chihhangcarrental-9fc5e0.jpg" }, - { - "if": { - "and": [ - "amenity=car_rental", - { - "or": [ - "brand=神州租车", - "brand:en=CAR Inc.", - "brand:wikidata=Q18091357", - "brand:zh=神州租车", - "name=神州租车", - "name:en=CAR Inc.", - "name:zh=神州租车" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carinc-bc1c71.undefined" - }, - { - "if": { - "and": [ - "amenity=car_rental", - { - "or": [ - "brand=聯邦租車", - "brand:en=Union Rental Car", - "brand:wikidata=Q123900118", - "brand:zh=聯邦租車", - "name=聯邦租車", - "name:en=Union Rental Car", - "name:zh=聯邦租車" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionrentalcar-9fc5e0.undefined" - }, { "if": { "and": [ @@ -71170,25 +56731,6 @@ }, "then": "./assets/data/nsi/logos/teilauto-c26449.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - "network=VIVe", - "network:wikidata=Q116927524", - { - "or": [ - "brand=VIVe", - "brand:wikidata=Q116927524", - "operator=Hyundai", - "operator:type=private", - "operator:wikidata=Q55931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vive-f6d885.undefined" - }, { "if": { "and": [ @@ -71445,21 +56987,6 @@ }, "then": "./assets/data/nsi/logos/essotigerwash-26327d.jpg" }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=GATE", - "brand:wikidata=Q5526991", - "name=GATE Express Car Wash" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gateexpresscarwash-da012f.undefined" - }, { "if": { "and": [ @@ -71807,36 +57334,6 @@ }, "then": "./assets/data/nsi/logos/tidalwaveautospa-244496.jpg" }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=Wash", - "brand:wikidata=Q124568566", - "name=Wash" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wash-43b899.undefined" - }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=Washman", - "brand:wikidata=Q109827210", - "name=Washman" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/washman-987d4e.undefined" - }, { "if": { "and": [ @@ -71852,65 +57349,6 @@ }, "then": "./assets/data/nsi/logos/waves-d2c834.png" }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=Автобаня", - "name=Автобаня" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6af9e7-458305.undefined" - }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=Мой сам", - "name=Мой сам" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8aea6e-c4e665.undefined" - }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=Мой-ка! DS", - "name=Мой-ка! DS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cf497f-a80d1f.undefined" - }, - { - "if": { - "and": [ - "amenity=car_wash", - { - "or": [ - "brand=途虎", - "brand:wikidata=Q114064893", - "brand:zh=途虎", - "name=途虎", - "name:zh=途虎" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77ef3a-b5eb92.undefined" - }, { "if": { "and": [ @@ -71941,68 +57379,6 @@ }, "then": "./assets/data/nsi/logos/codere-3dfd07.png" }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=Crown Resorts", - "brand:wikidata=Q1029724", - "name=Crown Resorts" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crownresorts-683d57.undefined" - }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=efbet", - "brand:wikidata=Q25484853", - "name=efbet", - "name:bg=ефбет", - "name:en=efbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/efbet-cfc6fe.undefined" - }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=Fair Play Casino", - "brand:wikidata=Q108923693", - "name=Fair Play Casino" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairplaycasino-cf45c0.undefined" - }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=Flamingo Casino", - "brand:wikidata=Q108926539", - "name=Flamingo Casino" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flamingocasino-cf45c0.undefined" - }, { "if": { "and": [ @@ -72018,36 +57394,6 @@ }, "then": "./assets/data/nsi/logos/hollandcasino-cf45c0.jpg" }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=inbet", - "brand:wikidata=Q114053810", - "name=inbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inbet-cfc6fe.undefined" - }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=Jack's Casino", - "brand:wikidata=Q108926684", - "name=Jack's Casino" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jackscasino-cf45c0.undefined" - }, { "if": { "and": [ @@ -72063,20 +57409,6 @@ }, "then": "./assets/data/nsi/logos/luckia-5a89e4.svg" }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=Maxbet", - "name=Maxbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxbet-5f5cfa.undefined" - }, { "if": { "and": [ @@ -72122,36 +57454,6 @@ }, "then": "./assets/data/nsi/logos/topsport-c593f4.png" }, - { - "if": { - "and": [ - "amenity=casino", - { - "or": [ - "brand=WinBet", - "brand:wikidata=Q61140282", - "name=WinBet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winbet-cfc6fe.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Believ", - "brand:wikidata=Q129085075", - "name=Believ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/believ-cc3397.undefined" - }, { "if": { "and": [ @@ -72182,15 +57484,6 @@ }, "then": "./assets/data/nsi/logos/chargy-cc3397.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "brand=Charge365" - ] - }, - "then": "./assets/data/nsi/logos/charge365-054d0f.undefined" - }, { "if": { "and": [ @@ -72251,15 +57544,6 @@ }, "then": "./assets/data/nsi/logos/ionity-b625d6.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "brand=Ishavsveien" - ] - }, - "then": "./assets/data/nsi/logos/ishavsveien-054d0f.undefined" - }, { "if": { "and": [ @@ -72401,22 +57685,6 @@ }, "then": "./assets/data/nsi/logos/powerdot-f718d2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Recharge", - "brand:wikidata=Q126540050", - "name=Recharge", - "operator=Recharge" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/recharge-12f14e.undefined" - }, { "if": { "and": [ @@ -72445,22 +57713,6 @@ }, "then": "./assets/data/nsi/logos/rivianwaypoints-d2b245.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Smart Charge", - "brand:wikidata=Q127686420", - "operator=Sainsbury's", - "operator:wikidata=Q152096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smartcharge-cc3397.undefined" - }, { "if": { "and": [ @@ -72477,22 +57729,6 @@ }, "then": "./assets/data/nsi/logos/tesladestinationcharger-67e574.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Tesla Supercharger", - "brand:wikidata=Q17089620", - "operator=Tesla, Inc.", - "operator:wikidata=Q478214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teslasupercharger-67e574.undefined" - }, { "if": { "and": [ @@ -72540,22 +57776,6 @@ }, "then": "./assets/data/nsi/logos/wink-59a92d.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Zero", - "brand:wikidata=Q115065783", - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zero-dd8b2e.undefined" - }, { "if": { "and": [ @@ -72572,49 +57792,6 @@ }, "then": "./assets/data/nsi/logos/zsedrive-8610f2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Malanka", - "brand:be=Маланка", - "brand:en=Malanka", - "brand:ru=Маланка", - "brand:wikidata=Q110634998", - "name=Malanka", - "name:be=Маланка", - "name:en=Malanka", - "name:ru=Маланка", - "operator=Белоруснефть", - "operator:wikidata=Q4082693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malanka-f2a4c9.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "network=Энергия Москвы", - "network:en=Energy of Moscow", - "network:ru=Энергия Москвы", - "network:wikidata=Q125346046", - { - "or": [ - "brand=Энергия Москвы", - "brand:en=Energy of Moscow", - "brand:ru=Энергия Москвы", - "brand:wikidata=Q125346046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyofmoscow-012f44.undefined" - }, { "if": { "and": [ @@ -72707,45 +57884,6 @@ }, "then": "./assets/data/nsi/logos/niopowercharger-07dd34.jpg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "brand=Anganvady", - "name=Anganvady" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anganvady-115c62.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "brand=Anganwadi", - "brand:en=Anganwadi", - "brand:hi=आँगनवाडी", - "brand:pa=ਆਂਗਣਵਾੜੀ", - "brand:pnb=آنگن واڑی", - "brand:ur=آنگن واڑی", - "brand:wikidata=Q16251231", - "name=Anganwadi", - "name:en=Anganwadi", - "name:hi=आँगनवाडी", - "name:pa=ਆਂਗਣਵਾੜੀ", - "name:pnb=آنگن واڑی", - "name:ur=آنگن واڑی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anganwadi-115c62.undefined" - }, { "if": { "and": [ @@ -72775,20 +57913,6 @@ }, "then": "./assets/data/nsi/logos/busybees-e7c9ca.jpg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "brand=CEN-CINAI", - "name=CEN-CINAI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cencinai-299b2d.undefined" - }, { "if": { "and": [ @@ -72883,24 +58007,6 @@ }, "then": "./assets/data/nsi/logos/ymcachildcare-fd7b3f.png" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "brand=Бэби-клуб", - "brand:en=Baby-Club", - "brand:ru=Бэби-клуб", - "name=Бэби-клуб", - "name:en=Baby-Club", - "name:ru=Бэби-клуб" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/babyclub-22863f.undefined" - }, { "if": { "and": [ @@ -73007,22 +58113,6 @@ }, "then": "./assets/data/nsi/logos/amc-71ff56.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - "short_name=B&B", - { - "or": [ - "brand=B&B Theatres", - "brand:wikidata=Q4833576", - "name=B&B Theatres" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bandbtheatres-a7c63e.undefined" - }, { "if": { "and": [ @@ -73179,21 +58269,6 @@ }, "then": "./assets/data/nsi/logos/cinemax-396cc7.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Cinemaximum", - "brand:wikidata=Q24914175", - "name=Cinemaximum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cinemaximum-690e75.undefined" - }, { "if": { "and": [ @@ -73393,21 +58468,6 @@ }, "then": "./assets/data/nsi/logos/curzon-5b33a1.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Dendy Cinemas", - "brand:wikidata=Q22907727", - "name=Dendy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dendy-1a8a27.undefined" - }, { "if": { "and": [ @@ -73515,25 +58575,6 @@ }, "then": "./assets/data/nsi/logos/hoyts-402915.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=In89豪華數位影城", - "brand:en=in89 Cinemax", - "brand:wikidata=Q10851078", - "brand:zh=In89豪華數位影院", - "name=In89豪華數位影城", - "name:en=in89 Cinemax", - "name:zh=In89豪華數位影院" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/in89cinemax-4205fd.undefined" - }, { "if": { "and": [ @@ -73580,21 +58621,6 @@ }, "then": "./assets/data/nsi/logos/kinepolis-bc363a.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Kino za Rogiem", - "brand:wikidata=Q126195830", - "name=Kino za Rogiem" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinozarogiem-696d99.undefined" - }, { "if": { "and": [ @@ -73793,24 +58819,6 @@ }, "then": "./assets/data/nsi/logos/moviecom-82f832.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - "official_name=松竹マルチプレックスシアターズ", - "official_name:en=Shochiku Multiplex Theatres", - "official_name:ja=松竹マルチプレックスシアターズ", - { - "or": [ - "brand=MOVIX", - "brand:wikidata=Q11532184", - "name=MOVIX" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/movix-35c174.undefined" - }, { "if": { "and": [ @@ -73902,20 +58910,6 @@ }, "then": "./assets/data/nsi/logos/palacecinemas-1a8a27.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Paribu Cineverse", - "name=Paribu Cineverse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paribucineverse-690e75.undefined" - }, { "if": { "and": [ @@ -73996,21 +58990,6 @@ }, "then": "./assets/data/nsi/logos/rapchieuphimcgv-360d00.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Reading Cinemas", - "brand:wikidata=Q43898773", - "name=Reading Cinemas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/readingcinemas-49d471.undefined" - }, { "if": { "and": [ @@ -74200,21 +59179,6 @@ }, "then": "./assets/data/nsi/logos/ugc-259e3e.png" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=Utopia", - "brand:wikidata=Q3552766", - "name=Utopia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/utopia-24fd45.undefined" - }, { "if": { "and": [ @@ -74349,63 +59313,6 @@ }, "then": "./assets/data/nsi/logos/unitedcinemas-35c174.png" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=万达影城", - "brand:en=Wanda Cinemas", - "brand:wikidata=Q18708812", - "brand:zh=万达影城", - "name=万达影城", - "name:en=Wanda Cinemas", - "name:zh=万达影城" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wandacinemas-98bf22.undefined" - }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=中影国际影城", - "brand:en=China Film International Cinema", - "brand:wikidata=Q10875534", - "brand:zh=中影国际影城", - "name=中影国际影城", - "name:en=China Film International Cinema", - "name:zh=中影国际影城" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinafilminternationalcinema-98bf22.undefined" - }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=喜樂時代影城", - "brand:en=Century Asia Cinemas", - "brand:wikidata=Q22097589", - "brand:zh=喜樂時代影城", - "name=喜樂時代影城", - "name:en=Century Asia Cinemas", - "name:zh=喜樂時代影城" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centuryasiacinemas-4205fd.undefined" - }, { "if": { "and": [ @@ -74539,25 +59446,6 @@ }, "then": "./assets/data/nsi/logos/showtimecinemas-4205fd.jpg" }, - { - "if": { - "and": [ - "amenity=cinema", - { - "or": [ - "brand=美麗新影城", - "brand:en=Miranew Cinemas", - "brand:wikidata=Q60996073", - "brand:zh=美麗新影城", - "name=美麗新影城", - "name:en=Miranew Cinemas", - "name:zh=美麗新影城" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miranewcinemas-4205fd.undefined" - }, { "if": { "and": [ @@ -74643,22 +59531,6 @@ }, "then": "./assets/data/nsi/logos/iqlaservision-f10d23.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=dialysis", - "healthcare:speciality=nephrology", - { - "or": [ - "brand=KfH", - "brand:wikidata=Q1740377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kfh-5fb5d4.undefined" - }, { "if": { "and": [ @@ -74743,23 +59615,6 @@ }, "then": "./assets/data/nsi/logos/nvision-b3ff53.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - "healthcare:speciality=urgent", - { - "or": [ - "brand=Rochester Regional Health Urgent Care", - "brand:wikidata=Q127996131", - "name=Rochester Regional Health Urgent Care" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rochesterregionalhealthurgentcare-a9ca6f.undefined" - }, { "if": { "and": [ @@ -74844,23 +59699,6 @@ }, "then": "./assets/data/nsi/logos/touchstoneimaging-50ed08.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - "healthcare:speciality=urgent", - { - "or": [ - "brand=UR Medicine Urgent Care", - "brand:wikidata=Q59488288", - "name=UR Medicine Urgent Care" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urmedicineurgentcare-a9ca6f.undefined" - }, { "if": { "and": [ @@ -75093,37 +59931,6 @@ }, "then": "./assets/data/nsi/logos/damiradentalstudios-475ab9.jpg" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Dentalia", - "name=Dentalia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dentalia-e18215.undefined" - }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=DentalWorks", - "brand:wikidata=Q113712187", - "name=DentalWorks" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dentalworks-f3d61f.undefined" - }, { "if": { "and": [ @@ -75156,38 +59963,6 @@ }, "then": "./assets/data/nsi/logos/distriktstandvarden-a3d4a5.png" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Folktandvården", - "brand:wikidata=Q10497476", - "name=Folktandvården" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/folktandvarden-a3d4a5.undefined" - }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Gentle Dental", - "brand:wikidata=Q108410773", - "name=Gentle Dental" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gentledental-708bdc.undefined" - }, { "if": { "and": [ @@ -75284,22 +60059,6 @@ }, "then": "./assets/data/nsi/logos/mondovidental-708bdc.bdc" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=My Dentist", - "brand:wikidata=Q6945266", - "name=My Dentist" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mydentist-708bdc.undefined" - }, { "if": { "and": [ @@ -75316,22 +60075,6 @@ }, "then": "./assets/data/nsi/logos/mydentist-475ab9.jpg" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=SmileKeepers", - "brand:wikidata=Q108410786", - "name=SmileKeepers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smilekeepers-708bdc.undefined" - }, { "if": { "and": [ @@ -75348,21 +60091,6 @@ }, "then": "./assets/data/nsi/logos/vitaldent-23a76b.jpg" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Voxel", - "name=Voxel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/voxel-5c89ef.undefined" - }, { "if": { "and": [ @@ -75433,37 +60161,6 @@ }, "then": "./assets/data/nsi/logos/willamettedentalgroup-cbc6dc.png" }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Мой Зубной", - "brand:wikidata=Q110775866", - "name=Мой Зубной" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1606b5-5c89ef.undefined" - }, - { - "if": { - "and": [ - "amenity=dentist", - "healthcare=dentist", - { - "or": [ - "brand=Улыбка", - "name=Улыбка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a1a834-37a285.undefined" - }, { "if": { "and": [ @@ -75548,23 +60245,6 @@ }, "then": "./assets/data/nsi/logos/sutterwalkincare-b04fc4.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "healthcare:speciality=community", - { - "or": [ - "brand=The Little Clinic", - "brand:wikidata=Q64138262", - "name=The Little Clinic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thelittleclinic-e57666.undefined" - }, { "if": { "and": [ @@ -75597,20 +60277,6 @@ }, "then": "./assets/data/nsi/logos/ecf-7fb17b.png" }, - { - "if": { - "and": [ - "amenity=driving_school", - { - "or": [ - "brand=Galadari", - "name=Galadari" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/galadari-aa822b.undefined" - }, { "if": { "and": [ @@ -75692,27 +60358,6 @@ }, "then": "./assets/data/nsi/logos/4fingerscrispychicken-aadea7.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=72街", - "brand:en=72 Street", - "brand:wikidata=Q108683743", - "brand:zh=72街", - "name=72街", - "name:en=72 Street", - "name:zh=72街" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/72street-65b4e8.undefined" - }, { "if": { "and": [ @@ -75747,23 +60392,6 @@ }, "then": "./assets/data/nsi/logos/aandw-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "brand=Abokado", - "brand:wikidata=Q21006819", - "name=Abokado" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abokado-8bf212.undefined" - }, { "if": { "and": [ @@ -75781,39 +60409,6 @@ }, "then": "./assets/data/nsi/logos/acaiconcept-989340.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;kebab;pizza;shawarma", - "takeaway=yes", - { - "or": [ - "brand=Aik Бистро", - "name=Aik Бистро" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6856b5-7582d1.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sandwich", - "takeaway=yes", - { - "or": [ - "brand=Al's Beef", - "brand:wikidata=Q110609570", - "name=Al's Beef" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alsbeef-0e88aa.undefined" - }, { "if": { "and": [ @@ -75831,23 +60426,6 @@ }, "then": "./assets/data/nsi/logos/aladinfoods-1fab0a.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=shawarma", - "takeaway=yes", - { - "or": [ - "brand=Ali Baba's", - "brand:wikidata=Q105398745", - "name=Ali Baba's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alibabas-e49d2e.undefined" - }, { "if": { "and": [ @@ -76308,24 +60886,6 @@ }, "then": "./assets/data/nsi/logos/baydoner-8ef00c.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Beijing Bites", - "brand:wikidata=Q124374289", - "name=Beijing Bites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beijingbites-aba431.undefined" - }, { "if": { "and": [ @@ -76444,23 +61004,6 @@ }, "then": "./assets/data/nsi/logos/bigfernand-8ddd61.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=tacos;mexican", - "takeaway=yes", - { - "or": [ - "brand=Billy Tacos", - "brand:wikidata=Q122167398", - "name=Billy Tacos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/billytacos-b4e8f3.undefined" - }, { "if": { "and": [ @@ -76683,23 +61226,6 @@ }, "then": "./assets/data/nsi/logos/bostonmarket-4d2ff4.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=cajun", - "takeaway=yes", - { - "or": [ - "brand=Bourbon St. Grill", - "brand:wikidata=Q123409942", - "name=Bourbon St. Grill" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bourbonstgrill-e49d2e.undefined" - }, { "if": { "and": [ @@ -76772,23 +61298,6 @@ }, "then": "./assets/data/nsi/logos/bronsonsburgers-8bf212.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Brown's Chicken", - "brand:wikidata=Q4975925", - "name=Brown's Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brownschicken-dbdcb8.undefined" - }, { "if": { "and": [ @@ -76807,23 +61316,6 @@ }, "then": "./assets/data/nsi/logos/brueggersbagels-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=barbecue;burger;chicken;ice_cream;meat;steak_house", - "takeaway=yes", - { - "or": [ - "brand=Brut Butcher", - "brand:wikidata=Q100324445", - "name=Brut Butcher" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brutbutcher-11ef38.undefined" - }, { "if": { "and": [ @@ -76909,23 +61401,6 @@ }, "then": "./assets/data/nsi/logos/burgermachine-33d36e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;sandwich", - "takeaway=yes", - { - "or": [ - "brand=Burger Street", - "brand:wikidata=Q4998556", - "name=Burger Street" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burgerstreet-1ab7d8.undefined" - }, { "if": { "and": [ @@ -77089,23 +61564,6 @@ }, "then": "./assets/data/nsi/logos/burgerville-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=mexican", - "takeaway=yes", - { - "or": [ - "brand=Burrito Boyz", - "brand:wikidata=Q123409967", - "name=Burrito Boyz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burritoboyz-72d462.undefined" - }, { "if": { "and": [ @@ -77140,23 +61598,6 @@ }, "then": "./assets/data/nsi/logos/bushschicken-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Butchies", - "brand:wikidata=Q111015134", - "name=Butchies" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/butchies-8bf212.undefined" - }, { "if": { "and": [ @@ -77311,23 +61752,6 @@ }, "then": "./assets/data/nsi/logos/carlsjr-9b2018.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=Chamas Tacos", - "brand:wikidata=Q127411207", - "name=Chamas Tacos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chamastacos-11ef38.undefined" - }, { "if": { "and": [ @@ -77448,23 +61872,6 @@ }, "then": "./assets/data/nsi/logos/chezashton-e49d2e.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=Chez l'Ancien", - "brand:wikidata=Q130216395", - "name=Chez l'Ancien" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chezlancien-11ef38.undefined" - }, { "if": { "and": [ @@ -77516,23 +61923,6 @@ }, "then": "./assets/data/nsi/logos/chickenexpress-aef212.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Chicken Licken", - "brand:wikidata=Q4164819", - "name=Chicken Licken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chickenlicken-cad0f9.undefined" - }, { "if": { "and": [ @@ -77585,22 +61975,6 @@ }, "then": "./assets/data/nsi/logos/chickenshop-8bf212.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Chicken Star", - "name=Chicken Star" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chickenstar-33d36e.undefined" - }, { "if": { "and": [ @@ -77791,27 +62165,6 @@ }, "then": "./assets/data/nsi/logos/chowking-33d36e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=hot_dog;korean", - "takeaway=yes", - { - "or": [ - "brand=Chungchun Rice Dog", - "brand:en=Chungchun Rice Dog", - "brand:ko=청춘감성쌀핫도그", - "brand:wikidata=Q115803477", - "name=Chungchun", - "name:en=Chungchun", - "name:ko=청춘감성쌀핫도그" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chungchun-c08753.undefined" - }, { "if": { "and": [ @@ -77880,23 +62233,6 @@ }, "then": "./assets/data/nsi/logos/cleanjuice-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Cluck-U Chicken", - "brand:wikidata=Q5136557", - "name=Cluck-U Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cluckuchicken-4d2ff4.undefined" - }, { "if": { "and": [ @@ -77914,27 +62250,6 @@ }, "then": "./assets/data/nsi/logos/cocodimama-1abd07.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sandwich", - "takeaway=yes", - { - "or": [ - "brand=Cœur de Blé", - "brand:en=Coeur de Blé", - "brand:fr=Cœur de Blé", - "brand:wikidata=Q95745666", - "name=Cœur de Blé", - "name:en=Coeur de Blé", - "name:fr=Cœur de Blé" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coeurdeble-11ef38.undefined" - }, { "if": { "and": [ @@ -78313,22 +62628,6 @@ }, "then": "./assets/data/nsi/logos/dig-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Dim Coffee", - "name=Dim Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dimcoffee-7582d1.undefined" - }, { "if": { "and": [ @@ -78346,40 +62645,6 @@ }, "then": "./assets/data/nsi/logos/districttaco-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "diet:halal=yes", - "takeaway=yes", - { - "or": [ - "brand=Dixy Chicken", - "brand:wikidata=Q5285003", - "name=Dixy Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dixychicken-d5291b.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=Do.Bro Coffee", - "name=Do.Bro Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dobrocoffee-7582d1.undefined" - }, { "if": { "and": [ @@ -78414,22 +62679,6 @@ }, "then": "./assets/data/nsi/logos/dominos-609f2a.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Don Pollo", - "name=Don Pollo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donpollo-64ebd7.undefined" - }, { "if": { "and": [ @@ -78515,23 +62764,6 @@ }, "then": "./assets/data/nsi/logos/dqgrillandchill-d2abf0.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=juice", - "takeaway=yes", - { - "or": [ - "brand=DROPTOP", - "brand:wikidata=Q119213536", - "name=DROPTOP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/droptop-c56583.undefined" - }, { "if": { "and": [ @@ -78639,23 +62871,6 @@ }, "then": "./assets/data/nsi/logos/eazie-60a83c.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=american", - "takeaway=yes", - { - "or": [ - "brand=Eddie Rocket's", - "brand:wikidata=Q1007312", - "name=Eddie Rocket's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eddierockets-f334ca.undefined" - }, { "if": { "and": [ @@ -78674,23 +62889,6 @@ }, "then": "./assets/data/nsi/logos/eddyspizza-0ae65d.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "brand=Edo Japan", - "brand:wikidata=Q17492665", - "name=Edo Japan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edojapan-e49d2e.undefined" - }, { "if": { "and": [ @@ -79036,22 +63234,6 @@ }, "then": "./assets/data/nsi/logos/farmerboys-4d2ff4.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=Farsh", - "name=Farsh" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farsh-26312c.undefined" - }, { "if": { "and": [ @@ -79312,23 +63494,6 @@ }, "then": "./assets/data/nsi/logos/flowerburger-4e7c43.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=Food Solutions", - "brand:wikidata=Q118149812", - "name=Food Solutions" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foodsolutions-71a487.undefined" - }, { "if": { "and": [ @@ -79483,23 +63648,6 @@ }, "then": "./assets/data/nsi/logos/freshens-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=juice", - "takeaway=yes", - { - "or": [ - "brand=Freshly Squeezed", - "brand:wikidata=Q124035170", - "name=Freshly Squeezed" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freshlysqueezed-e49d2e.undefined" - }, { "if": { "and": [ @@ -79552,40 +63700,6 @@ }, "then": "./assets/data/nsi/logos/frittenwerk-6ea233.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=juice;salad", - "takeaway=yes", - { - "or": [ - "brand=Froots", - "brand:wikidata=Q96203860", - "name=Froots" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/froots-d17423.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=mexican", - "takeaway=yes", - { - "or": [ - "brand=Fuzzy's Taco Shop", - "brand:wikidata=Q85762348", - "name=Fuzzy's Taco Shop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fuzzystacoshop-4d2ff4.undefined" - }, { "if": { "and": [ @@ -79637,23 +63751,6 @@ }, "then": "./assets/data/nsi/logos/galitos-00ffa4.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=american", - "takeaway=yes", - { - "or": [ - "brand=Genghis Grill", - "brand:wikidata=Q29470710", - "name=Genghis Grill" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/genghisgrill-4d2ff4.undefined" - }, { "if": { "and": [ @@ -79688,23 +63785,6 @@ }, "then": "./assets/data/nsi/logos/ginospizza-e49d2e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Gino's Pizza & Spaghetti House", - "brand:wikidata=Q5563205", - "name=Gino's Pizza & Spaghetti House" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ginospizzaandspaghettihouse-4d2ff4.undefined" - }, { "if": { "and": [ @@ -79948,23 +64028,6 @@ }, "then": "./assets/data/nsi/logos/grilld-d43c69.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=mexican", - "takeaway=yes", - { - "or": [ - "brand=Guac Mexi Grill", - "brand:wikidata=Q123865514", - "name=Guac Mexi Grill" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guacmexigrill-e49d2e.undefined" - }, { "if": { "and": [ @@ -80053,23 +64116,6 @@ }, "then": "./assets/data/nsi/logos/haldirams-aba431.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Hallo Pizza", - "brand:wikidata=Q1571798", - "name=Hallo Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hallopizza-6ea233.undefined" - }, { "if": { "and": [ @@ -80329,23 +64375,6 @@ }, "then": "./assets/data/nsi/logos/hungryjacks-d43c69.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Hungry Lion", - "brand:wikidata=Q115636930", - "name=Hungry Lion" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hungrylion-f0dc80.undefined" - }, { "if": { "and": [ @@ -80469,24 +64498,6 @@ }, "then": "./assets/data/nsi/logos/innoutburger-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=south_indian", - "takeaway=yes", - { - "or": [ - "brand=Indira Canteen", - "brand:wikidata=Q36164828", - "name=Indira Canteen", - "operator=BBMP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indiracanteen-aba431.undefined" - }, { "if": { "and": [ @@ -80679,23 +64690,6 @@ }, "then": "./assets/data/nsi/logos/jimmythegreek-bf41de.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Joe's Pizza", - "brand:wikidata=Q122209788", - "name=Joe's Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joespizza-a0688e.undefined" - }, { "if": { "and": [ @@ -80730,23 +64724,6 @@ }, "then": "./assets/data/nsi/logos/jollibee-9b2018.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=Joys Tacos", - "brand:wikidata=Q127411825", - "name=Joys Tacos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joystacos-11ef38.undefined" - }, { "if": { "and": [ @@ -80798,23 +64775,6 @@ }, "then": "./assets/data/nsi/logos/juiceland-4d2ff4.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pasta", - "takeaway=yes", - { - "or": [ - "brand=Julia's", - "brand:wikidata=Q123421877", - "name=Julia's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/julias-60a83c.undefined" - }, { "if": { "and": [ @@ -80883,22 +64843,6 @@ }, "then": "./assets/data/nsi/logos/kaatizone-aba431.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken;korean", - "takeaway=yes", - { - "or": [ - "brand=Kannam Chicken", - "name=Kannam Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kannamchicken-79e0b1.undefined" - }, { "if": { "and": [ @@ -81035,22 +64979,6 @@ }, "then": "./assets/data/nsi/logos/kilimanjaro-3eb11d.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=kebab", - "takeaway=yes", - { - "or": [ - "brand=King Kebab", - "name=King Kebab" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kingkebab-5ca460.undefined" - }, { "if": { "and": [ @@ -81068,23 +64996,6 @@ }, "then": "./assets/data/nsi/logos/kingofdonair-e49d2e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pie", - "takeaway=yes", - { - "or": [ - "brand=King Pie", - "brand:wikidata=Q116619039", - "name=King Pie" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kingpie-7fdf05.undefined" - }, { "if": { "and": [ @@ -81533,23 +65444,6 @@ }, "then": "./assets/data/nsi/logos/lekiosqueapizzas-1781f3.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=Le Tacos de Lyon", - "brand:wikidata=Q127412004", - "name=Le Tacos de Lyon" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/letacosdelyon-508db0.undefined" - }, { "if": { "and": [ @@ -82384,23 +66278,6 @@ }, "then": "./assets/data/nsi/logos/mooyah-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Morley's", - "brand:wikidata=Q21008528", - "name=Morley's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/morleys-45095e.undefined" - }, { "if": { "and": [ @@ -82487,23 +66364,6 @@ }, "then": "./assets/data/nsi/logos/mrpizza-c56583.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pretzel", - "takeaway=yes", - { - "or": [ - "brand=Mr. Pretzels", - "brand:wikidata=Q115728208", - "name=Mr. Pretzels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrpretzels-d3f544.undefined" - }, { "if": { "and": [ @@ -82572,23 +66432,6 @@ }, "then": "./assets/data/nsi/logos/muchoburrito-437ecc.ecc" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=hot_dog", - "takeaway=yes", - { - "or": [ - "brand=Myungrang Hotdog", - "brand:wikidata=Q130527587", - "name=Myungrang Hotdog" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/myungranghotdog-e13ed7.undefined" - }, { "if": { "and": [ @@ -82641,23 +66484,6 @@ }, "then": "./assets/data/nsi/logos/nekterjuicebar-4d2ff4.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=dessert", - "takeaway=yes", - { - "or": [ - "brand=Nestlé Toll House Café", - "brand:wikidata=Q6997922", - "name=Nestlé Toll House Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nestletollhousecafe-4d2ff4.undefined" - }, { "if": { "and": [ @@ -82677,23 +66503,6 @@ }, "then": "./assets/data/nsi/logos/newdeli-dbdcb8.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=New School Tacos", - "brand:wikidata=Q127412152", - "name=New School Tacos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newschooltacos-4ecab6.undefined" - }, { "if": { "and": [ @@ -82866,23 +66675,6 @@ }, "then": "./assets/data/nsi/logos/norkys-654705.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Nravizza", - "brand:wikidata=Q125747982", - "name=Nravizza Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nravizzapizza-381458.undefined" - }, { "if": { "and": [ @@ -82991,23 +66783,6 @@ }, "then": "./assets/data/nsi/logos/oliverssupersandwiches-9f9722.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=coffee_shop", - "takeaway=yes", - { - "or": [ - "brand=One Price Coffee", - "brand:wikidata=Q108215010", - "name=One Price Coffee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onepricecoffee-7582d1.undefined" - }, { "if": { "and": [ @@ -83043,22 +66818,6 @@ }, "then": "./assets/data/nsi/logos/oporto-d43c69.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;kebab;pizza", - "takeaway=yes", - { - "or": [ - "brand=Oqtepa Lavash", - "name=Oqtepa Lavash" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oqtepalavash-d0294b.undefined" - }, { "if": { "and": [ @@ -83076,40 +66835,6 @@ }, "then": "./assets/data/nsi/logos/orangejulius-d2abf0.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=Original Tommy's", - "brand:wikidata=Q7102588", - "name=Original Tommy's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/originaltommys-3140ea.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=only", - { - "or": [ - "brand=Osama Sushi", - "brand:wikidata=Q124744871", - "name=Osama Sushi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osamasushi-50e0ae.undefined" - }, { "if": { "and": [ @@ -83216,23 +66941,6 @@ }, "then": "./assets/data/nsi/logos/panerabread-d2abf0.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese;korean;sushi;thai", - "takeaway=yes", - { - "or": [ - "brand=Panku Streetfood", - "brand:wikidata=Q114805636", - "name=Panku Streetfood" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pankustreetfood-45095e.undefined" - }, { "if": { "and": [ @@ -83250,23 +66958,6 @@ }, "then": "./assets/data/nsi/logos/panos-2bde2f.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sandwich", - "takeaway=yes", - { - "or": [ - "brand=Pans & Company", - "brand:wikidata=Q11697586", - "name=Pans & Company" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pansandcompany-b2cd69.undefined" - }, { "if": { "and": [ @@ -83320,42 +67011,6 @@ }, "then": "./assets/data/nsi/logos/papaspizza-0ae65d.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=local", - "takeaway=yes", - { - "or": [ - "brand=Papaye Fast Food", - "brand:wikidata=Q96104325", - "name=Papaye Fast Food", - "operator=Papaye Fast Foods Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/papayefastfood-0ae65d.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Pasaport Pizza", - "brand:wikidata=Q6057390", - "name=Pasaport Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pasaportpizza-8ef00c.undefined" - }, { "if": { "and": [ @@ -83407,23 +67062,6 @@ }, "then": "./assets/data/nsi/logos/pepes-45095e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=teppanyaki", - "takeaway=yes", - { - "or": [ - "brand=Pepper Lunch", - "brand:wikidata=Q1016072", - "name=Pepper Lunch" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pepperlunch-658eea.undefined" - }, { "if": { "and": [ @@ -83476,40 +67114,6 @@ }, "then": "./assets/data/nsi/logos/phillypretzelfactory-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pie", - "takeaway=yes", - { - "or": [ - "brand=Pie City", - "brand:wikidata=Q116619195", - "name=Pie City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piecity-7fdf05.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Pinulito", - "brand:wikidata=Q62273613", - "name=Pinulito" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinulito-41b0d1.undefined" - }, { "if": { "and": [ @@ -83870,23 +67474,6 @@ }, "then": "./assets/data/nsi/logos/pizzaschmizza-c26124.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Pizza Tutto", - "brand:wikidata=Q72115627", - "name=Pizza Tutto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzatutto-34e6e8.undefined" - }, { "if": { "and": [ @@ -83903,23 +67490,6 @@ }, "then": "./assets/data/nsi/logos/pizzaunion-8bf212.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Pizza Vito", - "brand:wikidata=Q116537147", - "name=Pizza Vito" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzavito-34e6e8.undefined" - }, { "if": { "and": [ @@ -83937,25 +67507,6 @@ }, "then": "./assets/data/nsi/logos/pizzabakeren-4d7dcd.dcd" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza;chicken", - "takeaway=yes", - { - "or": [ - "brand=Pizzaman Chickenman", - "brand:wikidata=Q123097576", - "name=Pizzaman Chickenman", - "operator=Ceqa Foods & Beverages", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzamanchickenman-0ae65d.undefined" - }, { "if": { "and": [ @@ -84075,23 +67626,6 @@ }, "then": "./assets/data/nsi/logos/pollocampero-658eea.eea" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Pollo Feliz", - "brand:wikidata=Q113187047", - "name=Pollo Feliz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pollofeliz-15d9cd.undefined" - }, { "if": { "and": [ @@ -84143,22 +67677,6 @@ }, "then": "./assets/data/nsi/logos/pollotropical-658eea.eea" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Pollolandia", - "name=Pollolandia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pollolandia-057a99.undefined" - }, { "if": { "and": [ @@ -84627,23 +68145,6 @@ }, "then": "./assets/data/nsi/logos/rosatis-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Rostic's", - "brand:wikidata=Q3442874", - "name=Rostic's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rostics-7582d1.undefined" - }, { "if": { "and": [ @@ -84678,22 +68179,6 @@ }, "then": "./assets/data/nsi/logos/royaldonuts-6ea233.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=kebab", - "takeaway=yes", - { - "or": [ - "brand=Royal Kebab", - "name=Royal Kebab" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalkebab-5ca460.undefined" - }, { "if": { "and": [ @@ -84832,23 +68317,6 @@ }, "then": "./assets/data/nsi/logos/salsaritasfreshmexicangrill-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Sam's Chicken", - "brand:wikidata=Q24439129", - "name=Sam's Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/samschicken-45095e.undefined" - }, { "if": { "and": [ @@ -85054,23 +68522,6 @@ }, "then": "./assets/data/nsi/logos/shakeaway-3bfa70.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=Shanghai 360", - "brand:wikidata=Q112966568", - "name=Shanghai 360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shanghai360-e49d2e.undefined" - }, { "if": { "and": [ @@ -85122,23 +68573,6 @@ }, "then": "./assets/data/nsi/logos/simplesimonspizza-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=fish_and_chips", - "takeaway=yes", - { - "or": [ - "brand=Skippers", - "brand:wikidata=Q116619140", - "name=Skippers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skippers-7fdf05.undefined" - }, { "if": { "and": [ @@ -85207,23 +68641,6 @@ }, "then": "./assets/data/nsi/logos/smileys-6ea233.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=poutine", - "takeaway=yes", - { - "or": [ - "brand=Smoke's Poutinerie", - "brand:wikidata=Q7545801", - "name=Smoke's Poutinerie" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smokespoutinerie-e49d2e.undefined" - }, { "if": { "and": [ @@ -85327,40 +68744,6 @@ }, "then": "./assets/data/nsi/logos/soulorigin-d43c69.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=South Street Burger", - "brand:wikidata=Q123410175", - "name=South Street Burger" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southstreetburger-e49d2e.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Southern Fried Chicken", - "brand:wikidata=Q7569934", - "name=Southern Fried Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernfriedchicken-a6761c.undefined" - }, { "if": { "and": [ @@ -85582,22 +68965,6 @@ }, "then": "./assets/data/nsi/logos/supermacs-2dcf5d.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=yes", - { - "or": [ - "brand=Sushi Moji", - "name=Sushi Moji" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sushimoji-7582d1.undefined" - }, { "if": { "and": [ @@ -85960,57 +69327,6 @@ }, "then": "./assets/data/nsi/logos/tacotime-7f5bd1.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=Tacos Avenue", - "brand:wikidata=Q127412294", - "name=Tacos Avenue" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tacosavenue-11ef38.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=french_tacos", - "takeaway=yes", - { - "or": [ - "brand=Takos King", - "brand:wikidata=Q127412429", - "name=Takos King" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takosking-11ef38.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=nigerian", - "takeaway=yes", - { - "or": [ - "brand=Tantalizers", - "brand:wikidata=Q7683795", - "name=Tantalizers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tantalizers-3eb11d.undefined" - }, { "if": { "and": [ @@ -86274,23 +69590,6 @@ }, "then": "./assets/data/nsi/logos/thaiexpress-6f8102.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=The Burger's Priest", - "brand:wikidata=Q100255453", - "name=The Burger's Priest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theburgerspriest-e49d2e.undefined" - }, { "if": { "and": [ @@ -86309,23 +69608,6 @@ }, "then": "./assets/data/nsi/logos/thechickenriceshop-658eea.eea" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=kebab", - "takeaway=yes", - { - "or": [ - "brand=The Döner Company", - "brand:wikidata=Q108923682", - "name=The Döner Company" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedonercompany-60a83c.undefined" - }, { "if": { "and": [ @@ -86416,23 +69698,6 @@ }, "then": "./assets/data/nsi/logos/thehalalguys-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "brand=The Japanese Canteen", - "brand:wikidata=Q114437254", - "name=The Japanese Canteen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thejapanesecanteen-8bf212.undefined" - }, { "if": { "and": [ @@ -86451,23 +69716,6 @@ }, "then": "./assets/data/nsi/logos/thepizzacompany-abbb1f.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=south_indian", - "takeaway=yes", - { - "or": [ - "brand=The Rameshwaram Cafe", - "brand:wikidata=Q124374630", - "name=The Rameshwaram Cafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/therameshwaramcafe-aba431.undefined" - }, { "if": { "and": [ @@ -86608,40 +69856,6 @@ }, "then": "./assets/data/nsi/logos/torchystacos-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=tex-mex", - "takeaway=yes", - { - "or": [ - "brand=Tortilla", - "brand:wikidata=Q21006828", - "name=Tortilla" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tortilla-99527b.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=salad", - "takeaway=yes", - { - "or": [ - "brand=Tossed", - "brand:wikidata=Q25183519", - "name=Tossed" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tossed-8bf212.undefined" - }, { "if": { "and": [ @@ -86728,24 +69942,6 @@ }, "then": "./assets/data/nsi/logos/tuttipizza-11ef38.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "official_name=Twisters Burgers & Burritos", - "takeaway=yes", - { - "or": [ - "brand=Twisters", - "brand:wikidata=Q18062004", - "name=Twisters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/twisters-14d357.undefined" - }, { "if": { "and": [ @@ -86797,23 +69993,6 @@ }, "then": "./assets/data/nsi/logos/ulingroasters-33d36e.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sandwich", - "takeaway=yes", - { - "or": [ - "brand=Upper Crust", - "brand:wikidata=Q7898585", - "name=Upper Crust" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uppercrust-fb0467.undefined" - }, { "if": { "and": [ @@ -87009,23 +70188,6 @@ }, "then": "./assets/data/nsi/logos/wahoosfishtaco-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;fries;hot_dog", - "takeaway=yes", - { - "or": [ - "brand=Ward's Restaurant", - "brand:wikidata=Q119716752", - "name=Ward's Restaurant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wardsrestaurant-4e3ae6.undefined" - }, { "if": { "and": [ @@ -87367,23 +70529,6 @@ }, "then": "./assets/data/nsi/logos/yardsalepizza-8bf212.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=Yellow Cab Pizza", - "brand:wikidata=Q8051689", - "name=Yellow Cab Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yellowcabpizza-88fce7.undefined" - }, { "if": { "and": [ @@ -87525,23 +70670,6 @@ }, "then": "./assets/data/nsi/logos/zaxbys-4d2ff4.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=Zebro's", - "brand:wikidata=Q116619443", - "name=Zebro's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zebros-cad0f9.undefined" - }, { "if": { "and": [ @@ -87634,22 +70762,6 @@ }, "then": "./assets/data/nsi/logos/gregorys-2c3287.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza;sushi", - "takeaway=yes", - { - "or": [ - "brand=Автосуши Автопицца", - "name=Автосуши Автопицца" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6f845a-7582d1.undefined" - }, { "if": { "and": [ @@ -87793,22 +70905,6 @@ }, "then": "./assets/data/nsi/logos/kroshkakartoshka-7582d1.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=yes", - { - "or": [ - "brand=Моккано", - "name=Моккано" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a5c704-7582d1.undefined" - }, { "if": { "and": [ @@ -87830,38 +70926,6 @@ }, "then": "./assets/data/nsi/logos/papajohns-23683e.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=ПиццаФабрика", - "name=ПиццаФабрика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bf3d0f-7582d1.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=kebab", - "takeaway=yes", - { - "or": [ - "brand=Просто Вася", - "name=Просто Вася" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ad2dfb-7582d1.undefined" - }, { "if": { "and": [ @@ -87970,22 +71034,6 @@ }, "then": "./assets/data/nsi/logos/sushiwok-7582d1.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=yes", - { - "or": [ - "brand=Суши маке", - "name=Суши маке" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/176f7a-7582d1.undefined" - }, { "if": { "and": [ @@ -88028,39 +71076,6 @@ }, "then": "./assets/data/nsi/logos/teremok-7582d1.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=coffee_shop;international", - "takeaway=yes", - { - "or": [ - "brand=ЧебурекМи", - "brand:wikidata=Q129419587", - "name=ЧебурекМи" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0d6f84-ec2b4e.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=kebab;shawarma", - "takeaway=yes", - { - "or": [ - "brand=Шаверлэнд", - "name=Шаверлэнд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/174051-7582d1.undefined" - }, { "if": { "and": [ @@ -88150,28 +71165,6 @@ }, "then": "./assets/data/nsi/logos/wendys-90e404.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=juice;smoothie;sandwich", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=სკა ჯუს ბარი", - "brand:en=Ska Juice Bar", - "brand:ka=სკა ჯუს ბარი", - "brand:wikidata=Q131469954", - "name=სკა ჯუს ბარი", - "name:en=Ska Juice Bar", - "name:ka=სკა ჯუს ბარი" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skajuicebar-90e404.undefined" - }, { "if": { "and": [ @@ -88325,27 +71318,6 @@ }, "then": "./assets/data/nsi/logos/mcdonalds-dbdcb8.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Agvania Pizza", - "brand:en=Agvania Pizza", - "brand:he=עגבניה", - "name=עגבניה", - "name:en=Agvania", - "name:he=עגבניה" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agvania-dbdcb8.undefined" - }, { "if": { "and": [ @@ -88625,28 +71597,6 @@ }, "then": "./assets/data/nsi/logos/kyochon-c56583.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=굽네치킨", - "brand:en=Goobne Chicken", - "brand:ko=굽네치킨", - "brand:ko-Latn=Gumnechikin", - "name=굽네치킨", - "name:en=Goobne Chicken", - "name:ko=굽네치킨", - "name:ko-Latn=Gumnechikin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goobnechicken-c56583.undefined" - }, { "if": { "and": [ @@ -88731,27 +71681,6 @@ }, "then": "./assets/data/nsi/logos/burgerking-c56583.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=hot_dog", - "takeaway=yes", - { - "or": [ - "brand=청춘감성쌀핫도그", - "brand:en=Chungchun Rice Dog", - "brand:ko=청춘감성쌀핫도그", - "brand:wikidata=Q115803477", - "name=청춘감성쌀핫도그", - "name:en=Chungchun", - "name:ko=청춘감성쌀핫도그" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chungchun-c56583.undefined" - }, { "if": { "and": [ @@ -88817,27 +71746,6 @@ }, "then": "./assets/data/nsi/logos/wendys-3e7699.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "brand=オリジン弁当", - "brand:en=Origin Bentō", - "brand:ja=オリジン弁当", - "brand:wikidata=Q11292632", - "name=オリジン弁当", - "name:en=Origin Bentō", - "name:ja=オリジン弁当" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/originbento-3e7699.undefined" - }, { "if": { "and": [ @@ -88859,50 +71767,6 @@ }, "then": "./assets/data/nsi/logos/kappasushi-3e7699.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=fried_food", - "takeaway=yes", - { - "or": [ - "brand=かつや", - "brand:en=Katsuya", - "brand:ja=かつや", - "brand:wikidata=Q2855257", - "name=かつや", - "name:en=Katsuya", - "name:ja=かつや", - "name:ko=카쯔야", - "name:zh=吉豚屋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/katsuya-3e7699.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "brand=キッチンオリジン", - "brand:en=Kitchen Origin", - "brand:ja=キッチンオリジン", - "brand:wikidata=Q92658990", - "name=キッチンオリジン", - "name:en=Kitchen Origin", - "name:ja=キッチンオリジン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitchenorigin-3e7699.undefined" - }, { "if": { "and": [ @@ -89107,30 +71971,6 @@ }, "then": "./assets/data/nsi/logos/chiyodasushi-3e7699.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=fries", - "official_name=天丼てんや", - "official_name:en=Tendon Tenya", - "official_name:ja=天丼てんや", - "takeaway=yes", - { - "or": [ - "brand=てんや", - "brand:en=Tenya", - "brand:ja=てんや", - "brand:wikidata=Q11319830", - "name=てんや", - "name:en=Tenya", - "name:ja=てんや" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tenya-3e7699.undefined" - }, { "if": { "and": [ @@ -89263,27 +72103,6 @@ }, "then": "./assets/data/nsi/logos/hamasushi-60a4d5.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=ピザ・カリフォルニア", - "brand:en=Pizza California", - "brand:ja=ピザ・カリフォルニア", - "brand:wikidata=Q75324", - "name=ピザ・カリフォルニア", - "name:en=Pizza California", - "name:ja=ピザ・カリフォルニア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzacalifornia-3e7699.undefined" - }, { "if": { "and": [ @@ -89326,27 +72145,6 @@ }, "then": "./assets/data/nsi/logos/pizzahut-3e7699.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=ピザポケット", - "brand:en=Pizza Pocket's", - "brand:ja=ピザポケット", - "brand:wikidata=Q11331462", - "name=ピザポケット", - "name:en=Pizza Pocket's", - "name:ja=ピザポケット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzapockets-3e7699.undefined" - }, { "if": { "and": [ @@ -89582,31 +72380,6 @@ }, "then": "./assets/data/nsi/logos/supersupercongeeandnoodles-9f9722.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=fried_chicken", - "takeaway=yes", - { - "or": [ - "brand=三商炸雞", - "brand:en=33 Fried Chicken", - "brand:wikidata=Q130214438", - "brand:zh=三商炸雞", - "name=三商炸雞", - "name:en=33 Fried Chicken", - "name:zh=三商炸雞", - "operator=三商企業集團", - "operator:en=Mercuries Group", - "operator:wikidata=Q130214438", - "operator:zh=三商企業集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/33friedchicken-60a4d5.undefined" - }, { "if": { "and": [ @@ -89630,37 +72403,6 @@ }, "then": "./assets/data/nsi/logos/marugameseimen-f9a382.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=丹丹漢堡", - "brand:en=Dandan Hamburger", - "brand:nan=Tan-tan Hàn-pó", - "brand:nan-Hant=丹丹漢堡", - "brand:nan-Latn-pehoeji=Tan-tan Hàn-pó", - "brand:nan-Latn-tailo=Tan-tan Hàn-pó", - "brand:wikidata=Q30948118", - "brand:zh=丹丹漢堡", - "brand:zh-Hant=丹丹漢堡", - "name=丹丹漢堡", - "name:en=Dandan Hamburger", - "name:nan=Tan-tan Hàn-pó", - "name:nan-Hant=丹丹漢堡", - "name:nan-Latn-pehoeji=Tan-tan Hàn-pó", - "name:nan-Latn-tailo=Tan-tan Hàn-pó", - "name:zh=丹丹漢堡", - "name:zh-Hant=丹丹漢堡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dandanhamburger-60a4d5.undefined" - }, { "if": { "and": [ @@ -89728,27 +72470,6 @@ }, "then": "./assets/data/nsi/logos/bafangdumpling-17dd9a.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;chicken", - "takeaway=yes", - { - "or": [ - "brand=华莱士", - "brand:en=CNHLS", - "brand:wikidata=Q15939607", - "brand:zh=华莱士", - "name=华莱士", - "name:en=CNHLS", - "name:zh=华莱士" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cnhls-65b4e8.undefined" - }, { "if": { "and": [ @@ -89803,48 +72524,6 @@ }, "then": "./assets/data/nsi/logos/yoshinoya-17dd9a.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger", - "takeaway=yes", - { - "or": [ - "brand=呷尚寶", - "brand:en=JSP", - "brand:wikidata=Q109996570", - "brand:zh=呷尚寶", - "name=呷尚寶", - "name:en=JSP", - "name:zh=呷尚寶" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jsp-60a4d5.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=唐記包點 Tong Kee Bao Dim", - "brand:en=Tong Kee Bao Dim", - "brand:wikidata=Q97349712", - "brand:zh=唐記包點", - "name=唐記包點 Tong Kee Bao Dim", - "name:en=Tong Kee Bao Dim", - "name:zh=唐記包點" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tongkeebaodim-9f9722.undefined" - }, { "if": { "and": [ @@ -89916,27 +72595,6 @@ }, "then": "./assets/data/nsi/logos/fairwood-9f9722.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza", - "takeaway=yes", - { - "or": [ - "brand=好伦哥", - "brand:en=Origus", - "brand:wikidata=Q21274949", - "brand:zh=好伦哥", - "name=好伦哥", - "name:en=Origus", - "name:zh=好伦哥" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/origus-19ae3c.undefined" - }, { "if": { "and": [ @@ -90000,71 +72658,6 @@ }, "then": "./assets/data/nsi/logos/fujisoba-3e7699.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=yes", - { - "or": [ - "brand=小僧寿し", - "brand:en=Kozosushi", - "brand:ja=小僧寿し", - "brand:wikidata=Q11459064", - "name=小僧寿し", - "name:en=Kozosushi", - "name:ja=小僧寿し" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kozosushi-3e7699.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=breakfast", - "takeaway=yes", - { - "or": [ - "brand=巨林美而美", - "brand:en=Jyulin Mei & Mei", - "brand:wikidata=Q105722219", - "brand:zh=巨林美而美", - "name=巨林美而美", - "name:en=Jyulin Mei & Mei", - "name:zh=巨林美而美", - "operator=巨林食品企業有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jyulinmeiandmei-60a4d5.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=baozi", - "diet:halal=no", - "takeaway=yes", - { - "or": [ - "brand=巴比馒头", - "brand:en=Babi", - "brand:wikidata=Q109413209", - "brand:zh=巴比馒头", - "name=巴比馒头", - "name:en=Babi", - "name:zh=巴比馒头" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/babi-19ae3c.undefined" - }, { "if": { "and": [ @@ -90086,48 +72679,6 @@ }, "then": "./assets/data/nsi/logos/kourakuen-3e7699.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken", - "takeaway=yes", - { - "or": [ - "brand=乡村基", - "brand:en=CSC", - "brand:wikidata=Q16510256", - "brand:zh=乡村基", - "name=乡村基", - "name:en=CSC", - "name:zh=乡村基" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csc-65b4e8.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=庆丰包子铺", - "brand:en=Qingfeng Steamed Dumpling Shop", - "brand:wikidata=Q24841010", - "brand:zh=庆丰包子铺", - "name=庆丰包子铺", - "name:en=Qingfeng Steamed Dumpling Shop", - "name:zh=庆丰包子铺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qingfengsteameddumplingshop-65b4e8.undefined" - }, { "if": { "and": [ @@ -90150,48 +72701,6 @@ }, "then": "./assets/data/nsi/logos/hongyahambuger-60a4d5.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;chicken", - "takeaway=yes", - { - "or": [ - "brand=德克士", - "brand:en=Dicos", - "brand:wikidata=Q5273883", - "brand:zh=德克士", - "name=德克士", - "name:en=Dicos", - "name:zh=德克士" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dicos-70aa35.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=burger;chicken", - "takeaway=yes", - { - "or": [ - "brand=德克士 Dicos", - "brand:en=Dicos", - "brand:wikidata=Q5273883", - "brand:zh=德克士", - "name=德克士 Dicos", - "name:en=Dicos", - "name:zh=德克士" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dicos-17dd9a.undefined" - }, { "if": { "and": [ @@ -90213,31 +72722,6 @@ }, "then": "./assets/data/nsi/logos/layaburger-60a4d5.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=pizza;fried_chicken", - "takeaway=yes", - { - "or": [ - "brand=拿坡里披薩", - "brand:en=Napoli Pizza", - "brand:wikidata=Q48927936", - "brand:zh=拿坡里披薩", - "name=拿坡里披薩", - "name:en=Napoli Pizza", - "name:zh=拿坡里披薩", - "operator=三商企業集團", - "operator:en=Mercuries Group", - "operator:wikidata=Q10865578", - "operator:zh=三商企業集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/napolipizza-60a4d5.undefined" - }, { "if": { "and": [ @@ -90327,28 +72811,6 @@ }, "then": "./assets/data/nsi/logos/goodmorningmacc-60a4d5.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=japanese", - "takeaway=yes", - { - "or": [ - "alt_name=かまどや", - "brand=本家かまどや", - "brand:en=Honke Kamadoya", - "brand:ja=本家かまどや", - "brand:wikidata=Q11520140", - "name=本家かまどや", - "name:en=Honke Kamadoya", - "name:ja=本家かまどや" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/honkekamadoya-3e7699.undefined" - }, { "if": { "and": [ @@ -90396,48 +72858,6 @@ }, "then": "./assets/data/nsi/logos/sakaesushi-1ef1da.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chicken_steak", - "takeaway=yes", - { - "or": [ - "brand=正新鸡排", - "brand:en=ZHENGXIN CHICKEN STEAK", - "brand:wikidata=Q104093084", - "brand:zh=正新鸡排", - "name=正新鸡排", - "name:en=ZHENGXIN CHICKEN STEAK", - "name:zh=正新鸡排" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhengxinchickensteak-65b4e8.undefined" - }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=永和大王", - "brand:en=Yonghe King", - "brand:wikidata=Q8055004", - "brand:zh=永和大王", - "name=永和大王", - "name:en=Yonghe King", - "name:zh=永和大王" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yongheking-65b4e8.undefined" - }, { "if": { "and": [ @@ -90482,28 +72902,6 @@ }, "then": "./assets/data/nsi/logos/burgerking-60a4d5.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=breakfast", - "takeaway=yes", - { - "or": [ - "brand=瑞麟美而美", - "brand:en=Rueilin Mei & Mei", - "brand:wikidata=Q56197246", - "brand:zh=瑞麟美而美", - "name=瑞麟美而美", - "name:en=Rueilin Mei & Mei", - "name:zh=瑞麟美而美", - "operator=美而美餐飲連鎖企業集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rueilinmeiandmei-60a4d5.undefined" - }, { "if": { "and": [ @@ -90525,27 +72923,6 @@ }, "then": "./assets/data/nsi/logos/kungfu-65b4e8.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=soba", - "takeaway=yes", - { - "or": [ - "brand=箱根そば", - "brand:en=Hakone Soba", - "brand:ja=箱根そば", - "brand:wikidata=Q11603345", - "name=箱根そば", - "name:en=Hakone Soba", - "name:ja=箱根そば" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hakonesoba-3e7699.undefined" - }, { "if": { "and": [ @@ -90661,27 +73038,6 @@ }, "then": "./assets/data/nsi/logos/maximsmx-9f9722.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=breakfast", - "takeaway=yes", - { - "or": [ - "brand=美而美", - "brand:en=Mei & Mei", - "brand:zh=美而美", - "name=美而美", - "name:en=Mei & Mei", - "name:zh=美而美", - "operator=上海瑞麟餐饮企业管理有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meiandmei-65b4e8.undefined" - }, { "if": { "and": [ @@ -90791,31 +73147,6 @@ }, "then": "./assets/data/nsi/logos/kfc-17dd9a.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=vegetarian", - "takeaway=yes", - { - "or": [ - "brand=芳珍蔬食", - "brand:en=FJ Veggie", - "brand:wikidata=Q130458837", - "brand:zh=芳珍蔬食", - "name=芳珍蔬食", - "name:en=FJ Veggie", - "name:zh=芳珍蔬食", - "operator=八方雲集", - "operator:en=Eight Way", - "operator:wikidata=Q28417381", - "operator:zh=八方雲集" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fjveggie-60a4d5.undefined" - }, { "if": { "and": [ @@ -90879,28 +73210,6 @@ }, "then": "./assets/data/nsi/logos/subway-19ae3c.png" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=chinese", - "takeaway=yes", - { - "or": [ - "brand=超意兴", - "brand:en=CHAOYIXING", - "brand:wikidata=Q110221371", - "brand:zh=超意兴", - "name=超意兴", - "name:en=CHAOYIXING", - "name:zh=超意兴", - "operator=济南超意兴餐饮有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chaoyixing-65b4e8.undefined" - }, { "if": { "and": [ @@ -90969,28 +73278,6 @@ }, "then": "./assets/data/nsi/logos/dominos-60a4d5.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "official_name=すし銚子丸", - "takeaway=yes", - { - "or": [ - "brand=銚子丸", - "brand:en=Choushimaru", - "brand:ja=銚子丸", - "brand:wikidata=Q11650214", - "name=銚子丸", - "name:en=Choushimaru", - "name:ja=銚子丸" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/choushimaru-3e7699.undefined" - }, { "if": { "and": [ @@ -91056,27 +73343,6 @@ }, "then": "./assets/data/nsi/logos/sukiya-19ae3c.jpg" }, - { - "if": { - "and": [ - "amenity=fast_food", - "cuisine=sushi", - "takeaway=yes", - { - "or": [ - "brand=魚べい", - "brand:en=Uobei", - "brand:ja=魚べい", - "brand:wikidata=Q115008809", - "name=魚べい", - "name:en=Uobei", - "name:ja=魚べい" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uobei-3e7699.undefined" - }, { "if": { "and": [ @@ -91198,21 +73464,6 @@ }, "then": "./assets/data/nsi/logos/madamefrigo-7b9f77.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=1-2-3", - "brand:wikidata=Q4545742", - "name=1-2-3" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/123-67b972.undefined" - }, { "if": { "and": [ @@ -91258,21 +73509,6 @@ }, "then": "./assets/data/nsi/logos/8ahuit-3772a0.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ABC", - "brand:wikidata=Q10397504", - "name=ABC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-1c8a41.undefined" - }, { "if": { "and": [ @@ -91288,23 +73524,6 @@ }, "then": "./assets/data/nsi/logos/aegean-c67f2c.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Aegis", - "brand:wikidata=Q127686527", - "name=Aegis", - "operator=Aegis Huile Company Limited", - "operator:wikidata=Q127686527" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aegis-fdaf22.undefined" - }, { "if": { "and": [ @@ -91339,52 +73558,6 @@ }, "then": "./assets/data/nsi/logos/afriquia-144a57.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Agapet", - "brand:wikidata=Q126110796", - "name=Agapet", - "operator=Agapet Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agapet-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Agip", - "brand:wikidata=Q377915", - "name=Agip" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agip-025116.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Agla", - "name=Agla" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agla-83f854.undefined" - }, { "if": { "and": [ @@ -91459,40 +73632,6 @@ }, "then": "./assets/data/nsi/logos/alexela-00a67a.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Alinco Oil", - "brand:wikidata=Q127686588", - "name=Alinco Oil", - "operator=Alinco Oil Company Limited", - "operator:wikidata=Q127686588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alincooil-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Allied", - "brand:wikidata=Q126097124", - "name=Allied", - "operator=Allied Company Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allied-fdaf22.undefined" - }, { "if": { "and": [ @@ -91569,21 +73708,6 @@ }, "then": "./assets/data/nsi/logos/alvesbandeira-bb4e16.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Amdaway Oil", - "brand:wikidata=Q130297357", - "name=Amdaway Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amdawayoil-fdaf22.undefined" - }, { "if": { "and": [ @@ -91599,21 +73723,6 @@ }, "then": "./assets/data/nsi/logos/amic-4797a1.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Aminso Energy", - "brand:wikidata=Q130297554", - "name=Aminso Energy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aminsoenergy-fdaf22.undefined" - }, { "if": { "and": [ @@ -91659,20 +73768,6 @@ }, "then": "./assets/data/nsi/logos/amseroil-fdaf22.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=AN Energéticos", - "name=AN Energéticos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anenergeticos-83f854.undefined" - }, { "if": { "and": [ @@ -91704,40 +73799,6 @@ }, "then": "./assets/data/nsi/logos/anp-ed4144.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=AP Oil", - "brand:wikidata=Q130297616", - "name=AP Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apoil-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=apollostation", - "brand:en=apollostation", - "brand:ja=アポロステーション", - "brand:wikidata=Q114731101", - "name=apollostation", - "name:en=apollostation", - "name:ja=アポロステーション" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apollostation-fbe2e4.undefined" - }, { "if": { "and": [ @@ -91844,21 +73905,6 @@ }, "then": "./assets/data/nsi/logos/asdaexpress-20aed2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Astro", - "brand:wikidata=Q109338068", - "name=Astro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/astro-5d5ba1.undefined" - }, { "if": { "and": [ @@ -91953,21 +73999,6 @@ }, "then": "./assets/data/nsi/logos/avia-6504b2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Avia XPress", - "brand:wikidata=Q124611203", - "name=Avia XPress" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aviaxpress-77914b.undefined" - }, { "if": { "and": [ @@ -92028,21 +74059,6 @@ }, "then": "./assets/data/nsi/logos/azpetrol-0dbc25.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=B-Petrol", - "brand:wikidata=Q130756075", - "name=B-Petrol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bpetrol-e8f712.undefined" - }, { "if": { "and": [ @@ -92073,20 +74089,6 @@ }, "then": "./assets/data/nsi/logos/balticpetroleum-d665db.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Bandeira Branca", - "name=Bandeira Branca" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bandeirabranca-c14748.undefined" - }, { "if": { "and": [ @@ -92103,38 +74105,6 @@ }, "then": "./assets/data/nsi/logos/bapco-f97176.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=BEBECO", - "brand:wikidata=Q62274373", - "name=BEBECO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bebeco-27a80f.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Benab Oil", - "brand:wikidata=Q127419392", - "name=Benab Oil", - "operator=Benab Oil Company Limited", - "operator:wikidata=Q127419392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/benaboil-fdaf22.undefined" - }, { "if": { "and": [ @@ -92180,21 +74150,6 @@ }, "then": "./assets/data/nsi/logos/berkman-6cdea6.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Best", - "brand:wikidata=Q127592740", - "name=Best" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/best-ec7588.undefined" - }, { "if": { "and": [ @@ -92210,21 +74165,6 @@ }, "then": "./assets/data/nsi/logos/beyfin-16b3c2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=BF Petroleum", - "brand:wikidata=Q130302526", - "name=BF Petroleum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bfpetroleum-fdaf22.undefined" - }, { "if": { "and": [ @@ -92240,21 +74180,6 @@ }, "then": "./assets/data/nsi/logos/bft-495186.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=BG Petroleum", - "brand:wikidata=Q130302577", - "name=BG Petroleum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bgpetroleum-fdaf22.undefined" - }, { "if": { "and": [ @@ -92300,21 +74225,6 @@ }, "then": "./assets/data/nsi/logos/bi1-acec89.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Big D Oil", - "brand:wikidata=Q123118540", - "name=Big D Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigdoil-c5cf43.undefined" - }, { "if": { "and": [ @@ -92345,36 +74255,6 @@ }, "then": "./assets/data/nsi/logos/bjsgas-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Blanko Oil", - "brand:wikidata=Q130335976", - "name=Blanko Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blankooil-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Bliska", - "brand:wikidata=Q4016378", - "name=Bliska" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bliska-5fd245.undefined" - }, { "if": { "and": [ @@ -92405,21 +74285,6 @@ }, "then": "./assets/data/nsi/logos/bp-aef194.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=BP Express", - "brand:wikidata=Q124630740", - "name=BP Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bpexpress-6cdea6.undefined" - }, { "if": { "and": [ @@ -92511,25 +74376,6 @@ }, "then": "./assets/data/nsi/logos/canadiantire-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Carenex", - "brand:en=Carenex", - "brand:ja=カーエネクス", - "brand:wikidata=Q119998631", - "name=Carenex", - "name:en=Carenex", - "name:ja=カーエネクス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carenex-fbe2e4.undefined" - }, { "if": { "and": [ @@ -92545,36 +74391,6 @@ }, "then": "./assets/data/nsi/logos/carrefour-b3d110.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Carrefour Contact", - "brand:wikidata=Q2940188", - "name=Carrefour Contact" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourcontact-3772a0.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Carrefour Market", - "brand:wikidata=Q2689639", - "name=Carrefour Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourmarket-b3d110.undefined" - }, { "if": { "and": [ @@ -92605,21 +74421,6 @@ }, "then": "./assets/data/nsi/logos/caseysgeneralstore-b3d110.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Cash Oil", - "brand:wikidata=Q130336087", - "name=Cash Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashoil-fdaf22.undefined" - }, { "if": { "and": [ @@ -92665,49 +74466,6 @@ }, "then": "./assets/data/nsi/logos/cenex-c5cf43.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Centex", - "name=Centex" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centex-04874d.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Central Brent", - "brand:wikidata=Q130336012", - "name=Central Brent" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralbrent-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Centrum Fuel", - "name=Centrum Fuel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrumfuel-289efc.undefined" - }, { "if": { "and": [ @@ -92740,21 +74498,6 @@ }, "then": "./assets/data/nsi/logos/certified-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Ceypetco", - "brand:wikidata=Q5065795", - "name=Ceypetco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceypetco-0d1ef7.undefined" - }, { "if": { "and": [ @@ -92787,20 +74530,6 @@ }, "then": "./assets/data/nsi/logos/champion-fdaf22.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Charrua", - "name=Charrua" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/charrua-22e305.undefined" - }, { "if": { "and": [ @@ -92831,21 +74560,6 @@ }, "then": "./assets/data/nsi/logos/chipo-ed4144.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Cigo Energy", - "brand:wikidata=Q130376155", - "name=Cigo Energy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cigoenergy-fdaf22.undefined" - }, { "if": { "and": [ @@ -92906,22 +74620,6 @@ }, "then": "./assets/data/nsi/logos/classic-495186.png" }, - { - "if": { - "and": [ - "amenity=fuel", - "fuel:biogas=yes", - { - "or": [ - "brand=Clean Energy", - "brand:wikidata=Q108462506", - "name=Clean Energy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cleanenergy-c5cf43.undefined" - }, { "if": { "and": [ @@ -92954,37 +74652,6 @@ }, "then": "./assets/data/nsi/logos/colesexpress-9ed9c0.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "alt_name=Compass Oleum", - "brand=Compass", - "brand:wikidata=Q130376164", - "name=Compass" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compass-fdaf22.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Concord Oil", - "brand:wikidata=Q130376181", - "name=Concord Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concordoil-fdaf22.undefined" - }, { "if": { "and": [ @@ -93000,20 +74667,6 @@ }, "then": "./assets/data/nsi/logos/conoco-c5cf43.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Coop Tankstelle", - "name=Coop Tankstelle" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooptankstelle-27a80f.undefined" - }, { "if": { "and": [ @@ -93044,20 +74697,6 @@ }, "then": "./assets/data/nsi/logos/copetrol-c4a95f.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Coral", - "name=Coral" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coral-c4bbd1.undefined" - }, { "if": { "and": [ @@ -93118,35 +74757,6 @@ }, "then": "./assets/data/nsi/logos/couchetard-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=CPS", - "name=CPS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cps-f3a579.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Crevier", - "brand:wikidata=Q61743451", - "name=Crevier" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crevier-04874d.undefined" - }, { "if": { "and": [ @@ -93162,36 +74772,6 @@ }, "then": "./assets/data/nsi/logos/crodux-a8f5c5.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Crown", - "brand:wikidata=Q5189323", - "name=Crown" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crown-c5cf43.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Crown", - "brand:wikidata=Q130376185", - "name=Crown" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/crown-fdaf22.undefined" - }, { "if": { "and": [ @@ -93222,20 +74802,6 @@ }, "then": "./assets/data/nsi/logos/cupet-e04f92.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=CYCLON", - "name=CYCLON" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclon-c67f2c.undefined" - }, { "if": { "and": [ @@ -93251,20 +74817,6 @@ }, "then": "./assets/data/nsi/logos/dalioil-11d3b6.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Dapsa", - "name=Dapsa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dapsa-dca697.undefined" - }, { "if": { "and": [ @@ -93313,21 +74865,6 @@ }, "then": "./assets/data/nsi/logos/delta-1fbae0.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Delta", - "brand:wikidata=Q62274661", - "name=Delta" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delta-7a25a0.undefined" - }, { "if": { "and": [ @@ -93343,65 +74880,6 @@ }, "then": "./assets/data/nsi/logos/deltasonic-66290c.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Depot Tela", - "name=Depot Tela" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/depottela-dc29c2.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Diamond Shamrock", - "brand:wikidata=Q16973722", - "name=Diamond Shamrock" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diamondshamrock-c5cf43.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=din-X", - "brand:wikidata=Q10472858", - "name=din-X" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinx-a1affa.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Disa", - "brand:wikidata=Q5797102", - "name=Disa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/disa-2e774c.undefined" - }, { "if": { "and": [ @@ -93479,21 +74957,6 @@ }, "then": "./assets/data/nsi/logos/ecooil-289efc.efc" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ED", - "brand:wikidata=Q118111469", - "name=ED" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ed-495186.undefined" - }, { "if": { "and": [ @@ -93512,20 +74975,6 @@ }, "then": "./assets/data/nsi/logos/egaustralia-9ed9c0.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Ego", - "name=Ego" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ego-e8f712.undefined" - }, { "if": { "and": [ @@ -93652,21 +75101,6 @@ }, "then": "./assets/data/nsi/logos/emarat-b7987c.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Emo", - "brand:wikidata=Q5373644", - "name=Emo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emo-c1168c.undefined" - }, { "if": { "and": [ @@ -93822,21 +75256,6 @@ }, "then": "./assets/data/nsi/logos/esclatoil-83f854.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Essar", - "brand:wikidata=Q5399372", - "name=Essar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/essar-853965.undefined" - }, { "if": { "and": [ @@ -93867,21 +75286,6 @@ }, "then": "./assets/data/nsi/logos/essoexpress-4973ca.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Euroil", - "brand:wikidata=Q128078519", - "name=Euroil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/euroil-ec7588.undefined" - }, { "if": { "and": [ @@ -93928,20 +75332,6 @@ }, "then": "./assets/data/nsi/logos/everfuel-06f3d9.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Ewa", - "name=Ewa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewa-e8f712.undefined" - }, { "if": { "and": [ @@ -93957,21 +75347,6 @@ }, "then": "./assets/data/nsi/logos/exxon-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=F24", - "brand:wikidata=Q12310853", - "name=F24" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f24-0b8509.undefined" - }, { "if": { "and": [ @@ -93987,36 +75362,6 @@ }, "then": "./assets/data/nsi/logos/fasgas-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=FAST STOP", - "brand:wikidata=Q116734101", - "name=FAST STOP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/faststop-13feb8.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Fastrac", - "brand:wikidata=Q117324848", - "name=Fastrac" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fastrac-c5cf43.undefined" - }, { "if": { "and": [ @@ -94047,20 +75392,6 @@ }, "then": "./assets/data/nsi/logos/firezone-6cdea6.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Flash", - "name=Flash" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flash-9021ca.undefined" - }, { "if": { "and": [ @@ -94202,23 +75533,6 @@ }, "then": "./assets/data/nsi/logos/friendlyexpress-e7c562.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Frimps", - "brand:wikidata=Q119041815", - "name=Frimps", - "operator=Frimps Oil Company Limited", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/frimps-fdaf22.undefined" - }, { "if": { "and": [ @@ -94249,35 +75563,6 @@ }, "then": "./assets/data/nsi/logos/g500-8d9e82.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gabriëls", - "brand:wikidata=Q127602028", - "name=Gabriëls" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gabriels-a23ac0.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Galana", - "name=Galana" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/galana-c24b31.undefined" - }, { "if": { "and": [ @@ -94292,92 +75577,6 @@ }, "then": "./assets/data/nsi/logos/galp-57abaf.baf" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gapco", - "name=Gapco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gapco-b7f522.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gas Plus", - "name=Gas Plus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gasplus-04874d.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gasenergy", - "name=Gasenergy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gasenergy-6daebb.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=GATE", - "brand:wikidata=Q5526991", - "name=GATE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gate-c085bb.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gazel", - "brand:wikidata=Q62529885", - "name=Gazel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gazel-419915.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gazoil", - "name=Gazoil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gazoil-6daebb.undefined" - }, { "if": { "and": [ @@ -94395,35 +75594,6 @@ }, "then": "./assets/data/nsi/logos/gazprom-b450da.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Genol", - "name=Genol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/genol-565075.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=GetGo", - "brand:wikidata=Q5553766", - "name=GetGo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getgo-c5cf43.undefined" - }, { "if": { "and": [ @@ -94532,20 +75702,6 @@ }, "then": "./assets/data/nsi/logos/gnp-e8f712.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Go'on", - "name=Go'on" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goon-0b8509.undefined" - }, { "if": { "and": [ @@ -94591,24 +75747,6 @@ }, "then": "./assets/data/nsi/logos/greenoil-144a57.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=GS칼텍스", - "brand:en=GS Caltex", - "brand:ko=GS칼텍스", - "name=GS칼텍스", - "name:en=GS Caltex", - "name:ko=GS칼텍스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gscaltex-ae677b.undefined" - }, { "if": { "and": [ @@ -94624,21 +75762,6 @@ }, "then": "./assets/data/nsi/logos/gulf-c8d6b9.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Gull", - "brand:wikidata=Q5617739", - "name=Gull" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gull-9ed9c0.undefined" - }, { "if": { "and": [ @@ -94670,21 +75793,6 @@ }, "then": "./assets/data/nsi/logos/hebfuel-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Haan", - "brand:wikidata=Q92553521", - "name=Haan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haan-6cdea6.undefined" - }, { "if": { "and": [ @@ -94881,22 +75989,6 @@ }, "then": "./assets/data/nsi/logos/hp-989925.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - "short_name=Huck's", - { - "or": [ - "brand=Huck's Food & Fuel", - "brand:wikidata=Q56276328", - "name=Huck's Food & Fuel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hucksfoodandfuel-c5cf43.undefined" - }, { "if": { "and": [ @@ -94927,20 +76019,6 @@ }, "then": "./assets/data/nsi/logos/hyveegas-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Hypco", - "name=Hypco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hypco-c64c45.undefined" - }, { "if": { "and": [ @@ -94956,21 +76034,6 @@ }, "then": "./assets/data/nsi/logos/iberdoex-83f854.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=IES", - "brand:wikidata=Q62287387", - "name=IES" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ies-e8f712.undefined" - }, { "if": { "and": [ @@ -95138,34 +76201,6 @@ }, "then": "./assets/data/nsi/logos/ipiranga-c14748.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=IPT", - "name=IPT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ipt-c4bbd1.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Irbis", - "name=Irbis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/irbis-14ecc6.undefined" - }, { "if": { "and": [ @@ -95181,25 +76216,6 @@ }, "then": "./assets/data/nsi/logos/irving-337af2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=JA", - "brand:en=JA", - "brand:ja=ジェイエー", - "brand:wikidata=Q11225213", - "name=JA-SS", - "name:en=JA-SS", - "name:ja=ジェイエイ-エスエス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jass-fbe2e4.undefined" - }, { "if": { "and": [ @@ -95215,20 +76231,6 @@ }, "then": "./assets/data/nsi/logos/jet-16b3c2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=JETOIL", - "name=JETOIL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jetoil-b47e96.undefined" - }, { "if": { "and": [ @@ -95258,50 +76260,6 @@ }, "then": "./assets/data/nsi/logos/jiobp-989925.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Jurki", - "brand:wikidata=Q107775944", - "name=Jurki" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jurki-11d3b6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=K-Pet", - "brand:wikidata=Q6023970", - "name=K-Pet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kpet-3fa7b1.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Kadoil", - "name=Kadoil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kadoil-ec7588.undefined" - }, { "if": { "and": [ @@ -95318,20 +76276,6 @@ }, "then": "./assets/data/nsi/logos/kangarooexpress-c5cf43.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=KAOIL", - "name=KAOIL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaoil-c67f2c.undefined" - }, { "if": { "and": [ @@ -95347,21 +76291,6 @@ }, "then": "./assets/data/nsi/logos/kastrati-7b349a.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Keropetrol", - "brand:wikidata=Q124336939", - "name=Keropetrol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keropetrol-e8f712.undefined" - }, { "if": { "and": [ @@ -95392,21 +76321,6 @@ }, "then": "./assets/data/nsi/logos/klo-ed4144.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Kobil", - "brand:wikidata=Q22906119", - "name=Kobil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kobil-568233.undefined" - }, { "if": { "and": [ @@ -95512,81 +76426,6 @@ }, "then": "./assets/data/nsi/logos/kwiktrip-076225.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Lake Oil", - "name=Lake Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakeoil-b7f522.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Lanka IOC", - "brand:wikidata=Q30595420", - "name=Lanka IOC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lankaioc-0d1ef7.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Latvijas Nafta", - "brand:wikidata=Q104429461", - "name=Latvijas Nafta" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latvijasnafta-a63b5f.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - "fuel:lpg=yes", - { - "or": [ - "brand=Latvijas Propāna Gāze", - "brand:wikidata=Q104427357", - "name=Latvijas Propāna Gāze" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latvijaspropanagaze-a63b5f.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Laugfs Petroleum", - "brand:wikidata=Q112300731", - "name=Laugfs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laugfs-0d1ef7.undefined" - }, { "if": { "and": [ @@ -95602,21 +76441,6 @@ }, "then": "./assets/data/nsi/logos/liberty-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Liberty", - "brand:wikidata=Q106687078", - "name=Liberty" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberty-9ed9c0.undefined" - }, { "if": { "and": [ @@ -95632,50 +76456,6 @@ }, "then": "./assets/data/nsi/logos/loafnjug-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Loro", - "name=Loro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loro-e8f712.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Lotos", - "brand:wikidata=Q1256909", - "name=Lotos" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotos-5fd245.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Lotos Optima", - "brand:wikidata=Q1256909", - "name=Lotos Optima" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotosoptima-5fd245.undefined" - }, { "if": { "and": [ @@ -95721,20 +76501,6 @@ }, "then": "./assets/data/nsi/logos/macewen-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Maes", - "name=Maes" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maes-a23ac0.undefined" - }, { "if": { "and": [ @@ -95765,20 +76531,6 @@ }, "then": "./assets/data/nsi/logos/marathon-16b3c2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Markant", - "name=Markant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/markant-495186.undefined" - }, { "if": { "and": [ @@ -95824,35 +76576,6 @@ }, "then": "./assets/data/nsi/logos/maxol-9c7c7c.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=McKeown", - "brand:wikidata=Q108897907", - "name=McKeown CardFuel 24/7" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mckeowncardfuel247-088dbb.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Medco", - "name=Medco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medco-c4bbd1.undefined" - }, { "if": { "and": [ @@ -95883,35 +76606,6 @@ }, "then": "./assets/data/nsi/logos/meroil-83f854.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Metan", - "name=Metan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metan-2161be.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Metano", - "brand:wikidata=Q62294765", - "name=Metano" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metano-e8f712.undefined" - }, { "if": { "and": [ @@ -95972,21 +76666,6 @@ }, "then": "./assets/data/nsi/logos/mobil-00679c.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Mohawk", - "brand:wikidata=Q6893796", - "name=Mohawk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mohawk-04874d.undefined" - }, { "if": { "and": [ @@ -96047,51 +76726,6 @@ }, "then": "./assets/data/nsi/logos/motto-ed4144.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Moya", - "brand:wikidata=Q62297700", - "name=Moya" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moya-5fd245.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=MRS", - "brand:wikidata=Q56274919", - "name=MRS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrs-0edd09.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Murco", - "brand:wikidata=Q16998281", - "name=Murco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/murco-20aed2.undefined" - }, { "if": { "and": [ @@ -96137,20 +76771,6 @@ }, "then": "./assets/data/nsi/logos/n1-3ac543.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=NAFTAL", - "name=NAFTAL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naftal-62f1b2.undefined" - }, { "if": { "and": [ @@ -96213,20 +76833,6 @@ }, "then": "./assets/data/nsi/logos/neste-b3d110.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Netto", - "name=Netto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netto-acec89.undefined" - }, { "if": { "and": [ @@ -96287,20 +76893,6 @@ }, "then": "./assets/data/nsi/logos/npd-088dbb.dbb" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Octa+", - "name=Octa+" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/octa-a23ac0.undefined" - }, { "if": { "and": [ @@ -96316,20 +76908,6 @@ }, "then": "./assets/data/nsi/logos/oil-b3d110.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Oilcom", - "name=Oilcom" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oilcom-5a4296.undefined" - }, { "if": { "and": [ @@ -96347,21 +76925,6 @@ }, "then": "./assets/data/nsi/logos/oilibya-5288c9.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=OK", - "brand:wikidata=Q12329785", - "name=OK" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ok-0b8509.undefined" - }, { "if": { "and": [ @@ -96392,20 +76955,6 @@ }, "then": "./assets/data/nsi/logos/okq8-a1affa.ffa" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=OLA Energy", - "name=OLA Energy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olaenergy-b7f522.undefined" - }, { "if": { "and": [ @@ -96451,20 +77000,6 @@ }, "then": "./assets/data/nsi/logos/omv-b3d110.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ONE9", - "name=ONE9" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/one9-c5cf43.undefined" - }, { "if": { "and": [ @@ -96527,20 +77062,6 @@ }, "then": "./assets/data/nsi/logos/orlenexpress-83551a.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Oro Negro", - "name=Oro Negro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oronegro-e04f92.undefined" - }, { "if": { "and": [ @@ -96571,21 +77092,6 @@ }, "then": "./assets/data/nsi/logos/oxxo-b3d110.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Pace", - "brand:wikidata=Q122829220", - "name=Pace" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pace-20aed2.undefined" - }, { "if": { "and": [ @@ -96648,20 +77154,6 @@ }, "then": "./assets/data/nsi/logos/parallel-ed4144.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=PDV", - "name=PDV" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pdv-07d016.undefined" - }, { "if": { "and": [ @@ -96723,20 +77215,6 @@ }, "then": "./assets/data/nsi/logos/petro-337af2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Petro Gazz", - "name=Petro Gazz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrogazz-289efc.undefined" - }, { "if": { "and": [ @@ -96782,21 +77260,6 @@ }, "then": "./assets/data/nsi/logos/petrot-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Petrocat", - "brand:wikidata=Q20104358", - "name=Petrocat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrocat-83f854.undefined" - }, { "if": { "and": [ @@ -96902,20 +77365,6 @@ }, "then": "./assets/data/nsi/logos/petrom-871b5c.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Petromil", - "name=Petromil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petromil-a98521.undefined" - }, { "if": { "and": [ @@ -97006,21 +77455,6 @@ }, "then": "./assets/data/nsi/logos/petrosol-fdaf22.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Peut", - "brand:wikidata=Q122904449", - "name=Peut" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peut-6cdea6.undefined" - }, { "if": { "and": [ @@ -97051,20 +77485,6 @@ }, "then": "./assets/data/nsi/logos/phoenix-289efc.efc" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Pieprzyk", - "name=Pieprzyk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pieprzyk-5fd245.undefined" - }, { "if": { "and": [ @@ -97096,34 +77516,6 @@ }, "then": "./assets/data/nsi/logos/pioneer-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Plenoil", - "name=Plenoil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plenoil-83f854.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Pompe Bianche", - "name=Pompe Bianche" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pompebianche-e8f712.undefined" - }, { "if": { "and": [ @@ -97199,20 +77591,6 @@ }, "then": "./assets/data/nsi/logos/prio-bb4e16.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Propan", - "name=Propan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/propan-c97c47.undefined" - }, { "if": { "and": [ @@ -97258,35 +77636,6 @@ }, "then": "./assets/data/nsi/logos/puma-16b3c2.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=PV Oil", - "brand:wikidata=Q2089536", - "name=PV Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pvoil-c46b94.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=PyS", - "name=PyS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pys-07d016.undefined" - }, { "if": { "and": [ @@ -97362,21 +77711,6 @@ }, "then": "./assets/data/nsi/logos/qiknez-e7bc16.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Qstar", - "brand:wikidata=Q10647961", - "name=Qstar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qstar-a1affa.undefined" - }, { "if": { "and": [ @@ -97392,21 +77726,6 @@ }, "then": "./assets/data/nsi/logos/quickchek-c5cf43.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Quik Stop", - "brand:wikidata=Q105141709", - "name=Quik Stop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quikstop-c5cf43.undefined" - }, { "if": { "and": [ @@ -97453,20 +77772,6 @@ }, "then": "./assets/data/nsi/logos/raceway-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Raiffeisen", - "name=Raiffeisen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/raiffeisen-495186.undefined" - }, { "if": { "and": [ @@ -97529,20 +77834,6 @@ }, "then": "./assets/data/nsi/logos/rendichicas-8d9e82.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=RePhil", - "name=RePhil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rephil-289efc.undefined" - }, { "if": { "and": [ @@ -97663,21 +77954,6 @@ }, "then": "./assets/data/nsi/logos/rubis-16b3c2.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Ruedi Rüssel", - "brand:wikidata=Q111725154", - "name=Ruedi Rüssel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ruedirussel-27a80f.undefined" - }, { "if": { "and": [ @@ -97753,21 +78029,6 @@ }, "then": "./assets/data/nsi/logos/samsclub-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=San Marco Petroli", - "brand:wikidata=Q124623464", - "name=San Marco Petroli" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmarcopetroli-e8f712.undefined" - }, { "if": { "and": [ @@ -97813,20 +78074,6 @@ }, "then": "./assets/data/nsi/logos/seaoil-289efc.efc" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Shamrock", - "name=Shamrock" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shamrock-31b7e3.undefined" - }, { "if": { "and": [ @@ -97887,20 +78134,6 @@ }, "then": "./assets/data/nsi/logos/shiptech-ddc474.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SILKOIL", - "name=SILKOIL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silkoil-c67f2c.undefined" - }, { "if": { "and": [ @@ -97931,25 +78164,6 @@ }, "then": "./assets/data/nsi/logos/sinooil-6daebb.ebb" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SK주유소", - "brand:en=SK gas", - "brand:ko=SK주유소", - "brand:wikidata=Q121294897", - "name=SK주유소", - "name:en=SK gas", - "name:ko=SK주유소" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skgas-ae677b.undefined" - }, { "if": { "and": [ @@ -97980,23 +78194,6 @@ }, "then": "./assets/data/nsi/logos/smartfuels-289efc.efc" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SNG", - "brand:wikidata=Q113679324", - "name=SNG", - "name:bg=Синергон Петролеум", - "name:en=SNG" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sng-b450da.undefined" - }, { "if": { "and": [ @@ -98042,21 +78239,6 @@ }, "then": "./assets/data/nsi/logos/sol-6e9b5c.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SOLATO", - "brand:wikidata=Q11444708", - "name=SOLATO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solato-fbe2e4.undefined" - }, { "if": { "and": [ @@ -98087,34 +78269,6 @@ }, "then": "./assets/data/nsi/logos/sonic-04874d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SP", - "name=SP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sp-d015b7.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=SPBU Pertamina", - "name=SPBU Pertamina" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spbupertamina-d2ad30.undefined" - }, { "if": { "and": [ @@ -98190,20 +78344,6 @@ }, "then": "./assets/data/nsi/logos/star-495186.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Star Oil", - "name=Star Oil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staroil-89ab1a.undefined" - }, { "if": { "and": [ @@ -98236,20 +78376,6 @@ }, "then": "./assets/data/nsi/logos/stationserviceeleclerc-16b3c2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Station U", - "name=Station U" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stationu-acec89.undefined" - }, { "if": { "and": [ @@ -98280,21 +78406,6 @@ }, "then": "./assets/data/nsi/logos/stewarts-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Stinson", - "brand:wikidata=Q123410161", - "name=Stinson" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stinson-04874d.undefined" - }, { "if": { "and": [ @@ -98310,20 +78421,6 @@ }, "then": "./assets/data/nsi/logos/stopandshop-c5cf43.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Stripes", - "name=Stripes" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stripes-bc7b86.undefined" - }, { "if": { "and": [ @@ -98369,20 +78466,6 @@ }, "then": "./assets/data/nsi/logos/superu-3772a0.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Susco", - "name=Susco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/susco-56d9b3.undefined" - }, { "if": { "and": [ @@ -98474,21 +78557,6 @@ }, "then": "./assets/data/nsi/logos/tango-e5aa28.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Tank S", - "brand:wikidata=Q122904613", - "name=Tank S" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanks-6cdea6.undefined" - }, { "if": { "and": [ @@ -98762,21 +78830,6 @@ }, "then": "./assets/data/nsi/logos/tomthumb-bc7b86.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=TomThumb", - "brand:wikidata=Q123012206", - "name=TomThumb" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomthumb-06d38e.undefined" - }, { "if": { "and": [ @@ -98810,21 +78863,6 @@ }, "then": "./assets/data/nsi/logos/topoil-fdaf22.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Topaz", - "brand:wikidata=Q7824764", - "name=Topaz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topaz-5afa7a.undefined" - }, { "if": { "and": [ @@ -98856,20 +78894,6 @@ }, "then": "./assets/data/nsi/logos/totalaccess-3772a0.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Total Contact", - "name=Total Contact" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalcontact-acec89.undefined" - }, { "if": { "and": [ @@ -98902,35 +78926,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-ff2f90.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=TotalEnergies Express", - "brand:wikidata=Q124610909", - "name=TotalEnergies Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalenergiesexpress-6cdea6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Trạm xăng", - "name=Trạm xăng" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tramxang-c46b94.undefined" - }, { "if": { "and": [ @@ -99087,20 +79082,6 @@ }, "then": "./assets/data/nsi/logos/ultramar-16b3c2.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Unioil", - "name=Unioil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unioil-289efc.undefined" - }, { "if": { "and": [ @@ -99116,23 +79097,6 @@ }, "then": "./assets/data/nsi/logos/united-9ed9c0.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Unity Oil", - "brand:wikidata=Q127419577", - "name=Unity Oil", - "operator=Unity Oil Company Limited", - "operator:wikidata=Q127419577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unityoil-fdaf22.undefined" - }, { "if": { "and": [ @@ -99193,57 +79157,6 @@ }, "then": "./assets/data/nsi/logos/usagasoline-c5cf43.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=uSmile", - "brand:en=uSmile", - "brand:wikidata=Q66480830", - "brand:zh=uSmile", - "name=uSmile", - "name:en=uSmile" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usmile-6d1a35.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=uSmile 昆仑好客", - "brand:en=uSmile", - "brand:wikidata=Q66480830", - "brand:zh=昆仑好客", - "name=uSmile 昆仑好", - "name:en=uSmile", - "name:zh=昆仑好客" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usmile-e451ce.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Valcarce", - "name=Valcarce" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valcarce-83f854.undefined" - }, { "if": { "and": [ @@ -99364,20 +79277,6 @@ }, "then": "./assets/data/nsi/logos/walmart-16b3c2.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Watis", - "name=Watis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/watis-5fd245.undefined" - }, { "if": { "and": [ @@ -99393,21 +79292,6 @@ }, "then": "./assets/data/nsi/logos/wawa-f5bad4.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - "brand_wikidata=Q7979844", - { - "or": [ - "brand=Weigel's", - "name=Weigel's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/weigels-c5cf43.undefined" - }, { "if": { "and": [ @@ -99483,36 +79367,6 @@ }, "then": "./assets/data/nsi/logos/wog-ed4144.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=XTR", - "brand:wikidata=Q62537250", - "name=XTR" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xtr-04874d.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Xtra Fuels", - "brand:wikidata=Q121160101", - "name=Xtra Fuels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xtrafuels-c2b77c.undefined" - }, { "if": { "and": [ @@ -99543,34 +79397,6 @@ }, "then": "./assets/data/nsi/logos/yx-9449e0.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=YX 7-Eleven", - "name=YX 7-Eleven" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yx7eleven-38a742.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=YX Truck", - "name=YX Truck" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yxtruck-9449e0.undefined" - }, { "if": { "and": [ @@ -99633,34 +79459,6 @@ }, "then": "./assets/data/nsi/logos/ziz-144a57.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ΑΠ", - "name=ΑΠ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/441ec5-c67f2c.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ΑΡΓΩ", - "name=ΑΡΓΩ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7c5f98-c67f2c.undefined" - }, { "if": { "and": [ @@ -99787,68 +79585,6 @@ }, "then": "./assets/data/nsi/logos/0b910f-bb6729.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Газпромнефть АЗС", - "name=Газпромнефть АЗС" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/57ff6a-6daebb.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Гелиос", - "brand:en=Helios", - "brand:kk=Гелиос", - "brand:wikidata=Q62286471", - "name=Гелиос", - "name:en=Helios", - "name:kk=Гелиос" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helios-6daebb.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Движение", - "name=Движение" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/945016-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ЕКА", - "brand:wikidata=Q62543029", - "name=ЕКА" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c78f-14ecc6.undefined" - }, { "if": { "and": [ @@ -99866,35 +79602,6 @@ }, "then": "./assets/data/nsi/logos/3f8528-a971aa.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=КНП", - "name=КНП" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6ee0a7-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Круиз", - "brand:wikidata=Q113433516", - "name=Круиз" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ee978-b450da.undefined" - }, { "if": { "and": [ @@ -100018,39 +79725,6 @@ }, "then": "./assets/data/nsi/logos/717c1c-a971aa.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=НК Альянс", - "brand:en=Alliance Oil", - "brand:ru=НК Альянс", - "brand:wikidata=Q4063700", - "name=НК Альянс", - "name:en=Alliance Oil", - "name:ru=НК Альянс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allianceoil-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ННК", - "name=ННК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6afb99-14ecc6.undefined" - }, { "if": { "and": [ @@ -100102,21 +79776,6 @@ }, "then": "./assets/data/nsi/logos/637ba4-b450da.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ОПТИ", - "brand:wikidata=Q109356512", - "name=ОПТИ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6155f5-14ecc6.undefined" - }, { "if": { "and": [ @@ -100191,34 +79850,6 @@ }, "then": "./assets/data/nsi/logos/rosneft-14ecc6.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Саханефтегазсбыт", - "name=Саханефтегазсбыт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c1ce53-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Сибнефть", - "name=Сибнефть" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/165678-14ecc6.undefined" - }, { "if": { "and": [ @@ -100238,39 +79869,6 @@ }, "then": "./assets/data/nsi/logos/surgutneftegas-14ecc6.gif" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Таиф-НК", - "name=Таиф-НК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4e2093-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Татнефтепродукт", - "brand:en=Tatnefteprodukt", - "brand:ru=Татнефтепродукт", - "brand:wikidata=Q62545686", - "name=Татнефтепродукт", - "name:en=Tatnefteprodukt", - "name:ru=Татнефтепродукт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tatnefteprodukt-14ecc6.undefined" - }, { "if": { "and": [ @@ -100290,64 +79888,6 @@ }, "then": "./assets/data/nsi/logos/tatneft-14ecc6.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ТНК", - "brand:wikidata=Q2298901", - "name=ТНК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/21d03b-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Трасса", - "name=Трасса" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a5dffb-14ecc6.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=Укр-Петроль", - "brand:wikidata=Q117706274", - "name=Укр-Петроль" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2b21d3-ed4144.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ШТС", - "name=ШТС" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/87a0bd-405a48.undefined" - }, { "if": { "and": [ @@ -100370,27 +79910,6 @@ }, "then": "./assets/data/nsi/logos/gulf-7489db.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=გამა", - "brand:en=Gama", - "brand:ka=გამა", - "brand:ru=Гама", - "brand:wikidata=Q131470034", - "name=გამა", - "name:en=Gama", - "name:ka=გამა", - "name:ru=Гама" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gama-7489db.undefined" - }, { "if": { "and": [ @@ -100410,29 +79929,6 @@ }, "then": "./assets/data/nsi/logos/ekopetrol-7489db.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ვისოლ", - "brand:en=WISSOL", - "brand:ka=ვისოლ", - "brand:wikidata=Q8027737", - "name=ვისოლ", - "name:en=Wissol", - "name:ka=ვისოლ", - "operator=ვისოლ პეტროლიუმ ჯორჯია", - "operator:en=Wissol Petroleum Georgia", - "operator:ka=ვისოლ პეტროლიუმ ჯორჯია", - "operator:wikidata=Q8027737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wissol-7489db.undefined" - }, { "if": { "and": [ @@ -100478,27 +79974,6 @@ }, "then": "./assets/data/nsi/logos/neogas-7489db.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ოპტიმა", - "brand:en=Optima", - "brand:ka=ოპტიმა", - "brand:ru=Оптима", - "brand:wikidata=Q131470031", - "name=ოპტიმა", - "name:en=Optima", - "name:ka=ოპტიმა", - "name:ru=Оптима" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optima-7489db.undefined" - }, { "if": { "and": [ @@ -100792,20 +80267,6 @@ }, "then": "./assets/data/nsi/logos/total-7d34dd.png" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ٹوٹل", - "name=ٹوٹل" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/54d896-47133a.undefined" - }, { "if": { "and": [ @@ -100825,20 +80286,6 @@ }, "then": "./assets/data/nsi/logos/sasco-13ec76.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=سی این جی", - "name=سی این جی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6bd6bd-47133a.undefined" - }, { "if": { "and": [ @@ -100881,20 +80328,6 @@ }, "then": "./assets/data/nsi/logos/shell-47133a.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=طوطال", - "name=طوطال" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcdcc9-264323.undefined" - }, { "if": { "and": [ @@ -100914,20 +80347,6 @@ }, "then": "./assets/data/nsi/logos/agil-7aee9d.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=محطة", - "name=محطة" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/95219a-7d34dd.undefined" - }, { "if": { "and": [ @@ -100947,20 +80366,6 @@ }, "then": "./assets/data/nsi/logos/naft-13ec76.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=نفطال", - "name=نفطال" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ce06e7-7d34dd.undefined" - }, { "if": { "and": [ @@ -101114,82 +80519,6 @@ }, "then": "./assets/data/nsi/logos/cosmo-fbe2e4.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=ホクレン", - "brand:en=Hokuren", - "brand:ja=ホクレン", - "brand:wikidata=Q114880707", - "name=ホクレンSS", - "name:en=Hokuren SS", - "name:ja=ホクレンSS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurenss-fbe2e4.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=中国国际能源", - "brand:en=CHINA INTERNATIONAL ENERGY", - "brand:wikidata=Q110232333", - "brand:zh=中国国际能源", - "name=中国国际能源", - "name:en=CHINA INTERNATIONAL ENERGY", - "name:zh=中国国际能源" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinainternationalenergy-e4b6c0.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=中国海油", - "brand:en=CNOOC", - "brand:wikidata=Q795354", - "brand:zh=中国海油", - "name=中国海油", - "name:en=CNOOC", - "name:zh=中国海油" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cnooc-e4b6c0.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=中国燃气", - "brand:en=China Gas", - "brand:wikidata=Q10874672", - "brand:zh=中国燃气", - "name=中国燃气", - "name:en=China Gas", - "name:zh=中国燃气" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinagas-e4b6c0.undefined" - }, { "if": { "and": [ @@ -101274,45 +80603,6 @@ }, "then": "./assets/data/nsi/logos/petrochina-a5d248.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "alt_name=中油BP", - "brand=中油碧辟", - "brand:en=BP PetroChina", - "brand:wikidata=Q109280112", - "brand:zh=中油碧辟", - "name=中油碧辟", - "name:en=BP PetroChina", - "name:zh=中油碧辟" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bppetrochina-e4b6c0.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=全國加油站", - "brand:en=NPC", - "brand:wikidata=Q20410455", - "brand:zh=全國加油站", - "name=全國加油站", - "name:en=NPC", - "name:zh=全國加油站" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/npc-db3418.undefined" - }, { "if": { "and": [ @@ -101370,25 +80660,6 @@ }, "then": "./assets/data/nsi/logos/cpccorporationtaiwan-db3418.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=国家管网", - "brand:en=PipeChina", - "brand:wikidata=Q86727966", - "brand:zh=国家管网", - "name=国家管网", - "name:en=PipeChina", - "name:zh=国家管网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pipechina-e4b6c0.undefined" - }, { "if": { "and": [ @@ -101408,47 +80679,6 @@ }, "then": "./assets/data/nsi/logos/costcogasoline-db3418.svg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=山隆加油站", - "brand:en=Sanlong", - "brand:wikidata=Q130214215", - "brand:zh=山隆加油站", - "name=山隆加油站", - "name:en=Sanlong", - "name:zh=山隆加油站", - "operator=山隆通運股份有限公司", - "operator:en=Shan-Loong Transportation Co.,Ltd.", - "operator:zh=山隆通運股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanlong-db3418.undefined" - }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=广西交投", - "brand:wikidata=Q11062364", - "brand:zh=广西交投", - "name=广西交投", - "name:zh=广西交投", - "operator=广西交通投资集团有限公司", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cd5eeb-e4b6c0.undefined" - }, { "if": { "and": [ @@ -101468,23 +80698,6 @@ }, "then": "./assets/data/nsi/logos/showashell-fbe2e4.jpg" }, - { - "if": { - "and": [ - "amenity=fuel", - { - "or": [ - "brand=福懋加油站", - "name=福懋加油站", - "operator=福懋興業股份有限公司", - "operator:en=Formosa Taffeta Co.,Ltd.", - "operator:zh=福懋興業股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/formosataffetacoltd-db3418.undefined" - }, { "if": { "and": [ @@ -101501,22 +80714,6 @@ }, "then": "./assets/data/nsi/logos/buzzbingo-738ef2.jpg" }, - { - "if": { - "and": [ - "amenity=gambling", - "gambling=bingo", - { - "or": [ - "brand=Mecca Bingo", - "brand:wikidata=Q39738082", - "name=Mecca Bingo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meccabingo-738ef2.undefined" - }, { "if": { "and": [ @@ -101849,23 +81046,6 @@ }, "then": "./assets/data/nsi/logos/coldstonecreamery-87d971.png" }, - { - "if": { - "and": [ - "amenity=ice_cream", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Corner House", - "brand:wikidata=Q124374322", - "name=Corner House" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cornerhouse-c284d9.undefined" - }, { "if": { "and": [ @@ -102371,23 +81551,6 @@ }, "then": "./assets/data/nsi/logos/pinkberry-87d971.jpg" }, - { - "if": { - "and": [ - "amenity=ice_cream", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Polar Bear", - "brand:wikidata=Q124374249", - "name=Polar Bear" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polarbear-c284d9.undefined" - }, { "if": { "and": [ @@ -102797,22 +81960,6 @@ }, "then": "./assets/data/nsi/logos/yumilicious-0da7a6.jpg" }, - { - "if": { - "and": [ - "amenity=ice_cream", - { - "or": [ - "brand=Славица", - "name=Славица", - "name:en=Slavica", - "name:ru=Славица" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/slavica-ee0efa.undefined" - }, { "if": { "and": [ @@ -102973,75 +82120,6 @@ }, "then": "./assets/data/nsi/logos/meetfresh-136fc8.png" }, - { - "if": { - "and": [ - "amenity=ice_cream", - "cuisine=ice_cream", - { - "or": [ - "brand=麦甜艾斯", - "brand:en=My-Teaice", - "brand:wikidata=Q111744761", - "brand:zh=麦甜艾斯", - "name=麦甜艾斯", - "name:en=My-Teaice", - "name:zh=麦甜艾斯" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/myteaice-460b92.undefined" - }, - { - "if": { - "and": [ - "amenity=internet_cafe", - { - "or": [ - "brand=Akshaya", - "brand:wikidata=Q99562093", - "name=Akshaya" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/akshaya-ec41bc.undefined" - }, - { - "if": { - "and": [ - "amenity=internet_cafe", - { - "or": [ - "brand=Common Service Centres", - "brand:wikidata=Q5153481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/commonservicecentres-ec41bc.undefined" - }, - { - "if": { - "and": [ - "amenity=internet_cafe", - "internet_access:fee=yes", - { - "or": [ - "brand=アプレシオ", - "brand:en=Aprecio", - "brand:ja=アプレシオ", - "brand:wikidata=Q11284756", - "name=アプレシオ", - "name:en=Aprecio", - "name:ja=アプレシオ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aprecio-340adf.undefined" - }, { "if": { "and": [ @@ -103062,46 +82140,6 @@ }, "then": "./assets/data/nsi/logos/comicbuster-340adf.adf" }, - { - "if": { - "and": [ - "amenity=internet_cafe", - "internet_access:fee=yes", - { - "or": [ - "brand=マンボー", - "brand:en=Manboo", - "brand:ja=マンボー", - "brand:wikidata=Q11341637", - "name=マンボー", - "name:en=Manboo", - "name:ja=マンボー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manboo-340adf.undefined" - }, - { - "if": { - "and": [ - "amenity=internet_cafe", - "internet_access:fee=yes", - { - "or": [ - "brand=メディアカフェポパイ", - "brand:en=Media Cafe Popeye", - "brand:ja=メディアカフェポパイ", - "brand:wikidata=Q11343796", - "name=メディアカフェポパイ", - "name:en=Media Cafe Popeye", - "name:ja=メディアカフェポパイ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mediacafepopeye-340adf.undefined" - }, { "if": { "and": [ @@ -103123,21 +82161,6 @@ }, "then": "./assets/data/nsi/logos/kaikatsuclub-340adf.adf" }, - { - "if": { - "and": [ - "amenity=internet_cafe", - { - "or": [ - "brand=网鱼网咖", - "brand:wikidata=Q97350175", - "name=网鱼网咖" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960620-4645c1.undefined" - }, { "if": { "and": [ @@ -103195,26 +82218,6 @@ }, "then": "./assets/data/nsi/logos/karaokemanekineko-c40f09.jpg" }, - { - "if": { - "and": [ - "amenity=karaoke_box", - "fee=yes", - { - "or": [ - "brand=カラオケバンバン", - "brand:en=Karaoke BanBan", - "brand:ja=カラオケバンバン", - "brand:wikidata=Q88485685", - "name=カラオケバンバン", - "name:en=Karaoke BanBan", - "name:ja=カラオケバンバン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karaokebanban-c40f09.undefined" - }, { "if": { "and": [ @@ -103235,46 +82238,6 @@ }, "then": "./assets/data/nsi/logos/karaokekan-c40f09.jpg" }, - { - "if": { - "and": [ - "amenity=karaoke_box", - "fee=yes", - { - "or": [ - "brand=コート・ダジュール", - "brand:en=Cote d'Azur", - "brand:ja=コート・ダジュール", - "brand:wikidata=Q93542022", - "name=コート・ダジュール", - "name:en=Cote d'Azur", - "name:ja=コート・ダジュール" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cotedazur-c40f09.undefined" - }, - { - "if": { - "and": [ - "amenity=karaoke_box", - "fee=yes", - { - "or": [ - "brand=シダックス", - "brand:en=Shidax", - "brand:ja=シダックス", - "brand:wikidata=Q7496130", - "name=シダックス", - "name:en=Shidax", - "name:ja=シダックス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shidax-c40f09.undefined" - }, { "if": { "and": [ @@ -103335,26 +82298,6 @@ }, "then": "./assets/data/nsi/logos/holiday-54981d.jpg" }, - { - "if": { - "and": [ - "amenity=karaoke_box", - "fee=yes", - { - "or": [ - "brand=纯K", - "brand:en=chun K", - "brand:wikidata=Q131443003", - "brand:zh=纯K", - "name=纯K", - "name:en=chun K", - "name:zh=纯K" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chunk-41e70c.undefined" - }, { "if": { "and": [ @@ -103466,24 +82409,6 @@ }, "then": "./assets/data/nsi/logos/brighthorizons-ab065c.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - "max_age=5", - "min_age=1", - "preschool=yes", - { - "or": [ - "brand=CEFA Early Learning", - "brand:wikidata=Q120491807", - "name=CEFA Early Learning" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cefaearlylearning-905d2c.undefined" - }, { "if": { "and": [ @@ -103572,21 +82497,6 @@ }, "then": "./assets/data/nsi/logos/crechepeopleandbaby-9b7dc9.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "brand=Deutscher Kinderschutzbund", - "brand:short=DKSB", - "brand:wikidata=Q1205011" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deutscherkinderschutzbund-6709ec.undefined" - }, { "if": { "and": [ @@ -103750,20 +82660,6 @@ }, "then": "./assets/data/nsi/logos/lespetitschaperonsrouges-9b7dc9.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "brand=Lollipops Educare", - "brand:wikidata=Q116824919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lollipopseducare-06f88c.undefined" - }, { "if": { "and": [ @@ -103781,26 +82677,6 @@ }, "then": "./assets/data/nsi/logos/merryhillpreschool-39c780.jpg" }, - { - "if": { - "and": [ - "after_school=yes", - "amenity=kindergarten", - "fee=yes", - "isced:level=0", - "nursery=yes", - "preschool=yes", - { - "or": [ - "brand=New Horizon Academy", - "brand:wikidata=Q64821306", - "name=New Horizon Academy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newhorizonacademy-39c780.undefined" - }, { "if": { "and": [ @@ -103917,22 +82793,6 @@ }, "then": "./assets/data/nsi/logos/volkssolidaritat-6709ec.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - "fee=yes", - "preschool=yes", - { - "or": [ - "brand=大风车幼儿园", - "brand:wikidata=Q114390650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/50607a-179cd5.undefined" - }, { "if": { "and": [ @@ -103948,43 +82808,6 @@ }, "then": "./assets/data/nsi/logos/561f33-179cd5.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - "fee=yes", - "preschool=yes", - { - "or": [ - "brand=红缨幼儿园", - "brand:wikidata=Q114390577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/236d1c-179cd5.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - "fee=yes", - "preschool=yes", - { - "or": [ - "brand=红黄蓝幼儿园", - "brand:en=RYB Education", - "brand:wikidata=Q43452224", - "brand:zh=红黄蓝幼儿园", - "name=红黄蓝幼儿园", - "name:en=RYB Education", - "name:zh=红黄蓝幼儿园" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rybeducation-179cd5.undefined" - }, { "if": { "and": [ @@ -104279,30 +83102,6 @@ }, "then": "./assets/data/nsi/logos/shaneenglishschool-411869.jpg" }, - { - "if": { - "and": [ - "amenity=language_school", - "language:en=main", - { - "or": [ - "brand=セイハ英語学院", - "brand:en=Seiha English Academy", - "brand:ja=セイハ英語学院", - "brand:ja-Hira=せいはえいごがくいん", - "brand:ja-Latn=Seiha Eigo Gakuin", - "brand:wikidata=Q7446694", - "name=セイハ英語学院", - "name:en=Seiha English Academy", - "name:ja=セイハ英語学院", - "name:ja-Hira=せいはえいごがくいん", - "name:ja-Latn=Seiha Eigo Gakuin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seihaenglishacademy-411869.undefined" - }, { "if": { "and": [ @@ -104346,28 +83145,6 @@ }, "then": "./assets/data/nsi/logos/berlitz-411869.jpg" }, - { - "if": { - "and": [ - "amenity=language_school", - "language:en=main", - "language:ja=yes", - "language:ko=yes", - { - "or": [ - "brand=地球村", - "brand:en=Global Village Organization", - "brand:wikidata=Q65681329", - "brand:zh=地球村", - "name=地球村", - "name:en=Global Village Organization", - "name:zh=地球村" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/globalvillageorganization-85e50b.undefined" - }, { "if": { "and": [ @@ -104408,85 +83185,6 @@ }, "then": "./assets/data/nsi/logos/shaneenglishschool-ffc9b7.jpg" }, - { - "if": { - "and": [ - "amenity=language_school", - "language:ja=main", - { - "or": [ - "brand=巨匠教育", - "brand:en=Gjun", - "brand:wikidata=Q11057516", - "brand:zh=巨匠教育", - "name=巨匠東大日語", - "name:zh=巨匠東大日語" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gjun-85e50b.undefined" - }, - { - "if": { - "and": [ - "amenity=language_school", - "language:en=main", - { - "or": [ - "brand=巨匠教育", - "brand:en=Gjun", - "brand:wikidata=Q11057516", - "brand:zh=巨匠教育", - "name=巨匠美語", - "name:en=Gjun English", - "name:zh=巨匠美語" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gjunenglish-85e50b.undefined" - }, - { - "if": { - "and": [ - "amenity=language_school", - { - "or": [ - "brand=新东方", - "brand:en=New Oriental Education", - "brand:wikidata=Q13631921", - "brand:zh=新东方", - "name=新东方", - "name:en=New Oriental Education", - "name:zh=新东方" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neworientaleducation-ffc9b7.undefined" - }, - { - "if": { - "and": [ - "amenity=language_school", - { - "or": [ - "brand=樱花日语", - "brand:en=Sakura JP", - "brand:ja=桜にほんご", - "brand:wikidata=Q7403164", - "brand:zh=樱花日语", - "name=樱花日语", - "name:en=Sakura JP", - "name:ja=桜にほんご", - "name:zh=樱花日语" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sakurajp-ffc9b7.undefined" - }, { "if": { "and": [ @@ -104547,20 +83245,6 @@ }, "then": "./assets/data/nsi/logos/washingtoncountycooperativelibraryservices-0b187f.png" }, - { - "if": { - "and": [ - "amenity=money_transfer", - { - "or": [ - "brand=Boutique orange Monney", - "name=Boutique orange Monney" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boutiqueorangemonney-c3a447.undefined" - }, { "if": { "and": [ @@ -104576,22 +83260,6 @@ }, "then": "./assets/data/nsi/logos/expressunion-bf90ce.jpg" }, - { - "if": { - "and": [ - "amenity=money_transfer", - { - "or": [ - "brand=Hoa Phát", - "brand:wikidata=Q65116775", - "name=Hoa Phát", - "name:vi=Hoa Phát" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hoaphat-9503b6.undefined" - }, { "if": { "and": [ @@ -104652,45 +83320,6 @@ }, "then": "./assets/data/nsi/logos/westernunion-1032f8.jpg" }, - { - "if": { - "and": [ - "amenity=money_transfer", - { - "or": [ - "brand=Юнистрим", - "brand:en=Unistream", - "brand:ru=Юнистрим", - "brand:wikidata=Q4534572", - "name=Юнистрим", - "name:en=Unistream", - "name:ru=Юнистрим" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unistream-8b917c.undefined" - }, - { - "if": { - "and": [ - "amenity=money_transfer", - { - "or": [ - "brand=ინტელიექსპრესი", - "brand:en=InteliExpress", - "brand:ka=ინტელიექსპრესი", - "brand:ru=ИнтелиЭкспресс", - "name=ინტელიექსპრესი", - "name:en=InteliExpress", - "name:ka=ინტელიექსპრესი", - "name:ru=ИнтелиЭкспресс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inteliexpress-032b00.undefined" - }, { "if": { "and": [ @@ -104706,20 +83335,6 @@ }, "then": "./assets/data/nsi/logos/icebolethufunerals-27942e.jpg" }, - { - "if": { - "and": [ - "amenity=mortuary", - { - "or": [ - "brand=Vežica", - "name=Vežica" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vezica-223b64.undefined" - }, { "if": { "and": [ @@ -104811,20 +83426,6 @@ }, "then": "./assets/data/nsi/logos/schoolofrock-fc8739.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=5post", - "name=5post" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5post-c00268.undefined" - }, { "if": { "and": [ @@ -104904,15 +83505,6 @@ }, "then": "./assets/data/nsi/logos/amazonlocker-f85b1f.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "brand=Appkomat InPost" - ] - }, - "then": "./assets/data/nsi/logos/appkomatinpost-ce4e28.undefined" - }, { "if": { "and": [ @@ -105037,38 +83629,6 @@ }, "then": "./assets/data/nsi/logos/budbee-8c9d85.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Cainiao", - "name=Cainiao" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cainiao-c00268.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=CityPaq", - "brand:wikidata=Q110748819", - "name=CityPaq", - "operator=Correos", - "operator:wikidata=Q776605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypaq-0d29dc.undefined" - }, { "if": { "and": [ @@ -105117,20 +83677,6 @@ }, "then": "./assets/data/nsi/logos/deutschepost-83cc4d.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=DExpress", - "name=DExpress" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dexpress-a2bd5c.undefined" - }, { "if": { "and": [ @@ -105165,24 +83711,6 @@ }, "then": "./assets/data/nsi/logos/dhlpackstation-83cc4d.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=Paketbox", - "brand:wikidata=Q2046604", - "name=DHL Paketbox", - "operator=DHL", - "operator:wikidata=Q489815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dhlpaketbox-83cc4d.undefined" - }, { "if": { "and": [ @@ -105202,23 +83730,6 @@ }, "then": "./assets/data/nsi/logos/dhlpakketautomaat-476b76.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=DHL Poststation", - "brand:wikidata=Q123120984", - "operator=DHL", - "operator:wikidata=Q489815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dhlpoststation-83cc4d.undefined" - }, { "if": { "and": [ @@ -105353,20 +83864,6 @@ }, "then": "./assets/data/nsi/logos/gls-6a219a.svg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=GLS Paketomat", - "name=GLS Paketomat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glspaketomat-985bb3.undefined" - }, { "if": { "and": [ @@ -105415,38 +83912,6 @@ }, "then": "./assets/data/nsi/logos/instabox-f97fed.fed" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=i郵箱", - "brand:en=iBox", - "brand:nan=i-iû-siuⁿ", - "brand:nan-Hant=i郵箱", - "brand:nan-Latn-pehoeji=i-iû-siuⁿ", - "brand:nan-Latn-tailo=i-iû-siunn", - "brand:wikidata=Q4375439", - "brand:zh=i郵箱", - "operator=中華郵政", - "operator:en=Chunghwa Post", - "operator:nan=Tiong-hôa Iû-chèng", - "operator:nan-Hant=中華郵政", - "operator:nan-Latn-pehoeji=Tiong-hôa Iû-chèng", - "operator:nan-Latn-tailo=Tiong-huâ Iû-tsìng", - "operator:wikidata=Q709259", - "operator:zh=中華郵政", - "operator:zh-Hans=中华邮政", - "operator:zh-Hant=中華郵政" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibox-89f0e2.undefined" - }, { "if": { "and": [ @@ -105462,33 +83927,6 @@ }, "then": "./assets/data/nsi/logos/latvijaspasts-e45cee.cee" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Locker.ge", - "brand:ka=Locker.ge", - "brand:wikidata=Q131470040", - "name=Locker.ge", - "name:en=Locker.ge", - "name:ka=Locker.ge" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lockerge-303b81.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "brand=LockerPost" - ] - }, - "then": "./assets/data/nsi/logos/lockerpost-48b7ca.undefined" - }, { "if": { "and": [ @@ -105521,20 +83959,6 @@ }, "then": "./assets/data/nsi/logos/mondialrelay-318f10.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=MPL", - "brand:wikidata=Q131431491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mpl-68603c.undefined" - }, { "if": { "and": [ @@ -105558,22 +83982,6 @@ }, "then": "./assets/data/nsi/logos/mypost24-237d95.svg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=Myflexbox", - "brand:wikidata=Q117313525" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/myflexbox-4d2310.undefined" - }, { "if": { "and": [ @@ -105691,24 +84099,6 @@ }, "then": "./assets/data/nsi/logos/paket24-30ebd7.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=Pakkeboksen", - "brand:wikidata=Q12309164", - "name=Pakkeboksen", - "operator=PostNord Danmark", - "operator:wikidata=Q1334647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pakkeboksen-484cac.undefined" - }, { "if": { "and": [ @@ -105741,24 +84131,6 @@ }, "then": "./assets/data/nsi/logos/penguinbox-7c84a0.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "alt_name=Shop 'n' Pick;Pick Locker", - "brand=Pick", - "brand:wikidata=Q120051152", - "name=Pick", - "operator=Pick Network", - "operator:wikidata=Q120047262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pick-14a07a.undefined" - }, { "if": { "and": [ @@ -105792,23 +84164,6 @@ }, "then": "./assets/data/nsi/logos/pickupstation-b94a6a.svg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Pilulka Box", - "brand:wikidata=Q130684499", - "name=Pilulka Box", - "operator=Pilulka", - "operator:wikidata=Q41960196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilulkabox-7c84a0.undefined" - }, { "if": { "and": [ @@ -105828,41 +84183,6 @@ }, "then": "./assets/data/nsi/logos/pocztex-ce4e28.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=POPStation", - "brand:wikidata=Q120048216", - "name=POPStation", - "operator=Singapore Post", - "operator:wikidata=Q4049531" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/popstation-14a07a.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=Post Abholstation", - "brand:wikidata=Q110748491", - "name=Post Abholstation", - "operator=Österreichische Post", - "operator:wikidata=Q1763505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/postabholstation-82dce7.undefined" - }, { "if": { "and": [ @@ -105915,94 +84235,6 @@ }, "then": "./assets/data/nsi/logos/postnord-aa986b.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=PPL", - "name=PPL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ppl-48c9bb.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=PS Paketomat", - "brand:wikidata=Q110748273", - "name=PS Paketomat", - "operator=Pošta Slovenije", - "operator:wikidata=Q6522631" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pspaketomat-8c1608.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=pudo", - "brand:wikidata=Q116753323", - "operator=The Courier Guy", - "operator:wikidata=Q116753262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pudo-6115c3.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "alt_name=プドー・ステーション", - "brand=プドー", - "brand:en=PUDO", - "brand:ja=プドー", - "brand:wikidata=Q86738066", - "name=PUDOステーション", - "name:en=PUDO Station", - "name:ja=PUDOステーション" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pudostation-5c1de3.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=PuntoPoste", - "brand:wikidata=Q110748322", - "name=PuntoPoste", - "operator=Poste Italiane", - "operator:wikidata=Q495026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puntoposte-9e279b.undefined" - }, { "if": { "and": [ @@ -106053,39 +84285,6 @@ }, "then": "./assets/data/nsi/logos/cargusshipandgo-ba4d23.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - { - "or": [ - "brand=Smartpost", - "brand:wikidata=Q7543889", - "name=Smartpost" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smartpost-0b87cc.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=Smartpost", - "brand:wikidata=Q7543889", - "operator=Itella" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smartpost-b4a3f3.undefined" - }, { "if": { "and": [ @@ -106103,38 +84302,6 @@ }, "then": "./assets/data/nsi/logos/speedy-8234c4.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=Tamburi", - "brand:wikidata=Q125176523" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamburi-82dce7.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=Venipak", - "brand:wikidata=Q124379827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/venipak-b4a3f3.undefined" - }, { "if": { "and": [ @@ -106225,25 +84392,6 @@ }, "then": "./assets/data/nsi/logos/530f2c-7c151e.jpg" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=ОмниСДЭК", - "brand:en=OmniCEDK", - "brand:ru=ОмниСДЭК", - "brand:wikidata=Q110240113", - "name=ОмниСДЭК", - "name:en=OmniCDEK", - "name:ru=ОмниСДЭК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/omnicdek-c00268.undefined" - }, { "if": { "and": [ @@ -106263,120 +84411,6 @@ }, "then": "./assets/data/nsi/logos/russianpost-c00268.png" }, - { - "if": { - "and": [ - "amenity=parcel_locker", - "parcel_mail_in=yes", - "parcel_pickup=yes", - { - "or": [ - "brand=Поштин пакетомат", - "name=Поштин пакетомат", - "name:sr=Поштин пакетомат", - "name:sr-Latn=Poštin paketomat", - "operator=Пошта Србије", - "operator:wikidata=Q769311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/88401e-a2bd5c.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Продуктомат Утконос", - "name=Продуктомат Утконос" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fe7623-c00268.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=СДЭК", - "name=СДЭК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5ac048-c00268.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Халва", - "name=Халва" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d62e3c-c00268.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=Яндекс.Маркет", - "name=Яндекс.Маркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ac371d-c00268.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=はこぽす", - "brand:en=HAKO POST", - "brand:ja=はこぽす", - "brand:wikidata=Q117428085", - "name=はこぽす", - "name:en=Hako Post", - "name:ja=はこぽす" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hakopost-5c1de3.undefined" - }, - { - "if": { - "and": [ - "amenity=parcel_locker", - { - "or": [ - "brand=丰巢", - "brand:en=Hive Box", - "brand:wikidata=Q96076112", - "brand:zh=丰巢", - "name=丰巢", - "name:en=Hive Box", - "name:zh=丰巢" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hivebox-a0c60b.undefined" - }, { "if": { "and": [ @@ -106450,26 +84484,6 @@ }, "then": "./assets/data/nsi/logos/sflocker-482a52.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=D-Parking", - "brand:en=D-Parking", - "brand:ja=Dパーキング", - "brand:wikidata=Q117337694", - "name=Dパーキング", - "name:en=D-Parking", - "name:ja=Dパーキング" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dparking-9f17fa.undefined" - }, { "if": { "and": [ @@ -106531,23 +84545,6 @@ }, "then": "./assets/data/nsi/logos/easypay-56e7b3.png" }, - { - "if": { - "and": [ - "amenity=payment_centre", - "bureau_de_change=yes", - "money_transfer=moneygram;western_union;xoom", - { - "or": [ - "brand=eBiz", - "brand:wikidata=Q120682063", - "name=eBiz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ebiz-a6c1c5.undefined" - }, { "if": { "and": [ @@ -106649,37 +84646,6 @@ }, "then": "./assets/data/nsi/logos/usuperservicecenter-a6c1c5.jpg" }, - { - "if": { - "and": [ - "amenity=payment_centre", - { - "or": [ - "brand=Единый информационно-расчетный центр", - "name=Единый информационно-расчетный центр" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0b0824-3434da.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=BMV Connect", - "brand:wikidata=Q115413393", - "name=BMV Connect", - "operator=Indiana Beareau of Motor Vehicles", - "operator:wikidata=Q115413422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bmvconnect-7d199e.undefined" - }, { "if": { "and": [ @@ -106755,60 +84721,6 @@ }, "then": "./assets/data/nsi/logos/coinstar-8dd7cb.png" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Colorado MV Express", - "brand:wikidata=Q110265726", - "name=Colorado MV Express", - "operator=Colorado Division of Motor Vehicles", - "operator:wikidata=Q115412989" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coloradomvexpress-68f4fc.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - "payment:cash=yes", - "payment:coins=yes", - { - "or": [ - "brand=Cryptal", - "brand:en=Cryptal", - "brand:ka=Cryptal", - "operator=Cryptal", - "operator:en=Cryptal", - "operator:ka=Cryptal" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cryptal-ebda91.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=DMV Now", - "brand:wikidata=Q109370939", - "name=DMV Now", - "operator=California Department of Motor Vehicles", - "operator:wikidata=Q5020431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dmvnow-c1357b.undefined" - }, { "if": { "and": [ @@ -106845,23 +84757,6 @@ }, "then": "./assets/data/nsi/logos/easypay-73846e.jpg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=EZ-TAB", - "brand:wikidata=Q110265735", - "name=EZ-TAB", - "operator=Wisconsin Division of Motor Vehicles", - "operator:wikidata=Q115413096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eztab-4d36cf.undefined" - }, { "if": { "and": [ @@ -106901,23 +84796,6 @@ }, "then": "./assets/data/nsi/logos/floridamvexpress-d0eb4d.jpg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Georgia MV Express", - "brand:wikidata=Q115413364", - "name=Georgia MV Express", - "operator=Georgia Department of Revenue", - "operator:wikidata=Q5547457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiamvexpress-9253ed.undefined" - }, { "if": { "and": [ @@ -106954,20 +84832,6 @@ }, "then": "./assets/data/nsi/logos/idram-15d44b.png" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=krasplat", - "name=krasplat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krasplat-e1a7cd.undefined" - }, { "if": { "and": [ @@ -106990,109 +84854,6 @@ }, "then": "./assets/data/nsi/logos/liberty-ebda91.jpg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Michigan Self-Service Station", - "brand:wikidata=Q110265731", - "name=Michigan Self-Service Station", - "operator=Michigan Secretary of State", - "operator:wikidata=Q16147324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/michiganselfservicestation-586b38.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Nevada DMV Now", - "brand:wikidata=Q110265699", - "name=Nevada DMV Now", - "operator=Nevada Department of Motor Vehicles", - "operator:wikidata=Q16920922" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadadmvnow-c49a2f.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=New Mexico MVD Direct", - "brand:wikidata=Q115413442", - "name=New Mexico MVD Direct", - "operator=New Mexico Motor Vehicle Division", - "operator:wikidata=Q16982577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newmexicomvddirect-832682.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=New York State DMV Now", - "brand:wikidata=Q115416989", - "name=New York State DMV Now", - "operator=New York State Department of Motor Vehicles", - "operator:wikidata=Q17109616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newyorkstatedmvnow-c66e41.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=North Dakota MV Express", - "brand:wikidata=Q115417027", - "name=North Dakota MV Express", - "operator=North Dakota Department of Transportation", - "operator:short=NDDOT", - "operator:wikidata=Q5569030" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdakotamvexpress-3a7e1b.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Ohio BMV Express", - "brand:wikidata=Q115417055", - "name=Ohio BMV Express", - "operator=Ohio Bureau of Motor Vehicles", - "operator:wikidata=Q74329867" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ohiobmvexpress-0e03d5.undefined" - }, { "if": { "and": [ @@ -107142,22 +84903,6 @@ }, "then": "./assets/data/nsi/logos/qiwi-e1a7cd.svg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=South Dakota DMV Now", - "brand:wikidata=Q115417103", - "name=South Dakota DMV Now", - "operator=South Dakota Motor Vehicle Division" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdakotadmvnow-662cce.undefined" - }, { "if": { "and": [ @@ -107215,20 +84960,6 @@ }, "then": "./assets/data/nsi/logos/westvirginiadmvnow-80179e.jpg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - { - "or": [ - "brand=Ак Барс Банк", - "name=Ак Барс Банк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6f78aa-e1a7cd.undefined" - }, { "if": { "and": [ @@ -107359,47 +85090,6 @@ }, "then": "./assets/data/nsi/logos/tbcbank-ebda91.jpg" }, - { - "if": { - "and": [ - "amenity=payment_terminal", - "payment:cash=yes", - "payment:coins=no", - { - "or": [ - "brand=კრედო ბანკი", - "brand:en=Credo Bank", - "brand:ka=კრედო ბანკი", - "brand:ru=Кредо Банк", - "operator=კრედო ბანკი", - "operator:ka=კრედო ბანკი", - "operator:wikidata=Q131470024" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/credobank-ebda91.undefined" - }, - { - "if": { - "and": [ - "amenity=payment_terminal", - "payment:cash=yes", - "payment:coins=yes", - { - "or": [ - "brand=ოპპა", - "brand:en=Oppa", - "brand:ka=ოპპა", - "operator=ოპპა", - "operator:en=Oppa", - "operator:ka=ოპპა" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oppa-ebda91.undefined" - }, { "if": { "and": [ @@ -107425,15 +85115,6 @@ }, "then": "./assets/data/nsi/logos/bankofgeorgia-ebda91.png" }, - { - "if": { - "and": [ - "brand=كشك", - "amenity=payment_terminal" - ] - }, - "then": "./assets/data/nsi/logos/5a6383-bbe87b.undefined" - }, { "if": { "and": [ @@ -107510,21 +85191,6 @@ }, "then": "./assets/data/nsi/logos/3i-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ADEL", - "name=ADEL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adel-c16414.undefined" - }, { "if": { "and": [ @@ -107626,22 +85292,6 @@ }, "then": "./assets/data/nsi/logos/alphapharm-091dbc.dbc" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Alphega Pharmacy", - "brand:wikidata=Q123271999", - "name=Alphega Pharmacy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alphegapharmacy-4d3705.undefined" - }, { "if": { "and": [ @@ -107674,21 +85324,6 @@ }, "then": "./assets/data/nsi/logos/amcal-a4bb5f.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Anadolu Eczanesi", - "name=Anadolu Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anadolueczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -107816,66 +85451,6 @@ }, "then": "./assets/data/nsi/logos/apoteksgruppen-bc5266.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Apotheka", - "name=Apotheka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apotheka-ab5e8f.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Apteka Rodzinna", - "name=Apteka Rodzinna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aptekarodzinna-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Apteka Słoneczna", - "name=Apteka Słoneczna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aptekasloneczna-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Arnika", - "name=Arnika" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arnika-edd407.undefined" - }, { "if": { "and": [ @@ -107955,22 +85530,6 @@ }, "then": "./assets/data/nsi/logos/bartelldrugs-3ab288.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Be", - "brand:wikidata=Q110739667", - "name=Be" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/be-b1ecfe.undefined" - }, { "if": { "and": [ @@ -108003,24 +85562,6 @@ }, "then": "./assets/data/nsi/logos/benu-1cd44c.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Benu", - "brand:bg=Бену", - "brand:en=Benu", - "brand:wikidata=Q123669148", - "name=Benu" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/benu-768624.undefined" - }, { "if": { "and": [ @@ -108036,21 +85577,6 @@ }, "then": "./assets/data/nsi/logos/betty-768624.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Bizim Eczanesi", - "name=Bizim Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bizimeczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -108084,38 +85610,6 @@ }, "then": "./assets/data/nsi/logos/boots-3d082e.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Boticas y Salud", - "brand:wikidata=Q62563126", - "name=Boticas y Salud" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boticasysalud-141e89.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Botika ng Barangay", - "brand:wikidata=Q120485716", - "name=Botika ng Barangay" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botikangbarangay-2ddb76.undefined" - }, { "if": { "and": [ @@ -108180,21 +85674,6 @@ }, "then": "./assets/data/nsi/logos/camelia-503e9a.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Can Eczanesi", - "name=Can Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caneczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -108211,53 +85690,6 @@ }, "then": "./assets/data/nsi/logos/catena-8861f5.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Cef@Rm 36,6", - "name=Cef@Rm 36,6" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cefrm366-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ceiba", - "name=Ceiba", - "operator=Софарма Трейдинг", - "operator:wikidata=Q117303338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceiba-768624.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Centrum Zdrowia", - "name=Centrum Zdrowia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrumzdrowia-cf61fb.undefined" - }, { "if": { "and": [ @@ -108306,21 +85738,6 @@ }, "then": "./assets/data/nsi/logos/cincottadiscountchemist-a4bb5f.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Çınar Eczanesi", - "name=Çınar Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cinareczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -108385,21 +85802,6 @@ }, "then": "./assets/data/nsi/logos/coopvitality-7092c5.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Cosmedica", - "name=Cosmedica" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cosmedica-cf61fb.undefined" - }, { "if": { "and": [ @@ -108481,21 +85883,6 @@ }, "then": "./assets/data/nsi/logos/ds-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Da'rixana", - "name=Da'rixana" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/darixana-b4bb31.undefined" - }, { "if": { "and": [ @@ -108529,51 +85916,6 @@ }, "then": "./assets/data/nsi/logos/dbamozdrowie-cf61fb.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Deniz Eczanesi", - "name=Deniz Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denizeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Derman Eczanesi", - "name=Derman Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dermaneczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Deva Eczanesi", - "name=Deva Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/devaeczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -108606,52 +85948,6 @@ }, "then": "./assets/data/nsi/logos/discountdrugmart-5a530e.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ditt Apotek", - "brand:wikidata=Q5283710", - "name=Ditt Apotek" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dittapotek-bfbf58.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Doğa Eczanesi", - "name=Doğa Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dogaeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Dom Leków", - "name=Dom Leków" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/domlekow-cf61fb.undefined" - }, { "if": { "and": [ @@ -108700,22 +85996,6 @@ }, "then": "./assets/data/nsi/logos/drogaquinze-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Droga Raia", - "brand:wikidata=Q10357101", - "name=Droga Raia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drogaraia-295f06.undefined" - }, { "if": { "and": [ @@ -108764,22 +86044,6 @@ }, "then": "./assets/data/nsi/logos/drogariasaopaulo-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Drogarias Farmáxima", - "brand:wikidata=Q131062491", - "name=Drogarias Farmáxima" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drogariasfarmaxima-295f06.undefined" - }, { "if": { "and": [ @@ -108845,113 +86109,6 @@ }, "then": "./assets/data/nsi/logos/easyapotheke-c222ec.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Elif Eczanesi", - "name=Elif Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elifeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Elody", - "name=Elody" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elody-52cb11.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Eskulap", - "name=Eskulap" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eskulap-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Euroapteek", - "name=Euroapteek" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/euroapteek-d24d7e.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Euroaptieka", - "brand:wikidata=Q124713990", - "name=Euroaptieka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/euroaptieka-0eac7e.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Europharma", - "name=Europharma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/europharma-44e364.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Eurovaistinė", - "brand:wikidata=Q267205", - "name=Eurovaistinė" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurovaistine-503e9a.undefined" - }, { "if": { "and": [ @@ -109096,21 +86253,6 @@ }, "then": "./assets/data/nsi/logos/farmaciachavez-552afd.afd" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmácia do Trabalhador", - "name=Farmácia do Trabalhador" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciadotrabalhador-295f06.undefined" - }, { "if": { "and": [ @@ -109127,98 +86269,6 @@ }, "then": "./assets/data/nsi/logos/farmaciadona-8861f5.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmacia Familiei", - "name=Farmacia Familiei" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciafamiliei-52cb11.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmacia Guadalajara", - "brand:wikidata=Q5435609", - "name=Farmacia Guadalajara" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciaguadalajara-7a195a.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmacia Hipermaxi", - "brand:wikidata=Q81970238", - "name=Farmacia Hipermaxi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciahipermaxi-552afd.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmacia ni Dok", - "name=Farmacia ni Dok" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmacianidok-2ddb76.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmácia Popular", - "name=Farmácia Popular" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciapopular-295f06.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Farmácia Preço Popular", - "name=Farmácia Preço Popular" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmaciaprecopopular-295f06.undefined" - }, { "if": { "and": [ @@ -109475,21 +86525,6 @@ }, "then": "./assets/data/nsi/logos/farmatodo-f5140f.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Fatih Eczanesi", - "name=Fatih Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fatiheczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -109554,28 +86589,6 @@ }, "then": "./assets/data/nsi/logos/gbarbosa-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Գեդեոն Ռիխտեր", - "brand:en=Gedeon Richter", - "brand:hy=Գեդեոն Ռիխտեր", - "brand:ru=Гедеон Рихтер", - "brand:wikidata=Q630125", - "name=Գեդեոն Ռիխտեր", - "name:en=Gedeon Richter", - "name:hy=Գեդեոն Ռիխտեր", - "name:ru=Гедеон Рихтер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gedeonrichter-447e41.undefined" - }, { "if": { "and": [ @@ -109625,22 +86638,6 @@ }, "then": "./assets/data/nsi/logos/gintarinevaistine-503e9a.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Goed", - "brand:wikidata=Q130234412", - "name=Goed" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goed-c9bc6f.undefined" - }, { "if": { "and": [ @@ -109708,21 +86705,6 @@ }, "then": "./assets/data/nsi/logos/gracepharmacy-2ddb76.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Gradska ljekarna Zagreb", - "name=Gradska ljekarna Zagreb" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gradskaljekarnazagreb-e8d74c.undefined" - }, { "if": { "and": [ @@ -109755,51 +86737,6 @@ }, "then": "./assets/data/nsi/logos/guardian-b56451.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Gül Eczanesi", - "name=Gül Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guleczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Güneş Eczanesi", - "name=Güneş Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guneseczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Güven Eczanesi", - "name=Güven Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guveneczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -109817,52 +86754,6 @@ }, "then": "./assets/data/nsi/logos/hebpharmacy-3ab288.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Halk Eczanesi", - "name=Halk Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/halkeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Hannaford", - "brand:wikidata=Q57449742", - "name=Hannaford Pharmacy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hannafordpharmacy-618423.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Hayat Eczanesi", - "name=Hayat Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hayateczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -109895,21 +86786,6 @@ }, "then": "./assets/data/nsi/logos/helpnet-8861f5.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Hippocrates", - "name=Hippocrates" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hippocrates-52cb11.undefined" - }, { "if": { "and": [ @@ -110087,21 +86963,6 @@ }, "then": "./assets/data/nsi/logos/kruidvat-0cc202.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=La Rebaja", - "name=La Rebaja" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/larebaja-e95dde.undefined" - }, { "if": { "and": [ @@ -110134,51 +86995,6 @@ }, "then": "./assets/data/nsi/logos/lifepharmacy-8496bc.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ljekarna Jadran", - "name=Ljekarna Jadran" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ljekarnajadran-e8d74c.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ljekarna Joukhadar", - "name=Ljekarna Joukhadar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ljekarnajoukhadar-e8d74c.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ljekarna Pablo", - "name=Ljekarna Pablo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ljekarnapablo-e8d74c.undefined" - }, { "if": { "and": [ @@ -110262,52 +87078,6 @@ }, "then": "./assets/data/nsi/logos/longsdrugs-f53864.svg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Mandis Pharm", - "name=Mandis Pharm" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mandispharm-e8d74c.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Marc's", - "brand:wikidata=Q17080259", - "name=Marc's Pharmacy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marcspharmacy-5a530e.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Medicap Pharmacy", - "name=Medicap Pharmacy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medicappharmacy-3ab288.undefined" - }, { "if": { "and": [ @@ -110356,22 +87126,6 @@ }, "then": "./assets/data/nsi/logos/medirite-091dbc.dbc" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=MedPlus", - "brand:wikidata=Q65684234", - "name=MedPlus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medplus-95192b.undefined" - }, { "if": { "and": [ @@ -110405,36 +87159,6 @@ }, "then": "./assets/data/nsi/logos/mercurydrug-2ddb76.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Merkez Eczanesi", - "name=Merkez Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merkezeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Merve Eczanesi", - "name=Merve Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merveeczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -110483,21 +87207,6 @@ }, "then": "./assets/data/nsi/logos/multipharma-c9bc6f.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Murat Eczanesi", - "name=Murat Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/murateczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -110520,157 +87229,6 @@ }, "then": "./assets/data/nsi/logos/natalipharm-447e41.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Neethi Medical Store", - "brand:wikidata=Q99960935", - "name=Neethi Medical Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neethimedicalstore-95192b.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Nissei", - "name=Nissei" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nissei-295f06.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Nova", - "name=Nova" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nova-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Nowa", - "name=Nowa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nowa-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Numark", - "brand:wikidata=Q7069061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/numark-b98d4f.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Nur Eczanesi", - "name=Nur Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nureczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Onur Eczanesi", - "name=Onur Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onureczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Orient", - "name=Orient" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orient-52cb11.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=OXY med", - "name=OXY med" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxymed-b4bb31.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Özlem Eczanesi", - "name=Özlem Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozlemeczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -110703,21 +87261,6 @@ }, "then": "./assets/data/nsi/logos/paguemenos-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Panaceum", - "name=Panaceum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panaceum-cf61fb.undefined" - }, { "if": { "and": [ @@ -110734,21 +87277,6 @@ }, "then": "./assets/data/nsi/logos/panvel-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Parafarmacia Conad", - "name=Parafarmacia Conad" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parafarmaciaconad-6aafeb.undefined" - }, { "if": { "and": [ @@ -110795,68 +87323,6 @@ }, "then": "./assets/data/nsi/logos/pharmaca-3ab288.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=PharmaChoice", - "brand:wikidata=Q7180716", - "name=PharmaChoice" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pharmachoice-b56451.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Pharmacie du Château", - "name=Pharmacie du Château" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pharmacieduchateau-f887ab.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Pharmacie du Soleil", - "name=Pharmacie du Soleil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pharmaciedusoleil-4ed69f.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Pharmacie Populaire", - "brand:wikidata=Q125537498", - "name=Pharmacie Populaire" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pharmaciepopulaire-7092c5.undefined" - }, { "if": { "and": [ @@ -111003,21 +87469,6 @@ }, "then": "./assets/data/nsi/logos/pingvinpatika-3674c9.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Pınar Eczanesi", - "name=Pınar Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinareczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -111034,21 +87485,6 @@ }, "then": "./assets/data/nsi/logos/pluslekaren-f39a0c.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Preço Popular", - "name=Preço Popular" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/precopopular-295f06.undefined" - }, { "if": { "and": [ @@ -111065,36 +87501,6 @@ }, "then": "./assets/data/nsi/logos/pricelinepharmacy-a4bb5f.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Prima", - "name=Prima" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prima-cf61fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Prima Pharme", - "name=Prima Pharme" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/primapharme-e8d74c.undefined" - }, { "if": { "and": [ @@ -111111,21 +87517,6 @@ }, "then": "./assets/data/nsi/logos/proxim-b56451.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Przyjazna", - "name=Przyjazna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/przyjazna-cf61fb.undefined" - }, { "if": { "and": [ @@ -111142,22 +87533,6 @@ }, "then": "./assets/data/nsi/logos/publix-3ab288.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Punto Farma", - "brand:wikidata=Q62595271", - "name=Punto Farma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puntofarma-e95dde.undefined" - }, { "if": { "and": [ @@ -111254,21 +87629,6 @@ }, "then": "./assets/data/nsi/logos/riteaid-3ab288.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Rodzinna", - "name=Rodzinna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rodzinna-cf61fb.undefined" - }, { "if": { "and": [ @@ -111318,38 +87678,6 @@ }, "then": "./assets/data/nsi/logos/safeway-5d3b40.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Sağlık Eczanesi", - "name=Sağlık Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saglikeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "dispensing=yes", - "healthcare=pharmacy", - { - "or": [ - "brand=Saint Joseph Drug", - "brand:wikidata=Q120142261", - "name=Saint Joseph Drug" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saintjosephdrug-2ddb76.undefined" - }, { "if": { "and": [ @@ -111446,36 +87774,6 @@ }, "then": "./assets/data/nsi/logos/shoppersdrugmart-b56451.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Şifa Eczanesi", - "name=Şifa Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sifaeczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Słoneczna", - "name=Słoneczna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sloneczna-cf61fb.undefined" - }, { "if": { "and": [ @@ -111559,21 +87857,6 @@ }, "then": "./assets/data/nsi/logos/subra-768624.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Südameapteek", - "name=Südameapteek" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sudameapteek-d24d7e.undefined" - }, { "if": { "and": [ @@ -111628,22 +87911,6 @@ }, "then": "./assets/data/nsi/logos/superdrug-956ac7.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Supplyco Medical Store", - "brand:wikidata=Q99614176", - "name=Supplyco Medical Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/supplycomedicalstore-95192b.undefined" - }, { "if": { "and": [ @@ -111812,52 +88079,6 @@ }, "then": "./assets/data/nsi/logos/uaifarma-295f06.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=UFS", - "brand:wikidata=Q63367573", - "name=UFS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ufs-a4bb5f.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Uğur Eczanesi", - "name=Uğur Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ugureczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Umut Eczanesi", - "name=Umut Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/umuteczanesi-ba5564.undefined" - }, { "if": { "and": [ @@ -111890,26 +88111,6 @@ }, "then": "./assets/data/nsi/logos/uniprix-b56451.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=V・ドラッグ", - "brand:en=V・Drug", - "brand:ja=V・ドラッグ", - "brand:wikidata=Q11367334", - "name=V・ドラッグ", - "name:en=V・Drug", - "name:ja=V・ドラッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vdrug-650eee.undefined" - }, { "if": { "and": [ @@ -111946,36 +88147,6 @@ }, "then": "./assets/data/nsi/logos/vasalekaren-f39a0c.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Vaše zdravlje", - "name=Vaše zdravlje" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vasezdravlje-e8d74c.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Vita", - "name=Vita" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vita-cf61fb.undefined" - }, { "if": { "and": [ @@ -112088,51 +88259,6 @@ }, "then": "./assets/data/nsi/logos/wellnessforever-95192b.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Yaşam Eczanesi", - "name=Yaşam Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yasameczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Yeni Eczanesi", - "name=Yeni Eczanesi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yenieczanesi-ba5564.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Zdrowie", - "name=Zdrowie" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zdrowie-cf61fb.undefined" - }, { "if": { "and": [ @@ -112166,37 +88292,6 @@ }, "then": "./assets/data/nsi/logos/zikoapteka-cf61fb.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=А-мега", - "name=А-мега" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ab338-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=А5", - "brand:wikidata=Q62663476", - "name=А5" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/001bd9-288c27.undefined" - }, { "if": { "and": [ @@ -112213,25 +88308,6 @@ }, "then": "./assets/data/nsi/logos/0aaf88-288c27.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Альфа Аптека", - "brand:be=Альфа Аптека", - "brand:en=Alpha Apteka", - "name=Альфа Аптека", - "name:be=Альфа Аптека", - "name:en=Alpha Apteka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alphaapteka-c16414.undefined" - }, { "if": { "and": [ @@ -112248,22 +88324,6 @@ }, "then": "./assets/data/nsi/logos/6d99c6-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Апрель", - "brand:wikidata=Q114060847", - "name=Апрель" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d13b83-288c27.undefined" - }, { "if": { "and": [ @@ -112280,21 +88340,6 @@ }, "then": "./assets/data/nsi/logos/121e69-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Аптека №1", - "name=Аптека №1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3b7e06-41252c.undefined" - }, { "if": { "and": [ @@ -112327,21 +88372,6 @@ }, "then": "./assets/data/nsi/logos/62cbb3-996e17.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Аптека от склада", - "name=Аптека от склада" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ba1b8-288c27.undefined" - }, { "if": { "and": [ @@ -112358,21 +88388,6 @@ }, "then": "./assets/data/nsi/logos/e30e48-996e17.svg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=АптекаПлюс", - "name=АптекаПлюс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dfa364-288c27.undefined" - }, { "if": { "and": [ @@ -112437,51 +88452,6 @@ }, "then": "./assets/data/nsi/logos/24f190-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Будь здоров", - "name=Будь здоров" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/57dfd1-571ebe.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ваша № 1", - "name=Ваша № 1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fc4890-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Вита", - "name=Вита" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/30d803-288c27.undefined" - }, { "if": { "and": [ @@ -112514,21 +88484,6 @@ }, "then": "./assets/data/nsi/logos/7f69f5-288c27.svg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Вита-Плюс", - "name=Вита-Плюс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/338794-288c27.undefined" - }, { "if": { "and": [ @@ -112545,164 +88500,6 @@ }, "then": "./assets/data/nsi/logos/a0012f-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Востраў здароўя", - "name=Востраў здароўя" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d153ac-c16414.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Горздрав", - "name=Горздрав" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/634cc7-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Городская аптека", - "name=Городская аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/905366-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Городская Здравница", - "name=Городская Здравница" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/19f8c0-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Госаптека", - "name=Госаптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6633e3-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Государственная аптека", - "name=Государственная аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/61b7ed-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ГУП КК «Кубаньфармация»", - "name=ГУП КК «Кубаньфармация»" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d054c9-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Диалог", - "brand:en=Dialog", - "brand:ru=Диалог", - "name=Диалог", - "name:en=Dialog", - "name:ru=Диалог" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dialog-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Добрая аптека", - "name=Добрая аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6ccaa9-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Добрыя лекі", - "brand:be=Добрыя лекі", - "brand:ru=Добрыя леки", - "name=Добрыя лекі", - "name:be=Добрыя лекі", - "name:ru=Добрыя леки" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8aaa94-c16414.undefined" - }, { "if": { "and": [ @@ -112719,71 +88516,6 @@ }, "then": "./assets/data/nsi/logos/c0ed6e-288c27.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Живика", - "brand:en=Zhivika", - "brand:ru=Живика", - "brand:wikidata=Q123165954", - "name=Живика", - "name:en=Zhivika", - "name:ru=Живика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhivika-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Забота", - "name=Забота" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/01b6da-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Здесь аптека", - "name=Здесь аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6cc117-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Здоров.ру", - "name=Здоров.ру" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c10ff1-288c27.undefined" - }, { "if": { "and": [ @@ -112800,66 +88532,6 @@ }, "then": "./assets/data/nsi/logos/780176-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Здравсити", - "name=Здравсити" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4db5ea-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Имплозия", - "name=Имплозия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e0a4a2-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Калина фарм", - "name=Калина фарм" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99fb25-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Классика", - "name=Классика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd136d-288c27.undefined" - }, { "if": { "and": [ @@ -112892,112 +88564,6 @@ }, "then": "./assets/data/nsi/logos/e23c32-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Ладушка", - "name=Ладушка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77585f-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Лаки Фарма", - "name=Лаки Фарма" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/321850-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Лекарь", - "name=Лекарь" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d0f33d-d69080.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ЛекОптТорг", - "brand:wikidata=Q109732954", - "name=ЛекОптТорг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7557e5-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Магнит", - "name=Магнит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58c3ec-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Магнит Аптека", - "name=Магнит Аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d41fde-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Максавит", - "name=Максавит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a71791-288c27.undefined" - }, { "if": { "and": [ @@ -113050,123 +88616,6 @@ }, "then": "./assets/data/nsi/logos/medeya-768624.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Медея", - "brand:en=Medea", - "brand:uk=Медея", - "name=Медея", - "name:en=Medea", - "name:uk=Медея" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medea-996e17.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Мелодия здоровья", - "brand:wikidata=Q110278680", - "name=Мелодия здоровья" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/45f992-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Минская Фармация", - "brand:be=Мінская Фармацыя", - "brand:en=Minskaya Pharmacia", - "brand:ru=Минская Фармация", - "brand:wikidata=Q108553370", - "name=Минская Фармация", - "name:be=Мінская Фармацыя", - "name:en=Minskaya Pharmacia", - "name:ru=Минская Фармация" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minskayapharmacia-c16414.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Мособлмедсервис", - "name=Мособлмедсервис" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a3a8a5-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Моя аптека", - "name=Моя аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edc09a-74ea97.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Надежда-Фарм", - "name=Надежда-Фарм" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/11996d-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Народная", - "name=Народная" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/db11fa-996e17.undefined" - }, { "if": { "and": [ @@ -113183,36 +88632,6 @@ }, "then": "./assets/data/nsi/logos/2b155a-288c27.svg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Неофарм", - "name=Неофарм" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/018e07-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Норма", - "name=Норма" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/49630f-288c27.undefined" - }, { "if": { "and": [ @@ -113229,21 +88648,6 @@ }, "then": "./assets/data/nsi/logos/a55607-288c27.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Остров здоровья", - "name=Остров здоровья" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd41e6-c16414.undefined" - }, { "if": { "and": [ @@ -113260,36 +88664,6 @@ }, "then": "./assets/data/nsi/logos/eb5276-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Панацея", - "name=Панацея" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b7216-494ab4.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Партнер", - "name=Партнер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ac2a27-996e17.undefined" - }, { "if": { "and": [ @@ -113306,22 +88680,6 @@ }, "then": "./assets/data/nsi/logos/16f0aa-288c27.gif" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Петербургские аптеки", - "brand:wikidata=Q109732886", - "name=Петербургские аптеки" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/38902d-288c27.undefined" - }, { "if": { "and": [ @@ -113394,21 +88752,6 @@ }, "then": "./assets/data/nsi/logos/e4475d-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Радуга", - "name=Радуга" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/505854-288c27.undefined" - }, { "if": { "and": [ @@ -113443,25 +88786,6 @@ }, "then": "./assets/data/nsi/logos/1de184-288c27.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Санита", - "name=Санита", - "name:bg=Санита", - "name:en=Sanita", - "operator=Софарма Трейдинг", - "operator:wikidata=Q117303338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanita-768624.undefined" - }, { "if": { "and": [ @@ -113478,36 +88802,6 @@ }, "then": "./assets/data/nsi/logos/ffbae9-288c27.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Семейная", - "name=Семейная" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ec19e5-8786f0.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Социалочка", - "name=Социалочка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3972be-288c27.undefined" - }, { "if": { "and": [ @@ -113524,114 +88818,6 @@ }, "then": "./assets/data/nsi/logos/98589d-288c27.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ТвояАптека.рф", - "name=ТвояАптека.рф" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d2c207-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Фармаимпекс", - "name=Фармаимпекс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee3981-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Фармакон", - "name=Фармакон" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1dc086-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Фармакопейка", - "name=Фармакопейка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/548337-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Фармакор", - "name=Фармакор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e87af-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Фармленд", - "name=Фармленд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5250a1-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Феникс", - "brand:wikidata=Q108852116", - "name=Феникс", - "name:bg=Феникс", - "name:en=Feniks" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feniks-768624.undefined" - }, { "if": { "and": [ @@ -113669,21 +88855,6 @@ }, "then": "./assets/data/nsi/logos/framar-768624.png" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Центральная аптека", - "name=Центральная аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/38db8c-4b9132.undefined" - }, { "if": { "and": [ @@ -113700,36 +88871,6 @@ }, "then": "./assets/data/nsi/logos/7616ce-996e17.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Экона", - "name=Экона" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/923dd4-288c27.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Эконом", - "name=Эконом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0c3de9-288c27.undefined" - }, { "if": { "and": [ @@ -113838,28 +88979,6 @@ }, "then": "./assets/data/nsi/logos/impulse-6b8b1e.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ნეოფარმი", - "brand:en=Neopharmi", - "brand:ka=ნეოფარმი", - "brand:ru=Неофарми", - "brand:wikidata=Q131469942", - "name=ნეოფარმი", - "name:en=Neopharmi", - "name:ka=ნეოფარმი", - "name:ru=Неофарми" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neopharmi-6b8b1e.undefined" - }, { "if": { "and": [ @@ -113943,28 +89062,6 @@ }, "then": "./assets/data/nsi/logos/gpc-6b8b1e.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ჰეკატე", - "brand:en=Hekate", - "brand:ka=ჰეკატე", - "brand:ru=Хекате", - "brand:wikidata=Q131469944", - "name=ჰეკატე", - "name:en=Hekate", - "name:ka=ჰეკატე", - "name:ru=Хекате" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hekate-6b8b1e.undefined" - }, { "if": { "and": [ @@ -113985,46 +89082,6 @@ }, "then": "./assets/data/nsi/logos/clalitpharmacy-b1ecfe.cfe" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=מאוחדת פארם", - "brand:en=Meuhedet Pharm", - "brand:he=מאוחדת פארם", - "brand:wikidata=Q117470179", - "name=מאוחדת פארם", - "name:en=Meuhedet Pharm", - "name:he=מאוחדת פארם" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meuhedetpharm-b1ecfe.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=מכבי פארם", - "brand:en=Macabi Pharm", - "brand:he=מכבי פארם", - "brand:wikidata=Q110739725", - "name=מכבי פארם", - "name:en=Macabi Pharm", - "name:he=מכבי פארם" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macabipharm-b1ecfe.undefined" - }, { "if": { "and": [ @@ -114045,87 +89102,6 @@ }, "then": "./assets/data/nsi/logos/nahdi-3cfaa8.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=온누리약국", - "brand:en=Onnuri Pharmacy", - "brand:ko=온누리약국", - "brand:ko-Latn=Onnuriyakguk", - "name=온누리약국", - "name:en=Onnuri Pharmacy", - "name:ko=온누리약국", - "name:ko-Latn=Onnuriyakguk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onnuripharmacy-2f21b6.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=アイン薬局", - "brand:en=Ain Pharmacy", - "brand:ja=アイン薬局", - "brand:wikidata=Q11282518", - "name=アイン薬局", - "name:en=Ain Pharmacy", - "name:ja=アイン薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ainpharmacy-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=welcia", - "brand:en=welcia", - "brand:ja=ウエルシア薬局", - "brand:wikidata=Q11288687", - "name=ウエルシア薬局", - "name:en=Welcia", - "name:ja=ウエルシア薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/welcia-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ウェルパーク", - "brand:en=Welpark", - "brand:ja=ウェルパーク", - "brand:wikidata=Q11288610", - "name=ウェルパーク", - "name:en=Welpark", - "name:ja=ウェルパーク" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/welpark-650eee.undefined" - }, { "if": { "and": [ @@ -114147,86 +89123,6 @@ }, "then": "./assets/data/nsi/logos/osdrug-650eee.svg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=カワチ薬品", - "brand:en=Cawachi", - "brand:ja=カワチ薬品", - "brand:wikidata=Q11295397", - "name=カワチ薬品", - "name:en=Cawachi", - "name:ja=カワチ薬品" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cawachi-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=キリン堂", - "brand:en=Kirindo", - "brand:ja=キリン堂", - "brand:wikidata=Q11297751", - "name=キリン堂", - "name:en=Kirindo", - "name:ja=キリン堂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirindo-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=クオール", - "brand:en=Qol", - "brand:ja=クオール", - "brand:wikidata=Q88383318", - "name=クオール", - "name:en=Qol", - "name:ja=クオール" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qol-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=クスリのアオキ", - "brand:en=Kusuri no Aoki", - "brand:ja=クスリのアオキ", - "brand:wikidata=Q11298661", - "name=クスリのアオキ", - "name:en=Kusuri no Aoki", - "name:ja=クスリのアオキ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kusurinoaoki-650eee.undefined" - }, { "if": { "and": [ @@ -114247,48 +89143,6 @@ }, "then": "./assets/data/nsi/logos/kusurinofukutaro-650eee.eee" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "alt_name=薬CREATE", - "alt_name:ja=薬クリエイト", - "brand=クリエイトSD", - "brand:en=Create SD", - "brand:ja=クリエイトSD", - "brand:wikidata=Q11299163", - "name=クリエイトSD", - "name:en=Create SD", - "name:ja=クリエイトSD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/createsd-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=クリエイト薬局", - "brand:en=Create Pharmacy", - "brand:ja=クリエイト薬局", - "brand:wikidata=Q115682176", - "name=クリエイト薬局", - "name:en=Create Pharmacy", - "name:ja=クリエイト薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/createpharmacy-650eee.undefined" - }, { "if": { "and": [ @@ -114312,243 +89166,6 @@ }, "then": "./assets/data/nsi/logos/kokumin-650eee.eee" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ココカラファイン", - "brand:en=Cocokara Fine", - "brand:ja=ココカラファイン", - "brand:wikidata=Q11301948", - "name=ココカラファイン", - "name:en=Cocokara Fine", - "name:ja=ココカラファイン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cocokarafine-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=さくら薬局", - "brand:en=Sakura Pharmacy", - "brand:ja=さくら薬局", - "brand:wikidata=Q11299021", - "name=さくら薬局", - "name:en=Sakura Pharmacy", - "name:ja=さくら薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sakurapharmacy-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "alt_name=サッポロドラッグストアー", - "alt_name:en=Sapporo Drug Store", - "alt_name:ja=サッポロドラッグストアー", - "brand=サツドラ", - "brand:en=SATUDORA", - "brand:ja=サツドラ", - "brand:wikidata=Q11304804", - "name=サツドラ", - "name:en=Satudora", - "name:ja=サツドラ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/satudora-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=サンドラッグ", - "brand:en=Sundrug", - "brand:ja=サンドラッグ", - "brand:wikidata=Q11305867", - "name=サンドラッグ", - "name:en=Sundrug", - "name:ja=サンドラッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sundrug-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=スーパードラッグひまわり", - "brand:en=Super Drug Himawari", - "brand:ja=スーパードラッグひまわり", - "brand:wikidata=Q119871355", - "name=スーパードラッグひまわり", - "name:en=Super Drug Himawari", - "name:ja=スーパードラッグひまわり" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/superdrughimawari-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=スギ薬局", - "brand:en=Sugi Pharmacy", - "brand:ja=スギ薬局", - "brand:wikidata=Q11311460", - "name=スギ薬局", - "name:en=Sugi Pharmacy", - "name:ja=スギ薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sugipharmacy-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=セイジョー", - "brand:en=Seijo", - "brand:ja=セイジョー", - "brand:wikidata=Q11314133", - "name=セイジョー", - "name:en=Seijo", - "name:ja=セイジョー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seijo-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=セイムス", - "brand:ja=セイムス", - "name=セイムス", - "name:ja=セイムス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ca047a-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=そうごう薬局", - "brand:ja=そうごう薬局", - "name=そうごう薬局", - "name:ja=そうごう薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/531aeb-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ダイコクドラッグ", - "brand:en=Daikoku Drug", - "brand:ja=ダイコクドラッグ", - "brand:wikidata=Q11316754", - "name=ダイコクドラッグ", - "name:en=Daikoku Drug", - "name:ja=ダイコクドラッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daikokudrug-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ツルハドラッグ", - "brand:en=Tsuruha", - "brand:ja=ツルハドラッグ", - "brand:wikidata=Q11318826", - "name=ツルハドラッグ", - "name:en=Tsuruha", - "name:ja=ツルハドラッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsuruha-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=トモズ", - "brand:en=Tomod's", - "brand:ja=トモズ", - "brand:wikidata=Q7820097", - "name=トモズ", - "name:en=Tomod's", - "name:ja=トモズ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomods-650eee.undefined" - }, { "if": { "and": [ @@ -114569,125 +89186,6 @@ }, "then": "./assets/data/nsi/logos/drugeleven-650eee.eee" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ドラッグセイムス", - "brand:en=Seims", - "brand:ja=ドラッグセイムス", - "brand:wikidata=Q11456137", - "name=ドラッグセイムス", - "name:en=Drug Seims", - "name:ja=ドラッグセイムス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drugseims-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=なの花薬局", - "brand:en=Nanohana Pharmacy", - "brand:ja=なの花薬局", - "brand:wikidata=Q115857179", - "name=なの花薬局", - "name:en=Nanohana Pharmacy", - "name:ja=なの花薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nanohanapharmacy-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ぱぱす", - "brand:en=Papasu", - "brand:ja=ぱぱす", - "brand:wikidata=Q11276061", - "name=ぱぱす", - "name:en=Papasu", - "name:ja=ぱぱす" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/papasu-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ひまわり薬局", - "brand:en=Himawari Pharmacy", - "brand:ja=ひまわり薬局", - "name=ひまわり薬局", - "name:en=Himawari Pharmacy", - "name:ja=ひまわり薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/himawaripharmacy-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=Fit Care DEPOT", - "brand:en=Fit Care DEPOT", - "brand:ja=フィットケアデポ", - "brand:wikidata=Q121625030", - "name=フィットケアデポ", - "name:en=Fit Care DEPOT", - "name:ja=フィットケアデポ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fitcaredepot-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ププレひまわり薬局", - "brand:en=Pupule Himawari Pharmacy", - "brand:ja=ププレひまわり薬局", - "brand:wikidata=Q119871972", - "name=ププレひまわり薬局", - "name:en=Pupule Himawari Pharmacy", - "name:ja=ププレひまわり薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pupulehimawaripharmacy-650eee.undefined" - }, { "if": { "and": [ @@ -114776,26 +89274,6 @@ }, "then": "./assets/data/nsi/logos/tongrentangpharmacy-ede427.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=大参林", - "brand:en=dashenlin", - "brand:wikidata=Q106239645", - "brand:zh=大参林", - "name=大参林", - "name:en=dashenlin", - "name:zh=大参林" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dashenlin-f38123.undefined" - }, { "if": { "and": [ @@ -114816,66 +89294,6 @@ }, "then": "./assets/data/nsi/logos/greattreepharmacy-9d8b4e.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=德生堂", - "brand:en=JIANKANG LINJU DE SHENG TANG", - "brand:wikidata=Q108168942", - "brand:zh=德生堂", - "name=德生堂", - "name:en=JIANKANG LINJU DE SHENG TANG", - "name:zh=德生堂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jiankanglinjudeshengtang-f38123.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=日本調剤", - "brand:en=Nihon Chouzai", - "brand:ja=日本調剤", - "brand:wikidata=Q11509159", - "name=日本調剤", - "name:en=Nihon Chouzai", - "name:ja=日本調剤" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nihonchouzai-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=杏一醫療用品", - "brand:en=MedFirst", - "brand:wikidata=Q126368664", - "brand:zh=杏一醫療用品", - "name=杏一醫療用品", - "name:en=MedFirst", - "name:zh=杏一醫療用品" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medfirst-9d8b4e.undefined" - }, { "if": { "and": [ @@ -114940,188 +89358,6 @@ }, "then": "./assets/data/nsi/logos/matsumotokiyoshi-d98f99.jpg" }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=海王星辰", - "brand:en=China Nepstar", - "brand:wikidata=Q5099817", - "brand:zh=海王星辰", - "name=海王星辰", - "name:en=China Nepstar", - "name:zh=海王星辰" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinanepstar-f38123.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=益丰大药房", - "brand:en=Yifeng Pharmacy", - "brand:wikidata=Q109766741", - "brand:zh=益丰大药房", - "name=益丰大药房", - "name:en=Yifeng Pharmacy", - "name:zh=益丰大药房" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yifengpharmacy-f38123.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=老百姓大药房", - "brand:en=LBX Pharmacy", - "brand:wikidata=Q109744899", - "brand:zh=老百姓大药房", - "name=老百姓大药房", - "name:en=LBX Pharmacy", - "name:zh=老百姓大药房" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lbxpharmacy-f38123.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=薬王堂", - "brand:en=Yakuodo", - "brand:ja=薬王堂", - "brand:wikidata=Q11622485", - "name=薬王堂", - "name:en=Yakuodo", - "name:ja=薬王堂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yakuodo-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=ツルハドラッグ", - "brand:en=Tsuruha", - "brand:ja=ツルハドラッグ", - "brand:wikidata=Q114891238", - "name=調剤薬局ツルハドラッグ", - "name:en=Pharmacy Tsuruha", - "name:ja=調剤薬局ツルハドラッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pharmacytsuruha-650eee.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=長青連鎖藥局", - "brand:en=Ever Green Ever Young", - "brand:wikidata=Q126369781", - "brand:zh=長青連鎖藥局", - "name=長青連鎖藥局", - "name:en=Ever Green Ever Young", - "name:zh=長青連鎖藥局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evergreeneveryoung-9d8b4e.undefined" - }, - { - "if": { - "and": [ - "amenity=pharmacy", - "healthcare=pharmacy", - { - "or": [ - "brand=高济", - "brand:en=Cowell", - "brand:wikidata=Q111280963", - "brand:zh=高济", - "name=高济", - "name:en=Cowell", - "name:zh=高济" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cowell-f38123.undefined" - }, - { - "if": { - "and": [ - "amenity=photo_booth", - { - "or": [ - "brand=Boft", - "name=Boft" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boft-13e05a.undefined" - }, - { - "if": { - "and": [ - "amenity=photo_booth", - { - "or": [ - "brand=Fotofix", - "name=Fotofix" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fotofix-d0be2e.undefined" - }, - { - "if": { - "and": [ - "amenity=photo_booth", - { - "or": [ - "brand=Ki-Re-i", - "name=Ki-Re-i" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirei-23c114.undefined" - }, { "if": { "and": [ @@ -115137,25 +89373,6 @@ }, "then": "./assets/data/nsi/logos/maxspielmann-72d3a7.jpg" }, - { - "if": { - "and": [ - "amenity=photo_booth", - { - "or": [ - "brand=Photo Signature", - "brand:en=Photo Signature", - "brand:ko=포토시그니처", - "brand:wikidata=Q120989590", - "name=Photo Signature", - "name:en=Photo Signature", - "name:ko=포토시그니처" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/photosignature-901b40.undefined" - }, { "if": { "and": [ @@ -115201,25 +89418,6 @@ }, "then": "./assets/data/nsi/logos/prontophot-84b0f3.svg" }, - { - "if": { - "and": [ - "amenity=photo_booth", - { - "or": [ - "brand=인생네컷", - "brand:en=Life4Cut", - "brand:ko=인생네컷", - "brand:wikidata=Q120990259", - "name=인생네컷", - "name:en=Life4Cut", - "name:ko=인생네컷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/life4cut-901b40.undefined" - }, { "if": { "and": [ @@ -115482,34 +89680,6 @@ }, "then": "./assets/data/nsi/logos/expressone-9e675c.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "brand=Express One", - "brand:wikidata=Q115972673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expressone-a6cbb7.undefined" - }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "brand=Express One", - "brand:wikidata=Q115972822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expressone-b4dbc8.undefined" - }, { "if": { "and": [ @@ -115857,65 +90027,6 @@ }, "then": "./assets/data/nsi/logos/5ac048-1328c6.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "brand=中国邮政", - "brand:en=China Post", - "brand:wikidata=Q1066476", - "brand:zh=中国邮政", - "name=中国邮政", - "name:en=China Post", - "name:zh=中国邮政" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinapost-de5f7a.undefined" - }, - { - "if": { - "and": [ - "amenity=post_office", - "short_name=中通", - { - "or": [ - "brand=中通快递", - "brand:en=ZTO Express", - "brand:wikidata=Q10876705", - "brand:zh=中通快递", - "name=中通快递", - "name:en=ZTO Express", - "name:zh=中通快递" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ztoexpress-de5f7a.undefined" - }, - { - "if": { - "and": [ - "amenity=post_office", - "short_name=京东", - { - "or": [ - "brand=京东物流", - "brand:en=JD Logistics", - "brand:wikidata=Q67936681", - "brand:zh=京东物流", - "name=京东物流", - "name:en=JD Logistics", - "name:zh=京东物流" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jdlogistics-de5f7a.undefined" - }, { "if": { "and": [ @@ -115956,26 +90067,6 @@ }, "then": "./assets/data/nsi/logos/depponexpress-de5f7a.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - "short_name=申通", - { - "or": [ - "brand=申通快递", - "brand:en=STO Express", - "brand:wikidata=Q10426347", - "brand:zh=申通快递", - "name=申通快递", - "name:en=STO Express", - "name:zh=申通快递" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoexpress-de5f7a.undefined" - }, { "if": { "and": [ @@ -115995,26 +90086,6 @@ }, "then": "./assets/data/nsi/logos/cainiao-de5f7a.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "short_name=韵达", - { - "or": [ - "brand=韵达速递", - "brand:en=Yunda Express", - "brand:wikidata=Q17010677", - "brand:zh=韵达速递", - "name=韵达速递", - "name:en=Yunda Express", - "name:zh=韵达速递" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yundaexpress-de5f7a.undefined" - }, { "if": { "and": [ @@ -116227,322 +90298,6 @@ }, "then": "./assets/data/nsi/logos/sylvan-6f378a.jpg" }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=九大進学会", - "name:en=Kyudai Shingakukai", - "name:ja=九大進学会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kyudaishingakukai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=京大進学会", - "name:en=Kyodai Shingakukai", - "name:ja=京大進学会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kyodaishingakukai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=仙台練成会", - "name:en=Sendai Renseikai", - "name:ja=仙台練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sendairenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=個別教室のトライ", - "brand:ja=個別教室のトライ", - "brand:wikidata=Q11455435", - "name=個別教室のトライ", - "name:ja=個別教室のトライ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/02f231-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=函館練成会", - "name:en=Hakodate Renseikai", - "name:ja=函館練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hakodaterenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=北大学力増進会", - "name:en=Hokudai Gakuryoku Zoshinkai", - "name:ja=北大学力増進会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokudaigakuryokuzoshinkai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=北見練成会", - "name:en=Kitami Renseikai", - "name:ja=北見練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitamirenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=名大進学会", - "name:en=Meidai Shingakukai", - "name:ja=名大進学会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meidaishingakukai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=小樽練成会", - "name:en=Otaru Renseikai", - "name:ja=小樽練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/otarurenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=山形練成会", - "name:en=Yamagata Renseikai", - "name:ja=山形練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yamagatarenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=岩見沢練成会", - "name:en=Iwamizawa Renseikai", - "name:ja=岩見沢練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iwamizawarenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=旭川練成会", - "name:en=Asahikawa Renseikai", - "name:ja=旭川練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asahikawarenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=明光義塾", - "name=明光義塾" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b1546c-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=札幌練成会", - "name:en=Sapporo Renseikai", - "name:ja=札幌練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sappororenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=東北大進学会", - "name:en=Tohokudai Shingakukai", - "name:ja=東北大進学会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokudaishingakukai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=進学会", - "brand:en=SHINGAKUKAI", - "brand:ja=進学会", - "brand:wikidata=Q11640144", - "name=東大進学会", - "name:en=Todai Shingakukai", - "name:ja=東大進学会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/todaishingakukai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=東進衛星予備校", - "brand:en=Toshin Eisei Yobiko", - "brand:ja=東進衛星予備校", - "brand:wikidata=Q11528409", - "name=東進衛星予備校", - "name:en=Toshin Eisei Yobiko", - "name:ja=東進衛星予備校" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toshineiseiyobiko-cae330.undefined" - }, { "if": { "and": [ @@ -116565,44 +90320,6 @@ }, "then": "./assets/data/nsi/logos/eikohseminar-cae330.svg" }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=滝川練成会", - "name:en=Takikawa Renseikai", - "name:ja=滝川練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takikawarenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=畜大練成会", - "name:en=Chikudai Renseikai", - "name:ja=畜大練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chikudairenseikai-cae330.undefined" - }, { "if": { "and": [ @@ -116622,79 +90339,6 @@ }, "then": "./assets/data/nsi/logos/shueiyobiko-cae330.png" }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=苫小牧練成会", - "name:en=Tomakomai Renseikai", - "name:ja=苫小牧練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomakomairenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=釧路練成会", - "name:en=Kushiro Renseikai", - "name:ja=釧路練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kushirorenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=prep_school", - { - "or": [ - "brand=練成会", - "brand:en=RENSEIKAI", - "brand:ja=練成会", - "brand:wikidata=Q11608020", - "name=青森練成会", - "name:en=Aomori Renseikai", - "name:ja=青森練成会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aomorirenseikai-cae330.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=Adnams", - "brewery:wikidata=Q4683851", - { - "or": [ - "brand=Adnams", - "brand:wikidata=Q4683851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adnams-eaed91.undefined" - }, { "if": { "and": [ @@ -116782,37 +90426,6 @@ }, "then": "./assets/data/nsi/logos/brewersfayre-eaed91.png" }, - { - "if": { - "and": [ - "amenity=pub", - "microbrewery=yes", - { - "or": [ - "brand=Brewhouse & Kitchen", - "brand:wikidata=Q110420544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brewhouseandkitchen-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=Castle Rock", - "brewery:wikidata=Q5050272", - { - "or": [ - "brand=Castle Rock", - "brand:wikidata=Q5050272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/castlerock-eaed91.undefined" - }, { "if": { "and": [ @@ -116827,64 +90440,6 @@ }, "then": "./assets/data/nsi/logos/chefandbrewer-eaed91.png" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Ember Inns", - "brand:wikidata=Q116272278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emberinns-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=Everards", - "brewery:wikidata=Q5416921", - { - "or": [ - "brand=Everards", - "brand:wikidata=Q5416921" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/everards-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Ezītis miglā", - "name=Ezītis miglā" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ezitismigla-f4b906.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Fuller's", - "brand:wikidata=Q5253950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fullers-eaed91.undefined" - }, { "if": { "and": [ @@ -116899,50 +90454,6 @@ }, "then": "./assets/data/nsi/logos/greeneking-eaed91.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Hall & Woodhouse", - "brand:wikidata=Q5642555" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hallandwoodhouse-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=Harvey's", - "brewery:wikidata=Q5677759", - { - "or": [ - "brand=Harvey's", - "brand:wikidata=Q5677759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/harveys-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Hive Pubs", - "brand:wikidata=Q115594794" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hivepubs-eaed91.undefined" - }, { "if": { "and": [ @@ -116957,22 +90468,6 @@ }, "then": "./assets/data/nsi/logos/hungryhorse-eaed91.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=J.W. Lees", - "brewery:wikidata=Q6104441", - { - "or": [ - "brand=J.W. Lees", - "brand:wikidata=Q6104441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jwlees-eaed91.undefined" - }, { "if": { "and": [ @@ -117018,50 +90513,6 @@ }, "then": "./assets/data/nsi/logos/mcmenamins-3769c3.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Nicholson's", - "brand:wikidata=Q113130666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nicholsons-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "cuisine=burger", - { - "or": [ - "brand=Ninkasi", - "brand:wikidata=Q101094482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ninkasi-f6ed5c.undefined" - }, - { - "if": { - "and": [ - "theme=irish", - "amenity=pub", - { - "or": [ - "brand=O'Neill's", - "brand:wikidata=Q7071905" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oneills-eaed91.undefined" - }, { "if": { "and": [ @@ -117092,23 +90543,6 @@ }, "then": "./assets/data/nsi/logos/pitcherandpiano-eaed91.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - "brewery=Robinsons", - { - "or": [ - "brand=Robinsons", - "brand:wikidata=Q7353116", - "operator=Robinsons", - "operator:wikidata=Q7353116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/robinsons-eaed91.undefined" - }, { "if": { "and": [ @@ -117160,63 +90594,6 @@ }, "then": "./assets/data/nsi/logos/schmizzapublichouse-3769c3.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Shepherd Neame", - "brand:wikidata=Q12002324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shepherdneame-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Sizzling Pubs", - "brand:wikidata=Q118314187" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sizzlingpubs-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "cuisine=british", - { - "or": [ - "brand=St Austell Brewery", - "brand:wikidata=Q7592564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staustellbrewery-eaed91.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=The Bishops Arms", - "brand:wikidata=Q10430084" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebishopsarms-4b2883.undefined" - }, { "if": { "and": [ @@ -117262,20 +90639,6 @@ }, "then": "./assets/data/nsi/logos/thwaites-eaed91.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Vintage Inns", - "brand:wikidata=Q87067899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vintageinns-eaed91.undefined" - }, { "if": { "and": [ @@ -117306,39 +90669,6 @@ }, "then": "./assets/data/nsi/logos/wetherspoon-eaed91.svg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=Young's", - "brand:wikidata=Q8057802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youngs-72d0dd.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=つぼ八", - "brand:en=Tsubohachi", - "brand:ja=つぼ八", - "brand:wikidata=Q11272459", - "name=つぼ八", - "name:en=Tsubohachi", - "name:ja=つぼ八" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsubohachi-0435b9.undefined" - }, { "if": { "and": [ @@ -117358,25 +90688,6 @@ }, "then": "./assets/data/nsi/logos/hananomai-0435b9.png" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=八剣伝", - "brand:en=Hakkenden", - "brand:ja=八剣伝", - "brand:wikidata=Q114783141", - "name=八剣伝", - "name:en=Hakkenden", - "name:ja=八剣伝" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hakkenden-0435b9.undefined" - }, { "if": { "and": [ @@ -117396,22 +90707,6 @@ }, "then": "./assets/data/nsi/logos/watami-0435b9.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=庄や", - "brand:ja=庄や", - "name=庄や", - "name:ja=庄や" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5d7ca5-0435b9.undefined" - }, { "if": { "and": [ @@ -117431,60 +90726,6 @@ }, "then": "./assets/data/nsi/logos/shirokiya-0435b9.svg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=目利きの銀次", - "brand:ja=目利きの銀次", - "name=目利きの銀次", - "name:ja=目利きの銀次" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc257c-0435b9.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=笑笑", - "brand:en=Warawara", - "brand:ja=笑笑", - "brand:wikidata=Q87214327", - "name=笑笑", - "name:en=Warawara", - "name:ja=笑笑" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warawara-0435b9.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=風来坊", - "brand:en=Furaibo", - "brand:ja=風来坊", - "brand:wikidata=Q22129759", - "name=風来坊", - "name:en=Furaibo", - "name:ja=風来坊" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/furaibo-0435b9.undefined" - }, { "if": { "and": [ @@ -117504,25 +90745,6 @@ }, "then": "./assets/data/nsi/logos/yoronotaki-0435b9.jpg" }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "brand=魚民", - "brand:en=Uotami", - "brand:ja=魚民", - "brand:wikidata=Q11673981", - "name=魚民", - "name:en=Uotami", - "name:ja=魚民" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uotami-0435b9.undefined" - }, { "if": { "and": [ @@ -117557,20 +90779,6 @@ }, "then": "./assets/data/nsi/logos/bibliocabina-227ad5.png" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Bieb Bieb Aalst", - "name=Bieb Bieb" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biebbieb-31eb16.undefined" - }, { "if": { "and": [ @@ -117586,20 +90794,6 @@ }, "then": "./assets/data/nsi/logos/boekentil-31eb16.jpg" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Boîte à lire", - "name=Boîte à lire" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boitealire-c4d8c7.undefined" - }, { "if": { "and": [ @@ -117616,21 +90810,6 @@ }, "then": "./assets/data/nsi/logos/bucherhauschen-49b5a5.jpg" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - "books=children", - { - "or": [ - "brand=Croque-livres", - "name=Croque-livres" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/croquelivres-16b947.undefined" - }, { "if": { "and": [ @@ -117661,21 +90840,6 @@ }, "then": "./assets/data/nsi/logos/innogybucherschrank-49b5a5.svg" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - "books=children", - { - "or": [ - "brand=Kinderzwerfboek", - "name=KinderzwerfboekStation" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinderzwerfboekstation-2091e3.undefined" - }, { "if": { "and": [ @@ -117691,34 +90855,6 @@ }, "then": "./assets/data/nsi/logos/lesekiosk-1271c4.jpg" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Libros Libres", - "name=Libros Libres" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libroslibres-85816d.undefined" - }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Lilliput Libraries", - "name=Lilliput Library" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lilliputlibrary-381d90.undefined" - }, { "if": { "and": [ @@ -117763,34 +90899,6 @@ }, "then": "./assets/data/nsi/logos/minibib-31eb16.jpg" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Minibieb", - "name=Minibieb" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minibieb-7aee12.undefined" - }, - { - "if": { - "and": [ - "amenity=public_bookcase", - { - "or": [ - "brand=Öffentlicher Bücherschrank", - "name=Öffentlicher Bücherschrank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/offentlicherbucherschrank-1a6d18.undefined" - }, { "if": { "and": [ @@ -117851,26 +90959,6 @@ }, "then": "./assets/data/nsi/logos/westenergiebucherschrank-49b5a5.png" }, - { - "if": { - "and": [ - "amenity=public_bookcase", - "colour=white;blue;orange", - { - "or": [ - "brand=ספריית שביל ישראל", - "brand:en=Israel National Trail Library", - "brand:he=ספריית שביל ישראל", - "brand:wikidata=Q583897", - "name=ספריית שביל", - "name:en=Trail Library", - "name:he=ספריית שביל" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/traillibrary-cd9af2.undefined" - }, { "if": { "and": [ @@ -118003,25 +91091,6 @@ }, "then": "./assets/data/nsi/logos/caritas-f6fab4.png" }, - { - "if": { - "and": [ - "recycling:cans=yes", - "recycling:glass_bottles=yes", - "recycling:plastic_bottles=yes", - "recycling_type=centre", - "amenity=recycling", - { - "or": [ - "brand=Containers for Change", - "brand:wikidata=Q124060523", - "name=Containers for Change" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/containersforchange-00629f.undefined" - }, { "if": { "and": [ @@ -118199,25 +91268,6 @@ }, "then": "./assets/data/nsi/logos/planetaid-f8d7ba.jpg" }, - { - "if": { - "and": [ - "recycling:low_energy_bulbs=yes", - "recycling_type=container", - "amenity=recycling", - { - "or": [ - "brand=Recolight", - "brand:wikidata=Q111370781", - "name=Recolight", - "operator=Recolight", - "operator:wikidata=Q111370781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/recolight-a9e339.undefined" - }, { "if": { "and": [ @@ -118493,22 +91543,6 @@ }, "then": "./assets/data/nsi/logos/afuri-9b358b.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=breakfast;burger;international;steak_house", - { - "or": [ - "brand=ALEX", - "brand:wikidata=Q18018122", - "name=ALEX" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alex-051971.undefined" - }, { "if": { "and": [ @@ -118525,24 +91559,6 @@ }, "then": "./assets/data/nsi/logos/amici-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=south_indian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Anjappar Chettinad Restaurant", - "brand:wikidata=Q4765786", - "name=Anjappar Chettinad Restaurant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anjapparchettinadrestaurant-d9e7a3.undefined" - }, { "if": { "and": [ @@ -118838,22 +91854,6 @@ }, "then": "./assets/data/nsi/logos/basilicandco-47e37e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Basilico", - "brand:wikidata=Q123397327", - "name=Basilico" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/basilico-9b5453.undefined" - }, { "if": { "and": [ @@ -118959,22 +91959,6 @@ }, "then": "./assets/data/nsi/logos/bdsmongoliangrill-bcd08b.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=american", - { - "or": [ - "brand=Beef O'Brady's", - "brand:wikidata=Q4879745", - "name=Beef O'Brady's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beefobradys-96af40.undefined" - }, { "if": { "and": [ @@ -119070,22 +92054,6 @@ }, "then": "./assets/data/nsi/logos/bennyandco-e68b16.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=Bento Bowl", - "brand:wikidata=Q111018588", - "name=Bento Bowl" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bentobowl-8ced4c.undefined" - }, { "if": { "and": [ @@ -119102,24 +92070,6 @@ }, "then": "./assets/data/nsi/logos/bertuccis-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=indian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Bhartiya Jalpan", - "brand:wikidata=Q124374711", - "name=Bhartiya Jalpan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bhartiyajalpan-d9e7a3.undefined" - }, { "if": { "and": [ @@ -119169,22 +92119,6 @@ }, "then": "./assets/data/nsi/logos/bills-9b5453.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=regional", - { - "or": [ - "brand=Billa Marktküche", - "brand:wikidata=Q130526610", - "name=Billa Marktküche" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/billamarktkuche-c7016b.undefined" - }, { "if": { "and": [ @@ -119401,22 +92335,6 @@ }, "then": "./assets/data/nsi/logos/bonefishgrill-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=burger;pizza", - { - "or": [ - "brand=Bossa", - "brand:wikidata=Q130376269", - "name=Bossa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bossa-69fbf5.undefined" - }, { "if": { "and": [ @@ -119466,24 +92384,6 @@ }, "then": "./assets/data/nsi/logos/brewingz-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Brik Oven", - "brand:wikidata=Q124374702", - "name=Brik Oven" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brikoven-d9e7a3.undefined" - }, { "if": { "and": [ @@ -119742,24 +92642,6 @@ }, "then": "./assets/data/nsi/logos/cafedelsol-b8cc79.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=french", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Cafe Noir", - "brand:wikidata=Q124374751", - "name=Cafe Noir" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cafenoir-d9e7a3.undefined" - }, { "if": { "and": [ @@ -119792,22 +92674,6 @@ }, "then": "./assets/data/nsi/logos/caferouge-9b5453.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=mexican", - { - "or": [ - "brand=California Burrito", - "brand:wikidata=Q124374596", - "name=California Burrito" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/californiaburrito-d9e7a3.undefined" - }, { "if": { "and": [ @@ -119857,22 +92723,6 @@ }, "then": "./assets/data/nsi/logos/campanile-ee8eff.eff" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=coffee_shop;international", - { - "or": [ - "brand=Caravan", - "brand:wikidata=Q114771226", - "name=Caravan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caravan-e997f8.undefined" - }, { "if": { "and": [ @@ -119905,21 +92755,6 @@ }, "then": "./assets/data/nsi/logos/carrabbasitaliangrill-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Casey's", - "name=Casey's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caseys-96af40.undefined" - }, { "if": { "and": [ @@ -120019,24 +92854,6 @@ }, "then": "./assets/data/nsi/logos/chimcking-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=mexican", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Chinita", - "brand:wikidata=Q124374771", - "name=Chinita" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinita-d9e7a3.undefined" - }, { "if": { "and": [ @@ -120053,21 +92870,6 @@ }, "then": "./assets/data/nsi/logos/chiquito-9b5453.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=asian", - { - "or": [ - "brand=Chopsticks", - "name=Chopsticks" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chopsticks-67c9ce.undefined" - }, { "if": { "and": [ @@ -120469,22 +93271,6 @@ }, "then": "./assets/data/nsi/logos/countrypride-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=breakfast", - { - "or": [ - "brand=Country Waffles", - "brand:wikidata=Q86151490", - "name=Country Waffles" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/countrywaffles-96af40.undefined" - }, { "if": { "and": [ @@ -120568,40 +93354,6 @@ }, "then": "./assets/data/nsi/logos/dagrasso-07fabc.abc" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=asian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Daily Sushi", - "brand:wikidata=Q124374644", - "name=Daily Sushi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dailysushi-d9e7a3.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=barbecue", - { - "or": [ - "brand=Dallas BBQ", - "brand:wikidata=Q122209839", - "name=Dallas BBQ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dallasbbq-c32da1.undefined" - }, { "if": { "and": [ @@ -120684,22 +93436,6 @@ }, "then": "./assets/data/nsi/logos/delfriscosdoubleeaglesteakhouse-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=vietnamese", - { - "or": [ - "brand=Delicious Pho", - "brand:wikidata=Q114794842", - "name=Delicious Pho" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deliciouspho-25949b.undefined" - }, { "if": { "and": [ @@ -120752,24 +93488,6 @@ }, "then": "./assets/data/nsi/logos/dintaifung-4a64f1.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=south_indian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Dindigul Thalappakatti Restaurant", - "brand:wikidata=Q16312263", - "name=Dindigul Thalappakatti Restaurant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dindigulthalappakattirestaurant-d9e7a3.undefined" - }, { "if": { "and": [ @@ -120855,23 +93573,6 @@ }, "then": "./assets/data/nsi/logos/doughzone-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=english;brunch", - { - "or": [ - "alt_name=Drake and Morgan", - "brand=Drake & Morgan", - "brand:wikidata=Q114796363", - "name=Drake & Morgan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drakeandmorgan-9eca85.undefined" - }, { "if": { "and": [ @@ -120936,22 +93637,6 @@ }, "then": "./assets/data/nsi/logos/eatnpark-96af40.svg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=grill;sandwich", - { - "or": [ - "brand=Echemi", - "brand:wikidata=Q109726974", - "name=Echemi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/echemi-a077c9.undefined" - }, { "if": { "and": [ @@ -121016,24 +93701,6 @@ }, "then": "./assets/data/nsi/logos/elephantbar-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=indian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Empire", - "brand:wikidata=Q124374511", - "name=Empire" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/empire-d9e7a3.undefined" - }, { "if": { "and": [ @@ -121098,22 +93765,6 @@ }, "then": "./assets/data/nsi/logos/fattoamano-37e076.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=american", - { - "or": [ - "brand=Fatz", - "brand:wikidata=Q5424504", - "name=Fatz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fatz-96af40.undefined" - }, { "if": { "and": [ @@ -121228,22 +93879,6 @@ }, "then": "./assets/data/nsi/logos/fournosbakery-69fbf5.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Fox's Pizza Den", - "brand:wikidata=Q5476498", - "name=Fox's Pizza Den" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foxspizzaden-96af40.undefined" - }, { "if": { "and": [ @@ -121277,21 +93912,6 @@ }, "then": "./assets/data/nsi/logos/frankieandbennys-9b5453.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=italian", - { - "or": [ - "brand=Fratelli", - "name=Fratelli" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fratelli-2b67bf.undefined" - }, { "if": { "and": [ @@ -121373,22 +93993,6 @@ }, "then": "./assets/data/nsi/logos/fuddruckers-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=thai;japanese", - { - "or": [ - "brand=Fuji", - "brand:wikidata=Q13018411", - "name=Fuji" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fuji-5a3582.undefined" - }, { "if": { "and": [ @@ -121645,45 +94249,6 @@ }, "then": "./assets/data/nsi/logos/gyukaku-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=middle_eastern", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Habibi Falafel", - "brand:wikidata=Q124374610", - "name=Habibi Falafel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/habibifalafel-d9e7a3.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=ramen", - { - "or": [ - "alt_name:en=Ramen Number 8 Shop", - "brand=Hachiban Ramen", - "brand:en=Hachiban Ramen", - "brand:th=ฮะจิบัง ราเมน", - "brand:wikidata=Q11326388", - "name=Hachiban Ramen", - "name:en=Hachiban Ramen", - "name:th=ฮะจิบัง ราเมน" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hachibanramen-2f70bd.undefined" - }, { "if": { "and": [ @@ -121704,22 +94269,6 @@ }, "then": "./assets/data/nsi/logos/haidilaohotpot-ce6bab.bab" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=burger", - { - "or": [ - "brand=Handmade Burger Co.", - "brand:wikidata=Q56154673", - "name=Handmade Burger Co." - ] - } - ] - }, - "then": "./assets/data/nsi/logos/handmadeburgerco-9b5453.undefined" - }, { "if": { "and": [ @@ -121851,22 +94400,6 @@ }, "then": "./assets/data/nsi/logos/hawksmoor-39693e.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=kebab", - { - "or": [ - "brand=HD İskender", - "brand:wikidata=Q28940587", - "name=HD İskender" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hdiskender-9743a1.undefined" - }, { "if": { "and": [ @@ -121899,23 +94432,6 @@ }, "then": "./assets/data/nsi/logos/hogsbreathcafe-3c82e9.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=salad", - "takeaway=yes", - { - "or": [ - "brand=Holy Greens", - "brand:wikidata=Q124048681", - "name=Holy Greens" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holygreens-45c141.undefined" - }, { "if": { "and": [ @@ -122030,22 +94546,6 @@ }, "then": "./assets/data/nsi/logos/hotpotbuffet-5a3582.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=burger;pizza", - { - "or": [ - "brand=Hotshots Sports Bar and Grill", - "brand:wikidata=Q130344931", - "name=Hotshots Sports Bar and Grill" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hotshotssportsbarandgrill-96af40.undefined" - }, { "if": { "and": [ @@ -122175,38 +94675,6 @@ }, "then": "./assets/data/nsi/logos/0aeb30-642268.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=coffee_shop;indian", - { - "or": [ - "brand=Indian Coffee House", - "brand:wikidata=Q3595301", - "name=Indian Coffee House" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indiancoffeehouse-d9e7a3.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=tex-mex", - { - "or": [ - "brand=Indiana Café", - "brand:wikidata=Q109315295", - "name=Indiana Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianacafe-47e37e.undefined" - }, { "if": { "and": [ @@ -122557,21 +95025,6 @@ }, "then": "./assets/data/nsi/logos/konagrill-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=french", - { - "or": [ - "brand=L'Atelier", - "name=L'Atelier" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latelier-47e37e.undefined" - }, { "if": { "and": [ @@ -122783,24 +95236,6 @@ }, "then": "./assets/data/nsi/logos/lasiguanas-9b5453.svg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=ghanaian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Las Palmas Food Centre", - "brand:wikidata=Q125886007", - "name=Las Palmas Food Centre" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laspalmasfoodcentre-e66c3e.undefined" - }, { "if": { "and": [ @@ -122884,42 +95319,6 @@ }, "then": "./assets/data/nsi/logos/3brasseurs-17e7d6.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=LITTLE SHEEP", - "brand:en=LITTLE SHEEP", - "brand:wikidata=Q5976467", - "brand:zh=小肥羊", - "name=LITTLE SHEEP", - "name:en=LITTLE SHEEP", - "name:zh=小肥羊" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/littlesheep-87010c.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=spanish", - { - "or": [ - "brand=Lizarrán", - "brand:wikidata=Q1866620", - "name=Lizarrán" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lizarran-acf031.undefined" - }, { "if": { "and": [ @@ -122987,21 +95386,6 @@ }, "then": "./assets/data/nsi/logos/loumalnatispizzeria-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=british", - { - "or": [ - "brand=Lounges", - "brand:wikidata=Q114313933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lounges-9b5453.undefined" - }, { "if": { "and": [ @@ -123149,23 +95533,6 @@ }, "then": "./assets/data/nsi/logos/mainevent-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=italian;pizza;pasta", - { - "or": [ - "brand=Mama Roma", - "brand:wikidata=Q109947151", - "name=Mama Roma", - "name:en=Mama Roma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mamaroma-642268.undefined" - }, { "if": { "and": [ @@ -123248,22 +95615,6 @@ }, "then": "./assets/data/nsi/logos/marygrace-5259a4.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chicken;seafood", - { - "or": [ - "brand=Maryland Fried Chicken", - "brand:wikidata=Q121141145", - "name=Maryland Fried Chicken" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marylandfriedchicken-96af40.undefined" - }, { "if": { "and": [ @@ -123344,38 +95695,6 @@ }, "then": "./assets/data/nsi/logos/mccormickandschmicks-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;malatang", - { - "or": [ - "brand=MealTime Malatang", - "brand:wikidata=Q108210279", - "name=MealTime Malatang" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mealtimemalatang-a2b219.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=burger", - { - "or": [ - "brand=Meat Liquor", - "brand:wikidata=Q115267761", - "name=Meat Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meatliquor-37e076.undefined" - }, { "if": { "and": [ @@ -123460,22 +95779,6 @@ }, "then": "./assets/data/nsi/logos/metrodiner-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=steak_house", - { - "or": [ - "brand=MEUH! Restaurant", - "brand:wikidata=Q122958629", - "name=MEUH! Restaurant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meuhrestaurant-47e37e.undefined" - }, { "if": { "and": [ @@ -123589,22 +95892,6 @@ }, "then": "./assets/data/nsi/logos/milestones-e68b16.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=steak", - { - "or": [ - "brand=Miller & Carter", - "brand:wikidata=Q87067401", - "name=Miller & Carter" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/millerandcarter-9b5453.undefined" - }, { "if": { "and": [ @@ -123669,22 +95956,6 @@ }, "then": "./assets/data/nsi/logos/mkrestaurants-5a3582.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese;hotpot", - { - "or": [ - "brand=Mo-Mo Paradise", - "brand:wikidata=Q126369578", - "name=Mo-Mo Paradise" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/momoparadise-aad2df.undefined" - }, { "if": { "and": [ @@ -123702,22 +95973,6 @@ }, "then": "./assets/data/nsi/logos/mos-effa94.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Monical's Pizza", - "brand:wikidata=Q6900121", - "name=Monical's Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monicalspizza-18638b.undefined" - }, { "if": { "and": [ @@ -123917,22 +96172,6 @@ }, "then": "./assets/data/nsi/logos/nandos-32ebee.bee" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=wings;pizza;burger", - { - "or": [ - "brand=Native Grill & Wings", - "brand:wikidata=Q69599983", - "name=Native Grill & Wings" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nativegrillandwings-b39dfd.undefined" - }, { "if": { "and": [ @@ -124308,24 +96547,6 @@ }, "then": "./assets/data/nsi/logos/pardoschicken-39b0af.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=panini", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Paris Panini", - "brand:wikidata=Q124374583", - "name=Paris Panini" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parispanini-d9e7a3.undefined" - }, { "if": { "and": [ @@ -124624,22 +96845,6 @@ }, "then": "./assets/data/nsi/logos/pizzacosy-47e37e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Pizza Delight", - "brand:wikidata=Q3389502", - "name=Pizza Delight" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzadelight-e68b16.undefined" - }, { "if": { "and": [ @@ -124705,22 +96910,6 @@ }, "then": "./assets/data/nsi/logos/pizzapilgrims-37e076.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Pizza Ranch", - "brand:wikidata=Q7199978", - "name=Pizza Ranch" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pizzaranch-96af40.undefined" - }, { "if": { "and": [ @@ -124871,24 +97060,6 @@ }, "then": "./assets/data/nsi/logos/primantibros-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=north_indian", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=Punjab Grill", - "brand:wikidata=Q124374761", - "name=Punjab Grill" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/punjabgrill-d9e7a3.undefined" - }, { "if": { "and": [ @@ -124971,21 +97142,6 @@ }, "then": "./assets/data/nsi/logos/rainforestcafe-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Ready Pizza", - "name=Ready Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/readypizza-201887.undefined" - }, { "if": { "and": [ @@ -125212,27 +97368,6 @@ }, "then": "./assets/data/nsi/logos/rubytuesday-2fabb0.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - "diet:halal=no", - "diet:vegan=yes", - "diet:vegetarian=yes", - "dog=yes", - "takeaway=yes", - { - "or": [ - "brand=Rudy's Neapolitan Pizza", - "brand:wikidata=Q123171933", - "name=Rudy's Neapolitan Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rudysneapolitanpizza-37e076.undefined" - }, { "if": { "and": [ @@ -125249,22 +97384,6 @@ }, "then": "./assets/data/nsi/logos/ruthschrissteakhouse-f036fe.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=buffet", - { - "or": [ - "brand=Sabushi", - "brand:wikidata=Q125918109", - "name=Sabushi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabushi-5a3582.undefined" - }, { "if": { "and": [ @@ -125305,22 +97424,6 @@ }, "then": "./assets/data/nsi/logos/saltgrasssteakhouse-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=indian", - { - "or": [ - "brand=Sankalp", - "brand:wikidata=Q128664857", - "name=Sankalp" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sankalp-512a76.undefined" - }, { "if": { "and": [ @@ -125418,22 +97521,6 @@ }, "then": "./assets/data/nsi/logos/seasons52-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=sushi", - { - "or": [ - "brand=Shabushi", - "brand:wikidata=Q125918109", - "name=Shabushi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shabushi-5a3582.undefined" - }, { "if": { "and": [ @@ -125466,58 +97553,6 @@ }, "then": "./assets/data/nsi/logos/sharis-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=Shi Miao Dao Yunnan Rice Noodle", - "brand:en=Shi Miao Dao Yunnan Rice Noodle", - "brand:wikidata=Q119118794", - "brand:zh=十秒到云南过桥米线", - "name=Shi Miao Dao Yunnan Rice Noodle", - "name:en=Shi Miao Dao Yunnan Rice Noodle", - "name:zh=十秒到云南过桥米线" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shimiaodaoyunnanricenoodle-85c92c.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=bakery", - { - "or": [ - "brand=Shingle Inn", - "brand:wikidata=Q7497463", - "name=Shingle Inn" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shingleinn-3c82e9.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=grill", - { - "or": [ - "brand=Shoeless Joe's", - "brand:wikidata=Q106195639", - "name=Shoeless Joe's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shoelessjoes-e68b16.undefined" - }, { "if": { "and": [ @@ -125534,26 +97569,6 @@ }, "then": "./assets/data/nsi/logos/shoneys-96af40.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=小龙坎火锅", - "brand:en=XiaoLongKan", - "brand:wikidata=Q108212427", - "brand:zh=小龙坎火锅", - "name=Shoo Loong Kan", - "name:en=Shoo Loong Kan", - "name:zh=小龙坎火锅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shooloongkan-c2a2f9.undefined" - }, { "if": { "and": [ @@ -125718,22 +97733,6 @@ }, "then": "./assets/data/nsi/logos/snooze-62450c.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Sodo Pizza", - "brand:wikidata=Q113494588", - "name=Sodo Pizza" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sodopizza-e997f8.undefined" - }, { "if": { "and": [ @@ -125862,37 +97861,6 @@ }, "then": "./assets/data/nsi/logos/stlouisbarandgrill-e68b16.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=american", - { - "or": [ - "brand=State & Main", - "brand:wikidata=Q118744509", - "name=State & Main" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stateandmain-e68b16.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=Stonehouse Pizza & Carvery", - "brand:wikidata=Q78192049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stonehousepizzaandcarvery-9b5453.undefined" - }, { "if": { "and": [ @@ -125941,21 +97909,6 @@ }, "then": "./assets/data/nsi/logos/streetpizza-9b5453.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=sushi", - { - "or": [ - "brand=Sumo", - "name=Sumo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sumo-2b67bf.undefined" - }, { "if": { "and": [ @@ -126036,21 +97989,6 @@ }, "then": "./assets/data/nsi/logos/sushiyama-45c141.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=sushi", - { - "or": [ - "brand=Sushiko", - "name=Sushiko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sushiko-8aae3d.undefined" - }, { "if": { "and": [ @@ -126168,41 +98106,6 @@ }, "then": "./assets/data/nsi/logos/tedsmontanagrill-96af40.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=brazilian", - { - "or": [ - "brand=Tempero Manero", - "name=Tempero Manero" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/temperomanero-ad49e6.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=Ten Seconds Yunnan Rice Noodle", - "brand:en=Ten Seconds Yunnan Rice Noodle", - "brand:wikidata=Q119118794", - "brand:zh=十秒到云南过桥米线", - "name=Ten Seconds Yunnan Rice Noodle", - "name:en=Ten Seconds Yunnan Rice Noodle", - "name:zh=十秒到云南过桥米线" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensecondsyunnanricenoodle-96af40.undefined" - }, { "if": { "and": [ @@ -126235,22 +98138,6 @@ }, "then": "./assets/data/nsi/logos/tgifridays-2fabb0.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=thai", - { - "or": [ - "brand=Thai Cafe", - "brand:wikidata=Q115865032", - "name=Thai Cafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thaicafe-c1dacf.undefined" - }, { "if": { "and": [ @@ -126430,24 +98317,6 @@ }, "then": "./assets/data/nsi/logos/theoriginalpancakehouse-832bb4.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - "delivery=yes", - "takeaway=yes", - { - "or": [ - "brand=The Pizza Bakery", - "brand:wikidata=Q124374570", - "name=The Pizza Bakery" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thepizzabakery-d9e7a3.undefined" - }, { "if": { "and": [ @@ -126480,22 +98349,6 @@ }, "then": "./assets/data/nsi/logos/theworks-f8643e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=bar&grill", - { - "or": [ - "brand=Thyme", - "brand:wikidata=Q120645568", - "name=Thyme" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thyme-9b5453.undefined" - }, { "if": { "and": [ @@ -126528,22 +98381,6 @@ }, "then": "./assets/data/nsi/logos/tinseltown-9b5453.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=british", - { - "or": [ - "brand=Toby Carvery", - "brand:wikidata=Q7811777", - "name=Toby Carvery" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tobycarvery-9b5453.undefined" - }, { "if": { "and": [ @@ -126819,22 +98656,6 @@ }, "then": "./assets/data/nsi/logos/wagamama-2fabb0.svg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=mexican", - { - "or": [ - "brand=Wahaca", - "brand:wikidata=Q21006829", - "name=Wahaca" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wahaca-2c96f3.undefined" - }, { "if": { "and": [ @@ -126931,42 +98752,6 @@ }, "then": "./assets/data/nsi/logos/wilmawunder-051971.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=diner", - { - "or": [ - "brand=Wimpy's Diner", - "brand:wikidata=Q16909504", - "name=Wimpy's Diner" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wimpysdiner-e68b16.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=XiaoLongKan", - "brand:en=XiaoLongKan", - "brand:wikidata=Q108212427", - "brand:zh=小龙坎火锅", - "name=XiaoLongKan", - "name:en=XiaoLongKan", - "name:zh=小龙坎火锅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xiaolongkan-fa3040.undefined" - }, { "if": { "and": [ @@ -127068,22 +98853,6 @@ }, "then": "./assets/data/nsi/logos/zizzi-bd06d9.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=international", - { - "or": [ - "brand=Евразия", - "brand:wikidata=Q66087936", - "name=Евразия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e47430-642268.undefined" - }, { "if": { "and": [ @@ -127195,77 +98964,6 @@ }, "then": "./assets/data/nsi/logos/burgersaloon-b691b2.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=gimbap", - { - "or": [ - "brand=김밥천국", - "brand:ko=김밥천국", - "brand:wikidata=Q12587435", - "name=김밥천국", - "name:ko=김밥천국" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5006b9-5f8110.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=korean", - { - "or": [ - "brand=남원추어탕", - "brand:ko=남원추어탕", - "name=남원추어탕", - "name:ko=남원추어탕" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/461f63-5f8110.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=fish", - { - "or": [ - "brand=바다횟집", - "brand:en=Bada Fish Restaurant", - "brand:ko=바다횟집", - "name=바다횟집", - "name:en=Bada Fish Restaurant", - "name:ko=바다횟집" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badafishrestaurant-5f8110.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=congee", - { - "or": [ - "brand=본죽", - "brand:ko=본죽", - "name=본죽", - "name:ko=본죽" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f6fad3-5f8110.undefined" - }, { "if": { "and": [ @@ -127366,46 +99064,6 @@ }, "then": "./assets/data/nsi/logos/ikinaristeak-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=italian", - { - "or": [ - "brand=オリーブの丘", - "brand:en=Olive Hill", - "brand:ja=オリーブの丘", - "brand:wikidata=Q113654309", - "name=オリーブの丘", - "name:en=Olive Hill", - "name:ja=オリーブの丘" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olivehill-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=western;japanese", - { - "or": [ - "brand=ガスト", - "brand:en=Gusto", - "brand:ja=ガスト", - "brand:wikidata=Q87724117", - "name=ガスト", - "name:en=Gusto", - "name:ja=ガスト" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gusto-36ca8e.undefined" - }, { "if": { "and": [ @@ -127446,46 +99104,6 @@ }, "then": "./assets/data/nsi/logos/karayama-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=から好し", - "brand:en=Karayoshi", - "brand:ja=から好し", - "brand:wikidata=Q115008407", - "name=から好し", - "name:en=Karayoshi", - "name:ja=から好し" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karayoshi-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;gyoza", - { - "or": [ - "brand=ぎょうざの満洲", - "brand:en=Gyoza no Mansyu", - "brand:ja=ぎょうざの満洲", - "brand:wikidata=Q11265292", - "name=ぎょうざの満洲", - "name:en=Gyoza no Mansyu", - "name:ja=ぎょうざの満洲" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gyozanomansyu-36ca8e.undefined" - }, { "if": { "and": [ @@ -127506,26 +99124,6 @@ }, "then": "./assets/data/nsi/logos/kurumayaramen-36ca8e.svg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=western;japanese", - { - "or": [ - "brand=ココス", - "brand:en=Coco's", - "brand:ja=ココス", - "brand:wikidata=Q11301951", - "name=ココス", - "name:en=Coco's", - "name:ja=ココス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cocos-36ca8e.undefined" - }, { "if": { "and": [ @@ -127546,63 +99144,6 @@ }, "then": "./assets/data/nsi/logos/saizeriya-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=サガミ", - "brand:en=Sagami", - "brand:ja=サガミ", - "brand:wikidata=Q11304417", - "name=サガミ", - "name:en=Sagami", - "name:ja=サガミ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sagami-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=しゃぶしゃぶ温野菜", - "brand:ja=しゃぶしゃぶ温野菜", - "brand:wikidata=Q117475549", - "name=しゃぶしゃぶ温野菜", - "name:ja=しゃぶしゃぶ温野菜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/32865c-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=buffet", - { - "or": [ - "brand=しゃぶ葉", - "brand:ja=しゃぶ葉", - "brand:wikidata=Q67710247", - "name=しゃぶ葉", - "name:en=Syabuyo", - "name:ja=しゃぶ葉" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syabuyo-36ca8e.undefined" - }, { "if": { "and": [ @@ -127683,26 +99224,6 @@ }, "then": "./assets/data/nsi/logos/staminataro-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=steak", - { - "or": [ - "brand=ステーキガスト", - "brand:en=Steak Gusto", - "brand:ja=ステーキガスト", - "brand:wikidata=Q92599119", - "name=ステーキガスト", - "name:en=Steak Gusto", - "name:ja=ステーキガスト" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steakgusto-36ca8e.undefined" - }, { "if": { "and": [ @@ -127723,26 +99244,6 @@ }, "then": "./assets/data/nsi/logos/steakdon-36ca8e.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=steak", - { - "or": [ - "brand=ステーキ宮", - "brand:en=Steak Miya", - "brand:ja=ステーキ宮", - "brand:wikidata=Q71619992", - "name=ステーキ宮", - "name:en=Steak Miya", - "name:ja=ステーキ宮" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steakmiya-36ca8e.undefined" - }, { "if": { "and": [ @@ -127783,26 +99284,6 @@ }, "then": "./assets/data/nsi/logos/tomatoandonion-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=とんでん", - "brand:en=Tonden", - "brand:ja=とんでん", - "brand:wikidata=Q11273585", - "name=とんでん", - "name:en=Tonden", - "name:ja=とんでん" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tonden-36ca8e.undefined" - }, { "if": { "and": [ @@ -127883,26 +99364,6 @@ }, "then": "./assets/data/nsi/logos/bikkuridonkey-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=steak_house", - { - "or": [ - "brand=ブロンコビリー", - "brand:en=Bronco Billy", - "brand:ja=ブロンコビリー", - "brand:wikidata=Q11335154", - "name=ブロンコビリー", - "name:en=Bronco Billy", - "name:ja=ブロンコビリー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/broncobilly-36ca8e.undefined" - }, { "if": { "and": [ @@ -127965,26 +99426,6 @@ }, "then": "./assets/data/nsi/logos/ringerhut-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=れんげ食堂Toshu", - "brand:en=Renge Shokudo Toshu", - "brand:ja=れんげ食堂Toshu", - "brand:wikidata=Q92662226", - "name=れんげ食堂Toshu", - "name:en=Renge Shokudo Toshu", - "name:ja=れんげ食堂Toshu" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rengeshokudotoshu-36ca8e.undefined" - }, { "if": { "and": [ @@ -128121,89 +99562,6 @@ }, "then": "./assets/data/nsi/logos/goldseight-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;loumei", - "takeaway=yes", - { - "or": [ - "brand=三顧茅廬", - "brand:en=San Gu Mao Lu", - "brand:wikidata=Q131554286", - "brand:zh=三顧茅廬", - "name=三顧茅廬", - "name:en=San Gu Mao Lu", - "name:zh=三顧茅廬" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sangumaolu-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - "diet:halal=only", - { - "or": [ - "brand=东方宫", - "brand:en=Dongfanggong", - "brand:wikidata=Q108485529", - "brand:zh=东方宫", - "name=东方宫", - "name:en=Dongfanggong", - "name:zh=东方宫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dongfanggong-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - "diet:halal=only", - { - "or": [ - "brand=东来顺", - "brand:en=Dong Lai Shun", - "brand:wikidata=Q10870490", - "brand:zh=东来顺", - "name=东来顺", - "name:en=Dong Lai Shun", - "name:zh=东来顺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donglaishun-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=ramen", - { - "or": [ - "brand=丸源ラーメン", - "brand:en=Marugen Ramen", - "brand:ja=丸源ラーメン", - "brand:wikidata=Q99735903", - "name=丸源ラーメン", - "name:en=Marugen Ramen", - "name:ja=丸源ラーメン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marugenramen-36ca8e.undefined" - }, { "if": { "and": [ @@ -128224,43 +99582,6 @@ }, "then": "./assets/data/nsi/logos/sushiexpress-22b83d.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=云海肴", - "brand:wikidata=Q96384226", - "brand:zh=云海肴", - "name=云海肴" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf463-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=便宜坊", - "brand:en=Bianyifang", - "brand:wikidata=Q1049599", - "brand:zh=便宜坊", - "name=便宜坊", - "name:en=Bianyifang", - "name:zh=便宜坊" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bianyifang-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128287,26 +99608,6 @@ }, "then": "./assets/data/nsi/logos/genkisushi-8b6c9a.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=全聚德", - "brand:en=Quanjude", - "brand:wikidata=Q3269017", - "brand:zh=全聚德", - "name=全聚德", - "name:en=Quanjude", - "name:zh=全聚德" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quanjude-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128331,86 +99632,6 @@ }, "then": "./assets/data/nsi/logos/6owldoor-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=勝博殿", - "brand:en=Shengbo Palace", - "brand:wikidata=Q126369046", - "brand:zh=勝博殿", - "name=勝博殿", - "name:en=Shengbo Palace", - "name:zh=勝博殿" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shengbopalace-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=十秒到云南过桥米线", - "brand:en=Yuan Shi Miao Dao Yunnan Rice Noodle", - "brand:wikidata=Q119118794", - "brand:zh=十秒到云南过桥米线", - "name=十秒到云南过桥米线", - "name:en=Yuan Shi Miao Dao Yunnan Rice Noodle", - "name:zh=十秒到云南过桥米线" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yuanshimiaodaoyunnanricenoodle-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=南京大牌档", - "brand:en=njdapaidang", - "brand:wikidata=Q48898937", - "brand:zh=南京大牌档", - "name=南京大牌档", - "name:en=njdapaidang", - "name:zh=南京大牌档" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/njdapaidang-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=南城香", - "brand:en=BJNCX", - "brand:wikidata=Q108483950", - "brand:zh=南城香", - "name=南城香", - "name:en=BJNCX", - "name:zh=南城香" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bjncx-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128479,66 +99700,6 @@ }, "then": "./assets/data/nsi/logos/vips-0a8e9b.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=呷哺呷哺", - "brand:en=Xiabuxiabu", - "brand:wikidata=Q10866036", - "brand:zh=呷哺呷哺", - "name=呷哺呷哺", - "name:en=Xiabuxiabu", - "name:zh=呷哺呷哺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xiabuxiabu-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=和合谷", - "brand:en=HeHeGu", - "brand:wikidata=Q108485111", - "brand:zh=和合谷", - "name=和合谷", - "name:en=HeHeGu", - "name:zh=和合谷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hehegu-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=和幸", - "brand:en=Wako", - "brand:ja=和幸", - "brand:wikidata=Q11417251", - "name=和幸", - "name:en=Wako", - "name:ja=和幸" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wako-36ca8e.undefined" - }, { "if": { "and": [ @@ -128561,26 +99722,6 @@ }, "then": "./assets/data/nsi/logos/washokusato-aafd63.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=嘉和一品", - "brand:en=PORRIDGE JIAHE", - "brand:wikidata=Q108483822", - "brand:zh=嘉和一品", - "name=嘉和一品", - "name:en=PORRIDGE JIAHE", - "name:zh=嘉和一品" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/porridgejiahe-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128649,26 +99790,6 @@ }, "then": "./assets/data/nsi/logos/sushiro-8b6c9a.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=jiaozi", - { - "or": [ - "brand=多福饺", - "brand:en=DUOFUJIAO", - "brand:wikidata=Q123027082", - "brand:zh=多福饺", - "name=多福饺", - "name:en=DUOFUJIAO", - "name:zh=多福饺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duofujiao-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128709,50 +99830,6 @@ }, "then": "./assets/data/nsi/logos/daproteppanyaki-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=大娘水饺", - "brand:en=Da Niang Dumpling", - "brand:wikidata=Q10934751", - "brand:zh=大娘水饺", - "name=大娘水饺", - "name:en=Da Niang Dumpling", - "name:zh=大娘水饺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daniangdumpling-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=thai", - { - "or": [ - "brand=大心", - "brand:en=Bheart Noodles", - "brand:wikidata=Q130214352", - "brand:zh=大心", - "name=大心", - "name:en=Bheart Noodles", - "name:zh=大心", - "operator=瓦城泰統集團", - "operator:en=TTFB Restaurant Group", - "operator:wikidata=Q15927204", - "operator:zh=瓦城泰統集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bheartnoodles-aafd63.undefined" - }, { "if": { "and": [ @@ -128837,70 +99914,6 @@ }, "then": "./assets/data/nsi/logos/sundongbaobeefsteak-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=barbecue", - { - "or": [ - "brand=安楽亭", - "brand:en=Anrakutei", - "brand:ja=安楽亭", - "brand:wikidata=Q11450866", - "name=安楽亭", - "name:en=Anrakutei", - "name:ja=安楽亭" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anrakutei-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=定食8", - "brand:en=Teishoku 8", - "brand:wikidata=Q130214157", - "brand:zh=定食8", - "name=定食8", - "name:en=Teishoku 8", - "name:zh=定食8", - "operator=爭鮮股份有限公司", - "operator:en=Sushi Express Co., Ltd.", - "operator:wikidata=Q130214144", - "operator:zh=爭鮮股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teishoku8-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;fast_food", - { - "or": [ - "brand=宜味客", - "brand:en=E-WEKE", - "brand:wikidata=Q123025082", - "brand:zh=宜味客", - "name=宜味客", - "name:en=E-WEKE", - "name:zh=宜味客" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eweke-0a8e9b.undefined" - }, { "if": { "and": [ @@ -128923,91 +99936,6 @@ }, "then": "./assets/data/nsi/logos/sushiro-22b83d.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=小肥羊", - "brand:en=LITTLE SHEEP", - "brand:wikidata=Q5976467", - "brand:zh=小肥羊", - "name=小肥羊", - "name:en=LITTLE SHEEP", - "name:zh=小肥羊" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/littlesheep-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=小龙坎火锅", - "brand:en=XiaoLongKan", - "brand:wikidata=Q108212427", - "brand:zh=小龙坎火锅", - "name=小龙坎火锅", - "name:en=XiaoLongKan", - "name:zh=小龙坎火锅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xiaolongkan-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;kebab", - "diet:halal=only", - { - "or": [ - "brand=巴依老爷", - "brand:en=BARON ROZI RESTAURANT", - "brand:ug=روزى باي ربستزرانى", - "brand:wikidata=Q109849169", - "brand:zh=巴依老爷", - "name=巴依老爷", - "name:en=BARON ROZI RESTAURANT", - "name:ug=روزى باي ربستزرانى", - "name:zh=巴依老爷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baronrozirestaurant-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=cantonese", - { - "or": [ - "brand=广州酒家", - "brand:en=Guangzhou Restaurant", - "brand:wikidata=Q11062214", - "brand:yue=廣州酒家", - "brand:zh=广州酒家", - "name=广州酒家", - "name:en=Guangzhou Restaurant", - "name:yue=廣州酒家", - "name:zh=广州酒家" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guangzhourestaurant-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129028,26 +99956,6 @@ }, "then": "./assets/data/nsi/logos/ponderosasteakhouse-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;malatang", - { - "or": [ - "brand=张亮麻辣烫", - "brand:en=Zhangliang Spicy Hot Pot", - "brand:wikidata=Q108210279", - "brand:zh=张亮麻辣烫", - "name=张亮麻辣烫", - "name:en=Zhangliang Spicy Hot Pot", - "name:zh=张亮麻辣烫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhangliangspicyhotpot-789436.undefined" - }, { "if": { "and": [ @@ -129069,26 +99977,6 @@ }, "then": "./assets/data/nsi/logos/johnnybro-aafd63.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=很久以前羊肉串", - "brand:en=Long Time Ago", - "brand:wikidata=Q120070592", - "brand:zh=很久以前羊肉串", - "name=很久以前羊肉串", - "name:en=Long Time Ago", - "name:zh=很久以前羊肉串" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longtimeago-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129198,82 +100086,6 @@ }, "then": "./assets/data/nsi/logos/happylambhotpot-0a8e9b.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=望湘园", - "brand:wikidata=Q111384397", - "brand:zh=望湘园", - "name=望湘园" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/355807-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - "diet:halal=no", - { - "or": [ - "brand=木屋烧烤", - "brand:wikidata=Q113694089", - "brand:zh=木屋烧烤", - "name=木屋烧烤", - "name:zh=木屋烧烤" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/49a1b0-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=木曽路", - "brand:en=Kisoji", - "brand:ja=木曽路", - "brand:wikidata=Q11518589", - "name=木曽路", - "name:en=Kisoji", - "name:ja=木曽路" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kisoji-36ca8e.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;noodles", - { - "or": [ - "brand=李先生", - "brand:en=Mr. Lee", - "brand:wikidata=Q6928843", - "brand:zh=李先生", - "name=李先生", - "name:en=Mr. Lee", - "name:zh=李先生" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrlee-2b8b0b.undefined" - }, { "if": { "and": [ @@ -129296,66 +100108,6 @@ }, "then": "./assets/data/nsi/logos/rairaitei-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;malatang", - { - "or": [ - "brand=杨国福麻辣烫", - "brand:en=Yangguofu Spicy Hot Pot", - "brand:wikidata=Q108210209", - "brand:zh=杨国福麻辣烫", - "name=杨国福麻辣烫", - "name:en=Yangguofu Spicy Hot Pot", - "name:zh=杨国福麻辣烫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yangguofuspicyhotpot-c61f2f.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=松鹤楼", - "brand:en=Songhelou", - "brand:wikidata=Q17026438", - "brand:zh=松鹤楼", - "name=松鹤楼", - "name:en=Songhelou", - "name:zh=松鹤楼" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/songhelou-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=松鹤楼", - "brand:en=Songhelou", - "brand:wikidata=Q17026438", - "brand:zh=松鹤楼", - "name=松鹤面馆", - "name:en=SongheMianGuan", - "name:zh=松鹤面馆" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/songhemianguan-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129402,26 +100154,6 @@ }, "then": "./assets/data/nsi/logos/royalhost-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=pizza", - { - "or": [ - "brand=比格披萨", - "brand:en=Bigpizza", - "brand:wikidata=Q108167598", - "brand:zh=比格披萨", - "name=比格披萨", - "name:en=Bigpizza", - "name:zh=比格披萨" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigpizza-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129538,70 +100270,6 @@ }, "then": "./assets/data/nsi/logos/haidilaohotpot-edf541.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=buffet", - { - "or": [ - "brand=涮乃葉", - "brand:ja=しゃぶ葉", - "brand:wikidata=Q67710247", - "brand:zh=涮乃葉", - "name=涮乃葉", - "name:en=Syabuyo", - "name:zh=涮乃葉" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syabuyo-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=温野菜", - "brand:en=Shabu Shabu On-Yasai", - "brand:ja=しゃぶしゃぶ温野菜", - "brand:wikidata=Q117475549", - "brand:zh=温野菜", - "name=温野菜", - "name:en=Shabu Shabu On-Yasai", - "name:ja=しゃぶしゃぶ温野菜", - "name:zh=温野菜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shabushabuonyasai-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=cantonese", - { - "or": [ - "brand=点都德", - "brand:en=Diandoude", - "brand:wikidata=Q97780269", - "brand:yue=點都德", - "brand:zh=点都德", - "name=点都德", - "name:en=Diandoude", - "name:yue=點都德", - "name:zh=点都德" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diandoude-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129642,32 +100310,6 @@ }, "then": "./assets/data/nsi/logos/yakinikulike-36ca8e.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=yakiniku", - { - "or": [ - "brand=燒肉スマイル", - "brand:en=Yakiniku Smile", - "brand:ja=燒肉スマイル", - "brand:wikidata=Q127693178", - "brand:zh=燒肉スマイル", - "name=燒肉スマイル", - "name:en=Yakiniku Smile", - "name:ja=燒肉スマイル", - "name:zh=燒肉スマイル", - "operator=築間餐飲集團", - "operator:en=Jhujian Catering Group", - "operator:ja=築間餐飲集團", - "operator:wikidata=Q80214452" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yakinikusmile-aafd63.undefined" - }, { "if": { "and": [ @@ -129712,30 +100354,6 @@ }, "then": "./assets/data/nsi/logos/sushiexpress-8b6c9a.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=sushi", - { - "or": [ - "brand=爭鮮gogo", - "brand:en=Sushi Take Out", - "brand:wikidata=Q130214155", - "brand:zh=爭鮮gogo", - "name=爭鮮gogo", - "name:en=Sushi Take Out", - "name:zh=爭鮮gogo", - "operator=爭鮮股份有限公司", - "operator:en=Sushi Express Co., Ltd.", - "operator:wikidata=Q130214144", - "operator:zh=爭鮮股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sushitakeout-aafd63.undefined" - }, { "if": { "and": [ @@ -129800,49 +100418,6 @@ }, "then": "./assets/data/nsi/logos/gyukaku-8b6c9a.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=thai", - { - "or": [ - "brand=瓦城泰國料理", - "brand:en=Thai Town", - "brand:wikidata=Q130214321", - "brand:zh=瓦城泰國料理", - "name=瓦城泰國料理", - "name:en=Thai Town", - "name:zh=瓦城泰國料理", - "operator=瓦城泰統集團", - "operator:en=TTFB Restaurant Group", - "operator:wikidata=Q15927204", - "operator:zh=瓦城泰統集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thaitown-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - "diet:halal=no", - { - "or": [ - "brand=田老师红烧肉", - "brand:wikidata=Q108485521", - "brand:zh=田老师红烧肉", - "name=田老师红烧肉", - "name:zh=田老师红烧肉" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/785320-0a8e9b.undefined" - }, { "if": { "and": [ @@ -129904,180 +100479,6 @@ }, "then": "./assets/data/nsi/logos/meizhoudongpo-0a8e9b.png" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=福勝亭", - "brand:en=Tonkatsu", - "brand:wikidata=Q126368392", - "brand:zh=福勝亭", - "name=福勝亭", - "name:en=Tonkatsu", - "name:zh=福勝亭", - "operator=三商企業集團", - "operator:en=Mercuries Group", - "operator:wikidata=Q10865578", - "operator:zh=三商企業集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tonkatsu-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=hotpot", - { - "or": [ - "brand=築間幸福鍋物", - "brand:en=Jhujian shabu", - "brand:wikidata=Q80214451", - "brand:zh=築間幸福鍋物", - "name=築間幸福鍋物", - "name:en=Jhujian shabu", - "name:zh=築間幸福鍋物", - "operator=築間餐飲集團", - "operator:en=Jhujian Catering Group", - "operator:wikidata=Q80214452", - "operator:zh=築間餐飲集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jhujianshabu-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=suancaiyu", - { - "or": [ - "brand=築間酸菜魚", - "brand:en=Jhu Jian Suan Cai Yu", - "brand:wikidata=Q127693383", - "brand:zh=築間酸菜魚", - "name=築間酸菜魚", - "name:en=Jhu Jian Suan Cai Yu", - "name:zh=築間酸菜魚", - "operator=築間餐飲集團", - "operator:en=Jhujian Catering Group", - "operator:wikidata=Q80214452", - "operator:zh=築間餐飲集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jhujiansuancaiyu-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - "diet:halal=only", - { - "or": [ - "brand=紫光园", - "brand:en=ZI GUANG YUAN", - "brand:wikidata=Q110351138", - "brand:zh=紫光园", - "name=紫光园", - "name:en=ZI GUANG YUAN", - "name:zh=紫光园" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ziguangyuan-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=绿茶餐厅", - "brand:en=Green Tea", - "brand:wikidata=Q111363155", - "brand:zh=绿茶餐厅", - "name=绿茶餐厅", - "name:en=Green Tea", - "name:zh=绿茶餐厅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greentea-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=老乡鸡", - "brand:en=Home Original Chicken", - "brand:wikidata=Q15950134", - "brand:zh=老乡鸡", - "name=老乡鸡", - "name:en=Home Original Chicken", - "name:zh=老乡鸡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homeoriginalchicken-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=health_food;bento", - "takeaway=yes", - { - "or": [ - "brand=能量小姐", - "brand:en=Miss Energy", - "brand:wikidata=Q131554250", - "brand:zh=能量小姐", - "name=能量小姐", - "name:en=Miss Energy", - "name:zh=能量小姐" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missenergy-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=japanese", - { - "or": [ - "brand=華屋与兵衛", - "brand:en=Hanaya Yohei", - "brand:ja=華屋与兵衛", - "brand:wikidata=Q11620063", - "name=華屋与兵衛", - "name:en=Hanaya Yohei", - "name:ja=華屋与兵衛" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanayayohei-36ca8e.undefined" - }, { "if": { "and": [ @@ -130098,26 +100499,6 @@ }, "then": "./assets/data/nsi/logos/saizeriya-22b83d.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=western", - { - "or": [ - "brand=蓝蛙", - "brand:en=Blue Frog", - "brand:wikidata=Q114448902", - "brand:zh=蓝蛙", - "name=蓝蛙", - "name:en=Blue Frog", - "name:zh=蓝蛙" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluefrog-0a8e9b.undefined" - }, { "if": { "and": [ @@ -130170,63 +100551,6 @@ }, "then": "./assets/data/nsi/logos/saizeriya-8b6c9a.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=jiaozi", - { - "or": [ - "brand=袁记云饺", - "brand:en=Yuanjiyunjiao", - "brand:wikidata=Q123027117", - "brand:zh=袁记云饺", - "name=袁记云饺", - "name:en=Yuanjiyunjiao", - "name:zh=袁记云饺" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yuanjiyunjiao-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - { - "or": [ - "brand=西贝莜面村", - "brand:wikidata=Q111041047", - "name=西贝莜面村" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c9bb5c-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese", - "diet:halal=only", - { - "or": [ - "brand=西部马华", - "brand:en=Western Mahua", - "brand:wikidata=Q108485295", - "brand:zh=西部马华", - "name=西部马华", - "name:en=Western Mahua", - "name:zh=西部马华" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernmahua-0a8e9b.undefined" - }, { "if": { "and": [ @@ -130294,113 +100618,6 @@ }, "then": "./assets/data/nsi/logos/noblesteak-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;hotpot", - { - "or": [ - "brand=重庆小天鹅火锅", - "brand:en=CYGNET", - "brand:wikidata=Q108212568", - "brand:zh=重庆小天鹅火锅", - "name=重庆小天鹅火锅", - "name:en=CYGNET", - "name:zh=重庆小天鹅火锅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cygnet-9461ad.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=hotpot", - { - "or": [ - "brand=錢都涮涮鍋", - "brand:en=Chien Tu Hot Pot", - "brand:wikidata=Q109344533", - "brand:zh=錢都涮涮鍋", - "name=錢都涮涮鍋", - "name:en=Chien Tu Hot Pot", - "name:zh=錢都涮涮鍋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chientuhotpot-aafd63.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=chinese;rice_noodles", - { - "or": [ - "brand=阿香米线", - "brand:en=AXIANG Rice Noodles", - "brand:wikidata=Q108213039", - "brand:zh=阿香米线", - "name=阿香米线", - "name:en=AXIANG Rice Noodles", - "name:zh=阿香米线" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/axiangricenoodles-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=cantonese", - { - "or": [ - "alt_name:en=To To Kui", - "brand=陶陶居", - "brand:en=Tao Tao Ju", - "brand:wikidata=Q9012420", - "brand:yue=陶陶居", - "brand:zh=陶陶居", - "name=陶陶居", - "name:en=Tao Tao Ju", - "name:yue=陶陶居", - "name:zh=陶陶居" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taotaoju-0a8e9b.undefined" - }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=thai", - { - "or": [ - "brand=非常泰", - "brand:en=Very Thai", - "brand:wikidata=Q130214351", - "brand:zh=非常泰", - "name=非常泰概念餐坊", - "name:en=Very Thai Restaurant", - "name:zh=非常泰概念餐坊", - "operator=瓦城泰統集團", - "operator:en=TTFB Restaurant Group", - "operator:wikidata=Q15927204", - "operator:zh=瓦城泰統集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verythairestaurant-aafd63.undefined" - }, { "if": { "and": [ @@ -130493,26 +100710,6 @@ }, "then": "./assets/data/nsi/logos/formosachang-aafd63.jpg" }, - { - "if": { - "and": [ - "amenity=restaurant", - "cuisine=american;breakfast", - { - "or": [ - "brand=麥味登", - "brand:en=My Warn Day", - "brand:wikidata=Q108830023", - "brand:zh=麥味登", - "name=麥味登", - "name:en=My Warn Day Care & Brunch", - "name:zh=麥味登" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mywarndaycareandbrunch-aafd63.undefined" - }, { "if": { "and": [ @@ -130658,21 +100855,6 @@ }, "then": "./assets/data/nsi/logos/imagineschools-f520e3.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "brand=Jawahar Navodaya Vidyalaya", - "brand:wikidata=Q2723540", - "name=Jawahar Navodaya Vidyalaya" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jawaharnavodayavidyalaya-198395.undefined" - }, { "if": { "and": [ @@ -130704,15 +100886,6 @@ }, "then": "./assets/data/nsi/logos/kipp-f520e3.jpg" }, - { - "if": { - "and": [ - "amenity=school", - "brand=Maharishi Vidya Mandir" - ] - }, - "then": "./assets/data/nsi/logos/maharishividyamandir-198395.undefined" - }, { "if": { "and": [ @@ -130772,25 +100945,6 @@ }, "then": "./assets/data/nsi/logos/successacademy-f520e3.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "brand=新东方", - "brand:en=New Oriental Education", - "brand:wikidata=Q13631921", - "brand:zh=新东方", - "name=新东方优能中学", - "name:en=New Oriental Youneng School", - "name:zh=新东方优能中学" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neworientalyounengschool-00bc78.undefined" - }, { "if": { "and": [ @@ -130892,22 +101046,6 @@ }, "then": "./assets/data/nsi/logos/elkslodge-7c1650.jpg" }, - { - "if": { - "and": [ - "amenity=social_centre", - "short_name=FOP", - { - "or": [ - "brand=Fraternal Order of Police", - "brand:wikidata=Q1451416", - "name=Fraternal Order of Police" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fraternalorderofpolice-7c1650.undefined" - }, { "if": { "and": [ @@ -131069,40 +101207,6 @@ }, "then": "./assets/data/nsi/logos/arbeiterwohlfahrt-da0ff2.svg" }, - { - "if": { - "and": [ - "amenity=social_facility", - "social_facility=outreach", - "social_facility:for=homeless;underprivileged", - { - "or": [ - "brand=Bahnhofsmission", - "brand:wikidata=Q801713", - "name=Bahnhofsmission" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bahnhofsmission-da0ff2.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - "social_facility=outreach", - "social_facility:for=homeless;underprivileged", - { - "or": [ - "brand=Bahnhofsozialdienst", - "brand:wikidata=Q801713", - "name=Bahnhofsozialdienst" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bahnhofsozialdienst-257965.undefined" - }, { "if": { "and": [ @@ -131259,21 +101363,6 @@ }, "then": "./assets/data/nsi/logos/caritas-07e566.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Centre Communal d'Action Sociale", - "brand:wikidata=Q2944984", - "name=Centre Communal d'Action Sociale" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrecommunaldactionsociale-8d024d.undefined" - }, { "if": { "and": [ @@ -131348,21 +101437,6 @@ }, "then": "./assets/data/nsi/logos/croixrougeluxembourgeoise-090a38.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Deutscher Kinderschutzbund", - "brand:short=DKSB", - "brand:wikidata=Q1205011" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deutscherkinderschutzbund-da0ff2.undefined" - }, { "if": { "and": [ @@ -131392,20 +101466,6 @@ }, "then": "./assets/data/nsi/logos/diakonie-da0ff2.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Ehpad du CH", - "name=Ehpad du CH" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ehpadduch-f6f802.undefined" - }, { "if": { "and": [ @@ -131497,48 +101557,6 @@ }, "then": "./assets/data/nsi/logos/malteserhilfsdienst-da0ff2.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Miejski Ośrodek Pomocy Społecznej", - "name=Miejski Ośrodek Pomocy Społecznej" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miejskiosrodekpomocyspolecznej-e183e3.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Mini cité", - "name=Mini cité" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minicite-7d1d77.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Office of the Senior Citizen Affairs", - "name=Office of the Senior Citizen Affairs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/officeoftheseniorcitizenaffairs-0c22a1.undefined" - }, { "if": { "and": [ @@ -131578,23 +101596,6 @@ }, "then": "./assets/data/nsi/logos/sompocare-58dbc8.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - "social_facility=outreach", - "social_facility:for=homeless;underprivileged", - { - "or": [ - "brand=Stationswerk", - "brand:wikidata=Q801713", - "name=Stationswerk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stationswerk-4d2292.undefined" - }, { "if": { "and": [ @@ -131631,34 +101632,6 @@ }, "then": "./assets/data/nsi/logos/vetcenter-233ba4.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Violence Against Women and Children Desk", - "name=Violence Against Women and Children Desk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/violenceagainstwomenandchildrendesk-0c22a1.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "brand=Violence Against Women and Children Office", - "name=Violence Against Women and Children Office" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/violenceagainstwomenandchildrenoffice-0c22a1.undefined" - }, { "if": { "and": [ @@ -131891,22 +101864,6 @@ }, "then": "./assets/data/nsi/logos/colormemine-93dfd1.jpg" }, - { - "if": { - "and": [ - "amenity=training", - "training=cosmetology", - { - "or": [ - "brand=Empire Beauty Schools", - "brand:wikidata=Q5374042", - "name=Empire Beauty School" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/empirebeautyschool-93dfd1.undefined" - }, { "if": { "and": [ @@ -131923,21 +101880,6 @@ }, "then": "./assets/data/nsi/logos/golftec-804fd8.jpg" }, - { - "if": { - "and": [ - "amenity=training", - "training=art", - { - "or": [ - "brand=Grafika", - "name=Grafika" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grafika-c90afd.undefined" - }, { "if": { "and": [ @@ -131986,35 +101928,6 @@ }, "then": "./assets/data/nsi/logos/paulmitchelltheschool-93dfd1.jpg" }, - { - "if": { - "and": [ - "amenity=training", - "training=art", - { - "or": [ - "brand=Детская школа искусств", - "name=Детская школа искусств" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2dcb82-567911.undefined" - }, - { - "if": { - "and": [ - "amenity=trolley_bay", - { - "or": [ - "brand=Chariots", - "name=Chariots" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chariots-81c0b7.undefined" - }, { "if": { "and": [ @@ -132140,20 +102053,6 @@ }, "then": "./assets/data/nsi/logos/applusbilsyn-d8b9f3.png" }, - { - "if": { - "and": [ - "amenity=vehicle_inspection", - { - "or": [ - "brand=Auto Sécurité", - "name=Auto Sécurité" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/autosecurite-53baa7.undefined" - }, { "if": { "and": [ @@ -132244,34 +102143,6 @@ }, "then": "./assets/data/nsi/logos/gtu-da4a1b.jpg" }, - { - "if": { - "and": [ - "amenity=vehicle_inspection", - { - "or": [ - "brand=Norisko", - "name=Norisko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norisko-4cf8cf.undefined" - }, - { - "if": { - "and": [ - "amenity=vehicle_inspection", - { - "or": [ - "brand=Okręgowa Stacja Kontroli Pojazdów", - "name=Okręgowa Stacja Kontroli Pojazdów" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okregowastacjakontrolipojazdow-db5414.undefined" - }, { "if": { "and": [ @@ -132287,20 +102158,6 @@ }, "then": "./assets/data/nsi/logos/securitest-53baa7.jpg" }, - { - "if": { - "and": [ - "amenity=vehicle_inspection", - { - "or": [ - "brand=Stacja Kontroli Pojazdów", - "name=Stacja Kontroli Pojazdów" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stacjakontrolipojazdow-db5414.undefined" - }, { "if": { "and": [ @@ -132504,26 +102361,6 @@ }, "then": "./assets/data/nsi/logos/abendzeitung-a242c5.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=water", - { - "or": [ - "brand=Живая вода", - "brand:en=Alive Water", - "brand:ru=Живая вода", - "brand:wikidata=Q125924184", - "name=Живая вода", - "name:en=Alive Water", - "name:ru=Живая вода" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alivewater-eb9a2c.undefined" - }, { "if": { "and": [ @@ -132541,47 +102378,6 @@ }, "then": "./assets/data/nsi/logos/amerigas-7e3927.jpg" }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Automat ŚKUP", - "brand:wikidata=Q24945427", - "name=Automat ŚKUP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/automatskup-bd9635.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=excrement_bags", - { - "or": [ - "brand=belloo", - "brand:wikidata=Q98526006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belloo-6ba58e.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Belváros-Lipótváros parkolás" - ] - }, - "then": "./assets/data/nsi/logos/belvaroslipotvarosparkolas-1490d1.undefined" - }, { "if": { "and": [ @@ -132628,23 +102424,6 @@ }, "then": "./assets/data/nsi/logos/biobag-ff8484.jpg" }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=BKK jegy- és bérletkiadó automata", - "brand:wikidata=Q130377585", - "operator=BKK", - "operator:wikidata=Q608917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bkkjegyesberletkiadoautomata-1490d1.undefined" - }, { "if": { "and": [ @@ -132662,26 +102441,6 @@ }, "then": "./assets/data/nsi/logos/bluerhino-7e3927.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=coffee", - { - "or": [ - "brand=BOSS", - "brand:en=BOSS", - "brand:ja=ボス", - "brand:wikidata=Q4947502", - "name=BOSS", - "name:en=BOSS", - "name:ja=ボス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boss-bf11a2.undefined" - }, { "if": { "and": [ @@ -132702,16 +102461,6 @@ }, "then": "./assets/data/nsi/logos/bottledrop-54b61f.png" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=excrement_bags", - "brand=Bravo" - ] - }, - "then": "./assets/data/nsi/logos/bravo-742585.undefined" - }, { "if": { "and": [ @@ -132728,26 +102477,6 @@ }, "then": "./assets/data/nsi/logos/breakandwash-bd9635.jpg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Budapest XIII. kerület parkolás" - ] - }, - "then": "./assets/data/nsi/logos/budapestxiiikeruletparkolas-1490d1.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Budavár parkolás" - ] - }, - "then": "./assets/data/nsi/logos/budavarparkolas-1490d1.undefined" - }, { "if": { "and": [ @@ -132779,26 +102508,6 @@ }, "then": "./assets/data/nsi/logos/bwtaqua-9e3915.png" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Cale" - ] - }, - "then": "./assets/data/nsi/logos/cale-a2c9a5.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=CAME Parkare" - ] - }, - "then": "./assets/data/nsi/logos/cameparkare-d75d6f.undefined" - }, { "if": { "and": [ @@ -132862,21 +102571,6 @@ }, "then": "./assets/data/nsi/logos/costaexpress-37500c.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=coffee", - { - "or": [ - "brand=Cupslocker", - "name=Cupslocker" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cupslocker-eb9a2c.undefined" - }, { "if": { "and": [ @@ -132963,31 +102657,6 @@ }, "then": "./assets/data/nsi/logos/deutschepost-a242c5.png" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=water", - "brand=Aqvagold" - ] - }, - "then": "./assets/data/nsi/logos/aqvagold-13a866.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=excrement_bags", - { - "or": [ - "brand=Dog-Station", - "brand:wikidata=Q63720061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dogstation-15a18a.undefined" - }, { "if": { "and": [ @@ -133050,31 +102719,6 @@ }, "then": "./assets/data/nsi/logos/fastkey-7e3927.jpg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Ferencvárosi parkolás" - ] - }, - "then": "./assets/data/nsi/logos/ferencvarosiparkolas-1490d1.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=excrement_bags", - { - "or": [ - "brand=Fido House", - "brand:wikidata=Q115613857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fidohouse-ff8484.undefined" - }, { "if": { "and": [ @@ -133107,51 +102751,6 @@ }, "then": "./assets/data/nsi/logos/glacierwater-7e3927.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=cigarettes", - { - "or": [ - "brand=Hall Tabakwaren", - "brand:wikidata=Q113470149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/halltabakwaren-a242c5.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Hectronic" - ] - }, - "then": "./assets/data/nsi/logos/hectronic-d75d6f.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Hectronic Kienzle" - ] - }, - "then": "./assets/data/nsi/logos/hectronickienzle-9c1e86.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Hegyvidéki parkolás" - ] - }, - "then": "./assets/data/nsi/logos/hegyvidekiparkolas-1490d1.undefined" - }, { "if": { "and": [ @@ -133168,26 +102767,6 @@ }, "then": "./assets/data/nsi/logos/homecityice-7e3927.jpg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Ibersegur Systems" - ] - }, - "then": "./assets/data/nsi/logos/ibersegursystems-a2c9a5.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=iParqueStreet" - ] - }, - "then": "./assets/data/nsi/logos/iparquestreet-003f84.undefined" - }, { "if": { "and": [ @@ -133242,52 +102821,6 @@ }, "then": "./assets/data/nsi/logos/keyme-7e3927.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks", - { - "or": [ - "brand=KIRIN", - "name=KIRIN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirin-bf11a2.undefined" - }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=KKM", - "brand:wikidata=Q57515549", - "name=KKM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kkm-bd9635.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=gas", - { - "or": [ - "brand=Kosan Gas", - "name=Kosan Gas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kosangas-8d9d76.undefined" - }, { "if": { "and": [ @@ -133336,26 +102869,6 @@ }, "then": "./assets/data/nsi/logos/leon-a7479d.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=condoms", - "brand=Manix" - ] - }, - "then": "./assets/data/nsi/logos/manix-730403.undefined" - }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - "brand=MÁV-START jegy- és bérletkiadó automata" - ] - }, - "then": "./assets/data/nsi/logos/mavstartjegyesberletkiadoautomata-1490d1.undefined" - }, { "if": { "and": [ @@ -133418,21 +102931,6 @@ }, "then": "./assets/data/nsi/logos/munchnermerkur-a242c5.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=excrement_bags", - { - "or": [ - "brand=Mutt Mitt", - "brand:wikidata=Q6944063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/muttmitt-89b7c8.undefined" - }, { "if": { "and": [ @@ -133464,45 +102962,6 @@ }, "then": "./assets/data/nsi/logos/parkeon-ceeccb.ccb" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Parking Kitty", - "brand:wikidata=Q108274455", - "name=Parking Kitty", - "operator=Portland Bureau of Transportation", - "operator:short=PBOT", - "operator:type=government", - "operator:wikidata=Q18156807" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkingkitty-54b61f.undefined" - }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Parking Kitty", - "brand:wikidata=Q108274455", - "name=Parking Kitty", - "operator=City of Vancouver", - "operator:type=government", - "operator:wikidata=Q234053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkingkitty-3d8294.undefined" - }, { "if": { "and": [ @@ -133584,25 +103043,6 @@ }, "then": "./assets/data/nsi/logos/proactiv-7e3927.png" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "fee=no", - "vending=newspapers", - { - "or": [ - "brand=wroclaw.pl", - "brand:wikidata=Q129464634", - "operator=Agencja Rozwoju Aglomeracji Wrocławskiej", - "operator:short=ARAW", - "operator:wikidata=Q126685212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wroclawpl-bd9635.undefined" - }, { "if": { "and": [ @@ -133651,21 +103091,6 @@ }, "then": "./assets/data/nsi/logos/reddyice-7e3927.png" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks;food", - { - "or": [ - "brand=Regiomat", - "name=Regiomat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regiomat-a242c5.undefined" - }, { "if": { "and": [ @@ -133682,31 +103107,6 @@ }, "then": "./assets/data/nsi/logos/robidog-742585.svg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Schlumberger" - ] - }, - "then": "./assets/data/nsi/logos/schlumberger-a2c9a5.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=bicycle_tube", - { - "or": [ - "brand=Schwalbe", - "brand:wikidata=Q1312213" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schwalbe-123edb.undefined" - }, { "if": { "and": [ @@ -133738,22 +103138,6 @@ }, "then": "./assets/data/nsi/logos/sephora-ceeccb.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=coffee", - { - "or": [ - "brand=Smart Café", - "brand:wikidata=Q117448428", - "name=Smart Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smartcafe-7dc505.undefined" - }, { "if": { "and": [ @@ -133784,31 +103168,6 @@ }, "then": "./assets/data/nsi/logos/teika-9a306d.png" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Terézváros parkolás" - ] - }, - "then": "./assets/data/nsi/logos/terezvarosparkolas-1490d1.undefined" - }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Terminal Automática SUBE", - "name=Terminal Automática SUBE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/terminalautomaticasube-48f03b.undefined" - }, { "if": { "and": [ @@ -133825,58 +103184,6 @@ }, "then": "./assets/data/nsi/logos/timpson-37500c.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "min_age=18", - "vending=cigarettes", - { - "or": [ - "brand=tobaccoland", - "brand:wikidata=Q1439872", - "operator=Tobaccoland Automatengesellschaft", - "operator:wikidata=Q1439872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tobaccoland-a242c5.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=electronics", - { - "or": [ - "brand=Tokeny.Store", - "name=Tokeny.Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokenystore-eb9a2c.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks", - { - "or": [ - "brand=TWO DOWN", - "brand:en=TWO DOWN", - "brand:ja=ツーダウン", - "name=TWO DOWN", - "name:en=TWO DOWN", - "name:ja=ツーダウン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/twodown-bf11a2.undefined" - }, { "if": { "and": [ @@ -133911,57 +103218,6 @@ }, "then": "./assets/data/nsi/logos/ucc-bf11a2.jpg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - "brand=Újbuda parkolás" - ] - }, - "then": "./assets/data/nsi/logos/ujbudaparkolas-1490d1.undefined" - }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Urbancard", - "brand:wikidata=Q129707263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urbancard-bd9635.undefined" - }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - "brand=VVO Fahrausweise" - ] - }, - "then": "./assets/data/nsi/logos/vvofahrausweise-a242c5.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks", - { - "or": [ - "brand=yamakyu", - "brand:en=yamakyu", - "brand:ja=山久" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yamakyu-bf11a2.undefined" - }, { "if": { "and": [ @@ -133978,87 +103234,6 @@ }, "then": "./assets/data/nsi/logos/zernova-9e3915.jpg" }, - { - "if": { - "and": [ - "vending=parking_tickets", - "amenity=vending_machine", - { - "or": [ - "brand=Zona Azul", - "brand:wikidata=Q6052214", - "name=Zona Azul" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zonaazul-9a306d.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=water", - { - "or": [ - "brand=Артезианская вода", - "name=Артезианская вода" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6cc3c0-eb9a2c.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=water", - { - "or": [ - "brand=Ключ здоровья", - "name=Ключ здоровья" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/36e2c2-eb9a2c.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=contact_lenses", - { - "or": [ - "brand=Линзы тут", - "name=Линзы тут" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/25c0a4-eb9a2c.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks", - { - "or": [ - "brand=アキュア", - "brand:en=Acure", - "brand:ja=アキュア", - "brand:wikidata=Q11226260", - "name=アキュア", - "name:en=Acure", - "name:ja=アキュア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acure-bf11a2.undefined" - }, { "if": { "and": [ @@ -134123,28 +103298,6 @@ }, "then": "./assets/data/nsi/logos/apex-bf11a2.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "drink:water=yes", - "vending=drinks", - { - "or": [ - "alt_name:en=ILOHAS", - "brand=い・ろ・は・す", - "brand:en=I Lohas", - "brand:ja=い・ろ・は・す", - "brand:wikidata=Q11260234", - "name=い・ろ・は・す", - "name:en=I Lohas", - "name:ja=い・ろ・は・す" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilohas-bf11a2.undefined" - }, { "if": { "and": [ @@ -134272,46 +103425,6 @@ }, "then": "./assets/data/nsi/logos/suntory-bf11a2.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=coffee", - { - "or": [ - "brand=ジョージア", - "brand:en=Georgia", - "brand:ja=ジョージア", - "brand:wikidata=Q5547323", - "name=ジョージア", - "name:en=Georgia", - "name:ja=ジョージア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgia-bf11a2.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=ice_cream", - { - "or": [ - "brand=セブンティーンアイス", - "brand:en=Seventeen Ice", - "brand:ja=セブンティーンアイス", - "brand:wikidata=Q11314427", - "name=セブンティーンアイス", - "name:en=Seventeen Ice", - "name:ja=セブンティーンアイス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seventeenice-bf11a2.undefined" - }, { "if": { "and": [ @@ -134333,48 +103446,6 @@ }, "then": "./assets/data/nsi/logos/dydodrinco-bf11a2.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "drink:brewery=yes", - "vending=food", - { - "or": [ - "brand=だし道楽", - "brand:en=Dashi Douraku", - "brand:ja=だし道楽", - "brand:wikidata=Q60989429", - "name=だし道楽", - "name:en=Dashi Douraku", - "name:ja=だし道楽" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dashidouraku-bf11a2.undefined" - }, - { - "if": { - "and": [ - "amenity=vending_machine", - "drink:soft_drink=yes", - "vending=drinks", - { - "or": [ - "brand=チェリオ", - "brand:en=Cheerio", - "brand:ja=チェリオ", - "brand:wikidata=Q5089350", - "name=チェリオ", - "name:en=Cheerio", - "name:ja=チェリオ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cheerio-bf11a2.undefined" - }, { "if": { "and": [ @@ -134416,26 +103487,6 @@ }, "then": "./assets/data/nsi/logos/nichireifoods-bf11a2.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=drinks", - { - "or": [ - "brand=Neos", - "brand:en=Neos", - "brand:ja=ネオス", - "brand:wikidata=Q11325244", - "name=ネオス", - "name:en=Neos", - "name:ja=ネオス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neos-bf11a2.undefined" - }, { "if": { "and": [ @@ -134456,27 +103507,6 @@ }, "then": "./assets/data/nsi/logos/pokkasapporo-bf11a2.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=gift", - { - "or": [ - "alt_name:en=Metocan Shop", - "brand=メトロの缶詰", - "brand:en=Metro Commerce", - "brand:ja=メトロの缶詰", - "brand:wikidata=Q11343895", - "name=メトロの缶詰", - "name:en=Metro Commerce", - "name:ja=メトロの缶詰" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metrocommerce-bf11a2.undefined" - }, { "if": { "and": [ @@ -134769,20 +103799,6 @@ }, "then": "./assets/data/nsi/logos/medivet-45f750.png" }, - { - "if": { - "and": [ - "amenity=veterinary", - { - "or": [ - "brand=Parc de vaccination bétail", - "name=Parc de vaccination bétail" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parcdevaccinationbetail-770e56.undefined" - }, { "if": { "and": [ @@ -134814,21 +103830,6 @@ }, "then": "./assets/data/nsi/logos/vetiq-146b24.png" }, - { - "if": { - "and": [ - "amenity=veterinary", - { - "or": [ - "brand=Vets4Pets", - "brand:wikidata=Q16960196", - "name=Vets4Pets" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vets4pets-45f750.undefined" - }, { "if": { "and": [ @@ -134844,39 +103845,6 @@ }, "then": "./assets/data/nsi/logos/wellhavenpethealth-146b24.jpg" }, - { - "if": { - "and": [ - "amenity=veterinary", - { - "or": [ - "brand=Айболит", - "name=Айболит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0b5e42-277e18.undefined" - }, - { - "if": { - "and": [ - "amenity=veterinary", - { - "or": [ - "brand=全國動物醫院", - "brand:en=Loving Kindness Animal Hospital", - "brand:wikidata=Q131300406", - "brand:zh=全國動物醫院", - "name=全國動物醫院", - "name:en=Loving Kindness Animal Hospital", - "name:zh=全國動物醫院" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lovingkindnessanimalhospital-093749.undefined" - }, { "if": { "and": [ @@ -134910,21 +103878,6 @@ }, "then": "./assets/data/nsi/logos/bigbelly-4695b1.jpg" }, - { - "if": { - "and": [ - "amenity=waste_basket", - "waste=dog_excrement", - { - "or": [ - "brand=Dog-Station", - "brand:wikidata=Q63720061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dogstation-f2bd8e.undefined" - }, { "if": { "and": [ @@ -134955,20 +103908,6 @@ }, "then": "./assets/data/nsi/logos/catscale-8a30f0.png" }, - { - "if": { - "and": [ - "club=freemasonry", - { - "or": [ - "brand=The Grand Lodge of Tennessee", - "brand:wikidata=Q107473613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thegrandlodgeoftennessee-c03b8d.undefined" - }, { "if": { "and": [ @@ -135068,34 +104007,6 @@ }, "then": "./assets/data/nsi/logos/norgesspeiderforbund-964e52.jpg" }, - { - "if": { - "and": [ - "club=scout", - { - "or": [ - "brand=Pfadfinderbund Weltenbummler", - "brand:wikidata=Q1755705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pfadfinderbundweltenbummler-9e77d2.undefined" - }, - { - "if": { - "and": [ - "club=scout", - { - "or": [ - "brand=Pfadfinderinnenschaft St. Georg", - "brand:wikidata=Q2081993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pfadfinderinnenschaftstgeorg-9e77d2.undefined" - }, { "if": { "and": [ @@ -135503,37 +104414,6 @@ }, "then": "./assets/data/nsi/logos/pcexpres-96c0e5.jpg" }, - { - "if": { - "and": [ - "craft=electronics_repair", - { - "or": [ - "brand=Repair Café", - "brand:wikidata=Q4504516", - "name=Repair Café" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/repaircafe-0fba14.undefined" - }, - { - "if": { - "and": [ - "craft=electronics_repair", - "electronics_repair=phone", - { - "or": [ - "brand=Street Talk", - "brand:wikidata=Q108410592", - "name=Street Talk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/streettalk-592655.undefined" - }, { "if": { "and": [ @@ -135566,20 +104446,6 @@ }, "then": "./assets/data/nsi/logos/ubreakifix-592655.jpg" }, - { - "if": { - "and": [ - "craft=electronics_repair", - { - "or": [ - "brand=Лаборатория Ремонта", - "name=Лаборатория Ремонта" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a952d0-37346b.undefined" - }, { "if": { "and": [ @@ -135625,20 +104491,6 @@ }, "then": "./assets/data/nsi/logos/bademiljo-8a50ba.jpg" }, - { - "if": { - "and": [ - "craft=plumber", - { - "or": [ - "brand=Comfort", - "name=Comfort" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comfort-8a50ba.undefined" - }, { "if": { "and": [ @@ -135656,20 +104508,6 @@ }, "then": "./assets/data/nsi/logos/mrrooter-6831b5.jpg" }, - { - "if": { - "and": [ - "craft=plumber", - { - "or": [ - "brand=Varme & Bad", - "name=Varme & Bad" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/varmeandbad-8a50ba.undefined" - }, { "if": { "and": [ @@ -135775,20 +104613,6 @@ }, "then": "./assets/data/nsi/logos/wds-8a03ba.jpg" }, - { - "if": { - "and": [ - "craft=window_construction", - { - "or": [ - "brand=Оконный континент", - "name=Оконный континент" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6682d2-f78d33.undefined" - }, { "if": { "and": [ @@ -136478,53 +105302,6 @@ }, "then": "./assets/data/nsi/logos/bioval-d3c03e.png" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Bioaxiome", - "brand:wikidata=Q106847577", - "name=Bioaxiome" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bioaxiome-5f04dc.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Bioclinic", - "brand:wikidata=Q106768328", - "name=Bioclinic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bioclinic-35a89f.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Biofutur", - "brand:wikidata=Q106731038", - "name=Biofutur" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biofutur-35a89f.undefined" - }, { "if": { "and": [ @@ -136541,53 +105318,6 @@ }, "then": "./assets/data/nsi/logos/biogroup-d77f29.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Biolab Avenir", - "brand:wikidata=Q106864248", - "name=Biolab Avenir" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biolabavenir-5f04dc.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Biolaris", - "brand:wikidata=Q106834697", - "name=Biolaris" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biolaris-e88f3b.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Bioliance", - "brand:wikidata=Q106841108", - "name=Bioliance" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bioliance-e88f3b.undefined" - }, { "if": { "and": [ @@ -136619,54 +105349,6 @@ }, "then": "./assets/data/nsi/logos/biopath-dce716.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Biopath Unilabs", - "brand:wikidata=Q106767560", - "name=Biopath Unilabs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biopathunilabs-35a89f.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Biorylis", - "brand:wikidata=Q106834873", - "name=Biorylis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biorylis-d77f29.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Biosites", - "brand:wikidata=Q106834179", - "name=Biosites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biosites-e88f3b.undefined" - }, { "if": { "and": [ @@ -136684,22 +105366,6 @@ }, "then": "./assets/data/nsi/logos/bodimed-59f78c.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Cedibio Unilabs", - "brand:wikidata=Q106864065", - "name=Cedibio Unilabs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cedibiounilabs-d77f29.undefined" - }, { "if": { "and": [ @@ -136733,49 +105399,6 @@ }, "then": "./assets/data/nsi/logos/cibalab-59f78c.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=CL Lab", - "name=CL Lab" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cllab-8e8a61.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Clinical Pathology Laboratories", - "brand:wikidata=Q91911320", - "name=Clinical Pathology Laboratories" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clinicalpathologylaboratories-9476e1.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=CMD", - "name=CMD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cmd-8e8a61.undefined" - }, { "if": { "and": [ @@ -136836,22 +105459,6 @@ }, "then": "./assets/data/nsi/logos/dynacare-81e83d.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Dyomedea-Neolab", - "brand:wikidata=Q106686685", - "name=Dyomedea-Neolab" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dyomedeaneolab-d3c03e.undefined" - }, { "if": { "and": [ @@ -136868,22 +105475,6 @@ }, "then": "./assets/data/nsi/logos/eurofinsbiolab-d77f29.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Eylau Unilabs", - "brand:wikidata=Q106864306", - "name=Eylau Unilabs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eylauunilabs-d77f29.undefined" - }, { "if": { "and": [ @@ -136899,34 +105490,6 @@ }, "then": "./assets/data/nsi/logos/imdberlin-e049ab.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Invivo", - "name=Invivo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/invivo-88cd3b.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=KDL", - "name=KDL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kdl-8e8a61.undefined" - }, { "if": { "and": [ @@ -136957,20 +105520,6 @@ }, "then": "./assets/data/nsi/logos/labcorp-9476e1.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Laboratoire de biologie médicale", - "name=Laboratoire de biologie médicale" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laboratoiredebiologiemedicale-d77f29.undefined" - }, { "if": { "and": [ @@ -136986,52 +105535,6 @@ }, "then": "./assets/data/nsi/logos/laboratoiresreunis-067987.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Laborizon Maine Anjous", - "brand:wikidata=Q106834930", - "name=Laborizon Maine Anjou" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laborizonmaineanjou-d77f29.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Labouest", - "brand:wikidata=Q106838618", - "name=Labouest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labouest-d77f29.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Labquest", - "name=Labquest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labquest-8e8a61.undefined" - }, { "if": { "and": [ @@ -137048,38 +105551,6 @@ }, "then": "./assets/data/nsi/logos/lifelabs-81e83d.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Mirialis", - "brand:wikidata=Q106844770", - "name=Mirialis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mirialis-d3c03e.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Oriade-Noviale", - "brand:wikidata=Q106844730", - "name=Oriade-Noviale" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oriadenoviale-d3c03e.undefined" - }, { "if": { "and": [ @@ -137110,23 +105581,6 @@ }, "then": "./assets/data/nsi/logos/questdiagnostics-7c8b3a.png" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Rochester Regional Health Laboratories", - "brand:wikidata=Q128000494", - "name=Rochester Regional Health Laboratories", - "operator=Rochester Regional Health", - "operator:wikidata=Q7353978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rochesterregionalhealthlaboratories-47d491.undefined" - }, { "if": { "and": [ @@ -137249,72 +105703,6 @@ }, "then": "./assets/data/nsi/logos/unibio-d77f29.jpg" }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Unilabs BioCT", - "brand:wikidata=Q106864186", - "name=Unilabs BioCT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unilabsbioct-d77f29.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - "healthcare:speciality=biology", - { - "or": [ - "brand=Unilians", - "brand:wikidata=Q106842053", - "name=Unilians" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unilians-d3c03e.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=UR Medicine Labs", - "brand:wikidata=Q128000327", - "name=UR Medicine Labs", - "operator=University of Rochester Medical Center", - "operator:short=UR Medicine", - "operator:wikidata=Q7896217" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urmedicinelabs-47d491.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Гемотест", - "name=Гемотест", - "name:en=Gemotest", - "name:ru=Гемотест" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemotest-8e8a61.undefined" - }, { "if": { "and": [ @@ -137332,48 +105720,6 @@ }, "then": "./assets/data/nsi/logos/invitro-7c30a4.png" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Лаборатория Бонецкого", - "name=Лаборатория Бонецкого" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4797e9-c7ac9a.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=МедЛабЭкспресс", - "name=МедЛабЭкспресс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/374d46-8e8a61.undefined" - }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Пикассо", - "name=Пикассо" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f69f63-8e8a61.undefined" - }, { "if": { "and": [ @@ -137408,20 +105754,6 @@ }, "then": "./assets/data/nsi/logos/synevo-59f78c.png" }, - { - "if": { - "and": [ - "healthcare=laboratory", - { - "or": [ - "brand=Ситилаб", - "name=Ситилаб" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/875d87-8e8a61.undefined" - }, { "if": { "and": [ @@ -137469,21 +105801,6 @@ }, "then": "./assets/data/nsi/logos/atiphysicaltherapy-61735f.jpg" }, - { - "if": { - "and": [ - "healthcare=physiotherapist", - { - "or": [ - "brand=Doctors of Physical Therapy", - "brand:wikidata=Q108601732", - "name=Doctors of Physical Therapy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doctorsofphysicaltherapy-61735f.undefined" - }, { "if": { "and": [ @@ -137529,21 +105846,6 @@ }, "then": "./assets/data/nsi/logos/australianclinicallabs-b42694.png" }, - { - "if": { - "and": [ - "healthcare=sample_collection", - { - "or": [ - "brand=Awanui Labs", - "brand:wikidata=Q125354405", - "name=Awanui Labs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awanuilabs-054605.undefined" - }, { "if": { "and": [ @@ -137668,21 +105970,6 @@ }, "then": "./assets/data/nsi/logos/invivo-c54d89.jpg" }, - { - "if": { - "and": [ - "healthcare=sample_collection", - { - "or": [ - "brand=Laverty Pathology", - "brand:wikidata=Q105256033", - "name=Laverty Pathology" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lavertypathology-b42694.undefined" - }, { "if": { "and": [ @@ -137762,25 +106049,6 @@ }, "then": "./assets/data/nsi/logos/bd71fa-c54d89.jpg" }, - { - "if": { - "and": [ - "healthcare=sample_collection", - { - "or": [ - "brand=Медіс", - "brand:en=Medis", - "brand:uk=Медіс", - "brand:wikidata=Q122852637", - "name=Медіс", - "name:en=Medis", - "name:uk=Медіс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medis-c54d89.undefined" - }, { "if": { "and": [ @@ -137919,20 +106187,6 @@ }, "then": "./assets/data/nsi/logos/lovestravelstop-35c0ca.png" }, - { - "if": { - "and": [ - "highway=services", - { - "or": [ - "brand=ONE9", - "name=ONE9 Travel Center" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/one9travelcenter-35c0ca.undefined" - }, { "if": { "and": [ @@ -138101,72 +106355,6 @@ }, "then": "./assets/data/nsi/logos/hometownamerica-4e5c5e.jpg" }, - { - "if": { - "and": [ - "landuse=residential", - "residential=apartments", - { - "or": [ - "brand=Modera", - "brand:wikidata=Q113185180", - "name=Modera", - "operator=Mill Creek Residential", - "operator:wikidata=Q113185027" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modera-4e5c5e.undefined" - }, - { - "if": { - "and": [ - "gambling=slot_machines", - "leisure=adult_gaming_centre", - { - "or": [ - "brand=Admiral", - "brand:wikidata=Q25205850", - "name=Admiral" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/admiral-5f2b0b.undefined" - }, - { - "if": { - "and": [ - "gambling=slot_machines", - "leisure=adult_gaming_centre", - { - "or": [ - "brand=Löwen Play", - "brand:wikidata=Q22674625", - "name=Löwen Play" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lowenplay-73123d.undefined" - }, - { - "if": { - "and": [ - "gambling=slot_machines", - "leisure=adult_gaming_centre", - { - "or": [ - "brand=MERKUR Slots", - "brand:wikidata=Q22000565", - "name=MERKUR Slots" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merkurslots-df7dea.undefined" - }, { "if": { "and": [ @@ -138247,24 +106435,6 @@ }, "then": "./assets/data/nsi/logos/maruhan-9f6610.png" }, - { - "if": { - "and": [ - "bar=yes", - "dog=leashed", - "leisure=amusement_arcade", - "reservation=yes", - { - "or": [ - "brand=Four Quarters", - "brand:wikidata=Q119701878", - "name=Four Quarters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourquarters-0f0c9e.undefined" - }, { "if": { "and": [ @@ -138282,25 +106452,6 @@ }, "then": "./assets/data/nsi/logos/lasergameevolution-60da35.png" }, - { - "if": { - "and": [ - "leisure=amusement_arcade", - { - "or": [ - "brand=NAMCO", - "brand:en=NAMCO", - "brand:ja=ナムコ", - "brand:wikidata=Q111516144", - "name=NAMCO", - "name:en=NAMCO", - "name:ja=ナムコ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/namco-10c094.undefined" - }, { "if": { "and": [ @@ -138350,58 +106501,6 @@ }, "then": "./assets/data/nsi/logos/tomsworld-e5ed7a.jpg" }, - { - "if": { - "and": [ - "leisure=amusement_arcade", - { - "or": [ - "brand=Warpoint", - "name=Warpoint" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warpoint-a9e2ba.undefined" - }, - { - "if": { - "and": [ - "leisure=amusement_arcade", - { - "or": [ - "brand=アドアーズ", - "brand:en=Adores", - "brand:ja=アドアーズ", - "brand:wikidata=Q54843532", - "name=アドアーズ", - "name:en=Adores", - "name:ja=アドアーズ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adores-c3bbfb.undefined" - }, - { - "if": { - "and": [ - "leisure=amusement_arcade", - { - "or": [ - "brand=アピナ", - "brand:en=Apina", - "brand:ja=アピナ", - "brand:wikidata=Q55385192", - "name=アピナ", - "name:en=Apina", - "name:ja=アピナ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apina-c3bbfb.undefined" - }, { "if": { "and": [ @@ -138443,25 +106542,6 @@ }, "then": "./assets/data/nsi/logos/taitostation-c3bbfb.bfb" }, - { - "if": { - "and": [ - "leisure=amusement_arcade", - { - "or": [ - "brand=ナムコ", - "brand:en=NAMCO", - "brand:ja=ナムコ", - "brand:wikidata=Q111516144", - "name=ナムコ", - "name:en=NAMCO", - "name:ja=ナムコ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/namco-c3bbfb.undefined" - }, { "if": { "and": [ @@ -138496,22 +106576,6 @@ }, "then": "./assets/data/nsi/logos/bowlero-deeedb.edb" }, - { - "if": { - "and": [ - "sport=10pin", - "leisure=bowling_alley", - { - "or": [ - "brand=Hollywood Bowl", - "brand:wikidata=Q80971952", - "name=Hollywood Bowl" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hollywoodbowl-d57e08.undefined" - }, { "if": { "and": [ @@ -138903,21 +106967,6 @@ }, "then": "./assets/data/nsi/logos/better-2770cb.png" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Blast Fitness", - "brand:wikidata=Q122958014", - "name=Blast Fitness" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blastfitness-809afb.undefined" - }, { "if": { "and": [ @@ -139054,25 +107103,6 @@ }, "then": "./assets/data/nsi/logos/celebrityfitness-412a8d.png" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=chocoZAP", - "brand:en=chocoZAP", - "brand:ja=chocoZAP", - "brand:wikidata=Q117936896", - "name=chocoZAP", - "name:en=chocoZAP", - "name:ja=chocoZAP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chocozap-1008e2.undefined" - }, { "if": { "and": [ @@ -139180,36 +107210,6 @@ }, "then": "./assets/data/nsi/logos/crunchfitness-39883b.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=cult.fit", - "brand:wikidata=Q121289250", - "name=cult.fit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cultfit-111905.undefined" - }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Curves", - "brand:wikidata=Q5196080", - "name=Curves" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/curves-c8777b.undefined" - }, { "if": { "and": [ @@ -139349,21 +107349,6 @@ }, "then": "./assets/data/nsi/logos/fernwoodfitness-c88de3.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Fit Express", - "brand:wikidata=Q129424680", - "name=Fit Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fitexpress-fe49f8.undefined" - }, { "if": { "and": [ @@ -139485,21 +107470,6 @@ }, "then": "./assets/data/nsi/logos/fitnessfirstladies-6c61eb.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Fitness House", - "brand:wikidata=Q104213893", - "name=Fitness House" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fitnesshouse-2b2465.undefined" - }, { "if": { "and": [ @@ -139906,20 +107876,6 @@ }, "then": "./assets/data/nsi/logos/lafitness-34886f.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Lady Stretch", - "name=Lady Stretch" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ladystretch-0df635.undefined" - }, { "if": { "and": [ @@ -140389,20 +108345,6 @@ }, "then": "./assets/data/nsi/logos/startingstrength-809afb.afb" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=Station 24", - "name=Station 24" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/station24-8dcb39.undefined" - }, { "if": { "and": [ @@ -140872,25 +108814,6 @@ }, "then": "./assets/data/nsi/logos/anytimefitness-1008e2.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - { - "or": [ - "brand=カーブス", - "brand:en=Curves", - "brand:ja=カーブス", - "brand:wikidata=Q5196080", - "name=カーブス", - "name:en=Curves", - "name:ja=カーブス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/curves-1008e2.undefined" - }, { "if": { "and": [ @@ -140986,26 +108909,6 @@ }, "then": "./assets/data/nsi/logos/fitnessfactory-4fed0f.jpg" }, - { - "if": { - "and": [ - "leisure=fitness_centre", - "sport=yoga", - { - "or": [ - "brand=兰瑜伽", - "brand:en=Lan Yoga", - "brand:wikidata=Q108167358", - "brand:zh=兰瑜伽", - "name=兰瑜伽", - "name:en=Lan Yoga", - "name:zh=兰瑜伽" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanyoga-8945e0.undefined" - }, { "if": { "and": [ @@ -141225,24 +109128,6 @@ }, "then": "./assets/data/nsi/logos/aquatotsswimschools-ce9814.jpg" }, - { - "if": { - "and": [ - "leisure=sports_centre", - "short_name=AABB", - { - "or": [ - "brand=AABB", - "brand:wikidata=Q9633503", - "name=Associação Atlética Banco do Brasil", - "name:en=Banco do Brasil Athletic Association", - "name:pt=Associação Atlética Banco do Brasil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/associacaoatleticabancodobrasil-d2fb77.undefined" - }, { "if": { "and": [ @@ -141308,22 +109193,6 @@ }, "then": "./assets/data/nsi/logos/davidlloydclubs-2b43d7.png" }, - { - "if": { - "and": [ - "leisure=sports_centre", - "sport=swimming", - { - "or": [ - "brand=Emler Swim School", - "brand:wikidata=Q121333184", - "name=Emler Swim School" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emlerswimschool-f2066e.undefined" - }, { "if": { "and": [ @@ -141466,20 +109335,6 @@ }, "then": "./assets/data/nsi/logos/lefive-b9c700.jpg" }, - { - "if": { - "and": [ - "leisure=sports_centre", - { - "or": [ - "brand=Poliesportiu Municipal", - "name=Poliesportiu Municipal" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poliesportiumunicipal-b5508a.undefined" - }, { "if": { "and": [ @@ -141575,21 +109430,6 @@ }, "then": "./assets/data/nsi/logos/topgolf-9025ef.jpg" }, - { - "if": { - "and": [ - "leisure=sports_centre", - { - "or": [ - "brand=VillaSport", - "brand:wikidata=Q107655692", - "name=VillaSport" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villasport-f2066e.undefined" - }, { "if": { "and": [ @@ -141622,48 +109462,6 @@ }, "then": "./assets/data/nsi/logos/ymca-ba45e1.png" }, - { - "if": { - "and": [ - "leisure=sports_centre", - { - "or": [ - "brand=Лыжная база", - "name=Лыжная база" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/418e3d-88dc80.undefined" - }, - { - "if": { - "and": [ - "leisure=sports_centre", - { - "or": [ - "brand=Олимп", - "name=Олимп" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b3e0be-3369f9.undefined" - }, - { - "if": { - "and": [ - "leisure=sports_centre", - { - "or": [ - "brand=Физкультурно-оздоровительный комплекс", - "name=Физкультурно-оздоровительный комплекс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6a43e9-50a27d.undefined" - }, { "if": { "and": [ @@ -141679,21 +109477,6 @@ }, "then": "./assets/data/nsi/logos/altitude-88b71c.jpg" }, - { - "if": { - "and": [ - "leisure=trampoline_park", - { - "or": [ - "brand=Bounce Inc", - "brand:wikidata=Q120405695", - "name=BOUNCEinc" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bounceinc-0b8920.undefined" - }, { "if": { "and": [ @@ -141740,20 +109523,6 @@ }, "then": "./assets/data/nsi/logos/urbanair-569d04.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Believ", - "brand:wikidata=Q129085075" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/believ-0f0a22.undefined" - }, { "if": { "and": [ @@ -141784,15 +109553,6 @@ }, "then": "./assets/data/nsi/logos/chargy-0f0a22.png" }, - { - "if": { - "and": [ - "brand=Charge365", - "man_made=charge_point" - ] - }, - "then": "./assets/data/nsi/logos/charge365-a1beea.undefined" - }, { "if": { "and": [ @@ -141851,15 +109611,6 @@ }, "then": "./assets/data/nsi/logos/ionity-97d83d.png" }, - { - "if": { - "and": [ - "brand=Ishavsveien", - "man_made=charge_point" - ] - }, - "then": "./assets/data/nsi/logos/ishavsveien-a1beea.undefined" - }, { "if": { "and": [ @@ -141948,21 +109699,6 @@ }, "then": "./assets/data/nsi/logos/powerdot-86aeb5.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Recharge", - "brand:wikidata=Q126540050", - "operator=Recharge" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/recharge-f239e1.undefined" - }, { "if": { "and": [ @@ -141991,22 +109727,6 @@ }, "then": "./assets/data/nsi/logos/rivianwaypoints-66cd42.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Smart Charge", - "brand:wikidata=Q127686420", - "operator=Sainsbury's", - "operator:wikidata=Q152096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smartcharge-0f0a22.undefined" - }, { "if": { "and": [ @@ -142022,22 +109742,6 @@ }, "then": "./assets/data/nsi/logos/teslainc-9b2e7d.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Tesla Supercharger", - "brand:wikidata=Q17089620", - "operator=Tesla, Inc.", - "operator:wikidata=Q478214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teslasupercharger-9b2e7d.undefined" - }, { "if": { "and": [ @@ -142082,22 +109786,6 @@ }, "then": "./assets/data/nsi/logos/wink-d790f7.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Zero", - "brand:wikidata=Q115065783", - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zero-c04700.undefined" - }, { "if": { "and": [ @@ -142114,48 +109802,6 @@ }, "then": "./assets/data/nsi/logos/zsedrive-fed676.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Malanka", - "brand:be=Маланка", - "brand:en=Malanka", - "brand:ru=Маланка", - "brand:wikidata=Q110634998", - "name:be=Маланка", - "name:en=Malanka", - "name:ru=Маланка", - "operator=Белоруснефть", - "operator:wikidata=Q4082693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malanka-03d344.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "network=Энергия Москвы", - "network:en=Energy of Moscow", - "network:ru=Энергия Москвы", - "network:wikidata=Q125346046", - { - "or": [ - "brand=Энергия Москвы", - "brand:en=Energy of Moscow", - "brand:ru=Энергия Москвы", - "brand:wikidata=Q125346046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyofmoscow-97aa16.undefined" - }, { "if": { "and": [ @@ -142492,20 +110138,6 @@ }, "then": "./assets/data/nsi/logos/aladdinbailbonds-e2590f.png" }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=CarPrice", - "name=CarPrice" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carprice-eb236f.undefined" - }, { "if": { "and": [ @@ -142522,20 +110154,6 @@ }, "then": "./assets/data/nsi/logos/fischerhomes-ae3287.png" }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Générale Des Services", - "name=Générale Des Services" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generaledesservices-16802d.undefined" - }, { "if": { "and": [ @@ -142566,48 +110184,6 @@ }, "then": "./assets/data/nsi/logos/ironmountain-ae3287.jpg" }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Kantor", - "name=Kantor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kantor-4089a8.undefined" - }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=La Compagnie Des Déboucheurs", - "name=La Compagnie Des Déboucheurs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lacompagniedesdeboucheurs-16802d.undefined" - }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Perusahaan", - "name=Perusahaan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/perusahaan-4089a8.undefined" - }, { "if": { "and": [ @@ -142653,48 +110229,6 @@ }, "then": "./assets/data/nsi/logos/tomtom-4a77e8.jpg" }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Абакус центр", - "name=Абакус центр" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2f25d3-86623e.undefined" - }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Эксперт Клининг", - "name=Эксперт Клининг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2f3df3-eb236f.undefined" - }, - { - "if": { - "and": [ - "office=company", - { - "or": [ - "brand=Элемент Лизинг", - "name=Элемент Лизинг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e46bdb-eb236f.undefined" - }, { "if": { "and": [ @@ -142893,37 +110427,6 @@ }, "then": "./assets/data/nsi/logos/synaxon-e9ad7a.jpg" }, - { - "if": { - "and": [ - "office=consulting", - { - "or": [ - "brand=TSR Consulting Services", - "brand:wikidata=Q122258109", - "name=TSR Consulting Services" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsrconsultingservices-ef3027.undefined" - }, - { - "if": { - "and": [ - "fee=yes", - "office=coworking", - { - "or": [ - "brand=ARC Club", - "brand:wikidata=Q118719781", - "name=ARC Club" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arcclub-5c713b.undefined" - }, { "if": { "and": [ @@ -142971,21 +110474,6 @@ }, "then": "./assets/data/nsi/logos/designoffices-abbc19.jpg" }, - { - "if": { - "and": [ - "office=coworking", - { - "or": [ - "brand=Drop-in", - "brand:wikidata=Q125134235", - "name=Drop-in" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dropin-80a88a.undefined" - }, { "if": { "and": [ @@ -143262,20 +110750,6 @@ }, "then": "./assets/data/nsi/logos/agenturfurarbeit-d474df.svg" }, - { - "if": { - "and": [ - "office=employment_agency", - { - "or": [ - "brand=Appel Médical", - "name=Appel Médical" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/appelmedical-e5fc42.undefined" - }, { "if": { "and": [ @@ -143367,20 +110841,6 @@ }, "then": "./assets/data/nsi/logos/francetravail-9e0ae6.jpg" }, - { - "if": { - "and": [ - "office=employment_agency", - { - "or": [ - "brand=Interaction", - "name=Interaction" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interaction-e5fc42.undefined" - }, { "if": { "and": [ @@ -143457,20 +110917,6 @@ }, "then": "./assets/data/nsi/logos/manpower-0baa05.jpg" }, - { - "if": { - "and": [ - "office=employment_agency", - { - "or": [ - "brand=Morgan Services", - "name=Morgan Services" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/morganservices-e5fc42.undefined" - }, { "if": { "and": [ @@ -143531,21 +110977,6 @@ }, "then": "./assets/data/nsi/logos/randstad-f7dc26.svg" }, - { - "if": { - "and": [ - "office=employment_agency", - { - "or": [ - "brand=Spherion", - "brand:wikidata=Q120730666", - "name=Spherion Staffing & Recruiting" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spherionstaffingandrecruiting-81c4e9.undefined" - }, { "if": { "and": [ @@ -143606,20 +111037,6 @@ }, "then": "./assets/data/nsi/logos/tempoteam-a6688c.jpg" }, - { - "if": { - "and": [ - "office=employment_agency", - { - "or": [ - "brand=Temporis", - "name=Temporis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/temporis-e5fc42.undefined" - }, { "if": { "and": [ @@ -143748,20 +111165,6 @@ }, "then": "./assets/data/nsi/logos/century21-3462c2.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Activ'expertise", - "name=Activ'expertise" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/activexpertise-b7bc37.undefined" - }, { "if": { "and": [ @@ -143883,21 +111286,6 @@ }, "then": "./assets/data/nsi/logos/belleproperty-d66f4e.png" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Belvoir", - "brand:wikidata=Q111463571", - "name=Belvoir" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belvoir-aa448d.undefined" - }, { "if": { "and": [ @@ -143974,20 +111362,6 @@ }, "then": "./assets/data/nsi/logos/buxton-f2ceb3.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Cabinet Bedin", - "name=Cabinet Bedin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabinetbedin-b7bc37.undefined" - }, { "if": { "and": [ @@ -144018,20 +111392,6 @@ }, "then": "./assets/data/nsi/logos/century21-145e3e.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Cimm Immobilier", - "name=Cimm Immobilier" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cimmimmobilier-b7bc37.undefined" - }, { "if": { "and": [ @@ -144092,21 +111452,6 @@ }, "then": "./assets/data/nsi/logos/cushmanandwakefield-08bb13.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Dexters", - "brand:wikidata=Q113950230", - "name=Dexters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dexters-b6a2f8.undefined" - }, { "if": { "and": [ @@ -145298,35 +112643,6 @@ }, "then": "./assets/data/nsi/logos/address-c3df5e.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Жилфонд", - "brand:wikidata=Q118601579", - "name=Жилфонд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee5a42-040d5e.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=Самолет Плюс", - "name=Самолет Плюс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cb1921-040d5e.undefined" - }, { "if": { "and": [ @@ -145384,25 +112700,6 @@ }, "then": "./assets/data/nsi/logos/century21-60400b.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=タウンハウジング", - "brand:en=Townhousing", - "brand:ja=タウンハウジング", - "brand:wikidata=Q11315877", - "name=タウンハウジング", - "name:en=Townhousing", - "name:ja=タウンハウジング" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townhousing-60400b.undefined" - }, { "if": { "and": [ @@ -145422,62 +112719,6 @@ }, "then": "./assets/data/nsi/logos/pitathouse-60400b.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=ホームメイト", - "brand:en=HOMEMATE", - "brand:ja=ホームメイト", - "brand:wikidata=Q115113388", - "name=ホームメイト", - "name:en=Homemate", - "name:ja=ホームメイト" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homemate-60400b.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=ユニバーサルホーム", - "brand:en=Universal House", - "brand:ja=ユニバーサルホーム", - "brand:wikidata=Q11345697", - "name=ユニバーサルホーム", - "name:en=Universal House", - "name:ja=ユニバーサルホーム" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universalhouse-60400b.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=三井のリハウス", - "brand:en=Mitsui Fudosan Realty", - "brand:ja=三井のリハウス", - "brand:wikidata=Q11354218", - "name=三井のリハウス", - "name:ja=三井のリハウス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitsuifudosanrealty-60400b.undefined" - }, { "if": { "and": [ @@ -145558,39 +112799,6 @@ }, "then": "./assets/data/nsi/logos/centalineproperty-295f7a.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=中原房产", - "name=中原房产" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9a7320-17e349.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=住商不動產", - "brand:en=H&B Housing", - "brand:wikidata=Q105079491", - "brand:zh=住商不動產", - "name=住商不動產", - "name:en=H&B Housing", - "name:zh=住商不動產" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/handbhousing-dccb44.undefined" - }, { "if": { "and": [ @@ -145652,54 +112860,6 @@ }, "then": "./assets/data/nsi/logos/taiwanrealtyestate-dccb44.jpg" }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=德佑地产", - "name=德佑地产" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd85f3-17e349.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=我爱我家", - "brand:wikidata=Q21017079", - "name=我爱我家" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7e613-17e349.undefined" - }, - { - "if": { - "and": [ - "office=estate_agent", - { - "or": [ - "brand=有巢氏房屋", - "brand:en=u-trust", - "brand:wikidata=Q131300581", - "brand:zh=有巢氏房屋", - "name=有巢氏房屋", - "name:en=u-trust", - "name:zh=有巢氏房屋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/utrust-dccb44.undefined" - }, { "if": { "and": [ @@ -145967,21 +113127,6 @@ }, "then": "./assets/data/nsi/logos/ymanci-1791d3.svg" }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "brand=1st Franklin Financial", - "brand:wikidata=Q5453029", - "name=1st Franklin Financial" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1stfranklinfinancial-f55434.undefined" - }, { "if": { "and": [ @@ -146254,22 +113399,6 @@ }, "then": "./assets/data/nsi/logos/wellsfargoadvisors-f55434.png" }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "alt_name=The Private Bank", - "brand=Wells Fargo Private Bank", - "brand:wikidata=Q108933753", - "name=Wells Fargo Private Bank" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wellsfargoprivatebank-f55434.undefined" - }, { "if": { "and": [ @@ -146287,34 +113416,6 @@ }, "then": "./assets/data/nsi/logos/bcsfinancialgroup-608a42.gif" }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "brand=Газпромбанк Автолизинг", - "name=Газпромбанк Автолизинг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13f409-608a42.undefined" - }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "brand=СберЛизинг", - "name=СберЛизинг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2438a-608a42.undefined" - }, { "if": { "and": [ @@ -146334,25 +113435,6 @@ }, "then": "./assets/data/nsi/logos/chinasecurities-fe1d6b.png" }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "brand=中信证券", - "brand:en=CITIC Securities", - "brand:wikidata=Q737443", - "brand:zh=中信证券", - "name=中信证券", - "name:en=CITIC Securities", - "name:zh=中信证券" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citicsecurities-fe1d6b.undefined" - }, { "if": { "and": [ @@ -146391,25 +113473,6 @@ }, "then": "./assets/data/nsi/logos/guotaijunansecurities-fe1d6b.jpg" }, - { - "if": { - "and": [ - "office=financial_advisor", - { - "or": [ - "brand=招商证券", - "brand:en=China Merchants Securities", - "brand:wikidata=Q11077292", - "brand:zh=招商证券", - "name=招商证券", - "name:en=China Merchants Securities", - "name:zh=招商证券" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinamerchantssecurities-fe1d6b.undefined" - }, { "if": { "and": [ @@ -146429,104 +113492,6 @@ }, "then": "./assets/data/nsi/logos/brightsmartsecurities-a6a387.png" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Agenzia delle Entrate", - "name=Agenzia delle Entrate" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agenziadelleentrate-618589.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Bürgerbüro", - "name=Bürgerbüro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burgerburo-8b6533.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Câmara de Vereadores", - "name=Câmara de Vereadores" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camaradevereadores-efb6ac.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Centre des Finances Publiques", - "name=Centre des Finances Publiques" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centredesfinancespubliques-f941ae.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Centrelink", - "name=Centrelink" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrelink-cc3eb2.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Conselho Tutelar", - "name=Conselho Tutelar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conselhotutelar-efb6ac.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Finanzamt", - "name=Finanzamt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finanzamt-70633b.undefined" - }, { "if": { "and": [ @@ -146542,742 +113507,6 @@ }, "then": "./assets/data/nsi/logos/franceservices-9f865c.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Gesundheitsamt", - "name=Gesundheitsamt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gesundheitsamt-70633b.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=INPS", - "name=INPS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inps-36a710.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Instituto de Previsión Social", - "name=Instituto de Previsión Social" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutodeprevisionsocial-191da3.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Komenda Powiatowa Państwowej Straży Pożarnej", - "name=Komenda Powiatowa Państwowej Straży Pożarnej" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/komendapowiatowapanstwowejstrazypozarnej-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Kormányablak", - "name=Kormányablak" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kormanyablak-62c570.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Krishi Bhavan", - "name=Krishi Bhavan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krishibhavan-e0bfec.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=NAV", - "name=NAV" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nav-62c570.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Oʻzbekiston Respublikasi Prezidentining Xalq qabulxonalari", - "name=Oʻzbekiston Respublikasi Prezidentining Xalq qabulxonalari" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3179d5-1ddd6b.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=PAMI", - "name=PAMI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pami-f58552.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=PARCOURS GC", - "name=PARCOURS GC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parcoursgc-07beba.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Pôle Emploi", - "name=Pôle Emploi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poleemploi-f941ae.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Powiatowa Stacja Sanitarno-Epidemiologiczna", - "name=Powiatowa Stacja Sanitarno-Epidemiologiczna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powiatowastacjasanitarnoepidemiologiczna-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Powiatowy Inspektorat Nadzoru Budowlanego", - "name=Powiatowy Inspektorat Nadzoru Budowlanego" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powiatowyinspektoratnadzorubudowlanego-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Powiatowy Inspektorat Weterynarii", - "name=Powiatowy Inspektorat Weterynarii" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powiatowyinspektoratweterynarii-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Powiatowy Urząd Pracy", - "name=Powiatowy Urząd Pracy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powiatowyurzadpracy-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Previdência Social", - "name=Previdência Social" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/previdenciasocial-efb6ac.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=SAIME", - "name=SAIME" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saime-aa4a76.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Scheduled Outreach", - "name=Scheduled Outreach" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scheduledoutreach-54ad31.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Secretaria Municipal de Educação", - "name=Secretaria Municipal de Educação" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacao-efb6ac.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Secretaria Municipal de Saúde", - "name=Secretaria Municipal de Saúde" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldesaude-efb6ac.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 01", - "name=Sekretariat RW 01" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw01-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 02", - "name=Sekretariat RW 02" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw02-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 03", - "name=Sekretariat RW 03" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw03-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 04", - "name=Sekretariat RW 04" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw04-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 05", - "name=Sekretariat RW 05" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw05-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 06", - "name=Sekretariat RW 06" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw06-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 07", - "name=Sekretariat RW 07" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw07-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sekretariat RW 08", - "name=Sekretariat RW 08" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sekretariatrw08-daf34d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Sołtys", - "name=Sołtys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soltys-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Standesamt", - "name=Standesamt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/standesamt-4160dc.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Starostwo Powiatowe", - "name=Starostwo Powiatowe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/starostwopowiatowe-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=SUNARP", - "name=SUNARP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunarp-3bb68d.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Trésor Public", - "name=Trésor Public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tresorpublic-f941ae.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Urząd Skarbowy", - "name=Urząd Skarbowy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzadskarbowy-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Urząd Stanu Cywilnego", - "name=Urząd Stanu Cywilnego" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzadstanucywilnego-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Zakład Ubezpieczeń Społecznych", - "name=Zakład Ubezpieczeń Społecznych" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zakladubezpieczenspolecznych-16cbc6.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=БТИ", - "name=БТИ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f075b4-ee18db.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Военкомат", - "name=Военкомат" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1a8386-ee18db.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Многофункциональный центр предоставления государственных и муниципальных услуг", - "name=Многофункциональный центр предоставления государственных и муниципальных услуг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c0da8d-d70bbf.undefined" - }, - { - "if": { - "and": [ - "government=public_service", - "office=government", - "official_name=Центр государственных и муниципальных услуг \"Мои документы\"", - "official_name:en=Center for State and Municipal Services \"My Documents\"", - "official_name:ru=Центр государственных и муниципальных услуг \"Мои документы\"", - "short_name=МФЦ", - "short_name:ru=МФЦ", - { - "or": [ - "brand=Мои документы", - "brand:en=My documents", - "brand:ru=Мои документы", - "brand:wikidata=Q57449742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mydocuments-d70bbf.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=МФЦ «Мои документы»", - "name=МФЦ «Мои документы»" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4d4f03-d70bbf.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=Росреестр", - "name=Росреестр" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3e96ea-d70bbf.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=ТОСП центра \"Мои Документы\"", - "name=ТОСП центра \"Мои Документы\"" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8f8a96-d70bbf.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=УФМС", - "name=УФМС" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/56986c-d70bbf.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=اداره آموزش و پرورش", - "name=اداره آموزش و پرورش" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/78d24e-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=اداره برق", - "name=اداره برق" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d85205-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=اداره ثبت احوال", - "name=اداره ثبت احوال" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ef86b-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=اداره گاز", - "name=اداره گاز" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1b6995-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=پلیس +۱۰", - "name=پلیس +۱۰" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8e85aa-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=جهاد کشاورزی", - "name=جهاد کشاورزی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/536f15-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=دفتر پیشخوان دولت", - "name=دفتر پیشخوان دولت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c106dc-fcf2bd.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "brand=کمیته امداد", - "name=کمیته امداد" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c45551-fcf2bd.undefined" - }, { "if": { "and": [ @@ -147356,21 +113585,6 @@ }, "then": "./assets/data/nsi/logos/allianz-c74935.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Allianz", - "brand:wikidata=Q20498773", - "name=Allianz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allianz-ef0911.undefined" - }, { "if": { "and": [ @@ -147627,21 +113841,6 @@ }, "then": "./assets/data/nsi/logos/asepeyo-38d127.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Asoba", - "brand:wikidata=Q109650100", - "name=Asoba" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asoba-fe8e31.undefined" - }, { "if": { "and": [ @@ -147999,21 +114198,6 @@ }, "then": "./assets/data/nsi/logos/countryfinancial-6b1e37.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=CSF", - "brand:wikidata=Q120753050", - "name=CSF" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csf-a25e41.undefined" - }, { "if": { "and": [ @@ -148261,21 +114445,6 @@ }, "then": "./assets/data/nsi/logos/farmbureauinsurance-473946.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Farm Bureau Insurance of Tennessee", - "brand:wikidata=Q120732726", - "name=Farm Bureau Insurance" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmbureauinsurance-f07d60.undefined" - }, { "if": { "and": [ @@ -148501,20 +114670,6 @@ }, "then": "./assets/data/nsi/logos/grawe-49851b.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Gross", - "name=Gross" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gross-e25ae6.undefined" - }, { "if": { "and": [ @@ -149237,21 +115392,6 @@ }, "then": "./assets/data/nsi/logos/newyorklife-6b1e37.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=NFU Mutual", - "brand:wikidata=Q6953815", - "name=NFU Mutual" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nfumutual-23333b.undefined" - }, { "if": { "and": [ @@ -149556,21 +115696,6 @@ }, "then": "./assets/data/nsi/logos/shelterinsurance-6b1e37.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=SIC Insurance", - "brand:wikidata=Q7390288", - "name=SIC Insurance" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sicinsurance-fef067.undefined" - }, { "if": { "and": [ @@ -149769,23 +115894,6 @@ }, "then": "./assets/data/nsi/logos/theorientalinsurancecompany-9d27b9.png" }, - { - "if": { - "and": [ - "office=insurance", - "short_name=Standard", - { - "or": [ - "alt_name=Standard Insurance Company", - "brand=The Standard", - "brand:wikidata=Q7598252", - "name=The Standard" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thestandard-6b1e37.undefined" - }, { "if": { "and": [ @@ -150086,20 +116194,6 @@ }, "then": "./assets/data/nsi/logos/zurich-2d6c95.svg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Ак Барс Страхование", - "name=Ак Барс Страхование" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d777d-1dd572.undefined" - }, { "if": { "and": [ @@ -150115,34 +116209,6 @@ }, "then": "./assets/data/nsi/logos/039307-ef0911.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Аско-страхование", - "name=Аско-страхование" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/49842d-1dd572.undefined" - }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Асоба", - "name=Асоба" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/303d35-fe8e31.undefined" - }, { "if": { "and": [ @@ -150164,20 +116230,6 @@ }, "then": "./assets/data/nsi/logos/belgosstrakh-fe8e31.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Белкоопстрах", - "name=Белкоопстрах" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c8da4-fe8e31.undefined" - }, { "if": { "and": [ @@ -150212,21 +116264,6 @@ }, "then": "./assets/data/nsi/logos/ingosstrakh-1dd572.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Капитал Life", - "brand:wikidata=Q55659257", - "name=Капитал Life" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/35e0a9-1dd572.undefined" - }, { "if": { "and": [ @@ -150412,20 +116449,6 @@ }, "then": "./assets/data/nsi/logos/tas-43aba6.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=Югория", - "name=Югория" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ba17b3-1dd572.undefined" - }, { "if": { "and": [ @@ -150466,26 +116489,6 @@ }, "then": "./assets/data/nsi/logos/tbcinsurance-bd4122.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=იმედი L", - "brand:en=Imedi L", - "brand:ka=იმედი L", - "brand:wikidata=Q131470044", - "name=იმედი L", - "name:en=Imedi L", - "name:ka=იმედი L", - "name:ru=Имеди Л" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imedil-bd4122.undefined" - }, { "if": { "and": [ @@ -150526,52 +116529,6 @@ }, "then": "./assets/data/nsi/logos/gpi-bd4122.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=الشركة الوطنية للتأمين", - "name=الشركة الوطنية للتأمين" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/991f5d-95ca40.undefined" - }, - { - "if": { - "and": [ - "office=insurance", - "official_name:fr=Caisse Nationale des Assurances Sociales des Travailleurs Salariés", - { - "or": [ - "brand=الصندوق الوطني للتأمينات الاجتماعية للعمال الأجراء", - "brand:wikidata=Q42343122", - "name=الصندوق الوطني للتأمينات الاجتماعية للعمال الأجراء", - "name:ar=CNAS الصندوق الوطني للضمان الاجتماعي للعمال الأجراء", - "name:fr=CNAS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e56dcd-95ca40.undefined" - }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=بیمه آسیا", - "name=بیمه آسیا" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/70bf8c-cf8369.undefined" - }, { "if": { "and": [ @@ -150591,43 +116548,6 @@ }, "then": "./assets/data/nsi/logos/iraninsurance-cf8369.jpg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=ほけんの窓口", - "brand:ja=ほけんの窓口", - "name=ほけんの窓口", - "name:ja=ほけんの窓口" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/45e8e0-7cc2d1.undefined" - }, - { - "if": { - "and": [ - "office=insurance", - "short_name=中国人寿", - { - "or": [ - "alt_name=中国人寿保险股份有限公司", - "brand=中国人寿保险", - "brand:en=China Life Insurance", - "brand:wikidata=Q1073306", - "brand:zh=中国人寿保险", - "name=中国人寿保险", - "name:en=China Life Insurance", - "name:zh=中国人寿保险" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinalifeinsurance-a9e4d2.undefined" - }, { "if": { "and": [ @@ -150647,26 +116567,6 @@ }, "then": "./assets/data/nsi/logos/picc-07bd2d.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "alt_name=中国太平保险", - "brand=中国太平", - "brand:en=China Taiping", - "brand:wikidata=Q4036130", - "brand:zh=中国太平", - "name=中国太平", - "name:en=China Taiping", - "name:zh=中国太平" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinataiping-07bd2d.undefined" - }, { "if": { "and": [ @@ -150735,25 +116635,6 @@ }, "then": "./assets/data/nsi/logos/chinalifeinsuranceoverseas-6b61cd.png" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=保険クリニック", - "brand:en=Hoken Clinic", - "brand:ja=保険クリニック", - "brand:wikidata=Q93904665", - "name=保険クリニック", - "name:en=Hoken Clinic", - "name:ja=保険クリニック" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokenclinic-7cc2d1.undefined" - }, { "if": { "and": [ @@ -150910,61 +116791,6 @@ }, "then": "./assets/data/nsi/logos/daiichilife-7cc2d1.svg" }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "brand=臺灣產物保險", - "brand:en=Taiwan Fire & Marine Insurance", - "brand:wikidata=Q19853556", - "brand:zh=臺灣產物保險", - "name=臺灣產物保險", - "name:en=Taiwan Fire & Marine Insurance", - "name:zh=臺灣產物保險" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiwanfireandmarineinsurance-6809cb.undefined" - }, - { - "if": { - "and": [ - "office=insurance", - { - "or": [ - "alt_name=華南產物保險", - "brand=華南保險", - "brand:en=South China Insurance", - "brand:wikidata=Q16510360", - "brand:zh=華南保險", - "name=華南保險", - "name:en=South China Insurance", - "name:zh=華南保險" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southchinainsurance-6809cb.undefined" - }, - { - "if": { - "and": [ - "office=insurance_adjuster", - "short_name=CIA", - { - "or": [ - "brand=Custard Insurance Adjusters", - "brand:wikidata=Q121435838", - "name=Custard Insurance Adjusters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/custardinsuranceadjusters-b5ad78.undefined" - }, { "if": { "and": [ @@ -150980,22 +116806,6 @@ }, "then": "./assets/data/nsi/logos/meta-124efb.efb" }, - { - "if": { - "and": [ - "office=it", - "old_name=Ausy", - { - "or": [ - "brand=Randstad Digital", - "brand:wikidata=Q2872338", - "name=Randstad Digital" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/randstaddigital-ae4dd7.undefined" - }, { "if": { "and": [ @@ -151164,20 +116974,6 @@ }, "then": "./assets/data/nsi/logos/shinelawyers-22d653.jpg" }, - { - "if": { - "and": [ - "office=lawyer", - { - "or": [ - "brand=ФЦБ", - "name=ФЦБ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/83196e-004ff8.undefined" - }, { "if": { "and": [ @@ -151208,90 +117004,6 @@ }, "then": "./assets/data/nsi/logos/dhl-00dcbe.cbe" }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=Pullman Go", - "name=Pullman Go" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pullmango-af904d.undefined" - }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=Главдоставка", - "name=Главдоставка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/091c3d-c1b6b2.undefined" - }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=ПЭК", - "name=ПЭК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e98209-61c0ff.undefined" - }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=ПЭК: Easyway", - "name=ПЭК: Easyway" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2f0574-c1b6b2.undefined" - }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=СберЛогистика", - "name=СберЛогистика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e88b1e-c1b6b2.undefined" - }, - { - "if": { - "and": [ - "office=logistics", - { - "or": [ - "brand=СДЭК", - "name=СДЭК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5ac048-c1b6b2.undefined" - }, { "if": { "and": [ @@ -151487,45 +117199,6 @@ }, "then": "./assets/data/nsi/logos/twomenandatruck-1df089.jpg" }, - { - "if": { - "and": [ - "office=moving_company", - { - "or": [ - "alt_name:en=Art Moving", - "brand=アート引越センター", - "brand:en=the0123", - "brand:ja=アート引越センター", - "brand:wikidata=Q11285653", - "name=アート引越センター", - "name:en=the0123", - "name:ja=アート引越センター" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/the0123-b6b6de.undefined" - }, - { - "if": { - "and": [ - "office=moving_company", - { - "or": [ - "brand=サカイ引越センター", - "brand:en=Sakai Moving Service", - "brand:ja=サカイ引越センター", - "brand:wikidata=Q11304384", - "name=サカイ引越センター", - "name:en=Sakai Moving Service", - "name:ja=サカイ引越センター" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sakaimovingservice-b6b6de.undefined" - }, { "if": { "and": [ @@ -151540,34 +117213,6 @@ }, "then": "./assets/data/nsi/logos/aamaadmiparty-88c6e5.svg" }, - { - "if": { - "and": [ - "office=political_party", - { - "or": [ - "brand=APC", - "brand:wikidata=Q4729266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apc-a60dd5.undefined" - }, - { - "if": { - "and": [ - "office=political_party", - { - "or": [ - "brand=APGA", - "brand:wikidata=Q4729271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apga-a60dd5.undefined" - }, { "if": { "and": [ @@ -151709,20 +117354,6 @@ }, "then": "./assets/data/nsi/logos/spd-212c6d.svg" }, - { - "if": { - "and": [ - "office=political_party", - { - "or": [ - "brand=Единая Россия", - "name=Единая Россия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c4c22a-49c81f.undefined" - }, { "if": { "and": [ @@ -151913,20 +117544,6 @@ }, "then": "./assets/data/nsi/logos/vereinigtelohnsteuerhilfe-02f00c.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=ACTEL", - "name=ACTEL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/actel-c9e0b0.undefined" - }, { "if": { "and": [ @@ -151987,20 +117604,6 @@ }, "then": "./assets/data/nsi/logos/beeline-2f71de.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=CH L3T", - "name=CH L3T" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chl3t-9dd9f3.undefined" - }, { "if": { "and": [ @@ -152032,36 +117635,6 @@ }, "then": "./assets/data/nsi/logos/etecsa-0b19c8.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=Humans", - "name=Humans" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/humans-92de76.undefined" - }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "alt_name=Indosat", - "brand=Indosat Ooredoo", - "brand:wikidata=Q2393592", - "name=Indosat Ooredoo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indosatooredoo-89d943.undefined" - }, { "if": { "and": [ @@ -152092,20 +117665,6 @@ }, "then": "./assets/data/nsi/logos/kcell-4679e0.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=Mega", - "name=Mega" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mega-a496d9.undefined" - }, { "if": { "and": [ @@ -152126,34 +117685,6 @@ }, "then": "./assets/data/nsi/logos/ntt-54abba.bba" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=O!Store", - "name=O!Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ostore-a496d9.undefined" - }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=One", - "name=One" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/one-84ab68.undefined" - }, { "if": { "and": [ @@ -152271,20 +117802,6 @@ }, "then": "./assets/data/nsi/logos/totalplay-66ddc0.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=Ucell", - "name=Ucell" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ucell-92de76.undefined" - }, { "if": { "and": [ @@ -152362,80 +117879,6 @@ }, "then": "./assets/data/nsi/logos/beeline-f03186.jpg" }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=Казахтелеком", - "name=Казахтелеком" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/01aaef-4679e0.undefined" - }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=ТТК", - "name=ТТК" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9086a6-d225a8.undefined" - }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=მაგთი", - "brand:en=Magti", - "brand:ka=მაგთი", - "brand:ru=Магти", - "name=მაგთი", - "name:en=Magti", - "name:ka=მაგთი", - "name:ru=Магти", - "operator=მაგთი", - "operator:ka=მაგთი", - "operator:wikidata=Q6732495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magti-0ca315.undefined" - }, - { - "if": { - "and": [ - "office=telecommunication", - { - "or": [ - "brand=სელფი", - "brand:en=Cellfie", - "brand:ka=სელფი", - "brand:ru=Селфи", - "name=სელფი", - "name:en=Cellfie", - "name:ka=სელფი", - "name:ru=Селфи", - "operator=ვიონი საქართველო", - "operator:ka=ვიონი საქართველო", - "operator:wikidata=Q4044421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cellfie-0ca315.undefined" - }, { "if": { "and": [ @@ -152874,21 +118317,6 @@ }, "then": "./assets/data/nsi/logos/afrgriequipment-e0de78.jpg" }, - { - "if": { - "and": [ - "shop=agrarian", - { - "or": [ - "brand=AG Warehouse", - "brand:wikidata=Q119261591", - "name=AG Warehouse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agwarehouse-4034ae.undefined" - }, { "if": { "and": [ @@ -152919,20 +118347,6 @@ }, "then": "./assets/data/nsi/logos/felleskjopet-461c53.jpg" }, - { - "if": { - "and": [ - "shop=agrarian", - { - "or": [ - "brand=Grene", - "name=Grene" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grene-1828a7.undefined" - }, { "if": { "and": [ @@ -153012,21 +118426,6 @@ }, "then": "./assets/data/nsi/logos/zgraiffeisentechnik-a7a5a6.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=1. day", - "brand:wikidata=Q108149927", - "name=1. day" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1day-41aec7.undefined" - }, { "if": { "and": [ @@ -153132,22 +118531,6 @@ }, "then": "./assets/data/nsi/logos/beermarket-345467.jpg" }, - { - "if": { - "and": [ - "official_name=Kerala State Beverages Corporation Ltd", - "shop=alcohol", - { - "or": [ - "brand=Bevco", - "brand:wikidata=Q6393413", - "name=Bevco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bevco-289791.undefined" - }, { "if": { "and": [ @@ -153163,96 +118546,6 @@ }, "then": "./assets/data/nsi/logos/bevmo-2740a5.svg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Binny's Beverage Depot", - "brand:wikidata=Q30687714", - "name=Binny's Beverage Depot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binnysbeveragedepot-b97ce0.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Blue Bottle Liquors", - "brand:wikidata=Q116861688", - "name=Blue Bottle Liquors" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluebottleliquors-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Blue Bottle Liquors", - "brand:wikidata=Q116861688", - "name=Blue Bottle Liquors Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluebottleliquorsexpress-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Blue Bottle Liquors", - "brand:wikidata=Q116861688", - "name=Blue Bottle Liquors Platinum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluebottleliquorsplatinum-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Blue Bottle Liquors", - "brand:wikidata=Q116861688", - "name=Blue Bottle Liquors XL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluebottleliquorsxl-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Bottlemart", - "brand:wikidata=Q102863175", - "name=Bottlemart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bottlemart-cb3c62.undefined" - }, { "if": { "and": [ @@ -153268,125 +118561,6 @@ }, "then": "./assets/data/nsi/logos/boxerliquors-a774d1.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=BWS", - "brand:wikidata=Q4836848", - "name=BWS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bws-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Carry Out", - "brand:wikidata=Q116645699", - "name=Carry Out" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carryout-986e1f.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Cavavin", - "name=Cavavin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cavavin-99d8dc.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Cellarbrations", - "brand:wikidata=Q109807592", - "name=Cellarbrations" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cellarbrations-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Clapton Craft", - "brand:wikidata=Q110154844", - "name=Clapton Craft" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claptoncraft-3cbb94.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Dan Murphy's", - "brand:wikidata=Q5214075", - "name=Dan Murphy's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/danmurphys-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Dirck III", - "brand:wikidata=Q109188079", - "name=Dirck III" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dirckiii-e09280.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Duncan's", - "brand:wikidata=Q119104909", - "name=Duncan's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duncans-cb3c62.undefined" - }, { "if": { "and": [ @@ -153417,36 +118591,6 @@ }, "then": "./assets/data/nsi/logos/finewineandgoodspirits-76c257.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=First Choice Liquor", - "brand:wikidata=Q4596269", - "name=First Choice Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstchoiceliquor-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Gall & Gall", - "brand:wikidata=Q13639185", - "name=Gall & Gall" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gallandgall-e09280.undefined" - }, { "if": { "and": [ @@ -153462,21 +118606,6 @@ }, "then": "./assets/data/nsi/logos/goodbeer-345467.png" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Henry's", - "brand:wikidata=Q111017798", - "name=Henry's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/henrys-a2b828.undefined" - }, { "if": { "and": [ @@ -153507,20 +118636,6 @@ }, "then": "./assets/data/nsi/logos/lacervoiserie-f2c698.png" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Ladoga Wine", - "name=Ladoga Wine" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ladogawine-b9f2fe.undefined" - }, { "if": { "and": [ @@ -153536,97 +118651,6 @@ }, "then": "./assets/data/nsi/logos/lcbo-19c622.svg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Legion Co", - "name=Legion Co" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/legionco-8561ad.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Liquor City", - "brand:wikidata=Q116620538", - "name=Liquor City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquorcity-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Liquor Depot", - "name=Liquor Depot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquordepot-ca0076.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Liquor Mart", - "brand:wikidata=Q124030913", - "name=Liquor Mart", - "operator=Manitoba Liquor & Lotteries Corporation", - "operator:short=MBLL", - "operator:wikidata=Q29467564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquormart-009342.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Liquorland", - "brand:wikidata=Q2283837", - "name=Liquorland" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquorland-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Liquorland", - "brand:wikidata=Q110295342", - "name=Liquorland" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquorland-a2b828.undefined" - }, { "if": { "and": [ @@ -153657,36 +118681,6 @@ }, "then": "./assets/data/nsi/logos/liquorshopshoprite-af1a8e.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Majestic", - "brand:wikidata=Q6737725", - "name=Majestic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/majestic-30632a.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Market Liquors", - "brand:wikidata=Q116895063", - "name=Market Liquors" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marketliquors-4c7c64.undefined" - }, { "if": { "and": [ @@ -153702,36 +118696,6 @@ }, "then": "./assets/data/nsi/logos/mitra-e09280.svg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Modelorama", - "brand:wikidata=Q122153017", - "name=Modelorama" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modelorama-773a77.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Mr Liquor", - "brand:wikidata=Q117822077", - "name=Mr Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrliquor-cb3c62.undefined" - }, { "if": { "and": [ @@ -153763,51 +118727,6 @@ }, "then": "./assets/data/nsi/logos/nicolas-699bfb.bfb" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=NSLC", - "brand:wikidata=Q17018587", - "name=NSLC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nslc-7529e3.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=O'Briens", - "brand:wikidata=Q113151266", - "name=O'Briens" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obriens-986e1f.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=OK Liquor", - "brand:wikidata=Q116520424", - "name=OK Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okliquor-fbe625.undefined" - }, { "if": { "and": [ @@ -153823,101 +118742,6 @@ }, "then": "./assets/data/nsi/logos/picknpayliquor-fa6f87.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Prestons Liquor Stores", - "brand:wikidata=Q116861728", - "name=Prestons" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prestons-cebc42.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Prolicor", - "name=Prolicor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prolicor-ed57fa.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=SAQ", - "brand:wikidata=Q3488077", - "name=SAQ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saq-c2c781.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=SAQ Express", - "brand:wikidata=Q3488077", - "name=SAQ Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saqexpress-ebcba4.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=SAQ Sélection", - "brand:wikidata=Q3488077", - "name=SAQ Sélection" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saqselection-ebcba4.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=სმაგლერსი", - "brand:en=Smugglers", - "brand:ka=სმაგლერსი", - "brand:ru=Смаглерс", - "brand:wikidata=Q131469986", - "name=სმაგლერსი", - "name:en=Smugglers", - "name:ka=სმაგლერსი", - "name:ru=Смаглерс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smugglers-2cfee4.undefined" - }, { "if": { "and": [ @@ -153933,36 +118757,6 @@ }, "then": "./assets/data/nsi/logos/sobeysliquor-c2c781.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Spec's", - "brand:wikidata=Q7574415", - "name=Spec's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/specs-a9ed82.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Super Liquor", - "brand:wikidata=Q112038718", - "name=Super Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/superliquor-a2b828.undefined" - }, { "if": { "and": [ @@ -153993,97 +118787,6 @@ }, "then": "./assets/data/nsi/logos/thebeerstore-19c622.png" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=The Bottle-O", - "brand:wikidata=Q111015122", - "name=The Bottle-O" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebottleo-a2b828.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Thirsty Camel", - "brand:wikidata=Q113503937", - "name=Thirsty Camel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thirstycamel-cb3c62.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Thirsty Liquor", - "name=Thirsty Liquor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thirstyliquor-a2b828.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - "short_name=Tops", - { - "or": [ - "brand=Tops at Spar", - "brand:wikidata=Q116377563", - "name=Tops at Spar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topsatspar-67025f.undefined" - }, - { - "if": { - "and": [ - "official_name=Total Wine & More", - "shop=alcohol", - { - "or": [ - "brand=Total Wine", - "brand:wikidata=Q7828084", - "name=Total Wine" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalwine-2740a5.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Ultra Liquors", - "brand:wikidata=Q116620602", - "name=Ultra Liquors" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ultraliquors-cebc42.undefined" - }, { "if": { "and": [ @@ -154114,21 +118817,6 @@ }, "then": "./assets/data/nsi/logos/vinmonopolet-af24f5.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Vintage Cellars", - "brand:wikidata=Q7932815", - "name=Vintage Cellars" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vintagecellars-cb3c62.undefined" - }, { "if": { "and": [ @@ -154144,65 +118832,6 @@ }, "then": "./assets/data/nsi/logos/virginiaabc-85cc28.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Volna", - "name=Volna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volna-1b6876.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Аванти", - "brand:wikidata=Q111364476", - "name=Аванти", - "name:bg=Аванти", - "name:en=Avanti" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avanti-059946.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Алкомаркет", - "name=Алкомаркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4b1e16-1b6876.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Алкотека", - "name=Алкотека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f6b7b7-b9f2fe.undefined" - }, { "if": { "and": [ @@ -154218,35 +118847,6 @@ }, "then": "./assets/data/nsi/logos/5a713f-b9f2fe.png" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Барик", - "name=Барик" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acee20-1b6876.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Біле Сухе", - "brand:wikidata=Q121464345", - "name=Біле Сухе" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8126ac-345467.undefined" - }, { "if": { "and": [ @@ -154277,20 +118877,6 @@ }, "then": "./assets/data/nsi/logos/41aea9-b9f2fe.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Виноград", - "name=Виноград" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eaf1c4-079ad0.undefined" - }, { "if": { "and": [ @@ -154306,49 +118892,6 @@ }, "then": "./assets/data/nsi/logos/8e7c78-b9f2fe.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Горилка", - "name=Горилка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/94e163-892b0a.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Градус", - "name=Градус" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1238a0-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Градусы", - "brand:wikidata=Q110137876", - "name=Градусы" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3b4761-b9f2fe.undefined" - }, { "if": { "and": [ @@ -154364,69 +118907,6 @@ }, "then": "./assets/data/nsi/logos/45d784-b9f2fe.jpg" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Кристалл", - "name=Кристалл" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a1e123-837fe2.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Лион", - "name=Лион" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f36ff3-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Мавт-Винотека", - "name=Мавт-Винотека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5f2571-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Минск Кристалл", - "brand:be=Мінск Крышталь", - "brand:en=Minsk Kristall", - "brand:ru=Минск Кристалл", - "brand:wikidata=Q6869455", - "name=Минск Кристалл", - "name:be=Мінск Крышталь", - "name:en=Minsk Kristall", - "name:ru=Минск Кристалл" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minskkristall-b2a55f.undefined" - }, { "if": { "and": [ @@ -154444,148 +118924,6 @@ }, "then": "./assets/data/nsi/logos/norman-b9f2fe.png" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Отдохни", - "name=Отдохни" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ce98a7-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Пив&ко", - "name=Пив&ко" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c40606-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Пивной двор", - "name=Пивной двор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/665d88-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Пивоман", - "name=Пивоман" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b56713-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Пивточка", - "brand:wikidata=Q110138021", - "name=Пивточка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a67d2-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Порт маркет", - "name=Порт маркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c73bf3-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Разливной рай", - "name=Разливной рай" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e600ce-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=РосАл", - "brand:wikidata=Q110137999", - "name=РосАл" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e0b675-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Русалка", - "name=Русалка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/84cfca-b9f2fe.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=Семь Пятниц", - "name=Семь Пятниц" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/52430e-b2a55f.undefined" - }, { "if": { "and": [ @@ -154601,65 +118939,6 @@ }, "then": "./assets/data/nsi/logos/1898a0-345467.gif" }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=ალკორიუმი", - "brand:en=Alcorium", - "brand:ka=ალკორიუმი", - "brand:ru=Алкориум", - "brand:wikidata=Q131469985", - "name=ალკორიუმი", - "name:en=Alcorium", - "name:ka=ალკორიუმი", - "name:ru=Алкориум" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcorium-2cfee4.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=カクヤス", - "brand:en=Kakuyasu", - "brand:ja=カクヤス", - "brand:wikidata=Q11293990", - "name=カクヤス", - "name:en=Kakuyasu", - "name:ja=カクヤス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kakuyasu-42f62c.undefined" - }, - { - "if": { - "and": [ - "shop=alcohol", - { - "or": [ - "brand=やまや", - "brand:en=Yamaya", - "brand:ja=やまや", - "brand:wikidata=Q17224765", - "name=やまや", - "name:en=YaMaYa", - "name:ja=やまや" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yamaya-42f62c.undefined" - }, { "if": { "and": [ @@ -154840,20 +119119,6 @@ }, "then": "./assets/data/nsi/logos/beko-5f01e3.jpg" }, - { - "if": { - "and": [ - "shop=appliance", - { - "or": [ - "brand=Gollo", - "name=Gollo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gollo-a110c3.undefined" - }, { "if": { "and": [ @@ -154869,21 +119134,6 @@ }, "then": "./assets/data/nsi/logos/profilo-f0338d.svg" }, - { - "if": { - "and": [ - "shop=appliance", - { - "or": [ - "brand=Tien21", - "brand:wikidata=Q120442324", - "name=Tien21" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tien21-5228b9.undefined" - }, { "if": { "and": [ @@ -155053,20 +119303,6 @@ }, "then": "./assets/data/nsi/logos/babyone-162756.jpg" }, - { - "if": { - "and": [ - "shop=baby_goods", - { - "or": [ - "brand=Bébé 9", - "name=Bébé 9" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bebe9-e7ec7f.undefined" - }, { "if": { "and": [ @@ -155097,21 +119333,6 @@ }, "then": "./assets/data/nsi/logos/chicco-0b3f29.jpg" }, - { - "if": { - "and": [ - "shop=baby_goods", - { - "or": [ - "brand=Dreambaby", - "brand:wikidata=Q116460054", - "name=Dreambaby" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dreambaby-c0a64f.undefined" - }, { "if": { "and": [ @@ -155626,20 +119847,6 @@ }, "then": "./assets/data/nsi/logos/a1bakery-d71ca5.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=AILI", - "name=AILI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aili-c0ca1d.undefined" - }, { "if": { "and": [ @@ -155700,21 +119907,6 @@ }, "then": "./assets/data/nsi/logos/aupaindemongrandpere-09ad2c.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Augustin", - "brand:wikidata=Q130232585", - "name=Augustin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/augustin-09ad2c.undefined" - }, { "if": { "and": [ @@ -156046,21 +120238,6 @@ }, "then": "./assets/data/nsi/logos/balfours-c119fa.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Banette", - "brand:wikidata=Q2882405", - "name=Banette" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banette-731a34.undefined" - }, { "if": { "and": [ @@ -156122,20 +120299,6 @@ }, "then": "./assets/data/nsi/logos/birds-680575.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Boulangerie Feuillette", - "name=Boulangerie Feuillette" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boulangeriefeuillette-09ad2c.undefined" - }, { "if": { "and": [ @@ -156212,21 +120375,6 @@ }, "then": "./assets/data/nsi/logos/briochedoree-4f9c7f.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Bröd & Salt", - "brand:wikidata=Q124048835", - "name=Bröd & Salt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brodandsalt-8825f8.undefined" - }, { "if": { "and": [ @@ -156332,21 +120480,6 @@ }, "then": "./assets/data/nsi/logos/campaillette-09ad2c.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Castaño", - "brand:wikidata=Q5049629", - "name=Castaño" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/castano-d517a1.undefined" - }, { "if": { "and": [ @@ -156408,21 +120541,6 @@ }, "then": "./assets/data/nsi/logos/couplands-80e21a.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Dallmeyers Backhus", - "brand:wikidata=Q107719238", - "name=Dallmeyers Backhus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dallmeyersbackhus-3f448e.undefined" - }, { "if": { "and": [ @@ -156468,21 +120586,6 @@ }, "then": "./assets/data/nsi/logos/delifrance-4f9c7f.svg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Der Bäcker Eifler", - "brand:wikidata=Q130551734", - "name=Der Bäcker Eifler" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/derbackereifler-3aeac5.undefined" - }, { "if": { "and": [ @@ -156889,35 +120992,6 @@ }, "then": "./assets/data/nsi/logos/grzybki-839c38.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Haubis", - "name=Haubis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haubis-2e087b.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Hert", - "brand:wikidata=Q128931723", - "name=Hert" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hert-839c38.undefined" - }, { "if": { "and": [ @@ -156978,21 +121052,6 @@ }, "then": "./assets/data/nsi/logos/hollywoodbakery-80e21a.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Hosselmann", - "brand:wikidata=Q107203160", - "name=Hosselmann" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hosselmann-3f448e.undefined" - }, { "if": { "and": [ @@ -157023,48 +121082,6 @@ }, "then": "./assets/data/nsi/logos/ihrlandbacker-3f448e.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Il Fornaio", - "name=Il Fornaio" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilfornaio-f9fe3a.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Il Forno", - "name=Il Forno" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilforno-f9fe3a.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Il Pane Quotidiano", - "name=Il Pane Quotidiano" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilpanequotidiano-f9fe3a.undefined" - }, { "if": { "and": [ @@ -157185,21 +121202,6 @@ }, "then": "./assets/data/nsi/logos/kolls-3f448e.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=KONRAD", - "brand:wikidata=Q124726120", - "name=KONRAD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/konrad-72c555.undefined" - }, { "if": { "and": [ @@ -157245,21 +121247,6 @@ }, "then": "./assets/data/nsi/logos/lamiecaline-09ad2c.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=La Panetière", - "brand:wikidata=Q100712234", - "name=La Panetière" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapanetiere-09ad2c.undefined" - }, { "if": { "and": [ @@ -157545,21 +121532,6 @@ }, "then": "./assets/data/nsi/logos/marieblachere-09ad2c.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Mariette", - "brand:wikidata=Q130232600", - "name=Mariette" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mariette-09ad2c.undefined" - }, { "if": { "and": [ @@ -157725,36 +121697,6 @@ }, "then": "./assets/data/nsi/logos/nobis-3f448e.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Nur Hier", - "brand:wikidata=Q107985207", - "name=Nur Hier" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nurhier-3f448e.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Oebel", - "brand:wikidata=Q116215714", - "name=Oebel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oebel-f4e057.undefined" - }, { "if": { "and": [ @@ -157800,35 +121742,6 @@ }, "then": "./assets/data/nsi/logos/oskroba-839c38.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Pan de Manila", - "name=Pan de Manila" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pandemanila-b6c45f.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Pan Pa' Ya!", - "brand:wikidata=Q131744932", - "name=Pan Pa' Ya!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panpaya-db8524.undefined" - }, { "if": { "and": [ @@ -157904,20 +121817,6 @@ }, "then": "./assets/data/nsi/logos/paul-652955.png" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Pekara", - "name=Pekara" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pekara-1ddcc2.undefined" - }, { "if": { "and": [ @@ -157933,20 +121832,6 @@ }, "then": "./assets/data/nsi/logos/petersgutebackstube-3f448e.png" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Piekarenka", - "name=Piekarenka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piekarenka-839c38.undefined" - }, { "if": { "and": [ @@ -157962,20 +121847,6 @@ }, "then": "./assets/data/nsi/logos/piekarniaszwajcarska-839c38.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Pod Telegrafem", - "name=Pod Telegrafem" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/podtelegrafem-839c38.undefined" - }, { "if": { "and": [ @@ -158478,23 +122349,6 @@ }, "then": "./assets/data/nsi/logos/touslesjours-e39ddb.ddb" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Uncle Tetsu's Cheesecake", - "brand:wikidata=Q28153939", - "name=Uncle Tetsu's Cheesecake", - "name:en=Uncle Tetsu's Cheesecake", - "name:ja=てつおじさんの店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uncletetsuscheesecake-4f9c7f.undefined" - }, { "if": { "and": [ @@ -158660,22 +122514,6 @@ }, "then": "./assets/data/nsi/logos/zeitfurbrot-3f448e.jpg" }, - { - "if": { - "and": [ - "cafe=yes", - "shop=bakery", - { - "or": [ - "brand=Zeppitz", - "brand:wikidata=Q119808019", - "name=Zeppitz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zeppitz-6ec796.undefined" - }, { "if": { "and": [ @@ -158728,20 +122566,6 @@ }, "then": "./assets/data/nsi/logos/3946ef-44faa4.png" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Буханка", - "name=Буханка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd6837-44faa4.undefined" - }, { "if": { "and": [ @@ -158761,20 +122585,6 @@ }, "then": "./assets/data/nsi/logos/bushe-44faa4.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Жар свежар", - "name=Жар свежар" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0c0c80-44faa4.undefined" - }, { "if": { "and": [ @@ -158790,20 +122600,6 @@ }, "then": "./assets/data/nsi/logos/3d7cfd-3664c0.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=Кулинария", - "name=Кулинария" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d614d4-44faa4.undefined" - }, { "if": { "and": [ @@ -158916,76 +122712,6 @@ }, "then": "./assets/data/nsi/logos/neemanbakery-2a1629.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=بربری", - "name=بربری" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/68abe8-5b889e.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=سنگک", - "name=سنگک" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/26eff6-5b889e.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=سنگکی", - "name=سنگکی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e0bc2e-5b889e.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=لواشی", - "name=لواشی" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7485cc-5b889e.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=نانوایی تافتون", - "name=نانوایی تافتون" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efbcd-5b889e.undefined" - }, { "if": { "and": [ @@ -159139,81 +122865,6 @@ }, "then": "./assets/data/nsi/logos/littlemermaid-59bce6.svg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=一之軒", - "brand:en=Ijysheng", - "brand:wikidata=Q57269686", - "brand:zh=一之軒", - "name=一之軒", - "name:en=Ijysheng", - "name:zh=一之軒" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ijysheng-ea5ee6.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=乃が美", - "brand:en=Nogami", - "brand:ja=乃が美", - "brand:wikidata=Q75563038", - "name=乃が美", - "name:en=Nogami", - "name:ja=乃が美" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nogami-59bce6.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=原麦山丘", - "brand:en=With Wheat", - "brand:wikidata=Q61056698", - "brand:zh=原麦山丘", - "name=原麦山丘", - "name:en=With Wheat", - "name:zh=原麦山丘" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/withwheat-c0ca1d.undefined" - }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=味多美", - "brand:en=Wedome", - "brand:wikidata=Q96323645", - "name=味多美", - "name:en=Wedome", - "name:zh=味多美" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wedome-c0ca1d.undefined" - }, { "if": { "and": [ @@ -159275,25 +122926,6 @@ }, "then": "./assets/data/nsi/logos/keewahbakery-ebd86c.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=好利来", - "brand:en=Holiland", - "brand:wikidata=Q97862657", - "brand:zh=好利来", - "name=好利来", - "name:en=Holiland", - "name:zh=好利来" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holiland-c0ca1d.undefined" - }, { "if": { "and": [ @@ -159418,25 +123050,6 @@ }, "then": "./assets/data/nsi/logos/gakuden-ea5ee6.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=福利麵包", - "brand:en=Florida Bakery", - "brand:wikidata=Q111128271", - "brand:zh=福利麵包", - "name=福利麵包", - "name:en=Florida Bakery", - "name:zh=福利麵包" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridabakery-ea5ee6.undefined" - }, { "if": { "and": [ @@ -159494,25 +123107,6 @@ }, "then": "./assets/data/nsi/logos/breadtalk-4517b3.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=順成蛋糕", - "brand:en=Shun Chen Bakery", - "brand:wikidata=Q126364999", - "brand:zh=順成蛋糕", - "name=順成蛋糕", - "name:en=Shun Chen Bakery", - "name:zh=順成蛋糕" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shunchenbakery-ea5ee6.undefined" - }, { "if": { "and": [ @@ -159532,25 +123126,6 @@ }, "then": "./assets/data/nsi/logos/mrmark-ea5ee6.jpg" }, - { - "if": { - "and": [ - "shop=bakery", - { - "or": [ - "brand=鲍师傅", - "brand:en=Bao's Pastry", - "brand:wikidata=Q115000221", - "brand:zh=鲍师傅", - "name=鲍师傅", - "name:en=Bao's Pastry", - "name:zh=鲍师傅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baospastry-4517b3.undefined" - }, { "if": { "and": [ @@ -159660,34 +123235,6 @@ }, "then": "./assets/data/nsi/logos/d84984-ac38ee.jpg" }, - { - "if": { - "and": [ - "shop=bathroom_furnishing", - { - "or": [ - "brand=Роскедр", - "name=Роскедр" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fb8660-1e460e.undefined" - }, - { - "if": { - "and": [ - "shop=bathroom_furnishing", - { - "or": [ - "brand=Сантехника-Онлайн", - "name=Сантехника-Онлайн" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74b471-1e460e.undefined" - }, { "if": { "and": [ @@ -159704,37 +123251,6 @@ }, "then": "./assets/data/nsi/logos/amazinglashstudio-cc0daa.daa" }, - { - "if": { - "and": [ - "beauty=nails", - "shop=beauty", - { - "or": [ - "brand=Anthony Vincé Nail Spa", - "brand:wikidata=Q110972931", - "name=Anthony Vincé Nail Spa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anthonyvincenailspa-cc0daa.undefined" - }, - { - "if": { - "and": [ - "beauty=tanning", - "shop=beauty", - { - "or": [ - "brand=AYK Sonnenstudio", - "name=AYK Sonnenstudio" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayksonnenstudio-fc55f7.undefined" - }, { "if": { "and": [ @@ -159847,22 +123363,6 @@ }, "then": "./assets/data/nsi/logos/citronvert-b52040.jpg" }, - { - "if": { - "and": [ - "beauty=nails", - "shop=beauty", - { - "or": [ - "brand=DaVi Nails", - "brand:wikidata=Q108726836", - "name=DaVi Nails" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/davinails-4be8e1.undefined" - }, { "if": { "and": [ @@ -159879,22 +123379,6 @@ }, "then": "./assets/data/nsi/logos/dekalash-4be8e1.png" }, - { - "if": { - "and": [ - "beauty=hair_removal", - "shop=beauty", - { - "or": [ - "brand=Dépil Tech", - "brand:wikidata=Q120762716", - "name=Dépil Tech" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/depiltech-b52040.undefined" - }, { "if": { "and": [ @@ -160007,22 +123491,6 @@ }, "then": "./assets/data/nsi/logos/fabutan-8ad523.png" }, - { - "if": { - "and": [ - "beauty=hair_removal", - "shop=beauty", - { - "or": [ - "brand=G Point", - "brand:wikidata=Q131763160", - "name=G Point" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gpoint-ca09a7.undefined" - }, { "if": { "and": [ @@ -160039,37 +123507,6 @@ }, "then": "./assets/data/nsi/logos/guinot-0c474f.jpg" }, - { - "if": { - "and": [ - "beauty=tanning", - "shop=beauty", - { - "or": [ - "brand=Indigo Sun", - "brand:wikidata=Q63436906", - "name=Indigo Sun" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indigosun-b1b019.undefined" - }, - { - "if": { - "and": [ - "beauty=hair_removal", - "shop=beauty", - { - "or": [ - "brand=Laser Love", - "name=Laser Love" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laserlove-ac8d4a.undefined" - }, { "if": { "and": [ @@ -160118,22 +123555,6 @@ }, "then": "./assets/data/nsi/logos/mespa-cc0daa.daa" }, - { - "if": { - "and": [ - "beauty=nails", - "shop=beauty", - { - "or": [ - "brand=Nails for You", - "brand:wikidata=Q123410053", - "name=Nails for You" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nailsforyou-8ad523.undefined" - }, { "if": { "and": [ @@ -160166,21 +123587,6 @@ }, "then": "./assets/data/nsi/logos/palmbeachtan-cc0daa.daa" }, - { - "if": { - "and": [ - "beauty=eyebrow;eyelash;waxing", - "shop=beauty", - { - "or": [ - "brand=Perfect Brows NYC", - "name=Perfect Brows NYC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/perfectbrowsnyc-e20802.undefined" - }, { "if": { "and": [ @@ -160229,22 +123635,6 @@ }, "then": "./assets/data/nsi/logos/restorehyperwellness-cc0daa.daa" }, - { - "if": { - "and": [ - "beauty=hair;skin_care;waxing;eyebrow;eyelash;cosmetics;makeup", - "shop=beauty", - { - "or": [ - "brand=Seva Beauty", - "brand:wikidata=Q109329648", - "name=Seva Beauty" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sevabeauty-cc0daa.undefined" - }, { "if": { "and": [ @@ -160422,41 +123812,6 @@ }, "then": "./assets/data/nsi/logos/yvesrocher-422e39.jpg" }, - { - "if": { - "and": [ - "beauty=cosmetics", - "shop=beauty", - { - "or": [ - "brand=Персона", - "brand:en=Persona", - "brand:ru=Персона", - "brand:wikidata=Q126163981", - "name=Персона", - "name:en=Persona", - "name:ru=Персона" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/persona-ac8d4a.undefined" - }, - { - "if": { - "and": [ - "beauty=hair;hair_removal", - "shop=beauty", - { - "or": [ - "brand=Сахар", - "name=Сахар" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/580dc8-69d6f1.undefined" - }, { "if": { "and": [ @@ -160532,20 +123887,6 @@ }, "then": "./assets/data/nsi/logos/amerisleep-032196.png" }, - { - "if": { - "and": [ - "shop=bed", - { - "or": [ - "brand=Arya Home", - "name=Arya Home" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aryahome-e3cd64.undefined" - }, { "if": { "and": [ @@ -160651,20 +123992,6 @@ }, "then": "./assets/data/nsi/logos/beterbed-3030e1.svg" }, - { - "if": { - "and": [ - "shop=bed", - { - "or": [ - "brand=Beyosa", - "name=Beyosa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beyosa-e3cd64.undefined" - }, { "if": { "and": [ @@ -160983,20 +124310,6 @@ }, "then": "./assets/data/nsi/logos/originalmattressfactory-032196.jpg" }, - { - "if": { - "and": [ - "shop=bed", - { - "or": [ - "brand=Ormatek", - "name=Ormatek" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormatek-e3cd64.undefined" - }, { "if": { "and": [ @@ -161252,21 +124565,6 @@ }, "then": "./assets/data/nsi/logos/alldrink-c4cb62.jpg" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Benz Wein- und Getränkemarkt", - "brand:wikidata=Q108885696", - "name=Benz Wein- und Getränkemarkt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/benzweinundgetrankemarkt-c4cb62.undefined" - }, { "if": { "and": [ @@ -161312,36 +124610,6 @@ }, "then": "./assets/data/nsi/logos/fiizdrinks-dd8a79.jpg" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Finkbeiner", - "brand:wikidata=Q114116029", - "name=Finkbeiner" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finkbeiner-4a45fb.undefined" - }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Fränky Getränkemarkt", - "brand:wikidata=Q107356988", - "name=Fränky Getränkemarkt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/frankygetrankemarkt-c4cb62.undefined" - }, { "if": { "and": [ @@ -161357,36 +124625,6 @@ }, "then": "./assets/data/nsi/logos/fristo-650acc.svg" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Getränke Arena", - "brand:wikidata=Q107116272", - "name=Getränke Arena" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getrankearena-c4cb62.undefined" - }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Getränke City", - "brand:wikidata=Q101480351", - "name=Getränke City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getrankecity-c4cb62.undefined" - }, { "if": { "and": [ @@ -161447,21 +124685,6 @@ }, "then": "./assets/data/nsi/logos/getrankewelt-f24eb8.png" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Getränkewelt", - "brand:wikidata=Q107370287", - "name=Getränkewelt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getrankewelt-fe99b7.undefined" - }, { "if": { "and": [ @@ -161477,21 +124700,6 @@ }, "then": "./assets/data/nsi/logos/holab-c4cb62.svg" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Hörl", - "brand:wikidata=Q110258331", - "name=Hörl" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/horl-c4cb62.undefined" - }, { "if": { "and": [ @@ -161583,21 +124791,6 @@ }, "then": "./assets/data/nsi/logos/sagasser-c4cb62.jpg" }, - { - "if": { - "and": [ - "shop=beverages", - { - "or": [ - "brand=Sobi", - "brand:wikidata=Q98509159", - "name=Sobi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sobi-c4cb62.undefined" - }, { "if": { "and": [ @@ -161677,21 +124870,6 @@ }, "then": "./assets/data/nsi/logos/alltricks-64ac44.jpg" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=Amslod", - "brand:wikidata=Q116172590", - "name=Amslod Experience Center" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amslodexperiencecenter-a0a74d.undefined" - }, { "if": { "and": [ @@ -161782,21 +124960,6 @@ }, "then": "./assets/data/nsi/logos/cyclable-64ac44.jpg" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=Cycle Lab", - "brand:wikidata=Q130487839", - "name=Cycle Lab" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclelab-d271c4.undefined" - }, { "if": { "and": [ @@ -161842,21 +125005,6 @@ }, "then": "./assets/data/nsi/logos/fietsenwinkelnl-a0a74d.jpg" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=Fietswereld", - "brand:wikidata=Q116172680", - "name=Fietswereld" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fietswereld-a0a74d.undefined" - }, { "if": { "and": [ @@ -162023,20 +125171,6 @@ }, "then": "./assets/data/nsi/logos/trek-3628a9.png" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=Wim", - "name=Wim" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wim-ae2479.undefined" - }, { "if": { "and": [ @@ -162052,20 +125186,6 @@ }, "then": "./assets/data/nsi/logos/zweiradcenterstadler-d06ca0.jpg" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=Веломарка", - "name=Веломарка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0d5775-20b41a.undefined" - }, { "if": { "and": [ @@ -162126,25 +125246,6 @@ }, "then": "./assets/data/nsi/logos/cyclebaseasahi-1d9d0f.jpg" }, - { - "if": { - "and": [ - "shop=bicycle", - { - "or": [ - "brand=上海永久", - "brand:en=Forever", - "brand:wikidata=Q19851515", - "brand:zh=上海永久", - "name=上海永久", - "name:en=Forever", - "name:zh=上海永久" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forever-88c22b.undefined" - }, { "if": { "and": [ @@ -162232,78 +125333,6 @@ }, "then": "./assets/data/nsi/logos/westmarine-db06dd.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Admiral Sportwetten", - "brand:wikidata=Q359138" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/admiralsportwetten-429109.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=ATG", - "brand:wikidata=Q4668637", - "name=ATG" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atg-4ea78e.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Bar One Racing", - "brand:wikidata=Q113045943", - "name=Bar One Racing" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baroneracing-15bf4d.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=BetBoom", - "name=BetBoom" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/betboom-867318.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Betcity", - "name=Betcity" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/betcity-867318.undefined" - }, { "if": { "and": [ @@ -162334,52 +125363,6 @@ }, "then": "./assets/data/nsi/logos/boylesports-afd1fc.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Casa Pariurilor", - "name=Casa Pariurilor" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/casapariurilor-75c28e.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Coral", - "brand:wikidata=Q54621344", - "name=Coral" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coral-58d00b.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=efbet", - "brand:wikidata=Q25484853", - "name=efbet", - "name:bg=ефбет", - "name:en=efbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/efbet-2c18db.undefined" - }, { "if": { "and": [ @@ -162395,80 +125378,6 @@ }, "then": "./assets/data/nsi/logos/eurobet-d45505.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Fortuna", - "brand:wikidata=Q25857973", - "name=Fortuna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortuna-70887d.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=GoldBet", - "brand:wikidata=Q119972678", - "name=GoldBet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goldbet-d45505.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=JenningsBet", - "brand:wikidata=Q112925339", - "name=JenningsBet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jenningsbet-58d00b.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Joe Jennings", - "brand:wikidata=Q113499916", - "name=Joe Jennings" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joejennings-58d00b.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Kiosque LONASE", - "name=Kiosque LONASE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiosquelonase-97c74a.undefined" - }, { "if": { "and": [ @@ -162484,50 +125393,6 @@ }, "then": "./assets/data/nsi/logos/ladbrokes-afd1fc.gif" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Meridianbet", - "brand:wikidata=Q97647150", - "name=Meridianbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianbet-3e5359.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Meridianbet", - "brand:wikidata=Q97669809", - "name=Meridianbet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianbet-7983f2.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Mozzart", - "name=Mozzart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mozzart-663a2d.undefined" - }, { "if": { "and": [ @@ -162558,21 +125423,6 @@ }, "then": "./assets/data/nsi/logos/paddypower-afd1fc.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=SNAI", - "brand:wikidata=Q3943772", - "name=SNAI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/snai-d45505.undefined" - }, { "if": { "and": [ @@ -162588,20 +125438,6 @@ }, "then": "./assets/data/nsi/logos/stanleybet-dd4c95.svg" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=STS", - "name=STS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sts-6e9609.undefined" - }, { "if": { "and": [ @@ -162617,36 +125453,6 @@ }, "then": "./assets/data/nsi/logos/superbet-81d51d.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=TAB", - "brand:wikidata=Q110288149", - "name=TAB" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tab-21679e.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=TAB", - "brand:wikidata=Q110288070", - "name=TAB" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tab-c21655.undefined" - }, { "if": { "and": [ @@ -162662,21 +125468,6 @@ }, "then": "./assets/data/nsi/logos/tipico-7054e9.svg" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Tipsport", - "brand:wikidata=Q7808973", - "name=Tipsport" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tipsport-d9567a.undefined" - }, { "if": { "and": [ @@ -162692,40 +125483,6 @@ }, "then": "./assets/data/nsi/logos/williamhill-58d00b.png" }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=ΟΠΑΠ", - "brand:wikidata=Q2007823", - "name=ΟΠΑΠ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/942bba-caf969.undefined" - }, - { - "if": { - "and": [ - "shop=bookmaker", - { - "or": [ - "brand=Лига ставок", - "brand:en=Liga Stavok", - "brand:ru=Лига ставок", - "brand:wikidata=Q6545804", - "name=Лига ставок", - "name:en=Liga Stavok", - "name:ru=Лига ставок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ligastavok-867318.undefined" - }, { "if": { "and": [ @@ -162775,36 +125532,6 @@ }, "then": "./assets/data/nsi/logos/akateeminenkirjakauppa-0c91f3.svg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=AKO", - "brand:wikidata=Q2159963", - "name=AKO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ako-1267b5.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=Alpha Buchhandlung", - "brand:wikidata=Q294493", - "name=Alpha Buchhandlung" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alphabuchhandlung-65e1d5.undefined" - }, { "if": { "and": [ @@ -162820,21 +125547,6 @@ }, "then": "./assets/data/nsi/logos/amazonbooks-1bd7b6.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=Ark bokhandel", - "brand:wikidata=Q11958706", - "name=Ark" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ark-ed60d1.undefined" - }, { "if": { "and": [ @@ -163075,22 +125787,6 @@ }, "then": "./assets/data/nsi/logos/chapters-285257.jpg" }, - { - "if": { - "and": [ - "books=religion", - "shop=books", - { - "or": [ - "brand=Christian Science Reading Room", - "brand:wikidata=Q5110122", - "name=Christian Science Reading Room" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/christiansciencereadingroom-1bd7b6.undefined" - }, { "if": { "and": [ @@ -164103,21 +126799,6 @@ }, "then": "./assets/data/nsi/logos/weltbild-65e1d5.png" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=Whitcoulls", - "brand:wikidata=Q7994237", - "name=Whitcoulls" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/whitcoulls-fe66a8.undefined" - }, { "if": { "and": [ @@ -164171,21 +126852,6 @@ }, "then": "./assets/data/nsi/logos/belkniga-9972c8.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=Буквоед", - "brand:wikidata=Q4098549", - "name=Буквоед" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9698e8-4175bc.undefined" - }, { "if": { "and": [ @@ -164362,25 +127028,6 @@ }, "then": "./assets/data/nsi/logos/tzometsfarm-428a21.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=مكتبة العبيكان", - "brand:ar=مكتبة العبيكان", - "brand:en=ObeikanStores", - "brand:wikidata=Q12244784", - "name=مكتبة العبيكان", - "name:ar=مكتبة العبيكان", - "name:en=ObeikanStores" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obeikanstores-9ea300.undefined" - }, { "if": { "and": [ @@ -164400,64 +127047,6 @@ }, "then": "./assets/data/nsi/logos/jarirbookstore-e19842.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=あおい書店", - "brand:en=AOI", - "brand:ja=あおい書店", - "brand:wikidata=Q11256783", - "name=あおい書店", - "name:en=AOI", - "name:ja=あおい書店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aoi-39c53e.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=オリオン書房", - "brand:en=Orion Books", - "brand:ja=オリオン書房", - "brand:wikidata=Q11292597", - "name=オリオン書房", - "name:en=Orion Books", - "name:ja=オリオン書房" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orionbooks-39c53e.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "alt_name:en=Kumabook", - "brand=くまざわ書店", - "brand:en=Kumazawa Books", - "brand:ja=くまざわ書店", - "brand:wikidata=Q11265517", - "name=くまざわ書店", - "name:en=Kumazawa Books", - "name:ja=くまざわ書店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kumazawabooks-39c53e.undefined" - }, { "if": { "and": [ @@ -164516,25 +127105,6 @@ }, "then": "./assets/data/nsi/logos/bookoff-39c53e.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=ブックファースト", - "brand:en=Book1st", - "brand:ja=ブックファースト", - "brand:wikidata=Q11334365", - "name=ブックファースト", - "name:en=Book1st", - "name:ja=ブックファースト" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/book1st-39c53e.undefined" - }, { "if": { "and": [ @@ -164621,25 +127191,6 @@ }, "then": "./assets/data/nsi/logos/jointpublishing-199399.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=中信书店", - "brand:en=CITIC Books", - "brand:wikidata=Q108178107", - "brand:zh=中信书店", - "name=中信书店", - "name:en=CITIC Books", - "name:zh=中信书店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citicbooks-1c7751.undefined" - }, { "if": { "and": [ @@ -164669,28 +127220,6 @@ }, "then": "./assets/data/nsi/logos/chunghwabookcompany-199399.jpg" }, - { - "if": { - "and": [ - "official_name=丸善雄松堂", - "official_name:en=Maruzen Yushodo", - "official_name:ja=丸善雄松堂", - "shop=books", - { - "or": [ - "brand=丸善", - "brand:en=MARUZEN", - "brand:ja=丸善", - "brand:wikidata=Q1906012", - "name=丸善", - "name:en=MARUZEN", - "name:ja=丸善" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maruzen-39c53e.undefined" - }, { "if": { "and": [ @@ -164720,120 +127249,6 @@ }, "then": "./assets/data/nsi/logos/thecommercialpress-199399.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=墊腳石圖書文化廣場", - "brand:en=Stepping Stone Bookstore", - "brand:wikidata=Q20687906", - "brand:zh=墊腳石圖書文化廣場", - "name=墊腳石圖書文化廣場", - "name:en=Stepping Stone Bookstore", - "name:zh=墊腳石圖書文化廣場" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steppingstonebookstore-06f630.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=大众书局", - "brand:en=DAZO", - "brand:wikidata=Q108178095", - "brand:zh=大众书局", - "name=大众书局", - "name:en=DAZO", - "name:zh=大众书局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dazo-1c7751.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=宮脇書店", - "brand:en=Miyawaki Shoten", - "brand:ja=宮脇書店", - "brand:wikidata=Q11455237", - "name=宮脇書店", - "name:en=Miyawaki Shoten", - "name:ja=宮脇書店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miyawakishoten-39c53e.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=当当阅界书店", - "brand:en=Dang Dang Yuejie Bookstore", - "brand:wikidata=Q108178124", - "brand:zh=当当阅界书店", - "name=当当阅界书店", - "name:en=Dang Dang Yuejie Bookstore", - "name:zh=当当阅界书店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dangdangyuejiebookstore-1c7751.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=文教堂", - "brand:en=Bunkyodo", - "brand:ja=文教堂", - "brand:wikidata=Q11499974", - "name=文教堂", - "name:en=Bunkyodo", - "name:ja=文教堂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bunkyodo-39c53e.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=新华书店", - "brand:en=Xinhua Bookstore", - "brand:wikidata=Q6124193", - "brand:zh=新华书店", - "name=新华书店", - "name:en=Xinhua Bookstore", - "name:zh=新华书店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xinhuabookstore-1c7751.undefined" - }, { "if": { "and": [ @@ -164872,47 +127287,6 @@ }, "then": "./assets/data/nsi/logos/miraiyashoten-39c53e.png" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=樊登书店", - "brand:en=FAN DENG BOOKS", - "brand:wikidata=Q108178138", - "brand:zh=樊登书店", - "name=樊登书店", - "name:en=FAN DENG BOOKS", - "name:zh=樊登书店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fandengbooks-1c7751.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=猫的天空之城概念书店", - "brand:en=Momicafe", - "brand:wikidata=Q16259482", - "brand:zh=猫的天空之城概念书店", - "name=猫的天空之城概念书店", - "name:en=Momicafe", - "name:zh=猫的天空之城概念书店", - "operator=苏州天空之城图书有限公司", - "operator:en=momibook", - "operator:zh=苏州天空之城图书有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/momicafe-1c7751.undefined" - }, { "if": { "and": [ @@ -164951,44 +127325,6 @@ }, "then": "./assets/data/nsi/logos/tsutaya-06f630.png" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=西西弗书店", - "brand:en=Sisyphe Bookstore", - "brand:wikidata=Q15904402", - "brand:zh=西西弗书店", - "name=西西弗书店", - "name:en=Sisyphe Bookstore", - "name:zh=西西弗书店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sisyphebookstore-1c7751.undefined" - }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=言几又", - "brand:en=Yan Ji You", - "brand:wikidata=Q56419889", - "brand:zh=言几又", - "name=言几又", - "name:en=Yan Ji You", - "name:zh=言几又" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yanjiyou-1c7751.undefined" - }, { "if": { "and": [ @@ -165031,25 +127367,6 @@ }, "then": "./assets/data/nsi/logos/eslitebookstore-e5bda4.jpg" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=諾貝爾圖書城", - "brand:en=Nobel Bookstore", - "brand:wikidata=Q130214130", - "brand:zh=諾貝爾圖書城", - "name=諾貝爾圖書城", - "name:en=Nobel Bookstore", - "name:zh=諾貝爾圖書城" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nobelbookstore-06f630.undefined" - }, { "if": { "and": [ @@ -165069,28 +127386,6 @@ }, "then": "./assets/data/nsi/logos/kingstonebookstore-06f630.png" }, - { - "if": { - "and": [ - "shop=books", - { - "or": [ - "brand=墨格", - "brand:en=monogram", - "brand:wikidata=Q108178296", - "brand:zh=墨格", - "name=墨格", - "name:en=monogram", - "name:zh=墨格", - "operator=苏州天空之城图书有限公司", - "operator:en=momibook", - "operator:zh=苏州天空之城图书有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monogram-1c7751.undefined" - }, { "if": { "and": [ @@ -165243,21 +127538,6 @@ }, "then": "./assets/data/nsi/logos/leseleveursdelacharentonne-bd963c.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Mad Butcher", - "brand:wikidata=Q111015152", - "name=Mad Butcher" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/madbutcher-79ce66.undefined" - }, { "if": { "and": [ @@ -165324,23 +127604,6 @@ }, "then": "./assets/data/nsi/logos/richtererzgebirge-4d0b4d.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Sklep mięsny Lenarcik", - "brand:wikidata=Q125566217", - "operator=Zakład Mięsny Lenarcik", - "operator:short=Lenarcik", - "operator:wikidata=Q125542457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sklepmiesnylenarcik-436f1d.undefined" - }, { "if": { "and": [ @@ -165461,35 +127724,6 @@ }, "then": "./assets/data/nsi/logos/ef4709-d60de5.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Дзержинка", - "name=Дзержинка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/125474-42f5d4.undefined" - }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Звениговский", - "brand:wikidata=Q110956402", - "name=Звениговский" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eff0d0-6e607d.undefined" - }, { "if": { "and": [ @@ -165520,48 +127754,6 @@ }, "then": "./assets/data/nsi/logos/580ce4-d60de5.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Мясницкий ряд", - "name=Мясницкий ряд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd0342-6e607d.undefined" - }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Мясной Гурман", - "name=Мясной Гурман" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/940f20-6e607d.undefined" - }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Мясной двор", - "name=Мясной двор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/238cde-2de669.undefined" - }, { "if": { "and": [ @@ -165577,20 +127769,6 @@ }, "then": "./assets/data/nsi/logos/fbd1e6-d60de5.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Окраина", - "name=Окраина" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dae2d2-6e607d.undefined" - }, { "if": { "and": [ @@ -165625,34 +127803,6 @@ }, "then": "./assets/data/nsi/logos/21e59d-d60de5.jpg" }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Фермер", - "name=Фермер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8449ac-6e607d.undefined" - }, - { - "if": { - "and": [ - "shop=butcher", - { - "or": [ - "brand=Ярославский бройлер", - "name=Ярославский бройлер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e95a6d-6e607d.undefined" - }, { "if": { "and": [ @@ -165880,103 +128030,6 @@ }, "then": "./assets/data/nsi/logos/muv-fc9dca.dca" }, - { - "if": { - "and": [ - "shop=cannabis", - { - "or": [ - "brand=Nectar", - "brand:wikidata=Q85149831", - "name=Nectar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nectar-9a088f.undefined" - }, - { - "if": { - "and": [ - "shop=cannabis", - { - "or": [ - "brand=RISE", - "brand:wikidata=Q108911841", - "name=RISE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rise-ce371d.undefined" - }, - { - "if": { - "and": [ - "shop=cannabis", - { - "or": [ - "brand=Spiritleaf", - "brand:wikidata=Q129955762", - "name=Spiritleaf" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spiritleaf-2d441b.undefined" - }, - { - "if": { - "and": [ - "min_age=21", - "payment:cash=yes", - "payment:credit_cards=yes", - "payment:debit_cards=yes", - "shop=cannabis", - { - "or": [ - "alt_name=Société québécoise du cannabis", - "brand=SQDC", - "brand:wikidata=Q43255076", - "name=SQDC", - "operator=Société québécoise du cannabis", - "operator:short=SQDC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sqdc-5a109f.undefined" - }, - { - "if": { - "and": [ - "shop=cannabis", - { - "or": [ - "brand=Sunnyside", - "brand:wikidata=Q114880592", - "name=Sunnyside" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunnyside-d4e7e6.undefined" - }, - { - "if": { - "and": [ - "shop=cannabis", - { - "or": [ - "brand=Tokyo Smoke", - "brand:wikidata=Q28407839", - "name=Tokyo Smoke" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokyosmoke-2d441b.undefined" - }, { "if": { "and": [ @@ -166430,20 +128483,6 @@ }, "then": "./assets/data/nsi/logos/daihatsu-0b5c82.png" }, - { - "if": { - "and": [ - "shop=car", - { - "or": [ - "brand=Distinxion", - "name=Distinxion" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/distinxion-9ceb2b.undefined" - }, { "if": { "and": [ @@ -166506,20 +128545,6 @@ }, "then": "./assets/data/nsi/logos/enterprisecarsales-71ab24.jpg" }, - { - "if": { - "and": [ - "shop=car", - { - "or": [ - "brand=Ewigo", - "name=Ewigo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewigo-9ceb2b.undefined" - }, { "if": { "and": [ @@ -167492,21 +129517,6 @@ }, "then": "./assets/data/nsi/logos/suzuki-59b739.jpg" }, - { - "if": { - "and": [ - "shop=car", - { - "or": [ - "brand=Sytner Select", - "brand:wikidata=Q109308461", - "name=Sytner Select" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sytnerselect-42e946.undefined" - }, { "if": { "and": [ @@ -167699,24 +129709,6 @@ }, "then": "./assets/data/nsi/logos/gulliver-27c9bc.png" }, - { - "if": { - "and": [ - "shop=car", - { - "or": [ - "brand=スズキアリーナ", - "brand:en=Suzuki Arena", - "brand:ja=スズキアリーナ", - "name=スズキアリーナ", - "name:en=Suzuki Arena", - "name:ja=スズキアリーナ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suzukiarena-27c9bc.undefined" - }, { "if": { "and": [ @@ -168139,20 +130131,6 @@ }, "then": "./assets/data/nsi/logos/bilxtra-ccf30a.jpg" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Bitstop", - "name=Bitstop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bitstop-a188f5.undefined" - }, { "if": { "and": [ @@ -168244,21 +130222,6 @@ }, "then": "./assets/data/nsi/logos/eurocarparts-078f70.jpg" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Exist.ru", - "brand:wikidata=Q24933708", - "name=Exist.ru" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/existru-a188f5.undefined" - }, { "if": { "and": [ @@ -168289,37 +130252,6 @@ }, "then": "./assets/data/nsi/logos/fleetpride-bb9baa.baa" }, - { - "if": { - "and": [ - "ref:DK:cvr=73648718", - "shop=car_parts", - { - "or": [ - "brand=FTZ", - "brand:wikidata=Q120058589", - "name=FTZ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ftz-29e157.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=GSF Car Parts", - "brand:wikidata=Q80963064", - "name=GSF Car Parts" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gsfcarparts-078f70.undefined" - }, { "if": { "and": [ @@ -168383,34 +130315,6 @@ }, "then": "./assets/data/nsi/logos/koiautoparts-bb9baa.baa" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Lada Dеталь", - "name=Lada Dеталь" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e07a01-a188f5.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Lecar Store", - "name=Lecar Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lecarstore-a188f5.undefined" - }, { "if": { "and": [ @@ -168561,20 +130465,6 @@ }, "then": "./assets/data/nsi/logos/sanelnapa-a1190a.png" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=StarLine", - "name=StarLine" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/starline-672e72.undefined" - }, { "if": { "and": [ @@ -168606,21 +130496,6 @@ }, "then": "./assets/data/nsi/logos/thansen-c9a26e.jpg" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Tokić", - "brand:wikidata=Q125761127", - "name=Tokić" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokic-5b5de8.undefined" - }, { "if": { "and": [ @@ -168652,130 +130527,6 @@ }, "then": "./assets/data/nsi/logos/xlparts-bb9baa.baa" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Авто1", - "name=Авто1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/224cf6-59fdca.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Автомаркет", - "name=Автомаркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/91bc86-4d2c56.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Автомиг", - "name=Автомиг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2f7b71-a188f5.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Автомотив", - "name=Автомотив", - "name:en=Avtomotiv", - "name:ru=Автомотив" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avtomotiv-a188f5.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Армтек", - "brand:en=Armtek", - "brand:ru=Армтек", - "name=Армтек", - "name:en=Armtek", - "name:ru=Армтек" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/armtek-d9332c.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Армтэк", - "brand:be=Армтэк", - "brand:en=Armtek", - "brand:ru=Армтек", - "name=Армтэк", - "name:be=Армтэк", - "name:en=Armtek", - "name:ru=Армтек" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/armtek-59fdca.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Би-Би", - "name=Би-Би" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/55d7a6-a188f5.undefined" - }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=Колесо.ру", - "name=Колесо.ру" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/37b991-a188f5.undefined" - }, { "if": { "and": [ @@ -168795,25 +130546,6 @@ }, "then": "./assets/data/nsi/logos/upgarage-e779db.png" }, - { - "if": { - "and": [ - "shop=car_parts", - { - "or": [ - "brand=イエローハット", - "brand:en=Yellow Hat", - "brand:ja=イエローハット", - "brand:wikidata=Q11285915", - "name=イエローハット", - "name:en=Yellow Hat", - "name:ja=イエローハット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yellowhat-e779db.undefined" - }, { "if": { "and": [ @@ -169055,21 +130787,6 @@ }, "then": "./assets/data/nsi/logos/autopartner-25491b.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=AUTOPRIMO", - "brand:wikidata=Q117610578", - "name=AUTOPRIMO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/autoprimo-46d04a.undefined" - }, { "if": { "and": [ @@ -169101,20 +130818,6 @@ }, "then": "./assets/data/nsi/logos/avatacar-46d04a.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Bengkel", - "name=Bengkel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bengkel-3b2bdc.undefined" - }, { "if": { "and": [ @@ -169298,21 +131001,6 @@ }, "then": "./assets/data/nsi/logos/cockpit-fdc83e.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Confortauto", - "brand:wikidata=Q126181267", - "name=Confortauto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/confortauto-324afc.undefined" - }, { "if": { "and": [ @@ -169389,22 +131077,6 @@ }, "then": "./assets/data/nsi/logos/eleclerc-98e3a2.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Eneos Frontier", - "brand:wikidata=Q11197713", - "name:en=Eneos Frontier", - "name:ja=ENEOSフロンティア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneosfrontier-aba9fa.undefined" - }, { "if": { "and": [ @@ -169481,21 +131153,6 @@ }, "then": "./assets/data/nsi/logos/firststop-dc8719.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Fit Service", - "brand:wikidata=Q129632037", - "name=Fit Service" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fitservice-b8cc5f.undefined" - }, { "if": { "and": [ @@ -169728,22 +131385,6 @@ }, "then": "./assets/data/nsi/logos/maaco-3fdb50.jpg" }, - { - "if": { - "and": [ - "service:vehicle:oil_change=yes", - "shop=car_repair", - { - "or": [ - "brand=mac OIL", - "brand:wikidata=Q107699834", - "name=mac OIL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macoil-c95f1a.undefined" - }, { "if": { "and": [ @@ -169790,22 +131431,6 @@ }, "then": "./assets/data/nsi/logos/mekonomen-7de64b.jpg" }, - { - "if": { - "and": [ - "official_name=Merchant's Tire and Auto", - "shop=car_repair", - { - "or": [ - "brand=Merchant's", - "brand:wikidata=Q6818350", - "name=Merchant's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merchants-878d90.undefined" - }, { "if": { "and": [ @@ -170051,20 +131676,6 @@ }, "then": "./assets/data/nsi/logos/oamtc-d1144d.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Oficina", - "name=Oficina" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oficina-3dbfde.undefined" - }, { "if": { "and": [ @@ -170172,21 +131783,6 @@ }, "then": "./assets/data/nsi/logos/precisiontuneautocare-878d90.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Précisium", - "brand:wikidata=Q117604969", - "name=Précisium" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/precisium-46d04a.undefined" - }, { "if": { "and": [ @@ -170310,22 +131906,6 @@ }, "then": "./assets/data/nsi/logos/searsautocenter-0c0c7e.jpg" }, - { - "if": { - "and": [ - "service:vehicle:body_repair=yes", - "shop=car_repair", - { - "or": [ - "brand=Service King", - "brand:wikidata=Q7455694", - "name=Service King" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/serviceking-878d90.undefined" - }, { "if": { "and": [ @@ -170527,21 +132107,6 @@ }, "then": "./assets/data/nsi/logos/tuffy-878d90.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Ultra Tune", - "brand:wikidata=Q29025649", - "name=Ultra Tune" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ultratune-c3960a.undefined" - }, { "if": { "and": [ @@ -170667,92 +132232,6 @@ }, "then": "./assets/data/nsi/logos/wintecautoglas-c95f1a.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Автопилот", - "name=Автопилот" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5c641b-b8cc5f.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Вилгуд", - "name=Вилгуд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d692e0-b8cc5f.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Грузовой шиномонтаж", - "name=Грузовой шиномонтаж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/69dc1e-18025f.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=ЕвроАвто", - "name=ЕвроАвто" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0fba71-b8cc5f.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Колесо", - "name=Колесо", - "name:en=Koleso", - "name:ru=Колесо" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koleso-b8cc5f.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Маслофф", - "name=Маслофф" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/729e71-b8cc5f.undefined" - }, { "if": { "and": [ @@ -170791,44 +132270,6 @@ }, "then": "./assets/data/nsi/logos/carconvenienceclub-aba9fa.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=小拇指", - "brand:en=SUREMOOV", - "brand:wikidata=Q108179026", - "brand:zh=小拇指", - "name=小拇指", - "name:en=SUREMOOV", - "name:zh=小拇指" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suremoov-98f9a6.undefined" - }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=歐特耐養護中心", - "brand:en=Ottoline", - "brand:wikidata=Q126368557", - "brand:zh=歐特耐養護中心", - "name=歐特耐養護中心", - "name:en=Ottoline", - "name:zh=歐特耐養護中心" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ottoline-2dd56c.undefined" - }, { "if": { "and": [ @@ -171129,20 +132570,6 @@ }, "then": "./assets/data/nsi/logos/daihatsu-eeda26.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Distinxion", - "name=Distinxion" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/distinxion-46d04a.undefined" - }, { "if": { "and": [ @@ -171158,20 +132585,6 @@ }, "then": "./assets/data/nsi/logos/dodge-dc8719.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Ewigo", - "name=Ewigo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewigo-46d04a.undefined" - }, { "if": { "and": [ @@ -172082,21 +133495,6 @@ }, "then": "./assets/data/nsi/logos/suzuki-aa6899.jpg" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=Sytner Select", - "brand:wikidata=Q109308461", - "name=Sytner Select" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sytnerselect-3b6d68.undefined" - }, { "if": { "and": [ @@ -172255,24 +133653,6 @@ }, "then": "./assets/data/nsi/logos/gulliver-aba9fa.png" }, - { - "if": { - "and": [ - "shop=car_repair", - { - "or": [ - "brand=スズキアリーナ", - "brand:en=Suzuki Arena", - "brand:ja=スズキアリーナ", - "name=スズキアリーナ", - "name:en=Suzuki Arena", - "name:ja=スズキアリーナ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suzukiarena-aba9fa.undefined" - }, { "if": { "and": [ @@ -172895,25 +134275,6 @@ }, "then": "./assets/data/nsi/logos/havenshospices-a8aae6.jpg" }, - { - "if": { - "and": [ - "clothes=yes", - "second_hand=only", - "shop=charity", - { - "or": [ - "brand=Henry Laden", - "brand:wikidata=Q123360680", - "name=Henry Laden", - "operator=Österreichisches Rotes Kreuz", - "operator:wikidata=Q168276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/henryladen-9c2239.undefined" - }, { "if": { "and": [ @@ -173399,20 +134760,6 @@ }, "then": "./assets/data/nsi/logos/101drogerie-a99570.png" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=7 Дней", - "name=7 Дней" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/023389-2141a5.undefined" - }, { "if": { "and": [ @@ -173685,21 +135032,6 @@ }, "then": "./assets/data/nsi/logos/goodneighborpharmacy-437f3b.png" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=HB1", - "brand:wikidata=Q120350751", - "name=HB1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hb1-23b697.undefined" - }, { "if": { "and": [ @@ -173762,20 +135094,6 @@ }, "then": "./assets/data/nsi/logos/lilly-2aefd6.jpg" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=Liquimax", - "name=Liquimax" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liquimax-a85ca8.undefined" - }, { "if": { "and": [ @@ -173824,20 +135142,6 @@ }, "then": "./assets/data/nsi/logos/muller-ca019f.jpg" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=Natura", - "name=Natura" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/natura-650b49.undefined" - }, { "if": { "and": [ @@ -174138,20 +135442,6 @@ }, "then": "./assets/data/nsi/logos/mila-133d36.jpg" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=Новэкс", - "name=Новэкс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4da500-2141a5.undefined" - }, { "if": { "and": [ @@ -174173,20 +135463,6 @@ }, "then": "./assets/data/nsi/logos/ostrovchistoty-133d36.jpg" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=Рубль Бум", - "name=Рубль Бум" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6390b4-2141a5.undefined" - }, { "if": { "and": [ @@ -174226,43 +135502,6 @@ }, "then": "./assets/data/nsi/logos/cleanhouse-ab5407.jpg" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=コスモス", - "brand:ja=コスモス", - "brand:wikidata=Q11302127", - "name=コスモス", - "name:ja=コスモス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ca9ccd-a211ef.undefined" - }, - { - "if": { - "and": [ - "healthcare=pharmacy", - "shop=chemist", - { - "or": [ - "brand=スギ薬局", - "brand:en=Sugi Pharmacy", - "brand:ja=スギ薬局", - "brand:wikidata=Q11311460", - "name=スギ薬局", - "name:en=Sugi Pharmacy", - "name:ja=スギ薬局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sugipharmacy-a211ef.undefined" - }, { "if": { "and": [ @@ -174284,25 +135523,6 @@ }, "then": "./assets/data/nsi/logos/mannings-c26faa.faa" }, - { - "if": { - "and": [ - "shop=chemist", - { - "or": [ - "brand=寶雅", - "brand:en=POYA", - "brand:wikidata=Q15927734", - "brand:zh=寶雅", - "name=寶雅", - "name:en=POYA", - "name:zh=寶雅" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poya-ff929b.undefined" - }, { "if": { "and": [ @@ -175127,20 +136347,6 @@ }, "then": "./assets/data/nsi/logos/altardstate-0a21d9.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Amazing red", - "name=Amazing red" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazingred-7b6907.undefined" - }, { "if": { "and": [ @@ -175188,20 +136394,6 @@ }, "then": "./assets/data/nsi/logos/americanvintage-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=An Phước", - "name=An Phước" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anphuoc-099fcb.undefined" - }, { "if": { "and": [ @@ -175329,24 +136521,6 @@ }, "then": "./assets/data/nsi/logos/antonelle-90f7b7.jpg" }, - { - "if": { - "and": [ - "clothes=men", - "shop=clothes", - { - "or": [ - "brand=AOKI", - "brand:wikidata=Q11189480", - "name=AOKI", - "name:en=AOKI", - "name:ja=アオキ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aoki-85f881.undefined" - }, { "if": { "and": [ @@ -175742,20 +136916,6 @@ }, "then": "./assets/data/nsi/logos/befree-7b6907.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Bel&Bo", - "name=Bel&Bo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belandbo-b561cd.undefined" - }, { "if": { "and": [ @@ -175878,21 +137038,6 @@ }, "then": "./assets/data/nsi/logos/bettybarclay-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Biba", - "brand:wikidata=Q4902942", - "name=Biba" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biba-f8e8b1.undefined" - }, { "if": { "and": [ @@ -176094,21 +137239,6 @@ }, "then": "./assets/data/nsi/logos/bluenotes-9e1367.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Boathouse", - "brand:wikidata=Q123409924", - "name=Boathouse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boathouse-9e1367.undefined" - }, { "if": { "and": [ @@ -176125,21 +137255,6 @@ }, "then": "./assets/data/nsi/logos/bobsstores-acc69c.svg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Boboli", - "brand:wikidata=Q39073733", - "name=Bóboli" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boboli-9e078d.undefined" - }, { "if": { "and": [ @@ -176547,20 +137662,6 @@ }, "then": "./assets/data/nsi/logos/brooksfield-373ae7.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Brother 2 Brother", - "name=Brother 2 Brother" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brother2brother-2df354.undefined" - }, { "if": { "and": [ @@ -176854,20 +137955,6 @@ }, "then": "./assets/data/nsi/logos/camaieu-1cb4e7.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Camicissima", - "name=Camicissima" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camicissima-d72191.undefined" - }, { "if": { "and": [ @@ -176883,20 +137970,6 @@ }, "then": "./assets/data/nsi/logos/camisariacolombo-c7d1e1.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Camomilla", - "name=Camomilla" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camomilla-d72191.undefined" - }, { "if": { "and": [ @@ -177036,20 +138109,6 @@ }, "then": "./assets/data/nsi/logos/carters-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Carter's OshKosh", - "name=Carter's OshKosh" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cartersoshkosh-9e1367.undefined" - }, { "if": { "and": [ @@ -177101,23 +138160,6 @@ }, "then": "./assets/data/nsi/logos/catimini-3937bd.jpg" }, - { - "if": { - "and": [ - "clothes=women", - "official_name=Cato Fashions", - "shop=clothes", - { - "or": [ - "brand=Cato", - "brand:wikidata=Q16956136", - "name=Cato" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cato-0a21d9.undefined" - }, { "if": { "and": [ @@ -177195,20 +138237,6 @@ }, "then": "./assets/data/nsi/logos/chanel-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Change Lingerie", - "name=Change Lingerie" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/changelingerie-00a7af.undefined" - }, { "if": { "and": [ @@ -177240,20 +138268,6 @@ }, "then": "./assets/data/nsi/logos/charlotterusse-0a21d9.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Charuel", - "name=Charuel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/charuel-fddf70.undefined" - }, { "if": { "and": [ @@ -177391,21 +138405,6 @@ }, "then": "./assets/data/nsi/logos/citybeach-392c8b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=City Chic", - "brand:wikidata=Q123383442", - "name=City Chic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citychic-2bb477.undefined" - }, { "if": { "and": [ @@ -177761,22 +138760,6 @@ }, "then": "./assets/data/nsi/logos/cottonon-3937bd.png" }, - { - "if": { - "and": [ - "clothes=children", - "shop=clothes", - { - "or": [ - "brand=Cotton On Kids", - "brand:wikidata=Q113961498", - "name=Cotton On Kids" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cottononkids-3937bd.undefined" - }, { "if": { "and": [ @@ -177823,20 +138806,6 @@ }, "then": "./assets/data/nsi/logos/cropp-f09482.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Cửa Hàng Thời Trang An Phước", - "name=Cửa Hàng Thời Trang An Phước" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuahangthoitranganphuoc-099fcb.undefined" - }, { "if": { "and": [ @@ -177992,22 +138961,6 @@ }, "then": "./assets/data/nsi/logos/davidsbridal-0615dc.jpg" }, - { - "if": { - "and": [ - "clothes=men", - "shop=clothes", - { - "or": [ - "brand=De Fursac", - "brand:wikidata=Q22248311", - "name=De Fursac" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/defursac-819815.undefined" - }, { "if": { "and": [ @@ -178087,21 +139040,6 @@ }, "then": "./assets/data/nsi/logos/despetitshauts-90f7b7.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Desa", - "brand:wikidata=Q17513880", - "name=Desa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desa-529415.undefined" - }, { "if": { "and": [ @@ -178163,20 +139101,6 @@ }, "then": "./assets/data/nsi/logos/devred-7d7aaa.aaa" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Didi", - "name=Didi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/didi-5eeeb4.undefined" - }, { "if": { "and": [ @@ -178239,22 +139163,6 @@ }, "then": "./assets/data/nsi/logos/discoveryclothingcompany-0a21d9.png" }, - { - "if": { - "and": [ - "clothes=outdoor", - "shop=clothes", - { - "or": [ - "brand=Discovery Expedition", - "brand:wikidata=Q26286443", - "name=Discovery Expedition" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/discoveryexpedition-d098b5.undefined" - }, { "if": { "and": [ @@ -178376,20 +139284,6 @@ }, "then": "./assets/data/nsi/logos/dotti-392c8b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Dream Sport", - "name=Dream Sport" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dreamsport-e991b5.undefined" - }, { "if": { "and": [ @@ -178452,20 +139346,6 @@ }, "then": "./assets/data/nsi/logos/dupareilaumeme-3937bd.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Dub", - "name=Dub" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dub-7b6907.undefined" - }, { "if": { "and": [ @@ -178609,20 +139489,6 @@ }, "then": "./assets/data/nsi/logos/economclass-e79eb2.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Ecru", - "name=Ecru" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecru-7b6907.undefined" - }, { "if": { "and": [ @@ -179201,21 +140067,6 @@ }, "then": "./assets/data/nsi/logos/falke-d93616.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Familia", - "brand:wikidata=Q127514809", - "name=Familia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/familia-7b6907.undefined" - }, { "if": { "and": [ @@ -179323,21 +140174,6 @@ }, "then": "./assets/data/nsi/logos/fiorellarubino-d72191.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Flannels", - "brand:wikidata=Q18160381", - "name=Flannels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flannels-7b1694.undefined" - }, { "if": { "and": [ @@ -179699,21 +140535,6 @@ }, "then": "./assets/data/nsi/logos/gemo-7bebe2.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=General Pants Co.", - "brand:wikidata=Q5532086", - "name=General Pants Co." - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generalpantsco-392c8b.undefined" - }, { "if": { "and": [ @@ -179744,22 +140565,6 @@ }, "then": "./assets/data/nsi/logos/georgerichards-9e1367.jpg" }, - { - "if": { - "and": [ - "clothes=women", - "shop=clothes", - { - "or": [ - "brand=Georges Rech", - "brand:wikidata=Q21008424", - "name=Georges Rech" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgesrech-90f7b7.undefined" - }, { "if": { "and": [ @@ -179899,21 +140704,6 @@ }, "then": "./assets/data/nsi/logos/globo-8f2dbd.dbd" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Globus", - "brand:wikidata=Q5571109", - "name=Globus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/globus-f8e8b1.undefined" - }, { "if": { "and": [ @@ -179945,23 +140735,6 @@ }, "then": "./assets/data/nsi/logos/goldenpoint-d72191.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Golf & Co", - "brand:wikidata=Q97794410", - "name=Golf & Co", - "name:en=Golf & Co", - "name:he=גולף אנד קו" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/golfandco-e991b5.undefined" - }, { "if": { "and": [ @@ -180258,20 +141031,6 @@ }, "then": "./assets/data/nsi/logos/hellyhansen-3937bd.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Henderson", - "name=Henderson" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/henderson-7b6907.undefined" - }, { "if": { "and": [ @@ -180617,35 +141376,6 @@ }, "then": "./assets/data/nsi/logos/industrie-392c8b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Inside", - "name=Inside" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inside-b8ad70.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=International Clothiers", - "brand:wikidata=Q112966585", - "name=International Clothiers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/internationalclothiers-9e1367.undefined" - }, { "if": { "and": [ @@ -180927,22 +141657,6 @@ }, "then": "./assets/data/nsi/logos/jeansfritz-74806d.jpg" }, - { - "if": { - "and": [ - "clothes=denim", - "shop=clothes", - { - "or": [ - "brand=Jeanswest", - "brand:wikidata=Q6172434", - "name=Jeanswest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jeanswest-2bb477.undefined" - }, { "if": { "and": [ @@ -181223,35 +141937,6 @@ }, "then": "./assets/data/nsi/logos/kando-daa173.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Kanzler", - "name=Kanzler" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kanzler-102c33.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Kaporal", - "brand:wikidata=Q125660181", - "name=Kaporal" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaporal-26f5aa.undefined" - }, { "if": { "and": [ @@ -182084,21 +142769,6 @@ }, "then": "./assets/data/nsi/logos/louiscopelandandsons-b30dbb.dbb" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Louis Philippe", - "brand:wikidata=Q18350510", - "name=Louis Philippe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/louisphilippe-f8e8b1.undefined" - }, { "if": { "and": [ @@ -182271,20 +142941,6 @@ }, "then": "./assets/data/nsi/logos/mandco-7b1694.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Maag", - "name=Maag" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maag-7b6907.undefined" - }, { "if": { "and": [ @@ -182378,20 +143034,6 @@ }, "then": "./assets/data/nsi/logos/malwee-c7d1e1.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Mana", - "name=Mana" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mana-c5c387.undefined" - }, { "if": { "and": [ @@ -182605,20 +143247,6 @@ }, "then": "./assets/data/nsi/logos/markham-b23c0b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=marmalato", - "name=marmalato" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marmalato-7b6907.undefined" - }, { "if": { "and": [ @@ -182937,34 +143565,6 @@ }, "then": "./assets/data/nsi/logos/millers-392c8b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Mim", - "name=Mim" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mim-42f458.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Minimax", - "name=Minimax" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minimax-e4d922.undefined" - }, { "if": { "and": [ @@ -183059,20 +143659,6 @@ }, "then": "./assets/data/nsi/logos/modeparkrother-96f120.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Modis", - "name=Modis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modis-7b6907.undefined" - }, { "if": { "and": [ @@ -183305,22 +143891,6 @@ }, "then": "./assets/data/nsi/logos/mrprice-445d46.jpg" }, - { - "if": { - "and": [ - "clothes=sports", - "shop=clothes", - { - "or": [ - "brand=Mr Price Sport", - "brand:wikidata=Q129561262", - "name=Mr Price Sport" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mrpricesport-445d46.undefined" - }, { "if": { "and": [ @@ -183609,26 +144179,6 @@ }, "then": "./assets/data/nsi/logos/nikewellcollective-3937bd.jpg" }, - { - "if": { - "and": [ - "clothes=men;women", - "shop=clothes", - { - "or": [ - "brand=niko and ...", - "brand:en=niko and ...", - "brand:ja=ニコアンド", - "brand:wikidata=Q11236730", - "name=niko and ...", - "name:en=niko and ...", - "name:ja=ニコアンド" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nikoand-7d79a3.undefined" - }, { "if": { "and": [ @@ -183752,20 +144302,6 @@ }, "then": "./assets/data/nsi/logos/nuvolari-d72191.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=O'Hara", - "name=O'Hara" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ohara-7b6907.undefined" - }, { "if": { "and": [ @@ -183841,22 +144377,6 @@ }, "then": "./assets/data/nsi/logos/oliverbonas-7b1694.jpg" }, - { - "if": { - "and": [ - "clothes=women;men", - "shop=clothes", - { - "or": [ - "brand=Oliver Grant", - "brand:wikidata=Q104717450", - "name=Oliver Grant" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olivergrant-9da203.undefined" - }, { "if": { "and": [ @@ -183904,21 +144424,6 @@ }, "then": "./assets/data/nsi/logos/olympandhades-74806d.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Olympia", - "brand:wikidata=Q16667989", - "name=Olympia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olympia-90f7b7.undefined" - }, { "if": { "and": [ @@ -183980,21 +144485,6 @@ }, "then": "./assets/data/nsi/logos/oodji-7b6907.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Optima", - "brand:wikidata=Q113207925", - "name=Optima" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optima-c4029f.undefined" - }, { "if": { "and": [ @@ -184276,22 +144766,6 @@ }, "then": "./assets/data/nsi/logos/paulsmith-3937bd.jpg" }, - { - "if": { - "and": [ - "clothes=men;women", - "shop=clothes", - { - "or": [ - "brand=Peaceminusone", - "brand:wikidata=Q110269085", - "name=Peaceminusone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peaceminusone-d098b5.undefined" - }, { "if": { "and": [ @@ -184568,21 +145042,6 @@ }, "then": "./assets/data/nsi/logos/phaseeight-9ea1fe.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Phildar", - "brand:wikidata=Q3378886", - "name=Phildar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/phildar-90f7b7.undefined" - }, { "if": { "and": [ @@ -184598,21 +145057,6 @@ }, "then": "./assets/data/nsi/logos/piazzaitalia-d72191.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Pick n Pay Clothing", - "brand:wikidata=Q122964352", - "name=Pick n Pay Clothing" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/picknpayclothing-d8fa37.undefined" - }, { "if": { "and": [ @@ -184628,20 +145072,6 @@ }, "then": "./assets/data/nsi/logos/pierrecardin-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Pillin", - "name=Pillin" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pillin-01213f.undefined" - }, { "if": { "and": [ @@ -184753,21 +145183,6 @@ }, "then": "./assets/data/nsi/logos/pmelegend-5eeeb4.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Polarn O. Pyret", - "brand:wikidata=Q10635978", - "name=Polarn O. Pyret" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polarnopyret-0779c3.undefined" - }, { "if": { "and": [ @@ -185193,20 +145608,6 @@ }, "then": "./assets/data/nsi/logos/relayjeans-bd328b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Reliance Trends", - "name=Reliance Trends" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reliancetrends-f8e8b1.undefined" - }, { "if": { "and": [ @@ -185694,20 +146095,6 @@ }, "then": "./assets/data/nsi/logos/sarar-86c702.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Savage", - "name=Savage" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/savage-887b0b.undefined" - }, { "if": { "and": [ @@ -185986,22 +146373,6 @@ }, "then": "./assets/data/nsi/logos/sigikid-74806d.jpg" }, - { - "if": { - "and": [ - "clothes=women", - "shop=clothes", - { - "or": [ - "brand=Sinéquanone", - "brand:wikidata=Q3485094", - "name=Sinéquanone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sinequanone-f2b18a.undefined" - }, { "if": { "and": [ @@ -186079,36 +146450,6 @@ }, "then": "./assets/data/nsi/logos/smuggler-90f7b7.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=SneakerBox", - "name=SneakerBox" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sneakerbox-7b6907.undefined" - }, - { - "if": { - "and": [ - "clothes=women", - "shop=clothes", - { - "or": [ - "brand=Soeur", - "brand:wikidata=Q104232980", - "name=Soeur" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soeur-928473.undefined" - }, { "if": { "and": [ @@ -186346,20 +146687,6 @@ }, "then": "./assets/data/nsi/logos/stellamccartney-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Steps", - "name=Steps" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steps-91c4cd.undefined" - }, { "if": { "and": [ @@ -186375,22 +146702,6 @@ }, "then": "./assets/data/nsi/logos/stitches-9e1367.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Story", - "name=Story", - "name:en=Story", - "name:he=סטורי" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/story-e991b5.undefined" - }, { "if": { "and": [ @@ -186407,20 +146718,6 @@ }, "then": "./assets/data/nsi/logos/stradivarius-3937bd.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Street Beat", - "name=Street Beat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/streetbeat-7b6907.undefined" - }, { "if": { "and": [ @@ -186451,21 +146748,6 @@ }, "then": "./assets/data/nsi/logos/studio88-40af4d.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Style", - "brand:wikidata=Q130350929", - "name=Style" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/style-1a591e.undefined" - }, { "if": { "and": [ @@ -186513,22 +146795,6 @@ }, "then": "./assets/data/nsi/logos/sudexpress-4a3e29.jpg" }, - { - "if": { - "and": [ - "clothes=women", - "shop=clothes", - { - "or": [ - "brand=Sugar", - "brand:wikidata=Q105280908", - "name=Sugar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sugar-90f7b7.undefined" - }, { "if": { "and": [ @@ -186591,21 +146857,6 @@ }, "then": "./assets/data/nsi/logos/supre-392c8b.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Sussan", - "brand:wikidata=Q28184460", - "name=Sussan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sussan-392c8b.undefined" - }, { "if": { "and": [ @@ -186716,22 +146967,6 @@ }, "then": "./assets/data/nsi/logos/tallyweijl-3937bd.jpg" }, - { - "if": { - "and": [ - "clothes=workwear", - "shop=clothes", - { - "or": [ - "brand=Tamrex", - "name=Tamrex", - "operator=SIA Tamrex" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamrex-6c0c6e.undefined" - }, { "if": { "and": [ @@ -186996,37 +147231,6 @@ }, "then": "./assets/data/nsi/logos/thestone-91c4cd.jpg" }, - { - "if": { - "and": [ - "second_hand=only", - "shop=clothes", - { - "or": [ - "brand=The Vintage Store", - "brand:wikidata=Q111912210", - "name=The Vintage Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thevintagestore-2df354.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=The Webster", - "brand:wikidata=Q21178938", - "name=The Webster" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thewebster-0615dc.undefined" - }, { "if": { "and": [ @@ -187249,26 +147453,6 @@ }, "then": "./assets/data/nsi/logos/topsport-82a2eb.jpg" }, - { - "if": { - "and": [ - "clothes=children;men;women", - "shop=clothes", - { - "or": [ - "brand=Topten", - "brand:en=Topten", - "brand:ko=탑텐", - "brand:wikidata=Q42303266", - "name=Topten", - "name:en=Topten", - "name:ko=탑텐" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topten-d098b5.undefined" - }, { "if": { "and": [ @@ -187300,23 +147484,6 @@ }, "then": "./assets/data/nsi/logos/toryburch-0a21d9.jpg" }, - { - "if": { - "and": [ - "clothes=workwear", - "shop=clothes", - "short_name=TWW", - { - "or": [ - "brand=Totally Workwear", - "brand:wikidata=Q119247989", - "name=Totally Workwear" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totallyworkwear-392c8b.undefined" - }, { "if": { "and": [ @@ -187440,36 +147607,6 @@ }, "then": "./assets/data/nsi/logos/truworths-bd328b.jpg" }, - { - "if": { - "and": [ - "clothes=women;men", - "shop=clothes", - { - "or": [ - "brand=Twentyfourseven", - "name=Twentyfourseven" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/twentyfourseven-e991b5.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Twilfit", - "brand:wikidata=Q49101045", - "name=Twilfit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/twilfit-0779c3.undefined" - }, { "if": { "and": [ @@ -187901,20 +148038,6 @@ }, "then": "./assets/data/nsi/logos/vertiche-c4029f.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Vib's", - "name=Vib's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vibs-4a3e29.undefined" - }, { "if": { "and": [ @@ -188581,22 +148704,6 @@ }, "then": "./assets/data/nsi/logos/yamamay-8f2dbd.dbd" }, - { - "if": { - "and": [ - "clothes=women", - "shop=clothes", - { - "or": [ - "brand=Yanga", - "name=Yanga", - "name:en=Yanga" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yanga-e991b5.undefined" - }, { "if": { "and": [ @@ -188646,21 +148753,6 @@ }, "then": "./assets/data/nsi/logos/yoursclothing-811b8c.jpg" }, - { - "if": { - "and": [ - "clothes=babies;children", - "shop=clothes", - { - "or": [ - "brand=Z", - "name=Z" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/z-90f7b7.undefined" - }, { "if": { "and": [ @@ -188707,20 +148799,6 @@ }, "then": "./assets/data/nsi/logos/zarina-54fe8d.png" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=ZEB", - "name=ZEB" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zeb-4b0b1d.undefined" - }, { "if": { "and": [ @@ -188751,22 +148829,6 @@ }, "then": "./assets/data/nsi/logos/zeeman-906b75.jpg" }, - { - "if": { - "and": [ - "clothes=children;men;women", - "shop=clothes", - { - "or": [ - "brand=Zellbury", - "brand:wikidata=Q85171530", - "name=Zellbury" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zellbury-1a45bc.undefined" - }, { "if": { "and": [ @@ -188845,49 +148907,6 @@ }, "then": "./assets/data/nsi/logos/zizzi-ef6c41.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Zolla", - "name=Zolla" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zolla-7b6907.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Zudio", - "brand:wikidata=Q123375926", - "name=Zudio" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zudio-f8e8b1.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Zuiki", - "name=Zuiki" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zuiki-d72191.undefined" - }, { "if": { "and": [ @@ -188903,67 +148922,6 @@ }, "then": "./assets/data/nsi/logos/zumiez-0615dc.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Восток-Сервис", - "name=Восток-Сервис" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/589e34-7b6907.undefined" - }, - { - "if": { - "and": [ - "clothes=underwear", - "shop=clothes", - { - "or": [ - "brand=Дефиле", - "brand:en=Defile", - "brand:ru=Дефиле", - "name=Дефиле", - "name:en=Defile", - "name:ru=Дефиле" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/defile-7b6907.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Ивановский трикотаж", - "name=Ивановский трикотаж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/595f0d-7b6907.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Кыштымский трикотаж", - "name=Кыштымский трикотаж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/06d052-7b6907.undefined" - }, { "if": { "and": [ @@ -188979,34 +148937,6 @@ }, "then": "./assets/data/nsi/logos/183cfe-d0a189.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Мегахенд", - "name=Мегахенд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4ffff5-887b0b.undefined" - }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Московская ярмарка", - "name=Московская ярмарка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee81af-7b6907.undefined" - }, { "if": { "and": [ @@ -189022,20 +148952,6 @@ }, "then": "./assets/data/nsi/logos/d48ea9-d0a189.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Планета", - "name=Планета" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cffad2-7b6907.undefined" - }, { "if": { "and": [ @@ -189057,20 +148973,6 @@ }, "then": "./assets/data/nsi/logos/svitanak-e4d922.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Смешные цены", - "name=Смешные цены" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77a693-102c33.undefined" - }, { "if": { "and": [ @@ -189088,20 +148990,6 @@ }, "then": "./assets/data/nsi/logos/snezhnayakoroleva-102c33.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Сударь", - "name=Сударь" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6bfc79-7b6907.undefined" - }, { "if": { "and": [ @@ -189121,20 +149009,6 @@ }, "then": "./assets/data/nsi/logos/tvoe-1c3486.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=Франческо Маркони", - "name=Франческо Маркони" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd4f17-7b6907.undefined" - }, { "if": { "and": [ @@ -189311,25 +149185,6 @@ }, "then": "./assets/data/nsi/logos/shimamura-85f881.jpg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=シャンブル", - "brand:en=Chambre", - "brand:ja=シャンブル", - "brand:wikidata=Q113489480", - "name=シャンブル", - "name:en=Chambre", - "name:ja=シャンブル" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chambre-85f881.undefined" - }, { "if": { "and": [ @@ -189596,25 +149451,6 @@ }, "then": "./assets/data/nsi/logos/lining-33ce1a.svg" }, - { - "if": { - "and": [ - "shop=clothes", - { - "or": [ - "brand=波司登", - "brand:en=Bosideng", - "brand:wikidata=Q4947278", - "brand:zh=波司登", - "name=波司登", - "name:en=Bosideng", - "name:zh=波司登" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bosideng-88aa58.undefined" - }, { "if": { "and": [ @@ -189945,25 +149781,6 @@ }, "then": "./assets/data/nsi/logos/pbtech-57fd22.jpg" }, - { - "if": { - "and": [ - "shop=computer", - { - "or": [ - "brand=PCデポ", - "brand:en=PC Depot", - "brand:ja=PCデポ", - "brand:wikidata=Q11331723", - "name=PCデポ", - "name:en=PC Depot", - "name:ja=PCデポ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pcdepot-8cc09d.undefined" - }, { "if": { "and": [ @@ -190013,82 +149830,6 @@ }, "then": "./assets/data/nsi/logos/applied-8cc09d.svg" }, - { - "if": { - "and": [ - "shop=computer", - { - "or": [ - "brand=イオシス", - "brand:en=IOSYS", - "brand:ja=イオシス", - "brand:wikidata=Q17988651", - "name=イオシス", - "name:en=IOSYS", - "name:ja=イオシス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iosys-8cc09d.undefined" - }, - { - "if": { - "and": [ - "shop=computer", - { - "or": [ - "brand=じゃんぱら", - "brand:en=Janpara", - "brand:ja=じゃんぱら", - "brand:wikidata=Q11306198", - "name=じゃんぱら", - "name:en=Janpara", - "name:ja=じゃんぱら" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/janpara-8cc09d.undefined" - }, - { - "if": { - "and": [ - "shop=computer", - { - "or": [ - "brand=ツクモ", - "brand:en=TSUKUMO", - "brand:ja=ツクモ", - "brand:wikidata=Q29793996", - "name=ツクモ", - "name:en=TSUKUMO", - "name:ja=ツクモ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsukumo-8cc09d.undefined" - }, - { - "if": { - "and": [ - "shop=computer", - { - "or": [ - "brand=ドスパラ", - "brand:en=Dospara", - "brand:ja=ドスパラ", - "brand:wikidata=Q11306200", - "name=ドスパラ", - "name:en=Dospara", - "name:ja=ドスパラ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dospara-8cc09d.undefined" - }, { "if": { "and": [ @@ -190190,36 +149931,6 @@ }, "then": "./assets/data/nsi/logos/bahlsenoutlet-2c21b2.svg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Bären-Treff", - "brand:wikidata=Q99510166", - "name=Bären-Treff" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentreff-b9e3ac.undefined" - }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Bärenland", - "brand:wikidata=Q99510395", - "name=Bärenland" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barenland-f63894.undefined" - }, { "if": { "and": [ @@ -190299,20 +150010,6 @@ }, "then": "./assets/data/nsi/logos/chateraise-c520ad.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=DeBeukelaer", - "name=DeBeukelaer Factory Outlet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/debeukelaerfactoryoutlet-2c21b2.undefined" - }, { "if": { "and": [ @@ -190449,21 +150146,6 @@ }, "then": "./assets/data/nsi/logos/jamin-2c00a5.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Kanti Sweets", - "brand:wikidata=Q124374180", - "name=Kanti Sweets" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kantisweets-abc6d4.undefined" - }, { "if": { "and": [ @@ -190495,20 +150177,6 @@ }, "then": "./assets/data/nsi/logos/kilwins-c4be02.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Kulikov", - "name=Kulikov" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kulikov-3f21b0.undefined" - }, { "if": { "and": [ @@ -190524,21 +150192,6 @@ }, "then": "./assets/data/nsi/logos/lolliandpops-c4be02.png" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=ODStore", - "brand:wikidata=Q130492509", - "name=ODStore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/odstore-9a8bed.undefined" - }, { "if": { "and": [ @@ -190586,20 +150239,6 @@ }, "then": "./assets/data/nsi/logos/roshen-84145b.svg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Safia", - "name=Safia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/safia-eb269c.undefined" - }, { "if": { "and": [ @@ -190630,21 +150269,6 @@ }, "then": "./assets/data/nsi/logos/sosweet-13e555.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Sri Krishna Sweets", - "brand:wikidata=Q7585868", - "name=Sri Krishna Sweets" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srikrishnasweets-abc6d4.undefined" - }, { "if": { "and": [ @@ -190660,20 +150284,6 @@ }, "then": "./assets/data/nsi/logos/storckweltoutlet-2c21b2.svg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=T. SN", - "name=T. SN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsn-32643e.undefined" - }, { "if": { "and": [ @@ -190704,20 +150314,6 @@ }, "then": "./assets/data/nsi/logos/viba-2c21b2.png" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Карамелька", - "name=Карамелька" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cf9c6a-caaf22.undefined" - }, { "if": { "and": [ @@ -190733,36 +150329,6 @@ }, "then": "./assets/data/nsi/logos/4742ac-ceb7f9.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Лакомка", - "name=Лакомка", - "name:en=Lakomka", - "name:ru=Лакомка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakomka-61c5bf.undefined" - }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Народный кондитер", - "name=Народный кондитер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/00218d-61c5bf.undefined" - }, { "if": { "and": [ @@ -190782,34 +150348,6 @@ }, "then": "./assets/data/nsi/logos/severmetropol-61c5bf.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Тәп-Тәтті", - "name=Тәп-Тәтті" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e10bbc-1f3aa5.undefined" - }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=Форне", - "name=Форне" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77990e-61c5bf.undefined" - }, { "if": { "and": [ @@ -190848,25 +150386,6 @@ }, "then": "./assets/data/nsi/logos/machioka-59ea1b.jpg" }, - { - "if": { - "and": [ - "shop=confectionery", - { - "or": [ - "brand=シェ・レカミエ", - "brand:en=Chez Récamier", - "brand:ja=シェ・レカミエ", - "brand:wikidata=Q117377562", - "name=シェ・レカミエ", - "name:en=Chez Récamier", - "name:ja=シェ・レカミエ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chezrecamier-59ea1b.undefined" - }, { "if": { "and": [ @@ -190939,21 +150458,6 @@ }, "then": "./assets/data/nsi/logos/1011-ead397.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=108 Shop", - "brand:wikidata=Q4546767", - "name=108 Shop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/108shop-f572b3.undefined" - }, { "if": { "and": [ @@ -191052,20 +150556,6 @@ }, "then": "./assets/data/nsi/logos/8ahuit-bf3eb4.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Abarrotes Lupita", - "name=Abarrotes Lupita" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abarroteslupita-9d5235.undefined" - }, { "if": { "and": [ @@ -191111,20 +150601,6 @@ }, "then": "./assets/data/nsi/logos/abc-95f41b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Admiral", - "name=Admiral" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/admiral-d554ea.undefined" - }, { "if": { "and": [ @@ -191325,27 +150801,6 @@ }, "then": "./assets/data/nsi/logos/alohaislandmart-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=אלונית", - "brand:en=Alonit", - "brand:he=אלונית", - "name=אלונית", - "name:en=Alonit", - "name:he=אלונית", - "operator=אלונית", - "operator:en=Alonit", - "operator:he=אלונית" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alonit-2f0294.undefined" - }, { "if": { "and": [ @@ -191440,21 +150895,6 @@ }, "then": "./assets/data/nsi/logos/ampm-4d6b4b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=APlus", - "brand:wikidata=Q4646934", - "name=APlus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aplus-f1e40b.undefined" - }, { "if": { "and": [ @@ -191746,21 +151186,6 @@ }, "then": "./assets/data/nsi/logos/bigapple-bdefe5.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Big Bee", - "brand:wikidata=Q123409887", - "name=Big Bee" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigbee-eea72f.undefined" - }, { "if": { "and": [ @@ -191795,66 +151220,6 @@ }, "then": "./assets/data/nsi/logos/bigcmini-f572b3.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Big Red Stores", - "brand:wikidata=Q109648675", - "name=Big Red" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bigred-087ec0.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Billa Now", - "brand:wikidata=Q117309582", - "name=Billa Now" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/billanow-d41f40.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Billa stop & shop", - "brand:wikidata=Q117309603", - "name=Billa stop & shop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/billastopandshop-704eff.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Billa Unterwegs", - "brand:wikidata=Q115555985", - "name=Billa Unterwegs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/billaunterwegs-d41f40.undefined" - }, { "if": { "and": [ @@ -191885,21 +151250,6 @@ }, "then": "./assets/data/nsi/logos/bodegaaurreraexpress-9d5235.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Bon App!", - "brand:wikidata=Q90153100", - "name=Bon App!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonapp-f6dc0a.undefined" - }, { "if": { "and": [ @@ -191915,21 +151265,6 @@ }, "then": "./assets/data/nsi/logos/bonisoir-eea72f.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Bonjour", - "brand:wikidata=Q110278299", - "name=Bonjour" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonjour-4d6b4b.undefined" - }, { "if": { "and": [ @@ -192110,21 +151445,6 @@ }, "then": "./assets/data/nsi/logos/carrefourexpress-4d6b4b.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Carrefour Montagne", - "brand:wikidata=Q2940193", - "name=Carrefour Montagne" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourmontagne-f6dc0a.undefined" - }, { "if": { "and": [ @@ -192343,21 +151663,6 @@ }, "then": "./assets/data/nsi/logos/citgo-f1e40b.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=CJ More", - "brand:wikidata=Q125874457", - "name=CJ More" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cjmore-f572b3.undefined" - }, { "if": { "and": [ @@ -192743,25 +152048,6 @@ }, "then": "./assets/data/nsi/logos/couchetard-eea72f.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=CP Freshmart", - "brand:en=CP Freshmart", - "brand:th=ซีพี เฟรชมาร์ท", - "brand:wikidata=Q125917787", - "name=CP Freshmart", - "name:en=CP Freshmart", - "name:th=ซีพี เฟรชมาร์ท" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cpfreshmart-f572b3.undefined" - }, { "if": { "and": [ @@ -192943,51 +152229,6 @@ }, "then": "./assets/data/nsi/logos/shopandgo-7c93c4.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Delikatesy Centrum", - "brand:wikidata=Q11693824", - "name=Delikatesy Centrum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delikatesycentrum-95f41b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Delikatesy Premium", - "brand:wikidata=Q120147483", - "name=Delikatesy Premium" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delikatesypremium-95f41b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Delikatesy Sezam", - "brand:wikidata=Q120173828", - "name=Delikatesy Sezam" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delikatesysezam-95f41b.undefined" - }, { "if": { "and": [ @@ -193033,123 +152274,6 @@ }, "then": "./assets/data/nsi/logos/diaandgo-dd9aae.aae" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Diona", - "brand:wikidata=Q125761272", - "name=Diona" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diona-5b00ff.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Direkten", - "brand:wikidata=Q105693281", - "name=Direkten" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direkten-f5adeb.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Douka", - "name=Douka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/douka-1c33c5.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=DriveCafe", - "name=DriveCafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drivecafe-3015fb.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Duchess", - "brand:wikidata=Q111698565", - "name=Duchess" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duchess-439b0d.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Duka", - "name=Duka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duka-1ca326.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=EG Australia", - "brand:wikidata=Q5023980", - "name=EG Australia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egaustralia-0b0ae9.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Ekomini", - "brand:wikidata=Q115534014", - "name=Ekomini" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ekomini-62eaab.undefined" - }, { "if": { "and": [ @@ -193195,34 +152319,6 @@ }, "then": "./assets/data/nsi/logos/enmarket-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Épi Service", - "name=Épi Service" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/episervice-f6dc0a.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Epicier بقال", - "name=Epicier بقال" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae0d0-b6e881.undefined" - }, { "if": { "and": [ @@ -193298,21 +152394,6 @@ }, "then": "./assets/data/nsi/logos/familyexpress-16b990.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Family Shopper", - "brand:wikidata=Q122731426", - "name=Family Shopper" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/familyshopper-232829.undefined" - }, { "if": { "and": [ @@ -193359,21 +152440,6 @@ }, "then": "./assets/data/nsi/logos/fastbreak-fa1eb4.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Fastrac Cafe", - "brand:wikidata=Q117324848", - "name=Fastrac Cafe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fastraccafe-f1e40b.undefined" - }, { "if": { "and": [ @@ -193464,39 +152530,6 @@ }, "then": "./assets/data/nsi/logos/freshcorner-f9f0e2.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Fresh Mart", - "brand:en=Fresh Mart", - "brand:th=เฟรชมาร์ท", - "brand:wikidata=Q5502984", - "name=Fresh Mart", - "name:en=Fresh Mart", - "name:th=เฟรชมาร์ท" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freshmart-f572b3.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Freshmart", - "name=Freshmart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freshmart-bb8a09.undefined" - }, { "if": { "and": [ @@ -193512,21 +152545,6 @@ }, "then": "./assets/data/nsi/logos/freshstop-75f4be.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Friendly Grocer", - "brand:wikidata=Q24190419", - "name=Friendly Grocer" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/friendlygrocer-0b0ae9.undefined" - }, { "if": { "and": [ @@ -193572,79 +152590,6 @@ }, "then": "./assets/data/nsi/logos/gala-cb4625.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Gama", - "name=Gama" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gama-95f41b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=GATE", - "brand:wikidata=Q5526991", - "name=GATE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gate-243e0e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Gavranović", - "name=Gavranović" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gavranovic-5b00ff.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=GetGo", - "brand:wikidata=Q5553766", - "name=GetGo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getgo-f1e40b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Go Local", - "brand:wikidata=Q120634011", - "name=Go Local" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/golocal-232829.undefined" - }, { "if": { "and": [ @@ -193678,21 +152623,6 @@ }, "then": "./assets/data/nsi/logos/gomex-3015fb.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Good 2 Go", - "brand:wikidata=Q109826132", - "name=Good 2 Go" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/good2go-f1e40b.undefined" - }, { "if": { "and": [ @@ -193723,36 +152653,6 @@ }, "then": "./assets/data/nsi/logos/gs25-f248a7.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Gulf Express", - "brand:wikidata=Q124073193", - "name=Gulf Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gulfexpress-f1e40b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Gutkauf", - "brand:wikidata=Q112253146", - "name=Gutkauf" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gutkauf-60c7fe.undefined" - }, { "if": { "and": [ @@ -193844,52 +152744,6 @@ }, "then": "./assets/data/nsi/logos/hruska-a7773e.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - "short_name=Huck's", - { - "or": [ - "brand=Huck's Food & Fuel", - "brand:wikidata=Q56276328", - "name=Huck's Food & Fuel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hucksfoodandfuel-f1e40b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Hudson", - "brand:wikidata=Q111534515", - "name=Hudson" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hudson-16ec4d.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Hursts", - "brand:wikidata=Q80975681", - "name=Hursts" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hursts-232829.undefined" - }, { "if": { "and": [ @@ -194051,20 +152905,6 @@ }, "then": "./assets/data/nsi/logos/irving-16ec4d.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=J&H Family Stores", - "name=J&H Family Stores" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jandhfamilystores-d554ea.undefined" - }, { "if": { "and": [ @@ -194220,20 +153060,6 @@ }, "then": "./assets/data/nsi/logos/keystoremore-232829.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Kirana Pasal", - "name=Kirana Pasal" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiranapasal-70535b.undefined" - }, { "if": { "and": [ @@ -194265,34 +153091,6 @@ }, "then": "./assets/data/nsi/logos/konzum-442b6e.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Koops", - "name=Koops" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koops-64a6c9.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Kropka", - "name=Kropka" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kropka-95f41b.undefined" - }, { "if": { "and": [ @@ -194308,23 +153106,6 @@ }, "then": "./assets/data/nsi/logos/kumandgo-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Kuups", - "brand:wikidata=Q113464694", - "name=Kuups", - "operator=Kuups Design International SL", - "operator:wikidata=Q113464694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kuups-dd9aae.undefined" - }, { "if": { "and": [ @@ -194461,21 +153242,6 @@ }, "then": "./assets/data/nsi/logos/lawson108-f572b3.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=le marché d'à côté", - "brand:wikidata=Q130165186", - "name=le marché d'à côté" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lemarchedacote-f6dc0a.undefined" - }, { "if": { "and": [ @@ -194581,36 +153347,6 @@ }, "then": "./assets/data/nsi/logos/londis-cb4625.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Londis", - "brand:wikidata=Q21008564", - "name=Londis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/londis-232829.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Lonia", - "brand:wikidata=Q125761235", - "name=Lonia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lonia-5b00ff.undefined" - }, { "if": { "and": [ @@ -194769,34 +153505,6 @@ }, "then": "./assets/data/nsi/logos/magnit-6b6bf4.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Magnum", - "name=Magnum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magnum-7ad3ae.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Maisto prekės", - "name=Maisto prekės" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maistoprekes-64a6c9.undefined" - }, { "if": { "and": [ @@ -194842,35 +153550,6 @@ }, "then": "./assets/data/nsi/logos/marathon-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Margherita Conad", - "brand:wikidata=Q126035555", - "name=Margherita Conad" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/margheritaconad-1aaf3e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Market \\ Xırdalan", - "name=Market \\ Xırdalan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marketxirdalan-ef7cdd.undefined" - }, { "if": { "and": [ @@ -194903,21 +153582,6 @@ }, "then": "./assets/data/nsi/logos/masymasbasic-849ea7.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Maveli Store", - "brand:wikidata=Q6794132", - "name=Maveli Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavelistore-bb430b.undefined" - }, { "if": { "and": [ @@ -194967,20 +153631,6 @@ }, "then": "./assets/data/nsi/logos/maxi-3015fb.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Maxikiosco", - "name=Maxikiosco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxikiosco-478c1f.undefined" - }, { "if": { "and": [ @@ -194996,21 +153646,6 @@ }, "then": "./assets/data/nsi/logos/maxol-0b7623.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=McColl's", - "brand:wikidata=Q16997477", - "name=McColl's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mccolls-232829.undefined" - }, { "if": { "and": [ @@ -195041,20 +153676,6 @@ }, "then": "./assets/data/nsi/logos/mercator-eb6d99.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Mesra", - "name=Mesra" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mesra-3e5671.undefined" - }, { "if": { "and": [ @@ -195070,20 +153691,6 @@ }, "then": "./assets/data/nsi/logos/metromart-7a43a8.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=METSS", - "name=METSS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metss-5b00ff.undefined" - }, { "if": { "and": [ @@ -195159,21 +153766,6 @@ }, "then": "./assets/data/nsi/logos/minimix-ba18ab.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=top!", - "brand:wikidata=Q20803907", - "name=Mini top!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minitop-401681.undefined" - }, { "if": { "and": [ @@ -195234,39 +153826,6 @@ }, "then": "./assets/data/nsi/logos/minitmart-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=miniピアゴ", - "brand:en=mini Piago", - "brand:ja=miniピアゴ", - "brand:wikidata=Q11188499", - "name=miniピアゴ", - "name:en=mini Piago", - "name:ja=miniピアゴ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minipiago-652b3e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Mlin i pekare", - "name=Mlin i pekare" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mlinipekare-5b00ff.undefined" - }, { "if": { "and": [ @@ -195282,21 +153841,6 @@ }, "then": "./assets/data/nsi/logos/mobilmart-4d6b4b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Môj obchod", - "brand:wikidata=Q126736496", - "name=Môj obchod" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mojobchod-2496a5.undefined" - }, { "if": { "and": [ @@ -195600,21 +154144,6 @@ }, "then": "./assets/data/nsi/logos/nousantigaspi-f6dc0a.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=NTL", - "brand:wikidata=Q6966095", - "name=NTL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntl-5b00ff.undefined" - }, { "if": { "and": [ @@ -195630,36 +154159,6 @@ }, "then": "./assets/data/nsi/logos/obamarket-ef7cdd.cdd" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Odido", - "brand:wikidata=Q106947294", - "name=Odido" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/odido-95f41b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=OK Express", - "brand:wikidata=Q116520407", - "name=OK Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okexpress-22d46f.undefined" - }, { "if": { "and": [ @@ -195675,21 +154174,6 @@ }, "then": "./assets/data/nsi/logos/okmarket-e95ed6.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Okay", - "brand:wikidata=Q2159701", - "name=Okay Compact" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okaycompact-425fa5.undefined" - }, { "if": { "and": [ @@ -195837,37 +154321,6 @@ }, "then": "./assets/data/nsi/logos/pamlocal-1aaf3e.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Panamericana", - "name=Panamericana" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panamericana-915f01.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Panier Sympa", - "brand:wikidata=Q118129533", - "name=Panier Sympa", - "operator=Codifrance", - "operator:wikidata=Q2981692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paniersympa-f6dc0a.undefined" - }, { "if": { "and": [ @@ -195898,20 +154351,6 @@ }, "then": "./assets/data/nsi/logos/patanjalistore-bb430b.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=PDV", - "name=PDV" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pdv-ee1d1f.undefined" - }, { "if": { "and": [ @@ -195944,20 +154383,6 @@ }, "then": "./assets/data/nsi/logos/petrocanada-eea72f.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Petrobras", - "name=Petrobras" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrobras-bf26cc.undefined" - }, { "if": { "and": [ @@ -196019,34 +154444,6 @@ }, "then": "./assets/data/nsi/logos/plaidpantry-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Premier", - "brand:wikidata=Q7240340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/premier-232829.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Premier Express", - "name=Premier Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/premierexpress-232829.undefined" - }, { "if": { "and": [ @@ -196152,36 +154549,6 @@ }, "then": "./assets/data/nsi/logos/quickie-f902d0.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Quickshop", - "brand:wikidata=Q122764368", - "name=Quickshop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quickshop-f91e9c.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Quik Stop", - "brand:wikidata=Q105141709", - "name=Quik Stop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quikstop-f1e40b.undefined" - }, { "if": { "and": [ @@ -196198,20 +154565,6 @@ }, "then": "./assets/data/nsi/logos/quiktrip-4d6b4b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Rabat", - "name=Rabat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rabat-95f41b.undefined" - }, { "if": { "and": [ @@ -196242,24 +154595,6 @@ }, "then": "./assets/data/nsi/logos/raceway-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Ration Shop", - "brand:wikidata=Q60901", - "name=Ration Shop", - "operator=Public Distribution System", - "operator:type=public", - "operator:wikidata=Q60901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rationshop-bb430b.undefined" - }, { "if": { "and": [ @@ -196275,21 +154610,6 @@ }, "then": "./assets/data/nsi/logos/real-58d40d.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Red Apple Food Mart", - "brand:wikidata=Q127305205", - "name=Red Apple Food Mart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redapplefoodmart-2b4f5e.undefined" - }, { "if": { "and": [ @@ -196501,35 +154821,6 @@ }, "then": "./assets/data/nsi/logos/sasoldelight-c7b713.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Scotmid", - "brand:wikidata=Q7435719", - "name=Scotmid" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scotmid-232829.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Servicompras", - "name=Servicompras" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicompras-4c351f.undefined" - }, { "if": { "and": [ @@ -196590,23 +154881,6 @@ }, "then": "./assets/data/nsi/logos/shellshop-cfb41f.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Shop'N Drive", - "brand:wikidata=Q107439152", - "name=Shop'N Drive", - "operator=Rontec", - "operator:wikidata=Q107439152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shopndrive-232829.undefined" - }, { "if": { "and": [ @@ -196654,51 +154928,6 @@ }, "then": "./assets/data/nsi/logos/shopritemini-c7b713.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Simply Basic", - "brand:wikidata=Q5643014", - "name=Simply Basic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simplybasic-dd9aae.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Simply City", - "brand:wikidata=Q5643014", - "name=Simply City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simplycity-dd9aae.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Simply Store", - "brand:wikidata=Q5643014", - "name=Simply Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simplystore-dd9aae.undefined" - }, { "if": { "and": [ @@ -196729,21 +154958,6 @@ }, "then": "./assets/data/nsi/logos/siwa-5dea79.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Six", - "brand:wikidata=Q122170471", - "name=Six" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/six-9d5235.undefined" - }, { "if": { "and": [ @@ -196774,20 +154988,6 @@ }, "then": "./assets/data/nsi/logos/sloneczko-95f41b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Snarkjøp", - "name=Snarkjøp" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/snarkjop-2da37b.undefined" - }, { "if": { "and": [ @@ -196893,21 +155093,6 @@ }, "then": "./assets/data/nsi/logos/spolem-95f41b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Star Mart", - "brand:wikidata=Q61994857", - "name=Star Mart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/starmart-4d6b4b.undefined" - }, { "if": { "and": [ @@ -197013,21 +155198,6 @@ }, "then": "./assets/data/nsi/logos/sunoco-f1e40b.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Super DIS", - "brand:wikidata=Q131762246", - "name=Super DIS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/superdis-3015fb.undefined" - }, { "if": { "and": [ @@ -197058,20 +155228,6 @@ }, "then": "./assets/data/nsi/logos/supercor-dd9aae.aae" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=T. SN", - "name=T. SN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tsn-80468a.undefined" - }, { "if": { "and": [ @@ -197102,20 +155258,6 @@ }, "then": "./assets/data/nsi/logos/tambo-853840.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=tạp hoá", - "name=tạp hoá" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taphoa-61b913.undefined" - }, { "if": { "and": [ @@ -197251,49 +155393,6 @@ }, "then": "./assets/data/nsi/logos/tiendas3b-9d5235.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Tiger Mart", - "brand:wikidata=Q57643977", - "name=Tiger Mart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigermart-4d6b4b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Timewise", - "name=Timewise" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/timewise-944bfe.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Tom Market", - "name=Tom Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tommarket-58d40d.undefined" - }, { "if": { "and": [ @@ -197309,35 +155408,6 @@ }, "then": "./assets/data/nsi/logos/tommy-5b00ff.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Top Market", - "name=Top Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topmarket-95f41b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=top!", - "brand:wikidata=Q20803907", - "name=top!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/top-401681.undefined" - }, { "if": { "and": [ @@ -197383,20 +155453,6 @@ }, "then": "./assets/data/nsi/logos/townpump-f1e40b.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=TRD", - "name=TRD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trd-915f01.undefined" - }, { "if": { "and": [ @@ -197412,34 +155468,6 @@ }, "then": "./assets/data/nsi/logos/treats-27379b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Trgocentar", - "name=Trgocentar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trgocentar-5b00ff.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Trgostil", - "name=Trgostil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trgostil-5b00ff.undefined" - }, { "if": { "and": [ @@ -197577,40 +155605,6 @@ }, "then": "./assets/data/nsi/logos/usmarket-f1e40b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=USave", - "brand:wikidata=Q121435010", - "name=USave" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usave-8978c5.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=uSmile 昆仑好客", - "brand:en=uSmile", - "brand:wikidata=Q66480830", - "brand:zh=昆仑好客", - "name=uSmile 昆仑好客", - "name:en=uSmile", - "name:zh=昆仑好客" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usmile-da9ca7.undefined" - }, { "if": { "and": [ @@ -197658,20 +155652,6 @@ }, "then": "./assets/data/nsi/logos/vango-298a73.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Vesko", - "name=Vesko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vesko-401681.undefined" - }, { "if": { "and": [ @@ -197702,21 +155682,6 @@ }, "then": "./assets/data/nsi/logos/viva-856fe1.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Viva Billa", - "brand:wikidata=Q124305949", - "name=Viva Billa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vivabilla-65ae8a.undefined" - }, { "if": { "and": [ @@ -197732,35 +155697,6 @@ }, "then": "./assets/data/nsi/logos/vival-12cc61.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Viveco", - "name=Viveco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viveco-f6dc0a.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Votre Marché", - "brand:wikidata=Q89135338", - "name=Votre Marché" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/votremarche-f6dc0a.undefined" - }, { "if": { "and": [ @@ -197791,21 +155727,6 @@ }, "then": "./assets/data/nsi/logos/wawa-dad45f.jpg" }, - { - "if": { - "and": [ - "brand_wikidata=Q7979844", - "shop=convenience", - { - "or": [ - "brand=Weigel's", - "name=Weigel's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/weigels-f1e40b.undefined" - }, { "if": { "and": [ @@ -197868,35 +155789,6 @@ }, "then": "./assets/data/nsi/logos/woolworthsmetrogo-0b0ae9.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=x", - "name=x" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/x-fb2210.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=XL", - "brand:wikidata=Q4836838", - "name=XL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xl-cb4625.undefined" - }, { "if": { "and": [ @@ -197927,21 +155819,6 @@ }, "then": "./assets/data/nsi/logos/yesway-f1e40b.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Yomart", - "brand:wikidata=Q19745366", - "name=Yomart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yomart-bb8a09.undefined" - }, { "if": { "and": [ @@ -198009,139 +155886,6 @@ }, "then": "./assets/data/nsi/logos/zappka-95f41b.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Zoom", - "brand:en=Zoom", - "name=Zoom", - "name:en=Zoom" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zoom-54f9c3.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Абсолют", - "name=Абсолют" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6784df-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=АВ Daily", - "name=АВ Daily" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/61e46c-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Авокадо", - "brand:en=Avocado", - "brand:ru=Авокадо", - "brand:wikidata=Q126134205", - "name=Авокадо", - "name:en=Avocado", - "name:ru=Авокадо" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avocado-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Авоська", - "name=Авоська" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f1cc88-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Агрокомплекс", - "name=Агрокомплекс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/35f889-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Агрокомплекс Выселковский", - "name=Агрокомплекс Выселковский" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1e42c5-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Азбука daily", - "name=Азбука daily" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c5fb3-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Айсберг", - "name=Айсберг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6580f9-7f3189.undefined" - }, { "if": { "and": [ @@ -198161,20 +155905,6 @@ }, "then": "./assets/data/nsi/logos/akkond-e33fbc.fbc" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Ассорти-продукт", - "name=Ассорти-продукт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/804527-e33fbc.undefined" - }, { "if": { "and": [ @@ -198190,20 +155920,6 @@ }, "then": "./assets/data/nsi/logos/ed92ce-e64bef.bef" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Береке", - "name=Береке" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/060bbf-a39fe8.undefined" - }, { "if": { "and": [ @@ -198219,48 +155935,6 @@ }, "then": "./assets/data/nsi/logos/106d49-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Везунчик", - "name=Везунчик" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5e7e9e-c491ec.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Верный", - "name=Верный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5a1923-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Вікторія", - "name=Вікторія" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e59ac7-023e9c.undefined" - }, { "if": { "and": [ @@ -198276,34 +155950,6 @@ }, "then": "./assets/data/nsi/logos/f07eb1-e33fbc.fbc" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Волна", - "name=Волна" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/34f9fe-1656a9.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Гастрономчикъ", - "name=Гастрономчикъ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9c4b81-e33fbc.undefined" - }, { "if": { "and": [ @@ -198319,34 +155965,6 @@ }, "then": "./assets/data/nsi/logos/44aeb3-e33fbc.fbc" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Грошык", - "name=Грошык" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/72f03f-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Дәулет", - "name=Дәулет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ab7c05-7ad3ae.undefined" - }, { "if": { "and": [ @@ -198377,21 +155995,6 @@ }, "then": "./assets/data/nsi/logos/67d62e-065292.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Домашній маркет", - "brand:wikidata=Q131607469", - "name=Домашній маркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/06a7d6-023e9c.undefined" - }, { "if": { "and": [ @@ -198440,62 +156043,6 @@ }, "then": "./assets/data/nsi/logos/yermolino-e33fbc.fbc" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Заря", - "name=Заря" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9020b8-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Изюминка", - "name=Изюминка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8d46a2-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Йола-маркет", - "name=Йола-маркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/685f12-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Катюша", - "name=Катюша" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/60a976-c281b4.undefined" - }, { "if": { "and": [ @@ -198511,48 +156058,6 @@ }, "then": "./assets/data/nsi/logos/212655-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Квартал вкуса", - "name=Квартал вкуса" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/32310f-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Квартет вкусов", - "name=Квартет вкусов" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8a217e-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Кедр", - "name=Кедр" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5f2eca-685d2b.undefined" - }, { "if": { "and": [ @@ -198568,68 +156073,6 @@ }, "then": "./assets/data/nsi/logos/a22748-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Копеечка", - "brand:wikidata=Q97346327", - "name=Копеечка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/347595-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Копейка", - "brand:en=Kopeyka", - "brand:ru=Копейка", - "brand:wikidata=Q1783878", - "name=Копейка", - "name:en=Kopeyka", - "name:ru=Копейка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kopeyka-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Кошик", - "name=Кошик" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3340eb-023e9c.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=КуулКлевер", - "name=КуулКлевер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/37e337-e33fbc.undefined" - }, { "if": { "and": [ @@ -198649,20 +156092,6 @@ }, "then": "./assets/data/nsi/logos/ef63bd-7ad3ae.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Лилия", - "name=Лилия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baaf01-c281b4.undefined" - }, { "if": { "and": [ @@ -198701,34 +156130,6 @@ }, "then": "./assets/data/nsi/logos/magnit-e33fbc.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Малинка", - "name=Малинка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3776eb-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Мария", - "name=Мария" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cb9d04-e33fbc.undefined" - }, { "if": { "and": [ @@ -198744,20 +156145,6 @@ }, "then": "./assets/data/nsi/logos/a5e9d6-e33fbc.fbc" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Маяк", - "name=Маяк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc2a95-e33fbc.undefined" - }, { "if": { "and": [ @@ -198794,188 +156181,6 @@ }, "then": "./assets/data/nsi/logos/c92d51-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Монетка", - "name=Монетка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a2bf99-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Мрія", - "name=Мрія" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a55dcb-023e9c.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=МясновЪ", - "name=МясновЪ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a45bbc-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Народный", - "name=Народный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/357655-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Находка", - "name=Находка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/91c68a-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Наш", - "name=Наш" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd53d6-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Нива", - "name=Нива" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c10063-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Огонёк", - "name=Огонёк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9f9c54-1656a9.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Океан", - "name=Океан" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/11b259-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Оптовичок", - "name=Оптовичок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/303083-023e9c.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Победа", - "name=Победа" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/67c2f7-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Покупалко", - "name=Покупалко" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e1e2a4-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Покупочка", - "name=Покупочка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1019ea-e33fbc.undefined" - }, { "if": { "and": [ @@ -198991,104 +156196,6 @@ }, "then": "./assets/data/nsi/logos/fd13e6-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Продсклад Победа", - "name=Продсклад Победа" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/11a4a0-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Пятачок", - "name=Пятачок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bfeaa1-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Родны кут", - "name=Родны кут" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8aa1e0-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Садко", - "name=Садко" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d3e941-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Санта", - "name=Санта" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/516eeb-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Светофор", - "name=Светофор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b701be-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Северный", - "name=Северный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/384e40-c281b4.undefined" - }, { "if": { "and": [ @@ -199104,118 +156211,6 @@ }, "then": "./assets/data/nsi/logos/1e259f-023e9c.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Скидкино", - "name=Скидкино" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/57f962-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Соседи", - "name=Соседи" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b4c4f8-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Соседи Экспресс", - "name=Соседи Экспресс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e293b4-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=У дома", - "name=У дома" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8e7c7a-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=У Палыча", - "name=У Палыча" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c1a6e4-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Удачный", - "name=Удачный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/516c18-c281b4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Успех", - "name=Успех" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b5ec71-685d2b.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Фабрика качества", - "name=Фабрика качества" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9b63ed-e33fbc.undefined" - }, { "if": { "and": [ @@ -199231,90 +156226,6 @@ }, "then": "./assets/data/nsi/logos/958102-023e9c.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Фасоль", - "name=Фасоль" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d26bcb-e33fbc.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Феникс", - "name=Феникс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b17c9-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Фермер", - "name=Фермер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8449ac-065292.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Флагман", - "name=Флагман" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4cacba-162f8e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Хит! Стандарт", - "name=Хит! Стандарт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c9c433-e64bef.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Хит! Экспресс", - "name=Хит! Экспресс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cab3d0-e64bef.undefined" - }, { "if": { "and": [ @@ -199377,47 +156288,6 @@ }, "then": "./assets/data/nsi/logos/gvirila-3cb7c4.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=გლობალ პროდუქტი", - "brand:en=Global Products", - "brand:ka=გლობალ პროდუქტი", - "brand:ru=Глобал Продукти", - "name=გლობალ პროდუქტი", - "name:en=Global Products", - "name:ka=გლობალ პროდუქტი", - "name:ru=Глобал Продукти" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/globalproducts-3cb7c4.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=დეილი", - "brand:en=Daily", - "brand:ka=დეილი", - "brand:ru=Дейли", - "brand:wikidata=Q131469976", - "name=დეილი", - "name:en=Daily", - "name:ka=დეილი", - "name:ru=Дейли" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daily-3cb7c4.undefined" - }, { "if": { "and": [ @@ -199439,26 +156309,6 @@ }, "then": "./assets/data/nsi/logos/europroduct-3cb7c4.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=ექსპრეს ქსელი", - "brand:en=Express Chain", - "brand:ka=ექსპრეს ქსელი", - "brand:ru=Экспрес Ксели", - "name=ექსპრეს ქსელი", - "name:en=Express Chain", - "name:ka=ექსპრეს ქსელი", - "name:ru=Экспрес Ксели" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expresschain-3cb7c4.undefined" - }, { "if": { "and": [ @@ -199732,26 +156582,6 @@ }, "then": "./assets/data/nsi/logos/family-3cb7c4.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - "short_name=OK", - { - "or": [ - "brand=افق کوروش", - "brand:en=Ofoq Kourosh", - "brand:fa=افق کوروش", - "brand:wikidata=Q65199490", - "name=افق کوروش", - "name:en=Ofoq Kourosh", - "name:fa=افق کوروش" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ofoqkourosh-d157b9.undefined" - }, { "if": { "and": [ @@ -199771,25 +156601,6 @@ }, "then": "./assets/data/nsi/logos/canbo-d157b9.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=دیلی مارکت", - "brand:en=Daily Market", - "brand:fa=دیلی مارکت", - "brand:wikidata=Q119145493", - "name=دیلی مارکت", - "name:en=Daily Market", - "name:fa=دیلی مارکت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dailymarket-d157b9.undefined" - }, { "if": { "and": [ @@ -199809,34 +156620,6 @@ }, "then": "./assets/data/nsi/logos/refah-d157b9.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=سوپرمارکت", - "name=سوپرمارکت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/875548-d157b9.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=مواد غذائية عامة", - "name=مواد غذائية عامة" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/06477d-14cddc.undefined" - }, { "if": { "and": [ @@ -199875,24 +156658,6 @@ }, "then": "./assets/data/nsi/logos/7eleven-fab923.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=이마트24", - "brand:en=emart24", - "brand:ko=이마트24", - "name=이마트24", - "name:en=emart24", - "name:ko=이마트24" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emart24-fab923.undefined" - }, { "if": { "and": [ @@ -199932,25 +156697,6 @@ }, "then": "./assets/data/nsi/logos/communitystore-652b3e.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=スリーエフ", - "brand:en=Three F", - "brand:ja=スリーエフ", - "brand:wikidata=Q11313419", - "name=スリーエフ", - "name:en=Three F", - "name:ja=スリーエフ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/threef-652b3e.undefined" - }, { "if": { "and": [ @@ -199970,25 +156716,6 @@ }, "then": "./assets/data/nsi/logos/saveon-652b3e.svg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=Seicomart", - "brand:en=Seicomart", - "brand:ja=セイコーマート", - "brand:wikidata=Q11314123", - "name=セイコーマート", - "name:en=Seicomart", - "name:ja=セイコーマート" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seicomart-652b3e.undefined" - }, { "if": { "and": [ @@ -200047,25 +156774,6 @@ }, "then": "./assets/data/nsi/logos/naturallawson-652b3e.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=ファミマ!!", - "brand:en=Famima!!", - "brand:ja=ファミマ!!", - "brand:wikidata=Q115868189", - "name=ファミマ!!", - "name:en=Famima!!", - "name:ja=ファミマ!!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/famima-652b3e.undefined" - }, { "if": { "and": [ @@ -200123,24 +156831,6 @@ }, "then": "./assets/data/nsi/logos/ministop-652b3e.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=ヤマザキショップ", - "brand:ja=ヤマザキショップ", - "brand:wikidata=Q11345131", - "name=ヤマザキショップ", - "name:en=Yamazaki Shop", - "name:ja=ヤマザキショップ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yamazakishop-652b3e.undefined" - }, { "if": { "and": [ @@ -200160,63 +156850,6 @@ }, "then": "./assets/data/nsi/logos/lawson-652b3e.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=LAWSON+スリーエフ", - "brand:en=LAWSON+Three F", - "brand:ja=ローソン+スリーエフ", - "brand:wikidata=Q24866804", - "name=ローソン・スリーエフ", - "name:en=Lawson Three F", - "name:ja=ローソン・スリーエフ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawsonthreef-652b3e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=LAWSON+ポプラ", - "brand:en=LAWSON+Poplar", - "brand:ja=ローソン+ポプラ", - "brand:wikidata=Q116957010", - "name=ローソン・ポプラ", - "name:en=Lawson Poplar", - "name:ja=ローソン・ポプラ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawsonpoplar-652b3e.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=LAWSON+toks", - "brand:en=LAWSON+toks", - "brand:ja=ローソンプラストークス", - "brand:wikidata=Q115868119", - "name=ローソン+トークス", - "name:en=Lawson+toks", - "name:ja=ローソンプラストークス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawsontoks-652b3e.undefined" - }, { "if": { "and": [ @@ -200236,65 +156869,6 @@ }, "then": "./assets/data/nsi/logos/lawsonstore100-652b3e.png" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=中百便利", - "brand:en=Zhongbai Cv.S", - "brand:wikidata=Q107204561", - "brand:zh=中百便利", - "name=中百便利", - "name:en=Zhongbai Cv.S", - "name:zh=中百便利", - "operator=山东潍坊百货集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhongbaicvs-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=中百罗森", - "brand:en=Lawson", - "brand:wikidata=Q10875930", - "brand:zh=中百罗森", - "name=中百罗森", - "name:en=Lawson", - "name:zh=中百罗森", - "operator=武汉中百罗森便利店有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawson-2aa06c.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=便利蜂", - "brand:en=Bianlifeng", - "brand:wikidata=Q95975982", - "brand:zh=便利蜂", - "name=便利蜂", - "name:en=Bianlifeng", - "name:zh=便利蜂" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bianlifeng-da9ca7.undefined" - }, { "if": { "and": [ @@ -200352,153 +156926,6 @@ }, "then": "./assets/data/nsi/logos/familymart-aa89a7.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=十足", - "brand:en=Shizu", - "brand:wikidata=Q116763971", - "brand:zh=十足", - "name=十足", - "name:en=Shizu", - "name:zh=十足" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shizu-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=喜士多", - "brand:en=C-Store", - "brand:wikidata=Q60992580", - "brand:zh=喜士多", - "name=喜士多", - "name:en=C-Store", - "name:zh=喜士多" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cstore-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=快客", - "name=快客" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a7abd-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=悦来悦喜", - "brand:en=Happy Mart", - "brand:wikidata=Q111263222", - "brand:zh=悦来悦喜", - "name=悦来悦喜", - "name:en=Happy Mart", - "name:zh=悦来悦喜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/happymart-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=易客来", - "brand:en=IntoLife", - "brand:wikidata=Q111263705", - "brand:zh=易客来", - "name=易客来", - "name:en=IntoLife", - "name:zh=易客来" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/intolife-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=易捷", - "brand:en=Easy Joy", - "brand:wikidata=Q108301051", - "brand:zh=易捷", - "name=易捷", - "name:en=Easy Joy", - "name:zh=易捷" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/easyjoy-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=百得来", - "brand:en=Batterlife", - "brand:wikidata=Q111263235", - "brand:zh=百得来", - "name=百得来", - "name:en=Batterlife", - "name:zh=百得来" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batterlife-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=红旗连锁", - "brand:en=Hongqi Chain", - "brand:wikidata=Q15932971", - "brand:zh=红旗连锁", - "name=红旗连锁", - "name:en=Hongqi Chain", - "name:zh=红旗连锁" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hongqichain-da9ca7.undefined" - }, { "if": { "and": [ @@ -200519,44 +156946,6 @@ }, "then": "./assets/data/nsi/logos/lawson-da9ca7.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=美宜佳", - "brand:en=Meiyijia", - "brand:wikidata=Q55719551", - "brand:zh=美宜佳", - "name=美宜佳", - "name:en=Meiyijia", - "name:zh=美宜佳" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meiyijia-da9ca7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=舞东风", - "brand:en=WUDONGFENG", - "brand:wikidata=Q111051442", - "brand:zh=舞东风", - "name=舞东风", - "name:en=WUDONGFENG", - "name:zh=舞东风" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wudongfeng-da9ca7.undefined" - }, { "if": { "and": [ @@ -200576,44 +156965,6 @@ }, "then": "./assets/data/nsi/logos/hilife-aa89a7.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=蝦皮店到店", - "brand:en=Shopee Xpress", - "brand:wikidata=Q109676747", - "brand:zh=蝦皮店到店", - "name=蝦皮店到店", - "name:en=Shopee Xpress", - "name:zh=蝦皮店到店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shopeexpress-aa89a7.undefined" - }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=超市发", - "brand:en=bjcsf", - "brand:wikidata=Q106844410", - "brand:zh=超市发", - "name=超市发", - "name:en=bjcsf", - "name:zh=超市发" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bjcsf-da9ca7.undefined" - }, { "if": { "and": [ @@ -200645,20 +156996,6 @@ }, "then": "./assets/data/nsi/logos/copytop-dbbed6.jpg" }, - { - "if": { - "and": [ - "shop=copyshop", - { - "or": [ - "brand=Epicier بقال", - "name=Epicier بقال" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae0d0-5bed5c.undefined" - }, { "if": { "and": [ @@ -200719,20 +157056,6 @@ }, "then": "./assets/data/nsi/logos/minutemanpress-a4530d.png" }, - { - "if": { - "and": [ - "shop=copyshop", - { - "or": [ - "brand=OQ", - "name=OQ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oq-3514ee.undefined" - }, { "if": { "and": [ @@ -200763,20 +157086,6 @@ }, "then": "./assets/data/nsi/logos/sirspeedy-090c18.jpg" }, - { - "if": { - "and": [ - "shop=copyshop", - { - "or": [ - "brand=Копирка", - "name=Копирка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/721cce-14684a.undefined" - }, { "if": { "and": [ @@ -201138,20 +157447,6 @@ }, "then": "./assets/data/nsi/logos/etudehouse-b395fe.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Eva", - "name=Eva" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eva-882961.undefined" - }, { "if": { "and": [ @@ -201263,25 +157558,6 @@ }, "then": "./assets/data/nsi/logos/innisfree-b395fe.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=It's Skin", - "brand:en=It's Skin", - "brand:ko=잇츠스킨", - "brand:wikidata=Q22974808", - "name=It's Skin", - "name:en=It's Skin", - "name:ko=잇츠스킨" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/itsskin-b395fe.undefined" - }, { "if": { "and": [ @@ -201372,21 +157648,6 @@ }, "then": "./assets/data/nsi/logos/loccitane-a08666.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Lakmé", - "brand:wikidata=Q6479731", - "name=Lakmé" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakme-1820b6.undefined" - }, { "if": { "and": [ @@ -201404,25 +157665,6 @@ }, "then": "./assets/data/nsi/logos/laline-e301c4.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=LOHB's", - "brand:en=LOHB's", - "brand:ko=롭스", - "brand:wikidata=Q16160242", - "name=LOHB's", - "name:en=LOHB's", - "name:ko=롭스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lohbs-b395fe.undefined" - }, { "if": { "and": [ @@ -201438,20 +157680,6 @@ }, "then": "./assets/data/nsi/logos/lush-a08666.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=M Cosmetic", - "name=M Cosmetic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mcosmetic-1bb423.undefined" - }, { "if": { "and": [ @@ -201763,20 +157991,6 @@ }, "then": "./assets/data/nsi/logos/rituals-a08666.png" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=S Parfum&Cosmetics", - "name=S Parfum&Cosmetics" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sparfumandcosmetics-882961.undefined" - }, { "if": { "and": [ @@ -202050,20 +158264,6 @@ }, "then": "./assets/data/nsi/logos/ziaja-a2d805.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Белорусская косметика", - "name=Белорусская косметика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e49d24-882961.undefined" - }, { "if": { "and": [ @@ -202083,20 +158283,6 @@ }, "then": "./assets/data/nsi/logos/goldapple-882961.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Иль Де Ботэ", - "name=Иль Де Ботэ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5c391c-882961.undefined" - }, { "if": { "and": [ @@ -202112,21 +158298,6 @@ }, "then": "./assets/data/nsi/logos/5e497e-882961.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Подружка", - "brand:wikidata=Q101646588", - "name=Подружка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/95c47a-882961.undefined" - }, { "if": { "and": [ @@ -202146,20 +158317,6 @@ }, "then": "./assets/data/nsi/logos/d7b8b0-882961.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=Чистый дом", - "name=Чистый дом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f98ce1-b8d09c.undefined" - }, { "if": { "and": [ @@ -202202,26 +158359,6 @@ }, "then": "./assets/data/nsi/logos/iciparis-5f8e42.jpg" }, - { - "if": { - "and": [ - "shop=cosmetics", - { - "or": [ - "brand=მოზაიკა", - "brand:en=Mosaic", - "brand:ka=მოზაიკა", - "brand:wikidata=Q131469966", - "name=მოზაიკა", - "name:en=Mosaic", - "name:ka=მოზაიკა", - "name:ru=Мозайка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mosaic-5f8e42.undefined" - }, { "if": { "and": [ @@ -202493,21 +158630,6 @@ }, "then": "./assets/data/nsi/logos/peaveymart-b48d00.jpg" }, - { - "if": { - "and": [ - "shop=country_store", - { - "or": [ - "brand=R. P. Home & Harvest", - "brand:wikidata=Q106362924", - "name=R. P. Home & Harvest" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rphomeandharvest-e159b8.undefined" - }, { "if": { "and": [ @@ -202553,21 +158675,6 @@ }, "then": "./assets/data/nsi/logos/tractorsupplycompany-e159b8.svg" }, - { - "if": { - "and": [ - "shop=country_store", - { - "or": [ - "brand=TSC Stores", - "brand:wikidata=Q62720230", - "name=TSC Stores" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tscstores-b48d00.undefined" - }, { "if": { "and": [ @@ -202826,21 +158933,6 @@ }, "then": "./assets/data/nsi/logos/motherdairy-6e9671.png" }, - { - "if": { - "and": [ - "shop=dairy", - { - "or": [ - "brand=Nandini", - "brand:wikidata=Q124374212", - "name=Nandini" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nandini-6e9671.undefined" - }, { "if": { "and": [ @@ -202917,26 +159009,6 @@ }, "then": "./assets/data/nsi/logos/54b734-2958ef.jpg" }, - { - "if": { - "and": [ - "shop=dairy", - "takeaway=yes", - { - "or": [ - "brand=兰熊", - "brand:en=BLUE BEAR", - "brand:wikidata=Q110310500", - "brand:zh=兰熊", - "name=兰熊", - "name:en=兰熊", - "name:zh=BLUE BEAR" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluebear-9640d8.undefined" - }, { "if": { "and": [ @@ -202982,26 +159054,6 @@ }, "then": "./assets/data/nsi/logos/fotexdelikatesse-dcd577.png" }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=קרל ברג", - "brand:en=Karl Berg", - "brand:he=קרל ברג", - "brand:ru=Карл Берг", - "name=קרל ברג", - "name:en=Karl Berg", - "name:he=קרל ברג", - "name:ru=Карл Берг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karlberg-dfa63e.undefined" - }, { "if": { "and": [ @@ -203084,47 +159136,6 @@ }, "then": "./assets/data/nsi/logos/vake-e0f2d7.jpg" }, - { - "if": { - "and": [ - "official_name=新宿さぼてん", - "official_name:en=Shinjuku Saboten", - "official_name:ja=新宿さぼてん", - "shop=deli", - { - "or": [ - "brand=さぼてん", - "brand:en=Saboten", - "brand:ja=さぼてん", - "brand:wikidata=Q93277389", - "name=さぼてん", - "name:en=Saboten", - "name:ja=さぼてん" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saboten-39c92c.undefined" - }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=久久丫", - "brand:en=Jiujiuya Food", - "brand:wikidata=Q108484661", - "brand:zh=久久丫", - "name=久久丫", - "name:en=Jiujiuya Food", - "name:zh=久久丫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jiujiuyafood-5c76da.undefined" - }, { "if": { "and": [ @@ -203144,82 +159155,6 @@ }, "then": "./assets/data/nsi/logos/kyotaru-39c92c.jpg" }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=周黑鸭", - "brand:en=Zhouheiya", - "brand:wikidata=Q15911728", - "brand:zh=周黑鸭", - "name=周黑鸭", - "name:en=Zhouheiya", - "name:zh=周黑鸭" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhouheiya-5c76da.undefined" - }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=廖记棒棒鸡", - "brand:en=Liaojibangbangji", - "brand:wikidata=Q108484708", - "brand:zh=廖记棒棒鸡", - "name=廖记棒棒鸡", - "name:en=Liaojibangbangji", - "name:zh=廖记棒棒鸡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liaojibangbangji-5c76da.undefined" - }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=煌上煌", - "brand:en=Huangshanghuang", - "brand:wikidata=Q15954067", - "brand:zh=煌上煌", - "name=煌上煌", - "name:en=Huangshanghuang", - "name:zh=煌上煌" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/huangshanghuang-5c76da.undefined" - }, - { - "if": { - "and": [ - "shop=deli", - { - "or": [ - "brand=绝味鸭脖", - "brand:en=Juewei Duck Neck", - "brand:wikidata=Q17573681", - "brand:zh=绝味鸭脖", - "name=绝味鸭脖", - "name:en=Juewei Duck Neck", - "name:zh=绝味鸭脖" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jueweiduckneck-5c76da.undefined" - }, { "if": { "and": [ @@ -203572,21 +159507,6 @@ }, "then": "./assets/data/nsi/logos/coinexcelsior-b0f55b.jpg" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Coop City", - "brand:wikidata=Q120492050", - "name=Coop City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coopcity-66d8a4.undefined" - }, { "if": { "and": [ @@ -203677,21 +159597,6 @@ }, "then": "./assets/data/nsi/logos/dillards-592fe0.png" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Dimmeys", - "brand:wikidata=Q17003075", - "name=Dimmeys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dimmeys-c93bbd.undefined" - }, { "if": { "and": [ @@ -203767,20 +159672,6 @@ }, "then": "./assets/data/nsi/logos/elektra-95a469.jpg" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Épicerie", - "name=Épicerie" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/epicerie-e32af0.undefined" - }, { "if": { "and": [ @@ -204021,25 +159912,6 @@ }, "then": "./assets/data/nsi/logos/hema-e99f95.jpg" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Homeplus", - "brand:en=Homeplus", - "brand:ko=홈플러스", - "brand:wikidata=Q5889167", - "name=Homeplus", - "name:en=Homeplus", - "name:ko=홈플러스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homeplus-84c155.undefined" - }, { "if": { "and": [ @@ -204711,27 +160583,6 @@ }, "then": "./assets/data/nsi/logos/ripley-f81fcb.fcb" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Robinson Department Store", - "brand:en=Robinson Department Store", - "brand:th=ห้างสรรพสินค้าโรบินสัน", - "brand:wikidata=Q6642534", - "operator=Central Department Store", - "operator:en=Central Department Store", - "operator:th=สรรพสินค้าเซ็นทรัล", - "operator:wikidata=Q5060703", - "operator:zh=尚泰" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/robinsondepartmentstore-bf6532.undefined" - }, { "if": { "and": [ @@ -204857,36 +160708,6 @@ }, "then": "./assets/data/nsi/logos/shinsegae-84c155.svg" }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Shopko", - "brand:wikidata=Q7501155", - "name=Shopko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shopko-592fe0.undefined" - }, - { - "if": { - "and": [ - "shop=department_store", - { - "or": [ - "brand=Shoppers Stop", - "brand:wikidata=Q7501155", - "name=Shoppers Stop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shoppersstop-d45fb2.undefined" - }, { "if": { "and": [ @@ -205343,20 +161164,6 @@ }, "then": "./assets/data/nsi/logos/bandq-092aaf.aaf" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Bath Depot", - "name=Bath Depot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bathdepot-fd1fd9.undefined" - }, { "if": { "and": [ @@ -205432,21 +161239,6 @@ }, "then": "./assets/data/nsi/logos/baywa-db1fbb.fbb" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Beacon", - "brand:wikidata=Q16950815", - "name=Beacon" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beacon-c727e9.undefined" - }, { "if": { "and": [ @@ -205875,25 +161667,6 @@ }, "then": "./assets/data/nsi/logos/dcm-dd401d.svg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=DCMニコット", - "brand:en=DCM nicot", - "brand:ja=DCMニコット", - "brand:wikidata=Q11318834", - "name=DCMニコット", - "name:en=DCM nicot", - "name:ja=DCMニコット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dcmnicot-dd401d.undefined" - }, { "if": { "and": [ @@ -206044,21 +161817,6 @@ }, "then": "./assets/data/nsi/logos/hellweg-601db4.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=HERKULES Bau&Garten", - "brand:wikidata=Q108992661", - "name=HERKULES Bau&Garten" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herkulesbauandgarten-db1fbb.undefined" - }, { "if": { "and": [ @@ -206089,22 +161847,6 @@ }, "then": "./assets/data/nsi/logos/homehardwarebuildingcentre-fd1fd9.jpg" }, - { - "if": { - "and": [ - "official_name=Barton's Home Outlet", - "shop=doityourself", - { - "or": [ - "brand=Home Outlet", - "brand:wikidata=Q126983265", - "name=Home Outlet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homeoutlet-c727e9.undefined" - }, { "if": { "and": [ @@ -206441,36 +162183,6 @@ }, "then": "./assets/data/nsi/logos/mitre10-b05cd0.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Mitre 10", - "brand:wikidata=Q6882394", - "name=Mitre 10" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitre10-e80948.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Mitre 10", - "brand:wikidata=Q6882394", - "name=Mitre 10 MEGA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitre10mega-e80948.undefined" - }, { "if": { "and": [ @@ -206641,21 +162353,6 @@ }, "then": "./assets/data/nsi/logos/princessauto-fd1fd9.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=ProfiStore", - "brand:wikidata=Q124351157", - "name=ProfiStore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/profistore-6499aa.undefined" - }, { "if": { "and": [ @@ -206716,21 +162413,6 @@ }, "then": "./assets/data/nsi/logos/raiffeisenmarkt-db1fbb.fbb" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=RHG", - "brand:wikidata=Q19298856", - "name=RHG Bau & Garten" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rhgbauandgarten-db1fbb.undefined" - }, { "if": { "and": [ @@ -206898,21 +162580,6 @@ }, "then": "./assets/data/nsi/logos/toombaumarkt-db1fbb.fbb" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=TopT", - "brand:wikidata=Q116474797", - "name=TopT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topt-3df878.undefined" - }, { "if": { "and": [ @@ -207079,50 +162746,6 @@ }, "then": "./assets/data/nsi/logos/13cf8e-2dbcce.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Кенгуру", - "name=Кенгуру", - "name:en=Kenguru", - "name:ru=Кенгуру" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kenguru-43446b.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Левша", - "name=Левша" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6ce263-43446b.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Лемана про", - "name=Лемана про" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc30a-43446b.undefined" - }, { "if": { "and": [ @@ -207142,20 +162765,6 @@ }, "then": "./assets/data/nsi/logos/leroymerlin-ea6c83.png" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Молоток", - "name=Молоток" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/099ab7-4ffb30.undefined" - }, { "if": { "and": [ @@ -207194,48 +162803,6 @@ }, "then": "./assets/data/nsi/logos/praktis-6499aa.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Строительный двор", - "name=Строительный двор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d4e79a-43446b.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Стройка", - "name=Стройка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6282b7-4ffb30.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=Строймаркет", - "name=Строймаркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5c4416-4ffb30.undefined" - }, { "if": { "and": [ @@ -207311,41 +162878,6 @@ }, "then": "./assets/data/nsi/logos/cainzhome-dd401d.jpg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=ケーヨー", - "brand:en=Keiyo", - "brand:ja=ケーヨー", - "brand:wikidata=Q11301462", - "name=ケーヨー", - "name:en=Keiyo", - "name:ja=ケーヨー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keiyo-dd401d.undefined" - }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=ケーヨーデイツー", - "brand:ja=ケーヨーデイツー", - "name=ケーヨーデイツー", - "name:ja=ケーヨーデイツー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f3fe04-dd401d.undefined" - }, { "if": { "and": [ @@ -207422,26 +162954,6 @@ }, "then": "./assets/data/nsi/logos/komeripower-dd401d.png" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "alt_name=ジョイフルAK", - "brand=ジョイフルエーケー", - "brand:en=Joyful AK", - "brand:ja=ジョイフルエーケー", - "brand:wikidata=Q11310519", - "name=ジョイフルエーケー", - "name:en=Joyful AK", - "name:ja=ジョイフルエーケー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joyfulak-dd401d.undefined" - }, { "if": { "and": [ @@ -207501,25 +163013,6 @@ }, "then": "./assets/data/nsi/logos/vivahome-dd401d.svg" }, - { - "if": { - "and": [ - "shop=doityourself", - { - "or": [ - "brand=ホーマックニコット", - "brand:en=Homac nicot", - "brand:ja=ホーマックニコット", - "brand:wikidata=Q11318834", - "name=ホーマックニコット", - "name:en=Homac nicot", - "name:ja=ホーマックニコット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homacnicot-dd401d.undefined" - }, { "if": { "and": [ @@ -207554,48 +163047,6 @@ }, "then": "./assets/data/nsi/logos/adlo-46a8ae.jpg" }, - { - "if": { - "and": [ - "shop=doors", - { - "or": [ - "brand=Ваши двери", - "name=Ваши двери" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b8beb-a073e8.undefined" - }, - { - "if": { - "and": [ - "shop=doors", - { - "or": [ - "brand=Волховец", - "name=Волховец" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f2f07e-f58ef8.undefined" - }, - { - "if": { - "and": [ - "shop=doors", - { - "or": [ - "brand=Юркас", - "name=Юркас" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d7b2f7-a073e8.undefined" - }, { "if": { "and": [ @@ -207611,20 +163062,6 @@ }, "then": "./assets/data/nsi/logos/5asec-e2c813.jpg" }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=Apetta", - "name=Apetta" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apetta-1a9348.undefined" - }, { "if": { "and": [ @@ -207640,21 +163077,6 @@ }, "then": "./assets/data/nsi/logos/cdonepricecleaners-1b6f6c.jpg" }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=DryClean USA", - "brand:wikidata=Q108878043", - "name=DryClean USA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drycleanusa-b9a2df.undefined" - }, { "if": { "and": [ @@ -207700,20 +163122,6 @@ }, "then": "./assets/data/nsi/logos/martinizingdrycleaning-e2c813.jpg" }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=SneakNFresh", - "name=SneakNFresh" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sneaknfresh-1a9348.undefined" - }, { "if": { "and": [ @@ -207759,20 +163167,6 @@ }, "then": "./assets/data/nsi/logos/21adb0-1a9348.png" }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=Чистотроник", - "name=Чистотроник" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e9f1d0-1a9348.undefined" - }, { "if": { "and": [ @@ -207830,47 +163224,6 @@ }, "then": "./assets/data/nsi/logos/takakensunshine-3105a6.jpg" }, - { - "if": { - "and": [ - "official_name=ポニークリーニング", - "official_name:en=Pony Cleaning", - "official_name:ja=ポニークリーニング", - "shop=dry_cleaning", - { - "or": [ - "brand=ポニー", - "brand:en=Pony", - "brand:ja=ポニー", - "brand:wikidata=Q88012241", - "name=ポニー", - "name:en=Pony", - "name:ja=ポニー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pony-3105a6.undefined" - }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=ホワイト急便", - "brand:en=WHITE EXPRESS", - "brand:ja=ホワイト急便", - "brand:wikidata=Q117804791", - "name=ホワイト急便", - "name:en=White Express", - "name:ja=ホワイト急便" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/whiteexpress-3105a6.undefined" - }, { "if": { "and": [ @@ -207909,25 +163262,6 @@ }, "then": "./assets/data/nsi/logos/hakuyosha-3105a6.jpg" }, - { - "if": { - "and": [ - "shop=dry_cleaning", - { - "or": [ - "brand=福奈特", - "brand:en=Fornet", - "brand:wikidata=Q108167403", - "brand:zh=福奈特", - "name=福奈特", - "name:en=Fornet", - "name:zh=福奈特" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fornet-0dec54.undefined" - }, { "if": { "and": [ @@ -207943,21 +163277,6 @@ }, "then": "./assets/data/nsi/logos/cigusto-469b75.png" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=Cloud 9 Smoke Shop Australia", - "brand:wikidata=Q117822054", - "name=Cloud 9 Smoke Shop Australia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cloud9smokeshopaustralia-c033a6.undefined" - }, { "if": { "and": [ @@ -207973,35 +163292,6 @@ }, "then": "./assets/data/nsi/logos/ecigcity-1253ad.jpg" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=E-Cigarette Direct", - "brand:wikidata=Q84703237", - "name=E-Cigarette Direct" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecigarettedirect-a06c95.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=E-Dym", - "name=E-Dym" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edym-349359.undefined" - }, { "if": { "and": [ @@ -208032,35 +163322,6 @@ }, "then": "./assets/data/nsi/logos/flavourvapour-a06c95.jpg" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=glo", - "brand:wikidata=Q118134308", - "name=glo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glo-721085.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=Good Vape", - "name=Good Vape" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodvape-e48cdb.undefined" - }, { "if": { "and": [ @@ -208076,35 +163337,6 @@ }, "then": "./assets/data/nsi/logos/iqos-721085.svg" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=Q Store", - "brand:wikidata=Q110246933", - "name=Q Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qstore-e48cdb.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=SigaretNet.by", - "name=SigaretNet.by" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigaretnetby-d01721.undefined" - }, { "if": { "and": [ @@ -208150,51 +163382,6 @@ }, "then": "./assets/data/nsi/logos/umbrella-1bb1e0.jpg" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=Vape City", - "brand:wikidata=Q120885093", - "name=Vape City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vapecity-997f4f.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=VapeStore", - "brand:wikidata=Q116710778", - "name=VapeStore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vapestore-a06c95.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=VAPO", - "brand:wikidata=Q117236856", - "name=VAPO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vapo-1ac9df.undefined" - }, { "if": { "and": [ @@ -208210,54 +163397,6 @@ }, "then": "./assets/data/nsi/logos/vapostore-4d07cc.jpg" }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=Vardex", - "name=Vardex" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vardex-e48cdb.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=VPZ", - "brand:wikidata=Q107300487", - "name=VPZ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vpz-a06c95.undefined" - }, - { - "if": { - "and": [ - "shop=e-cigarette", - { - "or": [ - "brand=悦刻", - "brand:en=RELX", - "brand:wikidata=Q108167468", - "brand:zh=悦刻", - "name=悦刻", - "name:en=RELX", - "name:zh=悦刻" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/relx-7fbba5.undefined" - }, { "if": { "and": [ @@ -208288,20 +163427,6 @@ }, "then": "./assets/data/nsi/logos/cef-7c8ef7.jpg" }, - { - "if": { - "and": [ - "shop=electrical", - { - "or": [ - "brand=CGED", - "name=CGED" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cged-f76a8e.undefined" - }, { "if": { "and": [ @@ -208426,53 +163551,6 @@ }, "then": "./assets/data/nsi/logos/0feea4-7ed04e.jpg" }, - { - "if": { - "and": [ - "shop=electrical", - { - "or": [ - "brand=Теплэко", - "name=Теплэко" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/224a16-f46408.undefined" - }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=100満ボルト", - "brand:en=100 Man Volt", - "brand:ja=100満ボルト", - "brand:wikidata=Q11305504", - "name=100満ボルト", - "name:en=100 Man Volt", - "name:ja=100満ボルト" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/100manvolt-f86f5e.undefined" - }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=5 Элемент", - "name=5 Элемент" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dcb9ff-0c412a.undefined" - }, { "if": { "and": [ @@ -208503,20 +163581,6 @@ }, "then": "./assets/data/nsi/logos/abenson-9584c3.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Alser.kz", - "name=Alser.kz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alserkz-d3529a.undefined" - }, { "if": { "and": [ @@ -208611,21 +163675,6 @@ }, "then": "./assets/data/nsi/logos/batteriesplusbulbs-93e093.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=BCC", - "brand:wikidata=Q2375758", - "name=BCC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcc-94ba6e.undefined" - }, { "if": { "and": [ @@ -208963,20 +164012,6 @@ }, "then": "./assets/data/nsi/logos/dns-71b2fd.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=DNS Technopoint", - "name=DNS Technopoint" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dnstechnopoint-71b2fd.undefined" - }, { "if": { "and": [ @@ -209096,21 +164131,6 @@ }, "then": "./assets/data/nsi/logos/elkjop-5875d7.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Elon", - "brand:wikidata=Q10478830", - "name=Elon" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elon-4786d4.undefined" - }, { "if": { "and": [ @@ -209368,21 +164388,6 @@ }, "then": "./assets/data/nsi/logos/hificorp-66e407.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Holzleitner", - "brand:wikidata=Q99620868", - "name=Holzleitner" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holzleitner-50d984.undefined" - }, { "if": { "and": [ @@ -209623,20 +164628,6 @@ }, "then": "./assets/data/nsi/logos/lg-9377b7.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=MacStore", - "name=MacStore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macstore-068eaa.undefined" - }, { "if": { "and": [ @@ -209667,20 +164658,6 @@ }, "then": "./assets/data/nsi/logos/mda-5cf230.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Mechta.kz", - "name=Mechta.kz" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mechtakz-d3529a.undefined" - }, { "if": { "and": [ @@ -209756,20 +164733,6 @@ }, "then": "./assets/data/nsi/logos/medimax-50d984.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Megatone", - "name=Megatone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/megatone-6d37eb.undefined" - }, { "if": { "and": [ @@ -209999,21 +164962,6 @@ }, "then": "./assets/data/nsi/logos/power-9765c4.png" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Power Buy", - "brand:wikidata=Q128759484", - "name=Power Buy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powerbuy-d95acb.undefined" - }, { "if": { "and": [ @@ -210059,21 +165007,6 @@ }, "then": "./assets/data/nsi/logos/radioshack-9377b7.svg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=re:Store", - "brand:wikidata=Q7486956", - "name=re:Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/restore-71b2fd.undefined" - }, { "if": { "and": [ @@ -210243,36 +165176,6 @@ }, "then": "./assets/data/nsi/logos/techmart-47dfb8.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Technodom", - "name=Technodom", - "name:en=Technodom", - "name:ru=Технодом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/technodom-d3529a.undefined" - }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Technopoint", - "name=Technopoint" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/technopoint-71b2fd.undefined" - }, { "if": { "and": [ @@ -210638,25 +165541,6 @@ }, "then": "./assets/data/nsi/logos/citrus-f31684.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=Эксперт", - "brand:en=Expert", - "brand:ru=Эксперт", - "brand:wikidata=Q4530590", - "name=Эксперт", - "name:en=Expert", - "name:ru=Эксперт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expert-71b2fd.undefined" - }, { "if": { "and": [ @@ -210843,63 +165727,6 @@ }, "then": "./assets/data/nsi/logos/metromart-e0cb84.png" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=ტექნო ბუმი", - "brand:en=Techno Boom", - "brand:ka=ტექნო ბუმი", - "brand:wikidata=Q131470000", - "name=ტექნო ბუმი", - "name:en=Techno Boom", - "name:ka=ტექნო ბუმი" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/technoboom-e0cb84.undefined" - }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=უნიკომი", - "brand:en=Unicom", - "brand:ka=უნიკომი", - "brand:wikidata=Q131469996", - "name=უნიკომი", - "name:en=Unicom", - "name:ka=უნიკომი" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicom-e0cb84.undefined" - }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=あきばお〜", - "brand:en=Akibaoo", - "brand:ja=あきばお〜", - "brand:wikidata=Q11257009", - "name=あきばお〜", - "name:en=Akibaoo", - "name:ja=あきばお〜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/akibaoo-f86f5e.undefined" - }, { "if": { "and": [ @@ -210960,22 +165787,6 @@ }, "then": "./assets/data/nsi/logos/3dc97a-f86f5e.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=ジョーシン", - "brand:ja=ジョーシン", - "name=ジョーシン", - "name:ja=ジョーシン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c556fa-f86f5e.undefined" - }, { "if": { "and": [ @@ -211052,25 +165863,6 @@ }, "then": "./assets/data/nsi/logos/biccamera-f86f5e.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=ベスト電器", - "brand:en=Best Denki", - "brand:ja=ベスト電器", - "brand:wikidata=Q701925", - "name=ベスト電器", - "name:en=Best Denki", - "name:ja=ベスト電器" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bestdenki-f86f5e.undefined" - }, { "if": { "and": [ @@ -211175,25 +165967,6 @@ }, "then": "./assets/data/nsi/logos/elifemall-745265.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=国美电器", - "brand:en=GOME Electrical Appliances", - "brand:wikidata=Q1486322", - "brand:zh=国美电器", - "name=国美电器", - "name:en=GOME Electrical Appliances", - "name:zh=国美电器" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gomeelectricalappliances-8750c0.undefined" - }, { "if": { "and": [ @@ -211270,25 +166043,6 @@ }, "then": "./assets/data/nsi/logos/broadway-d4a36a.png" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=苏宁易购", - "brand:en=Suning", - "brand:wikidata=Q17066824", - "brand:zh=苏宁易购", - "name=苏宁易购", - "name:en=Suning", - "name:zh=苏宁易购" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suning-f768cc.undefined" - }, { "if": { "and": [ @@ -211346,25 +166100,6 @@ }, "then": "./assets/data/nsi/logos/sunfar-745265.jpg" }, - { - "if": { - "and": [ - "shop=electronics", - { - "or": [ - "brand=顺电", - "brand:en=Sundan", - "brand:wikidata=Q24837717", - "brand:zh=顺电", - "name=顺电", - "name:en=Sundan", - "name:zh=顺电" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sundan-8750c0.undefined" - }, { "if": { "and": [ @@ -211430,22 +166165,6 @@ }, "then": "./assets/data/nsi/logos/annsummers-d8134e.png" }, - { - "if": { - "and": [ - "min_age=18", - "shop=erotic", - { - "or": [ - "brand=Erotic Store Venus", - "brand:wikidata=Q122900757", - "name=Erotic Store Venus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eroticstorevenus-fa8f49.undefined" - }, { "if": { "and": [ @@ -211476,50 +166195,6 @@ }, "then": "./assets/data/nsi/logos/orion-161155.gif" }, - { - "if": { - "and": [ - "shop=erotic", - { - "or": [ - "brand=Peaches & Cream", - "brand:wikidata=Q110923243", - "name=Peaches & Cream" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peachesandcream-a6d61a.undefined" - }, - { - "if": { - "and": [ - "shop=erotic", - { - "or": [ - "brand=Pulse and Cocktails", - "brand:wikidata=Q7259672", - "name=Pulse and Cocktails" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pulseandcocktails-7c5775.undefined" - }, - { - "if": { - "and": [ - "shop=erotic", - { - "or": [ - "brand=Интим", - "name=Интим" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fd6d6e-e39138.undefined" - }, { "if": { "and": [ @@ -211539,20 +166214,6 @@ }, "then": "./assets/data/nsi/logos/pinkrabbit-d62b6e.jpg" }, - { - "if": { - "and": [ - "shop=erotic", - { - "or": [ - "brand=Точка Любви", - "name=Точка Любви" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/14dbeb-d62b6e.undefined" - }, { "if": { "and": [ @@ -212087,20 +166748,6 @@ }, "then": "./assets/data/nsi/logos/topcarpetsandfloors-f6b058.png" }, - { - "if": { - "and": [ - "shop=flooring", - { - "or": [ - "brand=Управдом", - "name=Управдом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8d0aeb-69f8cc.undefined" - }, { "if": { "and": [ @@ -212191,21 +166838,6 @@ }, "then": "./assets/data/nsi/logos/kvetyvictor-36bd0b.png" }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Mester grønn", - "brand:wikidata=Q19381396", - "name=Mester grønn" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestergronn-3ef364.undefined" - }, { "if": { "and": [ @@ -212221,63 +166853,6 @@ }, "then": "./assets/data/nsi/logos/monceaufleurs-486692.png" }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Азалия", - "name=Азалия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/06d348-b65c94.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Букет столицы", - "name=Букет столицы" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/62a335-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Клумба", - "name=Клумба" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cdc4c9-ea5e6d.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Мосцветторг", - "brand:wikidata=Q110253943", - "name=Мосцветторг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04679a-1841ed.undefined" - }, { "if": { "and": [ @@ -212293,92 +166868,6 @@ }, "then": "./assets/data/nsi/logos/dfec3b-1841ed.png" }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Цветовик", - "brand:wikidata=Q110253962", - "name=Цветовик" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/307c8d-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Цветомания", - "name=Цветомания" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beb11a-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=ЦветОптТорг", - "brand:wikidata=Q110254004", - "name=ЦветОптТорг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c46356-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Цветочная база", - "name=Цветочная база" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/730fca-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Цветы 24", - "name=Цветы 24" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/73baf0-1841ed.undefined" - }, - { - "if": { - "and": [ - "shop=florist", - { - "or": [ - "brand=Цветы Голландии", - "name=Цветы Голландии" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/20ea9a-1841ed.undefined" - }, { "if": { "and": [ @@ -212398,21 +166887,6 @@ }, "then": "./assets/data/nsi/logos/aoyamaflowermarket-727799.jpg" }, - { - "if": { - "and": [ - "shop=frame", - { - "or": [ - "brand=Aaron Brothers", - "brand:wikidata=Q64979251", - "name=Aaron Brothers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aaronbrothers-a2ea96.undefined" - }, { "if": { "and": [ @@ -212595,20 +167069,6 @@ }, "then": "./assets/data/nsi/logos/elikatniproducts-b89636.jpg" }, - { - "if": { - "and": [ - "shop=frozen_food", - { - "or": [ - "brand=Ермолино", - "name=Ермолино" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b8e49f-785417.undefined" - }, { "if": { "and": [ @@ -212624,20 +167084,6 @@ }, "then": "./assets/data/nsi/logos/amatholefunerals-c8108b.jpg" }, - { - "if": { - "and": [ - "shop=funeral_directors", - { - "or": [ - "brand=Antea Bestattungen", - "name=Antea Bestattungen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anteabestattungen-e9affe.undefined" - }, { "if": { "and": [ @@ -212652,20 +167098,6 @@ }, "then": "./assets/data/nsi/logos/dignity-e90732.jpg" }, - { - "if": { - "and": [ - "shop=funeral_directors", - { - "or": [ - "brand=Grieneisen Bestattungen", - "name=Grieneisen Bestattungen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grieneisenbestattungen-e9affe.undefined" - }, { "if": { "and": [ @@ -212697,37 +167129,6 @@ }, "then": "./assets/data/nsi/logos/icebolethufunerals-c8108b.jpg" }, - { - "if": { - "and": [ - "official_name=Pompes Funèbres Générales", - "shop=funeral_directors", - { - "or": [ - "brand=PFG", - "brand:wikidata=Q3396087", - "name=PFG" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pfg-d4c5bf.undefined" - }, - { - "if": { - "and": [ - "shop=funeral_directors", - { - "or": [ - "brand=Roblot", - "brand:wikidata=Q63247414", - "name=Roblot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roblot-d4c5bf.undefined" - }, { "if": { "and": [ @@ -212758,20 +167159,6 @@ }, "then": "./assets/data/nsi/logos/thecooperativefuneralcare-e90732.png" }, - { - "if": { - "and": [ - "shop=funeral_directors", - { - "or": [ - "brand=Trauerhilfe Denk", - "name=Trauerhilfe Denk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trauerhilfedenk-e9affe.undefined" - }, { "if": { "and": [ @@ -212889,21 +167276,6 @@ }, "then": "./assets/data/nsi/logos/agatameble-ad60fa.png" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=AHF", - "brand:wikidata=Q50132485", - "name=AHF" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ahf-5a41a5.undefined" - }, { "if": { "and": [ @@ -212964,20 +167336,6 @@ }, "then": "./assets/data/nsi/logos/americansignaturefurniture-a5c7fa.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Angstrem", - "name=Angstrem" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angstrem-e999c2.undefined" - }, { "if": { "and": [ @@ -213507,20 +167865,6 @@ }, "then": "./assets/data/nsi/logos/dfs-94fffd.ffd" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Divan.ru", - "name=Divan.ru" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/divanru-e999c2.undefined" - }, { "if": { "and": [ @@ -213581,21 +167925,6 @@ }, "then": "./assets/data/nsi/logos/ethanallen-a694b9.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Eureka Street Furniture", - "brand:wikidata=Q111081528", - "name=Eureka Street Furniture" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurekastreetfurniture-0da980.undefined" - }, { "if": { "and": [ @@ -213640,21 +167969,6 @@ }, "then": "./assets/data/nsi/logos/fantasticfurniture-0da980.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Farmers Home Furniture", - "brand:wikidata=Q121586393", - "name=Farmers Home Furniture" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farmershomefurniture-a5c7fa.undefined" - }, { "if": { "and": [ @@ -213735,21 +168049,6 @@ }, "then": "./assets/data/nsi/logos/furniturevillage-5a41a5.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Furnmart", - "brand:wikidata=Q118185771", - "name=Furnmart" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/furnmart-0ebee2.undefined" - }, { "if": { "and": [ @@ -213810,21 +168109,6 @@ }, "then": "./assets/data/nsi/logos/hardeck-29dff1.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Harveys", - "brand:wikidata=Q5677754", - "name=Harveys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/harveys-5a41a5.undefined" - }, { "if": { "and": [ @@ -214103,21 +168387,6 @@ }, "then": "./assets/data/nsi/logos/lazboy-637554.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Lastman's Bad Boy", - "brand:wikidata=Q112966669", - "name=Lastman's Bad Boy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lastmansbadboy-a33c55.undefined" - }, { "if": { "and": [ @@ -214133,20 +168402,6 @@ }, "then": "./assets/data/nsi/logos/lauraashleyhome-5a41a5.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Lazurit", - "name=Lazurit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lazurit-e999c2.undefined" - }, { "if": { "and": [ @@ -214238,20 +168493,6 @@ }, "then": "./assets/data/nsi/logos/livique-be426f.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Lorena", - "name=Lorena" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lorena-e999c2.undefined" - }, { "if": { "and": [ @@ -214297,20 +168538,6 @@ }, "then": "./assets/data/nsi/logos/maisonsdumonde-41c8c3.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Meubles Gautier", - "name=Meubles Gautier" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meublesgautier-18f673.undefined" - }, { "if": { "and": [ @@ -215415,34 +169642,6 @@ }, "then": "./assets/data/nsi/logos/velleahome-f5a340.jpg" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Дятьково", - "name=Дятьково" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b75545-e999c2.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Любимый дом", - "name=Любимый дом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d2e4e4-e999c2.undefined" - }, { "if": { "and": [ @@ -215460,34 +169659,6 @@ }, "then": "./assets/data/nsi/logos/videnovfurniture-685932.png" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Мебель Москва", - "name=Мебель Москва" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/38535a-e999c2.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Мебель Шара", - "name=Мебель Шара" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/558937-e999c2.undefined" - }, { "if": { "and": [ @@ -215503,34 +169674,6 @@ }, "then": "./assets/data/nsi/logos/c3b771-e999c2.png" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Пинскдрев", - "name=Пинскдрев" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28fbb8-bcecbd.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Рими", - "name=Рими" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f03818-e999c2.undefined" - }, { "if": { "and": [ @@ -215546,62 +169689,6 @@ }, "then": "./assets/data/nsi/logos/47b09f-9d72c8.png" }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Стол и Стул", - "name=Стол и Стул" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fd31e6-9d72c8.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Столплит", - "name=Столплит" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/23263c-ab2637.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=ТриЯ", - "name=ТриЯ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/484c97-e999c2.undefined" - }, - { - "if": { - "and": [ - "shop=furniture", - { - "or": [ - "brand=Уют", - "name=Уют" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed809-ab2637.undefined" - }, { "if": { "and": [ @@ -215964,15 +170051,6 @@ }, "then": "./assets/data/nsi/logos/groenrijk-dc6242.jpg" }, - { - "if": { - "and": [ - "brand=Hageland", - "shop=garden_centre" - ] - }, - "then": "./assets/data/nsi/logos/hageland-664184.undefined" - }, { "if": { "and": [ @@ -216196,20 +170274,6 @@ }, "then": "./assets/data/nsi/logos/zgraiffeisenmarkt-89aa0a.jpg" }, - { - "if": { - "and": [ - "shop=garden_centre", - { - "or": [ - "brand=Садовод", - "name=Садовод" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c911e6-164465.undefined" - }, { "if": { "and": [ @@ -216272,22 +170336,6 @@ }, "then": "./assets/data/nsi/logos/ferrellgas-666f52.jpg" }, - { - "if": { - "and": [ - "fuel:lpg=yes", - "shop=gas", - { - "or": [ - "brand=Hicksgas", - "brand:wikidata=Q116734529", - "name=Hicksgas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hicksgas-7ee0a0.undefined" - }, { "if": { "and": [ @@ -216742,21 +170790,6 @@ }, "then": "./assets/data/nsi/logos/natura-8abdd6.jpg" }, - { - "if": { - "and": [ - "shop=gift", - { - "or": [ - "brand=Neon Sheep", - "brand:wikidata=Q99938913", - "name=Neon Sheep" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neonsheep-da52c2.undefined" - }, { "if": { "and": [ @@ -216863,20 +170896,6 @@ }, "then": "./assets/data/nsi/logos/thun-f7c7e8.jpg" }, - { - "if": { - "and": [ - "shop=gift", - { - "or": [ - "brand=Wereldwinkel", - "name=Wereldwinkel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wereldwinkel-d376d9.undefined" - }, { "if": { "and": [ @@ -216911,20 +170930,6 @@ }, "then": "./assets/data/nsi/logos/packageplaza-bbf61c.png" }, - { - "if": { - "and": [ - "shop=gold_buyer", - { - "or": [ - "brand=Godot & Fils", - "name=Godot & Fils" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/godotandfils-9fda9d.undefined" - }, { "if": { "and": [ @@ -216970,21 +170975,6 @@ }, "then": "./assets/data/nsi/logos/ceriseetpotiron-f7a29d.jpg" }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=HOPCOMS", - "brand:wikidata=Q22908959", - "name=HOPCOMS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hopcoms-b8ab5c.undefined" - }, { "if": { "and": [ @@ -217060,115 +171050,6 @@ }, "then": "./assets/data/nsi/logos/superverd-949784.jpg" }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=Фруктовый рай", - "name=Фруктовый рай" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/81fe33-9dff2a.undefined" - }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=乐家生鲜", - "brand:en=Lejia100", - "brand:wikidata=Q110398460", - "brand:zh=乐家生鲜", - "name=乐家生鲜", - "name:en=Lejia100", - "name:zh=乐家生鲜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lejia100-98c5dd.undefined" - }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=果唯伊", - "brand:en=Guoweiyi", - "brand:wikidata=Q108167377", - "brand:zh=果唯伊", - "name=果唯伊", - "name:en=Guoweiyi", - "name:zh=果唯伊" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guoweiyi-98c5dd.undefined" - }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=百果园", - "brand:en=Pagoda", - "brand:wikidata=Q111585678", - "brand:zh=百果园", - "name=百果园", - "name:en=Pagoda", - "name:zh=百果园" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pagoda-98c5dd.undefined" - }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=谊品生鲜", - "brand:en=YP Shengxian", - "brand:wikidata=Q110398461", - "brand:zh=谊品生鲜", - "name=谊品生鲜", - "name:en=YP Shengxian", - "name:zh=谊品生鲜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ypshengxian-98c5dd.undefined" - }, - { - "if": { - "and": [ - "shop=greengrocer", - { - "or": [ - "brand=钱大妈", - "brand:en=QDama", - "brand:wikidata=Q109342535", - "brand:zh=钱大妈", - "name=钱大妈", - "name:en=QDama", - "name:zh=钱大妈" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qdama-98c5dd.undefined" - }, { "if": { "and": [ @@ -217261,21 +171142,6 @@ }, "then": "./assets/data/nsi/logos/camillealbane-40f1cc.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Celly's", - "brand:wikidata=Q86837698", - "name=Celly's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cellys-afda3f.undefined" - }, { "if": { "and": [ @@ -217382,48 +171248,6 @@ }, "then": "./assets/data/nsi/logos/essanelle-b30c9d.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Estética", - "name=Estética" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/estetica-b2eb62.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Estética Unisex", - "name=Estética Unisex" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esteticaunisex-b2eb62.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Fabio Salsa", - "name=Fabio Salsa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fabiosalsa-426627.undefined" - }, { "if": { "and": [ @@ -217635,20 +171459,6 @@ }, "then": "./assets/data/nsi/logos/hizihair-7f2667.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Holiday Hair", - "name=Holiday Hair" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holidayhair-f208c6.undefined" - }, { "if": { "and": [ @@ -217724,20 +171534,6 @@ }, "then": "./assets/data/nsi/logos/kinkikappers-7f2667.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Kirpykla", - "name=Kirpykla" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirpykla-1e6f8d.undefined" - }, { "if": { "and": [ @@ -217844,34 +171640,6 @@ }, "then": "./assets/data/nsi/logos/mastercuts-46af32.png" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=New Style", - "name=New Style" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newstyle-b224bb.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=OldBoy", - "name=OldBoy" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oldboy-1e82c2.undefined" - }, { "if": { "and": [ @@ -217887,21 +171655,6 @@ }, "then": "./assets/data/nsi/logos/pascalcoste-40f1cc.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Passaró", - "brand:wikidata=Q109264394", - "name=Passaró" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/passaro-5e03c5.undefined" - }, { "if": { "and": [ @@ -217932,40 +171685,6 @@ }, "then": "./assets/data/nsi/logos/perfectlookhairsalon-28f1a5.png" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=QB HOUSE", - "brand:wikidata=Q11297528", - "name=QB HOUSE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qbhouse-d1be8b.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=QBハウス", - "brand:en=QB HOUSE", - "brand:ja=QBハウス", - "brand:wikidata=Q11297528", - "name=QBハウス", - "name:en=QB HOUSE", - "name:ja=QBハウス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qbhouse-946510.undefined" - }, { "if": { "and": [ @@ -217997,22 +171716,6 @@ }, "then": "./assets/data/nsi/logos/regis-28f1a5.jpg" }, - { - "if": { - "and": [ - "hairdresser=barber", - "shop=hairdresser", - { - "or": [ - "brand=Rocket Barber Shop", - "brand:wikidata=Q130298468", - "name=Rocket Barber Shop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rocketbarbershop-23df39.undefined" - }, { "if": { "and": [ @@ -218288,20 +171991,6 @@ }, "then": "./assets/data/nsi/logos/tophair-b30c9d.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=TOPGUN", - "name=TOPGUN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/topgun-634538.undefined" - }, { "if": { "and": [ @@ -218317,36 +172006,6 @@ }, "then": "./assets/data/nsi/logos/tradesecrets-f31ff1.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Vog Coiffure", - "name=Vog Coiffure" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vogcoiffure-40f1cc.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Виктория", - "name=Виктория", - "name:en=Victoria", - "name:ru=Виктория" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoria-1e04bd.undefined" - }, { "if": { "and": [ @@ -218362,92 +172021,6 @@ }, "then": "./assets/data/nsi/logos/61a701-497f92.jpg" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Елена", - "name=Елена" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/531658-347366.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Имидж", - "name=Имидж", - "name:en=Image", - "name:ru=Имидж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/image-9b9e42.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Престиж", - "name=Престиж" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6ca89e-230c63.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Светлана", - "name=Светлана" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e18b4b-347366.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Чио Чио", - "name=Чио Чио" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6d125a-c5abe4.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=Эконом", - "name=Эконом" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0c3de9-1e04bd.undefined" - }, { "if": { "and": [ @@ -218505,36 +172078,6 @@ }, "then": "./assets/data/nsi/logos/familycut1000-946510.png" }, - { - "if": { - "and": [ - "shop=hairdresser", - { - "or": [ - "brand=プラージュ", - "brand:ja=プラージュ", - "name=プラージュ", - "name:ja=プラージュ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/14ab00-946510.undefined" - }, - { - "if": { - "and": [ - "shop=hairdresser_supply", - { - "or": [ - "brand=beautyhairshop", - "name=beautyhairshop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beautyhairshop-9c3c03.undefined" - }, { "if": { "and": [ @@ -218640,21 +172183,6 @@ }, "then": "./assets/data/nsi/logos/priceattack-6fcfbc.fbc" }, - { - "if": { - "and": [ - "shop=hairdresser_supply", - { - "or": [ - "brand=ROMA", - "brand:wikidata=Q130570318", - "name=ROMA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roma-00412a.undefined" - }, { "if": { "and": [ @@ -218765,21 +172293,6 @@ }, "then": "./assets/data/nsi/logos/buco-d03c09.jpg" }, - { - "if": { - "and": [ - "shop=hardware", - { - "or": [ - "brand=Canac", - "brand:wikidata=Q2935743", - "name=Canac" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canac-f34a8a.undefined" - }, { "if": { "and": [ @@ -218989,21 +172502,6 @@ }, "then": "./assets/data/nsi/logos/northerntoolequipment-a223fb.jpg" }, - { - "if": { - "and": [ - "shop=hardware", - { - "or": [ - "brand=Outdoor Supply Hardware", - "brand:wikidata=Q119104427", - "name=Outdoor Supply Hardware" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/outdoorsupplyhardware-a223fb.undefined" - }, { "if": { "and": [ @@ -219199,20 +172697,6 @@ }, "then": "./assets/data/nsi/logos/10c781-bf6c88.jpg" }, - { - "if": { - "and": [ - "shop=hardware", - { - "or": [ - "brand=Инструмент-Клуб", - "name=Инструмент-Клуб" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a9ad04-72d7fa.undefined" - }, { "if": { "and": [ @@ -219228,21 +172712,6 @@ }, "then": "./assets/data/nsi/logos/210906-72d7fa.png" }, - { - "if": { - "and": [ - "shop=hardware", - { - "or": [ - "brand=Мосхозторг", - "brand:wikidata=Q62499092", - "name=Мосхозторг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/364320-72d7fa.undefined" - }, { "if": { "and": [ @@ -219423,27 +172892,6 @@ }, "then": "./assets/data/nsi/logos/vitaliareformhaus-f6f874.jpg" }, - { - "if": { - "and": [ - "shop=health_food", - { - "or": [ - "brand=Зелёная Аптека", - "brand:be=Зялёная аптэка", - "brand:ru=Зелёная Аптека", - "brand:uk=Зелена аптека", - "brand:wikidata=Q123362420", - "name=Зелёная Аптека", - "name:be=Зялёная аптэка", - "name:ru=Зелёная Аптека", - "name:uk=Зелена аптека" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c4761d-aaffa4.undefined" - }, { "if": { "and": [ @@ -219538,20 +172986,6 @@ }, "then": "./assets/data/nsi/logos/auditionconseil-400e82.jpg" }, - { - "if": { - "and": [ - "shop=hearing_aids", - { - "or": [ - "brand=Audition Santé", - "name=Audition Santé" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/auditionsante-400e82.undefined" - }, { "if": { "and": [ @@ -219597,20 +173031,6 @@ }, "then": "./assets/data/nsi/logos/beterhoren-cec8b0.png" }, - { - "if": { - "and": [ - "shop=hearing_aids", - { - "or": [ - "brand=Connect Hearing", - "name=Connect Hearing" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/connecthearing-758769.undefined" - }, { "if": { "and": [ @@ -219626,20 +173046,6 @@ }, "then": "./assets/data/nsi/logos/costcohearingaidcenter-39cb4e.svg" }, - { - "if": { - "and": [ - "shop=hearing_aids", - { - "or": [ - "brand=Entendre", - "name=Entendre" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entendre-400e82.undefined" - }, { "if": { "and": [ @@ -219865,20 +173271,6 @@ }, "then": "./assets/data/nsi/logos/vitakustik-a8e841.jpg" }, - { - "if": { - "and": [ - "shop=hearing_aids", - { - "or": [ - "brand=Радуга Звуков", - "name=Радуга Звуков" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd3117-4a70dd.undefined" - }, { "if": { "and": [ @@ -220251,25 +173643,6 @@ }, "then": "./assets/data/nsi/logos/yvesdelorme-9d095f.jpg" }, - { - "if": { - "and": [ - "shop=household_linen", - { - "or": [ - "brand=მანამო ჰოუმი", - "brand:en=Manamo Home", - "brand:ka=მანამო ჰოუმი", - "brand:wikidata=Q131470017", - "name=მანამო ჰოუმი", - "name:en=Manamo Home", - "name:ka=მანამო ჰოუმი" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manamohome-d0e31e.undefined" - }, { "if": { "and": [ @@ -220285,21 +173658,6 @@ }, "then": "./assets/data/nsi/logos/home-dd60e2.jpg" }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=@Home Livingspace", - "brand:wikidata=Q117406343", - "name=@Home Livingspace" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homelivingspace-dd60e2.undefined" - }, { "if": { "and": [ @@ -220585,37 +173943,6 @@ }, "then": "./assets/data/nsi/logos/fissler-a5ce18.jpg" }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=Fissman", - "name=Fissman" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fissman-639dab.undefined" - }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=FOX Home", - "brand:wikidata=Q125796655", - "name=FOX Home", - "name:en=FOX Home", - "name:he=פוקס הום" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foxhome-a5093f.undefined" - }, { "if": { "and": [ @@ -220855,20 +174182,6 @@ }, "then": "./assets/data/nsi/logos/kopandkande-12dd8a.png" }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=Kuchenland", - "name=Kuchenland" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kuchenland-4a99db.undefined" - }, { "if": { "and": [ @@ -221141,22 +174454,6 @@ }, "then": "./assets/data/nsi/logos/sheetstreet-4abcbe.cbe" }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=Soltam", - "name=Soltam", - "name:en=Soltam", - "name:he=סולתם" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soltam-a5093f.undefined" - }, { "if": { "and": [ @@ -221367,35 +174664,6 @@ }, "then": "./assets/data/nsi/logos/zwilling-a5ce18.jpg" }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=Домовой", - "brand:wikidata=Q110086700", - "name=Домовой" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/579b3e-4a99db.undefined" - }, - { - "if": { - "and": [ - "shop=houseware", - { - "or": [ - "brand=Еврочехол", - "name=Еврочехол" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/69105e-4a99db.undefined" - }, { "if": { "and": [ @@ -221627,20 +174895,6 @@ }, "then": "./assets/data/nsi/logos/coincasa-368f99.jpg" }, - { - "if": { - "and": [ - "shop=interior_decoration", - { - "or": [ - "brand=Demmoksi", - "name=Demmoksi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/demmoksi-9e51b3.undefined" - }, { "if": { "and": [ @@ -221865,20 +175119,6 @@ }, "then": "./assets/data/nsi/logos/kirklands-18147c.jpg" }, - { - "if": { - "and": [ - "shop=interior_decoration", - { - "or": [ - "brand=Kremmerhuset", - "brand:wikidata=Q127921048" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kremmerhuset-d55252.undefined" - }, { "if": { "and": [ @@ -221956,49 +175196,6 @@ }, "then": "./assets/data/nsi/logos/zarahome-0f41f2.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=585 Gold", - "brand:wikidata=Q125730875", - "name=585 Gold" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/585gold-a038d2.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=585 Золотой", - "name=585 Золотой" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/79c341-ee45ea.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=7 карат", - "name=7 карат" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a6c984-007daa.undefined" - }, { "if": { "and": [ @@ -222209,21 +175406,6 @@ }, "then": "./assets/data/nsi/logos/bevillesjewellers-0359a8.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Bhima Jewellers", - "brand:wikidata=Q17004889", - "name=Bhima Jewellers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bhimajewellers-96eeb4.undefined" - }, { "if": { "and": [ @@ -222389,20 +175571,6 @@ }, "then": "./assets/data/nsi/logos/coloursandbeauty-60a080.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Compro Oro", - "name=Compro Oro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comprooro-94830d.undefined" - }, { "if": { "and": [ @@ -222512,21 +175680,6 @@ }, "then": "./assets/data/nsi/logos/ernestjones-f07ca3.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=F.Hinds", - "brand:wikidata=Q5423915", - "name=F.Hinds" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fhinds-f07ca3.undefined" - }, { "if": { "and": [ @@ -223302,20 +176455,6 @@ }, "then": "./assets/data/nsi/logos/sofia-584c2c.png" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Sokolov", - "name=Sokolov" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sokolov-3b0253.undefined" - }, { "if": { "and": [ @@ -223346,20 +176485,6 @@ }, "then": "./assets/data/nsi/logos/stroilioro-60a080.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Sunlight", - "name=Sunlight" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunlight-ee45ea.undefined" - }, { "if": { "and": [ @@ -223483,21 +176608,6 @@ }, "then": "./assets/data/nsi/logos/vivara-c81860.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Wallace Bishop", - "brand:wikidata=Q18636699", - "name=Wallace Bishop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wallacebishop-0359a8.undefined" - }, { "if": { "and": [ @@ -223528,20 +176638,6 @@ }, "then": "./assets/data/nsi/logos/wempe-811e73.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Yes", - "name=Yes" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yes-0f1493.undefined" - }, { "if": { "and": [ @@ -223558,20 +176654,6 @@ }, "then": "./assets/data/nsi/logos/zales-70f101.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Ziko", - "name=Ziko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ziko-007daa.undefined" - }, { "if": { "and": [ @@ -223591,52 +176673,6 @@ }, "then": "./assets/data/nsi/logos/adamas-ee45ea.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Алмаз", - "name=Алмаз" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3cdc69-ee45ea.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Бронницкий ювелир", - "name=Бронницкий ювелир" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5fd332-ee45ea.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Золотая мечта", - "brand:en=Gold Dream", - "brand:ru=Золотая мечта", - "name=Золотая мечта", - "name:en=Gold Dream", - "name:ru=Золотая мечта" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/golddream-007daa.undefined" - }, { "if": { "and": [ @@ -223652,48 +176688,6 @@ }, "then": "./assets/data/nsi/logos/cc67fd-a7f1e4.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Кристалл", - "name=Кристалл" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a1e123-3b0253.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Линии Любви", - "name=Линии Любви" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2ec8d9-ee45ea.undefined" - }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Наше Золото", - "name=Наше Золото" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1cc04b-ee45ea.undefined" - }, { "if": { "and": [ @@ -223713,20 +176707,6 @@ }, "then": "./assets/data/nsi/logos/ukrzoloto-a7f1e4.png" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=Царское Золото", - "name=Царское Золото" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/39bbc8-007daa.undefined" - }, { "if": { "and": [ @@ -223749,23 +176729,6 @@ }, "then": "./assets/data/nsi/logos/tsutsumi-36e4b3.jpg" }, - { - "if": { - "and": [ - "shop=jewelry", - { - "or": [ - "brand=三井貴金屬", - "brand:wikidata=Q130525509", - "brand:zh=三井貴金屬", - "name=三井貴金屬", - "name:zh=三井貴金屬" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9074c9-a7992b.undefined" - }, { "if": { "and": [ @@ -224039,34 +177002,6 @@ }, "then": "./assets/data/nsi/logos/9954ea-a7992b.jpg" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=City Kiosk", - "name=City Kiosk" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citykiosk-586994.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Daoudabougou sougouba", - "name=Daoudabougou sougouba" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daoudabougousougouba-1a7dfc.undefined" - }, { "if": { "and": [ @@ -224113,34 +177048,6 @@ }, "then": "./assets/data/nsi/logos/lietuvosspauda-34adb3.png" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Lotto", - "name=Lotto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotto-140365.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Maxi Kiosco", - "name=Maxi Kiosco" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxikiosco-edaf46.undefined" - }, { "if": { "and": [ @@ -224234,34 +177141,6 @@ }, "then": "./assets/data/nsi/logos/servicestoredb-140365.svg" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Siebougouni sugu", - "name=Siebougouni sugu" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siebougounisugu-1a7dfc.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Sougou courani", - "name=Sougou courani" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sougoucourani-1a7dfc.undefined" - }, { "if": { "and": [ @@ -224292,34 +177171,6 @@ }, "then": "./assets/data/nsi/logos/total-332be8.png" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Warung kopi", - "name=Warung kopi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warungkopi-b1cacd.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Warung Makan", - "name=Warung Makan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warungmakan-b1cacd.undefined" - }, { "if": { "and": [ @@ -224335,62 +177186,6 @@ }, "then": "./assets/data/nsi/logos/yormas-140365.jpg" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Περίπτερο", - "name=Περίπτερο" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/14187f-53c57a.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Белсаюздрук", - "name=Белсаюздрук" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28555b-89199b.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=Роспечать", - "name=Роспечать" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5506ed-da461e.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=دکه", - "name=دکه" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b6296-9e25bc.undefined" - }, { "if": { "and": [ @@ -224410,44 +177205,6 @@ }, "then": "./assets/data/nsi/logos/kiosk-84165a.svg" }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=toks", - "brand:en=toks", - "brand:ja=トークス", - "brand:wikidata=Q11251214", - "name=トークス", - "name:en=toks", - "name:ja=トークス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toks-84165a.undefined" - }, - { - "if": { - "and": [ - "shop=kiosk", - { - "or": [ - "brand=LAWSON+toks", - "brand:en=LAWSON+toks", - "brand:ja=ローソンプラストークス", - "brand:wikidata=Q115868119", - "name=ローソン+トークス", - "name:en=Lawson+toks", - "name:ja=ローソンプラストークス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawsontoks-84165a.undefined" - }, { "if": { "and": [ @@ -224508,21 +177265,6 @@ }, "then": "./assets/data/nsi/logos/cuisinella-944de4.jpg" }, - { - "if": { - "and": [ - "shop=kitchen", - { - "or": [ - "brand=Dream Doors", - "brand:wikidata=Q84702301", - "name=Dream Doors" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dreamdoors-26c64e.undefined" - }, { "if": { "and": [ @@ -224914,20 +177656,6 @@ }, "then": "./assets/data/nsi/logos/wrenkitchens-26c64e.jpg" }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=Bubbles", - "name=Bubbles" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bubbles-8b0aea.undefined" - }, { "if": { "and": [ @@ -224943,62 +177671,6 @@ }, "then": "./assets/data/nsi/logos/ecoexpress-7130b3.jpg" }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=LaColada", - "name=LaColada" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lacolada-3530c3.undefined" - }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=Laverap", - "name=Laverap" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laverap-717e4b.undefined" - }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=Lavomatic", - "name=Lavomatic" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lavomatic-aea361.undefined" - }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=Pressing", - "name=Pressing" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pressing-31ef1f.undefined" - }, { "if": { "and": [ @@ -225046,20 +177718,6 @@ }, "then": "./assets/data/nsi/logos/washy-ba3f3f.png" }, - { - "if": { - "and": [ - "shop=laundry", - { - "or": [ - "brand=Постирай", - "name=Постирай" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c0a035-a50b9f.undefined" - }, { "if": { "and": [ @@ -225110,25 +177768,6 @@ }, "then": "./assets/data/nsi/logos/art93-b8d727.jpg" }, - { - "if": { - "and": [ - "shop=leather", - { - "or": [ - "brand=Findig", - "brand:en=Findig", - "brand:th=ฟินดิจ", - "brand:wikidata=Q110958398", - "name=Findig", - "name:en=Findig", - "name:th=ฟินดิจ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/findig-848a64.undefined" - }, { "if": { "and": [ @@ -225264,72 +177903,6 @@ }, "then": "./assets/data/nsi/logos/timpson-5c571a.jpg" }, - { - "if": { - "and": [ - "shop=locksmith", - { - "or": [ - "brand=Ключевой момент", - "name=Ключевой момент" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/927054-d4528b.undefined" - }, - { - "if": { - "and": [ - "shop=locksmith", - { - "or": [ - "brand=カギの110番", - "brand:en=Kagi110", - "brand:ja=カギの110番", - "brand:wikidata=Q94551271", - "name=カギの110番", - "name:en=Kagi110", - "name:ja=カギの110番" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kagi110-214af9.undefined" - }, - { - "if": { - "and": [ - "shop=locksmith", - { - "or": [ - "brand=カギの救急車", - "brand:en=Key Ambulancy", - "brand:ja=カギの救急車", - "brand:wikidata=Q94551271", - "name=カギの救急車", - "name:en=Key Ambulancy", - "name:ja=カギの救急車" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keyambulancy-214af9.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=Lotería La Neuquina", - "name=Lotería La Neuquina" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loterialaneuquina-3aefd9.undefined" - }, { "if": { "and": [ @@ -225345,20 +177918,6 @@ }, "then": "./assets/data/nsi/logos/loteriasyapuestasdelestado-1a20a0.svg" }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=Lotto", - "name=Lotto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotto-646c16.undefined" - }, { "if": { "and": [ @@ -225375,122 +177934,6 @@ }, "then": "./assets/data/nsi/logos/once-1a20a0.jpg" }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=Paga Todo", - "name=Paga Todo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pagatodo-377bbc.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=PCSO Lotto", - "name=PCSO Lotto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pcsolotto-3d0018.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=ΟΠΑΠ", - "name=ΟΠΑΠ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/942bba-5a90df.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=Спорт Тото", - "brand:wikidata=Q12274327", - "name=Спорт Тото" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7eb15c-a2fbf5.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=中国体育彩票", - "brand:en=China Sports Lottery", - "brand:wikidata=Q55696773", - "brand:zh=中国体育彩票", - "name=中国体育彩票", - "name:en=China Sports Lottery", - "name:zh=中国体育彩票" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasportslottery-e182e4.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=中国福利彩票", - "brand:en=China Welfare Lottery", - "brand:wikidata=Q9384250", - "brand:zh=中国福利彩票", - "name=中国福利彩票", - "name:en=China Welfare Lottery", - "name:zh=中国福利彩票" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinawelfarelottery-e182e4.undefined" - }, - { - "if": { - "and": [ - "shop=lottery", - { - "or": [ - "brand=台灣彩券", - "brand:en=Taiwan Lottery", - "brand:wikidata=Q10915473", - "brand:zh-Hans=台湾彩券", - "brand:zh-Hant=台灣彩券", - "name=台灣彩券", - "name:en=Taiwan Lottery", - "name:zh-Hans=台湾彩券", - "name:zh-Hant=台灣彩券" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiwanlottery-e831bc.undefined" - }, { "if": { "and": [ @@ -225607,25 +178050,6 @@ }, "then": "./assets/data/nsi/logos/tangeroutlets-7adb3b.jpg" }, - { - "if": { - "and": [ - "shop=mall", - { - "or": [ - "brand=The Mall Group", - "brand:en=The Mall Group", - "brand:th=เดอะมอลล์กรุ๊ป", - "brand:wikidata=Q4924063", - "name=The Mall Group", - "name:en=The Mall Group", - "name:th=เดอะมอลล์กรุ๊ป" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/themallgroup-13d253.undefined" - }, { "if": { "and": [ @@ -225690,22 +178114,6 @@ }, "then": "./assets/data/nsi/logos/westfield-1e4415.svg" }, - { - "if": { - "and": [ - "shop=mall", - { - "or": [ - "brand=МЕГА", - "brand:en=MEGA", - "brand:ru=МЕГА", - "brand:wikidata=Q624897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mega-d413e2.undefined" - }, { "if": { "and": [ @@ -225744,20 +178152,6 @@ }, "then": "./assets/data/nsi/logos/aeonmall-ee1aa0.svg" }, - { - "if": { - "and": [ - "shop=mall", - { - "or": [ - "brand=万达广场", - "name=万达广场" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2e5145-3db63f.undefined" - }, { "if": { "and": [ @@ -225867,20 +178261,6 @@ }, "then": "./assets/data/nsi/logos/reraku-22d14b.jpg" }, - { - "if": { - "and": [ - "shop=massage", - { - "or": [ - "brand=Тайрай", - "name=Тайрай" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/376aa0-0e8518.undefined" - }, { "if": { "and": [ @@ -225949,21 +178329,6 @@ }, "then": "./assets/data/nsi/logos/bioped-615001.png" }, - { - "if": { - "and": [ - "shop=medical_supply", - { - "or": [ - "brand=Goed", - "brand:wikidata=Q130234412", - "name=Goed" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goed-54440c.undefined" - }, { "if": { "and": [ @@ -226024,34 +178389,6 @@ }, "then": "./assets/data/nsi/logos/thermofisherscientific-8a6de9.png" }, - { - "if": { - "and": [ - "shop=medical_supply", - { - "or": [ - "brand=Аптечный склад", - "name=Аптечный склад" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aa9d91-d15566.undefined" - }, - { - "if": { - "and": [ - "shop=medical_supply", - { - "or": [ - "brand=Дом здоровья", - "name=Дом здоровья" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2d43cc-d15566.undefined" - }, { "if": { "and": [ @@ -226082,20 +178419,6 @@ }, "then": "./assets/data/nsi/logos/9cfa6f-f82bbe.bbe" }, - { - "if": { - "and": [ - "shop=medical_supply", - { - "or": [ - "brand=Студия Слуха", - "name=Студия Слуха" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58e6ff-d15566.undefined" - }, { "if": { "and": [ @@ -226126,20 +178449,6 @@ }, "then": "./assets/data/nsi/logos/3store-dbafb9.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=A1 prodajno mesto", - "name=A1 prodajno mesto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a1prodajnomesto-6945ea.undefined" - }, { "if": { "and": [ @@ -226400,21 +178709,6 @@ }, "then": "./assets/data/nsi/logos/ee-94b138.svg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Eir", - "brand:wikidata=Q3049473", - "name=Eir" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eir-dbafb9.undefined" - }, { "if": { "and": [ @@ -226475,20 +178769,6 @@ }, "then": "./assets/data/nsi/logos/freedommobile-947b24.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Freedom Mobile World", - "name=Freedom Mobile World" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freedommobileworld-4e531d.undefined" - }, { "if": { "and": [ @@ -226523,21 +178803,6 @@ }, "then": "./assets/data/nsi/logos/iliad-c4d7ba.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=iPlace", - "brand:wikidata=Q110417768", - "name=iPlace" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iplace-1b1a0a.undefined" - }, { "if": { "and": [ @@ -226553,20 +178818,6 @@ }, "then": "./assets/data/nsi/logos/ishopmixup-fb2f08.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Istudio", - "name=Istudio" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/istudio-2c407d.undefined" - }, { "if": { "and": [ @@ -226612,21 +178863,6 @@ }, "then": "./assets/data/nsi/logos/lifecell-985251.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Mega device", - "brand:wikidata=Q123003039", - "name=Mega device" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/megadevice-2a48ca.undefined" - }, { "if": { "and": [ @@ -226688,15 +178924,6 @@ }, "then": "./assets/data/nsi/logos/mobilonline-0fdd33.png" }, - { - "if": { - "and": [ - "brand=Mobit", - "shop=mobile_phone" - ] - }, - "then": "./assets/data/nsi/logos/mobit-c74974.undefined" - }, { "if": { "and": [ @@ -226757,20 +178984,6 @@ }, "then": "./assets/data/nsi/logos/nos-fcef49.png" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=O!Store", - "name=O!Store" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ostore-7e5c09.undefined" - }, { "if": { "and": [ @@ -226801,20 +179014,6 @@ }, "then": "./assets/data/nsi/logos/odido-c7ad94.png" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=One", - "name=One" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/one-bcb9ac.undefined" - }, { "if": { "and": [ @@ -227250,21 +179449,6 @@ }, "then": "./assets/data/nsi/logos/telkom-43981d.svg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Telsim", - "brand:wikidata=Q6332131", - "name=Telsim Vodafone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/telsimvodafone-7cc4eb.undefined" - }, { "if": { "and": [ @@ -228027,20 +180211,6 @@ }, "then": "./assets/data/nsi/logos/mts-3162ba.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=НАʼСВЯЗИ", - "name=НАʼСВЯЗИ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/474353-8f1ce6.undefined" - }, { "if": { "and": [ @@ -228060,20 +180230,6 @@ }, "then": "./assets/data/nsi/logos/svyaznoy-fee8f4.svg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Сотовый мир", - "name=Сотовый мир" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b41e98-2c407d.undefined" - }, { "if": { "and": [ @@ -228093,20 +180249,6 @@ }, "then": "./assets/data/nsi/logos/tele2-2c407d.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Телефон.ру", - "name=Телефон.ру" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5697c1-2c407d.undefined" - }, { "if": { "and": [ @@ -228421,44 +180563,6 @@ }, "then": "./assets/data/nsi/logos/baesus-f3af44.jpg" }, - { - "if": { - "and": [ - "shop=mobile_phone_accessories", - { - "or": [ - "brand=品胜", - "brand:en=Pisen", - "brand:wikidata=Q111605481", - "brand:zh=品胜", - "name=品胜", - "name:en=Pisen", - "name:zh=品胜" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pisen-f3af44.undefined" - }, - { - "if": { - "and": [ - "shop=model", - { - "or": [ - "brand=タムタム", - "brand:en=TamTam", - "brand:ja=タムタム", - "brand:wikidata=Q30926431", - "name=タムタム", - "name:en=TamTam", - "name:ja=タムタム" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamtam-a15586.undefined" - }, { "if": { "and": [ @@ -228538,98 +180642,6 @@ }, "then": "./assets/data/nsi/logos/advancefinancial-f9c954.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Amscot", - "brand:wikidata=Q4748779", - "name=Amscot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amscot-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Barko Loans", - "brand:wikidata=Q118185897", - "name=Barko Loans" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barkoloans-f725f4.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=California Check Cashing Stores", - "brand:wikidata=Q64390932", - "name=California Check Cashing Stores" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/californiacheckcashingstores-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Cash 4 You", - "brand:wikidata=Q102843806", - "name=Cash 4 You" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cash4you-06fadc.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Cash Credit", - "brand:wikidata=Q115656743", - "name=Cash Credit", - "name:bg=Кеш Кредит", - "name:en=Cash Credit" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashcredit-937eaf.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Cash Money", - "brand:wikidata=Q113252267", - "name=Cash Money" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashmoney-d5f811.undefined" - }, { "if": { "and": [ @@ -228660,21 +180672,6 @@ }, "then": "./assets/data/nsi/logos/cashcofinancial-d5f811.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=CashMax", - "brand:wikidata=Q69365478", - "name=CashMax" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashmax-f9c954.undefined" - }, { "if": { "and": [ @@ -228721,23 +180718,6 @@ }, "then": "./assets/data/nsi/logos/checksmart-f9c954.jpg" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Credissimo", - "brand:wikidata=Q115656700", - "name=Credissimo", - "name:bg=Кредисимо", - "name:en=Credissimo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/credissimo-937eaf.undefined" - }, { "if": { "and": [ @@ -228782,21 +180762,6 @@ }, "then": "./assets/data/nsi/logos/easyfinancial-d5f811.jpg" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Fairstone Financial", - "brand:wikidata=Q124035001", - "name=Fairstone Financial" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairstonefinancial-d5f811.undefined" - }, { "if": { "and": [ @@ -228827,81 +180792,6 @@ }, "then": "./assets/data/nsi/logos/firstvirginia-f9c954.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Kmf", - "name=Kmf" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kmf-046e62.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Lendmark Financial Services", - "brand:wikidata=Q122584728", - "name=Lendmark Financial Services" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lendmarkfinancialservices-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Mariner Finance", - "brand:wikidata=Q126372229", - "name=Mariner Finance" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marinerfinance-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Midwest Title Loans", - "brand:wikidata=Q123699224", - "name=Midwest Title Loans" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midwesttitleloans-6b17f6.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Momento", - "name=Momento", - "operator=Пощенска банка", - "operator:wikidata=Q7234083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/momento-937eaf.undefined" - }, { "if": { "and": [ @@ -228917,21 +180807,6 @@ }, "then": "./assets/data/nsi/logos/moneymart-b33bc6.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Moneytree", - "brand:wikidata=Q6899361", - "name=Moneytree" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moneytree-f9c954.undefined" - }, { "if": { "and": [ @@ -229011,36 +180886,6 @@ }, "then": "./assets/data/nsi/logos/regionalfinance-f9c954.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Sun Loan", - "brand:wikidata=Q118725658", - "name=Sun Loan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunloan-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Taytay sa Kauswagan", - "brand:wikidata=Q72361196", - "name=Taytay sa Kauswagan" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytaysakauswagan-f85e7b.undefined" - }, { "if": { "and": [ @@ -229088,119 +180933,6 @@ }, "then": "./assets/data/nsi/logos/vivacredit-937eaf.eaf" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=World Finance", - "brand:wikidata=Q3569971", - "name=World Finance" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/worldfinance-f9c954.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Акс Финанс", - "name=Акс Финанс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f3fdfe-cbb345.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Быстроденьги", - "name=Быстроденьги" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/72ac10-cbb345.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Быстрый заём", - "name=Быстрый заём" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6d17be-cbb345.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Займер", - "name=Займер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/31fa77-046e62.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Касса Взаимопомощи", - "name=Касса Взаимопомощи" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eaa927-cbb345.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Отличные наличные", - "name=Отличные наличные" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3b0369-cbb345.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=Финтерра", - "name=Финтерра" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c678a7-cbb345.undefined" - }, { "if": { "and": [ @@ -229216,44 +180948,6 @@ }, "then": "./assets/data/nsi/logos/733def-085345.png" }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=ბერმელი", - "brand:en=Bermeli", - "brand:ka=ბერმელი", - "brand:ru=Бермели", - "name=ბერმელი", - "name:en=Bermeli", - "name:ka=ბერმელი", - "name:ru=Бермели", - "operator=შპს მისო „ბერმელი“", - "operator:ka=შპს მისო „ბერმელი“" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bermeli-2ed877.undefined" - }, - { - "if": { - "and": [ - "shop=money_lender", - { - "or": [ - "brand=アコム", - "brand:ja=アコム", - "name=アコム", - "name:ja=アコム" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/42f87e-9de2dd.undefined" - }, { "if": { "and": [ @@ -229440,34 +181134,6 @@ }, "then": "./assets/data/nsi/logos/louismotorrad-5a4a1c.jpg" }, - { - "if": { - "and": [ - "shop=motorcycle", - { - "or": [ - "brand=Mitsukoshi", - "name=Mitsukoshi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitsukoshi-7f0c43.undefined" - }, - { - "if": { - "and": [ - "shop=motorcycle", - { - "or": [ - "brand=Motorstar", - "name=Motorstar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/motorstar-7f0c43.undefined" - }, { "if": { "and": [ @@ -229528,20 +181194,6 @@ }, "then": "./assets/data/nsi/logos/royalenfield-47efa7.jpg" }, - { - "if": { - "and": [ - "shop=motorcycle", - { - "or": [ - "brand=Rusi", - "name=Rusi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rusi-7f0c43.undefined" - }, { "if": { "and": [ @@ -229601,20 +181253,6 @@ }, "then": "./assets/data/nsi/logos/vespa-7610a8.jpg" }, - { - "if": { - "and": [ - "shop=motorcycle", - { - "or": [ - "brand=Wheeltek", - "name=Wheeltek" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wheeltek-7f0c43.undefined" - }, { "if": { "and": [ @@ -230112,21 +181750,6 @@ }, "then": "./assets/data/nsi/logos/cigo-308ab8.png" }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=CNN Newsstand", - "brand:wikidata=Q113695436", - "name=CNN Newsstand" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cnnnewsstand-fa8cad.undefined" - }, { "if": { "and": [ @@ -230217,20 +181840,6 @@ }, "then": "./assets/data/nsi/logos/kolporter-4bc172.jpg" }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Mag Presse", - "name=Mag Presse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magpresse-8612f7.undefined" - }, { "if": { "and": [ @@ -230276,21 +181885,6 @@ }, "then": "./assets/data/nsi/logos/pressandbooks-b35c93.jpg" }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Press Shop", - "brand:wikidata=Q126196511", - "name=Press Shop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pressshop-293759.undefined" - }, { "if": { "and": [ @@ -230381,49 +181975,6 @@ }, "then": "./assets/data/nsi/logos/whsmith-e6d891.jpg" }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=БелДрук", - "brand:wikidata=Q63986228", - "name=БелДрук" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b6fe6a-e86250.undefined" - }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Белсаюздрук", - "name=Белсаюздрук" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28555b-e86250.undefined" - }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Віцебскаблсаюздрук", - "name=Віцебскаблсаюздрук" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e998e8-e86250.undefined" - }, { "if": { "and": [ @@ -230439,35 +181990,6 @@ }, "then": "./assets/data/nsi/logos/f363b9-313f17.svg" }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Роспечать", - "name=Роспечать" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5506ed-313f17.undefined" - }, - { - "if": { - "and": [ - "shop=newsagent", - { - "or": [ - "brand=Союзпечать", - "brand:wikidata=Q4430611", - "name=Союзпечать" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6aba18-313f17.undefined" - }, { "if": { "and": [ @@ -230563,21 +182085,6 @@ }, "then": "./assets/data/nsi/logos/yomiurishimbun-0319e7.png" }, - { - "if": { - "and": [ - "shop=nutrition_supplements", - { - "or": [ - "brand=BioTechUSA", - "brand:wikidata=Q116861247", - "name=BioTechUSA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biotechusa-8d859c.undefined" - }, { "if": { "and": [ @@ -230638,21 +182145,6 @@ }, "then": "./assets/data/nsi/logos/naturhouse-699d49.jpg" }, - { - "if": { - "and": [ - "shop=nutrition_supplements", - { - "or": [ - "brand=NL International", - "brand:wikidata=Q128230740", - "name=NL International" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nlinternational-38b891.undefined" - }, { "if": { "and": [ @@ -230668,21 +182160,6 @@ }, "then": "./assets/data/nsi/logos/popeyessupplements-be7a88.jpg" }, - { - "if": { - "and": [ - "shop=nutrition_supplements", - { - "or": [ - "brand=Super Supplements", - "brand:wikidata=Q108606605", - "name=Super Supplements" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/supersupplements-8feed0.undefined" - }, { "if": { "and": [ @@ -230728,35 +182205,6 @@ }, "then": "./assets/data/nsi/logos/vitaminstore-e87d47.jpg" }, - { - "if": { - "and": [ - "shop=nutrition_supplements", - { - "or": [ - "brand=Сибирское здоровье", - "name=Сибирское здоровье" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4e980a-c64acd.undefined" - }, - { - "if": { - "and": [ - "shop=nuts", - { - "or": [ - "brand=Mr. Almond", - "brand:wikidata=Q130477385", - "name=Mr. Almond" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mralmond-f85d29.undefined" - }, { "if": { "and": [ @@ -230789,44 +182237,6 @@ }, "then": "./assets/data/nsi/logos/cedcc3-f85d29.jpg" }, - { - "if": { - "and": [ - "shop=nuts", - { - "or": [ - "brand=三只松鼠", - "brand:en=Three Squirrels", - "brand:wikidata=Q54805303", - "brand:zh=三只松鼠", - "name=三只松鼠", - "name:en=Three Squirrels", - "name:zh=三只松鼠" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/threesquirrels-1d484f.undefined" - }, - { - "if": { - "and": [ - "shop=nuts", - { - "or": [ - "brand=良品铺子", - "brand:en=Bestore", - "brand:wikidata=Q76382148", - "brand:zh=良品铺子", - "name=良品铺子", - "name:en=Bestore", - "name:zh=良品铺子" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bestore-1d484f.undefined" - }, { "if": { "and": [ @@ -231056,23 +182466,6 @@ }, "then": "./assets/data/nsi/logos/brillende-7fb7e9.jpg" }, - { - "if": { - "and": [ - "healthcare=optometrist", - "shop=optician", - "short_name=Clarkson", - { - "or": [ - "brand=Clarkson Eyecare", - "brand:wikidata=Q64027001", - "name=Clarkson Eyecare" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarksoneyecare-5b6831.undefined" - }, { "if": { "and": [ @@ -231181,21 +182574,6 @@ }, "then": "./assets/data/nsi/logos/eyewish-719c83.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Eyemart Express", - "brand:wikidata=Q5422776", - "name=Eyemart Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eyemartexpress-5b6831.undefined" - }, { "if": { "and": [ @@ -231286,20 +182664,6 @@ }, "then": "./assets/data/nsi/logos/generaledoptique-8cd79e.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=GMO", - "name=GMO" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gmo-963ac3.undefined" - }, { "if": { "and": [ @@ -231634,21 +182998,6 @@ }, "then": "./assets/data/nsi/logos/misterspex-516ee7.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Multiópticas", - "brand:wikidata=Q62391719", - "name=Multiópticas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/multiopticas-61af00.undefined" - }, { "if": { "and": [ @@ -231951,20 +183300,6 @@ }, "then": "./assets/data/nsi/logos/optikerbode-7fb7e9.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Optikos pasaulis", - "name=Optikos pasaulis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optikospasaulis-78a1fe.undefined" - }, { "if": { "and": [ @@ -232059,21 +183394,6 @@ }, "then": "./assets/data/nsi/logos/pearle-603e63.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Pearle Studio", - "brand:wikidata=Q117462110", - "name=Pearle Studio" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pearlestudio-719c83.undefined" - }, { "if": { "and": [ @@ -232166,21 +183486,6 @@ }, "then": "./assets/data/nsi/logos/sehenwutscher-e307dd.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Shopko Optical", - "brand:wikidata=Q109228833", - "name=Shopko Optical" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shopkooptical-5b6831.undefined" - }, { "if": { "and": [ @@ -232241,22 +183546,6 @@ }, "then": "./assets/data/nsi/logos/solaris-32829f.jpg" }, - { - "if": { - "and": [ - "shop=optician", - "short_name=Solstice", - { - "or": [ - "brand=Solstice Sunglasses", - "brand:wikidata=Q112144417", - "name=Solstice Sunglasses" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solsticesunglasses-5b6831.undefined" - }, { "if": { "and": [ @@ -232347,36 +183636,6 @@ }, "then": "./assets/data/nsi/logos/synsam-aec081.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Target Optical", - "brand:wikidata=Q19903688", - "name=Target Optical" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/targetoptical-5b6831.undefined" - }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Theodore & Pringle Optical", - "brand:wikidata=Q122811127", - "name=Theodore & Pringle Optical" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theodoreandpringleoptical-8232b6.undefined" - }, { "if": { "and": [ @@ -232407,21 +183666,6 @@ }, "then": "./assets/data/nsi/logos/visionexpress-4fd8bc.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Vision Plus", - "brand:wikidata=Q23752663", - "name=Vision Plus" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/visionplus-8cd79e.undefined" - }, { "if": { "and": [ @@ -232512,20 +183756,6 @@ }, "then": "./assets/data/nsi/logos/zeiss-5c236c.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Айкрафт", - "name=Айкрафт" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/174eae-103edc.undefined" - }, { "if": { "and": [ @@ -232561,20 +183791,6 @@ }, "then": "./assets/data/nsi/logos/optica1st-15d381.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=Оптимист Оптика", - "name=Оптимист Оптика" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6b8ee8-103edc.undefined" - }, { "if": { "and": [ @@ -232867,29 +184083,6 @@ }, "then": "./assets/data/nsi/logos/eyesmart-b2cb2d.jpg" }, - { - "if": { - "and": [ - "shop=optician", - { - "or": [ - "brand=小林眼鏡", - "brand:en=Kobayashi Optical", - "brand:wikidata=Q18652598", - "brand:zh=小林眼鏡", - "brand:zh-Hans=小林眼镜", - "brand:zh-Hant=小林眼鏡", - "name=小林眼鏡", - "name:en=Kobayashi Optical", - "name:zh=Kobayashi Optical", - "name:zh-Hans=小林眼镜", - "name:zh-Hant=小林眼鏡" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kobayashioptical-b2cb2d.undefined" - }, { "if": { "and": [ @@ -233624,20 +184817,6 @@ }, "then": "./assets/data/nsi/logos/johshuya-c097b7.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=Boxberry", - "name=Boxberry" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boxberry-968c70.undefined" - }, { "if": { "and": [ @@ -233654,20 +184833,6 @@ }, "then": "./assets/data/nsi/logos/eleclercdrive-7ec344.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=KazanExpress", - "name=KazanExpress" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kazanexpress-968c70.undefined" - }, { "if": { "and": [ @@ -233683,20 +184848,6 @@ }, "then": "./assets/data/nsi/logos/lamoda-968c70.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=MaxMarket", - "name=MaxMarket" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxmarket-968c70.undefined" - }, { "if": { "and": [ @@ -233712,20 +184863,6 @@ }, "then": "./assets/data/nsi/logos/ozon-968c70.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=Ozon Rocket", - "name=Ozon Rocket" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozonrocket-968c70.undefined" - }, { "if": { "and": [ @@ -233756,20 +184893,6 @@ }, "then": "./assets/data/nsi/logos/wildberries-f8825b.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=Авито", - "name=Авито" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a9bd6c-968c70.undefined" - }, { "if": { "and": [ @@ -233785,34 +184908,6 @@ }, "then": "./assets/data/nsi/logos/13cf8e-497ef1.jpg" }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=Магнит Маркет", - "name=Магнит Маркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d12c1-968c70.undefined" - }, - { - "if": { - "and": [ - "shop=outpost", - { - "or": [ - "brand=Онлайн Трейд", - "name=Онлайн Трейд" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eeed4b-968c70.undefined" - }, { "if": { "and": [ @@ -234191,20 +185286,6 @@ }, "then": "./assets/data/nsi/logos/sherwinwilliams-573ec1.jpg" }, - { - "if": { - "and": [ - "shop=paint", - { - "or": [ - "brand=Мир Красок", - "name=Мир Красок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/957625-e426d5.undefined" - }, { "if": { "and": [ @@ -234451,23 +185532,6 @@ }, "then": "./assets/data/nsi/logos/insomniacookies-64e364.png" }, - { - "if": { - "and": [ - "delivery=yes", - "shop=pastry", - "takeaway=yes", - { - "or": [ - "brand=Just Bake", - "brand:wikidata=Q124374121", - "name=Just Bake" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/justbake-77ae94.undefined" - }, { "if": { "and": [ @@ -234674,21 +185738,6 @@ }, "then": "./assets/data/nsi/logos/sadaharuaoki-1cea9f.jpg" }, - { - "if": { - "and": [ - "shop=pastry", - { - "or": [ - "brand=Skyline", - "brand:wikidata=Q110399888", - "name=Skyline" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skyline-5d47b0.undefined" - }, { "if": { "and": [ @@ -234719,23 +185768,6 @@ }, "then": "./assets/data/nsi/logos/sodiedoces-64176e.jpg" }, - { - "if": { - "and": [ - "delivery=yes", - "shop=pastry", - "takeaway=yes", - { - "or": [ - "brand=Sweet Chariot", - "brand:wikidata=Q124374392", - "name=Sweet Chariot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sweetchariot-77ae94.undefined" - }, { "if": { "and": [ @@ -234756,23 +185788,6 @@ }, "then": "./assets/data/nsi/logos/thesugarrandspice-77ae94.jpg" }, - { - "if": { - "and": [ - "delivery=yes", - "shop=pastry", - "takeaway=yes", - { - "or": [ - "brand=Theobroma", - "brand:wikidata=Q124374469", - "name=Theobroma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theobroma-77ae94.undefined" - }, { "if": { "and": [ @@ -234864,87 +185879,6 @@ }, "then": "./assets/data/nsi/logos/madart-7fe386.jpg" }, - { - "if": { - "and": [ - "cuisine=chinese", - "shop=pastry", - { - "or": [ - "brand=泸溪河", - "brand:en=Luxihe Taosu", - "brand:wikidata=Q114050925", - "brand:zh=泸溪河", - "name=泸溪河", - "name:en=Luxihe Taosu", - "name:zh=泸溪河" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luxihetaosu-f204a7.undefined" - }, - { - "if": { - "and": [ - "cuisine=chinese", - "diet:halal=no", - "shop=pastry", - { - "or": [ - "brand=北京稻香村", - "brand:en=Beijing DaoXiangCun", - "brand:wikidata=Q15934678", - "brand:zh=北京稻香村", - "name=北京稻香村", - "name:en=Beijing DaoXiangCun", - "name:zh=北京稻香村", - "operator=北京稻香村食品有限责任公司", - "operator:zh=北京稻香村食品有限责任公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beijingdaoxiangcun-f204a7.undefined" - }, - { - "if": { - "and": [ - "cuisine=chinese", - "diet:halal=no", - "shop=pastry", - { - "or": [ - "brand=稻香村", - "brand:en=DaoXiangCun", - "brand:wikidata=Q10452498", - "brand:zh=稻香村", - "name=稻香村", - "name:en=DaoXiangCun", - "name:zh=稻香村", - "operator=苏州稻香村食品有限公司", - "operator:zh=苏州稻香村食品有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daoxiangcun-f204a7.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Ablaza Pawnshop", - "brand:wikidata=Q120292414", - "name=Ablaza Pawnshop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ablazapawnshop-6d9487.undefined" - }, { "if": { "and": [ @@ -234961,36 +185895,6 @@ }, "then": "./assets/data/nsi/logos/bhfpawnshopandjewelrystore-6d9487.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Cash America International", - "brand:wikidata=Q5048636", - "name=Cash America Pawn" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashamericapawn-9520ff.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Cash Converters", - "brand:wikidata=Q5048645", - "name=Cash Converters" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashconverters-1c62e9.undefined" - }, { "if": { "and": [ @@ -235006,36 +185910,6 @@ }, "then": "./assets/data/nsi/logos/cashcrusaders-de6587.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Cash Generator", - "brand:wikidata=Q5048653", - "name=Cash Generator" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashgenerator-c861e3.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=CB Estrada Pawnshop", - "brand:wikidata=Q121230820", - "name=CB Estrada Pawnshop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cbestradapawnshop-6d9487.undefined" - }, { "if": { "and": [ @@ -235052,34 +185926,6 @@ }, "then": "./assets/data/nsi/logos/cebuanalhuillier-6d9487.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Compro Oro", - "name=Compro Oro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comprooro-0e19c7.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Exchange", - "name=Exchange" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/exchange-a6b41f.undefined" - }, { "if": { "and": [ @@ -235095,20 +185941,6 @@ }, "then": "./assets/data/nsi/logos/ezpawn-9520ff.png" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=First Cash", - "name=First Cash" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstcash-25220b.undefined" - }, { "if": { "and": [ @@ -235125,36 +185957,6 @@ }, "then": "./assets/data/nsi/logos/fundaciondonde-25220b.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=H&T Pawnbrokers", - "brand:wikidata=Q105672451", - "name=H&T Pawnbrokers" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/handtpawnbrokers-c861e3.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Jaro Pawnshop", - "brand:wikidata=Q121229698", - "name=Jaro Pawnshop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaropawnshop-6d9487.undefined" - }, { "if": { "and": [ @@ -235245,21 +186047,6 @@ }, "then": "./assets/data/nsi/logos/ramsdens-c861e3.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=RD Pawnshop", - "brand:wikidata=Q118556221", - "name=RD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rd-6d9487.undefined" - }, { "if": { "and": [ @@ -235275,20 +186062,6 @@ }, "then": "./assets/data/nsi/logos/sinag-6d9487.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Super", - "name=Super" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/super-f8f7da.undefined" - }, { "if": { "and": [ @@ -235304,21 +186077,6 @@ }, "then": "./assets/data/nsi/logos/tambunting-6d9487.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=USA Pawn and Jewelry", - "brand:wikidata=Q113490409", - "name=USA Pawn and Jewelry" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usapawnandjewelry-9520ff.undefined" - }, { "if": { "and": [ @@ -235366,34 +186124,6 @@ }, "then": "./assets/data/nsi/logos/1a22da-6b12a2.jpg" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Ломбард Центральный", - "name=Ломбард Центральный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5647a-6b12a2.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Сейф", - "name=Сейф" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/82da93-f8f7da.undefined" - }, { "if": { "and": [ @@ -235409,54 +186139,6 @@ }, "then": "./assets/data/nsi/logos/4c9bd4-6b12a2.png" }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Скс Ломбард", - "name=Скс Ломбард" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e5800a-a9abeb.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=Центральний", - "brand:wikidata=Q117421400", - "name=Центральний" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c4a647-6b12a2.undefined" - }, - { - "if": { - "and": [ - "shop=pawnbroker", - { - "or": [ - "brand=大黒屋", - "brand:en=Daikokuya", - "brand:ja=大黒屋", - "brand:wikidata=Q11442068", - "name=大黒屋", - "name:en=Daikokuya", - "name:ja=大黒屋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daikokuya-b777db.undefined" - }, { "if": { "and": [ @@ -235472,20 +186154,6 @@ }, "then": "./assets/data/nsi/logos/adopt-6637a2.jpg" }, - { - "if": { - "and": [ - "shop=perfumery", - { - "or": [ - "brand=Ahmed Al Maghribi", - "name=Ahmed Al Maghribi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ahmedalmaghribi-e40920.undefined" - }, { "if": { "and": [ @@ -235846,20 +186514,6 @@ }, "then": "./assets/data/nsi/logos/trulynolen-768c80.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=AlphaZoo", - "name=AlphaZoo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alphazoo-28b0e3.undefined" - }, { "if": { "and": [ @@ -235935,21 +186589,6 @@ }, "then": "./assets/data/nsi/logos/arkenzoo-8a75dc.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=Best Friends", - "brand:wikidata=Q106540748", - "name=Best Friends" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bestfriends-26188c.undefined" - }, { "if": { "and": [ @@ -236085,21 +186724,6 @@ }, "then": "./assets/data/nsi/logos/jollyes-8ec028.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=Jumper", - "brand:wikidata=Q87338743", - "name=Jumper" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jumper-734485.undefined" - }, { "if": { "and": [ @@ -236387,21 +187011,6 @@ }, "then": "./assets/data/nsi/logos/petland-81a22d.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=Petland Discounts", - "brand:wikidata=Q7178463", - "name=Petland Discounts" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petlanddiscounts-81a22d.undefined" - }, { "if": { "and": [ @@ -236750,20 +187359,6 @@ }, "then": "./assets/data/nsi/logos/zoocenter-33ac80.png" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=ZOObazar", - "name=ZOObazar" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zoobazar-3053c4.undefined" - }, { "if": { "and": [ @@ -236780,20 +187375,6 @@ }, "then": "./assets/data/nsi/logos/zoobonus-a879a3.png" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=ZOOмаркет", - "name=ZOOмаркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e83696-3053c4.undefined" - }, { "if": { "and": [ @@ -236839,20 +187420,6 @@ }, "then": "./assets/data/nsi/logos/b42651-33ac80.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=Зоомир", - "name=Зоомир" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/49dd5c-d273ef.undefined" - }, { "if": { "and": [ @@ -236993,25 +187560,6 @@ }, "then": "./assets/data/nsi/logos/petspot-fbd79e.jpg" }, - { - "if": { - "and": [ - "shop=pet", - { - "or": [ - "brand=イオンペット", - "brand:en=Aeonpet", - "brand:ja=イオンペット", - "brand:wikidata=Q11286064", - "name=イオンペット", - "name:en=Aeonpet", - "name:ja=イオンペット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aeonpet-def705.undefined" - }, { "if": { "and": [ @@ -237189,25 +187737,6 @@ }, "then": "./assets/data/nsi/logos/kitamuracamera-686725.png" }, - { - "if": { - "and": [ - "shop=photo", - { - "or": [ - "brand=コイデカメラ", - "brand:en=Koide Camera", - "brand:ja=コイデカメラ", - "brand:wikidata=Q11301829", - "name=コイデカメラ", - "name:en=Koide Camera", - "name:ja=コイデカメラ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koidecamera-686725.undefined" - }, { "if": { "and": [ @@ -237227,76 +187756,6 @@ }, "then": "./assets/data/nsi/logos/paletteplaza-686725.svg" }, - { - "if": { - "and": [ - "shop=photo", - { - "or": [ - "brand=彩色熊猫", - "brand:wikidata=Q108403887", - "brand:zh=彩色熊猫", - "name=彩色熊猫", - "name:zh=彩色熊猫" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ca79e5-723043.undefined" - }, - { - "if": { - "and": [ - "shop=photo", - { - "or": [ - "brand=微笑时刻", - "brand:en=smile-time", - "brand:wikidata=Q108403624", - "brand:zh=微笑时刻", - "name=微笑时刻", - "name:en=smile-time", - "name:zh=微笑时刻" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smiletime-723043.undefined" - }, - { - "if": { - "and": [ - "shop=photo", - { - "or": [ - "brand=海马体照相馆", - "brand:en=Himo", - "brand:wikidata=Q99284630", - "brand:zh=海马体照相馆", - "name=海马体照相馆", - "name:en=Himo", - "name:zh=海马体照相馆" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/himo-723043.undefined" - }, - { - "if": { - "and": [ - "shop=plant_hire", - { - "or": [ - "brand=Ahern Rentals", - "brand:wikidata=Q114487657", - "name=Ahern Rentals" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ahernrentals-a0a976.undefined" - }, { "if": { "and": [ @@ -237327,21 +187786,6 @@ }, "then": "./assets/data/nsi/logos/equipmentdepot-a0a976.jpg" }, - { - "if": { - "and": [ - "shop=plant_hire", - { - "or": [ - "brand=H&E Equipment Services", - "brand:wikidata=Q114485951", - "name=H&E Equipment Services" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/handeequipmentservices-a0a976.undefined" - }, { "if": { "and": [ @@ -237552,21 +187996,6 @@ }, "then": "./assets/data/nsi/logos/rusalut-4c9e23.jpg" }, - { - "if": { - "and": [ - "shop=pyrotechnics", - { - "or": [ - "brand=TNT Fireworks", - "brand:wikidata=Q125580484", - "name=TNT Fireworks" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tntfireworks-f0f687.undefined" - }, { "if": { "and": [ @@ -237630,21 +188059,6 @@ }, "then": "./assets/data/nsi/logos/mobilemini-402547.png" }, - { - "if": { - "and": [ - "shop=rental", - { - "or": [ - "brand=Mobile Mini", - "brand:wikidata=Q123415563", - "name=Mobile Mini" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobilemini-0ac50a.undefined" - }, { "if": { "and": [ @@ -237752,25 +188166,6 @@ }, "then": "./assets/data/nsi/logos/mrhandyman-925a2e.jpg" }, - { - "if": { - "and": [ - "shop=repair", - { - "or": [ - "brand=Plusone", - "brand:en=Plusone", - "brand:ja=プラスワン", - "brand:wikidata=Q94570391", - "name=Plusone", - "name:en=Plusone", - "name:ja=プラスワン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plusone-63a4a7.undefined" - }, { "if": { "and": [ @@ -237786,20 +188181,6 @@ }, "then": "./assets/data/nsi/logos/deutschesee-955e0e.jpg" }, - { - "if": { - "and": [ - "shop=seafood", - { - "or": [ - "brand=Икорный", - "name=Икорный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/43b6ed-93be8b.undefined" - }, { "if": { "and": [ @@ -237817,20 +188198,6 @@ }, "then": "./assets/data/nsi/logos/oceankamchatkasahalin-93be8b.jpg" }, - { - "if": { - "and": [ - "shop=second_hand", - { - "or": [ - "brand=Cash Express", - "name=Cash Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cashexpress-92f900.undefined" - }, { "if": { "and": [ @@ -237918,25 +188285,6 @@ }, "then": "./assets/data/nsi/logos/valuevillage-d58a94.png" }, - { - "if": { - "and": [ - "shop=second_hand", - { - "or": [ - "brand=OFF・HOUSE", - "brand:en=OFF・HOUSE", - "brand:ja=オフハウス", - "brand:wikidata=Q11327274", - "name=オフハウス", - "name:en=Off House", - "name:ja=オフハウス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/offhouse-f1a9c4.undefined" - }, { "if": { "and": [ @@ -237975,65 +188323,6 @@ }, "then": "./assets/data/nsi/logos/treasurefactory-f1a9c4.jpg" }, - { - "if": { - "and": [ - "shop=second_hand", - { - "or": [ - "brand=HARD・OFF", - "brand:en=HARD・OFF", - "brand:ja=ハードオフ", - "brand:wikidata=Q11327274", - "name=ハードオフ", - "name:en=Hard Off", - "name:ja=ハードオフ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hardoff-f1a9c4.undefined" - }, - { - "if": { - "and": [ - "shop=second_hand", - { - "or": [ - "brand=HOBBY・OFF", - "brand:en=HOBBY・OFF", - "brand:ja=ホビーオフ", - "brand:wikidata=Q11327274", - "name=ホビーオフ", - "name:en=Hobby Off", - "name:ja=ホビーオフ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hobbyoff-f1a9c4.undefined" - }, - { - "if": { - "and": [ - "shop=second_hand", - { - "or": [ - "brand=買取王国", - "brand:en=Treasure Bomb", - "brand:ja=買取王国", - "brand:ja-Latn=Kaitori Okoku", - "brand:wikidata=Q18336741", - "name=買取王国", - "name:en=Treasure Bomb", - "name:ja=買取王国", - "name:ja-Latn=Kaitori Okoku" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/treasurebomb-f1a9c4.undefined" - }, { "if": { "and": [ @@ -238217,21 +188506,6 @@ }, "then": "./assets/data/nsi/logos/asics-9b62dc.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=B2", - "brand:wikidata=Q127915278", - "name=B2" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b2-189a70.undefined" - }, { "if": { "and": [ @@ -239245,20 +189519,6 @@ }, "then": "./assets/data/nsi/logos/kari-9b62dc.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Kari Kids", - "name=Kari Kids" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karikids-6758e9.undefined" - }, { "if": { "and": [ @@ -239309,21 +189569,6 @@ }, "then": "./assets/data/nsi/logos/kurtgeiger-eede13.png" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=La Halle", - "brand:wikidata=Q62390731", - "name=La Halle aux Chaussures" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lahalleauxchaussures-c57706.undefined" - }, { "if": { "and": [ @@ -239370,21 +189615,6 @@ }, "then": "./assets/data/nsi/logos/leiser-0833e2.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Liberty", - "brand:wikidata=Q6541947", - "name=Liberty Exclusive Showroom" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libertyexclusiveshowroom-02b6ad.undefined" - }, { "if": { "and": [ @@ -239565,20 +189795,6 @@ }, "then": "./assets/data/nsi/logos/mayersmarkenschuhe-0833e2.png" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Megatop", - "name=Megatop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/megatop-bc0473.undefined" - }, { "if": { "and": [ @@ -240304,21 +190520,6 @@ }, "then": "./assets/data/nsi/logos/schuhmann-0833e2.png" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Schuhkay", - "brand:wikidata=Q66009415", - "name=Schuhkay" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schuhkay-0833e2.undefined" - }, { "if": { "and": [ @@ -240349,20 +190550,6 @@ }, "then": "./assets/data/nsi/logos/scorett-14eefa.efa" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Seaside", - "name=Seaside" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seaside-108eac.undefined" - }, { "if": { "and": [ @@ -240393,20 +190580,6 @@ }, "then": "./assets/data/nsi/logos/sezon-587627.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Shagovita", - "name=Shagovita" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shagovita-18cb77.undefined" - }, { "if": { "and": [ @@ -240601,21 +190774,6 @@ }, "then": "./assets/data/nsi/logos/sidestep-76fee2.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=SIDESTEP", - "brand:wikidata=Q107358444", - "name=SIDESTEP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sidestep-0833e2.undefined" - }, { "if": { "and": [ @@ -240796,21 +190954,6 @@ }, "then": "./assets/data/nsi/logos/stevemadden-22ceb3.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Street Fever", - "brand:wikidata=Q116894504", - "name=Street Fever" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/streetfever-067547.undefined" - }, { "if": { "and": [ @@ -241143,20 +191286,6 @@ }, "then": "./assets/data/nsi/logos/wss-c5ede1.gif" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Zenden", - "name=Zenden" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zenden-0a14c2.undefined" - }, { "if": { "and": [ @@ -241172,20 +191301,6 @@ }, "then": "./assets/data/nsi/logos/ziengs-81951f.jpg" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=Мегатоп", - "name=Мегатоп" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5e558-bc0473.undefined" - }, { "if": { "and": [ @@ -241364,25 +191479,6 @@ }, "then": "./assets/data/nsi/logos/tokyoshoesretailingcenter-53e098.png" }, - { - "if": { - "and": [ - "shop=shoes", - { - "or": [ - "brand=足力健老人鞋", - "brand:en=ZULIJIAN", - "brand:wikidata=Q108307191", - "brand:zh=足力健老人鞋", - "name=足力健老人鞋", - "name:en=ZULIJIAN", - "name:zh=足力健老人鞋" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zulijian-2cdeaf.undefined" - }, { "if": { "and": [ @@ -242167,21 +192263,6 @@ }, "then": "./assets/data/nsi/logos/prohockeylife-80660e.jpg" }, - { - "if": { - "and": [ - "shop=sports", - { - "or": [ - "brand=Pro Image Sports", - "brand:wikidata=Q127273063", - "name=Pro Image Sports" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/proimagesports-89ce6f.undefined" - }, { "if": { "and": [ @@ -242691,25 +192772,6 @@ }, "then": "./assets/data/nsi/logos/sportsauthority-04ead7.jpg" }, - { - "if": { - "and": [ - "shop=sports", - { - "or": [ - "brand=スポーツデポ", - "brand:en=Sports Depo", - "brand:ja=スポーツデポ", - "brand:wikidata=Q11313050", - "name=スポーツデポ", - "name:en=Sports Depo", - "name:ja=スポーツデポ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sportsdepo-04ead7.undefined" - }, { "if": { "and": [ @@ -242967,51 +193029,6 @@ }, "then": "./assets/data/nsi/logos/mcpaper-f8476b.jpg" }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Office 1", - "brand:wikidata=Q3658063", - "name=Office 1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/office1-6800b0.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Office Depot", - "brand:wikidata=Q1337797", - "name=Office Depot" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/officedepot-8bfff1.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=OfficeMax", - "brand:wikidata=Q7079111", - "name=OfficeMax" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/officemax-f154d6.undefined" - }, { "if": { "and": [ @@ -243057,21 +193074,6 @@ }, "then": "./assets/data/nsi/logos/papersource-b2098d.jpg" }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Paperchase", - "brand:wikidata=Q7132739", - "name=Paperchase" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paperchase-a503c5.undefined" - }, { "if": { "and": [ @@ -243192,62 +193194,6 @@ }, "then": "./assets/data/nsi/logos/warehousestationery-a34cb3.png" }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=БелБланк", - "name=БелБланк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7e915f-ca3a38.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Глобус", - "name=Глобус" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d19aa5-c61d09.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Канцлер", - "name=Канцлер" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b2b772-b8bb59.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=Карандаш", - "name=Карандаш" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/41fbf0-048ffe.undefined" - }, { "if": { "and": [ @@ -243267,39 +193213,6 @@ }, "then": "./assets/data/nsi/logos/komus-b8bb59.png" }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=九乘九文具專家", - "brand:en=9x9 Stationery!", - "brand:wikidata=Q10878649", - "brand:zh=九乘九文具專家", - "name=九乘九文具專家", - "name:en=9x9 Stationery!", - "name:zh=九乘九文具專家" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9x9stationery-1884c5.undefined" - }, - { - "if": { - "and": [ - "shop=stationery", - { - "or": [ - "brand=晨光文具", - "name=晨光文具" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/34a306-cfa3fb.undefined" - }, { "if": { "and": [ @@ -243499,21 +193412,6 @@ }, "then": "./assets/data/nsi/logos/lifestorage-7879a0.jpg" }, - { - "if": { - "and": [ - "shop=storage_rental", - { - "or": [ - "brand=Lok'nStore", - "brand:wikidata=Q6668484", - "name=Lok'nStore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loknstore-93b48c.undefined" - }, { "if": { "and": [ @@ -244032,40 +193930,6 @@ }, "then": "./assets/data/nsi/logos/hellostorage-40a7f7.jpg" }, - { - "if": { - "and": [ - "shop=storage_rental", - { - "or": [ - "brand=ライゼボックス", - "brand:en=Reise Box", - "brand:ja=ライゼボックス", - "brand:wikidata=Q11346377", - "name=ライゼボックス", - "name:en=Reise Box", - "name:ja=ライゼボックス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reisebox-40a7f7.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=365discount", - "brand:wikidata=Q104671354", - "name=365discount" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/365discount-072052.undefined" - }, { "if": { "and": [ @@ -244726,21 +194590,6 @@ }, "then": "./assets/data/nsi/logos/bazaar-37450e.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Bel Air", - "brand:wikidata=Q112922067", - "name=Bel Air" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belair-097dbf.undefined" - }, { "if": { "and": [ @@ -244756,37 +194605,6 @@ }, "then": "./assets/data/nsi/logos/berkotssuperfoods-5dc7ba.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Beta", - "name=Beta" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beta-858077.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Bhat-Bhateni Super Market", - "brand:wikidata=Q104847792", - "name=Bhat-Bhateni Super Market", - "name:en=Bhat-Bhateni Super Market", - "name:ne=भाट-भटेनी सुपर मार्केट" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bhatbhatenisupermarket-e40c68.undefined" - }, { "if": { "and": [ @@ -244911,25 +194729,6 @@ }, "then": "./assets/data/nsi/logos/bigy-14be05.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Big-A", - "brand:en=Big-A", - "brand:ja=ビッグ・エー", - "brand:wikidata=Q11330804", - "name=Big-A", - "name:en=Big-A", - "name:ja=ビッグ・エー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biga-fe0970.undefined" - }, { "if": { "and": [ @@ -244990,21 +194789,6 @@ }, "then": "./assets/data/nsi/logos/billaplus-1eef1d.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Billa Днес", - "brand:wikidata=Q124377887", - "name=Billa Днес" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4e4d77-56b425.undefined" - }, { "if": { "and": [ @@ -245505,36 +195289,6 @@ }, "then": "./assets/data/nsi/logos/carrefourcity-3f7afe.afe" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Carrefour Contact", - "brand:wikidata=Q2940188", - "name=Carrefour Contact" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourcontact-e52941.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Carrefour Market", - "brand:wikidata=Q2689639", - "name=Carrefour Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourmarket-986a24.undefined" - }, { "if": { "and": [ @@ -245857,21 +195611,6 @@ }, "then": "./assets/data/nsi/logos/citymarket-986a24.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=CJ Express", - "brand:wikidata=Q125874457", - "name=CJ Supermarket" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cjsupermarket-fd4d8d.undefined" - }, { "if": { "and": [ @@ -245998,23 +195737,6 @@ }, "then": "./assets/data/nsi/logos/colescentral-c254c9.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Coles Local", - "brand:wikidata=Q104850818", - "name=Coles Local", - "operator=Coles Group", - "operator:wikidata=Q1339055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coleslocal-c254c9.undefined" - }, { "if": { "and": [ @@ -246075,36 +195797,6 @@ }, "then": "./assets/data/nsi/logos/conad-06d4eb.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Conad City", - "brand:wikidata=Q57543102", - "name=Conad City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conadcity-0cb133.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Conad Superstore", - "brand:wikidata=Q118129616", - "name=Conad Superstore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conadsuperstore-0cb133.undefined" - }, { "if": { "and": [ @@ -246617,21 +196309,6 @@ }, "then": "./assets/data/nsi/logos/d1-271a34.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Dagli'Brugsen", - "brand:wikidata=Q12307017", - "name=Dagli'Brugsen" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daglibrugsen-072052.undefined" - }, { "if": { "and": [ @@ -246707,21 +196384,6 @@ }, "then": "./assets/data/nsi/logos/delhaize-f276cb.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Delikatesy Centrum", - "brand:wikidata=Q11693824", - "name=Delikatesy Centrum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delikatesycentrum-9e6a6c.undefined" - }, { "if": { "and": [ @@ -247154,23 +196816,6 @@ }, "then": "./assets/data/nsi/logos/econofoods-f9f648.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Economy Cash", - "brand:wikidata=Q114915795", - "name=Economy Cash", - "operator=Kuups Design International SL", - "operator:wikidata=Q113464694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/economycash-0513f1.undefined" - }, { "if": { "and": [ @@ -247235,21 +196880,6 @@ }, "then": "./assets/data/nsi/logos/edekaxpress-0a839e.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Eko", - "brand:wikidata=Q9251859", - "name=Eko" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eko-9e6a6c.undefined" - }, { "if": { "and": [ @@ -247536,20 +197166,6 @@ }, "then": "./assets/data/nsi/logos/famila-5d2816.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Familia", - "name=Familia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/familia-0513f1.undefined" - }, { "if": { "and": [ @@ -247625,20 +197241,6 @@ }, "then": "./assets/data/nsi/logos/fiestamart-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Fix Price", - "name=Fix Price" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fixprice-be42a4.undefined" - }, { "if": { "and": [ @@ -247759,21 +197361,6 @@ }, "then": "./assets/data/nsi/logos/foodland-76454b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=FoodLand", - "brand:wikidata=Q5465271", - "name=FoodLand" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foodland-0c6d0a.undefined" - }, { "if": { "and": [ @@ -248044,28 +197631,6 @@ }, "then": "./assets/data/nsi/logos/frysmarketplace-dde59d.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=fusion", - "brand:en=fusion", - "name=fusion", - "name:en=fusion", - "operator=屈臣氏集團 A.S. Watson Group", - "operator:en=A.S. Watson Group", - "operator:wikidata=Q4647401", - "operator:zh=屈臣氏集團", - "operator:zh-Hans=屈臣氏集团", - "operator:zh-Hant=屈臣氏集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fusion-745f9c.undefined" - }, { "if": { "and": [ @@ -248096,20 +197661,6 @@ }, "then": "./assets/data/nsi/logos/gadis-0513f1.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Gama", - "name=Gama" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gama-f9fd1a.undefined" - }, { "if": { "and": [ @@ -248291,21 +197842,6 @@ }, "then": "./assets/data/nsi/logos/grandfrais-94a8a9.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Griya", - "brand:wikidata=Q124353081", - "name=Griya" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/griya-9b33de.undefined" - }, { "if": { "and": [ @@ -248568,21 +198104,6 @@ }, "then": "./assets/data/nsi/logos/heronfoods-a8278b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Hiper Simply", - "brand:wikidata=Q5643014", - "name=Hiper Simply" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hipersimply-0513f1.undefined" - }, { "if": { "and": [ @@ -248843,24 +198364,6 @@ }, "then": "./assets/data/nsi/logos/idea-7f1f6d.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=IDEA Super", - "brand:wikidata=Q114669350", - "name=IDEA Super", - "name:en=IDEA Super", - "name:sr=Идеа супер", - "name:sr-Latn=Idea super" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ideasuper-7f1f6d.undefined" - }, { "if": { "and": [ @@ -248937,20 +198440,6 @@ }, "then": "./assets/data/nsi/logos/insmercato-0cb133.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Incoop", - "name=Incoop" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/incoop-0cb133.undefined" - }, { "if": { "and": [ @@ -249087,21 +198576,6 @@ }, "then": "./assets/data/nsi/logos/ipercoop-0cb133.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Irma", - "brand:wikidata=Q797150", - "name=Irma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/irma-072052.undefined" - }, { "if": { "and": [ @@ -249348,21 +198822,6 @@ }, "then": "./assets/data/nsi/logos/kings-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Kipa", - "brand:wikidata=Q218006", - "name=Kipa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kipa-5b5772.undefined" - }, { "if": { "and": [ @@ -249528,21 +198987,6 @@ }, "then": "./assets/data/nsi/logos/kupsch-0a839e.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Kvickly", - "brand:wikidata=Q7061148", - "name=Kvickly" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kvickly-072052.undefined" - }, { "if": { "and": [ @@ -249588,20 +199032,6 @@ }, "then": "./assets/data/nsi/logos/lacomer-9b2dfb.dfb" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=La Despensa", - "name=La Despensa" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ladespensa-0513f1.undefined" - }, { "if": { "and": [ @@ -249650,21 +199080,6 @@ }, "then": "./assets/data/nsi/logos/lavieclaire-c16b1c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Leader Price", - "brand:wikidata=Q2181426", - "name=Leader Price" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leaderprice-8d94f8.undefined" - }, { "if": { "and": [ @@ -249801,21 +199216,6 @@ }, "then": "./assets/data/nsi/logos/londis-23ec32.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Londis", - "brand:wikidata=Q21008564", - "name=Londis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/londis-a8278b.undefined" - }, { "if": { "and": [ @@ -249898,36 +199298,6 @@ }, "then": "./assets/data/nsi/logos/lotussgofresh-a5f134.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Løvbjerg", - "brand:wikidata=Q12325422", - "name=Løvbjerg" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lovbjerg-072052.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Lowe's Market", - "brand:wikidata=Q6693107", - "name=Lowe's Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lowesmarket-dde59d.undefined" - }, { "if": { "and": [ @@ -249989,20 +199359,6 @@ }, "then": "./assets/data/nsi/logos/luluhypermarket-7e55ed.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Luna", - "name=Luna" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luna-0d2b84.undefined" - }, { "if": { "and": [ @@ -250066,21 +199422,6 @@ }, "then": "./assets/data/nsi/logos/mandssimplyfood-986a24.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Macrocenter", - "brand:wikidata=Q123194881", - "name=Macrocenter" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macrocenter-5b5772.undefined" - }, { "if": { "and": [ @@ -250096,66 +199437,6 @@ }, "then": "./assets/data/nsi/logos/magnit-230709.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Magnum", - "name=Magnum" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magnum-8f26de.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Marc's", - "brand:wikidata=Q17080259", - "name=Marc's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marcs-927fbd.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Marché Adonis", - "brand:wikidata=Q20707426", - "name=Marché Adonis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marcheadonis-76454b.undefined" - }, - { - "if": { - "and": [ - "official_name=Margin Free Market Pvt Ltd", - "shop=supermarket", - { - "or": [ - "brand=Margin Free Market", - "brand:wikidata=Q99751436", - "name=Margin Free Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marginfreemarket-9ef8f9.undefined" - }, { "if": { "and": [ @@ -250217,20 +199498,6 @@ }, "then": "./assets/data/nsi/logos/marketbasket-986a24.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Market In", - "name=Market In" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marketin-37450e.undefined" - }, { "if": { "and": [ @@ -250310,21 +199577,6 @@ }, "then": "./assets/data/nsi/logos/marktkauf-0a839e.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Marqt", - "brand:wikidata=Q55361811", - "name=Marqt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marqt-5811b5.undefined" - }, { "if": { "and": [ @@ -250605,20 +199857,6 @@ }, "then": "./assets/data/nsi/logos/md-0cb133.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Mega", - "name=Mega" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mega-0cb133.undefined" - }, { "if": { "and": [ @@ -250667,21 +199905,6 @@ }, "then": "./assets/data/nsi/logos/megasoriana-9b2dfb.dfb" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Megasave", - "brand:wikidata=Q116520541", - "name=Megasave" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/megasave-6d06e8.undefined" - }, { "if": { "and": [ @@ -251002,21 +200225,6 @@ }, "then": "./assets/data/nsi/logos/milkagro-4ccde8.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Min Købmand", - "brand:wikidata=Q104310815", - "name=Min Købmand" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minkobmand-072052.undefined" - }, { "if": { "and": [ @@ -251066,20 +200274,6 @@ }, "then": "./assets/data/nsi/logos/mixmarkt-56b425.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=MM Migros", - "name=MM Migros" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mmmigros-36e991.undefined" - }, { "if": { "and": [ @@ -251110,23 +200304,6 @@ }, "then": "./assets/data/nsi/logos/monoprix-2a24ce.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Monoprix", - "brand:wikidata=Q2719231", - "name=Monoprix", - "name:ar=مونوبري", - "name:fr=Monoprix" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monoprix-fb893a.undefined" - }, { "if": { "and": [ @@ -251157,21 +200334,6 @@ }, "then": "./assets/data/nsi/logos/morrisons-a8278b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Morton Williams", - "brand:wikidata=Q28227933", - "name=Morton Williams" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mortonwilliams-c616c2.undefined" - }, { "if": { "and": [ @@ -251187,20 +200349,6 @@ }, "then": "./assets/data/nsi/logos/mpreis-eeb4e5.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=My market", - "name=My market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mymarket-37450e.undefined" - }, { "if": { "and": [ @@ -251230,21 +200378,6 @@ }, "then": "./assets/data/nsi/logos/naerbutikken-ed9dd5.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Nah & Frisch", - "brand:wikidata=Q1963643", - "name=Nah & Frisch" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nahandfrisch-6367d0.undefined" - }, { "if": { "and": [ @@ -251471,21 +200604,6 @@ }, "then": "./assets/data/nsi/logos/newworld-5dc426.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Nilgiri's", - "brand:wikidata=Q17079567", - "name=Nilgiri's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nilgiris-9ef8f9.undefined" - }, { "if": { "and": [ @@ -251516,21 +200634,6 @@ }, "then": "./assets/data/nsi/logos/nofrills-76454b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Nomi", - "brand:wikidata=Q11792768", - "name=Nomi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nomi-9e6a6c.undefined" - }, { "if": { "and": [ @@ -251636,21 +200739,6 @@ }, "then": "./assets/data/nsi/logos/nsktradecity-80e9ee.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=NTL", - "brand:wikidata=Q6966095", - "name=NTL" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntl-f279a1.undefined" - }, { "if": { "and": [ @@ -251712,21 +200800,6 @@ }, "then": "./assets/data/nsi/logos/okfoods-6d06e8.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=OK Minimark", - "brand:wikidata=Q116520457", - "name=OK Minimark" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okminimark-6d06e8.undefined" - }, { "if": { "and": [ @@ -251802,35 +200875,6 @@ }, "then": "./assets/data/nsi/logos/pali-ff0cfa.cfa" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Pam", - "brand:wikidata=Q105615038", - "name=Pam" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pam-d52198.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Panamericana", - "name=Panamericana" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panamericana-3bce4c.undefined" - }, { "if": { "and": [ @@ -251998,21 +201042,6 @@ }, "then": "./assets/data/nsi/logos/pingodoce-a14fce.fce" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Piotr i Paweł", - "brand:wikidata=Q2096356", - "name=Piotr i Paweł" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piotripawel-9e6a6c.undefined" - }, { "if": { "and": [ @@ -252179,21 +201208,6 @@ }, "then": "./assets/data/nsi/logos/primaprix-0513f1.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Prisma", - "brand:wikidata=Q12047031", - "name=Prisma" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prisma-c9c76a.undefined" - }, { "if": { "and": [ @@ -252510,36 +201524,6 @@ }, "then": "./assets/data/nsi/logos/realcanadiansuperstore-76454b.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Redner's", - "brand:wikidata=Q7306166", - "name=Redner's" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redners-dde59d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Reliance Fresh", - "brand:wikidata=Q7311014", - "name=Reliance Fresh" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reliancefresh-9ef8f9.undefined" - }, { "if": { "and": [ @@ -252740,21 +201724,6 @@ }, "then": "./assets/data/nsi/logos/rulerfoods-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=S-market", - "brand:wikidata=Q11891613", - "name=S-market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smarket-46d3b7.undefined" - }, { "if": { "and": [ @@ -252912,21 +201881,6 @@ }, "then": "./assets/data/nsi/logos/saveonfoods-76454b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Savegnago Supermercados", - "brand:wikidata=Q121097894", - "name=Savegnago Supermercados" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/savegnagosupermercados-20f2a8.undefined" - }, { "if": { "and": [ @@ -252942,34 +201896,6 @@ }, "then": "./assets/data/nsi/logos/savemor-f9f648.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Savemore", - "name=Savemore" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/savemore-49e134.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Savemore Market", - "name=Savemore Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/savemoremarket-49e134.undefined" - }, { "if": { "and": [ @@ -253001,21 +201927,6 @@ }, "then": "./assets/data/nsi/logos/schnucks-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Scotmid", - "brand:wikidata=Q7435719", - "name=Scotmid" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scotmid-a8278b.undefined" - }, { "if": { "and": [ @@ -253096,21 +202007,6 @@ }, "then": "./assets/data/nsi/logos/shaws-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Sheng Siong", - "brand:wikidata=Q3481878", - "name=Sheng Siong" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shengsiong-07d9e1.undefined" - }, { "if": { "and": [ @@ -253156,21 +202052,6 @@ }, "then": "./assets/data/nsi/logos/shoprite-46096d.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Shoprite", - "brand:wikidata=Q130474676", - "name=Shoprite" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shoprite-1061bf.undefined" - }, { "if": { "and": [ @@ -253324,20 +202205,6 @@ }, "then": "./assets/data/nsi/logos/supermarketslawex-9e6a6c.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Small", - "name=Small" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/small-8f26de.undefined" - }, { "if": { "and": [ @@ -253534,20 +202401,6 @@ }, "then": "./assets/data/nsi/logos/spazioconad-0cb133.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Spinneys", - "name=Spinneys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spinneys-37e51a.undefined" - }, { "if": { "and": [ @@ -253760,20 +202613,6 @@ }, "then": "./assets/data/nsi/logos/supeco-62a473.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Super 1 Foods", - "name=Super 1 Foods" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/super1foods-b85f7d.undefined" - }, { "if": { "and": [ @@ -254094,21 +202933,6 @@ }, "then": "./assets/data/nsi/logos/supermarket-20f2a8.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Supermercado Covrabra", - "brand:wikidata=Q131063998", - "name=Supermercado Covabra" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/supermercadocovabra-20f2a8.undefined" - }, { "if": { "and": [ @@ -254214,21 +203038,6 @@ }, "then": "./assets/data/nsi/logos/supervalue-5dc426.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Supplyco Super Market", - "brand:wikidata=Q99613456", - "name=Supplyco Super Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/supplycosupermarket-9ef8f9.undefined" - }, { "if": { "and": [ @@ -254359,21 +203168,6 @@ }, "then": "./assets/data/nsi/logos/tescoextra-1e2c58.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Tesco Metro", - "brand:wikidata=Q57551648", - "name=Tesco Metro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tescometro-23ec32.undefined" - }, { "if": { "and": [ @@ -254484,20 +203278,6 @@ }, "then": "./assets/data/nsi/logos/thrash-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Tiendas D1", - "name=Tiendas D1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tiendasd1-271a34.undefined" - }, { "if": { "and": [ @@ -254513,21 +203293,6 @@ }, "then": "./assets/data/nsi/logos/tigre-0cb133.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Tigre Amico", - "brand:wikidata=Q114567814", - "name=Tigre Amico" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigreamico-0cb133.undefined" - }, { "if": { "and": [ @@ -254713,21 +203478,6 @@ }, "then": "./assets/data/nsi/logos/traderjoes-dde59d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Triveni Supermarket", - "brand:wikidata=Q7844639", - "name=Triveni Supermarket" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trivenisupermarket-9ef8f9.undefined" - }, { "if": { "and": [ @@ -254764,22 +203514,6 @@ }, "then": "./assets/data/nsi/logos/tuodi-0cb133.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Türkiye Tarım Kredi Kooperatif Market", - "brand:tr=Türkiye Tarım Kredi Kooperatif Market", - "brand:wikidata=Q127328776", - "name=Türkiye Tarım Kredi Kooperatif Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/turkiyetarimkredikooperatifmarket-5b5772.undefined" - }, { "if": { "and": [ @@ -254795,20 +203529,6 @@ }, "then": "./assets/data/nsi/logos/unes-0cb133.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Unide", - "name=Unide" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unide-0513f1.undefined" - }, { "if": { "and": [ @@ -254839,21 +203559,6 @@ }, "then": "./assets/data/nsi/logos/unimarkt-1eef1d.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=United Grocery Outlet", - "brand:wikidata=Q23074318", - "name=United Grocery Outlet" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedgroceryoutlet-aecdaf.undefined" - }, { "if": { "and": [ @@ -254884,21 +203589,6 @@ }, "then": "./assets/data/nsi/logos/univerexport-b83687.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Usave", - "brand:wikidata=Q115696368", - "name=Usave" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usave-1d4ed7.undefined" - }, { "if": { "and": [ @@ -254999,41 +203689,6 @@ }, "then": "./assets/data/nsi/logos/vea-0d2b84.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Victory", - "brand:wikidata=Q6564842", - "name=Victory", - "name:en=Victory", - "name:he=ויקטורי", - "name:ru=Виктори" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victory-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Vidal Supermercados", - "brand:wikidata=Q114915046", - "name=Vidal", - "operator=Kuups Design International SL", - "operator:wikidata=Q113464694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vidal-0513f1.undefined" - }, { "if": { "and": [ @@ -255247,21 +203902,6 @@ }, "then": "./assets/data/nsi/logos/wholefoodsmarket-90050a.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Wholesale Club", - "brand:wikidata=Q7997568", - "name=Wholesale Club" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wholesaleclub-76454b.undefined" - }, { "if": { "and": [ @@ -255401,20 +204041,6 @@ }, "then": "./assets/data/nsi/logos/woolworthsmetro-5dc426.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Xtra", - "name=Xtra" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xtra-85c6ac.undefined" - }, { "if": { "and": [ @@ -255496,27 +204122,6 @@ }, "then": "./assets/data/nsi/logos/zehrs-76454b.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Զովք", - "brand:en=Zovq", - "brand:hy=Զովք", - "brand:ru=Зовк", - "brand:wikidata=Q118727379", - "name=Զովք", - "name:en=Zovq", - "name:hy=Զովք", - "name:ru=Зовк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zovq-da616d.undefined" - }, { "if": { "and": [ @@ -255593,73 +204198,6 @@ }, "then": "./assets/data/nsi/logos/masoutis-37450e.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Σκλαβενίτης", - "brand:el=Σκλαβενίτης", - "brand:en=Sklavenitis", - "brand:wikidata=Q7536037", - "name=Σκλαβενίτης", - "name:el=Σκλαβενίτης", - "name:en=Sklavenitis" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sklavenitis-40667a.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Абсолют", - "brand:wikidata=Q62389597", - "name=Абсолют" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6784df-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Абсолют", - "brand:wikidata=Q62389546", - "name=Абсолют" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6784df-94881c.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Авоська", - "brand:en=Avoska", - "brand:ru=Авоська", - "name=Авоська", - "name:en=Avoska", - "name:ru=Авоська" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avoska-d5eaac.undefined" - }, { "if": { "and": [ @@ -255679,34 +204217,6 @@ }, "then": "./assets/data/nsi/logos/azbukavkusa-d5eaac.aac" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Азия", - "name=Азия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d1ee01-c9c3c5.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Аникс", - "name=Аникс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5165e0-d5eaac.undefined" - }, { "if": { "and": [ @@ -255783,51 +204293,6 @@ }, "then": "./assets/data/nsi/logos/auchan-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Байрам", - "name=Байрам" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/79c5a6-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Батон", - "brand:wikidata=Q131625080", - "name=Батон", - "name:en=Baton", - "name:ru=Батон" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baton-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Белмаркет", - "name=Белмаркет" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fb97c0-a384d0.undefined" - }, { "if": { "and": [ @@ -255956,20 +204421,6 @@ }, "then": "./assets/data/nsi/logos/vopak-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Глобус", - "name=Глобус" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d19aa5-71a9f7.undefined" - }, { "if": { "and": [ @@ -256019,25 +204470,6 @@ }, "then": "./assets/data/nsi/logos/40c23e-d5eaac.aac" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ДА!", - "brand:en=DA!", - "brand:ru=ДА!", - "brand:wikidata=Q127829045", - "name=ДА!", - "name:en=DA!", - "name:ru=ДА!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/da-d5eaac.undefined" - }, { "if": { "and": [ @@ -256055,23 +204487,6 @@ }, "then": "./assets/data/nsi/logos/dar-56b425.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Десяточка", - "brand:en=Desyatochka", - "brand:ru=Десяточка", - "brand:wikidata=Q61876182", - "name=Десяточка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desyatochka-d5eaac.undefined" - }, { "if": { "and": [ @@ -256106,20 +204521,6 @@ }, "then": "./assets/data/nsi/logos/981fe7-b83687.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Доброцен", - "name=Доброцен" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/75426f-4736ec.undefined" - }, { "if": { "and": [ @@ -256139,36 +204540,6 @@ }, "then": "./assets/data/nsi/logos/euroopt-a384d0.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Евроопт Hyper", - "brand:wikidata=Q65455975", - "name=Евроопт Hyper" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dc3845-a384d0.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Евроопт Super", - "brand:wikidata=Q65455960", - "name=Евроопт Super" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ba6617-a384d0.undefined" - }, { "if": { "and": [ @@ -256184,25 +204555,6 @@ }, "then": "./assets/data/nsi/logos/72c317-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Карусель", - "brand:en=Karusel", - "brand:ru=Карусель", - "brand:wikidata=Q4216307", - "name=Карусель", - "name:en=Karusel", - "name:ru=Карусель" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karusel-d5eaac.undefined" - }, { "if": { "and": [ @@ -256371,48 +204723,6 @@ }, "then": "./assets/data/nsi/logos/magnit-d5eaac.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Магнит Семейный", - "name=Магнит Семейный" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a90950-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Магнит у дома", - "name=Магнит у дома" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cb7d3a-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Магнолия", - "name=Магнолия" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1cdf18-d5eaac.undefined" - }, { "if": { "and": [ @@ -256447,34 +204757,6 @@ }, "then": "./assets/data/nsi/logos/f624e9-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Маяк", - "name=Маяк" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc2a95-170d1b.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Мираторг", - "name=Мираторг" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cea493-d5eaac.undefined" - }, { "if": { "and": [ @@ -256528,23 +204810,6 @@ }, "then": "./assets/data/nsi/logos/okey-d5eaac.aac" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Перекрёсток", - "brand:en=Perekryostok", - "brand:ru=Перекрёсток", - "brand:wikidata=Q1684639", - "name=Перекрёсток" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/perekryostok-d5eaac.undefined" - }, { "if": { "and": [ @@ -256560,25 +204825,6 @@ }, "then": "./assets/data/nsi/logos/1019ea-d5eaac.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Полушка", - "brand:en=Polushka", - "brand:ru=Полушка", - "brand:wikidata=Q4371080", - "name=Полушка", - "name:en=Polushka", - "name:ru=Полушка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polushka-d5eaac.undefined" - }, { "if": { "and": [ @@ -256594,39 +204840,6 @@ }, "then": "./assets/data/nsi/logos/fd13e6-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ПУД", - "name=ПУД" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ee305-95f58a.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Пятёрочка", - "brand:en=Pyaterochka", - "brand:ru=Пятёрочка", - "brand:wikidata=Q1768969", - "name=Пятёрочка", - "name:en=Pyaterochka", - "name:ru=Пятёрочка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pyaterochka-d5eaac.undefined" - }, { "if": { "and": [ @@ -256646,55 +204859,6 @@ }, "then": "./assets/data/nsi/logos/radezh-d5eaac.aac" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=РеалЪ", - "brand:en=Real", - "brand:ru=РеалЪ", - "brand:wikidata=Q110037601", - "name=РеалЪ", - "name:en=Real", - "name:ru=РеалЪ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/real-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Реми", - "brand:en=Remi", - "brand:ru=Реми", - "name=Реми" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/remi-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Рублёвский", - "name=Рублёвский" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee90e0-a384d0.undefined" - }, { "if": { "and": [ @@ -256714,66 +204878,6 @@ }, "then": "./assets/data/nsi/logos/rukavychka-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Санта", - "name=Санта" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/516eeb-a384d0.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Светофор", - "brand:en=Svetofor", - "brand:ru=Светофор", - "brand:wikidata=Q61875920", - "name=Светофор" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/svetofor-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Семишагофф", - "brand:wikidata=Q58003374", - "name=Семишагофф" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caa815-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Семья", - "name=Семья" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98abda-d5eaac.undefined" - }, { "if": { "and": [ @@ -256793,24 +204897,6 @@ }, "then": "./assets/data/nsi/logos/silpo-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Соседи", - "brand:en=Sosedi", - "brand:ru=Соседи", - "name=Соседи", - "name:en=Sosedi", - "name:ru=Соседи" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sosedi-5c34c1.undefined" - }, { "if": { "and": [ @@ -256885,106 +204971,6 @@ }, "then": "./assets/data/nsi/logos/fora-94881c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Фреш Маркет", - "brand:bg=Фреш Маркет", - "brand:en=Fresh Market", - "brand:wikidata=Q115452307", - "name=Фреш Маркет", - "name:bg=Фреш Маркет", - "name:en=Fresh Market" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freshmarket-56b425.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Фрунзе", - "name=Фрунзе" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/71f23a-ac7ff8.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Хит! Экспресс", - "name=Хит! Экспресс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cab3d0-a384d0.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Чижик", - "brand:wikidata=Q124171414", - "name=Чижик" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3d44da-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Эдельвейс", - "brand:en=Edelveis", - "brand:ru=Эдельвейс", - "brand:wikidata=Q57979368", - "name=Эдельвейс", - "name:en=Edelveis", - "name:ru=Эдельвейс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edelveis-d5eaac.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Ярче!", - "brand:en=Yarche!", - "brand:ru=Ярче!", - "brand:wikidata=Q102254456", - "name=Ярче!", - "name:en=Yarche!", - "name:ru=Ярче!" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yarche-d5eaac.undefined" - }, { "if": { "and": [ @@ -257166,79 +205152,6 @@ }, "then": "./assets/data/nsi/logos/fresco-873b68.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ჯიბე ქეშ & ქერი", - "brand:ka=ჯიბე ქეშ & ქერი", - "name=ჯიბე", - "name:en=Jibe", - "name:ka=ჯიბე", - "name:ru=Джибе" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jibe-873b68.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Osher Ad", - "brand:wikidata=Q31198118", - "name=אושר עד", - "name:en=Osher Ad", - "name:he=אושר עד", - "name:ru=Ошер Ад" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osherad-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "alt_name=Tiv Ta'am", - "brand=Tiv Ta'am", - "brand:wikidata=Q2903718", - "name=טיב טעם", - "name:en=Tiv Taam", - "name:he=טיב טעם", - "name:ru=Тив Та'ам" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tivtaam-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "alt_name=Tiv Ta'am in The City", - "brand=Tiv Ta'am in The City", - "brand:wikidata=Q2903718", - "name=טיב טעם בעיר", - "name:en=Tiv Taam in The City", - "name:he=טיב טעם בעיר" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tivtaaminthecity-6b65f1.undefined" - }, { "if": { "and": [ @@ -257278,81 +205191,6 @@ }, "then": "./assets/data/nsi/logos/yeinotbitan-6b65f1.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=מגה", - "brand:en=Mega", - "brand:he=מגה", - "brand:wikidata=Q12403907", - "name=מגה", - "name:en=Mega", - "name:he=מגה", - "name:ru=Мега" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mega-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=מגה בעיר", - "brand:en=Mega Ba'Ir", - "brand:he=מגה בעיר", - "brand:wikidata=Q12403907", - "name=מגה בעיר", - "name:en=Mega Ba'Ir", - "name:he=מגה בעיר", - "name:ru=Мега Ба'Ир" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/megabair-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Coop", - "brand:wikidata=Q16132437", - "name=קואופ שופ", - "name:en=Coop Shop", - "name:he=קואופ שופ", - "name:ru=Коп Шоп" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coopshop-6b65f1.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=Keshet Teamim", - "name=קשת טעמים", - "name:en=Keshet Teamim", - "name:he=קשת טעמים", - "name:ru=Кешет Теамим" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keshetteamim-6b65f1.undefined" - }, { "if": { "and": [ @@ -257430,24 +205268,6 @@ }, "then": "./assets/data/nsi/logos/shufersalsheli-6b65f1.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=שוק מהדרין", - "brand:en=Shuk Mhadrin", - "brand:he=שוק מהדרין", - "name=שוק מהדרין", - "name:en=Shuk Mhadrin", - "name:he=שוק מהדרין" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shukmhadrin-6b65f1.undefined" - }, { "if": { "and": [ @@ -257490,26 +205310,6 @@ }, "then": "./assets/data/nsi/logos/abdullahalothaimmarkets-6c5d99.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - "short_name=OK", - { - "or": [ - "brand=افق کوروش", - "brand:en=Ofoq Kourosh", - "brand:fa=افق کوروش", - "brand:wikidata=Q65199490", - "name=افق کوروش", - "name:en=Ofoq Kourosh", - "name:fa=افق کوروش" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ofoqkourosh-c29ef9.undefined" - }, { "if": { "and": [ @@ -257532,20 +205332,6 @@ }, "then": "./assets/data/nsi/logos/panda-709c58.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=تيم مارت", - "name=تيم مارت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fc65e7-02224f.undefined" - }, { "if": { "and": [ @@ -257565,25 +205351,6 @@ }, "then": "./assets/data/nsi/logos/canbo-c29ef9.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=دیلی مارکت", - "brand:en=Daily Market", - "brand:fa=دیلی مارکت", - "brand:wikidata=Q119145493", - "name=دیلی مارکت", - "name:en=Daily Market", - "name:fa=دیلی مارکت" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dailymarket-c29ef9.undefined" - }, { "if": { "and": [ @@ -257603,95 +205370,6 @@ }, "then": "./assets/data/nsi/logos/refah-c29ef9.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=سوپر", - "name=سوپر" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3b0e76-c29ef9.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=فروشگاه افق کوروش", - "name=فروشگاه افق کوروش" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/14a0fb-c29ef9.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=فروشگاه رفاه", - "name=فروشگاه رفاه" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9ddc31-c29ef9.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=كارفور", - "name=كارفور" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5ae056-6efd78.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=مونوبري", - "name=مونوبري" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1cd6b6-927e7d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=هایپراستار", - "brand:en=Hyperstar", - "brand:fa=هایپراستار", - "brand:wikidata=Q10860330", - "name=هایپراستار", - "name:en=Hyperstar", - "name:fa=هایپراستار" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hyperstar-c29ef9.undefined" - }, { "if": { "and": [ @@ -257710,77 +205388,6 @@ }, "then": "./assets/data/nsi/logos/lottemart-12b833.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=롯데슈퍼", - "brand:ko=롯데슈퍼", - "brand:wikidata=Q12594199", - "name=롯데슈퍼", - "name:ko=롯데슈퍼" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/87a10a-12b833.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=우리마트", - "brand:ko=우리마트", - "name=우리마트", - "name:ko=우리마트" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee59eb-12b833.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=하나로마트", - "brand:en=Hanaro Mart", - "brand:ko=하나로마트", - "brand:wikidata=Q12590611", - "name=하나로마트", - "name:ko=하나로마트" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanaromart-12b833.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "alt_name:en=Acolle", - "brand=アコレ", - "brand:en=A・Colle", - "brand:ja=アコレ", - "brand:wikidata=Q11283128", - "name=アコレ", - "name:en=A・Colle", - "name:ja=アコレ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acolle-fe0970.undefined" - }, { "if": { "and": [ @@ -257819,44 +205426,6 @@ }, "then": "./assets/data/nsi/logos/aeon-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=AEON SUPERCENTER", - "brand:en=AEON SUPERCENTER", - "brand:ja=イオンスーパーセンター", - "brand:wikidata=Q11285970", - "name=イオンスーパーセンター", - "name:en=Aeon Supercenter", - "name:ja=イオンスーパーセンター" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aeonsupercenter-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=イズミヤ", - "brand:en=Izumiya", - "brand:ja=イズミヤ", - "brand:wikidata=Q11286632", - "name=イズミヤ", - "name:en=Izumiya", - "name:ja=イズミヤ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/izumiya-fe0970.undefined" - }, { "if": { "and": [ @@ -257915,25 +205484,6 @@ }, "then": "./assets/data/nsi/logos/acoop-fe0970.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=エコス", - "brand:en=Ecos", - "brand:ja=エコス", - "brand:wikidata=Q11289886", - "name=エコス", - "name:en=Ecos", - "name:ja=エコス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecos-fe0970.undefined" - }, { "if": { "and": [ @@ -258094,25 +205644,6 @@ }, "then": "./assets/data/nsi/logos/coopkobe-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=COOP SAPPORO", - "brand:en=COOP SAPPORO", - "brand:ja=コープさっぽろ", - "brand:wikidata=Q11574624", - "name=コープさっぽろ", - "name:en=Coop Sapporo", - "name:ja=コープさっぽろ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coopsapporo-fe0970.undefined" - }, { "if": { "and": [ @@ -258132,138 +205663,6 @@ }, "then": "./assets/data/nsi/logos/comodiiida-fe0970.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ザ・ビッグ", - "brand:en=THE BIG", - "brand:ja=ザ・ビッグ", - "brand:wikidata=Q11306676", - "name=ザ・ビッグ", - "name:en=THE BIG", - "name:ja=ザ・ビッグ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebig-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ザ・ビッグ エクスプレス", - "brand:en=THE BIG Express", - "brand:ja=ザ・ビッグ エクスプレス", - "brand:wikidata=Q11306676", - "name=ザ・ビッグ エクスプレス", - "name:en=THE BIG Express", - "name:ja=ザ・ビッグ エクスプレス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebigexpress-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=サミット", - "brand:en=Summit", - "brand:ja=サミット", - "brand:wikidata=Q11305129", - "name=サミット", - "name:en=Summit", - "name:ja=サミット" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/summit-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=サンディ", - "brand:en=Sundi", - "brand:ja=サンディ", - "brand:wikidata=Q11305717", - "name=サンディ", - "name:ja=サンディ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sundi-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=シティ", - "brand:en=CITY", - "brand:ja=シティ", - "brand:wikidata=Q115865410", - "name=シティ", - "name:en=CITY", - "name:ja=シティ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/city-c0ae3d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=シティ", - "brand:en=CITY", - "brand:ja=シティ", - "brand:wikidata=Q115865410", - "name=シティマート", - "name:en=CITY mart", - "name:ja=シティマート" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citymart-c0ae3d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=SUPER ARCS", - "brand:en=SUPER ARCS", - "brand:ja=スーパーアークス", - "brand:wikidata=Q17190570", - "name=スーパーアークス", - "name:en=Super Arcs", - "name:ja=スーパーアークス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/superarcs-fe0970.undefined" - }, { "if": { "and": [ @@ -258283,25 +205682,6 @@ }, "then": "./assets/data/nsi/logos/superalps-fe0970.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=スーパーバリュー", - "brand:en=Super Value", - "brand:ja=スーパーバリュー", - "brand:wikidata=Q11313802", - "name=スーパーバリュー", - "name:en=Super Value", - "name:ja=スーパーバリュー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/supervalue-fe0970.undefined" - }, { "if": { "and": [ @@ -258321,44 +205701,6 @@ }, "then": "./assets/data/nsi/logos/daiei-fe0970.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=タイヨー", - "brand:en=Taiyo", - "brand:ja=タイヨー", - "brand:wikidata=Q11315815", - "name=タイヨー", - "name:en=Taiyo", - "name:ja=タイヨー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiyo-aba7dc.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=タイヨー", - "brand:en=Taiyo", - "brand:ja=タイヨー", - "brand:wikidata=Q11315814", - "name=タイヨー", - "name:en=Taiyo", - "name:ja=タイヨー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiyo-801a3e.undefined" - }, { "if": { "and": [ @@ -258400,25 +205742,6 @@ }, "then": "./assets/data/nsi/logos/delicia-fe0970.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=トウズ", - "brand:en=Tou's", - "brand:ja=トウズ", - "brand:wikidata=Q53308796", - "name=トウズ", - "name:en=Tou's", - "name:ja=トウズ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tous-fe0970.undefined" - }, { "if": { "and": [ @@ -258438,25 +205761,6 @@ }, "then": "./assets/data/nsi/logos/trial-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=とりせん", - "brand:en=Torisen", - "brand:ja=とりせん", - "brand:wikidata=Q11273505", - "name=とりせん", - "name:en=Torisen", - "name:ja=とりせん" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/torisen-fe0970.undefined" - }, { "if": { "and": [ @@ -258484,44 +205788,6 @@ }, "then": "./assets/data/nsi/logos/donquijoteuny-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=バロー", - "brand:en=Valor", - "brand:ja=バロー", - "brand:wikidata=Q11328346", - "name=バロー", - "name:en=Valor", - "name:ja=バロー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valor-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=PEACOCK STORE", - "brand:en=PEACOCK STORE", - "brand:ja=ピーコックストア", - "brand:wikidata=Q11331715", - "name=ピーコックストア", - "name:en=Peacock Store", - "name:ja=ピーコックストア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peacockstore-fe0970.undefined" - }, { "if": { "and": [ @@ -258579,25 +205845,6 @@ }, "then": "./assets/data/nsi/logos/fujigrand-fe0970.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=フレスタ", - "brand:en=Fresta", - "brand:ja=フレスタ", - "brand:wikidata=Q11333988", - "name=フレスタ", - "name:en=Fresta", - "name:ja=フレスタ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fresta-fe0970.undefined" - }, { "if": { "and": [ @@ -258617,44 +205864,6 @@ }, "then": "./assets/data/nsi/logos/beisia-fe0970.svg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ベルク", - "brand:en=Belc", - "brand:ja=ベルク", - "brand:wikidata=Q11337090", - "name=ベルク", - "name:en=Belc", - "name:ja=ベルク" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belc-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ベルクス", - "brand:en=Bel'x", - "brand:ja=ベルクス", - "brand:wikidata=Q11305967", - "name=ベルクス", - "name:en=Bel'x", - "name:ja=ベルクス" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belx-fe0970.undefined" - }, { "if": { "and": [ @@ -258788,48 +205997,6 @@ }, "then": "./assets/data/nsi/logos/yaoko-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ヤマナカ", - "brand:en=Yamanaka", - "brand:ja=ヤマナカ", - "brand:wikidata=Q11345199", - "name=ヤマナカ", - "name:en=Yamanaka", - "name:ja=ヤマナカ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yamanaka-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=業務スーパー", - "brand:en=Gyomu Super", - "brand:ja=業務スーパー", - "brand:wikidata=Q105687460", - "name=ユーパレット", - "name:en=YOU Palette", - "name:ja=ユーパレット", - "operator=デリシア", - "operator:en=Delicia", - "operator:ja=デリシア", - "operator:wikidata=Q11283878" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/youpalette-fe0970.undefined" - }, { "if": { "and": [ @@ -258906,198 +206073,6 @@ }, "then": "./assets/data/nsi/logos/life-fe0970.png" }, - { - "if": { - "and": [ - "official_name=北雄ラッキー", - "official_name:ja=北雄ラッキー", - "shop=supermarket", - { - "or": [ - "brand=ラッキー", - "brand:en=LUCKY", - "brand:ja=ラッキー", - "brand:wikidata=Q115865306", - "name=ラッキー", - "name:en=LUCKY", - "name:ja=ラッキー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucky-c0ae3d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ラッキー", - "brand:en=LUCKY", - "brand:ja=ラッキー", - "brand:wikidata=Q115865306", - "name=ラッキーマート", - "name:en=LUCKY mart", - "name:ja=ラッキーマート" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luckymart-c0ae3d.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=RALSE MART", - "brand:en=RALSE MART", - "brand:ja=ラルズマート", - "brand:wikidata=Q11347482", - "name=ラルズマート", - "name:en=Ralse Mart", - "name:ja=ラルズマート" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ralsemart-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ロピア", - "brand:en=Lopia", - "brand:ja=ロピア", - "brand:wikidata=Q11350624", - "name=ロピア", - "name:en=Lopia", - "name:ja=ロピア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lopia-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=ワイズマート", - "brand:en=Y'smart", - "brand:ja=ワイズマート", - "brand:wikidata=Q11351175", - "name=ワイズマート", - "name:en=Y'smart", - "name:ja=ワイズマート" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ysmart-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=万代", - "brand:en=MANDAI", - "brand:ja=万代", - "brand:wikidata=Q11353756", - "name=万代", - "name:en=MANDAI", - "name:ja=万代" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mandai-fe0970.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=东方冷库", - "brand:en=DFLK", - "brand:wikidata=Q123025086", - "brand:zh=东方冷库", - "name=东方冷库", - "name:en=DFLK", - "name:zh=东方冷库" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dflk-24a030.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=中百佳乐家", - "brand:en=JiaLeJia", - "brand:zh=中百佳乐家", - "name=中百佳乐家", - "name:en=JiaLeJia", - "name:zh=中百佳乐家", - "operator=山东潍坊百货集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jialejia-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=京客隆", - "brand:en=Jingkelong", - "brand:wikidata=Q10902027", - "brand:zh=京客隆", - "name=京客隆", - "name:en=Jingkelong", - "name:zh=京客隆" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jingkelong-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=佳宝食品超級市場 Kai Bo Food Supermarket", - "brand:en=Kai Bo Food Supermarket", - "brand:wikidata=Q10886987", - "brand:zh=佳宝食品超級市場", - "name=佳宝食品超級市場 Kai Bo Food Supermarket", - "name:en=Kai Bo Food Supermarket", - "name:zh=佳宝食品超級市場" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaibofoodsupermarket-745f9c.undefined" - }, { "if": { "and": [ @@ -259131,48 +206106,6 @@ }, "then": "./assets/data/nsi/logos/pxmart-14223e.png" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=农工商超市", - "brand:en=NGS", - "brand:wikidata=Q15923587", - "brand:zh=农工商超市", - "brand:zh-Hans=农工商超市", - "brand:zh-Hant=農工商超市", - "name=农工商超市", - "name:en=NGS", - "name:zh=农工商超市", - "name:zh-Hans=农工商超市", - "name:zh-Hant=農工商超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ngs-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=北京华联", - "brand:en=BHG", - "brand:wikidata=Q4881137", - "brand:zh=北京华联", - "name=北京华联", - "name:en=BHG", - "name:zh=北京华联" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bhg-9c949f.undefined" - }, { "if": { "and": [ @@ -259192,25 +206125,6 @@ }, "then": "./assets/data/nsi/logos/vanguard-85bacf.acf" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=大张超市", - "brand:en=DAZHANG", - "brand:wikidata=Q111270003", - "brand:zh=大张超市", - "name=大张超市", - "name:en=DAZHANG", - "name:zh=大张超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dazhang-eda947.undefined" - }, { "if": { "and": [ @@ -259286,25 +206200,6 @@ }, "then": "./assets/data/nsi/logos/carrefour-3265be.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=家家悦", - "brand:en=JIAJIAYUE", - "brand:wikidata=Q123025078", - "brand:zh=家家悦", - "name=家家悦", - "name:en=JIAJIAYUE", - "name:zh=家家悦" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jiajiayue-eda947.undefined" - }, { "if": { "and": [ @@ -259332,33 +206227,6 @@ }, "then": "./assets/data/nsi/logos/carrefour-14223e.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=家樂福超市", - "brand:en=Carrefour Market", - "brand:nan=Ka-lo̍k-hok Chhiau-chhī", - "brand:nan-Hant=家樂福超市", - "brand:nan-Latn-pehoeji=Ka-lo̍k-hok Chhiau-chhī", - "brand:nan-Latn-tailo=Ka-lo̍k-hok Tshiau-tshī", - "brand:wikidata=Q2689639", - "brand:zh=家樂福超市", - "name=家樂福超市", - "name:en=Carrefour Market", - "name:nan=Ka-lo̍k-hok Chhiau-chhī", - "name:nan-Hant=家樂福超市", - "name:nan-Latn-pehoeji=Ka-lo̍k-hok Chhiau-chhī", - "name:nan-Latn-tailo=Ka-lo̍k-hok Tshiau-tshī", - "name:zh=家樂福超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrefourmarket-14223e.undefined" - }, { "if": { "and": [ @@ -259424,25 +206292,6 @@ }, "then": "./assets/data/nsi/logos/seijoishii-fe0970.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=東光ストア", - "brand:en=TOKOU STORE", - "brand:ja=東光ストア", - "brand:wikidata=Q11526020", - "name=東光ストア", - "name:en=Tokou Store", - "name:ja=東光ストア" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokoustore-fe0970.undefined" - }, { "if": { "and": [ @@ -259500,27 +206349,6 @@ }, "then": "./assets/data/nsi/logos/funcomsupermarket-14223e.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=業務スーパー", - "brand:en=Gyomu Super", - "brand:ja=業務スーパー", - "brand:ja-Latn=Gyōmu sūpā", - "brand:wikidata=Q11590183", - "name=業務スーパー", - "name:en=Gyomu Super", - "name:ja=業務スーパー", - "name:ja-Latn=Gyōmu sūpā" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gyomusuper-fe0970.undefined" - }, { "if": { "and": [ @@ -259559,25 +206387,6 @@ }, "then": "./assets/data/nsi/logos/aeon-745f9c.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=永辉超市", - "brand:en=Yonghui Superstores", - "brand:wikidata=Q17028520", - "brand:zh=永辉超市", - "name=永辉超市", - "name:en=Yonghui Superstores", - "name:zh=永辉超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yonghuisuperstores-eda947.undefined" - }, { "if": { "and": [ @@ -259597,44 +206406,6 @@ }, "then": "./assets/data/nsi/logos/walmart-eda947.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=济南华联超市", - "brand:en=Jinan Hualian", - "brand:wikidata=Q123025079", - "brand:zh=济南华联超市", - "name=济南华联超市", - "name:en=Jinan Hualian", - "name:zh=济南华联超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jinanhualian-24a030.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=物美", - "brand:en=Wumart", - "brand:wikidata=Q8039225", - "brand:zh=物美", - "name=物美", - "name:en=Wumart", - "name:zh=物美" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wumart-eda947.undefined" - }, { "if": { "and": [ @@ -259664,44 +206435,6 @@ }, "then": "./assets/data/nsi/logos/parknshop-3601ab.jpg" }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=百姓量贩", - "brand:en=BAIXING", - "brand:wikidata=Q123025089", - "brand:zh=百姓量贩", - "name=百姓量贩", - "name:en=BAIXING", - "name:zh=百姓量贩" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baixing-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=盒马鲜生", - "brand:en=Fresh Hema", - "brand:wikidata=Q58617964", - "brand:zh=盒马鲜生", - "name=盒马鲜生", - "name:en=Fresh Hema", - "name:zh=盒马鲜生" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freshhema-eda947.undefined" - }, { "if": { "and": [ @@ -259772,30 +206505,6 @@ }, "then": "./assets/data/nsi/logos/simplemart-14223e.jpg" }, - { - "if": { - "and": [ - "organic=only", - "shop=supermarket", - { - "or": [ - "brand=聖德科斯", - "brand:en=Santa Cruz", - "brand:wikidata=Q126368246", - "brand:zh=聖德科斯", - "name=聖德科斯", - "name:en=Santa Cruz", - "name:zh=聖德科斯", - "operator=統一企業集團", - "operator:en=Uni-President Enterprises Corporation", - "operator:wikidata=Q7884615", - "operator:zh=統一企業集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruz-14223e.undefined" - }, { "if": { "and": [ @@ -259834,83 +206543,6 @@ }, "then": "./assets/data/nsi/logos/seiyu-fe0970.jpg" }, - { - "if": { - "and": [ - "organic=only", - "shop=supermarket", - { - "or": [ - "brand=里仁", - "brand:en=Leezen", - "brand:wikidata=Q126368246", - "brand:zh=里仁", - "name=里仁", - "name:en=Leezen", - "name:zh=里仁" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leezen-14223e.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=银座超市", - "brand:en=Inzone", - "brand:wikidata=Q123025090", - "brand:zh=银座超市", - "name=银座超市", - "name:en=Inzone", - "name:zh=银座超市" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inzone-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=长申国际购物广场", - "brand:en=Charmson", - "brand:wikidata=Q111270006", - "brand:zh=长申国际购物广场", - "name=长申国际购物广场", - "name:en=Charmson", - "name:zh=长申国际购物广场" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/charmson-eda947.undefined" - }, - { - "if": { - "and": [ - "shop=supermarket", - { - "or": [ - "brand=関西スーパー", - "brand:en=Kansai Super", - "brand:ja=関西スーパー", - "brand:wikidata=Q11656215", - "name=関西スーパー", - "name:en=Kansai Super", - "name:ja=関西スーパー" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaisuper-fe0970.undefined" - }, { "if": { "and": [ @@ -259942,39 +206574,6 @@ }, "then": "./assets/data/nsi/logos/pinchapenny-1e1b6d.png" }, - { - "if": { - "and": [ - "shop=tailor", - { - "or": [ - "brand=Ремонт одежды", - "name=Ремонт одежды" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/14b50c-697a2a.undefined" - }, - { - "if": { - "and": [ - "shop=tailor", - { - "or": [ - "brand=マジックミシン", - "brand:en=Magic Machine", - "brand:ja=マジックミシン", - "brand:wikidata=Q96186506", - "name=マジックミシン", - "name:en=Magic Machine", - "name:ja=マジックミシン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magicmachine-91405f.undefined" - }, { "if": { "and": [ @@ -260219,58 +206818,6 @@ }, "then": "./assets/data/nsi/logos/cantata-6c79c5.svg" }, - { - "if": { - "and": [ - "shop=tea", - { - "or": [ - "brand=محمصة الرفاعي", - "name=محمصة الرفاعي" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3bb797-4e0e50.undefined" - }, - { - "if": { - "and": [ - "shop=tea", - { - "or": [ - "brand=吴裕泰", - "brand:en=Wuyutai", - "brand:wikidata=Q10919125", - "brand:zh=吴裕泰", - "name=吴裕泰", - "name:en=Wuyutai", - "name:zh=吴裕泰" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wuyutai-704b78.undefined" - }, - { - "if": { - "and": [ - "shop=tea", - { - "or": [ - "brand=张一元", - "brand:en=Zhangyiyuan", - "brand:wikidata=Q11067997", - "brand:zh=张一元", - "name=张一元", - "name:en=Zhangyiyuan", - "name:zh=张一元" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zhangyiyuan-704b78.undefined" - }, { "if": { "and": [ @@ -260431,21 +206978,6 @@ }, "then": "./assets/data/nsi/logos/celcom-c82acb.svg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=CenturyLink", - "brand:wikidata=Q110391616", - "name=CenturyLink" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centurylink-3a9c60.undefined" - }, { "if": { "and": [ @@ -260618,21 +207150,6 @@ }, "then": "./assets/data/nsi/logos/freenet-c071e4.jpg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=Indosat", - "brand:wikidata=Q2393592", - "name=Galeri Indosat" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/galeriindosat-ba2701.undefined" - }, { "if": { "and": [ @@ -260695,21 +207212,6 @@ }, "then": "./assets/data/nsi/logos/magenta-a73137.svg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=Malitel", - "brand:wikidata=Q6743829", - "name=Malitel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malitel-478897.undefined" - }, { "if": { "and": [ @@ -261135,20 +207637,6 @@ }, "then": "./assets/data/nsi/logos/bulsatcom-5ceaa9.jpg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=Дом.ru", - "name=Дом.ru" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5ff447-58655c.undefined" - }, { "if": { "and": [ @@ -261236,44 +207724,6 @@ }, "then": "./assets/data/nsi/logos/ukrtelecom-19c022.jpg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=中国广电", - "brand:en=China Broadnet", - "brand:wikidata=Q115471921", - "brand:zh=中国广电", - "name=中国广电", - "name:en=China Broadnet", - "name:zh=中国广电" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinabroadnet-3ad2fe.undefined" - }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=中国电信", - "brand:en=China Telecom", - "brand:wikidata=Q1073540", - "brand:zh=中国电信", - "name=中国电信", - "name:en=China Telecom", - "name:zh=中国电信" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinatelecom-3ad2fe.undefined" - }, { "if": { "and": [ @@ -261358,29 +207808,6 @@ }, "then": "./assets/data/nsi/logos/chinaunicom-d0af53.jpg" }, - { - "if": { - "and": [ - "shop=telecommunication", - { - "or": [ - "brand=中國電信 China Telecom", - "brand:en=China Telecom", - "brand:wikidata=Q1073540", - "brand:zh=中國電信", - "brand:zh-Hans=中国电信", - "brand:zh-Hant=中國電信", - "name=中國電信 China Telecom", - "name:en=China Telecom", - "name:zh=中國電信", - "name:zh-Hans=中国电信", - "name:zh-Hant=中國電信" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinatelecom-37ccdd.undefined" - }, { "if": { "and": [ @@ -261554,20 +207981,6 @@ }, "then": "./assets/data/nsi/logos/guichettransilien-b7c783.svg" }, - { - "if": { - "and": [ - "shop=ticket", - { - "or": [ - "brand=Kassir.ru", - "name=Kassir.ru" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kassirru-72dd33.undefined" - }, { "if": { "and": [ @@ -261583,20 +207996,6 @@ }, "then": "./assets/data/nsi/logos/ticketmaster-9f0b74.png" }, - { - "if": { - "and": [ - "shop=ticket", - { - "or": [ - "brand=Авиакасса", - "name=Авиакасса" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/360f73-7d3a48.undefined" - }, { "if": { "and": [ @@ -261616,22 +208015,6 @@ }, "then": "./assets/data/nsi/logos/autolux-61cb58.png" }, - { - "if": { - "and": [ - "shop=ticket", - { - "or": [ - "brand=Минсктранс", - "name=Минсктранс", - "name:en=Minsktrans", - "name:mn=Минсктранс" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minsktrans-8ce589.undefined" - }, { "if": { "and": [ @@ -261668,20 +208051,6 @@ }, "then": "./assets/data/nsi/logos/jrticketoffice-c4f22d.jpg" }, - { - "if": { - "and": [ - "shop=ticket", - { - "or": [ - "brand=售票处", - "name=售票处" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/859b5b-be9ab5.undefined" - }, { "if": { "and": [ @@ -261742,20 +208111,6 @@ }, "then": "./assets/data/nsi/logos/interceramic-7c9f08.jpg" }, - { - "if": { - "and": [ - "shop=tiles", - { - "or": [ - "brand=Kerama Marazzi", - "name=Kerama Marazzi" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keramamarazzi-d679d8.undefined" - }, { "if": { "and": [ @@ -261846,34 +208201,6 @@ }, "then": "./assets/data/nsi/logos/toppstiles-d8218f.jpg" }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=20 грамм", - "name=20 грамм" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0b3858-0cd077.undefined" - }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Cignall", - "name=Cignall" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cignall-a0d8a1.undefined" - }, { "if": { "and": [ @@ -261904,48 +208231,6 @@ }, "then": "./assets/data/nsi/logos/tzone-fbb387.jpg" }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Tabac Presse", - "name=Tabac Presse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabacpresse-09dccc.undefined" - }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Tabacs", - "name=Tabacs" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabacs-227434.undefined" - }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Tabaktrafik", - "name=Tabaktrafik" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabaktrafik-94a536.undefined" - }, { "if": { "and": [ @@ -261961,51 +208246,6 @@ }, "then": "./assets/data/nsi/logos/traficon-56156e.png" }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Wolsdorff", - "brand:wikidata=Q108131193", - "name=Wolsdorff" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolsdorff-7d79b1.undefined" - }, - { - "if": { - "and": [ - "shop=tobacco", - { - "or": [ - "brand=Табакерка", - "brand:wikidata=Q121727302", - "name=Табакерка" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/afdbb8-13b814.undefined" - }, - { - "if": { - "and": [ - "shop=tool_hire", - { - "or": [ - "brand=Bo-rent", - "brand:wikidata=Q126919301", - "name=Bo-rent" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/borent-0c2a29.undefined" - }, { "if": { "and": [ @@ -262126,21 +208366,6 @@ }, "then": "./assets/data/nsi/logos/loxam-33fef8.png" }, - { - "if": { - "and": [ - "shop=tool_hire", - { - "or": [ - "brand=Rentas", - "brand:wikidata=Q108602539", - "name=Rentas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rentas-6e38b5.undefined" - }, { "if": { "and": [ @@ -262307,21 +208532,6 @@ }, "then": "./assets/data/nsi/logos/dracik-72911e.png" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Dreamland", - "brand:wikidata=Q13574205", - "name=Dreamland" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dreamland-b7b38b.undefined" - }, { "if": { "and": [ @@ -262338,20 +208548,6 @@ }, "then": "./assets/data/nsi/logos/earlylearningcentre-f866de.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Extra Leker", - "brand:wikidata=Q127918100" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/extraleker-77c96c.undefined" - }, { "if": { "and": [ @@ -262568,21 +208764,6 @@ }, "then": "./assets/data/nsi/logos/mastermindtoys-64674c.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Maxi Toys", - "brand:wikidata=Q16663879", - "name=Maxi Toys" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxitoys-581d0c.undefined" - }, { "if": { "and": [ @@ -262809,21 +208990,6 @@ }, "then": "./assets/data/nsi/logos/toychamp-5f5d6c.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Toymaster", - "brand:wikidata=Q7830615", - "name=Toymaster" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toymaster-3a8f1c.undefined" - }, { "if": { "and": [ @@ -262899,21 +209065,6 @@ }, "then": "./assets/data/nsi/logos/toysrus-4c6a3d.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Toys R Us", - "brand:wikidata=Q125186363", - "name=Toys R Us" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toysrus-f866de.undefined" - }, { "if": { "and": [ @@ -263059,20 +209210,6 @@ }, "then": "./assets/data/nsi/logos/korablik-d68103.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=Мир Кубиков", - "name=Мир Кубиков" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6dff21-d68103.undefined" - }, { "if": { "and": [ @@ -263111,25 +209248,6 @@ }, "then": "./assets/data/nsi/logos/chita-4c5a46.jpg" }, - { - "if": { - "and": [ - "shop=toys", - { - "or": [ - "brand=イエロー・サブマリン", - "brand:en=Yellow Submarine", - "brand:ja=イエロー・サブマリン", - "brand:wikidata=Q11285925", - "name=イエロー・サブマリン", - "name:en=Yellow Submarine", - "name:ja=イエロー・サブマリン" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yellowsubmarine-ae2adc.undefined" - }, { "if": { "and": [ @@ -263722,37 +209840,6 @@ }, "then": "./assets/data/nsi/logos/heatingplumbingsupplies-cf8c4d.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=construction_equipment", - { - "or": [ - "brand=Holt CAT", - "brand:wikidata=Q109615985", - "name=Holt CAT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holtcat-f0929a.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - { - "or": [ - "brand=HTI Gruppe", - "brand:wikidata=Q120862887", - "name=HTI Gruppe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/htigruppe-c82403.undefined" - }, { "if": { "and": [ @@ -264197,22 +210284,6 @@ }, "then": "./assets/data/nsi/logos/petersoncat-a2ce56.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Plumbase", - "brand:wikidata=Q114349486", - "name=Plumbase" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plumbase-8a4d16.undefined" - }, { "if": { "and": [ @@ -264291,166 +210362,6 @@ }, "then": "./assets/data/nsi/logos/raiffeisenbaucenter-c82403.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=hvac", - { - "or": [ - "brand=Reece Actrol", - "brand:wikidata=Q29025524", - "name=Reece Actrol" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reeceactrol-b11955.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=bathroom", - { - "or": [ - "brand=Reece Bathroom Life", - "brand:wikidata=Q29025524", - "name=Reece Bathroom Life" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reecebathroomlife-b11955.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Reece Civil", - "brand:wikidata=Q29025524", - "name=Reece Civil" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reececivil-0432d4.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=fire_protection", - { - "or": [ - "brand=Reece Fire", - "brand:wikidata=Q29025524", - "name=Reece Fire" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reecefire-0432d4.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=hvac", - { - "or": [ - "brand=Reece HVAC-R", - "brand:wikidata=Q29025524", - "name=Reece HVAC-R" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reecehvacr-b11955.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=irrigation;swimming_pool_supplies", - { - "or": [ - "brand=Reece Irrigation & Pools", - "brand:wikidata=Q29025524", - "name=Reece Irrigation & Pools" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reeceirrigationandpools-0432d4.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Reece Onsite", - "brand:wikidata=Q29025524", - "name=Reece Onsite" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reeceonsite-0432d4.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=fire_protection;hvac;plumbing", - { - "or": [ - "brand=Reece Pipeline Supplies", - "brand:wikidata=Q29025524", - "name=Reece Pipeline Supplies" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reecepipelinesupplies-0432d4.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Reece Plumbing Centre", - "brand:wikidata=Q29025524", - "name=Reece Plumbing Centre" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reeceplumbingcentre-b11955.undefined" - }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Reece Viadux", - "brand:wikidata=Q29025524", - "name=Reece Viadux" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reeceviadux-0432d4.undefined" - }, { "if": { "and": [ @@ -264466,21 +210377,6 @@ }, "then": "./assets/data/nsi/logos/rgbbuildingsupplies-8a4d16.jpg" }, - { - "if": { - "and": [ - "shop=trade", - { - "or": [ - "brand=RHG", - "brand:wikidata=Q19298856", - "name=RHG Baustoffe" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rhgbaustoffe-c82403.undefined" - }, { "if": { "and": [ @@ -264497,22 +210393,6 @@ }, "then": "./assets/data/nsi/logos/rplumber-ab5d0f.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=building_supplies", - { - "or": [ - "brand=Selco Builders Warehouse", - "brand:wikidata=Q112689068", - "name=Selco Builders Warehouse" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/selcobuilderswarehouse-8a4d16.undefined" - }, { "if": { "and": [ @@ -264720,22 +210600,6 @@ }, "then": "./assets/data/nsi/logos/vallen-4e950c.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=building_supplies", - { - "or": [ - "brand=Viking Electric", - "brand:wikidata=Q109860451", - "name=Viking Electric" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vikingelectric-4e950c.undefined" - }, { "if": { "and": [ @@ -264800,22 +210664,6 @@ }, "then": "./assets/data/nsi/logos/wheelercat-753d55.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=plumbing", - { - "or": [ - "brand=Wolseley", - "brand:wikidata=Q8030423", - "name=Wolseley" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolseley-8a4d16.undefined" - }, { "if": { "and": [ @@ -264832,22 +210680,6 @@ }, "then": "./assets/data/nsi/logos/worldelectric-4e950c.jpg" }, - { - "if": { - "and": [ - "shop=trade", - "trade=construction_equipment", - { - "or": [ - "brand=Wyoming Equipment Company", - "brand:wikidata=Q115486618", - "name=Wyoming Equipment Company" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wyomingequipmentcompany-5a0680.undefined" - }, { "if": { "and": [ @@ -264895,20 +210727,6 @@ }, "then": "./assets/data/nsi/logos/zieglercat-b606bc.jpg" }, - { - "if": { - "and": [ - "shop=trade", - { - "or": [ - "brand=Этм", - "name=Этм" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cff875-05a647.undefined" - }, { "if": { "and": [ @@ -265000,21 +210818,6 @@ }, "then": "./assets/data/nsi/logos/clubmed-9ff76a.jpg" }, - { - "if": { - "and": [ - "shop=travel_agency", - { - "or": [ - "brand=Coral Travel", - "brand:wikidata=Q58011479", - "name=Coral Travel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coraltravel-45eb20.undefined" - }, { "if": { "and": [ @@ -265105,21 +210908,6 @@ }, "then": "./assets/data/nsi/logos/expediacruises-e2fbf2.jpg" }, - { - "if": { - "and": [ - "shop=travel_agency", - { - "or": [ - "brand=First Reisebüro", - "brand:wikidata=Q109931384", - "name=First Reisebüro" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstreiseburo-3ea820.undefined" - }, { "if": { "and": [ @@ -265558,21 +211346,6 @@ }, "then": "./assets/data/nsi/logos/statravel-9aaf3f.svg" }, - { - "if": { - "and": [ - "shop=travel_agency", - { - "or": [ - "brand=Thomas Cook", - "brand:wikidata=Q2141800", - "name=Thomas Cook" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thomascook-9aaf3f.undefined" - }, { "if": { "and": [ @@ -265725,20 +211498,6 @@ }, "then": "./assets/data/nsi/logos/yourcooptravel-61ce41.jpg" }, - { - "if": { - "and": [ - "shop=travel_agency", - { - "or": [ - "brand=Магазин Горящих Путёвок", - "name=Магазин Горящих Путёвок" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5396b-8106f1.undefined" - }, { "if": { "and": [ @@ -266310,21 +212069,6 @@ }, "then": "./assets/data/nsi/logos/costcotirecentre-20a245.svg" }, - { - "if": { - "and": [ - "shop=tyres", - { - "or": [ - "brand=Dekkmann", - "brand:wikidata=Q110958736", - "name=Dekkmann" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dekkmann-3a2f39.undefined" - }, { "if": { "and": [ @@ -266476,21 +212220,6 @@ }, "then": "./assets/data/nsi/logos/fountaintire-20a245.jpg" }, - { - "if": { - "and": [ - "shop=tyres", - { - "or": [ - "brand=Jax Tyres & Auto", - "brand:wikidata=Q54010471", - "name=Jax Tyres & Auto" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaxtyresandauto-6139cc.undefined" - }, { "if": { "and": [ @@ -266857,37 +212586,6 @@ }, "then": "./assets/data/nsi/logos/wheelworks-3f5c6c.jpg" }, - { - "if": { - "and": [ - "shop=tyres", - { - "or": [ - "brand=Белшина", - "brand:wikidata=Q443129", - "name=Белшина", - "name:en=Belshina", - "name:ru=Белшина" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belshina-250571.undefined" - }, - { - "if": { - "and": [ - "shop=tyres", - { - "or": [ - "brand=Колёса Даром", - "name=Колёса Даром" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2bd06-4fce7e.undefined" - }, { "if": { "and": [ @@ -267172,21 +212870,6 @@ }, "then": "./assets/data/nsi/logos/centershop-9f9d31.png" }, - { - "if": { - "and": [ - "shop=variety_store", - { - "or": [ - "brand=Christmas Tree Shops", - "brand:wikidata=Q5111452", - "name=Christmas Tree Shops" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/christmastreeshops-c85191.undefined" - }, { "if": { "and": [ @@ -267504,21 +213187,6 @@ }, "then": "./assets/data/nsi/logos/homebargains-622078.jpg" }, - { - "if": { - "and": [ - "shop=variety_store", - { - "or": [ - "brand=Jawoll", - "brand:wikidata=Q65180661", - "name=Jawoll" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jawoll-9f9d31.undefined" - }, { "if": { "and": [ @@ -268180,20 +213848,6 @@ }, "then": "./assets/data/nsi/logos/d2493c-386db3.jpg" }, - { - "if": { - "and": [ - "shop=variety_store", - { - "or": [ - "brand=Три цены", - "name=Три цены" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ba36a-3a9b70.undefined" - }, { "if": { "and": [ @@ -268676,25 +214330,6 @@ }, "then": "./assets/data/nsi/logos/tsutaya-a348eb.png" }, - { - "if": { - "and": [ - "shop=video", - { - "or": [ - "brand=GEO", - "brand:en=GEO", - "brand:ja=ゲオ", - "brand:wikidata=Q5533938", - "name=ゲオ", - "name:en=GEO", - "name:ja=ゲオ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geo-b50bda.undefined" - }, { "if": { "and": [ @@ -268710,22 +214345,6 @@ }, "then": "./assets/data/nsi/logos/brloh-e468df.png" }, - { - "if": { - "and": [ - "second_hand=only", - "shop=video_games", - { - "or": [ - "brand=Disc Replay", - "brand:wikidata=Q108202431", - "name=Disc Replay" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/discreplay-6157ca.undefined" - }, { "if": { "and": [ @@ -269229,21 +214848,6 @@ }, "then": "./assets/data/nsi/logos/bjswholesaleclub-98b10d.jpg" }, - { - "if": { - "and": [ - "shop=wholesale", - { - "or": [ - "brand=Booker Wholesale", - "brand:wikidata=Q4943180", - "name=Booker Wholesale" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bookerwholesale-650ac6.undefined" - }, { "if": { "and": [ @@ -269756,21 +215360,6 @@ }, "then": "./assets/data/nsi/logos/theshadestore-b52314.png" }, - { - "if": { - "and": [ - "shop=wine", - { - "or": [ - "brand=Darwina.pl", - "brand:wikidata=Q113308102", - "name=Darwina.pl" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/darwinapl-7f7747.undefined" - }, { "if": { "and": [ @@ -269815,36 +215404,6 @@ }, "then": "./assets/data/nsi/logos/rindchensweinkontor-074acf.acf" }, - { - "if": { - "and": [ - "shop=wine", - { - "or": [ - "brand=Wine Rack", - "brand:wikidata=Q86707661", - "name=Wine Rack" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winerack-66406f.undefined" - }, - { - "if": { - "and": [ - "shop=wine", - { - "or": [ - "brand=Winemark", - "brand:wikidata=Q122011535", - "name=Winemark" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winemark-d8d8ce.undefined" - }, { "if": { "and": [ @@ -269860,21 +215419,6 @@ }, "then": "./assets/data/nsi/logos/winetime-fd1c0f.jpg" }, - { - "if": { - "and": [ - "shop=wine", - { - "or": [ - "brand=Вина Світу", - "brand:wikidata=Q122226816", - "name=Вина Світу" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3c7c62-fd1c0f.undefined" - }, { "if": { "and": [ @@ -270156,25 +215700,6 @@ }, "then": "./assets/data/nsi/logos/9hninehours-81b07a.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=7天酒店", - "brand:en=7 Days Inn", - "brand:wikidata=Q4643844", - "brand:zh=7天酒店", - "name=7天酒店", - "name:en=7 Days Inn", - "name:zh=7天酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7daysinn-af4cd2.undefined" - }, { "if": { "and": [ @@ -270281,21 +215806,6 @@ }, "then": "./assets/data/nsi/logos/akzenthotels-2d87b5.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=ALH Hotels", - "brand:wikidata=Q119159708", - "name=ALH Hotels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alhhotels-dfe3ab.undefined" - }, { "if": { "and": [ @@ -270432,21 +215942,6 @@ }, "then": "./assets/data/nsi/logos/artotel-04ab8e.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Ascend Hotel Collection", - "brand:wikidata=Q113152464", - "name=Ascend Hotel Collection" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ascendhotelcollection-779ccb.undefined" - }, { "if": { "and": [ @@ -270687,36 +216182,6 @@ }, "then": "./assets/data/nsi/logos/bestwesternpremier-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Bloom Hotel", - "brand:wikidata=Q130536721", - "name=Bloom Hotel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bloomhotel-b22a38.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Boarders by Cobblestone", - "brand:wikidata=Q20711084", - "name=Boarders by Cobblestone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boardersbycobblestone-6ac210.undefined" - }, { "if": { "and": [ @@ -270732,21 +216197,6 @@ }, "then": "./assets/data/nsi/logos/brithotel-89858b.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Britannia Hotels", - "brand:wikidata=Q4676160", - "name=Britannia Hotels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/britanniahotels-3fca16.undefined" - }, { "if": { "and": [ @@ -270868,21 +216318,6 @@ }, "then": "./assets/data/nsi/logos/catalonia-c47ceb.ceb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Centerstone", - "brand:wikidata=Q20711084", - "name=Centerstone" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centerstone-6ac210.undefined" - }, { "if": { "and": [ @@ -270913,21 +216348,6 @@ }, "then": "./assets/data/nsi/logos/citizenm-b4d29c.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=City Express", - "brand:wikidata=Q109329542", - "name=City Express" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityexpress-c4ac5a.undefined" - }, { "if": { "and": [ @@ -270988,36 +216408,6 @@ }, "then": "./assets/data/nsi/logos/clubwyndham-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Cobblestone Hotels", - "brand:wikidata=Q20711084", - "name=Cobblestone Hotel & Suites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cobblestonehotelandsuites-6ac210.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Cobblestone Inn & Suites", - "brand:wikidata=Q20711084", - "name=Cobblestone Inn & Suites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cobblestoneinnandsuites-6ac210.undefined" - }, { "if": { "and": [ @@ -271048,21 +216438,6 @@ }, "then": "./assets/data/nsi/logos/comfortinnandsuites-cf4e07.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Comfort Suites", - "brand:wikidata=Q55525150", - "name=Comfort Suites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comfortsuites-779ccb.undefined" - }, { "if": { "and": [ @@ -271398,21 +216773,6 @@ }, "then": "./assets/data/nsi/logos/extendedstayamerica-6ac210.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=FabHotels", - "brand:wikidata=Q55611387", - "name=FabHotels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fabhotels-b22a38.undefined" - }, { "if": { "and": [ @@ -271475,20 +216835,6 @@ }, "then": "./assets/data/nsi/logos/fasthotel-89858b.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=First Hotels", - "brand:wikidata=Q11969007" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firsthotels-ed076a.undefined" - }, { "if": { "and": [ @@ -271550,20 +216896,6 @@ }, "then": "./assets/data/nsi/logos/fourseasons-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Fuller's", - "brand:wikidata=Q90901784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fullers-3fca16.undefined" - }, { "if": { "and": [ @@ -271595,21 +216927,6 @@ }, "then": "./assets/data/nsi/logos/glo-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Globales", - "brand:wikidata=Q24279046", - "name=Globales" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/globales-775941.undefined" - }, { "if": { "and": [ @@ -271702,21 +217019,6 @@ }, "then": "./assets/data/nsi/logos/grupobarcelo-a464b1.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Grupotel Hotels & Resorts", - "brand:wikidata=Q126182068", - "name=Grupotel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grupotel-775941.undefined" - }, { "if": { "and": [ @@ -271953,21 +217255,6 @@ }, "then": "./assets/data/nsi/logos/home2suites-8729f6.jpg" }, - { - "if": { - "and": [ - "official_name=Homes & Villas by Marriott International", - "tourism=hotel", - { - "or": [ - "brand=Homes & Villas", - "name=Homes & Villas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homesandvillas-b22a38.undefined" - }, { "if": { "and": [ @@ -272014,38 +217301,6 @@ }, "then": "./assets/data/nsi/logos/hotelserimalaysia-fd56b0.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Hotel Sunroute", - "brand:en=Hotel Sunroute", - "brand:ja=ホテルサンルート", - "brand:wikidata=Q11306081", - "name=Hotel Sunroute" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hotelsunroute-0fd8df.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Hoteles One", - "brand:wikidata=Q126523713", - "name=Hoteles One" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hotelesone-1fa4a3.undefined" - }, { "if": { "and": [ @@ -272226,21 +217481,6 @@ }, "then": "./assets/data/nsi/logos/ibisstyles-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=iH Hotel", - "brand:wikidata=Q126033607", - "name=iH Hotel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ihhotel-f65793.undefined" - }, { "if": { "and": [ @@ -272286,20 +217526,6 @@ }, "then": "./assets/data/nsi/logos/intercontinental-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Itsy by Treebo", - "brand:wikidata=Q122214006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/itsybytreebo-b22a38.undefined" - }, { "if": { "and": [ @@ -272574,21 +217800,6 @@ }, "then": "./assets/data/nsi/logos/macdonaldhotels-3fca16.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=MainStay Suites", - "brand:wikidata=Q113152432", - "name=MainStay Suites" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainstaysuites-6ac210.undefined" - }, { "if": { "and": [ @@ -272647,21 +217858,6 @@ }, "then": "./assets/data/nsi/logos/marriott-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Marriott Executive Apartments", - "brand:wikidata=Q72636824", - "name=Marriott Executive Apartments" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marriottexecutiveapartments-b2f419.undefined" - }, { "if": { "and": [ @@ -273663,22 +218859,6 @@ }, "then": "./assets/data/nsi/logos/shiloinns-6ac210.jpg" }, - { - "if": { - "and": [ - "official_name=Signia by Hilton", - "tourism=hotel", - { - "or": [ - "brand=Signia", - "brand:wikidata=Q112144335", - "name=Signia" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/signia-6ac210.undefined" - }, { "if": { "and": [ @@ -273909,21 +219089,6 @@ }, "then": "./assets/data/nsi/logos/staybridgesuites-134d5e.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Suburban Studios", - "brand:wikidata=Q113152401", - "name=Suburban Studios" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suburbanstudios-6ac210.undefined" - }, { "if": { "and": [ @@ -273941,36 +219106,6 @@ }, "then": "./assets/data/nsi/logos/superhotel-353f10.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Swiss-Belhotel", - "brand:wikidata=Q115348131", - "name=Swiss-Belhotel" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swissbelhotel-779ccb.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Swiss-Belinn", - "brand:wikidata=Q115348139", - "name=Swiss-Belinn" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swissbelinn-779ccb.undefined" - }, { "if": { "and": [ @@ -274017,22 +219152,6 @@ }, "then": "./assets/data/nsi/logos/tapestrycollection-1c7927.jpg" }, - { - "if": { - "and": [ - "official_name=Tempo by Hilton", - "tourism=hotel", - { - "or": [ - "brand=Tempo", - "brand:wikidata=Q112144357", - "name=Tempo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tempo-6ac210.undefined" - }, { "if": { "and": [ @@ -274137,21 +219256,6 @@ }, "then": "./assets/data/nsi/logos/theoriginalsboutique-89858b.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=The Originals City", - "brand:wikidata=Q125999190", - "name=The Originals City" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theoriginalscity-89858b.undefined" - }, { "if": { "and": [ @@ -274352,34 +219456,6 @@ }, "then": "./assets/data/nsi/logos/travelodge-cf4e07.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Treebo Trend", - "brand:wikidata=Q122214091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/treebotrend-b22a38.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Treebo Tryst", - "brand:wikidata=Q122214133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/treebotryst-b22a38.undefined" - }, { "if": { "and": [ @@ -274470,20 +219546,6 @@ }, "then": "./assets/data/nsi/logos/unboundcollection-779ccb.ccb" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=UrCove by Hyatt", - "name=UrCove by Hyatt" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urcovebyhyatt-af4cd2.undefined" - }, { "if": { "and": [ @@ -274530,22 +219592,6 @@ }, "then": "./assets/data/nsi/logos/vibra-775941.jpg" }, - { - "if": { - "and": [ - "official_name=Vienna Hotels by Wyndham", - "tourism=hotel", - { - "or": [ - "brand=Vienna Hotels", - "brand:wikidata=Q7928333", - "name=Vienna Hotels" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viennahotels-b22a38.undefined" - }, { "if": { "and": [ @@ -274729,20 +219775,6 @@ }, "then": "./assets/data/nsi/logos/zleephotels-d726c7.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=Уют", - "name=Уют" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed809-a6b400.undefined" - }, { "if": { "and": [ @@ -274762,44 +219794,6 @@ }, "then": "./assets/data/nsi/logos/apahotel-663ee5.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=亚朵酒店", - "brand:en=Atour Hotel", - "brand:wikidata=Q111081972", - "brand:zh=亚朵酒店", - "name=亚朵酒店", - "name:en=Atour Hotel", - "name:zh=亚朵酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atourhotel-af4cd2.undefined" - }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=全季酒店", - "brand:en=Ji Hotel", - "brand:wikidata=Q116895638", - "brand:zh=全季酒店", - "name=全季酒店", - "name:en=Ji Hotel", - "name:zh=全季酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jihotel-28932e.undefined" - }, { "if": { "and": [ @@ -274845,25 +219839,6 @@ }, "then": "./assets/data/nsi/logos/ambassadorhotel-e06ce0.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=如家酒店", - "brand:en=Home Inn", - "brand:wikidata=Q4980954", - "brand:zh=如家酒店", - "name=如家酒店", - "name:en=Home Inn", - "name:zh=如家酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homeinn-af4cd2.undefined" - }, { "if": { "and": [ @@ -274883,25 +219858,6 @@ }, "then": "./assets/data/nsi/logos/ibis-28932e.png" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=尚客优快捷酒店", - "brand:en=Thankyou Hotel", - "brand:wikidata=Q108167567", - "brand:zh=尚客优快捷酒店", - "name=尚客优快捷酒店", - "name:en=Thankyou Hotel", - "name:zh=尚客优快捷酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thankyouhotel-af4cd2.undefined" - }, { "if": { "and": [ @@ -274969,25 +219925,6 @@ }, "then": "./assets/data/nsi/logos/toyokoinn-663ee5.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=汉庭酒店", - "brand:en=Hanting Hotel", - "brand:wikidata=Q15926208", - "brand:zh=汉庭酒店", - "name=汉庭酒店", - "name:en=Hanting Hotel", - "name:zh=汉庭酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hantinghotel-af4cd2.undefined" - }, { "if": { "and": [ @@ -275034,25 +219971,6 @@ }, "then": "./assets/data/nsi/logos/fullonhotelsandresorts-e06ce0.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=秋果酒店", - "brand:en=Qiuguo Hotel", - "brand:wikidata=Q109415285", - "brand:zh=秋果酒店", - "name=秋果酒店", - "name:en=Qiuguo Hotel", - "name:zh=秋果酒店" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qiuguohotel-28932e.undefined" - }, { "if": { "and": [ @@ -275130,29 +220048,6 @@ }, "then": "./assets/data/nsi/logos/jinjianginn-28932e.jpg" }, - { - "if": { - "and": [ - "tourism=hotel", - { - "or": [ - "brand=長榮酒店", - "brand:en=Evergreen International Hotels", - "brand:wikidata=Q15927975", - "brand:zh=長榮酒店", - "name=長榮國際連鎖酒店", - "name:en=Evergreen International Hotels", - "name:zh=長榮國際連鎖酒店", - "operator=長榮集團", - "operator:en=Evergreen Group", - "operator:wikidata=Q711850", - "operator:zh=長榮集團" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evergreeninternationalhotels-779ccb.undefined" - }, { "if": { "and": [ @@ -275282,21 +220177,6 @@ }, "then": "./assets/data/nsi/logos/hometownestudios-cbfe39.png" }, - { - "if": { - "and": [ - "tourism=motel", - { - "or": [ - "brand=KeyWest Inn", - "brand:wikidata=Q20711084", - "name=KeyWest Inn" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keywestinn-cbfe39.undefined" - }, { "if": { "and": [ @@ -275505,7 +220385,6 @@ }, { "question": "1-2-3", - "icon": "./assets/data/nsi/logos/123-175913.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275565,7 +220444,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-99bd2f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275595,7 +220473,6 @@ }, { "question": "Aegis", - "icon": "./assets/data/nsi/logos/aegis-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275646,7 +220523,6 @@ }, { "question": "Agapet Limited", - "icon": "./assets/data/nsi/logos/agapet-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275663,7 +220539,6 @@ }, { "question": "Agip", - "icon": "./assets/data/nsi/logos/agip-98293a.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275678,7 +220553,6 @@ }, { "question": "Agla", - "icon": "./assets/data/nsi/logos/agla-80ab21.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275763,7 +220637,6 @@ }, { "question": "Alinco Oil", - "icon": "./assets/data/nsi/logos/alincooil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275780,7 +220653,6 @@ }, { "question": "Allied Ghana", - "icon": "./assets/data/nsi/logos/allied-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275873,7 +220745,6 @@ }, { "question": "Amdaway Oil", - "icon": "./assets/data/nsi/logos/amdawayoil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275903,7 +220774,6 @@ }, { "question": "Aminso Energy", - "icon": "./assets/data/nsi/logos/aminsoenergy-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -275963,7 +220833,6 @@ }, { "question": "AN Energéticos", - "icon": "./assets/data/nsi/logos/anenergeticos-80ab21.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276004,7 +220873,6 @@ }, { "question": "AP Oil (Ghana)", - "icon": "./assets/data/nsi/logos/apoil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276019,7 +220887,6 @@ }, { "question": "apollostation", - "icon": "./assets/data/nsi/logos/apollostation-525bb3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276144,7 +221011,6 @@ }, { "question": "Astro", - "icon": "./assets/data/nsi/logos/astro-286321.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276253,7 +221119,6 @@ }, { "question": "Avia XPress", - "icon": "./assets/data/nsi/logos/aviaxpress-58d38c.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276328,7 +221193,6 @@ }, { "question": "B-Petrol", - "icon": "./assets/data/nsi/logos/bpetrol-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276373,7 +221237,6 @@ }, { "question": "Bandeira Branca", - "icon": "./assets/data/nsi/logos/bandeirabranca-6d0925.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276399,7 +221262,6 @@ }, { "question": "BEBECO", - "icon": "./assets/data/nsi/logos/bebeco-bb3c05.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276414,7 +221276,6 @@ }, { "question": "Benab Oil", - "icon": "./assets/data/nsi/logos/benaboil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276476,7 +221337,6 @@ }, { "question": "Best", - "icon": "./assets/data/nsi/logos/best-b13929.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276506,7 +221366,6 @@ }, { "question": "BF Petroleum", - "icon": "./assets/data/nsi/logos/bfpetroleum-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276536,7 +221395,6 @@ }, { "question": "BG Petroleum", - "icon": "./assets/data/nsi/logos/bgpetroleum-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276596,7 +221454,6 @@ }, { "question": "Big D Oil", - "icon": "./assets/data/nsi/logos/bigdoil-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276641,7 +221498,6 @@ }, { "question": "Blanko Oil", - "icon": "./assets/data/nsi/logos/blankooil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276656,7 +221512,6 @@ }, { "question": "Bliska", - "icon": "./assets/data/nsi/logos/bliska-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276701,7 +221556,6 @@ }, { "question": "BP Express", - "icon": "./assets/data/nsi/logos/bpexpress-ac4a89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276807,7 +221661,6 @@ }, { "question": "Carenex (カーエネクス)", - "icon": "./assets/data/nsi/logos/carenex-525bb3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276841,7 +221694,6 @@ }, { "question": "Carrefour Contact", - "icon": "./assets/data/nsi/logos/carrefourcontact-2974c2.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276856,7 +221708,6 @@ }, { "question": "Carrefour Market", - "icon": "./assets/data/nsi/logos/carrefourmarket-ff109b.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276901,7 +221752,6 @@ }, { "question": "Cash Oil", - "icon": "./assets/data/nsi/logos/cashoil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276961,7 +221811,6 @@ }, { "question": "Centex", - "icon": "./assets/data/nsi/logos/centex-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276971,7 +221820,6 @@ }, { "question": "Central Brent", - "icon": "./assets/data/nsi/logos/centralbrent-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -276986,7 +221834,6 @@ }, { "question": "Centrum Fuel", - "icon": "./assets/data/nsi/logos/centrumfuel-10e4f0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277028,7 +221875,6 @@ }, { "question": "Ceypetco", - "icon": "./assets/data/nsi/logos/ceypetco-de1a72.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277075,7 +221921,6 @@ }, { "question": "Charrua", - "icon": "./assets/data/nsi/logos/charrua-4a8f72.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277115,7 +221960,6 @@ }, { "question": "Cigo Energy", - "icon": "./assets/data/nsi/logos/cigoenergy-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277190,7 +222034,6 @@ }, { "question": "Clean Energy Fuels", - "icon": "./assets/data/nsi/logos/cleanenergy-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277238,7 +222081,6 @@ }, { "question": "Compass", - "icon": "./assets/data/nsi/logos/compass-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277254,7 +222096,6 @@ }, { "question": "Concord Oil (Ghana)", - "icon": "./assets/data/nsi/logos/concordoil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277284,7 +222125,6 @@ }, { "question": "Coop Tankstelle", - "icon": "./assets/data/nsi/logos/cooptankstelle-bb3c05.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277324,7 +222164,6 @@ }, { "question": "Coral", - "icon": "./assets/data/nsi/logos/coral-fcd22b.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277394,7 +222233,6 @@ }, { "question": "CPS", - "icon": "./assets/data/nsi/logos/cps-5107d9.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277404,7 +222242,6 @@ }, { "question": "Crevier", - "icon": "./assets/data/nsi/logos/crevier-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277434,7 +222271,6 @@ }, { "question": "Crown", - "icon": "./assets/data/nsi/logos/crown-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277449,7 +222285,6 @@ }, { "question": "Crown (Ghana)", - "icon": "./assets/data/nsi/logos/crown-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277494,7 +222329,6 @@ }, { "question": "CYCLON", - "icon": "./assets/data/nsi/logos/cyclon-d67647.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277519,7 +222353,6 @@ }, { "question": "Dapsa", - "icon": "./assets/data/nsi/logos/dapsa-2d76fb.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277577,7 +222410,6 @@ }, { "question": "Delta (New Jersey)", - "icon": "./assets/data/nsi/logos/delta-342b11.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277607,7 +222439,6 @@ }, { "question": "Depot Tela", - "icon": "./assets/data/nsi/logos/depottela-163c4a.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277617,7 +222448,6 @@ }, { "question": "Diamond Shamrock", - "icon": "./assets/data/nsi/logos/diamondshamrock-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277632,7 +222462,6 @@ }, { "question": "din-X", - "icon": "./assets/data/nsi/logos/dinx-ea9d91.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277647,7 +222476,6 @@ }, { "question": "Disa", - "icon": "./assets/data/nsi/logos/disa-a0a030.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277739,7 +222567,6 @@ }, { "question": "ED", - "icon": "./assets/data/nsi/logos/ed-3c3d38.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277754,7 +222581,6 @@ }, { "question": "Ego", - "icon": "./assets/data/nsi/logos/ego-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -277890,7 +222716,6 @@ }, { "question": "Emo", - "icon": "./assets/data/nsi/logos/emo-de7c3d.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278044,7 +222869,6 @@ }, { "question": "Essar", - "icon": "./assets/data/nsi/logos/essar-09abad.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278089,7 +222913,6 @@ }, { "question": "Euroil", - "icon": "./assets/data/nsi/logos/euroil-b13929.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278104,7 +222927,6 @@ }, { "question": "EuroOil", - "icon": "./assets/data/nsi/logos/eurooil-11cf9b.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278160,7 +222982,6 @@ }, { "question": "Ewa", - "icon": "./assets/data/nsi/logos/ewa-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278185,7 +223006,6 @@ }, { "question": "F24", - "icon": "./assets/data/nsi/logos/f24-25e254.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278215,7 +223035,6 @@ }, { "question": "FAST STOP", - "icon": "./assets/data/nsi/logos/faststop-f242e9.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278230,7 +223049,6 @@ }, { "question": "Fastrac", - "icon": "./assets/data/nsi/logos/fastrac-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278275,7 +223093,6 @@ }, { "question": "Flash", - "icon": "./assets/data/nsi/logos/flash-2d75ef.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278426,7 +223243,6 @@ }, { "question": "Frimps Oil", - "icon": "./assets/data/nsi/logos/frimps-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278473,7 +223289,6 @@ }, { "question": "Gabriëls", - "icon": "./assets/data/nsi/logos/gabriels-dbb9dc.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278488,7 +223303,6 @@ }, { "question": "Galana", - "icon": "./assets/data/nsi/logos/galana-0a5298.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278513,7 +223327,6 @@ }, { "question": "Gapco", - "icon": "./assets/data/nsi/logos/gapco-be6bfd.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278523,7 +223336,6 @@ }, { "question": "Gas Plus", - "icon": "./assets/data/nsi/logos/gasplus-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278533,7 +223345,6 @@ }, { "question": "Gasenergy", - "icon": "./assets/data/nsi/logos/gasenergy-cac4e0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278543,7 +223354,6 @@ }, { "question": "GATE", - "icon": "./assets/data/nsi/logos/gate-96bd38.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278558,7 +223368,6 @@ }, { "question": "Gazel", - "icon": "./assets/data/nsi/logos/gazel-066913.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278573,7 +223382,6 @@ }, { "question": "Gazoil", - "icon": "./assets/data/nsi/logos/gazoil-cac4e0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278615,7 +223423,6 @@ }, { "question": "Genol", - "icon": "./assets/data/nsi/logos/genol-96ce31.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278625,7 +223432,6 @@ }, { "question": "GetGo", - "icon": "./assets/data/nsi/logos/getgo-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278748,7 +223554,6 @@ }, { "question": "Go'on", - "icon": "./assets/data/nsi/logos/goon-25e254.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278803,7 +223608,6 @@ }, { "question": "GS칼텍스", - "icon": "./assets/data/nsi/logos/gscaltex-b6aff4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278836,7 +223640,6 @@ }, { "question": "Gull (Australia)", - "icon": "./assets/data/nsi/logos/gull-a31042.undefined", "osmTags": { "and": [ "advertising=totem", @@ -278882,7 +223685,6 @@ }, { "question": "Haan", - "icon": "./assets/data/nsi/logos/haan-ac4a89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279093,7 +223895,6 @@ }, { "question": "Huck's Food & Fuel", - "icon": "./assets/data/nsi/logos/hucksfoodandfuel-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279139,7 +223940,6 @@ }, { "question": "Hypco", - "icon": "./assets/data/nsi/logos/hypco-7bf3e2.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279164,7 +223964,6 @@ }, { "question": "IES", - "icon": "./assets/data/nsi/logos/ies-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279347,7 +224146,6 @@ }, { "question": "IPT", - "icon": "./assets/data/nsi/logos/ipt-fcd22b.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279357,7 +224155,6 @@ }, { "question": "Irbis", - "icon": "./assets/data/nsi/logos/irbis-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279382,7 +224179,6 @@ }, { "question": "JA-SS", - "icon": "./assets/data/nsi/logos/jass-525bb3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279416,7 +224212,6 @@ }, { "question": "JETOIL", - "icon": "./assets/data/nsi/logos/jetoil-213ad1.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279456,7 +224251,6 @@ }, { "question": "Jurki", - "icon": "./assets/data/nsi/logos/jurki-bb7061.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279471,7 +224265,6 @@ }, { "question": "K-Pet", - "icon": "./assets/data/nsi/logos/kpet-7f977f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279486,7 +224279,6 @@ }, { "question": "Kadoil", - "icon": "./assets/data/nsi/logos/kadoil-b13929.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279512,7 +224304,6 @@ }, { "question": "KAOIL", - "icon": "./assets/data/nsi/logos/kaoil-d67647.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279537,7 +224328,6 @@ }, { "question": "Keropetrol", - "icon": "./assets/data/nsi/logos/keropetrol-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279582,7 +224372,6 @@ }, { "question": "Kobil", - "icon": "./assets/data/nsi/logos/kobil-97f5e9.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279702,7 +224491,6 @@ }, { "question": "Lake Oil", - "icon": "./assets/data/nsi/logos/lakeoil-be6bfd.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279712,7 +224500,6 @@ }, { "question": "Lanka IOC", - "icon": "./assets/data/nsi/logos/lankaioc-de1a72.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279727,7 +224514,6 @@ }, { "question": "Latvijas Nafta", - "icon": "./assets/data/nsi/logos/latvijasnafta-bac13d.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279742,7 +224528,6 @@ }, { "question": "Latvijas Propāna Gāze", - "icon": "./assets/data/nsi/logos/latvijaspropanagaze-bac13d.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279758,7 +224543,6 @@ }, { "question": "Laugfs", - "icon": "./assets/data/nsi/logos/laugfspetroleum-de1a72.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279788,7 +224572,6 @@ }, { "question": "Liberty Oil (Australia)", - "icon": "./assets/data/nsi/logos/liberty-a31042.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279818,7 +224601,6 @@ }, { "question": "Loro", - "icon": "./assets/data/nsi/logos/loro-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279828,7 +224610,6 @@ }, { "question": "Lotos", - "icon": "./assets/data/nsi/logos/lotos-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279843,7 +224624,6 @@ }, { "question": "Lotos Optima", - "icon": "./assets/data/nsi/logos/lotosoptima-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279903,7 +224683,6 @@ }, { "question": "Maes", - "icon": "./assets/data/nsi/logos/maes-dbb9dc.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279943,7 +224722,6 @@ }, { "question": "Markant", - "icon": "./assets/data/nsi/logos/markant-3c3d38.undefined", "osmTags": { "and": [ "advertising=totem", @@ -279998,7 +224776,6 @@ }, { "question": "McKeown", - "icon": "./assets/data/nsi/logos/mckeown-34a242.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280013,7 +224790,6 @@ }, { "question": "Medco", - "icon": "./assets/data/nsi/logos/medco-fcd22b.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280053,7 +224829,6 @@ }, { "question": "Metan", - "icon": "./assets/data/nsi/logos/metan-ddeee0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280063,7 +224838,6 @@ }, { "question": "Metano", - "icon": "./assets/data/nsi/logos/metano-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280138,7 +224912,6 @@ }, { "question": "Mohawk", - "icon": "./assets/data/nsi/logos/mohawk-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280213,7 +224986,6 @@ }, { "question": "Moya", - "icon": "./assets/data/nsi/logos/moya-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280228,7 +225000,6 @@ }, { "question": "MRS", - "icon": "./assets/data/nsi/logos/mrs-9410e5.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280243,7 +225014,6 @@ }, { "question": "Murco", - "icon": "./assets/data/nsi/logos/murco-4d1df5.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280303,7 +225073,6 @@ }, { "question": "NAFTAL", - "icon": "./assets/data/nsi/logos/naftal-f33b4c.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280375,7 +225144,6 @@ }, { "question": "Netto", - "icon": "./assets/data/nsi/logos/netto-df7908.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280445,7 +225213,6 @@ }, { "question": "Octa+", - "icon": "./assets/data/nsi/logos/octa-dbb9dc.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280470,7 +225237,6 @@ }, { "question": "Oilcom", - "icon": "./assets/data/nsi/logos/oilcom-98aef0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280497,7 +225263,6 @@ }, { "question": "OK (Danmark)", - "icon": "./assets/data/nsi/logos/ok-25e254.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280542,7 +225307,6 @@ }, { "question": "OLA Energy", - "icon": "./assets/data/nsi/logos/olaenergy-be6bfd.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280597,7 +225361,6 @@ }, { "question": "ONE9", - "icon": "./assets/data/nsi/logos/one9-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280669,7 +225432,6 @@ }, { "question": "Oro Negro", - "icon": "./assets/data/nsi/logos/oronegro-95b8b7.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280709,7 +225471,6 @@ }, { "question": "Pace", - "icon": "./assets/data/nsi/logos/pace-4d1df5.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280724,7 +225485,6 @@ }, { "question": "Pacific (Türkiye)", - "icon": "./assets/data/nsi/logos/pacific-b13929.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280796,7 +225556,6 @@ }, { "question": "PDV", - "icon": "./assets/data/nsi/logos/pdv-477c71.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280867,7 +225626,6 @@ }, { "question": "Petro Gazz", - "icon": "./assets/data/nsi/logos/petrogazz-10e4f0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -280922,7 +225680,6 @@ }, { "question": "Petrocat", - "icon": "./assets/data/nsi/logos/petrocat-80ab21.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281042,7 +225799,6 @@ }, { "question": "Petromil", - "icon": "./assets/data/nsi/logos/petromil-966bd3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281142,7 +225898,6 @@ }, { "question": "Peut", - "icon": "./assets/data/nsi/logos/peut-ac4a89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281187,7 +225942,6 @@ }, { "question": "Pieprzyk", - "icon": "./assets/data/nsi/logos/pieprzyk-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281228,7 +225982,6 @@ }, { "question": "Plenoil", - "icon": "./assets/data/nsi/logos/plenoil-80ab21.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281238,7 +225991,6 @@ }, { "question": "Pompe Bianche", - "icon": "./assets/data/nsi/logos/pompebianche-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281323,7 +226075,6 @@ }, { "question": "Propan", - "icon": "./assets/data/nsi/logos/propan-21f252.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281378,7 +226129,6 @@ }, { "question": "PV Oil", - "icon": "./assets/data/nsi/logos/pvoil-f51e7e.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281393,7 +226143,6 @@ }, { "question": "PyS", - "icon": "./assets/data/nsi/logos/pys-477c71.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281478,7 +226227,6 @@ }, { "question": "Qstar", - "icon": "./assets/data/nsi/logos/qstar-ea9d91.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281508,7 +226256,6 @@ }, { "question": "Quik Stop", - "icon": "./assets/data/nsi/logos/quikstop-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281569,7 +226316,6 @@ }, { "question": "Raiffeisen", - "icon": "./assets/data/nsi/logos/raiffeisen-3c3d38.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281611,7 +226357,6 @@ }, { "question": "Reliance (Ghana)", - "icon": "./assets/data/nsi/logos/reliance-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281651,7 +226396,6 @@ }, { "question": "RePhil", - "icon": "./assets/data/nsi/logos/rephil-10e4f0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281796,7 +226540,6 @@ }, { "question": "Ruedi Rüssel", - "icon": "./assets/data/nsi/logos/ruedirussel-bb3c05.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281886,7 +226629,6 @@ }, { "question": "San Marco Petroli", - "icon": "./assets/data/nsi/logos/sanmarcopetroli-996b0f.undefined", "osmTags": { "and": [ "advertising=totem", @@ -281946,7 +226688,6 @@ }, { "question": "Shamrock", - "icon": "./assets/data/nsi/logos/shamrock-eb6d90.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282016,7 +226757,6 @@ }, { "question": "SILKOIL", - "icon": "./assets/data/nsi/logos/silkoil-d67647.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282056,7 +226796,6 @@ }, { "question": "SK주유소", - "icon": "./assets/data/nsi/logos/skgas-b6aff4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282105,7 +226844,6 @@ }, { "question": "SNG", - "icon": "./assets/data/nsi/logos/sng-ea0204.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282167,7 +226905,6 @@ }, { "question": "SOLATO", - "icon": "./assets/data/nsi/logos/solato-525bb3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282212,7 +226949,6 @@ }, { "question": "SP", - "icon": "./assets/data/nsi/logos/sp-a34c27.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282222,7 +226958,6 @@ }, { "question": "SPBU Pertamina", - "icon": "./assets/data/nsi/logos/spbupertamina-37a57e.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282307,7 +227042,6 @@ }, { "question": "Star Oil", - "icon": "./assets/data/nsi/logos/staroil-060879.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282349,7 +227083,6 @@ }, { "question": "Station U", - "icon": "./assets/data/nsi/logos/stationu-df7908.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282389,7 +227122,6 @@ }, { "question": "Stinson", - "icon": "./assets/data/nsi/logos/stinson-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282419,7 +227151,6 @@ }, { "question": "Stripes", - "icon": "./assets/data/nsi/logos/stripes-4189c0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282474,7 +227205,6 @@ }, { "question": "Susco", - "icon": "./assets/data/nsi/logos/susco-f2ecb6.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282575,7 +227305,6 @@ }, { "question": "Tank S", - "icon": "./assets/data/nsi/logos/tanks-ac4a89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282847,7 +227576,6 @@ }, { "question": "TomThumb (Southeast USA)", - "icon": "./assets/data/nsi/logos/tomthumb-2e1018.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282895,7 +227623,6 @@ }, { "question": "Topaz", - "icon": "./assets/data/nsi/logos/topaz-dba262.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282941,7 +227668,6 @@ }, { "question": "Total Contact", - "icon": "./assets/data/nsi/logos/totalcontact-df7908.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282983,7 +227709,6 @@ }, { "question": "TotalEnergies Express", - "icon": "./assets/data/nsi/logos/totalenergiesexpress-ac4a89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -282998,7 +227723,6 @@ }, { "question": "Trạm xăng", - "icon": "./assets/data/nsi/logos/tramxang-f51e7e.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283164,7 +227888,6 @@ }, { "question": "Unioil", - "icon": "./assets/data/nsi/logos/unioil-10e4f0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283189,7 +227912,6 @@ }, { "question": "Unity Oil", - "icon": "./assets/data/nsi/logos/unityoil-875bd4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283266,7 +227988,6 @@ }, { "question": "uSmile", - "icon": "./assets/data/nsi/logos/usmile-b9aca4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283284,7 +228005,6 @@ }, { "question": "uSmile 昆仑好客", - "icon": "./assets/data/nsi/logos/usmile-fcf272.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283303,7 +228023,6 @@ }, { "question": "Valcarce", - "icon": "./assets/data/nsi/logos/valcarce-80ab21.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283433,7 +228152,6 @@ }, { "question": "Watis", - "icon": "./assets/data/nsi/logos/watis-d7e9e3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283458,7 +228176,6 @@ }, { "question": "Weigel's", - "icon": "./assets/data/nsi/logos/weigels-647198.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283544,7 +228261,6 @@ }, { "question": "XTR", - "icon": "./assets/data/nsi/logos/xtr-e93e09.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283559,7 +228275,6 @@ }, { "question": "Xtra Fuels", - "icon": "./assets/data/nsi/logos/xtrafuels-2f5b89.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283604,7 +228319,6 @@ }, { "question": "YX 7-Eleven", - "icon": "./assets/data/nsi/logos/yx7eleven-d4eaf0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283614,7 +228328,6 @@ }, { "question": "YX Truck", - "icon": "./assets/data/nsi/logos/yxtruck-38cbf4.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283686,7 +228399,6 @@ }, { "question": "ΑΠ", - "icon": "./assets/data/nsi/logos/441ec5-d67647.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283696,7 +228408,6 @@ }, { "question": "ΑΡΓΩ", - "icon": "./assets/data/nsi/logos/7c5f98-d67647.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283832,7 +228543,6 @@ }, { "question": "Газпромнефть АЗС", - "icon": "./assets/data/nsi/logos/57ff6a-cac4e0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283842,7 +228552,6 @@ }, { "question": "Гелиос", - "icon": "./assets/data/nsi/logos/helios-cac4e0.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283861,7 +228570,6 @@ }, { "question": "Движение", - "icon": "./assets/data/nsi/logos/945016-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283871,7 +228579,6 @@ }, { "question": "ЕКА", - "icon": "./assets/data/nsi/logos/d6c78f-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283903,7 +228610,6 @@ }, { "question": "КНП", - "icon": "./assets/data/nsi/logos/6ee0a7-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -283913,7 +228619,6 @@ }, { "question": "Круиз", - "icon": "./assets/data/nsi/logos/1ee978-ea0204.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284051,7 +228756,6 @@ }, { "question": "НК Альянс", - "icon": "./assets/data/nsi/logos/allianceoil-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284070,7 +228774,6 @@ }, { "question": "ННК", - "icon": "./assets/data/nsi/logos/6afb99-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284131,7 +228834,6 @@ }, { "question": "ОПТИ", - "icon": "./assets/data/nsi/logos/6155f5-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284220,7 +228922,6 @@ }, { "question": "Саханефтегазсбыт", - "icon": "./assets/data/nsi/logos/c1ce53-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284230,7 +228931,6 @@ }, { "question": "Сибнефть", - "icon": "./assets/data/nsi/logos/165678-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284259,7 +228959,6 @@ }, { "question": "Таиф-НК", - "icon": "./assets/data/nsi/logos/4e2093-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284269,7 +228968,6 @@ }, { "question": "Татнефтепродукт", - "icon": "./assets/data/nsi/logos/tatnefteprodukt-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284307,7 +229005,6 @@ }, { "question": "ТНК", - "icon": "./assets/data/nsi/logos/21d03b-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284322,7 +229019,6 @@ }, { "question": "Трасса", - "icon": "./assets/data/nsi/logos/a5dffb-16dca8.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284332,7 +229028,6 @@ }, { "question": "Укр-Петроль", - "icon": "./assets/data/nsi/logos/2b21d3-b3069c.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284347,7 +229042,6 @@ }, { "question": "ШТС", - "icon": "./assets/data/nsi/logos/87a0bd-7817bf.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284379,7 +229073,6 @@ }, { "question": "გამა", - "icon": "./assets/data/nsi/logos/gama-4e8c26.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284419,7 +229112,6 @@ }, { "question": "ვისოლ", - "icon": "./assets/data/nsi/logos/wissol-4e8c26.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284487,7 +229179,6 @@ }, { "question": "ოპტიმა", - "icon": "./assets/data/nsi/logos/optima-4e8c26.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284801,7 +229492,6 @@ }, { "question": "ٹوٹل", - "icon": "./assets/data/nsi/logos/54d896-2e14a2.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284830,7 +229520,6 @@ }, { "question": "سی این جی", - "icon": "./assets/data/nsi/logos/6bd6bd-2e14a2.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284882,7 +229571,6 @@ }, { "question": "طوطال", - "icon": "./assets/data/nsi/logos/bcdcc9-99ead3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284911,7 +229599,6 @@ }, { "question": "محطة", - "icon": "./assets/data/nsi/logos/95219a-a1d67d.undefined", "osmTags": { "and": [ "advertising=totem", @@ -284940,7 +229627,6 @@ }, { "question": "نفطال", - "icon": "./assets/data/nsi/logos/ce06e7-a1d67d.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285103,7 +229789,6 @@ }, { "question": "ホクレンSS", - "icon": "./assets/data/nsi/logos/hokurenss-525bb3.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285122,7 +229807,6 @@ }, { "question": "中国国际能源", - "icon": "./assets/data/nsi/logos/chinainternationalenergy-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285141,7 +229825,6 @@ }, { "question": "中国海油", - "icon": "./assets/data/nsi/logos/cnooc-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285160,7 +229843,6 @@ }, { "question": "中国燃气", - "icon": "./assets/data/nsi/logos/chinagas-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285263,7 +229945,6 @@ }, { "question": "中油碧辟", - "icon": "./assets/data/nsi/logos/bppetrochina-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285283,7 +229964,6 @@ }, { "question": "全國加油站", - "icon": "./assets/data/nsi/logos/npc-77fe4a.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285359,7 +230039,6 @@ }, { "question": "国家管网", - "icon": "./assets/data/nsi/logos/pipechina-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285397,7 +230076,6 @@ }, { "question": "山隆加油站", - "icon": "./assets/data/nsi/logos/sanlong-77fe4a.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285419,7 +230097,6 @@ }, { "question": "广西交投", - "icon": "./assets/data/nsi/logos/cd5eeb-201280.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285457,7 +230134,6 @@ }, { "question": "福懋加油站", - "icon": "./assets/data/nsi/logos/formosataffetacoltd-77fe4a.undefined", "osmTags": { "and": [ "advertising=totem", @@ -285558,7 +230234,6 @@ }, { "question": "Allpoint", - "icon": "./assets/data/nsi/logos/allpoint-5fc18b.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285573,7 +230248,6 @@ }, { "question": "American Crypto", - "icon": "./assets/data/nsi/logos/americancrypto-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285588,7 +230262,6 @@ }, { "question": "atmx by Armaguard", - "icon": "./assets/data/nsi/logos/armaguard-8509c1.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285635,7 +230308,6 @@ }, { "question": "Bancontact CASH", - "icon": "./assets/data/nsi/logos/bancontactcash-8a4913.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285668,7 +230340,6 @@ }, { "question": "Cardtronics", - "icon": "./assets/data/nsi/logos/cardtronics-244dba.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285683,7 +230354,6 @@ }, { "question": "Cash Express", - "icon": "./assets/data/nsi/logos/cashexpress-997829.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285698,7 +230368,6 @@ }, { "question": "Cashzone", - "icon": "./assets/data/nsi/logos/cashzone-396707.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285745,7 +230414,6 @@ }, { "question": "CO-OP Financial Services", - "icon": "./assets/data/nsi/logos/coopfinancialservices-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285809,7 +230477,6 @@ }, { "question": "Cryptobase", - "icon": "./assets/data/nsi/logos/cryptobase-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285954,7 +230621,6 @@ }, { "question": "MoneyPass", - "icon": "./assets/data/nsi/logos/moneypass-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -285969,7 +230635,6 @@ }, { "question": "NoteMachine", - "icon": "./assets/data/nsi/logos/notemachine-396707.undefined", "osmTags": { "and": [ "amenity=atm", @@ -286002,7 +230667,6 @@ }, { "question": "Pathward (MetaBank)", - "icon": "./assets/data/nsi/logos/pathward-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -286017,7 +230681,6 @@ }, { "question": "Planet Cash", - "icon": "./assets/data/nsi/logos/planetcash-53bcca.undefined", "osmTags": { "and": [ "amenity=atm", @@ -286410,7 +231073,6 @@ }, { "question": "Access Bank (Ghana)", - "icon": "./assets/data/nsi/logos/accessbank-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -286445,7 +231107,6 @@ }, { "question": "ADB (Ghana)", - "icon": "./assets/data/nsi/logos/adb-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287311,7 +231972,6 @@ }, { "question": "Artsakhbank", - "icon": "./assets/data/nsi/logos/artsakhbank-056506.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287582,7 +232242,6 @@ }, { "question": "BADR Banque", - "icon": "./assets/data/nsi/logos/badrbanque-f957e0.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287617,7 +232276,6 @@ }, { "question": "Bam", - "icon": "./assets/data/nsi/logos/bam-40d5b9.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287653,7 +232311,6 @@ }, { "question": "Banca Afirme", - "icon": "./assets/data/nsi/logos/bancaafirme-8c8932.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287705,7 +232362,6 @@ }, { "question": "Banca Generali", - "icon": "./assets/data/nsi/logos/bancagenerali-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287790,7 +232446,6 @@ }, { "question": "Banca Popolare di Vicenza", - "icon": "./assets/data/nsi/logos/bancapopolaredivicenza-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -287807,7 +232462,6 @@ }, { "question": "Banca Românească", - "icon": "./assets/data/nsi/logos/bancaromaneasca-1de605.undefined", "osmTags": { "and": [ "amenity=atm", @@ -288259,7 +232913,6 @@ }, { "question": "Banco de La Pampa", - "icon": "./assets/data/nsi/logos/bancodelapampa-b67a7c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -288376,7 +233029,6 @@ }, { "question": "Banco di Napoli", - "icon": "./assets/data/nsi/logos/bancodinapoli-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -288410,7 +233062,6 @@ }, { "question": "Banco di Sicilia", - "icon": "./assets/data/nsi/logos/bancodisicilia-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -288567,7 +233218,6 @@ }, { "question": "Banco Fortaleza", - "icon": "./assets/data/nsi/logos/bancofortaleza-caae63.undefined", "osmTags": { "and": [ "amenity=atm", @@ -289061,7 +233711,6 @@ }, { "question": "Bancpost", - "icon": "./assets/data/nsi/logos/bancpost-1de605.undefined", "osmTags": { "and": [ "amenity=atm", @@ -289261,7 +233910,6 @@ }, { "question": "Bank Austria", - "icon": "./assets/data/nsi/logos/bankaustria-fc110f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -289760,7 +234408,6 @@ }, { "question": "Bank Pocztowy", - "icon": "./assets/data/nsi/logos/bankpocztowy-53bcca.undefined", "osmTags": { "and": [ "amenity=atm", @@ -289904,7 +234551,6 @@ }, { "question": "BankFinancial", - "icon": "./assets/data/nsi/logos/bankfinancial-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -290040,7 +234686,6 @@ }, { "question": "Banpará", - "icon": "./assets/data/nsi/logos/banpara-a02d2b.undefined", "osmTags": { "and": [ "amenity=atm", @@ -290211,7 +234856,6 @@ }, { "question": "Banque de l'Habitat du Mali", - "icon": "./assets/data/nsi/logos/banquedelhabitatdumali-3ba76d.undefined", "osmTags": { "and": [ "amenity=atm", @@ -290228,7 +234872,6 @@ }, { "question": "Banque Dupuy de Parseval", - "icon": "./assets/data/nsi/logos/banquedupuydeparseval-26e6fb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -290279,7 +234922,6 @@ }, { "question": "Banque National de Crédit", - "icon": "./assets/data/nsi/logos/banquenationaldecredit-ebf543.undefined", "osmTags": { "and": [ "amenity=atm", @@ -291764,7 +236406,6 @@ }, { "question": "Byblos Bank Armenia", - "icon": "./assets/data/nsi/logos/byblosbankarmenia-056506.undefined", "osmTags": { "and": [ "amenity=atm", @@ -291838,7 +236479,6 @@ }, { "question": "Caixa Altea", - "icon": "./assets/data/nsi/logos/caixaaltea-b48e80.undefined", "osmTags": { "and": [ "amenity=atm", @@ -291857,7 +236497,6 @@ }, { "question": "Caixa Callosa", - "icon": "./assets/data/nsi/logos/caixacallosa-b48e80.undefined", "osmTags": { "and": [ "amenity=atm", @@ -291963,7 +236602,6 @@ }, { "question": "Caja Arequipa", - "icon": "./assets/data/nsi/logos/cajaarequipa-98e68c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -291978,7 +236616,6 @@ }, { "question": "Caja Duero", - "icon": "./assets/data/nsi/logos/cajaduero-b48e80.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292246,7 +236883,6 @@ }, { "question": "Capital Ria", - "icon": "./assets/data/nsi/logos/capitalria-421af9.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292278,7 +236914,6 @@ }, { "question": "CapitalBank (TRNC)", - "icon": "./assets/data/nsi/logos/capitalbank-a0e164.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292312,7 +236947,6 @@ }, { "question": "Carisbo", - "icon": "./assets/data/nsi/logos/carisbo-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292557,7 +237191,6 @@ }, { "question": "Chemical Bank", - "icon": "./assets/data/nsi/logos/chemicalbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292827,7 +237460,6 @@ }, { "question": "Citizens Bank (Tennessee)", - "icon": "./assets/data/nsi/logos/citizensbank-448d55.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292895,7 +237527,6 @@ }, { "question": "City Union Bank", - "icon": "./assets/data/nsi/logos/cityunionbank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292977,7 +237608,6 @@ }, { "question": "Columbia Bank (New Jersey)", - "icon": "./assets/data/nsi/logos/columbiabank-f73770.undefined", "osmTags": { "and": [ "amenity=atm", @@ -292994,7 +237624,6 @@ }, { "question": "Columbia Bank (Pacific Northwest)", - "icon": "./assets/data/nsi/logos/columbiabank-f7c6e0.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293153,7 +237782,6 @@ }, { "question": "Community Bank of the Chesapeake", - "icon": "./assets/data/nsi/logos/communitybankofthechesapeake-4f636c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293187,7 +237815,6 @@ }, { "question": "Community First Credit Union (Wisconsin)", - "icon": "./assets/data/nsi/logos/communityfirstcreditunion-2d3cec.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293204,7 +237831,6 @@ }, { "question": "Consolidated Bank Ghana", - "icon": "./assets/data/nsi/logos/consolidatedbankghana-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293597,7 +238223,6 @@ }, { "question": "Cresol", - "icon": "./assets/data/nsi/logos/cresol-a02d2b.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293732,7 +238357,6 @@ }, { "question": "DBank", - "icon": "./assets/data/nsi/logos/dbank-e5108a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -293868,7 +238492,6 @@ }, { "question": "Diamond Bank", - "icon": "./assets/data/nsi/logos/diamondbank-00a9c6.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294201,7 +238824,6 @@ }, { "question": "Equity Bank (USA)", - "icon": "./assets/data/nsi/logos/equitybank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294269,7 +238891,6 @@ }, { "question": "Eurasian Bank", - "icon": "./assets/data/nsi/logos/eurasianbank-228817.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294327,7 +238948,6 @@ }, { "question": "EuroBic", - "icon": "./assets/data/nsi/logos/eurobic-9411e1.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294425,7 +239045,6 @@ }, { "question": "Faysal Bank (فیصل بینک)", - "icon": "./assets/data/nsi/logos/faysalbank-ed31a6.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294727,7 +239346,6 @@ }, { "question": "First Atlantic Bank", - "icon": "./assets/data/nsi/logos/firstatlanticbank-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294848,7 +239466,6 @@ }, { "question": "First Community Bank (Kenya)", - "icon": "./assets/data/nsi/logos/firstcommunitybank-cb8d4d.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294883,7 +239500,6 @@ }, { "question": "First Convenience Bank", - "icon": "./assets/data/nsi/logos/firstconveniencebank-18eb57.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294900,7 +239516,6 @@ }, { "question": "First Fidelity Bank", - "icon": "./assets/data/nsi/logos/firstfidelitybank-e69ca8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -294968,7 +239583,6 @@ }, { "question": "First Midwest Bank", - "icon": "./assets/data/nsi/logos/firstmidwestbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295004,7 +239618,6 @@ }, { "question": "First National Bank (USA)", - "icon": "./assets/data/nsi/logos/firstnationalbank-571c0f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295021,7 +239634,6 @@ }, { "question": "First National Bank Alaska", - "icon": "./assets/data/nsi/logos/firstnationalbankalaska-0011d3.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295072,7 +239684,6 @@ }, { "question": "First National Bank Texas", - "icon": "./assets/data/nsi/logos/firstnationalbanktexas-18eb57.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295089,7 +239700,6 @@ }, { "question": "First Neighborhood Bank", - "icon": "./assets/data/nsi/logos/firstneighborhoodbank-2ade70.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295106,7 +239716,6 @@ }, { "question": "First Republic Bank", - "icon": "./assets/data/nsi/logos/firstrepublicbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295242,7 +239851,6 @@ }, { "question": "First State Bank (Ohio)", - "icon": "./assets/data/nsi/logos/firststatebank-1f50fa.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295456,7 +240064,6 @@ }, { "question": "Fulton Bank", - "icon": "./assets/data/nsi/logos/fultonbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295636,7 +240243,6 @@ }, { "question": "Great Western Bank", - "icon": "./assets/data/nsi/logos/greatwesternbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295833,7 +240439,6 @@ }, { "question": "Hamkorbank", - "icon": "./assets/data/nsi/logos/hamkorbank-184f05.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295884,7 +240489,6 @@ }, { "question": "Hanmi Bank", - "icon": "./assets/data/nsi/logos/hanmibank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -295993,7 +240597,6 @@ }, { "question": "Hellenic Bank", - "icon": "./assets/data/nsi/logos/hellenicbank-524a78.undefined", "osmTags": { "and": [ "amenity=atm", @@ -296029,7 +240632,6 @@ }, { "question": "Heritage Bank (Belize)", - "icon": "./assets/data/nsi/logos/heritagebank-cb6d8d.undefined", "osmTags": { "and": [ "amenity=atm", @@ -296673,7 +241275,6 @@ }, { "question": "International Asset Bank", - "icon": "./assets/data/nsi/logos/internationalassetbank-e5108a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -296707,7 +241308,6 @@ }, { "question": "Investors Bank", - "icon": "./assets/data/nsi/logos/investorsbank-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -296847,7 +241447,6 @@ }, { "question": "Jammu and Kashmir Bank", - "icon": "./assets/data/nsi/logos/jammuandkashmirbank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297078,7 +241677,6 @@ }, { "question": "Kaspi.kz", - "icon": "./assets/data/nsi/logos/kaspikz-228817.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297286,7 +241884,6 @@ }, { "question": "Krakowski Bank Spółdzielczy", - "icon": "./assets/data/nsi/logos/krakowskibankspoldzielczy-53bcca.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297324,7 +241921,6 @@ }, { "question": "Kuda Bank", - "icon": "./assets/data/nsi/logos/kudabank-f95bbc.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297723,7 +242319,6 @@ }, { "question": "Maharashtra Gramin Bank", - "icon": "./assets/data/nsi/logos/maharashtragraminbank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297848,7 +242443,6 @@ }, { "question": "MCB (Mauritius)", - "icon": "./assets/data/nsi/logos/mcb-c48dc1.undefined", "osmTags": { "and": [ "amenity=atm", @@ -297905,7 +242499,6 @@ }, { "question": "Mellat Bank", - "icon": "./assets/data/nsi/logos/mellatbank-056506.undefined", "osmTags": { "and": [ "amenity=atm", @@ -298333,7 +242926,6 @@ }, { "question": "Nainital Bank", - "icon": "./assets/data/nsi/logos/nainitalbank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -298707,7 +243299,6 @@ }, { "question": "NovaBank", - "icon": "./assets/data/nsi/logos/novabank-a0e164.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299017,7 +243608,6 @@ }, { "question": "OmniBSIC Bank", - "icon": "./assets/data/nsi/logos/omnibsicbank-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299053,7 +243643,6 @@ }, { "question": "Orabank", - "icon": "./assets/data/nsi/logos/orabank-518e41.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299068,7 +243657,6 @@ }, { "question": "Oregon State Credit Union", - "icon": "./assets/data/nsi/logos/oregonstatecreditunion-50220c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299354,7 +243942,6 @@ }, { "question": "Peoples Bank (Flemingsburg, KY)", - "icon": "./assets/data/nsi/logos/peoplesbank-b47528.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299370,7 +243957,6 @@ }, { "question": "Peoples Bank (Ohio-based)", - "icon": "./assets/data/nsi/logos/peoplesbank-284e0c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299455,7 +244041,6 @@ }, { "question": "Pinnacle Bank (Southeast USA)", - "icon": "./assets/data/nsi/logos/pinnaclebank-849a40.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299511,7 +244096,6 @@ }, { "question": "Platte Valley Bank", - "icon": "./assets/data/nsi/logos/plattevalleybank-599017.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299657,7 +244241,6 @@ }, { "question": "Pragathi Krishna Gramin Bank", - "icon": "./assets/data/nsi/logos/pragathikrishnagraminbank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299674,7 +244257,6 @@ }, { "question": "Pragathi Krishna Gramina Bank", - "icon": "./assets/data/nsi/logos/pragathikrishnagraminabank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299834,7 +244416,6 @@ }, { "question": "Promerica", - "icon": "./assets/data/nsi/logos/promerica-4be97a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -299883,7 +244464,6 @@ }, { "question": "Prudential Bank", - "icon": "./assets/data/nsi/logos/prudentialbank-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -300329,7 +244909,6 @@ }, { "question": "RCB Bank (Cyprus)", - "icon": "./assets/data/nsi/logos/rcbbank-524a78.undefined", "osmTags": { "and": [ "amenity=atm", @@ -300346,7 +244925,6 @@ }, { "question": "RCB Bank (Midwestern USA)", - "icon": "./assets/data/nsi/logos/rcbbank-5341f5.undefined", "osmTags": { "and": [ "amenity=atm", @@ -300502,7 +245080,6 @@ }, { "question": "Republic Bank (Philadelphia)", - "icon": "./assets/data/nsi/logos/republicbank-9bba96.undefined", "osmTags": { "and": [ "amenity=atm", @@ -301073,7 +245650,6 @@ }, { "question": "Self-Help Credit Union", - "icon": "./assets/data/nsi/logos/selfhelpcreditunion-f893c2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -301318,7 +245894,6 @@ }, { "question": "SMBC信託銀行", - "icon": "./assets/data/nsi/logos/smbctrustbank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -301446,7 +246021,6 @@ }, { "question": "Société Marseillaise de Crédit", - "icon": "./assets/data/nsi/logos/societemarseillaisedecredit-2f8fb0.undefined", "osmTags": { "and": [ "amenity=atm", @@ -301916,7 +246490,6 @@ }, { "question": "Summit Bank", - "icon": "./assets/data/nsi/logos/summitbank-ed31a6.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302086,7 +246659,6 @@ }, { "question": "Takarékbank", - "icon": "./assets/data/nsi/logos/takarekbank-681c6d.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302103,7 +246675,6 @@ }, { "question": "Tamil Nadu Grama Bank", - "icon": "./assets/data/nsi/logos/tamilnadugramabank-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302192,7 +246763,6 @@ }, { "question": "Taytay sa Kauswagan", - "icon": "./assets/data/nsi/logos/taytaysakauswagan-f377ee.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302226,7 +246796,6 @@ }, { "question": "TBI Money", - "icon": "./assets/data/nsi/logos/tbimoney-1de605.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302311,7 +246880,6 @@ }, { "question": "Tesoro", - "icon": "./assets/data/nsi/logos/tesoro-f50cd1.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302329,7 +246897,6 @@ }, { "question": "Texim Bank", - "icon": "./assets/data/nsi/logos/teximbank-e5108a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302507,7 +247074,6 @@ }, { "question": "Türk Bankası", - "icon": "./assets/data/nsi/logos/turkbankasi-a0e164.undefined", "osmTags": { "and": [ "amenity=atm", @@ -302855,7 +247421,6 @@ }, { "question": "Unicred", - "icon": "./assets/data/nsi/logos/unicred-a02d2b.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303011,7 +247576,6 @@ }, { "question": "United Bank of India", - "icon": "./assets/data/nsi/logos/unitedbankofindia-ad0527.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303045,7 +247609,6 @@ }, { "question": "United Federal Credit Union", - "icon": "./assets/data/nsi/logos/unitedfederalcreditunion-d941c3.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303101,7 +247664,6 @@ }, { "question": "Universal Merchant Bank", - "icon": "./assets/data/nsi/logos/universalmerchantbank-843442.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303315,7 +247877,6 @@ }, { "question": "Veneto Banca", - "icon": "./assets/data/nsi/logos/venetobanca-64483a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303615,7 +248176,6 @@ }, { "question": "Wings Financial Credit Union", - "icon": "./assets/data/nsi/logos/wingsfinancialcreditunion-93d3a2.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303666,7 +248226,6 @@ }, { "question": "Xalq banki", - "icon": "./assets/data/nsi/logos/xalqbank-184f05.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303741,7 +248300,6 @@ }, { "question": "Yorkshire Bank", - "icon": "./assets/data/nsi/logos/yorkshirebank-396707.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303793,7 +248351,6 @@ }, { "question": "Zaman-Bank", - "icon": "./assets/data/nsi/logos/zamanbank-228817.undefined", "osmTags": { "and": [ "amenity=atm", @@ -303851,7 +248408,6 @@ }, { "question": "Ziraat Bank", - "icon": "./assets/data/nsi/logos/ziraatbank-e5108a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304615,7 +249171,6 @@ }, { "question": "Возрождение", - "icon": "./assets/data/nsi/logos/vozrozhdeniebank-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304716,7 +249271,6 @@ }, { "question": "Дельта Банк", - "icon": "./assets/data/nsi/logos/deltabank-18595f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304839,7 +249393,6 @@ }, { "question": "Кубань Кредит", - "icon": "./assets/data/nsi/logos/kubancredit-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304860,7 +249413,6 @@ }, { "question": "МетаБанк", - "icon": "./assets/data/nsi/logos/metabank-968b58.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304881,7 +249433,6 @@ }, { "question": "Московский индустриальный банк", - "icon": "./assets/data/nsi/logos/moscowindustrialbank-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -304923,7 +249474,6 @@ }, { "question": "Мособлбанк", - "icon": "./assets/data/nsi/logos/mosoblbank-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -305155,7 +249705,6 @@ }, { "question": "Полтава-Банк", - "icon": "./assets/data/nsi/logos/poltavabank-968b58.undefined", "osmTags": { "and": [ "amenity=atm", @@ -305468,7 +250017,6 @@ }, { "question": "Россельхозбанк", - "icon": "./assets/data/nsi/logos/rosselkhozbank-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -305700,7 +250248,6 @@ }, { "question": "ТК Банк", - "icon": "./assets/data/nsi/logos/tcbank-18595f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -305829,7 +250376,6 @@ }, { "question": "Франсабанк", - "icon": "./assets/data/nsi/logos/fransabank-18595f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306001,7 +250547,6 @@ }, { "question": "ЮниКредит Банк", - "icon": "./assets/data/nsi/logos/unicreditbank-da35c8.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306204,7 +250749,6 @@ }, { "question": "კრისტალი", - "icon": "./assets/data/nsi/logos/crystal-9cc31f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306273,7 +250817,6 @@ }, { "question": "რე|ბანკი", - "icon": "./assets/data/nsi/logos/690e0c-9cc31f.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306396,7 +250939,6 @@ }, { "question": "בנק אוצר החייל", - "icon": "./assets/data/nsi/logos/bankotsarhahayal-f1b480.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306522,7 +251064,6 @@ }, { "question": "בנק מסד", - "icon": "./assets/data/nsi/logos/bankmassad-f1b480.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306585,7 +251126,6 @@ }, { "question": "إتش إس بي سي السعودية", - "icon": "./assets/data/nsi/logos/hsbcsaudiarabia-fc7317.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306607,7 +251147,6 @@ }, { "question": "اسٹینڈرڈ چارٹرڈ", - "icon": "./assets/data/nsi/logos/standardchartered-ed31a6.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306738,7 +251277,6 @@ }, { "question": "البنك العربي", - "icon": "./assets/data/nsi/logos/9c3298-439a51.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306860,7 +251398,6 @@ }, { "question": "بانک انصار", - "icon": "./assets/data/nsi/logos/ansarbank-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306898,7 +251435,6 @@ }, { "question": "بانک پارسیان", - "icon": "./assets/data/nsi/logos/parsianbank-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -306974,7 +251510,6 @@ }, { "question": "بانک دی", - "icon": "./assets/data/nsi/logos/bankday-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307142,7 +251677,6 @@ }, { "question": "بانک قرض الحسنه مهر ایران", - "icon": "./assets/data/nsi/logos/qarzalhasanehmehriranbank-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307164,7 +251698,6 @@ }, { "question": "بانک قوامین", - "icon": "./assets/data/nsi/logos/ghavaminbank-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307206,7 +251739,6 @@ }, { "question": "بانک گردشگری", - "icon": "./assets/data/nsi/logos/e8042c-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307242,7 +251774,6 @@ }, { "question": "بانک ملت", - "icon": "./assets/data/nsi/logos/bankmellat-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307263,7 +251794,6 @@ }, { "question": "بانک ملی", - "icon": "./assets/data/nsi/logos/bankmelliiran-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307284,7 +251814,6 @@ }, { "question": "بانک مهر اقتصاد", - "icon": "./assets/data/nsi/logos/mehreqtesadbank-243651.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307796,7 +252325,6 @@ }, { "question": "ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "icon": "./assets/data/nsi/logos/bankforagricultureandagriculturalcooperatives-9d348a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307880,7 +252408,6 @@ }, { "question": "신협", - "icon": "./assets/data/nsi/logos/469dac-cfe76c.undefined", "osmTags": { "and": [ "amenity=atm", @@ -307960,7 +252487,6 @@ }, { "question": "きらぼし銀行", - "icon": "./assets/data/nsi/logos/kiraboshibank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308129,7 +252655,6 @@ }, { "question": "三信商業銀行", - "icon": "./assets/data/nsi/logos/cotacommercialbank-9a6797.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308196,7 +252721,6 @@ }, { "question": "上海农商银行", - "icon": "./assets/data/nsi/logos/shanghairuralcommercialbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308289,7 +252813,6 @@ }, { "question": "上海银行", - "icon": "./assets/data/nsi/logos/bankofshanghai-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308377,7 +252900,6 @@ }, { "question": "中原银行", - "icon": "./assets/data/nsi/logos/zhongyuanbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308398,7 +252920,6 @@ }, { "question": "中国光大银行", - "icon": "./assets/data/nsi/logos/chinaeverbrightbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308419,7 +252940,6 @@ }, { "question": "中国农业银行", - "icon": "./assets/data/nsi/logos/agriculturalbankofchina-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308722,7 +253242,6 @@ }, { "question": "云南省农村信用社", - "icon": "./assets/data/nsi/logos/yunnanruralcreditcooperatives-e9a054.undefined", "osmTags": { "and": [ "amenity=atm", @@ -308969,7 +253488,6 @@ }, { "question": "兴业银行", - "icon": "./assets/data/nsi/logos/industrialbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309040,7 +253558,6 @@ }, { "question": "北京农商银行", - "icon": "./assets/data/nsi/logos/beijingruralcommercialbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309061,7 +253578,6 @@ }, { "question": "北京银行", - "icon": "./assets/data/nsi/logos/bankofbeijing-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309103,7 +253619,6 @@ }, { "question": "北海道銀行", - "icon": "./assets/data/nsi/logos/hokkaidobank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309124,7 +253639,6 @@ }, { "question": "北陸銀行", - "icon": "./assets/data/nsi/logos/d57040-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309160,7 +253674,6 @@ }, { "question": "千葉興業銀行", - "icon": "./assets/data/nsi/logos/chibakogyobank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309202,7 +253715,6 @@ }, { "question": "华夏银行", - "icon": "./assets/data/nsi/logos/huaxiabank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309223,7 +253735,6 @@ }, { "question": "南京银行", - "icon": "./assets/data/nsi/logos/bankofnanjing-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309244,7 +253755,6 @@ }, { "question": "南洋商業銀行 Nanyang Commercial Bank", - "icon": "./assets/data/nsi/logos/nanyangcommercialbank-e57d9a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309597,7 +254107,6 @@ }, { "question": "天津银行", - "icon": "./assets/data/nsi/logos/bankoftianjin-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309618,7 +254127,6 @@ }, { "question": "宁波银行", - "icon": "./assets/data/nsi/logos/bankofningbo-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309664,7 +254172,6 @@ }, { "question": "富邦銀行 Fubon Bank", - "icon": "./assets/data/nsi/logos/fubonbank-e57d9a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309777,7 +254284,6 @@ }, { "question": "广发银行", - "icon": "./assets/data/nsi/logos/chinaguangfabank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309823,7 +254329,6 @@ }, { "question": "徽商银行", - "icon": "./assets/data/nsi/logos/huishangbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309844,7 +254349,6 @@ }, { "question": "恒丰银行", - "icon": "./assets/data/nsi/logos/hengfengbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309911,7 +254415,6 @@ }, { "question": "招商永隆銀行 CMB Wing Lung Bank", - "icon": "./assets/data/nsi/logos/cmbwinglungbank-e57d9a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -309936,7 +254439,6 @@ }, { "question": "招商银行", - "icon": "./assets/data/nsi/logos/chinamerchantsbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310049,7 +254551,6 @@ }, { "question": "杭州银行", - "icon": "./assets/data/nsi/logos/bankokhangzhou-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310095,7 +254596,6 @@ }, { "question": "東京ベイ信金", - "icon": "./assets/data/nsi/logos/tokyobayshinkinbank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310116,7 +254616,6 @@ }, { "question": "東日本銀行", - "icon": "./assets/data/nsi/logos/higashinipponbank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310162,7 +254661,6 @@ }, { "question": "横浜銀行", - "icon": "./assets/data/nsi/logos/bankofyokohama-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310229,7 +254727,6 @@ }, { "question": "江苏银行", - "icon": "./assets/data/nsi/logos/bankofjiangsu-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310250,7 +254747,6 @@ }, { "question": "沖縄海邦銀行", - "icon": "./assets/data/nsi/logos/okinawakaihobank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310271,7 +254767,6 @@ }, { "question": "洛阳银行", - "icon": "./assets/data/nsi/logos/bankofluoyang-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310292,7 +254787,6 @@ }, { "question": "浙商银行", - "icon": "./assets/data/nsi/logos/chinazheshangbank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310380,7 +254874,6 @@ }, { "question": "渤海银行", - "icon": "./assets/data/nsi/logos/chinabohaibank-7886cb.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310424,7 +254917,6 @@ }, { "question": "澳門商業銀行 Banco Comercial de Macau", - "icon": "./assets/data/nsi/logos/f9b3fb-a6c792.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310735,7 +255227,6 @@ }, { "question": "芝信用金庫", - "icon": "./assets/data/nsi/logos/shibashinkinbank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310859,7 +255350,6 @@ }, { "question": "華泰商業銀行", - "icon": "./assets/data/nsi/logos/hwataicommercialbank-9a6797.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310930,7 +255420,6 @@ }, { "question": "陽信商業銀行", - "icon": "./assets/data/nsi/logos/sunnycommercialbank-9a6797.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310955,7 +255444,6 @@ }, { "question": "集友銀行 Chiyu Banking Corporation", - "icon": "./assets/data/nsi/logos/chiyubankingcorporation-e57d9a.undefined", "osmTags": { "and": [ "amenity=atm", @@ -310980,7 +255468,6 @@ }, { "question": "静岡銀行", - "icon": "./assets/data/nsi/logos/shizuokabank-52efab.undefined", "osmTags": { "and": [ "amenity=atm", @@ -311026,7 +255513,6 @@ }, { "question": "高雄銀行", - "icon": "./assets/data/nsi/logos/bankofkaohsiung-9a6797.undefined", "osmTags": { "and": [ "amenity=atm", @@ -311300,7 +255786,6 @@ }, { "question": "Access Bank (Ghana)", - "icon": "./assets/data/nsi/logos/accessbank-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -311335,7 +255820,6 @@ }, { "question": "ADB (Ghana)", - "icon": "./assets/data/nsi/logos/adb-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312156,7 +256640,6 @@ }, { "question": "Artsakhbank", - "icon": "./assets/data/nsi/logos/artsakhbank-9c44ae.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312411,7 +256894,6 @@ }, { "question": "BADR Banque", - "icon": "./assets/data/nsi/logos/badrbanque-47c9bd.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312444,7 +256926,6 @@ }, { "question": "Bam", - "icon": "./assets/data/nsi/logos/bam-2713d7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312478,7 +256959,6 @@ }, { "question": "Banca Afirme", - "icon": "./assets/data/nsi/logos/bancaafirme-574575.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312527,7 +257007,6 @@ }, { "question": "Banca Generali", - "icon": "./assets/data/nsi/logos/bancagenerali-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312607,7 +257086,6 @@ }, { "question": "Banca Popolare di Vicenza", - "icon": "./assets/data/nsi/logos/bancapopolaredivicenza-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -312623,7 +257101,6 @@ }, { "question": "Banca Românească", - "icon": "./assets/data/nsi/logos/bancaromaneasca-9a9a30.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313049,7 +257526,6 @@ }, { "question": "Banco de La Pampa", - "icon": "./assets/data/nsi/logos/bancodelapampa-841353.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313160,7 +257636,6 @@ }, { "question": "Banco di Napoli", - "icon": "./assets/data/nsi/logos/bancodinapoli-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313192,7 +257667,6 @@ }, { "question": "Banco di Sicilia", - "icon": "./assets/data/nsi/logos/bancodisicilia-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313340,7 +257814,6 @@ }, { "question": "Banco Fortaleza", - "icon": "./assets/data/nsi/logos/bancofortaleza-66977e.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313806,7 +258279,6 @@ }, { "question": "Bancpost", - "icon": "./assets/data/nsi/logos/bancpost-9a9a30.undefined", "osmTags": { "and": [ "amenity=bank", @@ -313994,7 +258466,6 @@ }, { "question": "Bank Austria", - "icon": "./assets/data/nsi/logos/bankaustria-694ab5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314466,7 +258937,6 @@ }, { "question": "Bank Pocztowy", - "icon": "./assets/data/nsi/logos/bankpocztowy-68054b.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314602,7 +259072,6 @@ }, { "question": "BankFinancial", - "icon": "./assets/data/nsi/logos/bankfinancial-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314730,7 +259199,6 @@ }, { "question": "Banpará", - "icon": "./assets/data/nsi/logos/banpara-0ed44d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314892,7 +259360,6 @@ }, { "question": "Banque de l'Habitat du Mali", - "icon": "./assets/data/nsi/logos/banquedelhabitatdumali-edd991.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314908,7 +259375,6 @@ }, { "question": "Banque Dupuy de Parseval", - "icon": "./assets/data/nsi/logos/banquedupuydeparseval-706313.undefined", "osmTags": { "and": [ "amenity=bank", @@ -314956,7 +259422,6 @@ }, { "question": "Banque National de Crédit", - "icon": "./assets/data/nsi/logos/banquenationaldecredit-337eff.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316356,7 +260821,6 @@ }, { "question": "Byblos Bank Armenia", - "icon": "./assets/data/nsi/logos/byblosbankarmenia-9c44ae.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316426,7 +260890,6 @@ }, { "question": "Caixa Altea", - "icon": "./assets/data/nsi/logos/caixaaltea-ce59ab.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316444,7 +260907,6 @@ }, { "question": "Caixa Callosa", - "icon": "./assets/data/nsi/logos/caixacallosa-ce59ab.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316544,7 +261006,6 @@ }, { "question": "Caja Arequipa", - "icon": "./assets/data/nsi/logos/cajaarequipa-e2ab80.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316559,7 +261020,6 @@ }, { "question": "Caja Duero", - "icon": "./assets/data/nsi/logos/cajaduero-ce59ab.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316814,7 +261274,6 @@ }, { "question": "Capital Ria", - "icon": "./assets/data/nsi/logos/capitalria-6b8cf1.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316845,7 +261304,6 @@ }, { "question": "CapitalBank (TRNC)", - "icon": "./assets/data/nsi/logos/capitalbank-c9effc.undefined", "osmTags": { "and": [ "amenity=bank", @@ -316877,7 +261335,6 @@ }, { "question": "Carisbo", - "icon": "./assets/data/nsi/logos/carisbo-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317108,7 +261565,6 @@ }, { "question": "Chemical Bank", - "icon": "./assets/data/nsi/logos/chemicalbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317362,7 +261818,6 @@ }, { "question": "Citizens Bank (Tennessee)", - "icon": "./assets/data/nsi/logos/citizensbank-810c3c.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317427,7 +261882,6 @@ }, { "question": "City Union Bank", - "icon": "./assets/data/nsi/logos/cityunionbank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317505,7 +261959,6 @@ }, { "question": "Columbia Bank (New Jersey)", - "icon": "./assets/data/nsi/logos/columbiabank-fb7447.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317521,7 +261974,6 @@ }, { "question": "Columbia Bank (Pacific Northwest)", - "icon": "./assets/data/nsi/logos/columbiabank-c20fa5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317671,7 +262123,6 @@ }, { "question": "Community Bank of the Chesapeake", - "icon": "./assets/data/nsi/logos/communitybankofthechesapeake-04ea9b.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317703,7 +262154,6 @@ }, { "question": "Community First Credit Union (Wisconsin)", - "icon": "./assets/data/nsi/logos/communityfirstcreditunion-347d8f.undefined", "osmTags": { "and": [ "amenity=bank", @@ -317719,7 +262169,6 @@ }, { "question": "Consolidated Bank Ghana", - "icon": "./assets/data/nsi/logos/consolidatedbankghana-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318092,7 +262541,6 @@ }, { "question": "Cresol", - "icon": "./assets/data/nsi/logos/cresol-0ed44d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318220,7 +262668,6 @@ }, { "question": "DBank", - "icon": "./assets/data/nsi/logos/dbank-126296.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318348,7 +262795,6 @@ }, { "question": "Diamond Bank", - "icon": "./assets/data/nsi/logos/diamondbank-70af19.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318664,7 +263110,6 @@ }, { "question": "Equity Bank (USA)", - "icon": "./assets/data/nsi/logos/equitybank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318728,7 +263173,6 @@ }, { "question": "Eurasian Bank", - "icon": "./assets/data/nsi/logos/eurasianbank-033b31.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318783,7 +263227,6 @@ }, { "question": "EuroBic", - "icon": "./assets/data/nsi/logos/eurobic-4028ed.undefined", "osmTags": { "and": [ "amenity=bank", @@ -318876,7 +263319,6 @@ }, { "question": "Faysal Bank (فیصل بینک)", - "icon": "./assets/data/nsi/logos/faysalbank-da5806.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319163,7 +263605,6 @@ }, { "question": "First Atlantic Bank", - "icon": "./assets/data/nsi/logos/firstatlanticbank-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319279,7 +263720,6 @@ }, { "question": "First Community Bank (Kenya)", - "icon": "./assets/data/nsi/logos/firstcommunitybank-8efa9d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319312,7 +263752,6 @@ }, { "question": "First Convenience Bank", - "icon": "./assets/data/nsi/logos/firstconveniencebank-718014.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319328,7 +263767,6 @@ }, { "question": "First Fidelity Bank", - "icon": "./assets/data/nsi/logos/firstfidelitybank-48c176.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319392,7 +263830,6 @@ }, { "question": "First Midwest Bank", - "icon": "./assets/data/nsi/logos/firstmidwestbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319428,7 +263865,6 @@ }, { "question": "First National Bank (USA)", - "icon": "./assets/data/nsi/logos/firstnationalbank-fdc31a.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319444,7 +263880,6 @@ }, { "question": "First National Bank Alaska", - "icon": "./assets/data/nsi/logos/firstnationalbankalaska-7ec644.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319492,7 +263927,6 @@ }, { "question": "First National Bank Texas", - "icon": "./assets/data/nsi/logos/firstnationalbanktexas-718014.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319508,7 +263942,6 @@ }, { "question": "First Neighborhood Bank", - "icon": "./assets/data/nsi/logos/firstneighborhoodbank-9a206a.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319524,7 +263957,6 @@ }, { "question": "First Republic Bank", - "icon": "./assets/data/nsi/logos/firstrepublicbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319652,7 +264084,6 @@ }, { "question": "First State Bank (Ohio)", - "icon": "./assets/data/nsi/logos/firststatebank-fe83a5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -319855,7 +264286,6 @@ }, { "question": "Fulton Bank", - "icon": "./assets/data/nsi/logos/fultonbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -320027,7 +264457,6 @@ }, { "question": "Great Western Bank", - "icon": "./assets/data/nsi/logos/greatwesternbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -320213,7 +264642,6 @@ }, { "question": "Hamkorbank", - "icon": "./assets/data/nsi/logos/hamkorbank-99790d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -320261,7 +264689,6 @@ }, { "question": "Hanmi Bank", - "icon": "./assets/data/nsi/logos/hanmibank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -320364,7 +264791,6 @@ }, { "question": "Hellenic Bank", - "icon": "./assets/data/nsi/logos/hellenicbank-fe69e8.undefined", "osmTags": { "and": [ "amenity=bank", @@ -320398,7 +264824,6 @@ }, { "question": "Heritage Bank (Belize)", - "icon": "./assets/data/nsi/logos/heritagebank-bb8b1a.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321007,7 +265432,6 @@ }, { "question": "International Asset Bank", - "icon": "./assets/data/nsi/logos/internationalassetbank-126296.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321039,7 +265463,6 @@ }, { "question": "Investors Bank", - "icon": "./assets/data/nsi/logos/investorsbank-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321171,7 +265594,6 @@ }, { "question": "Jammu and Kashmir Bank", - "icon": "./assets/data/nsi/logos/jammuandkashmirbank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321389,7 +265811,6 @@ }, { "question": "Kaspi.kz", - "icon": "./assets/data/nsi/logos/kaspikz-033b31.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321585,7 +266006,6 @@ }, { "question": "Krakowski Bank Spółdzielczy", - "icon": "./assets/data/nsi/logos/krakowskibankspoldzielczy-68054b.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321621,7 +266041,6 @@ }, { "question": "Kuda Bank", - "icon": "./assets/data/nsi/logos/kudamicrofinancebank-db0de1.undefined", "osmTags": { "and": [ "amenity=bank", @@ -321997,7 +266416,6 @@ }, { "question": "Maharashtra Gramin Bank", - "icon": "./assets/data/nsi/logos/maharashtragraminbank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -322115,7 +266533,6 @@ }, { "question": "MCB (Mauritius)", - "icon": "./assets/data/nsi/logos/mcb-7da522.undefined", "osmTags": { "and": [ "amenity=bank", @@ -322170,7 +266587,6 @@ }, { "question": "Mellat Bank", - "icon": "./assets/data/nsi/logos/mellatbank-9c44ae.undefined", "osmTags": { "and": [ "amenity=bank", @@ -322590,7 +267006,6 @@ }, { "question": "Nainital Bank", - "icon": "./assets/data/nsi/logos/nainitalbank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -322945,7 +267360,6 @@ }, { "question": "NovaBank", - "icon": "./assets/data/nsi/logos/novabank-c9effc.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323238,7 +267652,6 @@ }, { "question": "OmniBSIC Bank", - "icon": "./assets/data/nsi/logos/omnibsicbank-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323274,7 +267687,6 @@ }, { "question": "Orabank", - "icon": "./assets/data/nsi/logos/orabank-0acde4.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323289,7 +267701,6 @@ }, { "question": "Oregon State Credit Union", - "icon": "./assets/data/nsi/logos/oregonstatecreditunion-4ac31a.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323559,7 +267970,6 @@ }, { "question": "Peoples Bank (Flemingsburg, KY)", - "icon": "./assets/data/nsi/logos/peoplesbank-7bce6d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323575,7 +267985,6 @@ }, { "question": "Peoples Bank (Ohio-based)", - "icon": "./assets/data/nsi/logos/peoplesbank-dde0f4.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323655,7 +268064,6 @@ }, { "question": "Pinnacle Bank (Southeast USA)", - "icon": "./assets/data/nsi/logos/pinnaclebank-1187bc.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323708,7 +268116,6 @@ }, { "question": "Platte Valley Bank", - "icon": "./assets/data/nsi/logos/plattevalleybank-a53937.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323846,7 +268253,6 @@ }, { "question": "Pragathi Krishna Gramin Bank", - "icon": "./assets/data/nsi/logos/pragathikrishnagraminbank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -323862,7 +268268,6 @@ }, { "question": "Pragathi Krishna Gramina Bank", - "icon": "./assets/data/nsi/logos/pragathikrishnagraminabank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -324014,7 +268419,6 @@ }, { "question": "Promerica", - "icon": "./assets/data/nsi/logos/promerica-983876.undefined", "osmTags": { "and": [ "amenity=bank", @@ -324061,7 +268465,6 @@ }, { "question": "Prudential Bank", - "icon": "./assets/data/nsi/logos/prudentialbank-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -324484,7 +268887,6 @@ }, { "question": "RCB Bank (Cyprus)", - "icon": "./assets/data/nsi/logos/rcbbank-fe69e8.undefined", "osmTags": { "and": [ "amenity=bank", @@ -324500,7 +268902,6 @@ }, { "question": "RCB Bank (Midwestern USA)", - "icon": "./assets/data/nsi/logos/rcbbank-9aacd6.undefined", "osmTags": { "and": [ "amenity=bank", @@ -324649,7 +269050,6 @@ }, { "question": "Republic Bank (Philadelphia)", - "icon": "./assets/data/nsi/logos/republicbank-9c6083.undefined", "osmTags": { "and": [ "amenity=bank", @@ -325188,7 +269588,6 @@ }, { "question": "Self-Help Credit Union", - "icon": "./assets/data/nsi/logos/selfhelpcreditunion-2b62fb.undefined", "osmTags": { "and": [ "amenity=bank", @@ -325420,7 +269819,6 @@ }, { "question": "SMBC信託銀行", - "icon": "./assets/data/nsi/logos/smbctrustbank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -325543,7 +269941,6 @@ }, { "question": "Société Marseillaise de Crédit", - "icon": "./assets/data/nsi/logos/societemarseillaisedecredit-b30a91.undefined", "osmTags": { "and": [ "amenity=bank", @@ -325989,7 +270386,6 @@ }, { "question": "Summit Bank", - "icon": "./assets/data/nsi/logos/summitbank-da5806.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326149,7 +270545,6 @@ }, { "question": "Takarékbank", - "icon": "./assets/data/nsi/logos/takarekbank-60884a.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326165,7 +270560,6 @@ }, { "question": "Tamil Nadu Grama Bank", - "icon": "./assets/data/nsi/logos/tamilnadugramabank-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326249,7 +270643,6 @@ }, { "question": "Taytay sa Kauswagan", - "icon": "./assets/data/nsi/logos/taytaysakauswagan-431f82.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326281,7 +270674,6 @@ }, { "question": "TBI Money", - "icon": "./assets/data/nsi/logos/tbimoney-9a9a30.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326362,7 +270754,6 @@ }, { "question": "Tesoro", - "icon": "./assets/data/nsi/logos/tesoro-0269b0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326379,7 +270770,6 @@ }, { "question": "Texim Bank", - "icon": "./assets/data/nsi/logos/teximbank-126296.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326547,7 +270937,6 @@ }, { "question": "Türk Bankası", - "icon": "./assets/data/nsi/logos/turkbankasi-c9effc.undefined", "osmTags": { "and": [ "amenity=bank", @@ -326876,7 +271265,6 @@ }, { "question": "Unicred", - "icon": "./assets/data/nsi/logos/unicred-0ed44d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327023,7 +271411,6 @@ }, { "question": "United Bank of India", - "icon": "./assets/data/nsi/logos/unitedbankofindia-34f411.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327055,7 +271442,6 @@ }, { "question": "United Federal Credit Union", - "icon": "./assets/data/nsi/logos/unitedfederalcreditunion-2e0d3f.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327108,7 +271494,6 @@ }, { "question": "Universal Merchant Bank", - "icon": "./assets/data/nsi/logos/universalmerchantbank-9d35ea.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327312,7 +271697,6 @@ }, { "question": "Veneto Banca", - "icon": "./assets/data/nsi/logos/venetobanca-7b36b5.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327595,7 +271979,6 @@ }, { "question": "Wings Financial Credit Union", - "icon": "./assets/data/nsi/logos/wingsfinancialcreditunion-ea2e2d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327643,7 +272026,6 @@ }, { "question": "Xalq banki", - "icon": "./assets/data/nsi/logos/xalqbanki-99790d.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327714,7 +272096,6 @@ }, { "question": "Yorkshire Bank", - "icon": "./assets/data/nsi/logos/yorkshirebank-e1e9d0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327763,7 +272144,6 @@ }, { "question": "Zaman-Bank", - "icon": "./assets/data/nsi/logos/zamanbank-033b31.undefined", "osmTags": { "and": [ "amenity=bank", @@ -327818,7 +272198,6 @@ }, { "question": "Ziraat Bank", - "icon": "./assets/data/nsi/logos/ziraatbank-126296.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328546,7 +272925,6 @@ }, { "question": "Возрождение", - "icon": "./assets/data/nsi/logos/vozrozhdeniebank-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328642,7 +273020,6 @@ }, { "question": "Дельта Банк", - "icon": "./assets/data/nsi/logos/deltabank-4aad73.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328759,7 +273136,6 @@ }, { "question": "Кубань Кредит", - "icon": "./assets/data/nsi/logos/kubancredit-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328779,7 +273155,6 @@ }, { "question": "МетаБанк", - "icon": "./assets/data/nsi/logos/metabank-c8dc19.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328799,7 +273174,6 @@ }, { "question": "Московский индустриальный банк", - "icon": "./assets/data/nsi/logos/moscowindustrialbank-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -328839,7 +273213,6 @@ }, { "question": "Мособлбанк", - "icon": "./assets/data/nsi/logos/mosoblbank-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -329059,7 +273432,6 @@ }, { "question": "Полтава-Банк", - "icon": "./assets/data/nsi/logos/poltavabank-c8dc19.undefined", "osmTags": { "and": [ "amenity=bank", @@ -329357,7 +273729,6 @@ }, { "question": "Россельхозбанк", - "icon": "./assets/data/nsi/logos/rosselkhozbank-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -329578,7 +273949,6 @@ }, { "question": "ТК Банк", - "icon": "./assets/data/nsi/logos/tcbank-4aad73.undefined", "osmTags": { "and": [ "amenity=bank", @@ -329701,7 +274071,6 @@ }, { "question": "Франсабанк", - "icon": "./assets/data/nsi/logos/fransabank-4aad73.undefined", "osmTags": { "and": [ "amenity=bank", @@ -329865,7 +274234,6 @@ }, { "question": "ЮниКредит Банк", - "icon": "./assets/data/nsi/logos/unicreditbank-0eb427.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330062,7 +274430,6 @@ }, { "question": "კრისტალი", - "icon": "./assets/data/nsi/logos/crystal-293074.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330129,7 +274496,6 @@ }, { "question": "რე|ბანკი", - "icon": "./assets/data/nsi/logos/c01edb-293074.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330249,7 +274615,6 @@ }, { "question": "בנק אוצר החייל", - "icon": "./assets/data/nsi/logos/bankotsarhahayal-563f7f.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330369,7 +274734,6 @@ }, { "question": "בנק מסד", - "icon": "./assets/data/nsi/logos/bankmassad-563f7f.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330429,7 +274793,6 @@ }, { "question": "إتش إس بي سي السعودية", - "icon": "./assets/data/nsi/logos/hsbcsaudiarabia-8f3bad.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330450,7 +274813,6 @@ }, { "question": "اسٹینڈرڈ چارٹرڈ", - "icon": "./assets/data/nsi/logos/standardchartered-da5806.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330575,7 +274937,6 @@ }, { "question": "البنك العربي", - "icon": "./assets/data/nsi/logos/9c3298-c73e28.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330692,7 +275053,6 @@ }, { "question": "بانک انصار", - "icon": "./assets/data/nsi/logos/ansarbank-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330728,7 +275088,6 @@ }, { "question": "بانک پارسیان", - "icon": "./assets/data/nsi/logos/parsianbank-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330800,7 +275159,6 @@ }, { "question": "بانک دی", - "icon": "./assets/data/nsi/logos/bankday-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330960,7 +275318,6 @@ }, { "question": "بانک قرض الحسنه مهر ایران", - "icon": "./assets/data/nsi/logos/qarzalhasanehmehriranbank-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -330981,7 +275338,6 @@ }, { "question": "بانک قوامین", - "icon": "./assets/data/nsi/logos/ghavaminbank-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331021,7 +275377,6 @@ }, { "question": "بانک گردشگری", - "icon": "./assets/data/nsi/logos/e8042c-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331056,7 +275411,6 @@ }, { "question": "بانک ملت", - "icon": "./assets/data/nsi/logos/bankmellat-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331076,7 +275430,6 @@ }, { "question": "بانک ملی", - "icon": "./assets/data/nsi/logos/bankmelliiran-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331096,7 +275449,6 @@ }, { "question": "بانک مهر اقتصاد", - "icon": "./assets/data/nsi/logos/mehreqtesadbank-cdfa72.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331584,7 +275936,6 @@ }, { "question": "ธนาคารเพื่อการเกษตรและสหกรณ์การเกษตร", - "icon": "./assets/data/nsi/logos/bankforagricultureandagriculturalcooperatives-3229f1.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331664,7 +276015,6 @@ }, { "question": "신협", - "icon": "./assets/data/nsi/logos/469dac-10d607.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331741,7 +276091,6 @@ }, { "question": "きらぼし銀行", - "icon": "./assets/data/nsi/logos/kiraboshibank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331902,7 +276251,6 @@ }, { "question": "三信商業銀行", - "icon": "./assets/data/nsi/logos/cotacommercialbank-47d9e2.undefined", "osmTags": { "and": [ "amenity=bank", @@ -331966,7 +276314,6 @@ }, { "question": "上海农商银行", - "icon": "./assets/data/nsi/logos/shanghairuralcommercialbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332055,7 +276402,6 @@ }, { "question": "上海银行", - "icon": "./assets/data/nsi/logos/bankofshanghai-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332139,7 +276485,6 @@ }, { "question": "中原银行", - "icon": "./assets/data/nsi/logos/zhongyuanbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332159,7 +276504,6 @@ }, { "question": "中国光大银行", - "icon": "./assets/data/nsi/logos/chinaeverbrightbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332179,7 +276523,6 @@ }, { "question": "中国农业银行", - "icon": "./assets/data/nsi/logos/agriculturalbankofchina-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332469,7 +276812,6 @@ }, { "question": "云南省农村信用社", - "icon": "./assets/data/nsi/logos/yunnanruralcreditcooperatives-d2dfa9.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332705,7 +277047,6 @@ }, { "question": "兴业银行", - "icon": "./assets/data/nsi/logos/industrialbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332773,7 +277114,6 @@ }, { "question": "北京农商银行", - "icon": "./assets/data/nsi/logos/beijingruralcommercialbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332793,7 +277133,6 @@ }, { "question": "北京银行", - "icon": "./assets/data/nsi/logos/bankofbeijing-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332833,7 +277172,6 @@ }, { "question": "北海道銀行", - "icon": "./assets/data/nsi/logos/hokkaidobank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332853,7 +277191,6 @@ }, { "question": "北陸銀行", - "icon": "./assets/data/nsi/logos/d57040-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332888,7 +277225,6 @@ }, { "question": "千葉興業銀行", - "icon": "./assets/data/nsi/logos/chibakogyobank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332928,7 +277264,6 @@ }, { "question": "华夏银行", - "icon": "./assets/data/nsi/logos/huaxiabank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332948,7 +277283,6 @@ }, { "question": "南京银行", - "icon": "./assets/data/nsi/logos/bankofnanjing-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -332968,7 +277302,6 @@ }, { "question": "南洋商業銀行 Nanyang Commercial Bank", - "icon": "./assets/data/nsi/logos/nanyangcommercialbank-442838.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333306,7 +277639,6 @@ }, { "question": "天津银行", - "icon": "./assets/data/nsi/logos/bankoftianjin-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333326,7 +277658,6 @@ }, { "question": "宁波银行", - "icon": "./assets/data/nsi/logos/bankofningbo-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333370,7 +277701,6 @@ }, { "question": "富邦銀行 Fubon Bank", - "icon": "./assets/data/nsi/logos/fubonbank-442838.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333478,7 +277808,6 @@ }, { "question": "广发银行", - "icon": "./assets/data/nsi/logos/chinaguangfabank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333522,7 +277851,6 @@ }, { "question": "徽商银行", - "icon": "./assets/data/nsi/logos/huishangbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333542,7 +277870,6 @@ }, { "question": "恒丰银行", - "icon": "./assets/data/nsi/logos/hengfengbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333606,7 +277933,6 @@ }, { "question": "招商永隆銀行 CMB Wing Lung Bank", - "icon": "./assets/data/nsi/logos/cmbwinglungbank-442838.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333630,7 +277956,6 @@ }, { "question": "招商银行", - "icon": "./assets/data/nsi/logos/chinamerchantsbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333738,7 +278063,6 @@ }, { "question": "杭州银行", - "icon": "./assets/data/nsi/logos/bankokhangzhou-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333782,7 +278106,6 @@ }, { "question": "東京ベイ信金", - "icon": "./assets/data/nsi/logos/tokyobayshinkinbank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333802,7 +278125,6 @@ }, { "question": "東日本銀行", - "icon": "./assets/data/nsi/logos/higashinipponbank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333846,7 +278168,6 @@ }, { "question": "横浜銀行", - "icon": "./assets/data/nsi/logos/bankofyokohama-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333910,7 +278231,6 @@ }, { "question": "江苏银行", - "icon": "./assets/data/nsi/logos/bankofjiangsu-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333930,7 +278250,6 @@ }, { "question": "沖縄海邦銀行", - "icon": "./assets/data/nsi/logos/okinawakaihobank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333950,7 +278269,6 @@ }, { "question": "洛阳银行", - "icon": "./assets/data/nsi/logos/bankofluoyang-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -333970,7 +278288,6 @@ }, { "question": "浙商银行", - "icon": "./assets/data/nsi/logos/chinazheshangbank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334054,7 +278371,6 @@ }, { "question": "渤海银行", - "icon": "./assets/data/nsi/logos/chinabohaibank-da74c0.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334096,7 +278412,6 @@ }, { "question": "澳門商業銀行 Banco Comercial de Macau", - "icon": "./assets/data/nsi/logos/f9b3fb-fa24a7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334394,7 +278709,6 @@ }, { "question": "芝信用金庫", - "icon": "./assets/data/nsi/logos/shibashinkinbank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334513,7 +278827,6 @@ }, { "question": "華泰商業銀行", - "icon": "./assets/data/nsi/logos/hwataicommercialbank-47d9e2.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334581,7 +278894,6 @@ }, { "question": "陽信商業銀行", - "icon": "./assets/data/nsi/logos/sunnycommercialbank-47d9e2.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334605,7 +278917,6 @@ }, { "question": "集友銀行 Chiyu Banking Corporation", - "icon": "./assets/data/nsi/logos/chiyubankingcorporation-442838.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334629,7 +278940,6 @@ }, { "question": "静岡銀行", - "icon": "./assets/data/nsi/logos/shizuokabank-d7a9e7.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334673,7 +278983,6 @@ }, { "question": "高雄銀行", - "icon": "./assets/data/nsi/logos/bankofkaohsiung-47d9e2.undefined", "osmTags": { "and": [ "amenity=bank", @@ -334785,7 +279094,6 @@ }, { "question": "Belushi's", - "icon": "./assets/data/nsi/logos/belushis-c5e5de.undefined", "osmTags": { "and": [ "amenity=bar", @@ -334883,7 +279191,6 @@ }, { "question": "Revolución de Cuba", - "icon": "./assets/data/nsi/logos/revoluciondecuba-60d62f.undefined", "osmTags": { "and": [ "amenity=bar", @@ -334916,7 +279223,6 @@ }, { "question": "Simmons", - "icon": "./assets/data/nsi/logos/simmons-60d62f.undefined", "osmTags": { "and": [ "amenity=bar", @@ -334933,7 +279239,6 @@ }, { "question": "Slug and Lettuce", - "icon": "./assets/data/nsi/logos/slugandlettuce-60d62f.undefined", "osmTags": { "and": [ "amenity=bar", @@ -334951,7 +279256,6 @@ }, { "question": "The Blues Kitchen", - "icon": "./assets/data/nsi/logos/theblueskitchen-149b5d.undefined", "osmTags": { "and": [ "amenity=bar", @@ -334968,7 +279272,6 @@ }, { "question": "The Cocktail Club", - "icon": "./assets/data/nsi/logos/thecocktailclub-149b5d.undefined", "osmTags": { "and": [ "amenity=bar", @@ -335054,7 +279357,6 @@ }, { "question": "太平洋酒吧 Bar Pacific", - "icon": "./assets/data/nsi/logos/barpacific-63b5b7.undefined", "osmTags": { "and": [ "amenity=bar", @@ -335130,7 +279432,6 @@ }, { "question": "AlbaBici", - "icon": "./assets/data/nsi/logos/albabici-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335191,7 +279492,6 @@ }, { "question": "Arboria Bike", - "icon": "./assets/data/nsi/logos/arboriabike-3e2129.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335209,7 +279509,6 @@ }, { "question": "Area Blu", - "icon": "./assets/data/nsi/logos/areablu-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335265,7 +279564,6 @@ }, { "question": "BalticBike", - "icon": "./assets/data/nsi/logos/balticbike-2d72c6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335438,7 +279736,6 @@ }, { "question": "BiCas", - "icon": "./assets/data/nsi/logos/bicas-e6d7a6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335455,7 +279752,6 @@ }, { "question": "Bici Cuenca", - "icon": "./assets/data/nsi/logos/bicicuenca-3e9425.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335472,7 +279768,6 @@ }, { "question": "Bici Las Condes", - "icon": "./assets/data/nsi/logos/bicilascondes-70bf31.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335489,7 +279784,6 @@ }, { "question": "biciAltea", - "icon": "./assets/data/nsi/logos/bicialtea-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335525,7 +279819,6 @@ }, { "question": "Bicicletar", - "icon": "./assets/data/nsi/logos/bicicletar-2d5a85.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335544,7 +279837,6 @@ }, { "question": "Bicicoruña", - "icon": "./assets/data/nsi/logos/bicicoruna-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335580,7 +279872,6 @@ }, { "question": "BiciLOG", - "icon": "./assets/data/nsi/logos/bicilog-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335618,7 +279909,6 @@ }, { "question": "BiciMia", - "icon": "./assets/data/nsi/logos/bicimia-108fdc.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335676,7 +279966,6 @@ }, { "question": "Bicirio", - "icon": "./assets/data/nsi/logos/bicirio-2d08e5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335713,7 +280002,6 @@ }, { "question": "Bicy", - "icon": "./assets/data/nsi/logos/bicy-3dc1ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335730,7 +280018,6 @@ }, { "question": "Bike Belém", - "icon": "./assets/data/nsi/logos/bikebelem-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335747,7 +280034,6 @@ }, { "question": "Bike Chattanooga", - "icon": "./assets/data/nsi/logos/bikechattanooga-6206fb.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335764,7 +280050,6 @@ }, { "question": "Bike PE", - "icon": "./assets/data/nsi/logos/bikepe-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335781,7 +280066,6 @@ }, { "question": "Bike PoA", - "icon": "./assets/data/nsi/logos/bikepoa-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335798,7 +280082,6 @@ }, { "question": "Bike Salvador", - "icon": "./assets/data/nsi/logos/bikesalvador-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335816,7 +280099,6 @@ }, { "question": "Bike Sampa", - "icon": "./assets/data/nsi/logos/bikesampa-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335833,7 +280115,6 @@ }, { "question": "Bike Share Connect", - "icon": "./assets/data/nsi/logos/bikeshareconnect-e229af.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335869,7 +280150,6 @@ }, { "question": "Bike Vitória", - "icon": "./assets/data/nsi/logos/bikevitoria-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335886,7 +280166,6 @@ }, { "question": "Bike_S", - "icon": "./assets/data/nsi/logos/bikes-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335904,7 +280183,6 @@ }, { "question": "bikeKIA", - "icon": "./assets/data/nsi/logos/bikekia-3dc1ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335933,7 +280211,6 @@ }, { "question": "BikeNHV", - "icon": "./assets/data/nsi/logos/bikenhv-51fa1c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335966,7 +280243,6 @@ }, { "question": "BiKeR", - "icon": "./assets/data/nsi/logos/biker-b49cdf.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -335983,7 +280259,6 @@ }, { "question": "BikeRio", - "icon": "./assets/data/nsi/logos/bikerio-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336124,7 +280399,6 @@ }, { "question": "Bilbaobizi", - "icon": "./assets/data/nsi/logos/bilbaobizi-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336144,7 +280418,6 @@ }, { "question": "BIT Mobility", - "icon": "./assets/data/nsi/logos/bitmobility-6fd9c1.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336161,7 +280434,6 @@ }, { "question": "BiTS", - "icon": "./assets/data/nsi/logos/bits-58be9d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336202,7 +280474,6 @@ }, { "question": "BiZi", - "icon": "./assets/data/nsi/logos/bizi-eef43d.undefined", "osmTags": { "and": [ "bicycle_rental=docking_station", @@ -336222,7 +280493,6 @@ }, { "question": "bizkaibizi", - "icon": "./assets/data/nsi/logos/bizkaibizi-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336299,7 +280569,6 @@ }, { "question": "Boulder B-cycle", - "icon": "./assets/data/nsi/logos/boulderbcycle-815af2.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336317,7 +280586,6 @@ }, { "question": "Breeze Bike Share", - "icon": "./assets/data/nsi/logos/breezebikeshare-e229af.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336335,7 +280603,6 @@ }, { "question": "BROM", - "icon": "./assets/data/nsi/logos/brom-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336353,7 +280620,6 @@ }, { "question": "Brompton Bike Hire", - "icon": "./assets/data/nsi/logos/bromptonbikehire-41ec11.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336368,7 +280634,6 @@ }, { "question": "Bruin Bike Share", - "icon": "./assets/data/nsi/logos/bruinbikeshare-e229af.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336385,7 +280650,6 @@ }, { "question": "btnbikeshare", - "icon": "./assets/data/nsi/logos/btnbikeshare-b88dc4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336434,7 +280698,6 @@ }, { "question": "Bydgoski Rower Aglomeracyjny", - "icon": "./assets/data/nsi/logos/bydgoskiroweraglomeracyjny-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336491,7 +280754,6 @@ }, { "question": "C'entro in Bici", - "icon": "./assets/data/nsi/logos/centroinbici-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336563,7 +280825,6 @@ }, { "question": "CDPHP Cycle", - "icon": "./assets/data/nsi/logos/cdphpcycle-7456a4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336580,7 +280841,6 @@ }, { "question": "Chromek", - "icon": "./assets/data/nsi/logos/chromek-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336600,7 +280860,6 @@ }, { "question": "CicloPi", - "icon": "./assets/data/nsi/logos/ciclopi-1536f9.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336641,7 +280900,6 @@ }, { "question": "Citrix Cycle", - "icon": "./assets/data/nsi/logos/citrixcycle-b77896.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336652,7 +280910,6 @@ }, { "question": "City Bike Finland", - "icon": "./assets/data/nsi/logos/citybikefinland-5c40d5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336668,7 +280925,6 @@ }, { "question": "city bike Liverpool", - "icon": "./assets/data/nsi/logos/citybikeliverpool-b88dc4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336685,7 +280941,6 @@ }, { "question": "City Bikes", - "icon": "./assets/data/nsi/logos/citybikes-bc0237.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336702,7 +280957,6 @@ }, { "question": "CityBike Vantaa Oy", - "icon": "./assets/data/nsi/logos/citybikevantaaoy-5c40d5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336719,7 +280973,6 @@ }, { "question": "Cluj Bike", - "icon": "./assets/data/nsi/logos/clujbike-8ba172.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336736,7 +280989,6 @@ }, { "question": "Co Bikes", - "icon": "./assets/data/nsi/logos/cobikes-98ab13.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336776,7 +281028,6 @@ }, { "question": "Cy'clic", - "icon": "./assets/data/nsi/logos/cyclic-aedfa2.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336795,7 +281046,6 @@ }, { "question": "Cyclocity (Lietuva)", - "icon": "./assets/data/nsi/logos/cyclocity-63aaeb.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336813,7 +281063,6 @@ }, { "question": "Cyclocity (日本)", - "icon": "./assets/data/nsi/logos/cyclocity-813eb7.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336830,7 +281079,6 @@ }, { "question": "Czeladzki Rower Miejski", - "icon": "./assets/data/nsi/logos/czeladzkirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336848,7 +281096,6 @@ }, { "question": "Częstochowski Rower Miejski", - "icon": "./assets/data/nsi/logos/czestochowskirowermiejski-43ae7c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336890,7 +281137,6 @@ }, { "question": "DBizi", - "icon": "./assets/data/nsi/logos/dbizi-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336905,7 +281151,6 @@ }, { "question": "DiviaVélodi", - "icon": "./assets/data/nsi/logos/diviavelodi-e1ee5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336947,7 +281192,6 @@ }, { "question": "DK'Vélo", - "icon": "./assets/data/nsi/logos/dkvelo-8a8951.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336982,7 +281226,6 @@ }, { "question": "Drammen Bysykler", - "icon": "./assets/data/nsi/logos/drammenbysykler-e79826.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -336999,7 +281242,6 @@ }, { "question": "dublinbikes", - "icon": "./assets/data/nsi/logos/dublinbikes-a14bdb.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337019,7 +281261,6 @@ }, { "question": "E.Motion", - "icon": "./assets/data/nsi/logos/emotion-302e21.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337036,7 +281277,6 @@ }, { "question": "Easybike", - "icon": "./assets/data/nsi/logos/easybike-5c40d5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337071,7 +281311,6 @@ }, { "question": "ecobike", - "icon": "./assets/data/nsi/logos/ecobike-813eb7.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337088,7 +281327,6 @@ }, { "question": "EnCicla", - "icon": "./assets/data/nsi/logos/encicla-2d08e5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337162,7 +281400,6 @@ }, { "question": "frelo", - "icon": "./assets/data/nsi/logos/frelo-b4e368.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337182,7 +281419,6 @@ }, { "question": "Gbici", - "icon": "./assets/data/nsi/logos/gbici-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337200,7 +281436,6 @@ }, { "question": "Geochang public bike system", - "icon": "./assets/data/nsi/logos/geochangpublicbikesystem-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337217,7 +281452,6 @@ }, { "question": "GeoVelo Opole", - "icon": "./assets/data/nsi/logos/geoveloopole-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337236,7 +281470,6 @@ }, { "question": "Getxobizi", - "icon": "./assets/data/nsi/logos/getxobizi-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337270,7 +281503,6 @@ }, { "question": "Girocleta", - "icon": "./assets/data/nsi/logos/girocleta-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337288,7 +281520,6 @@ }, { "question": "GoodBike Padova", - "icon": "./assets/data/nsi/logos/goodbikepadova-96c29a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337307,7 +281538,6 @@ }, { "question": "Greenbike SLC BikeShare", - "icon": "./assets/data/nsi/logos/greenbikeslcbikeshare-cbce7e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337325,7 +281555,6 @@ }, { "question": "Grid", - "icon": "./assets/data/nsi/logos/grid-d8bda1.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337345,7 +281574,6 @@ }, { "question": "Grodziski Rower Miejski", - "icon": "./assets/data/nsi/logos/grodziskirowermiejski-c6b3ff.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337364,7 +281592,6 @@ }, { "question": "GSBikeshare", - "icon": "./assets/data/nsi/logos/gsbikeshare-b88dc4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337381,7 +281608,6 @@ }, { "question": "GyőrBike", - "icon": "./assets/data/nsi/logos/gyorbike-7b42f4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337417,7 +281643,6 @@ }, { "question": "Heartland B-cycle", - "icon": "./assets/data/nsi/logos/heartlandbcycle-a5b896.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337463,7 +281688,6 @@ }, { "question": "hirebikeLincoln", - "icon": "./assets/data/nsi/logos/hirebikelincoln-b88dc4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337500,7 +281724,6 @@ }, { "question": "HuiziToluca", - "icon": "./assets/data/nsi/logos/huizitoluca-e0aaa7.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337589,7 +281812,6 @@ }, { "question": "İSBİKE", - "icon": "./assets/data/nsi/logos/isbike-1ed935.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337608,7 +281830,6 @@ }, { "question": "Jesolo Ambient Bike", - "icon": "./assets/data/nsi/logos/jesoloambientbike-22040c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337644,7 +281865,6 @@ }, { "question": "K Bike", - "icon": "./assets/data/nsi/logos/kbike-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337667,7 +281887,6 @@ }, { "question": "Kaliski Rower Miejski", - "icon": "./assets/data/nsi/logos/kaliskirowermiejski-c154f1.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337684,7 +281903,6 @@ }, { "question": "KanizsaBike", - "icon": "./assets/data/nsi/logos/kanizsabike-7b42f4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337695,7 +281913,6 @@ }, { "question": "Kielecki Rower Miejski", - "icon": "./assets/data/nsi/logos/kieleckirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337713,7 +281930,6 @@ }, { "question": "Kolesce", - "icon": "./assets/data/nsi/logos/kolesce-3dc1ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337730,7 +281946,6 @@ }, { "question": "Kołobrzeski Rower Miejski", - "icon": "./assets/data/nsi/logos/kolobrzeskirowermiejski-499603.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337767,7 +281982,6 @@ }, { "question": "Koniński Rower Miejski", - "icon": "./assets/data/nsi/logos/koninskirowermiejski-972c09.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337786,7 +282000,6 @@ }, { "question": "konrad", - "icon": "./assets/data/nsi/logos/konrad-8675ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337806,7 +282019,6 @@ }, { "question": "Koszaliński Rower Miejski", - "icon": "./assets/data/nsi/logos/koszalinskirowermiejski-dc9a4a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337825,7 +282037,6 @@ }, { "question": "Krotower", - "icon": "./assets/data/nsi/logos/krotower-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337843,7 +282054,6 @@ }, { "question": "KRsKOLESOM", - "icon": "./assets/data/nsi/logos/krskolesom-3dc1ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337860,7 +282070,6 @@ }, { "question": "KVV.nextbike", - "icon": "./assets/data/nsi/logos/kvvnextbike-7a7556.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337880,7 +282089,6 @@ }, { "question": "LaBiGi", - "icon": "./assets/data/nsi/logos/labigi-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337897,7 +282105,6 @@ }, { "question": "Le vélo", - "icon": "./assets/data/nsi/logos/levelo-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337915,7 +282122,6 @@ }, { "question": "Le Vélo par TBM", - "icon": "./assets/data/nsi/logos/levelopartbm-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337930,7 +282136,6 @@ }, { "question": "Legnicki Rower Miejski", - "icon": "./assets/data/nsi/logos/legnickirowermiejski-0eab35.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337947,7 +282152,6 @@ }, { "question": "Libélo", - "icon": "./assets/data/nsi/logos/libelo-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337967,7 +282171,6 @@ }, { "question": "LinBike", - "icon": "./assets/data/nsi/logos/linbike-bc0237.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -337984,7 +282187,6 @@ }, { "question": "Łódzki Rower Publiczny", - "icon": "./assets/data/nsi/logos/lodzkirowerpubliczny-dc4cc1.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338003,7 +282205,6 @@ }, { "question": "ŁoKeR", - "icon": "./assets/data/nsi/logos/loker-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338039,7 +282240,6 @@ }, { "question": "Lundahoj", - "icon": "./assets/data/nsi/logos/lundahoj-bc0237.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338081,7 +282281,6 @@ }, { "question": "Málagabici", - "icon": "./assets/data/nsi/logos/malagabici-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338097,7 +282296,6 @@ }, { "question": "Melbourne Bike Share", - "icon": "./assets/data/nsi/logos/melbournebikeshare-f00e7e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338178,7 +282376,6 @@ }, { "question": "Métrovélo", - "icon": "./assets/data/nsi/logos/metrovelo-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338276,7 +282473,6 @@ }, { "question": "MOBIbike", - "icon": "./assets/data/nsi/logos/mobibike-f08202.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338333,7 +282529,6 @@ }, { "question": "Monopattini Elettrici BIT Mobility La Spezia", - "icon": "./assets/data/nsi/logos/monopattinielettricibitmobilitylaspezia-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338350,7 +282545,6 @@ }, { "question": "MuyBici", - "icon": "./assets/data/nsi/logos/muybici-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338367,7 +282561,6 @@ }, { "question": "MvBike", - "icon": "./assets/data/nsi/logos/mvbike-63ec60.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338484,7 +282677,6 @@ }, { "question": "nextbike Niederösterreich", - "icon": "./assets/data/nsi/logos/nextbikeniederosterreich-17b656.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338502,7 +282694,6 @@ }, { "question": "Nibelungen-Bike", - "icon": "./assets/data/nsi/logos/nibelungenbike-497979.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338522,7 +282713,6 @@ }, { "question": "Nowodworski Rower Miejski", - "icon": "./assets/data/nsi/logos/nowodworskirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338540,7 +282730,6 @@ }, { "question": "OK bike!", - "icon": "./assets/data/nsi/logos/okbike-876d5e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338557,7 +282746,6 @@ }, { "question": "Olbike", - "icon": "./assets/data/nsi/logos/olbike-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338575,7 +282763,6 @@ }, { "question": "Oleski Rower Miejski", - "icon": "./assets/data/nsi/logos/oleskirowermiejski-7aad7f.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338594,7 +282781,6 @@ }, { "question": "Olsztyński Rower Miejski", - "icon": "./assets/data/nsi/logos/olsztynskirowermiejski-43745b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338612,7 +282798,6 @@ }, { "question": "Optymo", - "icon": "./assets/data/nsi/logos/optymo-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338629,7 +282814,6 @@ }, { "question": "Ostro.bike", - "icon": "./assets/data/nsi/logos/ostrobike-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338647,7 +282831,6 @@ }, { "question": "Ostrowski Rower Miejski", - "icon": "./assets/data/nsi/logos/ostrowskirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338685,7 +282868,6 @@ }, { "question": "OVO Bikes Glasgow", - "icon": "./assets/data/nsi/logos/ovobikes-d1798e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338704,7 +282886,6 @@ }, { "question": "Oxonbikes", - "icon": "./assets/data/nsi/logos/oxonbikes-b88dc4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338721,7 +282902,6 @@ }, { "question": "Pace", - "icon": "./assets/data/nsi/logos/pace-dea21e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338732,7 +282912,6 @@ }, { "question": "Pbike", - "icon": "./assets/data/nsi/logos/pbike-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338771,7 +282950,6 @@ }, { "question": "Piaseczyński Rower Miejski", - "icon": "./assets/data/nsi/logos/piaseczynskirowermiejski-29ca42.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338790,7 +282968,6 @@ }, { "question": "PikeRide", - "icon": "./assets/data/nsi/logos/pikeride-815af2.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338807,7 +282984,6 @@ }, { "question": "Piotrkowski Rower Miejski", - "icon": "./assets/data/nsi/logos/piotrkowskirowermiejski-72061f.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338826,7 +283002,6 @@ }, { "question": "Płocki Rower Miejski", - "icon": "./assets/data/nsi/logos/plockirowermiejski-efb91b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338843,7 +283018,6 @@ }, { "question": "Pobiedziski Rower Gminny", - "icon": "./assets/data/nsi/logos/pobiedziskirowergminny-ebaf65.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338862,7 +283036,6 @@ }, { "question": "PotsdamRad", - "icon": "./assets/data/nsi/logos/potsdamrad-5a761a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338882,7 +283055,6 @@ }, { "question": "Powiatowy System Rowerowy", - "icon": "./assets/data/nsi/logos/powiatowysystemrowerowy-0859d0.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -338901,7 +283073,6 @@ }, { "question": "Poznański Rower Miejski", - "icon": "./assets/data/nsi/logos/poznanskirowermiejski-d26233.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339034,7 +283205,6 @@ }, { "question": "Radomski Rower Miejski", - "icon": "./assets/data/nsi/logos/radomskirowermiejski-461f72.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339051,7 +283221,6 @@ }, { "question": "Rattaringlus", - "icon": "./assets/data/nsi/logos/rattaringlus-901243.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339082,7 +283251,6 @@ }, { "question": "RegioRad Stuttgart", - "icon": "./assets/data/nsi/logos/regioradstuttgart-937152.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339102,7 +283270,6 @@ }, { "question": "Relay Bike Share", - "icon": "./assets/data/nsi/logos/relaybikeshare-70c51d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339122,7 +283289,6 @@ }, { "question": "Rowerowe Łódzkie", - "icon": "./assets/data/nsi/logos/rowerowelodzkie-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339139,7 +283305,6 @@ }, { "question": "RTC Bike Share", - "icon": "./assets/data/nsi/logos/rtcbikeshare-91e721.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339159,7 +283324,6 @@ }, { "question": "RVA Bike Share", - "icon": "./assets/data/nsi/logos/rvabikeshare-794704.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339170,7 +283334,6 @@ }, { "question": "SalEnBici", - "icon": "./assets/data/nsi/logos/salenbici-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339268,7 +283431,6 @@ }, { "question": "Ścinawski Rower Miejski", - "icon": "./assets/data/nsi/logos/scinawskirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339306,7 +283468,6 @@ }, { "question": "Shymkent Bike", - "icon": "./assets/data/nsi/logos/shymkentbike-8e16ae.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339317,7 +283478,6 @@ }, { "question": "sigo E-Lastenrad Sharing", - "icon": "./assets/data/nsi/logos/sigo-937152.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339335,7 +283495,6 @@ }, { "question": "sigo E-Lastenrad Standort", - "icon": "./assets/data/nsi/logos/sigoelastenradstandort-937152.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339350,7 +283509,6 @@ }, { "question": "SiPedala", - "icon": "./assets/data/nsi/logos/sipedala-aab06d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339368,7 +283526,6 @@ }, { "question": "Sitycleta", - "icon": "./assets/data/nsi/logos/sitycleta-61961e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339405,7 +283562,6 @@ }, { "question": "SMTC", - "icon": "./assets/data/nsi/logos/smtc-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339422,7 +283578,6 @@ }, { "question": "SprottenFlotte", - "icon": "./assets/data/nsi/logos/sprottenflotte-59d33b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339442,7 +283597,6 @@ }, { "question": "SRM Jaskółka", - "icon": "./assets/data/nsi/logos/srmjaskolka-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339482,7 +283636,6 @@ }, { "question": "Stalowa Wola – miasto rowerów", - "icon": "./assets/data/nsi/logos/stalowawolamiastorowerow-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339522,7 +283675,6 @@ }, { "question": "Stockholm City Bikes", - "icon": "./assets/data/nsi/logos/stockholmcitybikes-bc0237.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339561,7 +283713,6 @@ }, { "question": "Südtirol Rad", - "icon": "./assets/data/nsi/logos/sudtirolrad-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339582,7 +283733,6 @@ }, { "question": "SUWER", - "icon": "./assets/data/nsi/logos/suwer-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339621,7 +283771,6 @@ }, { "question": "SWell Cycle", - "icon": "./assets/data/nsi/logos/swellcycle-c8e513.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339639,7 +283788,6 @@ }, { "question": "Sykkeli", - "icon": "./assets/data/nsi/logos/sykkeli-5c40d5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339650,7 +283798,6 @@ }, { "question": "Szczecinecka Wypożyczalnia Rowerów Miejskich", - "icon": "./assets/data/nsi/logos/szczecineckawypozyczalniarowerowmiejskich-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339705,7 +283852,6 @@ }, { "question": "Tarnowski Rower Miejski", - "icon": "./assets/data/nsi/logos/tarnowskirowermiejski-77a81f.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339724,7 +283870,6 @@ }, { "question": "Tashu", - "icon": "./assets/data/nsi/logos/tashu-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339735,7 +283880,6 @@ }, { "question": "TBike", - "icon": "./assets/data/nsi/logos/tbike-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339752,7 +283896,6 @@ }, { "question": "Tel-O-Fun", - "icon": "./assets/data/nsi/logos/telofun-ea041a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339808,7 +283951,6 @@ }, { "question": "TNGo", - "icon": "./assets/data/nsi/logos/tngo-a2c8f4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339849,7 +283991,6 @@ }, { "question": "Torvelo", - "icon": "./assets/data/nsi/logos/torvelo-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339868,7 +284009,6 @@ }, { "question": "Trondheim Bysykkel", - "icon": "./assets/data/nsi/logos/trondheimbysykkel-e79826.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339885,7 +284025,6 @@ }, { "question": "TusBic", - "icon": "./assets/data/nsi/logos/tusbic-f59a8b.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339896,7 +284035,6 @@ }, { "question": "twsRad", - "icon": "./assets/data/nsi/logos/twsrad-8f14ce.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339915,7 +284053,6 @@ }, { "question": "U-bike", - "icon": "./assets/data/nsi/logos/ubike-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339926,7 +284063,6 @@ }, { "question": "UDINebike", - "icon": "./assets/data/nsi/logos/udinebike-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339943,7 +284079,6 @@ }, { "question": "UMAbike", - "icon": "./assets/data/nsi/logos/umabike-c7dd41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339960,7 +284095,6 @@ }, { "question": "Urban Infrastructure Partner AS", - "icon": "./assets/data/nsi/logos/urbaninfrastructurepartneras-e79826.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -339977,7 +284111,6 @@ }, { "question": "UsedomRad", - "icon": "./assets/data/nsi/logos/usedomrad-174ffd.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340058,7 +284191,6 @@ }, { "question": "VCUB", - "icon": "./assets/data/nsi/logos/vcub-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340078,7 +284210,6 @@ }, { "question": "Vel'in", - "icon": "./assets/data/nsi/logos/velin-202421.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340117,7 +284248,6 @@ }, { "question": "Vélam", - "icon": "./assets/data/nsi/logos/velam-7193ba.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340136,7 +284266,6 @@ }, { "question": "Velektro", - "icon": "./assets/data/nsi/logos/velektro-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340153,7 +284282,6 @@ }, { "question": "Velespeed Lefkoşa", - "icon": "./assets/data/nsi/logos/velespeedlefkosa-383c4a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340209,7 +284337,6 @@ }, { "question": "Vélibleu", - "icon": "./assets/data/nsi/logos/velibleu-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340226,7 +284353,6 @@ }, { "question": "VéliVert", - "icon": "./assets/data/nsi/logos/velivert-6ee7c4.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340267,7 +284393,6 @@ }, { "question": "Vélo'+", - "icon": "./assets/data/nsi/logos/velo-39016e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340307,7 +284432,6 @@ }, { "question": "VélO²", - "icon": "./assets/data/nsi/logos/cyclocity-8aea2a.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340327,7 +284451,6 @@ }, { "question": "Vélobleu", - "icon": "./assets/data/nsi/logos/velobleu-d6bbde.undefined", "osmTags": { "and": [ "bicycle_rental=docking_station", @@ -340345,7 +284468,6 @@ }, { "question": "VéloCité (Mulhouse)", - "icon": "./assets/data/nsi/logos/velocite-068aec.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340385,7 +284507,6 @@ }, { "question": "Velohauptstadt", - "icon": "./assets/data/nsi/logos/velohauptstadt-a8de7e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340403,7 +284524,6 @@ }, { "question": "Vélolib", - "icon": "./assets/data/nsi/logos/velolib-d06f5d.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340421,7 +284541,6 @@ }, { "question": "Vélomagg'", - "icon": "./assets/data/nsi/logos/velomagg-26d0f5.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340478,7 +284597,6 @@ }, { "question": "VeloTM", - "icon": "./assets/data/nsi/logos/velotm-8ba172.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340515,7 +284633,6 @@ }, { "question": "Verona Bike", - "icon": "./assets/data/nsi/logos/veronabike-3d5df6.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340567,7 +284684,6 @@ }, { "question": "VRNnextbike", - "icon": "./assets/data/nsi/logos/vrnnextbike-89b565.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340587,7 +284703,6 @@ }, { "question": "Wągrowiecki Rower Miejski", - "icon": "./assets/data/nsi/logos/wagrowieckirowermiejski-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340607,7 +284722,6 @@ }, { "question": "Wavelo", - "icon": "./assets/data/nsi/logos/wavelo-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340626,7 +284740,6 @@ }, { "question": "WhiteBikes", - "icon": "./assets/data/nsi/logos/whitebikes-3e2129.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340665,7 +284778,6 @@ }, { "question": "Wolsztyński Rower Miejski", - "icon": "./assets/data/nsi/logos/wolsztynskirowermiejski-bc1ab0.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340684,7 +284796,6 @@ }, { "question": "Wrocławski Rower Miejski", - "icon": "./assets/data/nsi/logos/wroclawskirowermiejski-601157.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340723,7 +284834,6 @@ }, { "question": "YouBike 2.0", - "icon": "./assets/data/nsi/logos/youbike20-1bb859.undefined", "osmTags": { "and": [ "bicycle_rental=docking_station", @@ -340744,7 +284854,6 @@ }, { "question": "YouBike 微笑單車", - "icon": "./assets/data/nsi/logos/youbike-1bb859.undefined", "osmTags": { "and": [ "bicycle_rental=docking_station", @@ -340807,7 +284916,6 @@ }, { "question": "Żarskie Rowery", - "icon": "./assets/data/nsi/logos/zarskierowery-4d145c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340825,7 +284933,6 @@ }, { "question": "Zelený bicykel", - "icon": "./assets/data/nsi/logos/zelenybicykel-3e2129.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340836,7 +284943,6 @@ }, { "question": "Zielonogórski Rower Miejski", - "icon": "./assets/data/nsi/logos/zielonogorskirowermiejski-2e8c7e.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340855,7 +284961,6 @@ }, { "question": "Züri Velo", - "icon": "./assets/data/nsi/logos/zurivelo-b5a444.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340896,7 +285001,6 @@ }, { "question": "بیدود", - "icon": "./assets/data/nsi/logos/bdood-41691c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340919,7 +285023,6 @@ }, { "question": "거창군", - "icon": "./assets/data/nsi/logos/95bc3b-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340939,7 +285042,6 @@ }, { "question": "서울자전거 따릉이 (Seoul Bike)", - "icon": "./assets/data/nsi/logos/seoulbike-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -340961,7 +285063,6 @@ }, { "question": "세종도시교통공사", - "icon": "./assets/data/nsi/logos/8e68a0-3cba94.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341007,7 +285108,6 @@ }, { "question": "ちよくる", - "icon": "./assets/data/nsi/logos/chiyocle-813eb7.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341036,7 +285136,6 @@ }, { "question": "つるがシェアサイクル", - "icon": "./assets/data/nsi/logos/tsurugasharecycle-813eb7.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341084,7 +285183,6 @@ }, { "question": "兰州市公共自行车服务发展有限公司", - "icon": "./assets/data/nsi/logos/9e905a-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341101,7 +285199,6 @@ }, { "question": "北京中城永安环保科技有限公司", - "icon": "./assets/data/nsi/logos/952e42-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341118,7 +285215,6 @@ }, { "question": "南昌公交顺道公共自行车科技有限公司", - "icon": "./assets/data/nsi/logos/27d899-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341135,7 +285231,6 @@ }, { "question": "南通永久公共自行车公司", - "icon": "./assets/data/nsi/logos/947b11-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341152,7 +285247,6 @@ }, { "question": "叮嗒出行", - "icon": "./assets/data/nsi/logos/2d3068-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341167,7 +285261,6 @@ }, { "question": "巨大機械工業(股)", - "icon": "./assets/data/nsi/logos/1d2e94-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341184,7 +285277,6 @@ }, { "question": "微笑單車股份有限公司", - "icon": "./assets/data/nsi/logos/cca95e-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341201,7 +285293,6 @@ }, { "question": "新竹市政府", - "icon": "./assets/data/nsi/logos/c3cef6-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341218,7 +285309,6 @@ }, { "question": "杭州公共自行车", - "icon": "./assets/data/nsi/logos/hangzhoupublicbicycle-b6480c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341241,7 +285331,6 @@ }, { "question": "永安行", - "icon": "./assets/data/nsi/logos/youonbikeshare-487b9c.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341265,7 +285354,6 @@ }, { "question": "永安行(南通)", - "icon": "./assets/data/nsi/logos/youonbikeshare-c7fe15.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341288,7 +285376,6 @@ }, { "question": "永安行(昌邑)", - "icon": "./assets/data/nsi/logos/youonbikeshare-4d6e41.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341311,7 +285398,6 @@ }, { "question": "臺北市政府", - "icon": "./assets/data/nsi/logos/902527-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341328,7 +285414,6 @@ }, { "question": "臺南市政府交通局", - "icon": "./assets/data/nsi/logos/f525fd-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341345,7 +285430,6 @@ }, { "question": "苏州东大金点物联科技有限公司", - "icon": "./assets/data/nsi/logos/e28ae7-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341362,7 +285446,6 @@ }, { "question": "青州市公共自行车", - "icon": "./assets/data/nsi/logos/qingzhoupublicbicycle-050a29.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341389,7 +285472,6 @@ }, { "question": "高雄捷運股份有限公司", - "icon": "./assets/data/nsi/logos/6f1ece-1bb859.undefined", "osmTags": { "and": [ "amenity=bicycle_rental", @@ -341602,7 +285684,6 @@ }, { "question": "Unimoni", - "icon": "./assets/data/nsi/logos/unimoni-ebe0cc.undefined", "osmTags": { "and": [ "amenity=bureau_de_change", @@ -341680,7 +285761,6 @@ }, { "question": "რიკო კრედიტი", - "icon": "./assets/data/nsi/logos/ricocredit-db9fb2.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -341702,7 +285782,6 @@ }, { "question": "სვის კაპიტალი", - "icon": "./assets/data/nsi/logos/swisscapital-db9fb2.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -341778,7 +285857,6 @@ }, { "question": "50嵐", - "icon": "./assets/data/nsi/logos/50lan-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342174,7 +286252,6 @@ }, { "question": "BECK'S COFFEE SHOP", - "icon": "./assets/data/nsi/logos/beckscoffeeshop-0cf217.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342234,7 +286311,6 @@ }, { "question": "Big Orange", - "icon": "./assets/data/nsi/logos/bigorange-772df9.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342342,7 +286418,6 @@ }, { "question": "Blenz Coffee", - "icon": "./assets/data/nsi/logos/blenzcoffee-aa8067.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342544,7 +286619,6 @@ }, { "question": "Bubble Waffle Cafe", - "icon": "./assets/data/nsi/logos/bubblewafflecafe-aa8067.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342653,7 +286727,6 @@ }, { "question": "Café du Centre", - "icon": "./assets/data/nsi/logos/cafeducentre-1bfce4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342874,7 +286947,6 @@ }, { "question": "Caffeine", - "icon": "./assets/data/nsi/logos/caffeine-f2627b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342927,7 +286999,6 @@ }, { "question": "Cappuccino", - "icon": "./assets/data/nsi/logos/cappuccino-218425.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -342998,7 +287069,6 @@ }, { "question": "Chai Point", - "icon": "./assets/data/nsi/logos/chaipoint-656fa1.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -343201,7 +287271,6 @@ }, { "question": "CofeFest", - "icon": "./assets/data/nsi/logos/cofefest-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -343218,7 +287287,6 @@ }, { "question": "Coffee Berry", - "icon": "./assets/data/nsi/logos/coffeeberry-7939ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -343622,7 +287690,6 @@ }, { "question": "Dee Dee's Family Café", - "icon": "./assets/data/nsi/logos/deedeesfamilycafe-a89223.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -343720,7 +287787,6 @@ }, { "question": "DriveCafe", - "icon": "./assets/data/nsi/logos/drivecafe-95edc3.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -343937,7 +288003,6 @@ }, { "question": "Flash Coffee", - "icon": "./assets/data/nsi/logos/flashcoffee-a38c5d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344030,7 +288095,6 @@ }, { "question": "Go Coffee", - "icon": "./assets/data/nsi/logos/gocoffee-1d07e0.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344182,7 +288246,6 @@ }, { "question": "Haus!", - "icon": "./assets/data/nsi/logos/haus-4ccab9.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344277,7 +288340,6 @@ }, { "question": "Hollys", - "icon": "./assets/data/nsi/logos/hollys-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344349,7 +288411,6 @@ }, { "question": "Hui Lau Shan", - "icon": "./assets/data/nsi/logos/huilaushan-eaae62.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344644,7 +288705,6 @@ }, { "question": "Kreation Organic", - "icon": "./assets/data/nsi/logos/kreationorganic-243cad.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344753,7 +288813,6 @@ }, { "question": "Luckin Coffee", - "icon": "./assets/data/nsi/logos/luckincoffee-93bf5b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344771,7 +288830,6 @@ }, { "question": "M Stand", - "icon": "./assets/data/nsi/logos/mstand-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344808,7 +288866,6 @@ }, { "question": "Machi machi", - "icon": "./assets/data/nsi/logos/machimachi-e1ef51.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344846,7 +288903,6 @@ }, { "question": "Mais1 Café", - "icon": "./assets/data/nsi/logos/mais1cafe-1d07e0.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -344882,7 +288938,6 @@ }, { "question": "Manner Coffee", - "icon": "./assets/data/nsi/logos/mannercoffee-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345093,7 +289148,6 @@ }, { "question": "Momen'Tea", - "icon": "./assets/data/nsi/logos/momentea-1bfce4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345147,7 +289201,6 @@ }, { "question": "Mövenpick Café", - "icon": "./assets/data/nsi/logos/movenpickcafe-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345450,7 +289503,6 @@ }, { "question": "Pellini", - "icon": "./assets/data/nsi/logos/pellini-e2a804.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345504,7 +289556,6 @@ }, { "question": "Philz Coffee", - "icon": "./assets/data/nsi/logos/philzcoffee-243cad.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345613,7 +289664,6 @@ }, { "question": "PRONTO", - "icon": "./assets/data/nsi/logos/pronto-0cf217.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345635,7 +289685,6 @@ }, { "question": "Pumpkin", - "icon": "./assets/data/nsi/logos/pumpkin-a89223.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345769,7 +289818,6 @@ }, { "question": "Rustpunt.nu", - "icon": "./assets/data/nsi/logos/rustpuntnu-4a052f.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345786,7 +289834,6 @@ }, { "question": "S&P", - "icon": "./assets/data/nsi/logos/sandp-b6dfae.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -345930,7 +289977,6 @@ }, { "question": "Shakespeare Coffee & Bistro", - "icon": "./assets/data/nsi/logos/shakespeare-fadeed.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346010,7 +290056,6 @@ }, { "question": "Shuyi Tealicious", - "icon": "./assets/data/nsi/logos/shuyitealicious-aa8067.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346341,7 +290386,6 @@ }, { "question": "Tatte Bakery & Cafe", - "icon": "./assets/data/nsi/logos/tattebakeryandcafe-092509.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346377,7 +290421,6 @@ }, { "question": "Teapresso Bar", - "icon": "./assets/data/nsi/logos/teapressobar-4ef526.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346394,7 +290437,6 @@ }, { "question": "Teeamo", - "icon": "./assets/data/nsi/logos/teeamo-06a619.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346430,7 +290472,6 @@ }, { "question": "The Alley", - "icon": "./assets/data/nsi/logos/thealley-b3d618.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346615,7 +290656,6 @@ }, { "question": "The Italian Coffee Company", - "icon": "./assets/data/nsi/logos/theitaliancoffeecompany-2f3766.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346650,7 +290690,6 @@ }, { "question": "Think Coffee", - "icon": "./assets/data/nsi/logos/thinkcoffee-1d96ac.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346668,7 +290707,6 @@ }, { "question": "Third Wave Coffee Roasters", - "icon": "./assets/data/nsi/logos/thirdwavecoffeeroasters-656fa1.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346723,7 +290761,6 @@ }, { "question": "Timothy's", - "icon": "./assets/data/nsi/logos/timothys-aa8067.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346815,7 +290852,6 @@ }, { "question": "Torrador", - "icon": "./assets/data/nsi/logos/torrador-9d066f.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346944,7 +290980,6 @@ }, { "question": "Viva cafe", - "icon": "./assets/data/nsi/logos/vivacafe-95edc3.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -346961,7 +290996,6 @@ }, { "question": "Wagas", - "icon": "./assets/data/nsi/logos/wagas-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347192,7 +291226,6 @@ }, { "question": "ZUS Coffee", - "icon": "./assets/data/nsi/logos/zuscoffee-2aa1ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347272,7 +291305,6 @@ }, { "question": "Вилка-ложка", - "icon": "./assets/data/nsi/logos/83889f-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347311,7 +291343,6 @@ }, { "question": "Кондитерская Теремок", - "icon": "./assets/data/nsi/logos/teremokcafe-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347331,7 +291362,6 @@ }, { "question": "Кофе муз", - "icon": "./assets/data/nsi/logos/coffeemoose-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347350,7 +291380,6 @@ }, { "question": "Кофе Саунд", - "icon": "./assets/data/nsi/logos/12e4a4-7035bb.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347385,7 +291414,6 @@ }, { "question": "Кулинарная лавка братьев Караваевых", - "icon": "./assets/data/nsi/logos/c90773-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347443,7 +291471,6 @@ }, { "question": "Мираж", - "icon": "./assets/data/nsi/logos/be258a-d874f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347479,7 +291506,6 @@ }, { "question": "Сицилия", - "icon": "./assets/data/nsi/logos/fd6b72-d874f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347496,7 +291522,6 @@ }, { "question": "Фарфор", - "icon": "./assets/data/nsi/logos/7021b1-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347531,7 +291556,6 @@ }, { "question": "Хлеб Насущный", - "icon": "./assets/data/nsi/logos/d1829c-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347610,7 +291634,6 @@ }, { "question": "Эдем", - "icon": "./assets/data/nsi/logos/742283-1c12ef.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -347832,7 +291855,6 @@ }, { "question": "بارنز", - "icon": "./assets/data/nsi/logos/barns-f27832.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348189,7 +292211,6 @@ }, { "question": "엔제리너스", - "icon": "./assets/data/nsi/logos/angelinuscoffee-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348233,7 +292254,6 @@ }, { "question": "이디야커피", - "icon": "./assets/data/nsi/logos/ediyacoffee-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348255,7 +292275,6 @@ }, { "question": "카페드롭탑", - "icon": "./assets/data/nsi/logos/cafedroptop-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348299,7 +292318,6 @@ }, { "question": "커피베이", - "icon": "./assets/data/nsi/logos/coffeebay-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348321,7 +292339,6 @@ }, { "question": "커피스미스", - "icon": "./assets/data/nsi/logos/coffeesmith-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348365,7 +292382,6 @@ }, { "question": "컴포즈커피", - "icon": "./assets/data/nsi/logos/composecoffee-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348409,7 +292425,6 @@ }, { "question": "폴바셋", - "icon": "./assets/data/nsi/logos/paulbassett-77c68b.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348636,7 +292651,6 @@ }, { "question": "むさしの森珈琲", - "icon": "./assets/data/nsi/logos/musashinomoricoffee-0cf217.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348684,7 +292698,6 @@ }, { "question": "一沐日", - "icon": "./assets/data/nsi/logos/aniceholiday-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348706,7 +292719,6 @@ }, { "question": "一点点", - "icon": "./assets/data/nsi/logos/alittletea-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348795,7 +292807,6 @@ }, { "question": "三分春色", - "icon": "./assets/data/nsi/logos/trinitea3-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348861,7 +292872,6 @@ }, { "question": "书亦烧仙草", - "icon": "./assets/data/nsi/logos/shuyitealicious-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348883,7 +292893,6 @@ }, { "question": "五桐號", - "icon": "./assets/data/nsi/logos/wootea-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348925,7 +292934,6 @@ }, { "question": "先喝道", - "icon": "./assets/data/nsi/logos/taotaotea-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -348973,7 +292981,6 @@ }, { "question": "兰芳园", - "icon": "./assets/data/nsi/logos/lanfongyuen-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349017,7 +293024,6 @@ }, { "question": "冰饌", - "icon": "./assets/data/nsi/logos/teaworkstation-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349039,7 +293045,6 @@ }, { "question": "古茗", - "icon": "./assets/data/nsi/logos/goodme-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349061,7 +293066,6 @@ }, { "question": "可不可熟成紅茶", - "icon": "./assets/data/nsi/logos/kebuke-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349176,7 +293180,6 @@ }, { "question": "大益茶", - "icon": "./assets/data/nsi/logos/taetea-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349198,7 +293201,6 @@ }, { "question": "大苑子", - "icon": "./assets/data/nsi/logos/dayungs-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349330,7 +293332,6 @@ }, { "question": "奈雪的茶", - "icon": "./assets/data/nsi/logos/nayuki-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349422,7 +293423,6 @@ }, { "question": "幸运咖", - "icon": "./assets/data/nsi/logos/luckycup-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349443,7 +293443,6 @@ }, { "question": "库迪咖啡", - "icon": "./assets/data/nsi/logos/cotticoffee-823e31.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349693,7 +293692,6 @@ }, { "question": "沪上阿姨", - "icon": "./assets/data/nsi/logos/aunteajenny-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349807,7 +293805,6 @@ }, { "question": "瑞幸咖啡", - "icon": "./assets/data/nsi/logos/luckincoffee-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -349851,7 +293848,6 @@ }, { "question": "益禾堂", - "icon": "./assets/data/nsi/logos/yhtang-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -350055,7 +294051,6 @@ }, { "question": "茶颜悦色", - "icon": "./assets/data/nsi/logos/sexytea-3300f4.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -350143,7 +294138,6 @@ }, { "question": "西雅圖極品咖啡", - "icon": "./assets/data/nsi/logos/baristacoffee-7d270d.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -350441,7 +294435,6 @@ }, { "question": "鹿角巷", - "icon": "./assets/data/nsi/logos/thealley-823e31.undefined", "osmTags": { "and": [ "amenity=cafe", @@ -350663,7 +294656,6 @@ }, { "question": "CICAR", - "icon": "./assets/data/nsi/logos/cicar-d3ef0c.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -350728,7 +294720,6 @@ }, { "question": "Enterprise GO", - "icon": "./assets/data/nsi/logos/enterprisego-145c5e.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -351183,7 +295174,6 @@ }, { "question": "ニッポンレンタカー", - "icon": "./assets/data/nsi/logos/nipponrentacar-f05847.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -351263,7 +295253,6 @@ }, { "question": "愛旺租車", - "icon": "./assets/data/nsi/logos/iwsrentacar-9fc5e0.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -351343,7 +295332,6 @@ }, { "question": "神州租车", - "icon": "./assets/data/nsi/logos/carinc-bc1c71.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -351363,7 +295351,6 @@ }, { "question": "聯邦租車", - "icon": "./assets/data/nsi/logos/unionrentalcar-9fc5e0.undefined", "osmTags": { "and": [ "amenity=car_rental", @@ -351562,7 +295549,6 @@ }, { "question": "VIVe", - "icon": "./assets/data/nsi/logos/vive-f6d885.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -351855,7 +295841,6 @@ }, { "question": "GATE Express Car Wash", - "icon": "./assets/data/nsi/logos/gateexpresscarwash-da012f.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352241,7 +296226,6 @@ }, { "question": "Wash (TotalEnergies)", - "icon": "./assets/data/nsi/logos/wash-43b899.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352257,7 +296241,6 @@ }, { "question": "Washman", - "icon": "./assets/data/nsi/logos/washman-987d4e.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352289,7 +296272,6 @@ }, { "question": "Автобаня", - "icon": "./assets/data/nsi/logos/6af9e7-458305.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352304,7 +296286,6 @@ }, { "question": "Мой сам", - "icon": "./assets/data/nsi/logos/8aea6e-c4e665.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352319,7 +296300,6 @@ }, { "question": "Мой-ка! DS", - "icon": "./assets/data/nsi/logos/cf497f-a80d1f.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352334,7 +296314,6 @@ }, { "question": "途虎", - "icon": "./assets/data/nsi/logos/77ef3a-b5eb92.undefined", "osmTags": { "and": [ "amenity=car_wash", @@ -352384,7 +296363,6 @@ }, { "question": "Crown Resorts", - "icon": "./assets/data/nsi/logos/crownresorts-683d57.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352400,7 +296378,6 @@ }, { "question": "efbet", - "icon": "./assets/data/nsi/logos/efbet-cfc6fe.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352418,7 +296395,6 @@ }, { "question": "Fair Play Casino", - "icon": "./assets/data/nsi/logos/fairplaycasino-cf45c0.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352434,7 +296410,6 @@ }, { "question": "Flamingo Casino", - "icon": "./assets/data/nsi/logos/flamingocasino-cf45c0.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352466,7 +296441,6 @@ }, { "question": "inbet", - "icon": "./assets/data/nsi/logos/inbet-cfc6fe.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352482,7 +296456,6 @@ }, { "question": "Jack's Casino", - "icon": "./assets/data/nsi/logos/jackscasino-cf45c0.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352514,7 +296487,6 @@ }, { "question": "Maxbet", - "icon": "./assets/data/nsi/logos/maxbet-5f5cfa.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352577,7 +296549,6 @@ }, { "question": "WinBet", - "icon": "./assets/data/nsi/logos/winbet-cfc6fe.undefined", "osmTags": { "and": [ "amenity=casino", @@ -352593,7 +296564,6 @@ }, { "question": "Believ", - "icon": "./assets/data/nsi/logos/believ-cc3397.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -352641,7 +296611,6 @@ }, { "question": "Charge365", - "icon": "./assets/data/nsi/logos/charge365-054d0f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -352715,7 +296684,6 @@ }, { "question": "Ishavsveien", - "icon": "./assets/data/nsi/logos/ishavsveien-054d0f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -352875,7 +296843,6 @@ }, { "question": "Recharge", - "icon": "./assets/data/nsi/logos/recharge-12f14e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -352922,7 +296889,6 @@ }, { "question": "Smart Charge", - "icon": "./assets/data/nsi/logos/smartcharge-cc3397.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -352956,7 +296922,6 @@ }, { "question": "Tesla Supercharger", - "icon": "./assets/data/nsi/logos/teslasupercharger-67e574.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -353023,7 +296988,6 @@ }, { "question": "Zero", - "icon": "./assets/data/nsi/logos/zero-dd8b2e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -353057,7 +297021,6 @@ }, { "question": "Белоруснефть Malanka", - "icon": "./assets/data/nsi/logos/malanka-f2a4c9.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -353081,7 +297044,6 @@ }, { "question": "Энергия Москвы", - "icon": "./assets/data/nsi/logos/energyofmoscow-012f44.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -353199,7 +297161,6 @@ }, { "question": "Anganvady", - "icon": "./assets/data/nsi/logos/anganvady-115c62.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -353214,7 +297175,6 @@ }, { "question": "Anganwadi", - "icon": "./assets/data/nsi/logos/anganwadi-115c62.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -353271,7 +297231,6 @@ }, { "question": "CEN-CINAI", - "icon": "./assets/data/nsi/logos/cencinai-299b2d.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -353386,7 +297345,6 @@ }, { "question": "Бэби-клуб", - "icon": "./assets/data/nsi/logos/babyclub-22863f.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -353517,7 +297475,6 @@ }, { "question": "B&B Theatres", - "icon": "./assets/data/nsi/logos/bandbtheatres-a7c63e.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -353700,7 +297657,6 @@ }, { "question": "Cinemaximum", - "icon": "./assets/data/nsi/logos/cinemaximum-690e75.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -353928,7 +297884,6 @@ }, { "question": "Dendy", - "icon": "./assets/data/nsi/logos/dendy-1a8a27.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354058,7 +298013,6 @@ }, { "question": "In89豪華數位影城", - "icon": "./assets/data/nsi/logos/in89cinemax-4205fd.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354127,7 +298081,6 @@ }, { "question": "Kino za Rogiem", - "icon": "./assets/data/nsi/logos/kinozarogiem-696d99.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354354,7 +298307,6 @@ }, { "question": "MOVIX", - "icon": "./assets/data/nsi/logos/movix-35c174.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354470,7 +298422,6 @@ }, { "question": "Paribu Cineverse", - "icon": "./assets/data/nsi/logos/paribucineverse-690e75.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354570,7 +298521,6 @@ }, { "question": "Reading Cinemas", - "icon": "./assets/data/nsi/logos/readingcinemas-49d471.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354787,7 +298737,6 @@ }, { "question": "Utopia", - "icon": "./assets/data/nsi/logos/utopia-24fd45.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354945,7 +298894,6 @@ }, { "question": "万达影城", - "icon": "./assets/data/nsi/logos/wandacinemas-98bf22.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354965,7 +298913,6 @@ }, { "question": "中影国际影城", - "icon": "./assets/data/nsi/logos/chinafilminternationalcinema-98bf22.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -354985,7 +298932,6 @@ }, { "question": "喜樂時代影城", - "icon": "./assets/data/nsi/logos/centuryasiacinemas-4205fd.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -355145,7 +299091,6 @@ }, { "question": "美麗新影城", - "icon": "./assets/data/nsi/logos/miranewcinemas-4205fd.undefined", "osmTags": { "and": [ "amenity=cinema", @@ -355255,7 +299200,6 @@ }, { "question": "KfH", - "icon": "./assets/data/nsi/logos/kfh-5fb5d4.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -355361,7 +299305,6 @@ }, { "question": "RRH Urgent Care", - "icon": "./assets/data/nsi/logos/rochesterregionalhealthurgentcare-a9ca6f.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -355468,7 +299411,6 @@ }, { "question": "UR Medicine Urgent Care", - "icon": "./assets/data/nsi/logos/urmedicineurgentcare-a9ca6f.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -355733,7 +299675,6 @@ }, { "question": "Dentalia", - "icon": "./assets/data/nsi/logos/dentalia-e18215.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -355749,7 +299690,6 @@ }, { "question": "DentalWorks", - "icon": "./assets/data/nsi/logos/dentalworks-f3d61f.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -355800,7 +299740,6 @@ }, { "question": "Folktandvården", - "icon": "./assets/data/nsi/logos/folktandvarden-a3d4a5.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -355817,7 +299756,6 @@ }, { "question": "Gentle Dental", - "icon": "./assets/data/nsi/logos/gentledental-708bdc.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -355936,7 +299874,6 @@ }, { "question": "My Dentist (USA)", - "icon": "./assets/data/nsi/logos/mydentist-708bdc.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -355970,7 +299907,6 @@ }, { "question": "SmileKeepers", - "icon": "./assets/data/nsi/logos/smilekeepers-708bdc.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -356004,7 +299940,6 @@ }, { "question": "Voxel", - "icon": "./assets/data/nsi/logos/voxel-5c89ef.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -356094,7 +300029,6 @@ }, { "question": "Мой Зубной", - "icon": "./assets/data/nsi/logos/1606b5-5c89ef.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -356111,7 +300045,6 @@ }, { "question": "Улыбка", - "icon": "./assets/data/nsi/logos/a1a834-37a285.undefined", "osmTags": { "and": [ "amenity=dentist", @@ -356216,7 +300149,6 @@ }, { "question": "The Little Clinic", - "icon": "./assets/data/nsi/logos/thelittleclinic-e57666.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -356268,7 +300200,6 @@ }, { "question": "Galadari", - "icon": "./assets/data/nsi/logos/galadari-aa822b.undefined", "osmTags": { "and": [ "amenity=driving_school", @@ -356369,7 +300300,6 @@ }, { "question": "72街", - "icon": "./assets/data/nsi/logos/72street-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -356427,7 +300357,6 @@ }, { "question": "Abokado", - "icon": "./assets/data/nsi/logos/abokado-8bf212.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -356463,7 +300392,6 @@ }, { "question": "Aik Бистро", - "icon": "./assets/data/nsi/logos/6856b5-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -356480,7 +300408,6 @@ }, { "question": "Al's Beef", - "icon": "./assets/data/nsi/logos/alsbeef-0e88aa.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -356516,7 +300443,6 @@ }, { "question": "Ali Baba's", - "icon": "./assets/data/nsi/logos/alibabas-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357021,7 +300947,6 @@ }, { "question": "Beijing Bites", - "icon": "./assets/data/nsi/logos/beijingbites-aba431.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357165,7 +301090,6 @@ }, { "question": "Billy Tacos", - "icon": "./assets/data/nsi/logos/billytacos-b4e8f3.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357418,7 +301342,6 @@ }, { "question": "Bourbon St. Grill", - "icon": "./assets/data/nsi/logos/bourbonstgrill-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357512,7 +301435,6 @@ }, { "question": "Brown's Chicken", - "icon": "./assets/data/nsi/logos/brownschicken-dbdcb8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357549,7 +301471,6 @@ }, { "question": "Brut Butcher", - "icon": "./assets/data/nsi/logos/brutbutcher-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357657,7 +301578,6 @@ }, { "question": "Burger Street", - "icon": "./assets/data/nsi/logos/burgerstreet-1ab7d8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357847,7 +301767,6 @@ }, { "question": "Burrito Boyz", - "icon": "./assets/data/nsi/logos/burritoboyz-72d462.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -357901,7 +301820,6 @@ }, { "question": "Butchies", - "icon": "./assets/data/nsi/logos/butchies-8bf212.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358082,7 +302000,6 @@ }, { "question": "Chamas Tacos", - "icon": "./assets/data/nsi/logos/chamastacos-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358227,7 +302144,6 @@ }, { "question": "Chez l'Ancien", - "icon": "./assets/data/nsi/logos/chezlancien-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358299,7 +302215,6 @@ }, { "question": "Chicken Licken", - "icon": "./assets/data/nsi/logos/chickenlicken-cad0f9.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358372,7 +302287,6 @@ }, { "question": "Chicken Star", - "icon": "./assets/data/nsi/logos/chickenstar-33d36e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358590,7 +302504,6 @@ }, { "question": "Chungchun", - "icon": "./assets/data/nsi/logos/chungchun-c08753.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358684,7 +302597,6 @@ }, { "question": "Cluck-U Chicken", - "icon": "./assets/data/nsi/logos/cluckuchicken-4d2ff4.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -358720,7 +302632,6 @@ }, { "question": "Cœur de Blé", - "icon": "./assets/data/nsi/logos/coeurdeble-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359142,7 +303053,6 @@ }, { "question": "Dim Coffee", - "icon": "./assets/data/nsi/logos/dimcoffee-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359177,7 +303087,6 @@ }, { "question": "Dixy Chicken", - "icon": "./assets/data/nsi/logos/dixychicken-d5291b.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359196,7 +303105,6 @@ }, { "question": "Do.Bro Coffee", - "icon": "./assets/data/nsi/logos/dobrocoffee-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359249,7 +303157,6 @@ }, { "question": "Don Pollo", - "icon": "./assets/data/nsi/logos/donpollo-64ebd7.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359356,7 +303263,6 @@ }, { "question": "DROPTOP", - "icon": "./assets/data/nsi/logos/droptop-c56583.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359487,7 +303393,6 @@ }, { "question": "Eddie Rocket's", - "icon": "./assets/data/nsi/logos/eddierockets-f334ca.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359524,7 +303429,6 @@ }, { "question": "Edo Japan", - "icon": "./assets/data/nsi/logos/edojapan-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -359907,7 +303811,6 @@ }, { "question": "Farsh", - "icon": "./assets/data/nsi/logos/farsh-26312c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360199,7 +304102,6 @@ }, { "question": "Food Solutions", - "icon": "./assets/data/nsi/logos/foodsolutions-71a487.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360380,7 +304282,6 @@ }, { "question": "Freshly Squeezed", - "icon": "./assets/data/nsi/logos/freshlysqueezed-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360453,7 +304354,6 @@ }, { "question": "Froots", - "icon": "./assets/data/nsi/logos/froots-d17423.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360471,7 +304371,6 @@ }, { "question": "Fuzzy's Taco Shop", - "icon": "./assets/data/nsi/logos/fuzzystacoshop-4d2ff4.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360543,7 +304442,6 @@ }, { "question": "Genghis Grill", - "icon": "./assets/data/nsi/logos/genghisgrill-4d2ff4.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360597,7 +304495,6 @@ }, { "question": "Gino's Pizza & Spaghetti House (West Virginia)", - "icon": "./assets/data/nsi/logos/ginospizzaandspaghettihouse-4d2ff4.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360872,7 +304769,6 @@ }, { "question": "Guac Mexi Grill", - "icon": "./assets/data/nsi/logos/guacmexigrill-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -360983,7 +304879,6 @@ }, { "question": "Hallo Pizza", - "icon": "./assets/data/nsi/logos/hallopizza-6ea233.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361275,7 +305170,6 @@ }, { "question": "Hungry Lion", - "icon": "./assets/data/nsi/logos/hungrylion-f0dc80.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361423,7 +305317,6 @@ }, { "question": "Indira Canteen", - "icon": "./assets/data/nsi/logos/indiracanteen-aba431.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361645,7 +305538,6 @@ }, { "question": "Joe's Pizza", - "icon": "./assets/data/nsi/logos/joespizza-a0688e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361699,7 +305591,6 @@ }, { "question": "Joys Tacos", - "icon": "./assets/data/nsi/logos/joystacos-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361771,7 +305662,6 @@ }, { "question": "Julia's", - "icon": "./assets/data/nsi/logos/julias-60a83c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -361861,7 +305751,6 @@ }, { "question": "Kannam Chicken", - "icon": "./assets/data/nsi/logos/kannamchicken-79e0b1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -362040,7 +305929,6 @@ }, { "question": "King Kebab", - "icon": "./assets/data/nsi/logos/kingkebab-5ca460.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -362075,7 +305963,6 @@ }, { "question": "King Pie", - "icon": "./assets/data/nsi/logos/kingpie-7fdf05.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -362567,7 +306454,6 @@ }, { "question": "Le Tacos de Lyon", - "icon": "./assets/data/nsi/logos/letacosdelyon-508db0.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -363523,7 +307409,6 @@ }, { "question": "Morley's", - "icon": "./assets/data/nsi/logos/morleys-45095e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -363632,7 +307517,6 @@ }, { "question": "Mr. Pretzels", - "icon": "./assets/data/nsi/logos/mrpretzels-d3f544.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -363722,7 +307606,6 @@ }, { "question": "Myungrang Hotdog", - "icon": "./assets/data/nsi/logos/myungranghotdog-e13ed7.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -363795,7 +307678,6 @@ }, { "question": "Nestlé Toll House Café", - "icon": "./assets/data/nsi/logos/nestletollhousecafe-4d2ff4.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -363833,7 +307715,6 @@ }, { "question": "New School Tacos", - "icon": "./assets/data/nsi/logos/newschooltacos-4ecab6.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364033,7 +307914,6 @@ }, { "question": "Nravizza pizza", - "icon": "./assets/data/nsi/logos/nravizzapizza-381458.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364165,7 +308045,6 @@ }, { "question": "One Price Coffee", - "icon": "./assets/data/nsi/logos/onepricecoffee-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364220,7 +308099,6 @@ }, { "question": "Oqtepa Lavash", - "icon": "./assets/data/nsi/logos/oqtepalavash-d0294b.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364255,7 +308133,6 @@ }, { "question": "Original Tommy's", - "icon": "./assets/data/nsi/logos/originaltommys-3140ea.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364273,7 +308150,6 @@ }, { "question": "Osama Sushi", - "icon": "./assets/data/nsi/logos/osamasushi-50e0ae.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364403,7 +308279,6 @@ }, { "question": "Panku Streetfood", - "icon": "./assets/data/nsi/logos/pankustreetfood-45095e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364439,7 +308314,6 @@ }, { "question": "Pans & Company", - "icon": "./assets/data/nsi/logos/pansandcompany-b2cd69.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364513,7 +308387,6 @@ }, { "question": "Papaye Fast Food", - "icon": "./assets/data/nsi/logos/papayefastfood-0ae65d.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364533,7 +308406,6 @@ }, { "question": "Pasaport Pizza", - "icon": "./assets/data/nsi/logos/pasaportpizza-8ef00c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364605,7 +308477,6 @@ }, { "question": "Pepper Lunch", - "icon": "./assets/data/nsi/logos/pepperlunch-658eea.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364678,7 +308549,6 @@ }, { "question": "Pie City", - "icon": "./assets/data/nsi/logos/piecity-7fdf05.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -364696,7 +308566,6 @@ }, { "question": "Pinulito", - "icon": "./assets/data/nsi/logos/pinulito-41b0d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365095,7 +308964,6 @@ }, { "question": "Pizza Tutto", - "icon": "./assets/data/nsi/logos/pizzatutto-34e6e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365130,7 +308998,6 @@ }, { "question": "Pizza Vito", - "icon": "./assets/data/nsi/logos/pizzavito-34e6e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365166,7 +309033,6 @@ }, { "question": "Pizzaman Chickenman", - "icon": "./assets/data/nsi/logos/pizzamanchickenman-0ae65d.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365312,7 +309178,6 @@ }, { "question": "Pollo Feliz", - "icon": "./assets/data/nsi/logos/pollofeliz-15d9cd.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365384,7 +309249,6 @@ }, { "question": "Pollolandia", - "icon": "./assets/data/nsi/logos/pollolandia-057a99.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365896,7 +309760,6 @@ }, { "question": "Rostic's", - "icon": "./assets/data/nsi/logos/rostics-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -365950,7 +309813,6 @@ }, { "question": "Royal Kebab", - "icon": "./assets/data/nsi/logos/royalkebab-5ca460.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366113,7 +309975,6 @@ }, { "question": "Sam's Chicken", - "icon": "./assets/data/nsi/logos/samschicken-45095e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366348,7 +310209,6 @@ }, { "question": "Shanghai 360", - "icon": "./assets/data/nsi/logos/shanghai360-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366420,7 +310280,6 @@ }, { "question": "Skippers", - "icon": "./assets/data/nsi/logos/skippers-7fdf05.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366510,7 +310369,6 @@ }, { "question": "Smoke's Poutinerie", - "icon": "./assets/data/nsi/logos/smokespoutinerie-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366637,7 +310495,6 @@ }, { "question": "South Street Burger", - "icon": "./assets/data/nsi/logos/southstreetburger-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366655,7 +310512,6 @@ }, { "question": "Southern Fried Chicken", - "icon": "./assets/data/nsi/logos/southernfriedchicken-a6761c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -366907,7 +310763,6 @@ }, { "question": "Sushi Moji", - "icon": "./assets/data/nsi/logos/sushimoji-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367307,7 +311162,6 @@ }, { "question": "Tacos Avenue", - "icon": "./assets/data/nsi/logos/tacosavenue-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367325,7 +311179,6 @@ }, { "question": "Takos King", - "icon": "./assets/data/nsi/logos/takosking-11ef38.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367343,7 +311196,6 @@ }, { "question": "Tantalizers", - "icon": "./assets/data/nsi/logos/tantalizers-3eb11d.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367639,7 +311491,6 @@ }, { "question": "The Burger's Priest", - "icon": "./assets/data/nsi/logos/theburgerspriest-e49d2e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367676,7 +311527,6 @@ }, { "question": "The Döner Company", - "icon": "./assets/data/nsi/logos/thedonercompany-60a83c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367789,7 +311639,6 @@ }, { "question": "The Japanese Canteen", - "icon": "./assets/data/nsi/logos/thejapanesecanteen-8bf212.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367826,7 +311675,6 @@ }, { "question": "The Rameshwaram Cafe", - "icon": "./assets/data/nsi/logos/therameshwaramcafe-aba431.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -367992,7 +311840,6 @@ }, { "question": "Tortilla", - "icon": "./assets/data/nsi/logos/tortilla-99527b.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368010,7 +311857,6 @@ }, { "question": "Tossed", - "icon": "./assets/data/nsi/logos/tossed-8bf212.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368119,7 +311965,6 @@ }, { "question": "Twisters", - "icon": "./assets/data/nsi/logos/twisters-14d357.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368192,7 +312037,6 @@ }, { "question": "Upper Crust", - "icon": "./assets/data/nsi/logos/uppercrust-fb0467.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368439,7 +312283,6 @@ }, { "question": "Ward's Restaurant", - "icon": "./assets/data/nsi/logos/wardsrestaurant-4e3ae6.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368818,7 +312661,6 @@ }, { "question": "Yellow Cab Pizza", - "icon": "./assets/data/nsi/logos/yellowcabpizza-88fce7.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -368985,7 +312827,6 @@ }, { "question": "Zebro's", - "icon": "./assets/data/nsi/logos/zebros-cad0f9.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369100,7 +312941,6 @@ }, { "question": "Автосуши Автопицца", - "icon": "./assets/data/nsi/logos/6f845a-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369267,7 +313107,6 @@ }, { "question": "Моккано", - "icon": "./assets/data/nsi/logos/a5c704-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369306,7 +313145,6 @@ }, { "question": "ПиццаФабрика", - "icon": "./assets/data/nsi/logos/bf3d0f-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369323,7 +313161,6 @@ }, { "question": "Просто Вася", - "icon": "./assets/data/nsi/logos/ad2dfb-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369453,7 +313290,6 @@ }, { "question": "Суши маке", - "icon": "./assets/data/nsi/logos/176f7a-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369514,7 +313350,6 @@ }, { "question": "ЧебурекМи", - "icon": "./assets/data/nsi/logos/0d6f84-ec2b4e.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369532,7 +313367,6 @@ }, { "question": "Шаверлэнд", - "icon": "./assets/data/nsi/logos/174051-7582d1.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369642,7 +313476,6 @@ }, { "question": "ვსკა ჯუს ბარი", - "icon": "./assets/data/nsi/logos/skajuicebar-90e404.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -369825,7 +313658,6 @@ }, { "question": "עגבניה", - "icon": "./assets/data/nsi/logos/agvania-dbdcb8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370139,7 +313971,6 @@ }, { "question": "굽네치킨", - "icon": "./assets/data/nsi/logos/goobnechicken-c56583.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370250,7 +314081,6 @@ }, { "question": "청춘감성쌀핫도그", - "icon": "./assets/data/nsi/logos/chungchun-c56583.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370340,7 +314170,6 @@ }, { "question": "オリジン弁当", - "icon": "./assets/data/nsi/logos/originbento-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370384,7 +314213,6 @@ }, { "question": "かつや", - "icon": "./assets/data/nsi/logos/katsuya-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370408,7 +314236,6 @@ }, { "question": "キッチンオリジン", - "icon": "./assets/data/nsi/logos/kitchenorigin-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370665,7 +314492,6 @@ }, { "question": "てんや", - "icon": "./assets/data/nsi/logos/tenya-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370828,7 +314654,6 @@ }, { "question": "ピザ・カリフォルニア", - "icon": "./assets/data/nsi/logos/pizzacalifornia-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -370894,7 +314719,6 @@ }, { "question": "ピザポケット", - "icon": "./assets/data/nsi/logos/pizzapockets-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371162,7 +314986,6 @@ }, { "question": "三商炸雞", - "icon": "./assets/data/nsi/logos/33friedchicken-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371212,7 +315035,6 @@ }, { "question": "丹丹漢堡", - "icon": "./assets/data/nsi/logos/dandanhamburger-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371314,7 +315136,6 @@ }, { "question": "华莱士", - "icon": "./assets/data/nsi/logos/cnhls-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371392,7 +315213,6 @@ }, { "question": "呷尚寶", - "icon": "./assets/data/nsi/logos/jsp-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371414,7 +315234,6 @@ }, { "question": "唐記包點 Tong Kee Bao Dim", - "icon": "./assets/data/nsi/logos/tongkeebaodim-9f9722.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371510,7 +315329,6 @@ }, { "question": "好伦哥", - "icon": "./assets/data/nsi/logos/origus-19ae3c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371598,7 +315416,6 @@ }, { "question": "小僧寿し", - "icon": "./assets/data/nsi/logos/kozosushi-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371620,7 +315437,6 @@ }, { "question": "巨林美而美", - "icon": "./assets/data/nsi/logos/jyulinmeiandmei-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371643,7 +315459,6 @@ }, { "question": "巴比馒头", - "icon": "./assets/data/nsi/logos/babi-19ae3c.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371688,7 +315503,6 @@ }, { "question": "乡村基", - "icon": "./assets/data/nsi/logos/csc-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371710,7 +315524,6 @@ }, { "question": "庆丰包子铺", - "icon": "./assets/data/nsi/logos/qingfengsteameddumplingshop-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371755,7 +315568,6 @@ }, { "question": "德克士", - "icon": "./assets/data/nsi/logos/dicos-70aa35.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371777,7 +315589,6 @@ }, { "question": "德克士 Dicos", - "icon": "./assets/data/nsi/logos/dicos-17dd9a.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371821,7 +315632,6 @@ }, { "question": "拿坡里披薩", - "icon": "./assets/data/nsi/logos/napolipizza-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -371940,7 +315750,6 @@ }, { "question": "本家かまどや", - "icon": "./assets/data/nsi/logos/honkekamadoya-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372012,7 +315821,6 @@ }, { "question": "正新鸡排", - "icon": "./assets/data/nsi/logos/zhengxinchickensteak-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372034,7 +315842,6 @@ }, { "question": "永和大王", - "icon": "./assets/data/nsi/logos/yongheking-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372102,7 +315909,6 @@ }, { "question": "瑞麟美而美", - "icon": "./assets/data/nsi/logos/rueilinmeiandmei-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372147,7 +315953,6 @@ }, { "question": "箱根そば", - "icon": "./assets/data/nsi/logos/hakonesoba-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372289,7 +316094,6 @@ }, { "question": "美而美", - "icon": "./assets/data/nsi/logos/meiandmei-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372425,7 +316229,6 @@ }, { "question": "芳珍蔬食", - "icon": "./assets/data/nsi/logos/fjveggie-60a4d5.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372517,7 +316320,6 @@ }, { "question": "超意兴", - "icon": "./assets/data/nsi/logos/chaoyixing-65b4e8.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372611,7 +316413,6 @@ }, { "question": "銚子丸", - "icon": "./assets/data/nsi/logos/choushimaru-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372702,7 +316503,6 @@ }, { "question": "魚べい", - "icon": "./assets/data/nsi/logos/uobei-3e7699.undefined", "osmTags": { "and": [ "amenity=fast_food", @@ -372851,7 +316651,6 @@ }, { "question": "1-2-3", - "icon": "./assets/data/nsi/logos/123-67b972.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -372915,7 +316714,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-1c8a41.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -372947,7 +316745,6 @@ }, { "question": "Aegis", - "icon": "./assets/data/nsi/logos/aegis-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373001,7 +316798,6 @@ }, { "question": "Agapet Limited", - "icon": "./assets/data/nsi/logos/agapet-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373019,7 +316815,6 @@ }, { "question": "Agip", - "icon": "./assets/data/nsi/logos/agip-025116.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373035,7 +316830,6 @@ }, { "question": "Agla", - "icon": "./assets/data/nsi/logos/agla-83f854.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373129,7 +316923,6 @@ }, { "question": "Alinco Oil", - "icon": "./assets/data/nsi/logos/alincooil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373147,7 +316940,6 @@ }, { "question": "Allied Ghana", - "icon": "./assets/data/nsi/logos/allied-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373246,7 +317038,6 @@ }, { "question": "Amdaway Oil", - "icon": "./assets/data/nsi/logos/amdawayoil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373278,7 +317069,6 @@ }, { "question": "Aminso Energy", - "icon": "./assets/data/nsi/logos/aminsoenergy-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373342,7 +317132,6 @@ }, { "question": "AN Energéticos", - "icon": "./assets/data/nsi/logos/anenergeticos-83f854.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373390,7 +317179,6 @@ }, { "question": "AP Oil (Ghana)", - "icon": "./assets/data/nsi/logos/apoil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373406,7 +317194,6 @@ }, { "question": "apollostation", - "icon": "./assets/data/nsi/logos/apollostation-fbe2e4.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373539,7 +317326,6 @@ }, { "question": "Astro", - "icon": "./assets/data/nsi/logos/astro-5d5ba1.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373655,7 +317441,6 @@ }, { "question": "Avia XPress", - "icon": "./assets/data/nsi/logos/aviaxpress-77914b.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373735,7 +317520,6 @@ }, { "question": "B-Petrol", - "icon": "./assets/data/nsi/logos/bpetrol-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373783,7 +317567,6 @@ }, { "question": "Bandeira Branca", - "icon": "./assets/data/nsi/logos/bandeirabranca-c14748.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373815,7 +317598,6 @@ }, { "question": "BEBECO", - "icon": "./assets/data/nsi/logos/bebeco-27a80f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373831,7 +317613,6 @@ }, { "question": "Benab Oil", - "icon": "./assets/data/nsi/logos/benaboil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373897,7 +317678,6 @@ }, { "question": "Best", - "icon": "./assets/data/nsi/logos/best-ec7588.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373929,7 +317709,6 @@ }, { "question": "BF Petroleum", - "icon": "./assets/data/nsi/logos/bfpetroleum-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -373961,7 +317740,6 @@ }, { "question": "BG Petroleum", - "icon": "./assets/data/nsi/logos/bgpetroleum-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374025,7 +317803,6 @@ }, { "question": "Big D Oil", - "icon": "./assets/data/nsi/logos/bigdoil-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374073,7 +317850,6 @@ }, { "question": "Blanko Oil", - "icon": "./assets/data/nsi/logos/blankooil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374089,7 +317865,6 @@ }, { "question": "Bliska", - "icon": "./assets/data/nsi/logos/bliska-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374137,7 +317912,6 @@ }, { "question": "BP Express", - "icon": "./assets/data/nsi/logos/bpexpress-6cdea6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374250,7 +318024,6 @@ }, { "question": "Carenex (カーエネクス)", - "icon": "./assets/data/nsi/logos/carenex-fbe2e4.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374286,7 +318059,6 @@ }, { "question": "Carrefour Contact", - "icon": "./assets/data/nsi/logos/carrefourcontact-3772a0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374302,7 +318074,6 @@ }, { "question": "Carrefour Market", - "icon": "./assets/data/nsi/logos/carrefourmarket-b3d110.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374350,7 +318121,6 @@ }, { "question": "Cash Oil", - "icon": "./assets/data/nsi/logos/cashoil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374414,7 +318184,6 @@ }, { "question": "Centex", - "icon": "./assets/data/nsi/logos/centex-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374429,7 +318198,6 @@ }, { "question": "Central Brent", - "icon": "./assets/data/nsi/logos/centralbrent-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374445,7 +318213,6 @@ }, { "question": "Centrum Fuel", - "icon": "./assets/data/nsi/logos/centrumfuel-289efc.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374494,7 +318261,6 @@ }, { "question": "Ceypetco", - "icon": "./assets/data/nsi/logos/ceypetco-0d1ef7.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374544,7 +318310,6 @@ }, { "question": "Charrua", - "icon": "./assets/data/nsi/logos/charrua-22e305.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374591,7 +318356,6 @@ }, { "question": "Cigo Energy", - "icon": "./assets/data/nsi/logos/cigoenergy-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374671,7 +318435,6 @@ }, { "question": "Clean Energy Fuels", - "icon": "./assets/data/nsi/logos/cleanenergy-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374722,7 +318485,6 @@ }, { "question": "Compass", - "icon": "./assets/data/nsi/logos/compass-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374739,7 +318501,6 @@ }, { "question": "Concord Oil (Ghana)", - "icon": "./assets/data/nsi/logos/concordoil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374771,7 +318532,6 @@ }, { "question": "Coop Tankstelle", - "icon": "./assets/data/nsi/logos/cooptankstelle-27a80f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374818,7 +318578,6 @@ }, { "question": "Coral", - "icon": "./assets/data/nsi/logos/coral-c4bbd1.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374897,7 +318656,6 @@ }, { "question": "CPS", - "icon": "./assets/data/nsi/logos/cps-f3a579.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374912,7 +318670,6 @@ }, { "question": "Crevier", - "icon": "./assets/data/nsi/logos/crevier-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374944,7 +318701,6 @@ }, { "question": "Crown", - "icon": "./assets/data/nsi/logos/crown-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -374960,7 +318716,6 @@ }, { "question": "Crown (Ghana)", - "icon": "./assets/data/nsi/logos/crown-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375008,7 +318763,6 @@ }, { "question": "CYCLON", - "icon": "./assets/data/nsi/logos/cyclon-c67f2c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375039,7 +318793,6 @@ }, { "question": "Dapsa", - "icon": "./assets/data/nsi/logos/dapsa-dca697.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375105,7 +318858,6 @@ }, { "question": "Delta (New Jersey)", - "icon": "./assets/data/nsi/logos/delta-7a25a0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375137,7 +318889,6 @@ }, { "question": "Depot Tela", - "icon": "./assets/data/nsi/logos/depottela-dc29c2.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375152,7 +318903,6 @@ }, { "question": "Diamond Shamrock", - "icon": "./assets/data/nsi/logos/diamondshamrock-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375168,7 +318918,6 @@ }, { "question": "din-X", - "icon": "./assets/data/nsi/logos/dinx-a1affa.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375184,7 +318933,6 @@ }, { "question": "Disa", - "icon": "./assets/data/nsi/logos/disa-2e774c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375282,7 +319030,6 @@ }, { "question": "ED", - "icon": "./assets/data/nsi/logos/ed-495186.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375317,7 +319064,6 @@ }, { "question": "Ego", - "icon": "./assets/data/nsi/logos/ego-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375466,7 +319212,6 @@ }, { "question": "Emo", - "icon": "./assets/data/nsi/logos/emo-c1168c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375647,7 +319392,6 @@ }, { "question": "Essar", - "icon": "./assets/data/nsi/logos/essar-853965.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375695,7 +319439,6 @@ }, { "question": "Euroil", - "icon": "./assets/data/nsi/logos/euroil-ec7588.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375711,7 +319454,6 @@ }, { "question": "EuroOil", - "icon": "./assets/data/nsi/logos/eurooil-7e979f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375775,7 +319517,6 @@ }, { "question": "Ewa", - "icon": "./assets/data/nsi/logos/ewa-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375806,7 +319547,6 @@ }, { "question": "F24", - "icon": "./assets/data/nsi/logos/f24-0b8509.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375838,7 +319578,6 @@ }, { "question": "FAST STOP", - "icon": "./assets/data/nsi/logos/faststop-13feb8.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375854,7 +319593,6 @@ }, { "question": "Fastrac", - "icon": "./assets/data/nsi/logos/fastrac-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -375902,7 +319640,6 @@ }, { "question": "Flash", - "icon": "./assets/data/nsi/logos/flash-9021ca.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376067,7 +319804,6 @@ }, { "question": "Frimps Oil", - "icon": "./assets/data/nsi/logos/frimps-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376117,7 +319853,6 @@ }, { "question": "Gabriëls", - "icon": "./assets/data/nsi/logos/gabriels-a23ac0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376133,7 +319868,6 @@ }, { "question": "Galana", - "icon": "./assets/data/nsi/logos/galana-c24b31.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376163,7 +319897,6 @@ }, { "question": "Gapco", - "icon": "./assets/data/nsi/logos/gapco-b7f522.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376178,7 +319911,6 @@ }, { "question": "Gas Plus", - "icon": "./assets/data/nsi/logos/gasplus-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376193,7 +319925,6 @@ }, { "question": "Gasenergy", - "icon": "./assets/data/nsi/logos/gasenergy-6daebb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376208,7 +319939,6 @@ }, { "question": "GATE", - "icon": "./assets/data/nsi/logos/gate-c085bb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376224,7 +319954,6 @@ }, { "question": "Gazel", - "icon": "./assets/data/nsi/logos/gazel-419915.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376240,7 +319969,6 @@ }, { "question": "Gazoil", - "icon": "./assets/data/nsi/logos/gazoil-6daebb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376289,7 +320017,6 @@ }, { "question": "Genol", - "icon": "./assets/data/nsi/logos/genol-565075.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376304,7 +320031,6 @@ }, { "question": "GetGo", - "icon": "./assets/data/nsi/logos/getgo-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376435,7 +320161,6 @@ }, { "question": "Go'on", - "icon": "./assets/data/nsi/logos/goon-0b8509.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376498,7 +320223,6 @@ }, { "question": "GS칼텍스", - "icon": "./assets/data/nsi/logos/gscaltex-ae677b.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376533,7 +320257,6 @@ }, { "question": "Gull (Australia)", - "icon": "./assets/data/nsi/logos/gull-9ed9c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376582,7 +320305,6 @@ }, { "question": "Haan", - "icon": "./assets/data/nsi/logos/haan-6cdea6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376807,7 +320529,6 @@ }, { "question": "Huck's Food & Fuel", - "icon": "./assets/data/nsi/logos/hucksfoodandfuel-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376856,7 +320577,6 @@ }, { "question": "Hypco", - "icon": "./assets/data/nsi/logos/hypco-c64c45.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -376887,7 +320607,6 @@ }, { "question": "IES", - "icon": "./assets/data/nsi/logos/ies-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377081,7 +320800,6 @@ }, { "question": "IPT", - "icon": "./assets/data/nsi/logos/ipt-c4bbd1.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377096,7 +320814,6 @@ }, { "question": "Irbis", - "icon": "./assets/data/nsi/logos/irbis-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377127,7 +320844,6 @@ }, { "question": "JA-SS", - "icon": "./assets/data/nsi/logos/jass-fbe2e4.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377163,7 +320879,6 @@ }, { "question": "JETOIL", - "icon": "./assets/data/nsi/logos/jetoil-b47e96.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377209,7 +320924,6 @@ }, { "question": "Jurki", - "icon": "./assets/data/nsi/logos/jurki-11d3b6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377225,7 +320939,6 @@ }, { "question": "K-Pet", - "icon": "./assets/data/nsi/logos/kpet-3fa7b1.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377241,7 +320954,6 @@ }, { "question": "Kadoil", - "icon": "./assets/data/nsi/logos/kadoil-ec7588.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377273,7 +320985,6 @@ }, { "question": "KAOIL", - "icon": "./assets/data/nsi/logos/kaoil-c67f2c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377304,7 +321015,6 @@ }, { "question": "Keropetrol", - "icon": "./assets/data/nsi/logos/keropetrol-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377352,7 +321062,6 @@ }, { "question": "Kobil", - "icon": "./assets/data/nsi/logos/kobil-568233.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377480,7 +321189,6 @@ }, { "question": "Lake Oil", - "icon": "./assets/data/nsi/logos/lakeoil-b7f522.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377495,7 +321203,6 @@ }, { "question": "Lanka IOC", - "icon": "./assets/data/nsi/logos/lankaioc-0d1ef7.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377511,7 +321218,6 @@ }, { "question": "Latvijas Nafta", - "icon": "./assets/data/nsi/logos/latvijasnafta-a63b5f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377527,7 +321233,6 @@ }, { "question": "Latvijas Propāna Gāze", - "icon": "./assets/data/nsi/logos/latvijaspropanagaze-a63b5f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377544,7 +321249,6 @@ }, { "question": "Laugfs", - "icon": "./assets/data/nsi/logos/laugfs-0d1ef7.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377576,7 +321280,6 @@ }, { "question": "Liberty Oil (Australia)", - "icon": "./assets/data/nsi/logos/liberty-9ed9c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377608,7 +321311,6 @@ }, { "question": "Loro", - "icon": "./assets/data/nsi/logos/loro-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377623,7 +321325,6 @@ }, { "question": "Lotos", - "icon": "./assets/data/nsi/logos/lotos-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377639,7 +321340,6 @@ }, { "question": "Lotos Optima", - "icon": "./assets/data/nsi/logos/lotosoptima-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377703,7 +321403,6 @@ }, { "question": "Maes", - "icon": "./assets/data/nsi/logos/maes-a23ac0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377750,7 +321449,6 @@ }, { "question": "Markant", - "icon": "./assets/data/nsi/logos/markant-495186.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377813,7 +321511,6 @@ }, { "question": "McKeown", - "icon": "./assets/data/nsi/logos/mckeowncardfuel247-088dbb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377829,7 +321526,6 @@ }, { "question": "Medco", - "icon": "./assets/data/nsi/logos/medco-c4bbd1.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377876,7 +321572,6 @@ }, { "question": "Metan", - "icon": "./assets/data/nsi/logos/metan-2161be.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377891,7 +321586,6 @@ }, { "question": "Metano", - "icon": "./assets/data/nsi/logos/metano-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -377971,7 +321665,6 @@ }, { "question": "Mohawk", - "icon": "./assets/data/nsi/logos/mohawk-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378051,7 +321744,6 @@ }, { "question": "Moya", - "icon": "./assets/data/nsi/logos/moya-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378067,7 +321759,6 @@ }, { "question": "MRS", - "icon": "./assets/data/nsi/logos/mrs-0edd09.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378083,7 +321774,6 @@ }, { "question": "Murco", - "icon": "./assets/data/nsi/logos/murco-20aed2.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378147,7 +321837,6 @@ }, { "question": "NAFTAL", - "icon": "./assets/data/nsi/logos/naftal-62f1b2.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378228,7 +321917,6 @@ }, { "question": "Netto", - "icon": "./assets/data/nsi/logos/netto-acec89.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378307,7 +321995,6 @@ }, { "question": "Octa+", - "icon": "./assets/data/nsi/logos/octa-a23ac0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378338,7 +322025,6 @@ }, { "question": "Oilcom", - "icon": "./assets/data/nsi/logos/oilcom-5a4296.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378371,7 +322057,6 @@ }, { "question": "OK (Danmark)", - "icon": "./assets/data/nsi/logos/ok-0b8509.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378419,7 +322104,6 @@ }, { "question": "OLA Energy", - "icon": "./assets/data/nsi/logos/olaenergy-b7f522.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378482,7 +322166,6 @@ }, { "question": "ONE9", - "icon": "./assets/data/nsi/logos/one9-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378563,7 +322246,6 @@ }, { "question": "Oro Negro", - "icon": "./assets/data/nsi/logos/oronegro-e04f92.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378610,7 +322292,6 @@ }, { "question": "Pace", - "icon": "./assets/data/nsi/logos/pace-20aed2.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378626,7 +322307,6 @@ }, { "question": "Pacific (Türkiye)", - "icon": "./assets/data/nsi/logos/pacific-ec7588.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378707,7 +322387,6 @@ }, { "question": "PDV", - "icon": "./assets/data/nsi/logos/pdv-07d016.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378787,7 +322466,6 @@ }, { "question": "Petro Gazz", - "icon": "./assets/data/nsi/logos/petrogazz-289efc.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378850,7 +322528,6 @@ }, { "question": "Petrocat", - "icon": "./assets/data/nsi/logos/petrocat-83f854.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -378978,7 +322655,6 @@ }, { "question": "Petromil", - "icon": "./assets/data/nsi/logos/petromil-a98521.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379089,7 +322765,6 @@ }, { "question": "Peut", - "icon": "./assets/data/nsi/logos/peut-6cdea6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379137,7 +322812,6 @@ }, { "question": "Pieprzyk", - "icon": "./assets/data/nsi/logos/pieprzyk-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379185,7 +322859,6 @@ }, { "question": "Plenoil", - "icon": "./assets/data/nsi/logos/plenoil-83f854.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379200,7 +322873,6 @@ }, { "question": "Pompe Bianche", - "icon": "./assets/data/nsi/logos/pompebianche-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379295,7 +322967,6 @@ }, { "question": "Propan", - "icon": "./assets/data/nsi/logos/propan-c97c47.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379358,7 +323029,6 @@ }, { "question": "PV Oil", - "icon": "./assets/data/nsi/logos/pvoil-c46b94.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379374,7 +323044,6 @@ }, { "question": "PyS", - "icon": "./assets/data/nsi/logos/pys-07d016.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379469,7 +323138,6 @@ }, { "question": "Qstar", - "icon": "./assets/data/nsi/logos/qstar-a1affa.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379501,7 +323169,6 @@ }, { "question": "Quik Stop", - "icon": "./assets/data/nsi/logos/quikstop-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379566,7 +323233,6 @@ }, { "question": "Raiffeisen", - "icon": "./assets/data/nsi/logos/raiffeisen-495186.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379615,7 +323281,6 @@ }, { "question": "Reliance (Ghana)", - "icon": "./assets/data/nsi/logos/reliance-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379662,7 +323327,6 @@ }, { "question": "RePhil", - "icon": "./assets/data/nsi/logos/rephil-289efc.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379821,7 +323485,6 @@ }, { "question": "Ruedi Rüssel", - "icon": "./assets/data/nsi/logos/ruedirussel-27a80f.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379917,7 +323580,6 @@ }, { "question": "San Marco Petroli", - "icon": "./assets/data/nsi/logos/sanmarcopetroli-e8f712.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -379981,7 +323643,6 @@ }, { "question": "Shamrock", - "icon": "./assets/data/nsi/logos/shamrock-31b7e3.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380060,7 +323721,6 @@ }, { "question": "SILKOIL", - "icon": "./assets/data/nsi/logos/silkoil-c67f2c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380107,7 +323767,6 @@ }, { "question": "SK주유소", - "icon": "./assets/data/nsi/logos/skgas-ae677b.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380159,7 +323818,6 @@ }, { "question": "SNG", - "icon": "./assets/data/nsi/logos/sng-b450da.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380225,7 +323883,6 @@ }, { "question": "SOLATO", - "icon": "./assets/data/nsi/logos/solato-fbe2e4.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380273,7 +323930,6 @@ }, { "question": "SP", - "icon": "./assets/data/nsi/logos/sp-d015b7.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380288,7 +323944,6 @@ }, { "question": "SPBU Pertamina", - "icon": "./assets/data/nsi/logos/spbupertamina-d2ad30.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380383,7 +324038,6 @@ }, { "question": "Star Oil", - "icon": "./assets/data/nsi/logos/staroil-89ab1a.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380432,7 +324086,6 @@ }, { "question": "Station U", - "icon": "./assets/data/nsi/logos/stationu-acec89.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380479,7 +324132,6 @@ }, { "question": "Stinson", - "icon": "./assets/data/nsi/logos/stinson-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380511,7 +324163,6 @@ }, { "question": "Stripes", - "icon": "./assets/data/nsi/logos/stripes-bc7b86.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380574,7 +324225,6 @@ }, { "question": "Susco", - "icon": "./assets/data/nsi/logos/susco-56d9b3.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380686,7 +324336,6 @@ }, { "question": "Tank S", - "icon": "./assets/data/nsi/logos/tanks-6cdea6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -380993,7 +324642,6 @@ }, { "question": "TomThumb (Southeast USA)", - "icon": "./assets/data/nsi/logos/tomthumb-06d38e.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381044,7 +324692,6 @@ }, { "question": "Topaz", - "icon": "./assets/data/nsi/logos/topaz-5afa7a.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381093,7 +324740,6 @@ }, { "question": "Total Contact", - "icon": "./assets/data/nsi/logos/totalcontact-acec89.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381142,7 +324788,6 @@ }, { "question": "TotalEnergies Express", - "icon": "./assets/data/nsi/logos/totalenergiesexpress-6cdea6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381158,7 +324803,6 @@ }, { "question": "Trạm xăng", - "icon": "./assets/data/nsi/logos/tramxang-c46b94.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381339,7 +324983,6 @@ }, { "question": "Unioil", - "icon": "./assets/data/nsi/logos/unioil-289efc.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381370,7 +325013,6 @@ }, { "question": "Unity Oil", - "icon": "./assets/data/nsi/logos/unityoil-fdaf22.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381452,7 +325094,6 @@ }, { "question": "uSmile", - "icon": "./assets/data/nsi/logos/usmile-6d1a35.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381471,7 +325112,6 @@ }, { "question": "uSmile 昆仑好客", - "icon": "./assets/data/nsi/logos/usmile-e451ce.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381491,7 +325131,6 @@ }, { "question": "Valcarce", - "icon": "./assets/data/nsi/logos/valcarce-83f854.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381634,7 +325273,6 @@ }, { "question": "Watis", - "icon": "./assets/data/nsi/logos/watis-5fd245.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381665,7 +325303,6 @@ }, { "question": "Weigel's", - "icon": "./assets/data/nsi/logos/weigels-c5cf43.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381761,7 +325398,6 @@ }, { "question": "XTR", - "icon": "./assets/data/nsi/logos/xtr-04874d.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381777,7 +325413,6 @@ }, { "question": "Xtra Fuels", - "icon": "./assets/data/nsi/logos/xtrafuels-c2b77c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381825,7 +325460,6 @@ }, { "question": "YX 7-Eleven", - "icon": "./assets/data/nsi/logos/yx7eleven-38a742.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381840,7 +325474,6 @@ }, { "question": "YX Truck", - "icon": "./assets/data/nsi/logos/yxtruck-9449e0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381921,7 +325554,6 @@ }, { "question": "ΑΠ", - "icon": "./assets/data/nsi/logos/441ec5-c67f2c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -381936,7 +325568,6 @@ }, { "question": "ΑΡΓΩ", - "icon": "./assets/data/nsi/logos/7c5f98-c67f2c.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382085,7 +325716,6 @@ }, { "question": "Газпромнефть АЗС", - "icon": "./assets/data/nsi/logos/57ff6a-6daebb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382100,7 +325730,6 @@ }, { "question": "Гелиос", - "icon": "./assets/data/nsi/logos/helios-6daebb.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382120,7 +325749,6 @@ }, { "question": "Движение", - "icon": "./assets/data/nsi/logos/945016-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382135,7 +325763,6 @@ }, { "question": "ЕКА", - "icon": "./assets/data/nsi/logos/d6c78f-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382169,7 +325796,6 @@ }, { "question": "КНП", - "icon": "./assets/data/nsi/logos/6ee0a7-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382184,7 +325810,6 @@ }, { "question": "Круиз", - "icon": "./assets/data/nsi/logos/1ee978-b450da.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382330,7 +325955,6 @@ }, { "question": "НК Альянс", - "icon": "./assets/data/nsi/logos/allianceoil-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382350,7 +325974,6 @@ }, { "question": "ННК", - "icon": "./assets/data/nsi/logos/6afb99-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382419,7 +326042,6 @@ }, { "question": "ОПТИ", - "icon": "./assets/data/nsi/logos/6155f5-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382513,7 +326135,6 @@ }, { "question": "Саханефтегазсбыт", - "icon": "./assets/data/nsi/logos/c1ce53-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382528,7 +326149,6 @@ }, { "question": "Сибнефть", - "icon": "./assets/data/nsi/logos/165678-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382563,7 +326183,6 @@ }, { "question": "Таиф-НК", - "icon": "./assets/data/nsi/logos/4e2093-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382578,7 +326197,6 @@ }, { "question": "Татнефтепродукт", - "icon": "./assets/data/nsi/logos/tatnefteprodukt-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382618,7 +326236,6 @@ }, { "question": "ТНК", - "icon": "./assets/data/nsi/logos/21d03b-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382634,7 +326251,6 @@ }, { "question": "Трасса", - "icon": "./assets/data/nsi/logos/a5dffb-14ecc6.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382649,7 +326265,6 @@ }, { "question": "Укр-Петроль", - "icon": "./assets/data/nsi/logos/2b21d3-ed4144.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382665,7 +326280,6 @@ }, { "question": "ШТС", - "icon": "./assets/data/nsi/logos/87a0bd-405a48.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382703,7 +326317,6 @@ }, { "question": "გამა", - "icon": "./assets/data/nsi/logos/gama-7489db.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382745,7 +326358,6 @@ }, { "question": "ვისოლ", - "icon": "./assets/data/nsi/logos/wissol-7489db.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -382816,7 +326428,6 @@ }, { "question": "ოპტიმა", - "icon": "./assets/data/nsi/logos/optima-7489db.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383146,7 +326757,6 @@ }, { "question": "ٹوٹل", - "icon": "./assets/data/nsi/logos/54d896-47133a.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383181,7 +326791,6 @@ }, { "question": "سی این جی", - "icon": "./assets/data/nsi/logos/6bd6bd-47133a.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383240,7 +326849,6 @@ }, { "question": "طوطال", - "icon": "./assets/data/nsi/logos/bcdcc9-264323.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383275,7 +326883,6 @@ }, { "question": "محطة", - "icon": "./assets/data/nsi/logos/95219a-7d34dd.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383310,7 +326917,6 @@ }, { "question": "نفطال", - "icon": "./assets/data/nsi/logos/ce06e7-7d34dd.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383486,7 +327092,6 @@ }, { "question": "ホクレンSS", - "icon": "./assets/data/nsi/logos/hokurenss-fbe2e4.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383506,7 +327111,6 @@ }, { "question": "中国国际能源", - "icon": "./assets/data/nsi/logos/chinainternationalenergy-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383526,7 +327130,6 @@ }, { "question": "中国海油", - "icon": "./assets/data/nsi/logos/cnooc-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383546,7 +327149,6 @@ }, { "question": "中国燃气", - "icon": "./assets/data/nsi/logos/chinagas-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383654,7 +327256,6 @@ }, { "question": "中油碧辟", - "icon": "./assets/data/nsi/logos/bppetrochina-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383675,7 +327276,6 @@ }, { "question": "全國加油站", - "icon": "./assets/data/nsi/logos/npc-db3418.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383755,7 +327355,6 @@ }, { "question": "国家管网", - "icon": "./assets/data/nsi/logos/pipechina-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383795,7 +327394,6 @@ }, { "question": "山隆加油站", - "icon": "./assets/data/nsi/logos/sanlong-db3418.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383818,7 +327416,6 @@ }, { "question": "广西交投", - "icon": "./assets/data/nsi/logos/cd5eeb-e4b6c0.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383858,7 +327455,6 @@ }, { "question": "福懋加油站", - "icon": "./assets/data/nsi/logos/formosataffetacoltd-db3418.undefined", "osmTags": { "and": [ "amenity=fuel", @@ -383893,7 +327489,6 @@ }, { "question": "Mecca Bingo", - "icon": "./assets/data/nsi/logos/meccabingo-738ef2.undefined", "osmTags": { "and": [ "amenity=gambling", @@ -384262,7 +327857,6 @@ }, { "question": "Corner House", - "icon": "./assets/data/nsi/logos/cornerhouse-c284d9.undefined", "osmTags": { "and": [ "amenity=ice_cream", @@ -384817,7 +328411,6 @@ }, { "question": "Polar Bear", - "icon": "./assets/data/nsi/logos/polarbear-c284d9.undefined", "osmTags": { "and": [ "amenity=ice_cream", @@ -385269,7 +328862,6 @@ }, { "question": "Славица", - "icon": "./assets/data/nsi/logos/slavica-ee0efa.undefined", "osmTags": { "and": [ "amenity=ice_cream", @@ -385454,7 +329046,6 @@ }, { "question": "麦甜艾斯", - "icon": "./assets/data/nsi/logos/myteaice-460b92.undefined", "osmTags": { "and": [ "amenity=ice_cream", @@ -385475,7 +329066,6 @@ }, { "question": "Akshaya", - "icon": "./assets/data/nsi/logos/akshaya-ec41bc.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385491,7 +329081,6 @@ }, { "question": "Common Service Centres", - "icon": "./assets/data/nsi/logos/commonservicecentres-ec41bc.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385506,7 +329095,6 @@ }, { "question": "アプレシオ", - "icon": "./assets/data/nsi/logos/aprecio-340adf.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385548,7 +329136,6 @@ }, { "question": "マンボー", - "icon": "./assets/data/nsi/logos/manboo-340adf.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385569,7 +329156,6 @@ }, { "question": "メディアカフェポパイ", - "icon": "./assets/data/nsi/logos/mediacafepopeye-340adf.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385612,7 +329198,6 @@ }, { "question": "网鱼网咖", - "icon": "./assets/data/nsi/logos/960620-4645c1.undefined", "osmTags": { "and": [ "amenity=internet_cafe", @@ -385688,7 +329273,6 @@ }, { "question": "カラオケバンバン", - "icon": "./assets/data/nsi/logos/karaokebanban-c40f09.undefined", "osmTags": { "and": [ "amenity=karaoke_box", @@ -385730,7 +329314,6 @@ }, { "question": "コート・ダ・ジュール", - "icon": "./assets/data/nsi/logos/cotedazur-c40f09.undefined", "osmTags": { "and": [ "amenity=karaoke_box", @@ -385751,7 +329334,6 @@ }, { "question": "シダックス", - "icon": "./assets/data/nsi/logos/shidax-c40f09.undefined", "osmTags": { "and": [ "amenity=karaoke_box", @@ -385835,7 +329417,6 @@ }, { "question": "纯K", - "icon": "./assets/data/nsi/logos/chunk-41e70c.undefined", "osmTags": { "and": [ "amenity=karaoke_box", @@ -385974,7 +329555,6 @@ }, { "question": "CEFA Early Learning", - "icon": "./assets/data/nsi/logos/cefaearlylearning-905d2c.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386086,7 +329666,6 @@ }, { "question": "Deutscher Kinderschutzbund", - "icon": "./assets/data/nsi/logos/deutscherkinderschutzbund-6709ec.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386275,7 +329854,6 @@ }, { "question": "Lollipops Educare", - "icon": "./assets/data/nsi/logos/lollipopseducare-06f88c.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386308,7 +329886,6 @@ }, { "question": "New Horizon Academy", - "icon": "./assets/data/nsi/logos/newhorizonacademy-39c780.undefined", "osmTags": { "and": [ "after_school=yes", @@ -386451,7 +330028,6 @@ }, { "question": "大风车幼儿园", - "icon": "./assets/data/nsi/logos/50607a-179cd5.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386484,7 +330060,6 @@ }, { "question": "红缨幼儿园", - "icon": "./assets/data/nsi/logos/236d1c-179cd5.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386501,7 +330076,6 @@ }, { "question": "红黄蓝幼儿园", - "icon": "./assets/data/nsi/logos/rybeducation-179cd5.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -386832,7 +330406,6 @@ }, { "question": "セイハ英語学院", - "icon": "./assets/data/nsi/logos/seihaenglishacademy-411869.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -386902,7 +330475,6 @@ }, { "question": "地球村文教機構", - "icon": "./assets/data/nsi/logos/globalvillageorganization-85e50b.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -386967,7 +330539,6 @@ }, { "question": "巨匠東大日語", - "icon": "./assets/data/nsi/logos/gjun-85e50b.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -386987,7 +330558,6 @@ }, { "question": "巨匠美語", - "icon": "./assets/data/nsi/logos/gjunenglish-85e50b.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -387008,7 +330578,6 @@ }, { "question": "新东方", - "icon": "./assets/data/nsi/logos/neworientaleducation-ffc9b7.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -387028,7 +330597,6 @@ }, { "question": "樱花日语", - "icon": "./assets/data/nsi/logos/sakurajp-ffc9b7.undefined", "osmTags": { "and": [ "amenity=language_school", @@ -387114,7 +330682,6 @@ }, { "question": "Boutique orange Monney", - "icon": "./assets/data/nsi/logos/boutiqueorangemonney-c3a447.undefined", "osmTags": { "and": [ "amenity=money_transfer", @@ -387145,7 +330712,6 @@ }, { "question": "Hoa Phát", - "icon": "./assets/data/nsi/logos/hoaphat-9503b6.undefined", "osmTags": { "and": [ "amenity=money_transfer", @@ -387226,7 +330792,6 @@ }, { "question": "Юнистрим", - "icon": "./assets/data/nsi/logos/unistream-8b917c.undefined", "osmTags": { "and": [ "amenity=money_transfer", @@ -387246,7 +330811,6 @@ }, { "question": "ინტელიექსპრესი", - "icon": "./assets/data/nsi/logos/inteliexpress-032b00.undefined", "osmTags": { "and": [ "amenity=money_transfer", @@ -387283,7 +330847,6 @@ }, { "question": "Vežica", - "icon": "./assets/data/nsi/logos/vezica-223b64.undefined", "osmTags": { "and": [ "amenity=mortuary", @@ -387394,7 +330957,6 @@ }, { "question": "5post", - "icon": "./assets/data/nsi/logos/5post-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387493,7 +331055,6 @@ }, { "question": "Appkomat InPost", - "icon": "./assets/data/nsi/logos/appkomatinpost-ce4e28.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387635,7 +331196,6 @@ }, { "question": "Cainiao", - "icon": "./assets/data/nsi/logos/cainiao-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387650,7 +331210,6 @@ }, { "question": "CityPaq", - "icon": "./assets/data/nsi/logos/citypaq-0d29dc.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387720,7 +331279,6 @@ }, { "question": "DExpress", - "icon": "./assets/data/nsi/logos/dexpress-a2bd5c.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387771,7 +331329,6 @@ }, { "question": "DHL Paketbox", - "icon": "./assets/data/nsi/logos/dhlpaketbox-83cc4d.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387810,7 +331367,6 @@ }, { "question": "DHL Poststation", - "icon": "./assets/data/nsi/logos/dhlpoststation-83cc4d.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -387970,7 +331526,6 @@ }, { "question": "GLS Paketomat", - "icon": "./assets/data/nsi/logos/glspaketomat-985bb3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388036,7 +331591,6 @@ }, { "question": "i郵箱", - "icon": "./assets/data/nsi/logos/ibox-89f0e2.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388085,7 +331639,6 @@ }, { "question": "Locker.ge Parcel Locker", - "icon": "./assets/data/nsi/logos/lockerge-303b81.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388104,7 +331657,6 @@ }, { "question": "LockerPost", - "icon": "./assets/data/nsi/logos/lockerpost-48b7ca.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388148,7 +331700,6 @@ }, { "question": "MPL (Magyar Posta Logisztika)", - "icon": "./assets/data/nsi/logos/mpl-68603c.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388187,7 +331738,6 @@ }, { "question": "Myflexbox", - "icon": "./assets/data/nsi/logos/myflexbox-4d2310.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388328,7 +331878,6 @@ }, { "question": "Pakkeboksen", - "icon": "./assets/data/nsi/logos/pakkeboksen-484cac.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388381,7 +331930,6 @@ }, { "question": "Pick", - "icon": "./assets/data/nsi/logos/pick-14a07a.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388435,7 +331983,6 @@ }, { "question": "Pilulka Box", - "icon": "./assets/data/nsi/logos/pilulkabox-7c84a0.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388473,7 +332020,6 @@ }, { "question": "POPStation", - "icon": "./assets/data/nsi/logos/popstation-14a07a.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388491,7 +332037,6 @@ }, { "question": "Post Abholstation", - "icon": "./assets/data/nsi/logos/postabholstation-82dce7.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388565,7 +332110,6 @@ }, { "question": "PPL", - "icon": "./assets/data/nsi/logos/ppl-48c9bb.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388580,7 +332124,6 @@ }, { "question": "PS Paketomat", - "icon": "./assets/data/nsi/logos/pspaketomat-8c1608.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388599,7 +332142,6 @@ }, { "question": "pudo", - "icon": "./assets/data/nsi/logos/pudo-6115c3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388618,7 +332160,6 @@ }, { "question": "PUDOステーション", - "icon": "./assets/data/nsi/logos/pudostation-5c1de3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388639,7 +332180,6 @@ }, { "question": "PuntoPoste", - "icon": "./assets/data/nsi/logos/puntoposte-9e279b.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388711,7 +332251,6 @@ }, { "question": "Smartpost", - "icon": "./assets/data/nsi/logos/smartpost-0b87cc.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388728,7 +332267,6 @@ }, { "question": "Smartpost Itella", - "icon": "./assets/data/nsi/logos/smartpost-b4a3f3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388764,7 +332302,6 @@ }, { "question": "Tamburi", - "icon": "./assets/data/nsi/logos/tamburi-82dce7.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388781,7 +332318,6 @@ }, { "question": "Venipak", - "icon": "./assets/data/nsi/logos/venipak-b4a3f3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388893,7 +332429,6 @@ }, { "question": "ОмниСДЭК", - "icon": "./assets/data/nsi/logos/omnicdek-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388933,7 +332468,6 @@ }, { "question": "Поштин пакетомат", - "icon": "./assets/data/nsi/logos/88401e-a2bd5c.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388954,7 +332488,6 @@ }, { "question": "Продуктомат Утконос", - "icon": "./assets/data/nsi/logos/fe7623-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388969,7 +332502,6 @@ }, { "question": "СДЭК", - "icon": "./assets/data/nsi/logos/5ac048-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388984,7 +332516,6 @@ }, { "question": "Халва", - "icon": "./assets/data/nsi/logos/d62e3c-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -388999,7 +332530,6 @@ }, { "question": "Яндекс.Маркет", - "icon": "./assets/data/nsi/logos/ac371d-c00268.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -389014,7 +332544,6 @@ }, { "question": "はこぽす", - "icon": "./assets/data/nsi/logos/hakopost-5c1de3.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -389034,7 +332563,6 @@ }, { "question": "丰巢", - "icon": "./assets/data/nsi/logos/hivebox-a0c60b.undefined", "osmTags": { "and": [ "amenity=parcel_locker", @@ -389130,7 +332658,6 @@ }, { "question": "D-Parking", - "icon": "./assets/data/nsi/logos/dparking-9f17fa.undefined", "osmTags": { "and": [ "amenity=parking", @@ -389216,7 +332743,6 @@ }, { "question": "eBiz", - "icon": "./assets/data/nsi/logos/ebiz-a6c1c5.undefined", "osmTags": { "and": [ "amenity=payment_centre", @@ -389341,7 +332867,6 @@ }, { "question": "Единый информационно-расчетный центр", - "icon": "./assets/data/nsi/logos/0b0824-3434da.undefined", "osmTags": { "and": [ "amenity=payment_centre", @@ -389356,7 +332881,6 @@ }, { "question": "BMV Connect", - "icon": "./assets/data/nsi/logos/bmvconnect-7d199e.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389454,7 +332978,6 @@ }, { "question": "Colorado MV Express", - "icon": "./assets/data/nsi/logos/coloradomvexpress-68f4fc.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389472,7 +332995,6 @@ }, { "question": "Cryptal Paybox", - "icon": "./assets/data/nsi/logos/cryptal-ebda91.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389493,7 +333015,6 @@ }, { "question": "DMV Now", - "icon": "./assets/data/nsi/logos/dmvnow-c1357b.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389549,7 +333070,6 @@ }, { "question": "EZ-TAB", - "icon": "./assets/data/nsi/logos/eztab-4d36cf.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389608,7 +333128,6 @@ }, { "question": "Georgia MV Express", - "icon": "./assets/data/nsi/logos/georgiamvexpress-9253ed.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389664,7 +333183,6 @@ }, { "question": "krasplat", - "icon": "./assets/data/nsi/logos/krasplat-e1a7cd.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389702,7 +333220,6 @@ }, { "question": "Michigan Self-Service Station", - "icon": "./assets/data/nsi/logos/michiganselfservicestation-586b38.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389720,7 +333237,6 @@ }, { "question": "Nevada DMV Now", - "icon": "./assets/data/nsi/logos/nevadadmvnow-c49a2f.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389738,7 +333254,6 @@ }, { "question": "New Mexico MVD Direct", - "icon": "./assets/data/nsi/logos/newmexicomvddirect-832682.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389756,7 +333271,6 @@ }, { "question": "New York State DMV Now", - "icon": "./assets/data/nsi/logos/newyorkstatedmvnow-c66e41.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389774,7 +333288,6 @@ }, { "question": "North Dakota MV Express", - "icon": "./assets/data/nsi/logos/northdakotamvexpress-3a7e1b.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389793,7 +333306,6 @@ }, { "question": "Ohio BMV Express", - "icon": "./assets/data/nsi/logos/ohiobmvexpress-0e03d5.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389863,7 +333375,6 @@ }, { "question": "South Dakota DMV Now", - "icon": "./assets/data/nsi/logos/southdakotadmvnow-662cce.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -389940,7 +333451,6 @@ }, { "question": "Ак Барс Банк", - "icon": "./assets/data/nsi/logos/6f78aa-e1a7cd.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -390092,7 +333602,6 @@ }, { "question": "კრედო ბანკის ჩასარიცხი აპარატი", - "icon": "./assets/data/nsi/logos/credobank-ebda91.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -390114,7 +333623,6 @@ }, { "question": "ოპპა", - "icon": "./assets/data/nsi/logos/oppa-ebda91.undefined", "osmTags": { "and": [ "amenity=payment_terminal", @@ -390161,7 +333669,6 @@ }, { "question": "كشك", - "icon": "./assets/data/nsi/logos/5a6383-bbe87b.undefined", "osmTags": { "and": [ "brand=كشك", @@ -390251,7 +333758,6 @@ }, { "question": "ADEL", - "icon": "./assets/data/nsi/logos/adel-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390374,7 +333880,6 @@ }, { "question": "Alphega Pharmacy", - "icon": "./assets/data/nsi/logos/alphegapharmacy-4d3705.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390425,7 +333930,6 @@ }, { "question": "Anadolu Eczanesi", - "icon": "./assets/data/nsi/logos/anadolueczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390576,7 +334080,6 @@ }, { "question": "Apotheka", - "icon": "./assets/data/nsi/logos/apotheka-ab5e8f.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390592,7 +334095,6 @@ }, { "question": "Apteka Rodzinna", - "icon": "./assets/data/nsi/logos/aptekarodzinna-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390608,7 +334110,6 @@ }, { "question": "Apteka Słoneczna", - "icon": "./assets/data/nsi/logos/aptekasloneczna-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390624,7 +334125,6 @@ }, { "question": "Arnika", - "icon": "./assets/data/nsi/logos/arnika-edd407.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390724,7 +334224,6 @@ }, { "question": "Be", - "icon": "./assets/data/nsi/logos/be-b1ecfe.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390775,7 +334274,6 @@ }, { "question": "Benu България", - "icon": "./assets/data/nsi/logos/benu-768624.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390810,7 +334308,6 @@ }, { "question": "Bizim Eczanesi", - "icon": "./assets/data/nsi/logos/bizimeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390861,7 +334358,6 @@ }, { "question": "Boticas y Salud", - "icon": "./assets/data/nsi/logos/boticasysalud-141e89.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390878,7 +334374,6 @@ }, { "question": "Botika ng Barangay", - "icon": "./assets/data/nsi/logos/botikangbarangay-2ddb76.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390963,7 +334458,6 @@ }, { "question": "Can Eczanesi", - "icon": "./assets/data/nsi/logos/caneczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -390996,7 +334490,6 @@ }, { "question": "Cef@Rm 36,6", - "icon": "./assets/data/nsi/logos/cefrm366-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391012,7 +334505,6 @@ }, { "question": "Ceiba", - "icon": "./assets/data/nsi/logos/ceiba-768624.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391030,7 +334522,6 @@ }, { "question": "Centrum Zdrowia", - "icon": "./assets/data/nsi/logos/centrumzdrowia-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391097,7 +334588,6 @@ }, { "question": "Çınar Eczanesi", - "icon": "./assets/data/nsi/logos/cinareczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391181,7 +334671,6 @@ }, { "question": "Cosmedica", - "icon": "./assets/data/nsi/logos/cosmedica-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391283,7 +334772,6 @@ }, { "question": "Da'rixana", - "icon": "./assets/data/nsi/logos/darixana-b4bb31.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391334,7 +334822,6 @@ }, { "question": "Deniz Eczanesi", - "icon": "./assets/data/nsi/logos/denizeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391350,7 +334837,6 @@ }, { "question": "Derman Eczanesi", - "icon": "./assets/data/nsi/logos/dermaneczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391366,7 +334852,6 @@ }, { "question": "Deva Eczanesi", - "icon": "./assets/data/nsi/logos/devaeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391416,7 +334901,6 @@ }, { "question": "Ditt Apotek", - "icon": "./assets/data/nsi/logos/dittapotek-bfbf58.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391433,7 +334917,6 @@ }, { "question": "Doğa Eczanesi", - "icon": "./assets/data/nsi/logos/dogaeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391449,7 +334932,6 @@ }, { "question": "Dom Leków", - "icon": "./assets/data/nsi/logos/domlekow-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391516,7 +334998,6 @@ }, { "question": "Droga Raia", - "icon": "./assets/data/nsi/logos/drogaraia-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391584,7 +335065,6 @@ }, { "question": "Drogarias Farmáxima", - "icon": "./assets/data/nsi/logos/drogariasfarmaxima-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391670,7 +335150,6 @@ }, { "question": "Elif Eczanesi", - "icon": "./assets/data/nsi/logos/elifeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391686,7 +335165,6 @@ }, { "question": "Elody", - "icon": "./assets/data/nsi/logos/elody-52cb11.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391702,7 +335180,6 @@ }, { "question": "Eskulap", - "icon": "./assets/data/nsi/logos/eskulap-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391718,7 +335195,6 @@ }, { "question": "Euroapteek", - "icon": "./assets/data/nsi/logos/euroapteek-d24d7e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391734,7 +335210,6 @@ }, { "question": "Euroaptieka", - "icon": "./assets/data/nsi/logos/euroaptieka-0eac7e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391751,7 +335226,6 @@ }, { "question": "Europharma", - "icon": "./assets/data/nsi/logos/europharma-44e364.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391767,7 +335241,6 @@ }, { "question": "Eurovaistinė", - "icon": "./assets/data/nsi/logos/eurovaistine-503e9a.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391937,7 +335410,6 @@ }, { "question": "Farmácia do Trabalhador", - "icon": "./assets/data/nsi/logos/farmaciadotrabalhador-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391970,7 +335442,6 @@ }, { "question": "Farmacia Familiei", - "icon": "./assets/data/nsi/logos/farmaciafamiliei-52cb11.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -391986,7 +335457,6 @@ }, { "question": "Farmacia Guadalajara", - "icon": "./assets/data/nsi/logos/farmaciaguadalajara-7a195a.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392003,7 +335473,6 @@ }, { "question": "Farmacia Hipermaxi", - "icon": "./assets/data/nsi/logos/farmaciahipermaxi-552afd.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392020,7 +335489,6 @@ }, { "question": "Farmacia ni Dok", - "icon": "./assets/data/nsi/logos/farmacianidok-2ddb76.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392036,7 +335504,6 @@ }, { "question": "Farmácia Popular", - "icon": "./assets/data/nsi/logos/farmaciapopular-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392052,7 +335519,6 @@ }, { "question": "Farmácia Preço Popular", - "icon": "./assets/data/nsi/logos/farmaciaprecopopular-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392340,7 +335806,6 @@ }, { "question": "Fatih Eczanesi", - "icon": "./assets/data/nsi/logos/fatiheczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392424,7 +335889,6 @@ }, { "question": "Gedeon Richter Armenia", - "icon": "./assets/data/nsi/logos/gedeonrichter-447e41.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392499,7 +335963,6 @@ }, { "question": "Goed", - "icon": "./assets/data/nsi/logos/goed-c9bc6f.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392587,7 +336050,6 @@ }, { "question": "Gradska ljekarna Zagreb", - "icon": "./assets/data/nsi/logos/gradskaljekarnazagreb-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392637,7 +336099,6 @@ }, { "question": "Gül Eczanesi", - "icon": "./assets/data/nsi/logos/guleczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392653,7 +336114,6 @@ }, { "question": "Güneş Eczanesi", - "icon": "./assets/data/nsi/logos/guneseczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392669,7 +336129,6 @@ }, { "question": "Güven Eczanesi", - "icon": "./assets/data/nsi/logos/guveneczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392703,7 +336162,6 @@ }, { "question": "Halk Eczanesi", - "icon": "./assets/data/nsi/logos/halkeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392719,7 +336177,6 @@ }, { "question": "Hannaford Pharmacy", - "icon": "./assets/data/nsi/logos/hannafordpharmacy-618423.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392736,7 +336193,6 @@ }, { "question": "Hayat Eczanesi", - "icon": "./assets/data/nsi/logos/hayateczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392786,7 +336242,6 @@ }, { "question": "Hippocrates", - "icon": "./assets/data/nsi/logos/hippocrates-52cb11.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -392990,7 +336445,6 @@ }, { "question": "La Rebaja", - "icon": "./assets/data/nsi/logos/larebaja-e95dde.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393040,7 +336494,6 @@ }, { "question": "Ljekarna Jadran", - "icon": "./assets/data/nsi/logos/ljekarnajadran-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393056,7 +336509,6 @@ }, { "question": "Ljekarna Joukhadar", - "icon": "./assets/data/nsi/logos/ljekarnajoukhadar-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393072,7 +336524,6 @@ }, { "question": "Ljekarna Pablo", - "icon": "./assets/data/nsi/logos/ljekarnapablo-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393176,7 +336627,6 @@ }, { "question": "Mandis Pharm", - "icon": "./assets/data/nsi/logos/mandispharm-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393192,7 +336642,6 @@ }, { "question": "Marc's Pharmacy", - "icon": "./assets/data/nsi/logos/marcspharmacy-5a530e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393209,7 +336658,6 @@ }, { "question": "Medicap Pharmacy", - "icon": "./assets/data/nsi/logos/medicappharmacy-3ab288.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393276,7 +336724,6 @@ }, { "question": "MedPlus", - "icon": "./assets/data/nsi/logos/medplus-95192b.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393328,7 +336775,6 @@ }, { "question": "Merkez Eczanesi", - "icon": "./assets/data/nsi/logos/merkezeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393344,7 +336790,6 @@ }, { "question": "Merve Eczanesi", - "icon": "./assets/data/nsi/logos/merveeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393411,7 +336856,6 @@ }, { "question": "Murat Eczanesi", - "icon": "./assets/data/nsi/logos/murateczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393450,7 +336894,6 @@ }, { "question": "Neethi Medical Store", - "icon": "./assets/data/nsi/logos/neethimedicalstore-95192b.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393467,7 +336910,6 @@ }, { "question": "Nissei", - "icon": "./assets/data/nsi/logos/nissei-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393483,7 +336925,6 @@ }, { "question": "Nova", - "icon": "./assets/data/nsi/logos/nova-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393499,7 +336940,6 @@ }, { "question": "Nowa", - "icon": "./assets/data/nsi/logos/nowa-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393515,7 +336955,6 @@ }, { "question": "Numark", - "icon": "./assets/data/nsi/logos/numark-b98d4f.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393531,7 +336970,6 @@ }, { "question": "Nur Eczanesi", - "icon": "./assets/data/nsi/logos/nureczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393547,7 +336985,6 @@ }, { "question": "Onur Eczanesi", - "icon": "./assets/data/nsi/logos/onureczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393563,7 +337000,6 @@ }, { "question": "Orient", - "icon": "./assets/data/nsi/logos/orient-52cb11.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393579,7 +337015,6 @@ }, { "question": "OXY med", - "icon": "./assets/data/nsi/logos/oxymed-b4bb31.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393595,7 +337030,6 @@ }, { "question": "Özlem Eczanesi", - "icon": "./assets/data/nsi/logos/ozlemeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393645,7 +337079,6 @@ }, { "question": "Panaceum", - "icon": "./assets/data/nsi/logos/panaceum-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393678,7 +337111,6 @@ }, { "question": "Parafarmacia Conad", - "icon": "./assets/data/nsi/logos/parafarmaciaconad-6aafeb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393743,7 +337175,6 @@ }, { "question": "PharmaChoice", - "icon": "./assets/data/nsi/logos/pharmachoice-b56451.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393760,7 +337191,6 @@ }, { "question": "Pharmacie du Château", - "icon": "./assets/data/nsi/logos/pharmacieduchateau-f887ab.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393776,7 +337206,6 @@ }, { "question": "Pharmacie du Soleil", - "icon": "./assets/data/nsi/logos/pharmaciedusoleil-4ed69f.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393792,7 +337221,6 @@ }, { "question": "Pharmacie Populaire", - "icon": "./assets/data/nsi/logos/pharmaciepopulaire-7092c5.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393964,7 +337392,6 @@ }, { "question": "Pınar Eczanesi", - "icon": "./assets/data/nsi/logos/pinareczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -393997,7 +337424,6 @@ }, { "question": "Preço Popular", - "icon": "./assets/data/nsi/logos/precopopular-295f06.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394030,7 +337456,6 @@ }, { "question": "Prima", - "icon": "./assets/data/nsi/logos/prima-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394046,7 +337471,6 @@ }, { "question": "Prima Pharme", - "icon": "./assets/data/nsi/logos/primapharme-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394079,7 +337503,6 @@ }, { "question": "Przyjazna", - "icon": "./assets/data/nsi/logos/przyjazna-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394112,7 +337535,6 @@ }, { "question": "Punto Farma (Colombia)", - "icon": "./assets/data/nsi/logos/puntofarma-e95dde.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394231,7 +337653,6 @@ }, { "question": "Rodzinna", - "icon": "./assets/data/nsi/logos/rodzinna-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394299,7 +337720,6 @@ }, { "question": "Sağlık Eczanesi", - "icon": "./assets/data/nsi/logos/saglikeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394315,7 +337735,6 @@ }, { "question": "Saint Joseph Drug", - "icon": "./assets/data/nsi/logos/saintjosephdrug-2ddb76.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394435,7 +337854,6 @@ }, { "question": "Şifa Eczanesi", - "icon": "./assets/data/nsi/logos/sifaeczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394451,7 +337869,6 @@ }, { "question": "Słoneczna", - "icon": "./assets/data/nsi/logos/sloneczna-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394555,7 +337972,6 @@ }, { "question": "Südameapteek", - "icon": "./assets/data/nsi/logos/sudameapteek-d24d7e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394628,7 +338044,6 @@ }, { "question": "Supplyco Medical Store", - "icon": "./assets/data/nsi/logos/supplycomedicalstore-95192b.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394841,7 +338256,6 @@ }, { "question": "UFS", - "icon": "./assets/data/nsi/logos/ufs-a4bb5f.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394858,7 +338272,6 @@ }, { "question": "Uğur Eczanesi", - "icon": "./assets/data/nsi/logos/ugureczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394874,7 +338287,6 @@ }, { "question": "Umut Eczanesi", - "icon": "./assets/data/nsi/logos/umuteczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394924,7 +338336,6 @@ }, { "question": "V・ドラッグ", - "icon": "./assets/data/nsi/logos/vdrug-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394983,7 +338394,6 @@ }, { "question": "Vaše zdravlje", - "icon": "./assets/data/nsi/logos/vasezdravlje-e8d74c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -394999,7 +338409,6 @@ }, { "question": "Vita", - "icon": "./assets/data/nsi/logos/vita-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395134,7 +338543,6 @@ }, { "question": "Yaşam Eczanesi", - "icon": "./assets/data/nsi/logos/yasameczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395150,7 +338558,6 @@ }, { "question": "Yeni Eczanesi", - "icon": "./assets/data/nsi/logos/yenieczanesi-ba5564.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395166,7 +338573,6 @@ }, { "question": "Zdrowie", - "icon": "./assets/data/nsi/logos/zdrowie-cf61fb.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395217,7 +338623,6 @@ }, { "question": "А-мега", - "icon": "./assets/data/nsi/logos/0ab338-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395233,7 +338638,6 @@ }, { "question": "А5", - "icon": "./assets/data/nsi/logos/001bd9-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395267,7 +338671,6 @@ }, { "question": "Альфа Аптека", - "icon": "./assets/data/nsi/logos/alphaapteka-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395304,7 +338707,6 @@ }, { "question": "Апрель", - "icon": "./assets/data/nsi/logos/d13b83-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395338,7 +338740,6 @@ }, { "question": "Аптека №1 (Россия)", - "icon": "./assets/data/nsi/logos/3b7e06-41252c.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395354,7 +338755,6 @@ }, { "question": "Аптека №1 (Україна)", - "icon": "./assets/data/nsi/logos/3b7e06-996e17.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395404,7 +338804,6 @@ }, { "question": "Аптека от склада", - "icon": "./assets/data/nsi/logos/1ba1b8-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395437,7 +338836,6 @@ }, { "question": "АптекаПлюс", - "icon": "./assets/data/nsi/logos/dfa364-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395521,7 +338919,6 @@ }, { "question": "Будь здоров", - "icon": "./assets/data/nsi/logos/57dfd1-571ebe.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395537,7 +338934,6 @@ }, { "question": "Ваша № 1", - "icon": "./assets/data/nsi/logos/fc4890-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395553,7 +338949,6 @@ }, { "question": "Вита", - "icon": "./assets/data/nsi/logos/30d803-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395603,7 +338998,6 @@ }, { "question": "Вита-Плюс", - "icon": "./assets/data/nsi/logos/338794-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395636,7 +339030,6 @@ }, { "question": "Востраў здароўя", - "icon": "./assets/data/nsi/logos/d153ac-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395652,7 +339045,6 @@ }, { "question": "Горздрав", - "icon": "./assets/data/nsi/logos/634cc7-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395668,7 +339060,6 @@ }, { "question": "Городская аптека", - "icon": "./assets/data/nsi/logos/905366-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395684,7 +339075,6 @@ }, { "question": "Городская Здравница", - "icon": "./assets/data/nsi/logos/19f8c0-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395700,7 +339090,6 @@ }, { "question": "Госаптека", - "icon": "./assets/data/nsi/logos/6633e3-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395716,7 +339105,6 @@ }, { "question": "Государственная аптека", - "icon": "./assets/data/nsi/logos/61b7ed-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395732,7 +339120,6 @@ }, { "question": "ГУП КК «Кубаньфармация»", - "icon": "./assets/data/nsi/logos/d054c9-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395748,7 +339135,6 @@ }, { "question": "Диалог", - "icon": "./assets/data/nsi/logos/dialog-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395768,7 +339154,6 @@ }, { "question": "Добрая аптека", - "icon": "./assets/data/nsi/logos/6ccaa9-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395784,7 +339169,6 @@ }, { "question": "Добрыя лекі", - "icon": "./assets/data/nsi/logos/8aaa94-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395821,7 +339205,6 @@ }, { "question": "Живика", - "icon": "./assets/data/nsi/logos/d4bea6-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395837,7 +339220,6 @@ }, { "question": "Живика (Zhivika)", - "icon": "./assets/data/nsi/logos/zhivika-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395858,7 +339240,6 @@ }, { "question": "Забота", - "icon": "./assets/data/nsi/logos/01b6da-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395874,7 +339255,6 @@ }, { "question": "Здесь аптека", - "icon": "./assets/data/nsi/logos/6cc117-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395890,7 +339270,6 @@ }, { "question": "Здоров.ру", - "icon": "./assets/data/nsi/logos/c10ff1-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395923,7 +339302,6 @@ }, { "question": "Здравсити", - "icon": "./assets/data/nsi/logos/4db5ea-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395939,7 +339317,6 @@ }, { "question": "Имплозия", - "icon": "./assets/data/nsi/logos/e0a4a2-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395955,7 +339332,6 @@ }, { "question": "Калина фарм", - "icon": "./assets/data/nsi/logos/99fb25-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -395971,7 +339347,6 @@ }, { "question": "Классика", - "icon": "./assets/data/nsi/logos/bd136d-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396021,7 +339396,6 @@ }, { "question": "Ладушка", - "icon": "./assets/data/nsi/logos/77585f-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396037,7 +339411,6 @@ }, { "question": "Лаки Фарма", - "icon": "./assets/data/nsi/logos/321850-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396053,7 +339426,6 @@ }, { "question": "Лекарь", - "icon": "./assets/data/nsi/logos/d0f33d-d69080.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396069,7 +339441,6 @@ }, { "question": "ЛекОптТорг", - "icon": "./assets/data/nsi/logos/7557e5-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396086,7 +339457,6 @@ }, { "question": "Магнит", - "icon": "./assets/data/nsi/logos/58c3ec-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396102,7 +339472,6 @@ }, { "question": "Магнит Аптека", - "icon": "./assets/data/nsi/logos/d41fde-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396118,7 +339487,6 @@ }, { "question": "Максавит", - "icon": "./assets/data/nsi/logos/a71791-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396189,7 +339557,6 @@ }, { "question": "Медея (Україна)", - "icon": "./assets/data/nsi/logos/medea-996e17.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396209,7 +339576,6 @@ }, { "question": "Мелодия здоровья", - "icon": "./assets/data/nsi/logos/45f992-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396226,7 +339592,6 @@ }, { "question": "Минская Фармация", - "icon": "./assets/data/nsi/logos/minskayapharmacia-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396249,7 +339614,6 @@ }, { "question": "Мособлмедсервис", - "icon": "./assets/data/nsi/logos/a3a8a5-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396265,7 +339629,6 @@ }, { "question": "Моя аптека", - "icon": "./assets/data/nsi/logos/edc09a-74ea97.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396281,7 +339644,6 @@ }, { "question": "Надежда-Фарм", - "icon": "./assets/data/nsi/logos/11996d-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396297,7 +339659,6 @@ }, { "question": "Народная", - "icon": "./assets/data/nsi/logos/db11fa-996e17.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396330,7 +339691,6 @@ }, { "question": "Неофарм", - "icon": "./assets/data/nsi/logos/018e07-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396346,7 +339706,6 @@ }, { "question": "Норма", - "icon": "./assets/data/nsi/logos/49630f-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396379,7 +339738,6 @@ }, { "question": "Остров здоровья", - "icon": "./assets/data/nsi/logos/dd41e6-c16414.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396412,7 +339770,6 @@ }, { "question": "Панацея", - "icon": "./assets/data/nsi/logos/8b7216-494ab4.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396428,7 +339785,6 @@ }, { "question": "Партнер", - "icon": "./assets/data/nsi/logos/ac2a27-996e17.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396461,7 +339817,6 @@ }, { "question": "Петербургские аптеки", - "icon": "./assets/data/nsi/logos/38902d-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396537,7 +339892,6 @@ }, { "question": "Пульс", - "icon": "./assets/data/nsi/logos/e4475d-8786f0.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396570,7 +339924,6 @@ }, { "question": "Радуга", - "icon": "./assets/data/nsi/logos/505854-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396622,7 +339975,6 @@ }, { "question": "Санита", - "icon": "./assets/data/nsi/logos/sanita-768624.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396659,7 +340011,6 @@ }, { "question": "Семейная", - "icon": "./assets/data/nsi/logos/ec19e5-8786f0.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396675,7 +340026,6 @@ }, { "question": "Социалочка", - "icon": "./assets/data/nsi/logos/3972be-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396708,7 +340058,6 @@ }, { "question": "ТвояАптека.рф", - "icon": "./assets/data/nsi/logos/d2c207-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396724,7 +340073,6 @@ }, { "question": "Фармаимпекс", - "icon": "./assets/data/nsi/logos/ee3981-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396740,7 +340088,6 @@ }, { "question": "Фармакон", - "icon": "./assets/data/nsi/logos/1dc086-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396756,7 +340103,6 @@ }, { "question": "Фармакопейка", - "icon": "./assets/data/nsi/logos/548337-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396772,7 +340118,6 @@ }, { "question": "Фармакор", - "icon": "./assets/data/nsi/logos/9e87af-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396788,7 +340133,6 @@ }, { "question": "Фармленд", - "icon": "./assets/data/nsi/logos/5250a1-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396804,7 +340148,6 @@ }, { "question": "Феникс", - "icon": "./assets/data/nsi/logos/feniks-768624.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396862,7 +340205,6 @@ }, { "question": "Центральная аптека", - "icon": "./assets/data/nsi/logos/38db8c-4b9132.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396895,7 +340237,6 @@ }, { "question": "Экона", - "icon": "./assets/data/nsi/logos/923dd4-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -396911,7 +340252,6 @@ }, { "question": "Эконом", - "icon": "./assets/data/nsi/logos/0c3de9-288c27.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397040,7 +340380,6 @@ }, { "question": "ნეოფარმი", - "icon": "./assets/data/nsi/logos/neopharmi-6b8b1e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397150,7 +340489,6 @@ }, { "question": "ჰეკატე", - "icon": "./assets/data/nsi/logos/hekate-6b8b1e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397194,7 +340532,6 @@ }, { "question": "מאוחדת פארם", - "icon": "./assets/data/nsi/logos/meuhedetpharm-b1ecfe.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397215,7 +340552,6 @@ }, { "question": "מכבי פארם", - "icon": "./assets/data/nsi/logos/macabipharm-b1ecfe.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397257,7 +340593,6 @@ }, { "question": "온누리약국", - "icon": "./assets/data/nsi/logos/onnuripharmacy-2f21b6.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397279,7 +340614,6 @@ }, { "question": "アイン薬局", - "icon": "./assets/data/nsi/logos/ainpharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397300,7 +340634,6 @@ }, { "question": "ウエルシア薬局", - "icon": "./assets/data/nsi/logos/welcia-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397321,7 +340654,6 @@ }, { "question": "ウェルパーク", - "icon": "./assets/data/nsi/logos/welpark-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397364,7 +340696,6 @@ }, { "question": "カワチ薬品", - "icon": "./assets/data/nsi/logos/cawachi-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397385,7 +340716,6 @@ }, { "question": "キリン堂", - "icon": "./assets/data/nsi/logos/kirindo-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397406,7 +340736,6 @@ }, { "question": "クオール", - "icon": "./assets/data/nsi/logos/qol-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397427,7 +340756,6 @@ }, { "question": "クスリのアオキ", - "icon": "./assets/data/nsi/logos/kusurinoaoki-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397469,7 +340797,6 @@ }, { "question": "クリエイトSD", - "icon": "./assets/data/nsi/logos/createsd-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397492,7 +340819,6 @@ }, { "question": "クリエイト薬局", - "icon": "./assets/data/nsi/logos/createpharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397537,7 +340863,6 @@ }, { "question": "ココカラファイン", - "icon": "./assets/data/nsi/logos/cocokarafine-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397558,7 +340883,6 @@ }, { "question": "さくら薬局", - "icon": "./assets/data/nsi/logos/sakurapharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397579,7 +340903,6 @@ }, { "question": "サツドラ", - "icon": "./assets/data/nsi/logos/satudora-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397603,7 +340926,6 @@ }, { "question": "サンドラッグ", - "icon": "./assets/data/nsi/logos/sundrug-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397624,7 +340946,6 @@ }, { "question": "スーパードラッグひまわり", - "icon": "./assets/data/nsi/logos/superdrughimawari-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397645,7 +340966,6 @@ }, { "question": "スギ薬局", - "icon": "./assets/data/nsi/logos/sugipharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397666,7 +340986,6 @@ }, { "question": "セイジョー", - "icon": "./assets/data/nsi/logos/seijo-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397687,7 +341006,6 @@ }, { "question": "セイムス", - "icon": "./assets/data/nsi/logos/ca047a-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397705,7 +341023,6 @@ }, { "question": "そうごう薬局", - "icon": "./assets/data/nsi/logos/531aeb-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397723,7 +341040,6 @@ }, { "question": "ダイコクドラッグ", - "icon": "./assets/data/nsi/logos/daikokudrug-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397744,7 +341060,6 @@ }, { "question": "ツルハドラッグ", - "icon": "./assets/data/nsi/logos/tsuruha-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397765,7 +341080,6 @@ }, { "question": "トモズ", - "icon": "./assets/data/nsi/logos/tomods-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397807,7 +341121,6 @@ }, { "question": "ドラッグセイムス", - "icon": "./assets/data/nsi/logos/drugseims-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397828,7 +341141,6 @@ }, { "question": "なの花薬局", - "icon": "./assets/data/nsi/logos/nanohanapharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397849,7 +341161,6 @@ }, { "question": "ぱぱす", - "icon": "./assets/data/nsi/logos/papasu-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397870,7 +341181,6 @@ }, { "question": "ひまわり薬局", - "icon": "./assets/data/nsi/logos/himawaripharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397890,7 +341200,6 @@ }, { "question": "フィットケアデポ", - "icon": "./assets/data/nsi/logos/fitcaredepot-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -397911,7 +341220,6 @@ }, { "question": "ププレひまわり薬局", - "icon": "./assets/data/nsi/logos/pupulehimawaripharmacy-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398024,7 +341332,6 @@ }, { "question": "大参林", - "icon": "./assets/data/nsi/logos/dashenlin-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398066,7 +341373,6 @@ }, { "question": "德生堂", - "icon": "./assets/data/nsi/logos/jiankanglinjudeshengtang-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398087,7 +341393,6 @@ }, { "question": "日本調剤", - "icon": "./assets/data/nsi/logos/nihonchouzai-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398108,7 +341413,6 @@ }, { "question": "杏一醫療用品", - "icon": "./assets/data/nsi/logos/medfirst-9d8b4e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398196,7 +341500,6 @@ }, { "question": "海王星辰", - "icon": "./assets/data/nsi/logos/chinanepstar-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398217,7 +341520,6 @@ }, { "question": "益丰大药房", - "icon": "./assets/data/nsi/logos/yifengpharmacy-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398238,7 +341540,6 @@ }, { "question": "老百姓大药房", - "icon": "./assets/data/nsi/logos/lbxpharmacy-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398259,7 +341560,6 @@ }, { "question": "薬王堂", - "icon": "./assets/data/nsi/logos/yakuodo-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398280,7 +341580,6 @@ }, { "question": "調剤薬局ツルハドラッグ", - "icon": "./assets/data/nsi/logos/pharmacytsuruha-650eee.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398301,7 +341600,6 @@ }, { "question": "長青連鎖藥局", - "icon": "./assets/data/nsi/logos/evergreeneveryoung-9d8b4e.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398322,7 +341620,6 @@ }, { "question": "高济", - "icon": "./assets/data/nsi/logos/cowell-f38123.undefined", "osmTags": { "and": [ "amenity=pharmacy", @@ -398343,7 +341640,6 @@ }, { "question": "Boft", - "icon": "./assets/data/nsi/logos/boft-13e05a.undefined", "osmTags": { "and": [ "amenity=photo_booth", @@ -398358,7 +341654,6 @@ }, { "question": "Fotofix", - "icon": "./assets/data/nsi/logos/fotofix-d0be2e.undefined", "osmTags": { "and": [ "amenity=photo_booth", @@ -398373,7 +341668,6 @@ }, { "question": "Ki-Re-i", - "icon": "./assets/data/nsi/logos/kirei-23c114.undefined", "osmTags": { "and": [ "amenity=photo_booth", @@ -398404,7 +341698,6 @@ }, { "question": "Photo Signature", - "icon": "./assets/data/nsi/logos/photosignature-901b40.undefined", "osmTags": { "and": [ "amenity=photo_booth", @@ -398472,7 +341765,6 @@ }, { "question": "인생네컷", - "icon": "./assets/data/nsi/logos/life4cut-901b40.undefined", "osmTags": { "and": [ "amenity=photo_booth", @@ -398770,7 +342062,6 @@ }, { "question": "Express One (Montenegro)", - "icon": "./assets/data/nsi/logos/expressone-a6cbb7.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -398785,7 +342076,6 @@ }, { "question": "Express One (Slovensko)", - "icon": "./assets/data/nsi/logos/expressone-b4dbc8.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399170,7 +342460,6 @@ }, { "question": "中国邮政", - "icon": "./assets/data/nsi/logos/chinapost-de5f7a.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399190,7 +342479,6 @@ }, { "question": "中通快递", - "icon": "./assets/data/nsi/logos/ztoexpress-de5f7a.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399211,7 +342499,6 @@ }, { "question": "京东物流", - "icon": "./assets/data/nsi/logos/jdlogistics-de5f7a.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399274,7 +342561,6 @@ }, { "question": "申通快递", - "icon": "./assets/data/nsi/logos/stoexpress-de5f7a.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399315,7 +342601,6 @@ }, { "question": "韵达速递", - "icon": "./assets/data/nsi/logos/yundaexpress-de5f7a.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -399561,7 +342846,6 @@ }, { "question": "九大進学会", - "icon": "./assets/data/nsi/logos/kyudaishingakukai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399581,7 +342865,6 @@ }, { "question": "京大進学会", - "icon": "./assets/data/nsi/logos/kyodaishingakukai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399601,7 +342884,6 @@ }, { "question": "仙台練成会", - "icon": "./assets/data/nsi/logos/sendairenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399621,7 +342903,6 @@ }, { "question": "個別教室のトライ", - "icon": "./assets/data/nsi/logos/02f231-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399639,7 +342920,6 @@ }, { "question": "函館練成会", - "icon": "./assets/data/nsi/logos/hakodaterenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399659,7 +342939,6 @@ }, { "question": "北大学力増進会", - "icon": "./assets/data/nsi/logos/hokudaigakuryokuzoshinkai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399679,7 +342958,6 @@ }, { "question": "北見練成会", - "icon": "./assets/data/nsi/logos/kitamirenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399699,7 +342977,6 @@ }, { "question": "名大進学会", - "icon": "./assets/data/nsi/logos/meidaishingakukai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399719,7 +342996,6 @@ }, { "question": "小樽練成会", - "icon": "./assets/data/nsi/logos/otarurenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399739,7 +343015,6 @@ }, { "question": "山形練成会", - "icon": "./assets/data/nsi/logos/yamagatarenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399759,7 +343034,6 @@ }, { "question": "岩見沢練成会", - "icon": "./assets/data/nsi/logos/iwamizawarenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399779,7 +343053,6 @@ }, { "question": "旭川練成会", - "icon": "./assets/data/nsi/logos/asahikawarenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399799,7 +343072,6 @@ }, { "question": "明光義塾", - "icon": "./assets/data/nsi/logos/b1546c-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399814,7 +343086,6 @@ }, { "question": "札幌練成会", - "icon": "./assets/data/nsi/logos/sappororenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399834,7 +343105,6 @@ }, { "question": "東北大進学会", - "icon": "./assets/data/nsi/logos/tohokudaishingakukai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399854,7 +343124,6 @@ }, { "question": "東大進学会", - "icon": "./assets/data/nsi/logos/todaishingakukai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399874,7 +343143,6 @@ }, { "question": "東進衛星予備校", - "icon": "./assets/data/nsi/logos/toshineiseiyobiko-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399917,7 +343185,6 @@ }, { "question": "滝川練成会", - "icon": "./assets/data/nsi/logos/takikawarenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399937,7 +343204,6 @@ }, { "question": "畜大練成会", - "icon": "./assets/data/nsi/logos/chikudairenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399977,7 +343243,6 @@ }, { "question": "苫小牧練成会", - "icon": "./assets/data/nsi/logos/tomakomairenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -399997,7 +343262,6 @@ }, { "question": "釧路練成会", - "icon": "./assets/data/nsi/logos/kushirorenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -400017,7 +343281,6 @@ }, { "question": "青森練成会", - "icon": "./assets/data/nsi/logos/aomorirenseikai-cae330.undefined", "osmTags": { "and": [ "amenity=prep_school", @@ -400037,7 +343300,6 @@ }, { "question": "Adnams", - "icon": "./assets/data/nsi/logos/adnams-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400147,7 +343409,6 @@ }, { "question": "Brewhouse & Kitchen", - "icon": "./assets/data/nsi/logos/brewhouseandkitchen-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400163,7 +343424,6 @@ }, { "question": "Castle Rock", - "icon": "./assets/data/nsi/logos/castlerock-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400195,7 +343455,6 @@ }, { "question": "Ember Inns", - "icon": "./assets/data/nsi/logos/emberinns-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400210,7 +343469,6 @@ }, { "question": "Everards", - "icon": "./assets/data/nsi/logos/everards-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400227,7 +343485,6 @@ }, { "question": "Ezītis miglā", - "icon": "./assets/data/nsi/logos/ezitismigla-f4b906.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400242,7 +343499,6 @@ }, { "question": "Fuller's", - "icon": "./assets/data/nsi/logos/fullers-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400272,7 +343528,6 @@ }, { "question": "Hall & Woodhouse", - "icon": "./assets/data/nsi/logos/hallandwoodhouse-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400287,7 +343542,6 @@ }, { "question": "Harvey's", - "icon": "./assets/data/nsi/logos/harveys-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400304,7 +343558,6 @@ }, { "question": "Hive Pubs", - "icon": "./assets/data/nsi/logos/hivepubs-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400334,7 +343587,6 @@ }, { "question": "J.W. Lees", - "icon": "./assets/data/nsi/logos/jwlees-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400399,7 +343651,6 @@ }, { "question": "Nicholson's", - "icon": "./assets/data/nsi/logos/nicholsons-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400414,7 +343665,6 @@ }, { "question": "Ninkasi", - "icon": "./assets/data/nsi/logos/ninkasi-f6ed5c.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400430,7 +343680,6 @@ }, { "question": "O'Neill's", - "icon": "./assets/data/nsi/logos/oneills-eaed91.undefined", "osmTags": { "and": [ "theme=irish", @@ -400478,7 +343727,6 @@ }, { "question": "Robinsons", - "icon": "./assets/data/nsi/logos/robinsons-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400550,7 +343798,6 @@ }, { "question": "Shepherd Neame", - "icon": "./assets/data/nsi/logos/shepherdneame-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400565,7 +343812,6 @@ }, { "question": "Sizzling Pubs", - "icon": "./assets/data/nsi/logos/sizzlingpubs-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400580,7 +343826,6 @@ }, { "question": "St Austell Brewery", - "icon": "./assets/data/nsi/logos/staustellbrewery-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400596,7 +343841,6 @@ }, { "question": "The Bishops Arms", - "icon": "./assets/data/nsi/logos/thebishopsarms-4b2883.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400659,7 +343903,6 @@ }, { "question": "Vintage Inns", - "icon": "./assets/data/nsi/logos/vintageinns-eaed91.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400706,7 +343949,6 @@ }, { "question": "Young's", - "icon": "./assets/data/nsi/logos/youngs-72d0dd.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400721,7 +343963,6 @@ }, { "question": "つぼ八", - "icon": "./assets/data/nsi/logos/tsubohachi-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400761,7 +344002,6 @@ }, { "question": "八剣伝", - "icon": "./assets/data/nsi/logos/hakkenden-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400801,7 +344041,6 @@ }, { "question": "庄や", - "icon": "./assets/data/nsi/logos/5d7ca5-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400838,7 +344077,6 @@ }, { "question": "目利きの銀次", - "icon": "./assets/data/nsi/logos/bc257c-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400855,7 +344093,6 @@ }, { "question": "笑笑", - "icon": "./assets/data/nsi/logos/warawara-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400875,7 +344112,6 @@ }, { "question": "風来坊", - "icon": "./assets/data/nsi/logos/furaibo-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400915,7 +344151,6 @@ }, { "question": "魚民", - "icon": "./assets/data/nsi/logos/uotami-0435b9.undefined", "osmTags": { "and": [ "amenity=pub", @@ -400971,7 +344206,6 @@ }, { "question": "Bieb Bieb Aalst", - "icon": "./assets/data/nsi/logos/biebbieb-31eb16.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401002,7 +344236,6 @@ }, { "question": "Boîte à lire", - "icon": "./assets/data/nsi/logos/boitealire-c4d8c7.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401034,7 +344267,6 @@ }, { "question": "Croque-livres", - "icon": "./assets/data/nsi/logos/croquelivres-16b947.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401082,7 +344314,6 @@ }, { "question": "KinderzwerfboekStation", - "icon": "./assets/data/nsi/logos/kinderzwerfboekstation-2091e3.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401114,7 +344345,6 @@ }, { "question": "Libros Libres", - "icon": "./assets/data/nsi/logos/libroslibres-85816d.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401129,7 +344359,6 @@ }, { "question": "Lilliput Library", - "icon": "./assets/data/nsi/logos/lilliputlibrary-381d90.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401191,7 +344420,6 @@ }, { "question": "Minibieb", - "icon": "./assets/data/nsi/logos/minibieb-7aee12.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401206,7 +344434,6 @@ }, { "question": "Öffentlicher Bücherschrank", - "icon": "./assets/data/nsi/logos/offentlicherbucherschrank-1a6d18.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401285,7 +344512,6 @@ }, { "question": "ספריית שביל ישראל (Israel National Trail Library)", - "icon": "./assets/data/nsi/logos/traillibrary-cd9af2.undefined", "osmTags": { "and": [ "amenity=public_bookcase", @@ -401446,7 +344672,6 @@ }, { "question": "Containers for Change", - "icon": "./assets/data/nsi/logos/containersforchange-00629f.undefined", "osmTags": { "and": [ "recycling:cans=yes", @@ -401653,7 +344878,6 @@ }, { "question": "Recolight", - "icon": "./assets/data/nsi/logos/recolight-a9e339.undefined", "osmTags": { "and": [ "recycling:low_energy_bulbs=yes", @@ -401980,7 +345204,6 @@ }, { "question": "ALEX", - "icon": "./assets/data/nsi/logos/alex-051971.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402014,7 +345237,6 @@ }, { "question": "Anjappar Chettinad Restaurant", - "icon": "./assets/data/nsi/logos/anjapparchettinadrestaurant-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402346,7 +345568,6 @@ }, { "question": "Basilico", - "icon": "./assets/data/nsi/logos/basilico-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402474,7 +345695,6 @@ }, { "question": "Beef O'Brady's", - "icon": "./assets/data/nsi/logos/beefobradys-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402592,7 +345812,6 @@ }, { "question": "Bento Bowl", - "icon": "./assets/data/nsi/logos/bentobowl-8ced4c.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402626,7 +345845,6 @@ }, { "question": "Bhartiya Jalpan", - "icon": "./assets/data/nsi/logos/bhartiyajalpan-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402697,7 +345915,6 @@ }, { "question": "Billa Marktküche", - "icon": "./assets/data/nsi/logos/billamarktkuche-c7016b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -402943,7 +346160,6 @@ }, { "question": "Bossa", - "icon": "./assets/data/nsi/logos/bossa-69fbf5.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403012,7 +346228,6 @@ }, { "question": "Brik Oven", - "icon": "./assets/data/nsi/logos/brikoven-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403305,7 +346520,6 @@ }, { "question": "Cafe Noir", - "icon": "./assets/data/nsi/logos/cafenoir-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403358,7 +346572,6 @@ }, { "question": "California Burrito", - "icon": "./assets/data/nsi/logos/californiaburrito-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403427,7 +346640,6 @@ }, { "question": "Caravan", - "icon": "./assets/data/nsi/logos/caravan-e997f8.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403478,7 +346690,6 @@ }, { "question": "Casey's", - "icon": "./assets/data/nsi/logos/caseys-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403599,7 +346810,6 @@ }, { "question": "Chinita", - "icon": "./assets/data/nsi/logos/chinita-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -403635,7 +346845,6 @@ }, { "question": "Chopsticks", - "icon": "./assets/data/nsi/logos/chopsticks-67c9ce.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404092,7 +347301,6 @@ }, { "question": "Country Waffles", - "icon": "./assets/data/nsi/logos/countrywaffles-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404197,7 +347405,6 @@ }, { "question": "Daily Sushi", - "icon": "./assets/data/nsi/logos/dailysushi-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404216,7 +347423,6 @@ }, { "question": "Dallas BBQ", - "icon": "./assets/data/nsi/logos/dallasbbq-c32da1.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404320,7 +347526,6 @@ }, { "question": "Delicious Pho", - "icon": "./assets/data/nsi/logos/deliciouspho-25949b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404392,7 +347597,6 @@ }, { "question": "Dindigul Thalappakatti Restaurant", - "icon": "./assets/data/nsi/logos/dindigulthalappakattirestaurant-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404501,7 +347705,6 @@ }, { "question": "Drake & Morgan", - "icon": "./assets/data/nsi/logos/drakeandmorgan-9eca85.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404587,7 +347790,6 @@ }, { "question": "Echemi", - "icon": "./assets/data/nsi/logos/echemi-a077c9.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404672,7 +347874,6 @@ }, { "question": "Empire", - "icon": "./assets/data/nsi/logos/empire-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404759,7 +347960,6 @@ }, { "question": "Fatz", - "icon": "./assets/data/nsi/logos/fatz-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404897,7 +348097,6 @@ }, { "question": "Fox's Pizza Den", - "icon": "./assets/data/nsi/logos/foxspizzaden-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -404949,7 +348148,6 @@ }, { "question": "Fratelli", - "icon": "./assets/data/nsi/logos/fratelli-2b67bf.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405051,7 +348249,6 @@ }, { "question": "Fuji", - "icon": "./assets/data/nsi/logos/fuji-5a3582.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405340,7 +348537,6 @@ }, { "question": "Habibi Falafel", - "icon": "./assets/data/nsi/logos/habibifalafel-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405359,7 +348555,6 @@ }, { "question": "Hachiban Ramen", - "icon": "./assets/data/nsi/logos/hachibanramen-2f70bd.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405402,7 +348597,6 @@ }, { "question": "Handmade Burger Co.", - "icon": "./assets/data/nsi/logos/handmadeburgerco-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405558,7 +348752,6 @@ }, { "question": "HD İskender", - "icon": "./assets/data/nsi/logos/hdiskender-9743a1.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405609,7 +348802,6 @@ }, { "question": "Holy Greens", - "icon": "./assets/data/nsi/logos/holygreens-45c141.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405748,7 +348940,6 @@ }, { "question": "Hotshots Sports Bar and Grill", - "icon": "./assets/data/nsi/logos/hotshotssportsbarandgrill-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405902,7 +349093,6 @@ }, { "question": "Indian Coffee House", - "icon": "./assets/data/nsi/logos/indiancoffeehouse-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -405919,7 +349109,6 @@ }, { "question": "Indiana Café", - "icon": "./assets/data/nsi/logos/indianacafe-47e37e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406307,7 +349496,6 @@ }, { "question": "L'Atelier", - "icon": "./assets/data/nsi/logos/latelier-47e37e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406547,7 +349735,6 @@ }, { "question": "Las Palmas Food Centre", - "icon": "./assets/data/nsi/logos/laspalmasfoodcentre-e66c3e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406654,7 +349841,6 @@ }, { "question": "LITTLE SHEEP", - "icon": "./assets/data/nsi/logos/littlesheep-87010c.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406675,7 +349861,6 @@ }, { "question": "Lizarrán", - "icon": "./assets/data/nsi/logos/lizarran-acf031.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406763,7 +349948,6 @@ }, { "question": "Lounges", - "icon": "./assets/data/nsi/logos/lounges-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -406935,7 +350119,6 @@ }, { "question": "Mama Roma", - "icon": "./assets/data/nsi/logos/mamaroma-642268.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407040,7 +350223,6 @@ }, { "question": "Maryland Fried Chicken", - "icon": "./assets/data/nsi/logos/marylandfriedchicken-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407142,7 +350324,6 @@ }, { "question": "MealTime Malatang", - "icon": "./assets/data/nsi/logos/mealtimemalatang-a2b219.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407159,7 +350340,6 @@ }, { "question": "Meat Liquor", - "icon": "./assets/data/nsi/logos/meatliquor-37e076.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407265,7 +350445,6 @@ }, { "question": "MEUH! Restaurant", - "icon": "./assets/data/nsi/logos/meuhrestaurant-47e37e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407402,7 +350581,6 @@ }, { "question": "Miller & Carter", - "icon": "./assets/data/nsi/logos/millerandcarter-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407487,7 +350665,6 @@ }, { "question": "Mo-Mo Paradise", - "icon": "./assets/data/nsi/logos/momoparadise-aad2df.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407522,7 +350699,6 @@ }, { "question": "Monical's Pizza", - "icon": "./assets/data/nsi/logos/monicalspizza-18638b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -407750,7 +350926,6 @@ }, { "question": "Native Grill & Wings", - "icon": "./assets/data/nsi/logos/nativegrillandwings-b39dfd.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -408165,7 +351340,6 @@ }, { "question": "Paris Panini", - "icon": "./assets/data/nsi/logos/parispanini-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -408500,7 +351674,6 @@ }, { "question": "Pizza Delight", - "icon": "./assets/data/nsi/logos/pizzadelight-e68b16.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -408586,7 +351759,6 @@ }, { "question": "Pizza Ranch", - "icon": "./assets/data/nsi/logos/pizzaranch-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -408762,7 +351934,6 @@ }, { "question": "Punjab Grill", - "icon": "./assets/data/nsi/logos/punjabgrill-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -408868,7 +352039,6 @@ }, { "question": "Ready Pizza", - "icon": "./assets/data/nsi/logos/readypizza-201887.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409124,7 +352294,6 @@ }, { "question": "Rudy's Neapolitan Pizza", - "icon": "./assets/data/nsi/logos/rudysneapolitanpizza-37e076.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409163,7 +352332,6 @@ }, { "question": "Sabushi", - "icon": "./assets/data/nsi/logos/sabushi-5a3582.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409222,7 +352390,6 @@ }, { "question": "Sankalp", - "icon": "./assets/data/nsi/logos/sankalp-512a76.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409342,7 +352509,6 @@ }, { "question": "Shabushi", - "icon": "./assets/data/nsi/logos/shabushi-5a3582.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409393,7 +352559,6 @@ }, { "question": "Shi Miao Dao Yunnan Rice Noodle", - "icon": "./assets/data/nsi/logos/shimiaodaoyunnanricenoodle-85c92c.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409414,7 +352579,6 @@ }, { "question": "Shingle Inn", - "icon": "./assets/data/nsi/logos/shingleinn-3c82e9.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409431,7 +352595,6 @@ }, { "question": "Shoeless Joe's", - "icon": "./assets/data/nsi/logos/shoelessjoes-e68b16.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409465,7 +352628,6 @@ }, { "question": "Shoo Loong Kan", - "icon": "./assets/data/nsi/logos/shooloongkan-c2a2f9.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409660,7 +352822,6 @@ }, { "question": "Sodo Pizza", - "icon": "./assets/data/nsi/logos/sodopizza-e997f8.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409813,7 +352974,6 @@ }, { "question": "State & Main", - "icon": "./assets/data/nsi/logos/stateandmain-e68b16.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409830,7 +352990,6 @@ }, { "question": "Stonehouse Pizza & Carvery", - "icon": "./assets/data/nsi/logos/stonehousepizzaandcarvery-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409897,7 +353056,6 @@ }, { "question": "Sumo", - "icon": "./assets/data/nsi/logos/sumo-2b67bf.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -409998,7 +353156,6 @@ }, { "question": "Sushiko", - "icon": "./assets/data/nsi/logos/sushiko-8aae3d.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410138,7 +353295,6 @@ }, { "question": "Tempero Manero", - "icon": "./assets/data/nsi/logos/temperomanero-ad49e6.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410154,7 +353310,6 @@ }, { "question": "Ten Seconds Yunnan Rice Noodle", - "icon": "./assets/data/nsi/logos/tensecondsyunnanricenoodle-96af40.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410209,7 +353364,6 @@ }, { "question": "Thai Cafe", - "icon": "./assets/data/nsi/logos/thaicafe-c1dacf.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410416,7 +353570,6 @@ }, { "question": "The Pizza Bakery", - "icon": "./assets/data/nsi/logos/thepizzabakery-d9e7a3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410469,7 +353622,6 @@ }, { "question": "Thyme", - "icon": "./assets/data/nsi/logos/thyme-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410520,7 +353672,6 @@ }, { "question": "Toby Carvery", - "icon": "./assets/data/nsi/logos/tobycarvery-9b5453.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410829,7 +353980,6 @@ }, { "question": "Wahaca", - "icon": "./assets/data/nsi/logos/wahaca-2c96f3.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410948,7 +354098,6 @@ }, { "question": "Wimpy's Diner", - "icon": "./assets/data/nsi/logos/wimpysdiner-e68b16.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -410965,7 +354114,6 @@ }, { "question": "XiaoLongKan", - "icon": "./assets/data/nsi/logos/xiaolongkan-fa3040.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411093,7 +354241,6 @@ }, { "question": "Евразия (Россия)", - "icon": "./assets/data/nsi/logos/e47430-642268.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411227,7 +354374,6 @@ }, { "question": "김밥천국", - "icon": "./assets/data/nsi/logos/5006b9-5f8110.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411246,7 +354392,6 @@ }, { "question": "남원추어탕", - "icon": "./assets/data/nsi/logos/461f63-5f8110.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411264,7 +354409,6 @@ }, { "question": "바다횟집", - "icon": "./assets/data/nsi/logos/badafishrestaurant-5f8110.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411284,7 +354428,6 @@ }, { "question": "본죽", - "icon": "./assets/data/nsi/logos/f6fad3-5f8110.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411407,7 +354550,6 @@ }, { "question": "オリーブの丘", - "icon": "./assets/data/nsi/logos/olivehill-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411428,7 +354570,6 @@ }, { "question": "ガスト", - "icon": "./assets/data/nsi/logos/gusto-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411491,7 +354632,6 @@ }, { "question": "から好し", - "icon": "./assets/data/nsi/logos/karayoshi-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411512,7 +354652,6 @@ }, { "question": "ぎょうざの満洲", - "icon": "./assets/data/nsi/logos/gyozanomansyu-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411554,7 +354693,6 @@ }, { "question": "ココス", - "icon": "./assets/data/nsi/logos/cocos-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411596,7 +354734,6 @@ }, { "question": "サガミ", - "icon": "./assets/data/nsi/logos/sagami-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411617,7 +354754,6 @@ }, { "question": "しゃぶしゃぶ温野菜", - "icon": "./assets/data/nsi/logos/32865c-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411636,7 +354772,6 @@ }, { "question": "しゃぶ葉", - "icon": "./assets/data/nsi/logos/syabuyo-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411740,7 +354875,6 @@ }, { "question": "ステーキガスト", - "icon": "./assets/data/nsi/logos/steakgusto-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411782,7 +354916,6 @@ }, { "question": "ステーキ宮", - "icon": "./assets/data/nsi/logos/steakmiya-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411845,7 +354978,6 @@ }, { "question": "とんでん", - "icon": "./assets/data/nsi/logos/tonden-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -411950,7 +355082,6 @@ }, { "question": "ブロンコビリー", - "icon": "./assets/data/nsi/logos/broncobilly-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412036,7 +355167,6 @@ }, { "question": "れんげ食堂Toshu", - "icon": "./assets/data/nsi/logos/rengeshokudotoshu-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412199,7 +355329,6 @@ }, { "question": "三顧茅廬", - "icon": "./assets/data/nsi/logos/sangumaolu-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412221,7 +355350,6 @@ }, { "question": "东方宫", - "icon": "./assets/data/nsi/logos/dongfanggong-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412243,7 +355371,6 @@ }, { "question": "东来顺", - "icon": "./assets/data/nsi/logos/donglaishun-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412265,7 +355392,6 @@ }, { "question": "丸源ラーメン", - "icon": "./assets/data/nsi/logos/marugenramen-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412307,7 +355433,6 @@ }, { "question": "云海肴", - "icon": "./assets/data/nsi/logos/acf463-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412325,7 +355450,6 @@ }, { "question": "便宜坊", - "icon": "./assets/data/nsi/logos/bianyifang-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412373,7 +355497,6 @@ }, { "question": "全聚德", - "icon": "./assets/data/nsi/logos/quanjude-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412419,7 +355542,6 @@ }, { "question": "勝博殿", - "icon": "./assets/data/nsi/logos/shengbopalace-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412440,7 +355562,6 @@ }, { "question": "十秒到云南过桥米线", - "icon": "./assets/data/nsi/logos/yuanshimiaodaoyunnanricenoodle-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412461,7 +355582,6 @@ }, { "question": "南京大牌档", - "icon": "./assets/data/nsi/logos/njdapaidang-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412482,7 +355602,6 @@ }, { "question": "南城香", - "icon": "./assets/data/nsi/logos/bjncx-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412574,7 +355693,6 @@ }, { "question": "呷哺呷哺", - "icon": "./assets/data/nsi/logos/xiabuxiabu-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412595,7 +355713,6 @@ }, { "question": "和合谷", - "icon": "./assets/data/nsi/logos/hehegu-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412616,7 +355733,6 @@ }, { "question": "和幸", - "icon": "./assets/data/nsi/logos/wako-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412681,7 +355797,6 @@ }, { "question": "嘉和一品", - "icon": "./assets/data/nsi/logos/porridgejiahe-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412773,7 +355888,6 @@ }, { "question": "多福饺", - "icon": "./assets/data/nsi/logos/duofujiao-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412836,7 +355950,6 @@ }, { "question": "大娘水饺", - "icon": "./assets/data/nsi/logos/daniangdumpling-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412857,7 +355970,6 @@ }, { "question": "大心", - "icon": "./assets/data/nsi/logos/bheartnoodles-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412970,7 +356082,6 @@ }, { "question": "安楽亭", - "icon": "./assets/data/nsi/logos/anrakutei-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -412991,7 +356102,6 @@ }, { "question": "定食8", - "icon": "./assets/data/nsi/logos/teishoku8-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413016,7 +356126,6 @@ }, { "question": "宜味客", - "icon": "./assets/data/nsi/logos/eweke-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413060,7 +356169,6 @@ }, { "question": "小肥羊", - "icon": "./assets/data/nsi/logos/littlesheep-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413081,7 +356189,6 @@ }, { "question": "小龙坎火锅", - "icon": "./assets/data/nsi/logos/xiaolongkan-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413102,7 +356209,6 @@ }, { "question": "巴依老爷", - "icon": "./assets/data/nsi/logos/baronrozirestaurant-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413126,7 +356232,6 @@ }, { "question": "广州酒家", - "icon": "./assets/data/nsi/logos/guangzhourestaurant-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413170,7 +356275,6 @@ }, { "question": "张亮麻辣烫", - "icon": "./assets/data/nsi/logos/zhangliangspicyhotpot-789436.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413213,7 +356317,6 @@ }, { "question": "很久以前羊肉串", - "icon": "./assets/data/nsi/logos/longtimeago-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413348,7 +356451,6 @@ }, { "question": "望湘园", - "icon": "./assets/data/nsi/logos/355807-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413366,7 +356468,6 @@ }, { "question": "木屋烧烤", - "icon": "./assets/data/nsi/logos/49a1b0-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413386,7 +356487,6 @@ }, { "question": "木曽路", - "icon": "./assets/data/nsi/logos/kisoji-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413407,7 +356507,6 @@ }, { "question": "李先生", - "icon": "./assets/data/nsi/logos/mrlee-2b8b0b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413451,7 +356550,6 @@ }, { "question": "杨国福麻辣烫", - "icon": "./assets/data/nsi/logos/yangguofuspicyhotpot-c61f2f.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413472,7 +356570,6 @@ }, { "question": "松鹤楼", - "icon": "./assets/data/nsi/logos/songhelou-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413493,7 +356590,6 @@ }, { "question": "松鹤面馆", - "icon": "./assets/data/nsi/logos/songhemianguan-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413562,7 +356658,6 @@ }, { "question": "比格披萨", - "icon": "./assets/data/nsi/logos/bigpizza-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413704,7 +356799,6 @@ }, { "question": "涮乃葉", - "icon": "./assets/data/nsi/logos/syabuyo-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413725,7 +356819,6 @@ }, { "question": "温野菜", - "icon": "./assets/data/nsi/logos/shabushabuonyasai-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413748,7 +356841,6 @@ }, { "question": "点都德", - "icon": "./assets/data/nsi/logos/diandoude-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413813,7 +356905,6 @@ }, { "question": "燒肉スマイル", - "icon": "./assets/data/nsi/logos/yakinikusmile-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413886,7 +356977,6 @@ }, { "question": "爭鮮gogo", - "icon": "./assets/data/nsi/logos/sushitakeout-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -413978,7 +357068,6 @@ }, { "question": "瓦城泰國料理", - "icon": "./assets/data/nsi/logos/thaitown-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414003,7 +357092,6 @@ }, { "question": "田老师红烧肉", - "icon": "./assets/data/nsi/logos/785320-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414087,7 +357175,6 @@ }, { "question": "福勝亭", - "icon": "./assets/data/nsi/logos/tonkatsu-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414112,7 +357199,6 @@ }, { "question": "築間幸福鍋物", - "icon": "./assets/data/nsi/logos/jhujianshabu-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414137,7 +357223,6 @@ }, { "question": "築間酸菜魚", - "icon": "./assets/data/nsi/logos/jhujiansuancaiyu-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414162,7 +357247,6 @@ }, { "question": "紫光园", - "icon": "./assets/data/nsi/logos/ziguangyuan-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414184,7 +357268,6 @@ }, { "question": "绿茶餐厅", - "icon": "./assets/data/nsi/logos/greentea-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414205,7 +357288,6 @@ }, { "question": "老乡鸡", - "icon": "./assets/data/nsi/logos/homeoriginalchicken-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414226,7 +357308,6 @@ }, { "question": "能量小姐", - "icon": "./assets/data/nsi/logos/missenergy-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414248,7 +357329,6 @@ }, { "question": "華屋与兵衛", - "icon": "./assets/data/nsi/logos/hanayayohei-36ca8e.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414290,7 +357370,6 @@ }, { "question": "蓝蛙", - "icon": "./assets/data/nsi/logos/bluefrog-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414365,7 +357444,6 @@ }, { "question": "袁记云饺", - "icon": "./assets/data/nsi/logos/yuanjiyunjiao-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414386,7 +357464,6 @@ }, { "question": "西贝莜面村", - "icon": "./assets/data/nsi/logos/c9bb5c-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414403,7 +357480,6 @@ }, { "question": "西部马华", - "icon": "./assets/data/nsi/logos/westernmahua-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414495,7 +357571,6 @@ }, { "question": "重庆小天鹅火锅", - "icon": "./assets/data/nsi/logos/cygnet-9461ad.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414516,7 +357591,6 @@ }, { "question": "錢都涮涮鍋", - "icon": "./assets/data/nsi/logos/chientuhotpot-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414537,7 +357611,6 @@ }, { "question": "阿香米线", - "icon": "./assets/data/nsi/logos/axiangricenoodles-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414558,7 +357631,6 @@ }, { "question": "陶陶居", - "icon": "./assets/data/nsi/logos/taotaoju-0a8e9b.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414582,7 +357654,6 @@ }, { "question": "非常泰概念餐坊", - "icon": "./assets/data/nsi/logos/verythairestaurant-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414703,7 +357774,6 @@ }, { "question": "麥味登", - "icon": "./assets/data/nsi/logos/mywarndaycareandbrunch-aafd63.undefined", "osmTags": { "and": [ "amenity=restaurant", @@ -414877,7 +357947,6 @@ }, { "question": "Jawahar Navodaya Vidyalaya", - "icon": "./assets/data/nsi/logos/jawaharnavodayavidyalaya-198395.undefined", "osmTags": { "and": [ "amenity=school", @@ -414926,7 +357995,6 @@ }, { "question": "Maharishi Vidya Mandir", - "icon": "./assets/data/nsi/logos/maharishividyamandir-198395.undefined", "osmTags": { "and": [ "amenity=school", @@ -414999,7 +358067,6 @@ }, { "question": "新东方优能中学", - "icon": "./assets/data/nsi/logos/neworientalyounengschool-00bc78.undefined", "osmTags": { "and": [ "amenity=school", @@ -415126,7 +358193,6 @@ }, { "question": "Fraternal Order of Police", - "icon": "./assets/data/nsi/logos/fraternalorderofpolice-7c1650.undefined", "osmTags": { "and": [ "amenity=social_centre", @@ -415314,7 +358380,6 @@ }, { "question": "Bahnhofsmission", - "icon": "./assets/data/nsi/logos/bahnhofsmission-da0ff2.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415332,7 +358397,6 @@ }, { "question": "Bahnhofsozialdienst", - "icon": "./assets/data/nsi/logos/bahnhofsozialdienst-257965.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415516,7 +358580,6 @@ }, { "question": "Centre Communal d'Action Sociale", - "icon": "./assets/data/nsi/logos/centrecommunaldactionsociale-8d024d.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415610,7 +358673,6 @@ }, { "question": "Deutscher Kinderschutzbund", - "icon": "./assets/data/nsi/logos/deutscherkinderschutzbund-da0ff2.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415657,7 +358719,6 @@ }, { "question": "Ehpad du CH", - "icon": "./assets/data/nsi/logos/ehpadduch-f6f802.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415769,7 +358830,6 @@ }, { "question": "Miejski Ośrodek Pomocy Społecznej", - "icon": "./assets/data/nsi/logos/miejskiosrodekpomocyspolecznej-e183e3.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415784,7 +358844,6 @@ }, { "question": "Mini cité", - "icon": "./assets/data/nsi/logos/minicite-7d1d77.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415799,7 +358858,6 @@ }, { "question": "Office of the Senior Citizen Affairs", - "icon": "./assets/data/nsi/logos/officeoftheseniorcitizenaffairs-0c22a1.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415855,7 +358913,6 @@ }, { "question": "Stationswerk", - "icon": "./assets/data/nsi/logos/stationswerk-4d2292.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415911,7 +358968,6 @@ }, { "question": "Violence Against Women and Children Desk", - "icon": "./assets/data/nsi/logos/violenceagainstwomenandchildrendesk-0c22a1.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415926,7 +358982,6 @@ }, { "question": "Violence Against Women and Children Office", - "icon": "./assets/data/nsi/logos/violenceagainstwomenandchildrenoffice-0c22a1.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -416186,7 +359241,6 @@ }, { "question": "Empire Beauty Schools", - "icon": "./assets/data/nsi/logos/empirebeautyschool-93dfd1.undefined", "osmTags": { "and": [ "amenity=training", @@ -416220,7 +359274,6 @@ }, { "question": "Grafika", - "icon": "./assets/data/nsi/logos/grafika-c90afd.undefined", "osmTags": { "and": [ "amenity=training", @@ -416287,7 +359340,6 @@ }, { "question": "Детская школа искусств", - "icon": "./assets/data/nsi/logos/2dcb82-567911.undefined", "osmTags": { "and": [ "amenity=training", @@ -416303,7 +359355,6 @@ }, { "question": "Chariots", - "icon": "./assets/data/nsi/logos/chariots-81c0b7.undefined", "osmTags": { "and": [ "amenity=trolley_bay", @@ -416451,7 +359502,6 @@ }, { "question": "Auto Sécurité", - "icon": "./assets/data/nsi/logos/autosecurite-53baa7.undefined", "osmTags": { "and": [ "amenity=vehicle_inspection", @@ -416562,7 +359612,6 @@ }, { "question": "Norisko", - "icon": "./assets/data/nsi/logos/norisko-4cf8cf.undefined", "osmTags": { "and": [ "amenity=vehicle_inspection", @@ -416577,7 +359626,6 @@ }, { "question": "Okręgowa Stacja Kontroli Pojazdów", - "icon": "./assets/data/nsi/logos/okregowastacjakontrolipojazdow-db5414.undefined", "osmTags": { "and": [ "amenity=vehicle_inspection", @@ -416608,7 +359656,6 @@ }, { "question": "Stacja Kontroli Pojazdów", - "icon": "./assets/data/nsi/logos/stacjakontrolipojazdow-db5414.undefined", "osmTags": { "and": [ "amenity=vehicle_inspection", @@ -416839,7 +359886,6 @@ }, { "question": "Alive Water / Живая вода", - "icon": "./assets/data/nsi/logos/alivewater-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -416878,7 +359924,6 @@ }, { "question": "Automat ŚKUP", - "icon": "./assets/data/nsi/logos/automatskup-bd9635.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -416895,7 +359940,6 @@ }, { "question": "belloo", - "icon": "./assets/data/nsi/logos/belloo-6ba58e.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -416911,7 +359955,6 @@ }, { "question": "Belváros-Lipótváros parkolás", - "icon": "./assets/data/nsi/logos/belvaroslipotvarosparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -416971,7 +360014,6 @@ }, { "question": "BKK jegy- és bérletkiadó automata", - "icon": "./assets/data/nsi/logos/bkkjegyesberletkiadoautomata-1490d1.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -417007,7 +360049,6 @@ }, { "question": "BOSS", - "icon": "./assets/data/nsi/logos/boss-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417049,7 +360090,6 @@ }, { "question": "Bravo", - "icon": "./assets/data/nsi/logos/bravo-742585.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417077,7 +360117,6 @@ }, { "question": "Budapest XIII. kerület parkolás", - "icon": "./assets/data/nsi/logos/budapestxiiikeruletparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417088,7 +360127,6 @@ }, { "question": "Budavár parkolás", - "icon": "./assets/data/nsi/logos/budavarparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417132,7 +360170,6 @@ }, { "question": "Cale", - "icon": "./assets/data/nsi/logos/cale-a2c9a5.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417143,7 +360180,6 @@ }, { "question": "CAME Parkare", - "icon": "./assets/data/nsi/logos/cameparkare-d75d6f.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417221,7 +360257,6 @@ }, { "question": "Cupslocker", - "icon": "./assets/data/nsi/logos/cupslocker-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417328,7 +360363,6 @@ }, { "question": "Distributore di acqua Aqvagold", - "icon": "./assets/data/nsi/logos/aqvagold-13a866.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417339,7 +360373,6 @@ }, { "question": "Dog-Station", - "icon": "./assets/data/nsi/logos/dogstation-15a18a.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417421,7 +360454,6 @@ }, { "question": "Ferencvárosi parkolás", - "icon": "./assets/data/nsi/logos/ferencvarosiparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417432,7 +360464,6 @@ }, { "question": "Fido House", - "icon": "./assets/data/nsi/logos/fidohouse-ff8484.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417482,7 +360513,6 @@ }, { "question": "Hall Tabakwaren", - "icon": "./assets/data/nsi/logos/halltabakwaren-a242c5.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417498,7 +360528,6 @@ }, { "question": "Hectronic", - "icon": "./assets/data/nsi/logos/hectronic-d75d6f.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417509,7 +360538,6 @@ }, { "question": "Hectronic Kienzle", - "icon": "./assets/data/nsi/logos/hectronickienzle-9c1e86.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417520,7 +360548,6 @@ }, { "question": "Hegyvidéki parkolás", - "icon": "./assets/data/nsi/logos/hegyvidekiparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417548,7 +360575,6 @@ }, { "question": "Ibersegur Systems", - "icon": "./assets/data/nsi/logos/ibersegursystems-a2c9a5.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417559,7 +360585,6 @@ }, { "question": "iParqueStreet", - "icon": "./assets/data/nsi/logos/iparquestreet-003f84.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417627,7 +360652,6 @@ }, { "question": "KIRIN", - "icon": "./assets/data/nsi/logos/kirin-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417643,7 +360667,6 @@ }, { "question": "KKM", - "icon": "./assets/data/nsi/logos/kkm-bd9635.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -417660,7 +360683,6 @@ }, { "question": "Kosan Gas", - "icon": "./assets/data/nsi/logos/kosangas-8d9d76.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417727,7 +360749,6 @@ }, { "question": "Manix", - "icon": "./assets/data/nsi/logos/manix-730403.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417738,7 +360759,6 @@ }, { "question": "MÁV-START jegy- és bérletkiadó automata", - "icon": "./assets/data/nsi/logos/mavstartjegyesberletkiadoautomata-1490d1.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -417815,7 +360835,6 @@ }, { "question": "Mutt Mitt", - "icon": "./assets/data/nsi/logos/muttmitt-89b7c8.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -417864,7 +360883,6 @@ }, { "question": "Parking Kitty (Portland)", - "icon": "./assets/data/nsi/logos/parkingkitty-54b61f.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417885,7 +360903,6 @@ }, { "question": "Parking Kitty (Vancouver)", - "icon": "./assets/data/nsi/logos/parkingkitty-3d8294.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -417991,7 +361008,6 @@ }, { "question": "Punkt dystrybucji biuletynu wroclaw.pl", - "icon": "./assets/data/nsi/logos/wroclawpl-bd9635.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418062,7 +361078,6 @@ }, { "question": "Regiomat", - "icon": "./assets/data/nsi/logos/regiomat-a242c5.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418095,7 +361110,6 @@ }, { "question": "Schlumberger", - "icon": "./assets/data/nsi/logos/schlumberger-a2c9a5.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -418106,7 +361120,6 @@ }, { "question": "Schwalbe", - "icon": "./assets/data/nsi/logos/schwalbe-123edb.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418155,7 +361168,6 @@ }, { "question": "Smart Café", - "icon": "./assets/data/nsi/logos/smartcafe-7dc505.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418204,7 +361216,6 @@ }, { "question": "Terézváros parkolás", - "icon": "./assets/data/nsi/logos/terezvarosparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -418215,7 +361226,6 @@ }, { "question": "Terminal Automática SUBE", - "icon": "./assets/data/nsi/logos/terminalautomaticasube-48f03b.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -418248,7 +361258,6 @@ }, { "question": "Tobaccoland", - "icon": "./assets/data/nsi/logos/tobaccoland-a242c5.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418267,7 +361276,6 @@ }, { "question": "Tokeny.Store", - "icon": "./assets/data/nsi/logos/tokenystore-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418283,7 +361291,6 @@ }, { "question": "TWO DOWN", - "icon": "./assets/data/nsi/logos/twodown-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418339,7 +361346,6 @@ }, { "question": "Újbuda parkolás", - "icon": "./assets/data/nsi/logos/ujbudaparkolas-1490d1.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -418350,7 +361356,6 @@ }, { "question": "Urbancard", - "icon": "./assets/data/nsi/logos/urbancard-bd9635.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -418366,7 +361371,6 @@ }, { "question": "VVO Fahrausweise", - "icon": "./assets/data/nsi/logos/vvofahrausweise-a242c5.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -418377,7 +361381,6 @@ }, { "question": "yamakyu", - "icon": "./assets/data/nsi/logos/yamakyu-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418411,7 +361414,6 @@ }, { "question": "Zona Azul", - "icon": "./assets/data/nsi/logos/zonaazul-9a306d.undefined", "osmTags": { "and": [ "vending=parking_tickets", @@ -418428,7 +361430,6 @@ }, { "question": "Артезианская вода", - "icon": "./assets/data/nsi/logos/6cc3c0-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418444,7 +361445,6 @@ }, { "question": "Ключ здоровья", - "icon": "./assets/data/nsi/logos/36e2c2-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418460,7 +361460,6 @@ }, { "question": "Линзы тут", - "icon": "./assets/data/nsi/logos/25c0a4-eb9a2c.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418476,7 +361475,6 @@ }, { "question": "アキュア", - "icon": "./assets/data/nsi/logos/acure-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418564,7 +361562,6 @@ }, { "question": "い・ろ・は・す", - "icon": "./assets/data/nsi/logos/ilohas-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418720,7 +361717,6 @@ }, { "question": "ジョージア", - "icon": "./assets/data/nsi/logos/georgia-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418741,7 +361737,6 @@ }, { "question": "セブンティーンアイス", - "icon": "./assets/data/nsi/logos/seventeenice-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418784,7 +361779,6 @@ }, { "question": "だし道楽", - "icon": "./assets/data/nsi/logos/dashidouraku-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418806,7 +361800,6 @@ }, { "question": "チェリオ", - "icon": "./assets/data/nsi/logos/cheerio-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418871,7 +361864,6 @@ }, { "question": "ネオス", - "icon": "./assets/data/nsi/logos/neos-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -418913,7 +361905,6 @@ }, { "question": "メトロの缶詰", - "icon": "./assets/data/nsi/logos/metrocommerce-bf11a2.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -419243,7 +362234,6 @@ }, { "question": "Parc de vaccination bétail", - "icon": "./assets/data/nsi/logos/parcdevaccinationbetail-770e56.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -419291,7 +362281,6 @@ }, { "question": "Vets4Pets", - "icon": "./assets/data/nsi/logos/vets4pets-45f750.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -419323,7 +362312,6 @@ }, { "question": "Айболит", - "icon": "./assets/data/nsi/logos/0b5e42-277e18.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -419338,7 +362326,6 @@ }, { "question": "全國動物醫院", - "icon": "./assets/data/nsi/logos/lovingkindnessanimalhospital-093749.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -419393,7 +362380,6 @@ }, { "question": "Dog-Station", - "icon": "./assets/data/nsi/logos/dogstation-f2bd8e.undefined", "osmTags": { "and": [ "amenity=waste_basket", @@ -419441,7 +362427,6 @@ }, { "question": "The Grand Lodge of Tennessee", - "icon": "./assets/data/nsi/logos/thegrandlodgeoftennessee-c03b8d.undefined", "osmTags": { "and": [ "club=freemasonry", @@ -419562,7 +362547,6 @@ }, { "question": "Pfadfinderbund Weltenbummler", - "icon": "./assets/data/nsi/logos/pfadfinderbundweltenbummler-9e77d2.undefined", "osmTags": { "and": [ "club=scout", @@ -419577,7 +362561,6 @@ }, { "question": "Pfadfinderinnenschaft St. Georg", - "icon": "./assets/data/nsi/logos/pfadfinderinnenschaftstgeorg-9e77d2.undefined", "osmTags": { "and": [ "club=scout", @@ -420025,7 +363008,6 @@ }, { "question": "Repair Café", - "icon": "./assets/data/nsi/logos/repaircafe-0fba14.undefined", "osmTags": { "and": [ "craft=electronics_repair", @@ -420041,7 +363023,6 @@ }, { "question": "Street Talk", - "icon": "./assets/data/nsi/logos/streettalk-592655.undefined", "osmTags": { "and": [ "craft=electronics_repair", @@ -420092,7 +363073,6 @@ }, { "question": "Лаборатория Ремонта", - "icon": "./assets/data/nsi/logos/a952d0-37346b.undefined", "osmTags": { "and": [ "craft=electronics_repair", @@ -420155,7 +363135,6 @@ }, { "question": "Comfort", - "icon": "./assets/data/nsi/logos/comfort-8a50ba.undefined", "osmTags": { "and": [ "craft=plumber", @@ -420188,7 +363167,6 @@ }, { "question": "Varme & Bad", - "icon": "./assets/data/nsi/logos/varmeandbad-8a50ba.undefined", "osmTags": { "and": [ "craft=plumber", @@ -420315,7 +363293,6 @@ }, { "question": "Оконный континент", - "icon": "./assets/data/nsi/logos/6682d2-f78d33.undefined", "osmTags": { "and": [ "craft=window_construction", @@ -421063,7 +364040,6 @@ }, { "question": "Bioaxiome", - "icon": "./assets/data/nsi/logos/bioaxiome-5f04dc.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421080,7 +364056,6 @@ }, { "question": "Bioclinic", - "icon": "./assets/data/nsi/logos/bioclinic-35a89f.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421097,7 +364072,6 @@ }, { "question": "Biofutur", - "icon": "./assets/data/nsi/logos/biofutur-35a89f.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421130,7 +364104,6 @@ }, { "question": "Biolab Avenir", - "icon": "./assets/data/nsi/logos/biolabavenir-5f04dc.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421147,7 +364120,6 @@ }, { "question": "Biolaris", - "icon": "./assets/data/nsi/logos/biolaris-e88f3b.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421163,7 +364135,6 @@ }, { "question": "Bioliance", - "icon": "./assets/data/nsi/logos/bioliance-e88f3b.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421213,7 +364184,6 @@ }, { "question": "Biopath Unilabs (Île de France)", - "icon": "./assets/data/nsi/logos/biopathunilabs-35a89f.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421230,7 +364200,6 @@ }, { "question": "Biorylis", - "icon": "./assets/data/nsi/logos/biorylis-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421247,7 +364216,6 @@ }, { "question": "Biosites", - "icon": "./assets/data/nsi/logos/biosites-e88f3b.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421282,7 +364250,6 @@ }, { "question": "Cedibio Unilabs", - "icon": "./assets/data/nsi/logos/cedibiounilabs-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421334,7 +364301,6 @@ }, { "question": "CL Lab", - "icon": "./assets/data/nsi/logos/cllab-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421349,7 +364315,6 @@ }, { "question": "Clinical Pathology Laboratories", - "icon": "./assets/data/nsi/logos/clinicalpathologylaboratories-9476e1.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421365,7 +364330,6 @@ }, { "question": "CMD", - "icon": "./assets/data/nsi/logos/cmd-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421444,7 +364408,6 @@ }, { "question": "Dyomedea-Neolab", - "icon": "./assets/data/nsi/logos/dyomedeaneolab-d3c03e.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421478,7 +364441,6 @@ }, { "question": "Eylau Unilabs", - "icon": "./assets/data/nsi/logos/eylauunilabs-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421511,7 +364473,6 @@ }, { "question": "Invivo (Қазақстан)", - "icon": "./assets/data/nsi/logos/invivo-88cd3b.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421526,7 +364487,6 @@ }, { "question": "KDL", - "icon": "./assets/data/nsi/logos/kdl-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421573,7 +364533,6 @@ }, { "question": "Laboratoire de biologie médicale", - "icon": "./assets/data/nsi/logos/laboratoiredebiologiemedicale-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421604,7 +364563,6 @@ }, { "question": "Laborizon Maine Anjou", - "icon": "./assets/data/nsi/logos/laborizonmaineanjou-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421621,7 +364579,6 @@ }, { "question": "Labouest", - "icon": "./assets/data/nsi/logos/labouest-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421638,7 +364595,6 @@ }, { "question": "Labquest", - "icon": "./assets/data/nsi/logos/labquest-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421670,7 +364626,6 @@ }, { "question": "Mirialis", - "icon": "./assets/data/nsi/logos/mirialis-d3c03e.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421687,7 +364642,6 @@ }, { "question": "Oriade-Noviale", - "icon": "./assets/data/nsi/logos/oriadenoviale-d3c03e.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421736,7 +364690,6 @@ }, { "question": "RRH Laboratories", - "icon": "./assets/data/nsi/logos/rochesterregionalhealthlaboratories-47d491.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421884,7 +364837,6 @@ }, { "question": "Unilabs BioCT", - "icon": "./assets/data/nsi/logos/unilabsbioct-d77f29.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421901,7 +364853,6 @@ }, { "question": "Unilians", - "icon": "./assets/data/nsi/logos/unilians-d3c03e.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421918,7 +364869,6 @@ }, { "question": "UR Medicine Labs", - "icon": "./assets/data/nsi/logos/urmedicinelabs-47d491.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421937,7 +364887,6 @@ }, { "question": "Гемотест", - "icon": "./assets/data/nsi/logos/gemotest-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421972,7 +364921,6 @@ }, { "question": "Лаборатория Бонецкого", - "icon": "./assets/data/nsi/logos/4797e9-c7ac9a.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -421987,7 +364935,6 @@ }, { "question": "МедЛабЭкспресс", - "icon": "./assets/data/nsi/logos/374d46-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -422002,7 +364949,6 @@ }, { "question": "Пикассо", - "icon": "./assets/data/nsi/logos/f69f63-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -422053,7 +364999,6 @@ }, { "question": "Ситилаб", - "icon": "./assets/data/nsi/logos/875d87-8e8a61.undefined", "osmTags": { "and": [ "healthcare=laboratory", @@ -422118,7 +365063,6 @@ }, { "question": "Doctors of Physical Therapy", - "icon": "./assets/data/nsi/logos/doctorsofphysicaltherapy-61735f.undefined", "osmTags": { "and": [ "healthcare=physiotherapist", @@ -422182,7 +365126,6 @@ }, { "question": "Awanui Labs", - "icon": "./assets/data/nsi/logos/awanuilabs-054605.undefined", "osmTags": { "and": [ "healthcare=sample_collection", @@ -422330,7 +365273,6 @@ }, { "question": "Laverty Pathology", - "icon": "./assets/data/nsi/logos/lavertypathology-b42694.undefined", "osmTags": { "and": [ "healthcare=sample_collection", @@ -422430,7 +365372,6 @@ }, { "question": "Медіс", - "icon": "./assets/data/nsi/logos/medis-c54d89.undefined", "osmTags": { "and": [ "healthcare=sample_collection", @@ -422596,7 +365537,6 @@ }, { "question": "ONE9 Travel Center", - "icon": "./assets/data/nsi/logos/one9travelcenter-35c0ca.undefined", "osmTags": { "and": [ "highway=services", @@ -422790,7 +365730,6 @@ }, { "question": "Modera", - "icon": "./assets/data/nsi/logos/modera-4e5c5e.undefined", "osmTags": { "and": [ "landuse=residential", @@ -422809,7 +365748,6 @@ }, { "question": "Admiral", - "icon": "./assets/data/nsi/logos/admiral-5f2b0b.undefined", "osmTags": { "and": [ "gambling=slot_machines", @@ -422826,7 +365764,6 @@ }, { "question": "Löwen Play", - "icon": "./assets/data/nsi/logos/lowenplay-73123d.undefined", "osmTags": { "and": [ "gambling=slot_machines", @@ -422843,7 +365780,6 @@ }, { "question": "MERKUR Slots", - "icon": "./assets/data/nsi/logos/merkurslots-df7dea.undefined", "osmTags": { "and": [ "gambling=slot_machines", @@ -422944,7 +365880,6 @@ }, { "question": "Four Quarters", - "icon": "./assets/data/nsi/logos/fourquarters-0f0c9e.undefined", "osmTags": { "and": [ "bar=yes", @@ -422981,7 +365916,6 @@ }, { "question": "NAMCO", - "icon": "./assets/data/nsi/logos/namco-10c094.undefined", "osmTags": { "and": [ "leisure=amusement_arcade", @@ -423053,7 +365987,6 @@ }, { "question": "Warpoint", - "icon": "./assets/data/nsi/logos/warpoint-a9e2ba.undefined", "osmTags": { "and": [ "leisure=amusement_arcade", @@ -423068,7 +366001,6 @@ }, { "question": "アドアーズ", - "icon": "./assets/data/nsi/logos/adores-c3bbfb.undefined", "osmTags": { "and": [ "leisure=amusement_arcade", @@ -423088,7 +366020,6 @@ }, { "question": "アピナ", - "icon": "./assets/data/nsi/logos/apina-c3bbfb.undefined", "osmTags": { "and": [ "leisure=amusement_arcade", @@ -423151,7 +366082,6 @@ }, { "question": "ナムコ", - "icon": "./assets/data/nsi/logos/namco-c3bbfb.undefined", "osmTags": { "and": [ "leisure=amusement_arcade", @@ -423207,7 +366137,6 @@ }, { "question": "Hollywood Bowl", - "icon": "./assets/data/nsi/logos/hollywoodbowl-d57e08.undefined", "osmTags": { "and": [ "sport=10pin", @@ -423640,7 +366569,6 @@ }, { "question": "Blast Fitness", - "icon": "./assets/data/nsi/logos/blastfitness-809afb.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -423801,7 +366729,6 @@ }, { "question": "chocoZAP", - "icon": "./assets/data/nsi/logos/chocozap-1008e2.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -423935,7 +366862,6 @@ }, { "question": "cult.fit", - "icon": "./assets/data/nsi/logos/cultfit-111905.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -423951,7 +366877,6 @@ }, { "question": "Curves", - "icon": "./assets/data/nsi/logos/curves-c8777b.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -424115,7 +367040,6 @@ }, { "question": "Fit Express", - "icon": "./assets/data/nsi/logos/fitexpress-fe49f8.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -424260,7 +367184,6 @@ }, { "question": "Fitness House", - "icon": "./assets/data/nsi/logos/fitnesshouse-2b2465.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -424709,7 +367632,6 @@ }, { "question": "Lady Stretch", - "icon": "./assets/data/nsi/logos/ladystretch-0df635.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -425224,7 +368146,6 @@ }, { "question": "Station 24", - "icon": "./assets/data/nsi/logos/station24-8dcb39.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -425738,7 +368659,6 @@ }, { "question": "カーブス", - "icon": "./assets/data/nsi/logos/curves-1008e2.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -425858,7 +368778,6 @@ }, { "question": "兰瑜伽", - "icon": "./assets/data/nsi/logos/lanyoga-8945e0.undefined", "osmTags": { "and": [ "leisure=fitness_centre", @@ -426111,7 +369030,6 @@ }, { "question": "Associação Atlética Banco do Brasil", - "icon": "./assets/data/nsi/logos/associacaoatleticabancodobrasil-d2fb77.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426199,7 +369117,6 @@ }, { "question": "Emler Swim School", - "icon": "./assets/data/nsi/logos/emlerswimschool-f2066e.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426367,7 +369284,6 @@ }, { "question": "Poliesportiu Municipal", - "icon": "./assets/data/nsi/logos/poliesportiumunicipal-b5508a.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426483,7 +369399,6 @@ }, { "question": "VillaSport", - "icon": "./assets/data/nsi/logos/villasport-f2066e.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426533,7 +369448,6 @@ }, { "question": "Лыжная база", - "icon": "./assets/data/nsi/logos/418e3d-88dc80.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426548,7 +369462,6 @@ }, { "question": "Олимп", - "icon": "./assets/data/nsi/logos/b3e0be-3369f9.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426563,7 +369476,6 @@ }, { "question": "Физкультурно-оздоровительный комплекс", - "icon": "./assets/data/nsi/logos/6a43e9-50a27d.undefined", "osmTags": { "and": [ "leisure=sports_centre", @@ -426594,7 +369506,6 @@ }, { "question": "Bounce Inc", - "icon": "./assets/data/nsi/logos/bounceinc-0b8920.undefined", "osmTags": { "and": [ "leisure=trampoline_park", @@ -426659,7 +369570,6 @@ }, { "question": "Believ", - "icon": "./assets/data/nsi/logos/believ-0f0a22.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -426706,7 +369616,6 @@ }, { "question": "Charge365", - "icon": "./assets/data/nsi/logos/charge365-a1beea.undefined", "osmTags": { "and": [ "brand=Charge365", @@ -426778,7 +369687,6 @@ }, { "question": "Ishavsveien", - "icon": "./assets/data/nsi/logos/ishavsveien-a1beea.undefined", "osmTags": { "and": [ "brand=Ishavsveien", @@ -426933,7 +369841,6 @@ }, { "question": "Recharge", - "icon": "./assets/data/nsi/logos/recharge-f239e1.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -426979,7 +369886,6 @@ }, { "question": "Smart Charge", - "icon": "./assets/data/nsi/logos/smartcharge-0f0a22.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -427012,7 +369918,6 @@ }, { "question": "Tesla Supercharger", - "icon": "./assets/data/nsi/logos/teslasupercharger-9b2e7d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -427076,7 +369981,6 @@ }, { "question": "Zero", - "icon": "./assets/data/nsi/logos/zero-c04700.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -427110,7 +370014,6 @@ }, { "question": "Белоруснефть Malanka", - "icon": "./assets/data/nsi/logos/malanka-03d344.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -427133,7 +370036,6 @@ }, { "question": "Энергия Москвы", - "icon": "./assets/data/nsi/logos/energyofmoscow-97aa16.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -427511,7 +370413,6 @@ }, { "question": "CarPrice", - "icon": "./assets/data/nsi/logos/carprice-eb236f.undefined", "osmTags": { "and": [ "office=company", @@ -427543,7 +370444,6 @@ }, { "question": "Générale Des Services", - "icon": "./assets/data/nsi/logos/generaledesservices-16802d.undefined", "osmTags": { "and": [ "office=company", @@ -427590,7 +370490,6 @@ }, { "question": "Kantor", - "icon": "./assets/data/nsi/logos/kantor-4089a8.undefined", "osmTags": { "and": [ "office=company", @@ -427605,7 +370504,6 @@ }, { "question": "La Compagnie Des Déboucheurs", - "icon": "./assets/data/nsi/logos/lacompagniedesdeboucheurs-16802d.undefined", "osmTags": { "and": [ "office=company", @@ -427620,7 +370518,6 @@ }, { "question": "Perusahaan", - "icon": "./assets/data/nsi/logos/perusahaan-4089a8.undefined", "osmTags": { "and": [ "office=company", @@ -427683,7 +370580,6 @@ }, { "question": "Абакус центр", - "icon": "./assets/data/nsi/logos/2f25d3-86623e.undefined", "osmTags": { "and": [ "office=company", @@ -427698,7 +370594,6 @@ }, { "question": "Эксперт Клининг", - "icon": "./assets/data/nsi/logos/2f3df3-eb236f.undefined", "osmTags": { "and": [ "office=company", @@ -427713,7 +370608,6 @@ }, { "question": "Элемент Лизинг", - "icon": "./assets/data/nsi/logos/e46bdb-eb236f.undefined", "osmTags": { "and": [ "office=company", @@ -427939,7 +370833,6 @@ }, { "question": "TSR Consulting Services, Inc.", - "icon": "./assets/data/nsi/logos/tsrconsultingservices-ef3027.undefined", "osmTags": { "and": [ "office=consulting", @@ -427955,7 +370848,6 @@ }, { "question": "ARC Club", - "icon": "./assets/data/nsi/logos/arcclub-5c713b.undefined", "osmTags": { "and": [ "fee=yes", @@ -428022,7 +370914,6 @@ }, { "question": "Drop-in", - "icon": "./assets/data/nsi/logos/dropin-80a88a.undefined", "osmTags": { "and": [ "office=coworking", @@ -428346,7 +371237,6 @@ }, { "question": "Appel Médical", - "icon": "./assets/data/nsi/logos/appelmedical-e5fc42.undefined", "osmTags": { "and": [ "office=employment_agency", @@ -428458,7 +371348,6 @@ }, { "question": "Interaction", - "icon": "./assets/data/nsi/logos/interaction-e5fc42.undefined", "osmTags": { "and": [ "office=employment_agency", @@ -428554,7 +371443,6 @@ }, { "question": "Morgan Services", - "icon": "./assets/data/nsi/logos/morganservices-e5fc42.undefined", "osmTags": { "and": [ "office=employment_agency", @@ -428633,7 +371521,6 @@ }, { "question": "Spherion", - "icon": "./assets/data/nsi/logos/spherionstaffingandrecruiting-81c4e9.undefined", "osmTags": { "and": [ "office=employment_agency", @@ -428713,7 +371600,6 @@ }, { "question": "Temporis", - "icon": "./assets/data/nsi/logos/temporis-e5fc42.undefined", "osmTags": { "and": [ "office=employment_agency", @@ -428863,7 +371749,6 @@ }, { "question": "Activ'expertise", - "icon": "./assets/data/nsi/logos/activexpertise-b7bc37.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -429007,7 +371892,6 @@ }, { "question": "Belvoir", - "icon": "./assets/data/nsi/logos/belvoir-aa448d.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -429104,7 +371988,6 @@ }, { "question": "Cabinet Bedin", - "icon": "./assets/data/nsi/logos/cabinetbedin-b7bc37.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -429151,7 +372034,6 @@ }, { "question": "Cimm Immobilier", - "icon": "./assets/data/nsi/logos/cimmimmobilier-b7bc37.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -429230,7 +372112,6 @@ }, { "question": "Dexters", - "icon": "./assets/data/nsi/logos/dexters-b6a2f8.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430516,7 +373397,6 @@ }, { "question": "Жилфонд", - "icon": "./assets/data/nsi/logos/ee5a42-040d5e.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430532,7 +373412,6 @@ }, { "question": "Самолет Плюс", - "icon": "./assets/data/nsi/logos/cb1921-040d5e.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430607,7 +373486,6 @@ }, { "question": "タウンハウジング", - "icon": "./assets/data/nsi/logos/townhousing-60400b.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430647,7 +373525,6 @@ }, { "question": "ホームメイト", - "icon": "./assets/data/nsi/logos/homemate-60400b.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430667,7 +373544,6 @@ }, { "question": "ユニバーサルホーム", - "icon": "./assets/data/nsi/logos/universalhouse-60400b.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430687,7 +373563,6 @@ }, { "question": "三井のリハウス", - "icon": "./assets/data/nsi/logos/mitsuifudosanrealty-60400b.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430790,7 +373665,6 @@ }, { "question": "中原房产", - "icon": "./assets/data/nsi/logos/9a7320-17e349.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430805,7 +373679,6 @@ }, { "question": "住商不動產", - "icon": "./assets/data/nsi/logos/handbhousing-dccb44.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430889,7 +373762,6 @@ }, { "question": "德佑地产", - "icon": "./assets/data/nsi/logos/bd85f3-17e349.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430904,7 +373776,6 @@ }, { "question": "我爱我家", - "icon": "./assets/data/nsi/logos/b7e613-17e349.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -430920,7 +373791,6 @@ }, { "question": "有巢氏房屋", - "icon": "./assets/data/nsi/logos/utrust-dccb44.undefined", "osmTags": { "and": [ "office=estate_agent", @@ -431223,7 +374093,6 @@ }, { "question": "1st Franklin Financial", - "icon": "./assets/data/nsi/logos/1stfranklinfinancial-f55434.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431529,7 +374398,6 @@ }, { "question": "Wells Fargo Private Bank", - "icon": "./assets/data/nsi/logos/wellsfargoprivatebank-f55434.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431564,7 +374432,6 @@ }, { "question": "Газпромбанк Автолизинг", - "icon": "./assets/data/nsi/logos/13f409-608a42.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431579,7 +374446,6 @@ }, { "question": "СберЛизинг", - "icon": "./assets/data/nsi/logos/c2438a-608a42.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431614,7 +374480,6 @@ }, { "question": "中信证券", - "icon": "./assets/data/nsi/logos/citicsecurities-fe1d6b.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431674,7 +374539,6 @@ }, { "question": "招商证券", - "icon": "./assets/data/nsi/logos/chinamerchantssecurities-fe1d6b.undefined", "osmTags": { "and": [ "office=financial_advisor", @@ -431714,7 +374578,6 @@ }, { "question": "Agenzia delle Entrate", - "icon": "./assets/data/nsi/logos/agenziadelleentrate-618589.undefined", "osmTags": { "and": [ "office=government", @@ -431729,7 +374592,6 @@ }, { "question": "Bürgerbüro", - "icon": "./assets/data/nsi/logos/burgerburo-8b6533.undefined", "osmTags": { "and": [ "office=government", @@ -431744,7 +374606,6 @@ }, { "question": "Câmara de Vereadores", - "icon": "./assets/data/nsi/logos/camaradevereadores-efb6ac.undefined", "osmTags": { "and": [ "office=government", @@ -431759,7 +374620,6 @@ }, { "question": "Centre des Finances Publiques", - "icon": "./assets/data/nsi/logos/centredesfinancespubliques-f941ae.undefined", "osmTags": { "and": [ "office=government", @@ -431774,7 +374634,6 @@ }, { "question": "Centrelink", - "icon": "./assets/data/nsi/logos/centrelink-cc3eb2.undefined", "osmTags": { "and": [ "office=government", @@ -431789,7 +374648,6 @@ }, { "question": "Conselho Tutelar", - "icon": "./assets/data/nsi/logos/conselhotutelar-efb6ac.undefined", "osmTags": { "and": [ "office=government", @@ -431804,7 +374662,6 @@ }, { "question": "Finanzamt", - "icon": "./assets/data/nsi/logos/finanzamt-70633b.undefined", "osmTags": { "and": [ "office=government", @@ -431835,7 +374692,6 @@ }, { "question": "Gesundheitsamt", - "icon": "./assets/data/nsi/logos/gesundheitsamt-70633b.undefined", "osmTags": { "and": [ "office=government", @@ -431850,7 +374706,6 @@ }, { "question": "INPS", - "icon": "./assets/data/nsi/logos/inps-36a710.undefined", "osmTags": { "and": [ "office=government", @@ -431865,7 +374720,6 @@ }, { "question": "Instituto de Previsión Social", - "icon": "./assets/data/nsi/logos/institutodeprevisionsocial-191da3.undefined", "osmTags": { "and": [ "office=government", @@ -431880,7 +374734,6 @@ }, { "question": "Komenda Powiatowa Państwowej Straży Pożarnej", - "icon": "./assets/data/nsi/logos/komendapowiatowapanstwowejstrazypozarnej-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -431895,7 +374748,6 @@ }, { "question": "Kormányablak", - "icon": "./assets/data/nsi/logos/kormanyablak-62c570.undefined", "osmTags": { "and": [ "office=government", @@ -431910,7 +374762,6 @@ }, { "question": "Krishi Bhavan", - "icon": "./assets/data/nsi/logos/krishibhavan-e0bfec.undefined", "osmTags": { "and": [ "office=government", @@ -431925,7 +374776,6 @@ }, { "question": "NAV", - "icon": "./assets/data/nsi/logos/nav-62c570.undefined", "osmTags": { "and": [ "office=government", @@ -431940,7 +374790,6 @@ }, { "question": "Oʻzbekiston Respublikasi Prezidentining Xalq qabulxonalari", - "icon": "./assets/data/nsi/logos/3179d5-1ddd6b.undefined", "osmTags": { "and": [ "office=government", @@ -431955,7 +374804,6 @@ }, { "question": "PAMI", - "icon": "./assets/data/nsi/logos/pami-f58552.undefined", "osmTags": { "and": [ "office=government", @@ -431970,7 +374818,6 @@ }, { "question": "PARCOURS GC", - "icon": "./assets/data/nsi/logos/parcoursgc-07beba.undefined", "osmTags": { "and": [ "office=government", @@ -431985,7 +374832,6 @@ }, { "question": "Pôle Emploi", - "icon": "./assets/data/nsi/logos/poleemploi-f941ae.undefined", "osmTags": { "and": [ "office=government", @@ -432000,7 +374846,6 @@ }, { "question": "Powiatowa Stacja Sanitarno-Epidemiologiczna", - "icon": "./assets/data/nsi/logos/powiatowastacjasanitarnoepidemiologiczna-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432015,7 +374860,6 @@ }, { "question": "Powiatowy Inspektorat Nadzoru Budowlanego", - "icon": "./assets/data/nsi/logos/powiatowyinspektoratnadzorubudowlanego-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432030,7 +374874,6 @@ }, { "question": "Powiatowy Inspektorat Weterynarii", - "icon": "./assets/data/nsi/logos/powiatowyinspektoratweterynarii-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432045,7 +374888,6 @@ }, { "question": "Powiatowy Urząd Pracy", - "icon": "./assets/data/nsi/logos/powiatowyurzadpracy-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432060,7 +374902,6 @@ }, { "question": "Previdência Social", - "icon": "./assets/data/nsi/logos/previdenciasocial-efb6ac.undefined", "osmTags": { "and": [ "office=government", @@ -432075,7 +374916,6 @@ }, { "question": "SAIME", - "icon": "./assets/data/nsi/logos/saime-aa4a76.undefined", "osmTags": { "and": [ "office=government", @@ -432090,7 +374930,6 @@ }, { "question": "Scheduled Outreach", - "icon": "./assets/data/nsi/logos/scheduledoutreach-54ad31.undefined", "osmTags": { "and": [ "office=government", @@ -432105,7 +374944,6 @@ }, { "question": "Secretaria Municipal de Educação", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacao-efb6ac.undefined", "osmTags": { "and": [ "office=government", @@ -432120,7 +374958,6 @@ }, { "question": "Secretaria Municipal de Saúde", - "icon": "./assets/data/nsi/logos/secretariamunicipaldesaude-efb6ac.undefined", "osmTags": { "and": [ "office=government", @@ -432135,7 +374972,6 @@ }, { "question": "Sekretariat RW 01", - "icon": "./assets/data/nsi/logos/sekretariatrw01-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432150,7 +374986,6 @@ }, { "question": "Sekretariat RW 02", - "icon": "./assets/data/nsi/logos/sekretariatrw02-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432165,7 +375000,6 @@ }, { "question": "Sekretariat RW 03", - "icon": "./assets/data/nsi/logos/sekretariatrw03-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432180,7 +375014,6 @@ }, { "question": "Sekretariat RW 04", - "icon": "./assets/data/nsi/logos/sekretariatrw04-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432195,7 +375028,6 @@ }, { "question": "Sekretariat RW 05", - "icon": "./assets/data/nsi/logos/sekretariatrw05-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432210,7 +375042,6 @@ }, { "question": "Sekretariat RW 06", - "icon": "./assets/data/nsi/logos/sekretariatrw06-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432225,7 +375056,6 @@ }, { "question": "Sekretariat RW 07", - "icon": "./assets/data/nsi/logos/sekretariatrw07-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432240,7 +375070,6 @@ }, { "question": "Sekretariat RW 08", - "icon": "./assets/data/nsi/logos/sekretariatrw08-daf34d.undefined", "osmTags": { "and": [ "office=government", @@ -432255,7 +375084,6 @@ }, { "question": "Sołtys", - "icon": "./assets/data/nsi/logos/soltys-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432270,7 +375098,6 @@ }, { "question": "Standesamt", - "icon": "./assets/data/nsi/logos/standesamt-4160dc.undefined", "osmTags": { "and": [ "office=government", @@ -432285,7 +375112,6 @@ }, { "question": "Starostwo Powiatowe", - "icon": "./assets/data/nsi/logos/starostwopowiatowe-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432300,7 +375126,6 @@ }, { "question": "SUNARP", - "icon": "./assets/data/nsi/logos/sunarp-3bb68d.undefined", "osmTags": { "and": [ "office=government", @@ -432315,7 +375140,6 @@ }, { "question": "Trésor Public", - "icon": "./assets/data/nsi/logos/tresorpublic-f941ae.undefined", "osmTags": { "and": [ "office=government", @@ -432330,7 +375154,6 @@ }, { "question": "Urząd Skarbowy", - "icon": "./assets/data/nsi/logos/urzadskarbowy-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432345,7 +375168,6 @@ }, { "question": "Urząd Stanu Cywilnego", - "icon": "./assets/data/nsi/logos/urzadstanucywilnego-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432360,7 +375182,6 @@ }, { "question": "Zakład Ubezpieczeń Społecznych", - "icon": "./assets/data/nsi/logos/zakladubezpieczenspolecznych-16cbc6.undefined", "osmTags": { "and": [ "office=government", @@ -432375,7 +375196,6 @@ }, { "question": "БТИ", - "icon": "./assets/data/nsi/logos/f075b4-ee18db.undefined", "osmTags": { "and": [ "office=government", @@ -432390,7 +375210,6 @@ }, { "question": "Военкомат", - "icon": "./assets/data/nsi/logos/1a8386-ee18db.undefined", "osmTags": { "and": [ "office=government", @@ -432405,7 +375224,6 @@ }, { "question": "Многофункциональный центр предоставления государственных и муниципальных услуг", - "icon": "./assets/data/nsi/logos/c0da8d-d70bbf.undefined", "osmTags": { "and": [ "office=government", @@ -432420,7 +375238,6 @@ }, { "question": "Мои документы", - "icon": "./assets/data/nsi/logos/mydocuments-d70bbf.undefined", "osmTags": { "and": [ "government=public_service", @@ -432443,7 +375260,6 @@ }, { "question": "МФЦ «Мои документы»", - "icon": "./assets/data/nsi/logos/4d4f03-d70bbf.undefined", "osmTags": { "and": [ "office=government", @@ -432458,7 +375274,6 @@ }, { "question": "Росреестр", - "icon": "./assets/data/nsi/logos/3e96ea-d70bbf.undefined", "osmTags": { "and": [ "office=government", @@ -432473,7 +375288,6 @@ }, { "question": "ТОСП центра \"Мои Документы\"", - "icon": "./assets/data/nsi/logos/8f8a96-d70bbf.undefined", "osmTags": { "and": [ "office=government", @@ -432488,7 +375302,6 @@ }, { "question": "УФМС", - "icon": "./assets/data/nsi/logos/56986c-d70bbf.undefined", "osmTags": { "and": [ "office=government", @@ -432503,7 +375316,6 @@ }, { "question": "اداره آموزش و پرورش", - "icon": "./assets/data/nsi/logos/78d24e-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432518,7 +375330,6 @@ }, { "question": "اداره برق", - "icon": "./assets/data/nsi/logos/d85205-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432533,7 +375344,6 @@ }, { "question": "اداره ثبت احوال", - "icon": "./assets/data/nsi/logos/1ef86b-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432548,7 +375358,6 @@ }, { "question": "اداره گاز", - "icon": "./assets/data/nsi/logos/1b6995-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432563,7 +375372,6 @@ }, { "question": "پلیس +۱۰", - "icon": "./assets/data/nsi/logos/8e85aa-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432578,7 +375386,6 @@ }, { "question": "جهاد کشاورزی", - "icon": "./assets/data/nsi/logos/536f15-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432593,7 +375400,6 @@ }, { "question": "دفتر پیشخوان دولت", - "icon": "./assets/data/nsi/logos/c106dc-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432608,7 +375414,6 @@ }, { "question": "کمیته امداد", - "icon": "./assets/data/nsi/logos/c45551-fcf2bd.undefined", "osmTags": { "and": [ "office=government", @@ -432706,7 +375511,6 @@ }, { "question": "Allianz (България)", - "icon": "./assets/data/nsi/logos/allianz-ef0911.undefined", "osmTags": { "and": [ "office=insurance", @@ -432994,7 +375798,6 @@ }, { "question": "Asoba", - "icon": "./assets/data/nsi/logos/asoba-fe8e31.undefined", "osmTags": { "and": [ "office=insurance", @@ -433390,7 +376193,6 @@ }, { "question": "CSF", - "icon": "./assets/data/nsi/logos/csf-a25e41.undefined", "osmTags": { "and": [ "office=insurance", @@ -433669,7 +376471,6 @@ }, { "question": "Farm Bureau Insurance of Tennessee", - "icon": "./assets/data/nsi/logos/farmbureauinsurance-f07d60.undefined", "osmTags": { "and": [ "office=insurance", @@ -433925,7 +376726,6 @@ }, { "question": "Gross", - "icon": "./assets/data/nsi/logos/gross-e25ae6.undefined", "osmTags": { "and": [ "office=insurance", @@ -434709,7 +377509,6 @@ }, { "question": "NFU Mutual", - "icon": "./assets/data/nsi/logos/nfumutual-23333b.undefined", "osmTags": { "and": [ "office=insurance", @@ -435049,7 +377848,6 @@ }, { "question": "SIC Insurance", - "icon": "./assets/data/nsi/logos/sicinsurance-fef067.undefined", "osmTags": { "and": [ "office=insurance", @@ -435276,7 +378074,6 @@ }, { "question": "The Standard", - "icon": "./assets/data/nsi/logos/thestandard-6b1e37.undefined", "osmTags": { "and": [ "office=insurance", @@ -435613,7 +378410,6 @@ }, { "question": "Ак Барс Страхование", - "icon": "./assets/data/nsi/logos/1d777d-1dd572.undefined", "osmTags": { "and": [ "office=insurance", @@ -435644,7 +378440,6 @@ }, { "question": "Аско-страхование", - "icon": "./assets/data/nsi/logos/49842d-1dd572.undefined", "osmTags": { "and": [ "office=insurance", @@ -435659,7 +378454,6 @@ }, { "question": "Асоба", - "icon": "./assets/data/nsi/logos/303d35-fe8e31.undefined", "osmTags": { "and": [ "office=insurance", @@ -435696,7 +378490,6 @@ }, { "question": "Белкоопстрах", - "icon": "./assets/data/nsi/logos/2c8da4-fe8e31.undefined", "osmTags": { "and": [ "office=insurance", @@ -435747,7 +378540,6 @@ }, { "question": "Капитал Life", - "icon": "./assets/data/nsi/logos/35e0a9-1dd572.undefined", "osmTags": { "and": [ "office=insurance", @@ -435959,7 +378751,6 @@ }, { "question": "Югория", - "icon": "./assets/data/nsi/logos/ba17b3-1dd572.undefined", "osmTags": { "and": [ "office=insurance", @@ -436016,7 +378807,6 @@ }, { "question": "იმედი L", - "icon": "./assets/data/nsi/logos/imedil-bd4122.undefined", "osmTags": { "and": [ "office=insurance", @@ -436079,7 +378869,6 @@ }, { "question": "الشركة الوطنية للتأمين", - "icon": "./assets/data/nsi/logos/991f5d-95ca40.undefined", "osmTags": { "and": [ "office=insurance", @@ -436094,7 +378883,6 @@ }, { "question": "الصندوق الوطني للتأمينات الاجتماعية للعمال الأجراء", - "icon": "./assets/data/nsi/logos/e56dcd-95ca40.undefined", "osmTags": { "and": [ "office=insurance", @@ -436113,7 +378901,6 @@ }, { "question": "بیمه آسیا", - "icon": "./assets/data/nsi/logos/70bf8c-cf8369.undefined", "osmTags": { "and": [ "office=insurance", @@ -436148,7 +378935,6 @@ }, { "question": "ほけんの窓口", - "icon": "./assets/data/nsi/logos/45e8e0-7cc2d1.undefined", "osmTags": { "and": [ "office=insurance", @@ -436165,7 +378951,6 @@ }, { "question": "中国人寿保险", - "icon": "./assets/data/nsi/logos/chinalifeinsurance-a9e4d2.undefined", "osmTags": { "and": [ "office=insurance", @@ -436207,7 +378992,6 @@ }, { "question": "中国太平", - "icon": "./assets/data/nsi/logos/chinataiping-07bd2d.undefined", "osmTags": { "and": [ "office=insurance", @@ -436299,7 +379083,6 @@ }, { "question": "保険クリニック", - "icon": "./assets/data/nsi/logos/hokenclinic-7cc2d1.undefined", "osmTags": { "and": [ "office=insurance", @@ -436483,7 +379266,6 @@ }, { "question": "臺灣產物保險", - "icon": "./assets/data/nsi/logos/taiwanfireandmarineinsurance-6809cb.undefined", "osmTags": { "and": [ "office=insurance", @@ -436503,7 +379285,6 @@ }, { "question": "華南保險", - "icon": "./assets/data/nsi/logos/southchinainsurance-6809cb.undefined", "osmTags": { "and": [ "office=insurance", @@ -436524,7 +379305,6 @@ }, { "question": "Custard Insurance Adjusters", - "icon": "./assets/data/nsi/logos/custardinsuranceadjusters-b5ad78.undefined", "osmTags": { "and": [ "office=insurance_adjuster", @@ -436557,7 +379337,6 @@ }, { "question": "Randstad Digital", - "icon": "./assets/data/nsi/logos/randstaddigital-ae4dd7.undefined", "osmTags": { "and": [ "office=it", @@ -436753,7 +379532,6 @@ }, { "question": "ФЦБ", - "icon": "./assets/data/nsi/logos/83196e-004ff8.undefined", "osmTags": { "and": [ "office=lawyer", @@ -436800,7 +379578,6 @@ }, { "question": "Pullman Go", - "icon": "./assets/data/nsi/logos/pullmango-af904d.undefined", "osmTags": { "and": [ "office=logistics", @@ -436815,7 +379592,6 @@ }, { "question": "Главдоставка", - "icon": "./assets/data/nsi/logos/091c3d-c1b6b2.undefined", "osmTags": { "and": [ "office=logistics", @@ -436830,7 +379606,6 @@ }, { "question": "ПЭК", - "icon": "./assets/data/nsi/logos/e98209-61c0ff.undefined", "osmTags": { "and": [ "office=logistics", @@ -436845,7 +379620,6 @@ }, { "question": "ПЭК: Easyway", - "icon": "./assets/data/nsi/logos/2f0574-c1b6b2.undefined", "osmTags": { "and": [ "office=logistics", @@ -436860,7 +379634,6 @@ }, { "question": "СберЛогистика", - "icon": "./assets/data/nsi/logos/e88b1e-c1b6b2.undefined", "osmTags": { "and": [ "office=logistics", @@ -436875,7 +379648,6 @@ }, { "question": "СДЭК", - "icon": "./assets/data/nsi/logos/5ac048-c1b6b2.undefined", "osmTags": { "and": [ "office=logistics", @@ -437098,7 +379870,6 @@ }, { "question": "アート引越センター", - "icon": "./assets/data/nsi/logos/the0123-b6b6de.undefined", "osmTags": { "and": [ "office=moving_company", @@ -437119,7 +379890,6 @@ }, { "question": "サカイ引越センター", - "icon": "./assets/data/nsi/logos/sakaimovingservice-b6b6de.undefined", "osmTags": { "and": [ "office=moving_company", @@ -437154,7 +379924,6 @@ }, { "question": "APC", - "icon": "./assets/data/nsi/logos/apc-a60dd5.undefined", "osmTags": { "and": [ "office=political_party", @@ -437169,7 +379938,6 @@ }, { "question": "APGA", - "icon": "./assets/data/nsi/logos/apga-a60dd5.undefined", "osmTags": { "and": [ "office=political_party", @@ -437335,7 +380103,6 @@ }, { "question": "Единая Россия", - "icon": "./assets/data/nsi/logos/c4c22a-49c81f.undefined", "osmTags": { "and": [ "office=political_party", @@ -437552,7 +380319,6 @@ }, { "question": "ACTEL", - "icon": "./assets/data/nsi/logos/actel-c9e0b0.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437631,7 +380397,6 @@ }, { "question": "CH L3T", - "icon": "./assets/data/nsi/logos/chl3t-9dd9f3.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437679,7 +380444,6 @@ }, { "question": "Humans", - "icon": "./assets/data/nsi/logos/humans-92de76.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437694,7 +380458,6 @@ }, { "question": "Indosat Ooredoo", - "icon": "./assets/data/nsi/logos/indosatooredoo-89d943.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437743,7 +380506,6 @@ }, { "question": "Mega", - "icon": "./assets/data/nsi/logos/mega-a496d9.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437779,7 +380541,6 @@ }, { "question": "O!Store", - "icon": "./assets/data/nsi/logos/ostore-a496d9.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437794,7 +380555,6 @@ }, { "question": "One", - "icon": "./assets/data/nsi/logos/one-84ab68.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -437933,7 +380693,6 @@ }, { "question": "Ucell", - "icon": "./assets/data/nsi/logos/ucell-92de76.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -438029,7 +380788,6 @@ }, { "question": "Казахтелеком", - "icon": "./assets/data/nsi/logos/01aaef-4679e0.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -438044,7 +380802,6 @@ }, { "question": "ТТК", - "icon": "./assets/data/nsi/logos/9086a6-d225a8.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -438059,7 +380816,6 @@ }, { "question": "მაგთი", - "icon": "./assets/data/nsi/logos/magti-0ca315.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -438083,7 +380839,6 @@ }, { "question": "სელფი", - "icon": "./assets/data/nsi/logos/cellfie-0ca315.undefined", "osmTags": { "and": [ "office=telecommunication", @@ -438571,7 +381326,6 @@ }, { "question": "AG Warehouse", - "icon": "./assets/data/nsi/logos/agwarehouse-4034ae.undefined", "osmTags": { "and": [ "shop=agrarian", @@ -438619,7 +381373,6 @@ }, { "question": "Grene", - "icon": "./assets/data/nsi/logos/grene-1828a7.undefined", "osmTags": { "and": [ "shop=agrarian", @@ -438718,7 +381471,6 @@ }, { "question": "1. day", - "icon": "./assets/data/nsi/logos/1day-41aec7.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438846,7 +381598,6 @@ }, { "question": "Bevco", - "icon": "./assets/data/nsi/logos/bevco-289791.undefined", "osmTags": { "and": [ "official_name=Kerala State Beverages Corporation Ltd", @@ -438879,7 +381630,6 @@ }, { "question": "Binny's Beverage Depot", - "icon": "./assets/data/nsi/logos/binnysbeveragedepot-b97ce0.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438895,7 +381645,6 @@ }, { "question": "Blue Bottle Liquors", - "icon": "./assets/data/nsi/logos/bluebottleliquors-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438911,7 +381660,6 @@ }, { "question": "Blue Bottle Liquors Express", - "icon": "./assets/data/nsi/logos/bluebottleliquorsexpress-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438927,7 +381675,6 @@ }, { "question": "Blue Bottle Liquors Platinum", - "icon": "./assets/data/nsi/logos/bluebottleliquorsplatinum-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438943,7 +381690,6 @@ }, { "question": "Blue Bottle Liquors XL", - "icon": "./assets/data/nsi/logos/bluebottleliquorsxl-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438959,7 +381705,6 @@ }, { "question": "Bottlemart", - "icon": "./assets/data/nsi/logos/bottlemart-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -438991,7 +381736,6 @@ }, { "question": "BWS", - "icon": "./assets/data/nsi/logos/bws-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439007,7 +381751,6 @@ }, { "question": "Carry Out", - "icon": "./assets/data/nsi/logos/carryout-986e1f.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439023,7 +381766,6 @@ }, { "question": "Cavavin", - "icon": "./assets/data/nsi/logos/cavavin-99d8dc.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439038,7 +381780,6 @@ }, { "question": "Cellarbrations", - "icon": "./assets/data/nsi/logos/cellarbrations-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439054,7 +381795,6 @@ }, { "question": "Clapton Craft", - "icon": "./assets/data/nsi/logos/claptoncraft-3cbb94.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439070,7 +381810,6 @@ }, { "question": "Dan Murphy's", - "icon": "./assets/data/nsi/logos/danmurphys-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439086,7 +381825,6 @@ }, { "question": "Dirck III", - "icon": "./assets/data/nsi/logos/dirckiii-e09280.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439102,7 +381840,6 @@ }, { "question": "Duncan's", - "icon": "./assets/data/nsi/logos/duncans-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439150,7 +381887,6 @@ }, { "question": "First Choice Liquor", - "icon": "./assets/data/nsi/logos/firstchoiceliquor-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439166,7 +381902,6 @@ }, { "question": "Gall & Gall", - "icon": "./assets/data/nsi/logos/gallandgall-e09280.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439198,7 +381933,6 @@ }, { "question": "Henry's", - "icon": "./assets/data/nsi/logos/henrys-a2b828.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439246,7 +381980,6 @@ }, { "question": "Ladoga Wine", - "icon": "./assets/data/nsi/logos/ladogawine-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439277,7 +382010,6 @@ }, { "question": "Legion Co", - "icon": "./assets/data/nsi/logos/legionco-8561ad.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439292,7 +382024,6 @@ }, { "question": "Liquor City", - "icon": "./assets/data/nsi/logos/liquorcity-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439308,7 +382039,6 @@ }, { "question": "Liquor Depot", - "icon": "./assets/data/nsi/logos/liquordepot-ca0076.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439323,7 +382053,6 @@ }, { "question": "Liquor Mart", - "icon": "./assets/data/nsi/logos/liquormart-009342.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439342,7 +382071,6 @@ }, { "question": "Liquorland (Australia)", - "icon": "./assets/data/nsi/logos/liquorland-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439358,7 +382086,6 @@ }, { "question": "Liquorland (New Zealand)", - "icon": "./assets/data/nsi/logos/liquorland-a2b828.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439406,7 +382133,6 @@ }, { "question": "Majestic", - "icon": "./assets/data/nsi/logos/majestic-30632a.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439422,7 +382148,6 @@ }, { "question": "Market Liquors", - "icon": "./assets/data/nsi/logos/marketliquors-4c7c64.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439454,7 +382179,6 @@ }, { "question": "Modelorama", - "icon": "./assets/data/nsi/logos/modelorama-773a77.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439470,7 +382194,6 @@ }, { "question": "Mr Liquor", - "icon": "./assets/data/nsi/logos/mrliquor-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439519,7 +382242,6 @@ }, { "question": "NSLC", - "icon": "./assets/data/nsi/logos/nslc-7529e3.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439535,7 +382257,6 @@ }, { "question": "O'Briens Wine", - "icon": "./assets/data/nsi/logos/obriens-986e1f.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439551,7 +382272,6 @@ }, { "question": "OK Liquor", - "icon": "./assets/data/nsi/logos/okliquor-fbe625.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439583,7 +382303,6 @@ }, { "question": "Prestons", - "icon": "./assets/data/nsi/logos/prestons-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439599,7 +382318,6 @@ }, { "question": "Prolicor", - "icon": "./assets/data/nsi/logos/prolicor-ed57fa.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439614,7 +382332,6 @@ }, { "question": "SAQ", - "icon": "./assets/data/nsi/logos/saq-c2c781.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439630,7 +382347,6 @@ }, { "question": "SAQ Express", - "icon": "./assets/data/nsi/logos/saqexpress-ebcba4.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439646,7 +382362,6 @@ }, { "question": "SAQ Sélection", - "icon": "./assets/data/nsi/logos/saqselection-ebcba4.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439662,7 +382377,6 @@ }, { "question": "Smugglers / სმაგლერსი / Смаглерс", - "icon": "./assets/data/nsi/logos/smugglers-2cfee4.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439700,7 +382414,6 @@ }, { "question": "Spec's", - "icon": "./assets/data/nsi/logos/specs-a9ed82.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439716,7 +382429,6 @@ }, { "question": "Super Liquor", - "icon": "./assets/data/nsi/logos/superliquor-a2b828.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439764,7 +382476,6 @@ }, { "question": "The Bottle-O", - "icon": "./assets/data/nsi/logos/thebottleo-a2b828.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439780,7 +382491,6 @@ }, { "question": "Thirsty Camel", - "icon": "./assets/data/nsi/logos/thirstycamel-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439796,7 +382506,6 @@ }, { "question": "Thirsty Liquor", - "icon": "./assets/data/nsi/logos/thirstyliquor-a2b828.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439811,7 +382520,6 @@ }, { "question": "Tops at Spar", - "icon": "./assets/data/nsi/logos/topsatspar-67025f.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439828,7 +382536,6 @@ }, { "question": "Total Wine", - "icon": "./assets/data/nsi/logos/totalwine-2740a5.undefined", "osmTags": { "and": [ "official_name=Total Wine & More", @@ -439845,7 +382552,6 @@ }, { "question": "Ultra Liquors", - "icon": "./assets/data/nsi/logos/ultraliquors-cebc42.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439893,7 +382599,6 @@ }, { "question": "Vintage Cellars", - "icon": "./assets/data/nsi/logos/vintagecellars-cb3c62.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439925,7 +382630,6 @@ }, { "question": "Volna", - "icon": "./assets/data/nsi/logos/volna-1b6876.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439940,7 +382644,6 @@ }, { "question": "Аванти", - "icon": "./assets/data/nsi/logos/avanti-059946.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439958,7 +382661,6 @@ }, { "question": "Алкомаркет", - "icon": "./assets/data/nsi/logos/4b1e16-1b6876.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -439973,7 +382675,6 @@ }, { "question": "Алкотека", - "icon": "./assets/data/nsi/logos/f6b7b7-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440004,7 +382705,6 @@ }, { "question": "Барик", - "icon": "./assets/data/nsi/logos/acee20-1b6876.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440019,7 +382719,6 @@ }, { "question": "Біле Сухе", - "icon": "./assets/data/nsi/logos/8126ac-345467.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440067,7 +382766,6 @@ }, { "question": "Виноград", - "icon": "./assets/data/nsi/logos/eaf1c4-079ad0.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440098,7 +382796,6 @@ }, { "question": "Горилка", - "icon": "./assets/data/nsi/logos/94e163-892b0a.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440113,7 +382810,6 @@ }, { "question": "Градус", - "icon": "./assets/data/nsi/logos/1238a0-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440128,7 +382824,6 @@ }, { "question": "Градусы", - "icon": "./assets/data/nsi/logos/3b4761-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440160,7 +382855,6 @@ }, { "question": "Кристалл", - "icon": "./assets/data/nsi/logos/a1e123-837fe2.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440175,7 +382869,6 @@ }, { "question": "Лион", - "icon": "./assets/data/nsi/logos/f36ff3-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440190,7 +382883,6 @@ }, { "question": "Мавт-Винотека", - "icon": "./assets/data/nsi/logos/5f2571-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440205,7 +382897,6 @@ }, { "question": "Минск Кристалл", - "icon": "./assets/data/nsi/logos/minskkristall-b2a55f.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440245,7 +382936,6 @@ }, { "question": "Отдохни", - "icon": "./assets/data/nsi/logos/ce98a7-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440260,7 +382950,6 @@ }, { "question": "Пив&ко", - "icon": "./assets/data/nsi/logos/c40606-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440275,7 +382964,6 @@ }, { "question": "Пивной двор", - "icon": "./assets/data/nsi/logos/665d88-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440290,7 +382978,6 @@ }, { "question": "Пивоман", - "icon": "./assets/data/nsi/logos/b56713-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440305,7 +382992,6 @@ }, { "question": "Пивточка", - "icon": "./assets/data/nsi/logos/7a67d2-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440321,7 +383007,6 @@ }, { "question": "Порт маркет", - "icon": "./assets/data/nsi/logos/c73bf3-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440336,7 +383021,6 @@ }, { "question": "Разливной рай", - "icon": "./assets/data/nsi/logos/e600ce-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440351,7 +383035,6 @@ }, { "question": "РосАл", - "icon": "./assets/data/nsi/logos/e0b675-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440367,7 +383050,6 @@ }, { "question": "Русалка", - "icon": "./assets/data/nsi/logos/84cfca-b9f2fe.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440382,7 +383064,6 @@ }, { "question": "Семь Пятниц", - "icon": "./assets/data/nsi/logos/52430e-b2a55f.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440413,7 +383094,6 @@ }, { "question": "ალკორიუმი", - "icon": "./assets/data/nsi/logos/alcorium-2cfee4.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440435,7 +383115,6 @@ }, { "question": "カクヤス", - "icon": "./assets/data/nsi/logos/kakuyasu-42f62c.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440455,7 +383134,6 @@ }, { "question": "やまや", - "icon": "./assets/data/nsi/logos/yamaya-42f62c.undefined", "osmTags": { "and": [ "shop=alcohol", @@ -440681,7 +383359,6 @@ }, { "question": "Gollo", - "icon": "./assets/data/nsi/logos/gollo-a110c3.undefined", "osmTags": { "and": [ "shop=appliance", @@ -440712,7 +383389,6 @@ }, { "question": "Tien21", - "icon": "./assets/data/nsi/logos/tien21-5228b9.undefined", "osmTags": { "and": [ "shop=appliance", @@ -440924,7 +383600,6 @@ }, { "question": "Bébé 9", - "icon": "./assets/data/nsi/logos/bebe9-e7ec7f.undefined", "osmTags": { "and": [ "shop=baby_goods", @@ -440971,7 +383646,6 @@ }, { "question": "Dreambaby", - "icon": "./assets/data/nsi/logos/dreambaby-c0a64f.undefined", "osmTags": { "and": [ "shop=baby_goods", @@ -441534,7 +384208,6 @@ }, { "question": "AILI", - "icon": "./assets/data/nsi/logos/aili-c0ca1d.undefined", "osmTags": { "and": [ "shop=bakery", @@ -441613,7 +384286,6 @@ }, { "question": "Augustin", - "icon": "./assets/data/nsi/logos/augustin-09ad2c.undefined", "osmTags": { "and": [ "shop=bakery", @@ -441982,7 +384654,6 @@ }, { "question": "Banette", - "icon": "./assets/data/nsi/logos/banette-731a34.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442063,7 +384734,6 @@ }, { "question": "Boulangerie Feuillette", - "icon": "./assets/data/nsi/logos/boulangeriefeuillette-09ad2c.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442078,7 +384748,6 @@ }, { "question": "Boulangerie Louise (Belgique)", - "icon": "./assets/data/nsi/logos/boulangerielouise-86a1c8.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442174,7 +384843,6 @@ }, { "question": "Bröd & Salt", - "icon": "./assets/data/nsi/logos/brodandsalt-8825f8.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442302,7 +384970,6 @@ }, { "question": "Castaño", - "icon": "./assets/data/nsi/logos/castano-d517a1.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442383,7 +385050,6 @@ }, { "question": "Dallmeyers Backhus", - "icon": "./assets/data/nsi/logos/dallmeyersbackhus-3f448e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442447,7 +385113,6 @@ }, { "question": "Der Bäcker Eifler", - "icon": "./assets/data/nsi/logos/derbackereifler-3aeac5.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442896,7 +385561,6 @@ }, { "question": "Haubis", - "icon": "./assets/data/nsi/logos/haubis-2e087b.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442911,7 +385575,6 @@ }, { "question": "Hert", - "icon": "./assets/data/nsi/logos/hert-839c38.undefined", "osmTags": { "and": [ "shop=bakery", @@ -442991,7 +385654,6 @@ }, { "question": "Hosselmann", - "icon": "./assets/data/nsi/logos/hosselmann-3f448e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443039,7 +385701,6 @@ }, { "question": "Il Fornaio", - "icon": "./assets/data/nsi/logos/ilfornaio-f9fe3a.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443054,7 +385715,6 @@ }, { "question": "Il Forno", - "icon": "./assets/data/nsi/logos/ilforno-f9fe3a.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443069,7 +385729,6 @@ }, { "question": "Il Pane Quotidiano", - "icon": "./assets/data/nsi/logos/ilpanequotidiano-f9fe3a.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443212,7 +385871,6 @@ }, { "question": "KONRAD", - "icon": "./assets/data/nsi/logos/konrad-72c555.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443276,7 +385934,6 @@ }, { "question": "La Panetière", - "icon": "./assets/data/nsi/logos/lapanetiere-09ad2c.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443596,7 +386253,6 @@ }, { "question": "Mariette", - "icon": "./assets/data/nsi/logos/mariette-09ad2c.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443788,7 +386444,6 @@ }, { "question": "Nur Hier", - "icon": "./assets/data/nsi/logos/nurhier-3f448e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443804,7 +386459,6 @@ }, { "question": "Oebel", - "icon": "./assets/data/nsi/logos/oebel-f4e057.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443868,7 +386522,6 @@ }, { "question": "Pan de Manila", - "icon": "./assets/data/nsi/logos/pandemanila-b6c45f.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443883,7 +386536,6 @@ }, { "question": "Pan Pa' Ya!", - "icon": "./assets/data/nsi/logos/panpaya-db8524.undefined", "osmTags": { "and": [ "shop=bakery", @@ -443979,7 +386631,6 @@ }, { "question": "Pekara", - "icon": "./assets/data/nsi/logos/pekara-1ddcc2.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444010,7 +386661,6 @@ }, { "question": "Piekarenka", - "icon": "./assets/data/nsi/logos/piekarenka-839c38.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444041,7 +386691,6 @@ }, { "question": "Pod Telegrafem", - "icon": "./assets/data/nsi/logos/podtelegrafem-839c38.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444591,7 +387240,6 @@ }, { "question": "Uncle Tetsu's Cheesecake", - "icon": "./assets/data/nsi/logos/uncletetsuscheesecake-4f9c7f.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444785,7 +387433,6 @@ }, { "question": "Zeppitz", - "icon": "./assets/data/nsi/logos/zeppitz-6ec796.undefined", "osmTags": { "and": [ "cafe=yes", @@ -444857,7 +387504,6 @@ }, { "question": "Буханка", - "icon": "./assets/data/nsi/logos/bd6837-44faa4.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444892,7 +387538,6 @@ }, { "question": "Жар свежар", - "icon": "./assets/data/nsi/logos/0c0c80-44faa4.undefined", "osmTags": { "and": [ "shop=bakery", @@ -444923,7 +387568,6 @@ }, { "question": "Кулинария", - "icon": "./assets/data/nsi/logos/d614d4-44faa4.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445057,7 +387701,6 @@ }, { "question": "بربری", - "icon": "./assets/data/nsi/logos/68abe8-5b889e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445072,7 +387715,6 @@ }, { "question": "سنگک", - "icon": "./assets/data/nsi/logos/26eff6-5b889e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445087,7 +387729,6 @@ }, { "question": "سنگکی", - "icon": "./assets/data/nsi/logos/e0bc2e-5b889e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445102,7 +387743,6 @@ }, { "question": "لواشی", - "icon": "./assets/data/nsi/logos/7485cc-5b889e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445117,7 +387757,6 @@ }, { "question": "نانوایی تافتون", - "icon": "./assets/data/nsi/logos/7efbcd-5b889e.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445293,7 +387932,6 @@ }, { "question": "一之軒", - "icon": "./assets/data/nsi/logos/ijysheng-ea5ee6.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445313,7 +387951,6 @@ }, { "question": "乃が美", - "icon": "./assets/data/nsi/logos/nogami-59bce6.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445333,7 +387970,6 @@ }, { "question": "原麦山丘", - "icon": "./assets/data/nsi/logos/withwheat-c0ca1d.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445353,7 +387989,6 @@ }, { "question": "味多美", - "icon": "./assets/data/nsi/logos/wedome-c0ca1d.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445436,7 +388071,6 @@ }, { "question": "好利来", - "icon": "./assets/data/nsi/logos/holiland-c0ca1d.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445586,7 +388220,6 @@ }, { "question": "福利麵包", - "icon": "./assets/data/nsi/logos/floridabakery-ea5ee6.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445666,7 +388299,6 @@ }, { "question": "順成蛋糕", - "icon": "./assets/data/nsi/logos/shunchenbakery-ea5ee6.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445706,7 +388338,6 @@ }, { "question": "鲍师傅", - "icon": "./assets/data/nsi/logos/baospastry-4517b3.undefined", "osmTags": { "and": [ "shop=bakery", @@ -445842,7 +388473,6 @@ }, { "question": "Роскедр", - "icon": "./assets/data/nsi/logos/fb8660-1e460e.undefined", "osmTags": { "and": [ "shop=bathroom_furnishing", @@ -445857,7 +388487,6 @@ }, { "question": "Сантехника-Онлайн", - "icon": "./assets/data/nsi/logos/74b471-1e460e.undefined", "osmTags": { "and": [ "shop=bathroom_furnishing", @@ -445889,7 +388518,6 @@ }, { "question": "Anthony Vincé Nail Spa", - "icon": "./assets/data/nsi/logos/anthonyvincenailspa-cc0daa.undefined", "osmTags": { "and": [ "beauty=nails", @@ -445906,7 +388534,6 @@ }, { "question": "AYK Sonnenstudio", - "icon": "./assets/data/nsi/logos/ayksonnenstudio-fc55f7.undefined", "osmTags": { "and": [ "beauty=tanning", @@ -446041,7 +388668,6 @@ }, { "question": "DaVi Nails", - "icon": "./assets/data/nsi/logos/davinails-4be8e1.undefined", "osmTags": { "and": [ "beauty=nails", @@ -446075,7 +388701,6 @@ }, { "question": "Dépil Tech", - "icon": "./assets/data/nsi/logos/depiltech-b52040.undefined", "osmTags": { "and": [ "beauty=hair_removal", @@ -446211,7 +388836,6 @@ }, { "question": "G Point", - "icon": "./assets/data/nsi/logos/gpoint-ca09a7.undefined", "osmTags": { "and": [ "beauty=hair_removal", @@ -446245,7 +388869,6 @@ }, { "question": "Indigo Sun", - "icon": "./assets/data/nsi/logos/indigosun-b1b019.undefined", "osmTags": { "and": [ "beauty=tanning", @@ -446262,7 +388885,6 @@ }, { "question": "Laser Love", - "icon": "./assets/data/nsi/logos/laserlove-ac8d4a.undefined", "osmTags": { "and": [ "beauty=hair_removal", @@ -446329,7 +388951,6 @@ }, { "question": "Nails for You", - "icon": "./assets/data/nsi/logos/nailsforyou-8ad523.undefined", "osmTags": { "and": [ "beauty=nails", @@ -446380,7 +389001,6 @@ }, { "question": "Perfect Brows NYC", - "icon": "./assets/data/nsi/logos/perfectbrowsnyc-e20802.undefined", "osmTags": { "and": [ "beauty=eyebrow;eyelash;waxing", @@ -446447,7 +389067,6 @@ }, { "question": "Seva Beauty", - "icon": "./assets/data/nsi/logos/sevabeauty-cc0daa.undefined", "osmTags": { "and": [ "beauty=hair;skin_care;waxing;eyebrow;eyelash;cosmetics;makeup", @@ -446652,7 +389271,6 @@ }, { "question": "Персона", - "icon": "./assets/data/nsi/logos/persona-ac8d4a.undefined", "osmTags": { "and": [ "beauty=cosmetics", @@ -446673,7 +389291,6 @@ }, { "question": "Сахар", - "icon": "./assets/data/nsi/logos/580dc8-69d6f1.undefined", "osmTags": { "and": [ "beauty=hair;hair_removal", @@ -446768,7 +389385,6 @@ }, { "question": "Arya Home", - "icon": "./assets/data/nsi/logos/aryahome-e3cd64.undefined", "osmTags": { "and": [ "shop=bed", @@ -446895,7 +389511,6 @@ }, { "question": "Beyosa", - "icon": "./assets/data/nsi/logos/beyosa-e3cd64.undefined", "osmTags": { "and": [ "shop=bed", @@ -447249,7 +389864,6 @@ }, { "question": "Ormatek", - "icon": "./assets/data/nsi/logos/ormatek-e3cd64.undefined", "osmTags": { "and": [ "shop=bed", @@ -447536,7 +390150,6 @@ }, { "question": "Benz Wein- und Getränkemarkt", - "icon": "./assets/data/nsi/logos/benzweinundgetrankemarkt-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447600,7 +390213,6 @@ }, { "question": "Finkbeiner", - "icon": "./assets/data/nsi/logos/finkbeiner-4a45fb.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447616,7 +390228,6 @@ }, { "question": "Fränky Getränkemarkt", - "icon": "./assets/data/nsi/logos/frankygetrankemarkt-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447648,7 +390259,6 @@ }, { "question": "Getränke Arena", - "icon": "./assets/data/nsi/logos/getrankearena-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447664,7 +390274,6 @@ }, { "question": "Getränke City", - "icon": "./assets/data/nsi/logos/getrankecity-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447744,7 +390353,6 @@ }, { "question": "Getränkewelt (HSE)", - "icon": "./assets/data/nsi/logos/getrankewelt-fe99b7.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447776,7 +390384,6 @@ }, { "question": "Hörl", - "icon": "./assets/data/nsi/logos/horl-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447889,7 +390496,6 @@ }, { "question": "Sobi", - "icon": "./assets/data/nsi/logos/sobi-c4cb62.undefined", "osmTags": { "and": [ "shop=beverages", @@ -447989,7 +390595,6 @@ }, { "question": "Amslod Experience Center", - "icon": "./assets/data/nsi/logos/amslodexperiencecenter-a0a74d.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448101,7 +390706,6 @@ }, { "question": "Cycle Lab", - "icon": "./assets/data/nsi/logos/cyclelab-d271c4.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448165,7 +390769,6 @@ }, { "question": "Fietswereld", - "icon": "./assets/data/nsi/logos/fietswereld-a0a74d.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448358,7 +390961,6 @@ }, { "question": "Wim", - "icon": "./assets/data/nsi/logos/wim-ae2479.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448389,7 +390991,6 @@ }, { "question": "Веломарка", - "icon": "./assets/data/nsi/logos/0d5775-20b41a.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448467,7 +391068,6 @@ }, { "question": "上海永久", - "icon": "./assets/data/nsi/logos/forever-88c22b.undefined", "osmTags": { "and": [ "shop=bicycle", @@ -448579,7 +391179,6 @@ }, { "question": "Admiral Sportwetten", - "icon": "./assets/data/nsi/logos/admiralsportwetten-429109.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448594,7 +391193,6 @@ }, { "question": "ATG", - "icon": "./assets/data/nsi/logos/atg-4ea78e.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448610,7 +391208,6 @@ }, { "question": "Bar One Racing", - "icon": "./assets/data/nsi/logos/baroneracing-15bf4d.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448626,7 +391223,6 @@ }, { "question": "BetBoom", - "icon": "./assets/data/nsi/logos/betboom-867318.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448641,7 +391237,6 @@ }, { "question": "Betcity", - "icon": "./assets/data/nsi/logos/betcity-867318.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448688,7 +391283,6 @@ }, { "question": "Casa Pariurilor", - "icon": "./assets/data/nsi/logos/casapariurilor-75c28e.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448703,7 +391297,6 @@ }, { "question": "Coral", - "icon": "./assets/data/nsi/logos/coral-58d00b.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448719,7 +391312,6 @@ }, { "question": "efbet", - "icon": "./assets/data/nsi/logos/efbet-2c18db.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448753,7 +391345,6 @@ }, { "question": "Fortuna", - "icon": "./assets/data/nsi/logos/fortuna-70887d.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448769,7 +391360,6 @@ }, { "question": "GoldBet", - "icon": "./assets/data/nsi/logos/goldbet-d45505.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448785,7 +391375,6 @@ }, { "question": "JenningsBet", - "icon": "./assets/data/nsi/logos/jenningsbet-58d00b.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448801,7 +391390,6 @@ }, { "question": "Joe Jennings", - "icon": "./assets/data/nsi/logos/joejennings-58d00b.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448817,7 +391405,6 @@ }, { "question": "Kiosque LONASE", - "icon": "./assets/data/nsi/logos/kiosquelonase-97c74a.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448848,7 +391435,6 @@ }, { "question": "Meridianbet (Malta/Србија)", - "icon": "./assets/data/nsi/logos/meridianbet-3e5359.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448864,7 +391450,6 @@ }, { "question": "Meridianbet (Tanzania)", - "icon": "./assets/data/nsi/logos/meridianbet-7983f2.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448880,7 +391465,6 @@ }, { "question": "Mozzart", - "icon": "./assets/data/nsi/logos/mozzart-663a2d.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448927,7 +391511,6 @@ }, { "question": "SNAI", - "icon": "./assets/data/nsi/logos/snai-d45505.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448959,7 +391542,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-6e9609.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -448990,7 +391572,6 @@ }, { "question": "TAB (Australia)", - "icon": "./assets/data/nsi/logos/tab-21679e.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -449006,7 +391587,6 @@ }, { "question": "TAB (New Zealand)", - "icon": "./assets/data/nsi/logos/tab-c21655.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -449038,7 +391618,6 @@ }, { "question": "Tipsport", - "icon": "./assets/data/nsi/logos/tipsport-d9567a.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -449070,7 +391649,6 @@ }, { "question": "ΟΠΑΠ", - "icon": "./assets/data/nsi/logos/942bba-caf969.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -449086,7 +391664,6 @@ }, { "question": "Лига ставок", - "icon": "./assets/data/nsi/logos/ligastavok-867318.undefined", "osmTags": { "and": [ "shop=bookmaker", @@ -449158,7 +391735,6 @@ }, { "question": "AKO", - "icon": "./assets/data/nsi/logos/ako-1267b5.undefined", "osmTags": { "and": [ "shop=books", @@ -449174,7 +391750,6 @@ }, { "question": "Alpha Buchhandlung", - "icon": "./assets/data/nsi/logos/alphabuchhandlung-65e1d5.undefined", "osmTags": { "and": [ "shop=books", @@ -449206,7 +391781,6 @@ }, { "question": "Ark bokhandel", - "icon": "./assets/data/nsi/logos/ark-ed60d1.undefined", "osmTags": { "and": [ "shop=books", @@ -449478,7 +392052,6 @@ }, { "question": "Christian Science Reading Room", - "icon": "./assets/data/nsi/logos/christiansciencereadingroom-1bd7b6.undefined", "osmTags": { "and": [ "books=religion", @@ -450589,7 +393162,6 @@ }, { "question": "Whitcoulls", - "icon": "./assets/data/nsi/logos/whitcoulls-fe66a8.undefined", "osmTags": { "and": [ "shop=books", @@ -450661,7 +393233,6 @@ }, { "question": "Буквоед", - "icon": "./assets/data/nsi/logos/9698e8-4175bc.undefined", "osmTags": { "and": [ "shop=books", @@ -450863,7 +393434,6 @@ }, { "question": "مكتبة العبيكان", - "icon": "./assets/data/nsi/logos/obeikanstores-9ea300.undefined", "osmTags": { "and": [ "shop=books", @@ -450903,7 +393473,6 @@ }, { "question": "あおい書店", - "icon": "./assets/data/nsi/logos/aoi-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -450923,7 +393492,6 @@ }, { "question": "オリオン書房", - "icon": "./assets/data/nsi/logos/orionbooks-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -450943,7 +393511,6 @@ }, { "question": "くまざわ書店", - "icon": "./assets/data/nsi/logos/kumazawabooks-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -451025,7 +393592,6 @@ }, { "question": "ブックファースト", - "icon": "./assets/data/nsi/logos/book1st-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -451135,7 +393701,6 @@ }, { "question": "中信书店", - "icon": "./assets/data/nsi/logos/citicbooks-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451185,7 +393750,6 @@ }, { "question": "丸善", - "icon": "./assets/data/nsi/logos/maruzen-39c53e.undefined", "osmTags": { "and": [ "official_name=丸善雄松堂", @@ -451238,7 +393802,6 @@ }, { "question": "墊腳石圖書文化廣場", - "icon": "./assets/data/nsi/logos/steppingstonebookstore-06f630.undefined", "osmTags": { "and": [ "shop=books", @@ -451258,7 +393821,6 @@ }, { "question": "大众书局", - "icon": "./assets/data/nsi/logos/dazo-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451278,7 +393840,6 @@ }, { "question": "宮脇書店", - "icon": "./assets/data/nsi/logos/miyawakishoten-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -451298,7 +393859,6 @@ }, { "question": "当当阅界书店", - "icon": "./assets/data/nsi/logos/dangdangyuejiebookstore-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451318,7 +393878,6 @@ }, { "question": "文教堂", - "icon": "./assets/data/nsi/logos/bunkyodo-39c53e.undefined", "osmTags": { "and": [ "shop=books", @@ -451338,7 +393897,6 @@ }, { "question": "新华书店", - "icon": "./assets/data/nsi/logos/xinhuabookstore-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451398,7 +393956,6 @@ }, { "question": "樊登书店", - "icon": "./assets/data/nsi/logos/fandengbooks-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451418,7 +393975,6 @@ }, { "question": "猫的天空之城概念书店", - "icon": "./assets/data/nsi/logos/momicafe-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451481,7 +394037,6 @@ }, { "question": "西西弗书店", - "icon": "./assets/data/nsi/logos/sisyphebookstore-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451501,7 +394056,6 @@ }, { "question": "言几又", - "icon": "./assets/data/nsi/logos/yanjiyou-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451565,7 +394119,6 @@ }, { "question": "諾貝爾圖書城", - "icon": "./assets/data/nsi/logos/nobelbookstore-06f630.undefined", "osmTags": { "and": [ "shop=books", @@ -451605,7 +394158,6 @@ }, { "question": "墨格", - "icon": "./assets/data/nsi/logos/monogram-1c7751.undefined", "osmTags": { "and": [ "shop=books", @@ -451790,7 +394342,6 @@ }, { "question": "Mad Butcher", - "icon": "./assets/data/nsi/logos/madbutcher-79ce66.undefined", "osmTags": { "and": [ "shop=butcher", @@ -451876,7 +394427,6 @@ }, { "question": "Sklep mięsny Lenarcik", - "icon": "./assets/data/nsi/logos/sklepmiesnylenarcik-436f1d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452022,7 +394572,6 @@ }, { "question": "Дзержинка", - "icon": "./assets/data/nsi/logos/125474-42f5d4.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452037,7 +394586,6 @@ }, { "question": "Звениговский", - "icon": "./assets/data/nsi/logos/eff0d0-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452085,7 +394633,6 @@ }, { "question": "Мясницкий ряд", - "icon": "./assets/data/nsi/logos/bd0342-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452100,7 +394647,6 @@ }, { "question": "Мясной Гурман", - "icon": "./assets/data/nsi/logos/940f20-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452115,7 +394661,6 @@ }, { "question": "Мясной двор", - "icon": "./assets/data/nsi/logos/238cde-2de669.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452146,7 +394691,6 @@ }, { "question": "Окраина", - "icon": "./assets/data/nsi/logos/dae2d2-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452197,7 +394741,6 @@ }, { "question": "Фермер", - "icon": "./assets/data/nsi/logos/8449ac-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452212,7 +394755,6 @@ }, { "question": "Ярославский бройлер", - "icon": "./assets/data/nsi/logos/e95a6d-6e607d.undefined", "osmTags": { "and": [ "shop=butcher", @@ -452468,7 +395010,6 @@ }, { "question": "Nectar", - "icon": "./assets/data/nsi/logos/nectar-9a088f.undefined", "osmTags": { "and": [ "shop=cannabis", @@ -452484,7 +395025,6 @@ }, { "question": "RISE", - "icon": "./assets/data/nsi/logos/rise-ce371d.undefined", "osmTags": { "and": [ "shop=cannabis", @@ -452500,7 +395040,6 @@ }, { "question": "Spiritleaf", - "icon": "./assets/data/nsi/logos/spiritleaf-2d441b.undefined", "osmTags": { "and": [ "shop=cannabis", @@ -452516,7 +395055,6 @@ }, { "question": "SQDC", - "icon": "./assets/data/nsi/logos/sqdc-5a109f.undefined", "osmTags": { "and": [ "min_age=21", @@ -452539,7 +395077,6 @@ }, { "question": "Sunnyside", - "icon": "./assets/data/nsi/logos/sunnyside-d4e7e6.undefined", "osmTags": { "and": [ "shop=cannabis", @@ -452555,7 +395092,6 @@ }, { "question": "Tokyo Smoke", - "icon": "./assets/data/nsi/logos/tokyosmoke-2d441b.undefined", "osmTags": { "and": [ "shop=cannabis", @@ -453054,7 +395590,6 @@ }, { "question": "Distinxion", - "icon": "./assets/data/nsi/logos/distinxion-9ceb2b.undefined", "osmTags": { "and": [ "shop=car", @@ -453135,7 +395670,6 @@ }, { "question": "Ewigo", - "icon": "./assets/data/nsi/logos/ewigo-9ceb2b.undefined", "osmTags": { "and": [ "shop=car", @@ -454186,7 +396720,6 @@ }, { "question": "Sytner Select", - "icon": "./assets/data/nsi/logos/sytnerselect-42e946.undefined", "osmTags": { "and": [ "shop=car", @@ -454406,7 +396939,6 @@ }, { "question": "スズキアリーナ", - "icon": "./assets/data/nsi/logos/suzukiarena-27c9bc.undefined", "osmTags": { "and": [ "shop=car", @@ -454871,7 +397403,6 @@ }, { "question": "Bitstop", - "icon": "./assets/data/nsi/logos/bitstop-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -454983,7 +397514,6 @@ }, { "question": "Exist.ru", - "icon": "./assets/data/nsi/logos/existru-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455031,7 +397561,6 @@ }, { "question": "FTZ", - "icon": "./assets/data/nsi/logos/ftz-29e157.undefined", "osmTags": { "and": [ "ref:DK:cvr=73648718", @@ -455048,7 +397577,6 @@ }, { "question": "GSF Car Parts", - "icon": "./assets/data/nsi/logos/gsfcarparts-078f70.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455131,7 +397659,6 @@ }, { "question": "Lada Dеталь", - "icon": "./assets/data/nsi/logos/e07a01-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455146,7 +397673,6 @@ }, { "question": "Lecar Store", - "icon": "./assets/data/nsi/logos/lecarstore-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455321,7 +397847,6 @@ }, { "question": "StarLine", - "icon": "./assets/data/nsi/logos/starline-672e72.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455369,7 +397894,6 @@ }, { "question": "Tokić", - "icon": "./assets/data/nsi/logos/tokic-5b5de8.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455418,7 +397942,6 @@ }, { "question": "Авто1", - "icon": "./assets/data/nsi/logos/224cf6-59fdca.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455433,7 +397956,6 @@ }, { "question": "Автомаркет", - "icon": "./assets/data/nsi/logos/91bc86-4d2c56.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455448,7 +397970,6 @@ }, { "question": "Автомиг", - "icon": "./assets/data/nsi/logos/2f7b71-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455463,7 +397984,6 @@ }, { "question": "Автомотив", - "icon": "./assets/data/nsi/logos/avtomotiv-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455480,7 +398000,6 @@ }, { "question": "Армтек", - "icon": "./assets/data/nsi/logos/armtek-d9332c.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455499,7 +398018,6 @@ }, { "question": "Армтэк (Беларусь)", - "icon": "./assets/data/nsi/logos/armtek-59fdca.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455520,7 +398038,6 @@ }, { "question": "Би-Би", - "icon": "./assets/data/nsi/logos/55d7a6-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455535,7 +398052,6 @@ }, { "question": "Колесо.ру", - "icon": "./assets/data/nsi/logos/37b991-a188f5.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455570,7 +398086,6 @@ }, { "question": "イエローハット", - "icon": "./assets/data/nsi/logos/yellowhat-e779db.undefined", "osmTags": { "and": [ "shop=car_parts", @@ -455846,7 +398361,6 @@ }, { "question": "AUTOPRIMO", - "icon": "./assets/data/nsi/logos/autoprimo-46d04a.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -455895,7 +398409,6 @@ }, { "question": "Bengkel", - "icon": "./assets/data/nsi/logos/bengkel-3b2bdc.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -456105,7 +398618,6 @@ }, { "question": "Confortauto", - "icon": "./assets/data/nsi/logos/confortauto-324afc.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -456202,7 +398714,6 @@ }, { "question": "Eneos Frontier", - "icon": "./assets/data/nsi/logos/eneosfrontier-aba9fa.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -456300,7 +398811,6 @@ }, { "question": "Fit Service", - "icon": "./assets/data/nsi/logos/fitservice-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -456563,7 +399073,6 @@ }, { "question": "mac OIL", - "icon": "./assets/data/nsi/logos/macoil-c95f1a.undefined", "osmTags": { "and": [ "service:vehicle:oil_change=yes", @@ -456629,7 +399138,6 @@ }, { "question": "Merchant's", - "icon": "./assets/data/nsi/logos/merchants-878d90.undefined", "osmTags": { "and": [ "official_name=Merchant's Tire and Auto", @@ -456907,7 +399415,6 @@ }, { "question": "Oficina", - "icon": "./assets/data/nsi/logos/oficina-3dbfde.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457036,7 +399543,6 @@ }, { "question": "Précisium", - "icon": "./assets/data/nsi/logos/precisium-46d04a.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457183,7 +399689,6 @@ }, { "question": "Service King", - "icon": "./assets/data/nsi/logos/serviceking-878d90.undefined", "osmTags": { "and": [ "service:vehicle:body_repair=yes", @@ -457414,7 +399919,6 @@ }, { "question": "Ultra Tune", - "icon": "./assets/data/nsi/logos/ultratune-c3960a.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457563,7 +400067,6 @@ }, { "question": "Автопилот", - "icon": "./assets/data/nsi/logos/5c641b-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457578,7 +400081,6 @@ }, { "question": "Вилгуд", - "icon": "./assets/data/nsi/logos/d692e0-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457593,7 +400095,6 @@ }, { "question": "Грузовой шиномонтаж", - "icon": "./assets/data/nsi/logos/69dc1e-18025f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457608,7 +400109,6 @@ }, { "question": "ЕвроАвто", - "icon": "./assets/data/nsi/logos/0fba71-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457623,7 +400123,6 @@ }, { "question": "Колесо", - "icon": "./assets/data/nsi/logos/koleso-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457640,7 +400139,6 @@ }, { "question": "Маслофф", - "icon": "./assets/data/nsi/logos/729e71-b8cc5f.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457695,7 +400193,6 @@ }, { "question": "小拇指", - "icon": "./assets/data/nsi/logos/suremoov-98f9a6.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -457715,7 +400212,6 @@ }, { "question": "歐特耐養護中心", - "icon": "./assets/data/nsi/logos/ottoline-2dd56c.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -458055,7 +400551,6 @@ }, { "question": "Distinxion", - "icon": "./assets/data/nsi/logos/distinxion-46d04a.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -458086,7 +400581,6 @@ }, { "question": "Ewigo", - "icon": "./assets/data/nsi/logos/ewigo-46d04a.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -459071,7 +401565,6 @@ }, { "question": "Sytner Select", - "icon": "./assets/data/nsi/logos/sytnerselect-3b6d68.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -459255,7 +401748,6 @@ }, { "question": "スズキアリーナ", - "icon": "./assets/data/nsi/logos/suzukiarena-aba9fa.undefined", "osmTags": { "and": [ "shop=car_repair", @@ -459934,7 +402426,6 @@ }, { "question": "Henry Laden", - "icon": "./assets/data/nsi/logos/henryladen-9c2239.undefined", "osmTags": { "and": [ "clothes=yes", @@ -460471,7 +402962,6 @@ }, { "question": "7 Дней", - "icon": "./assets/data/nsi/logos/023389-2141a5.undefined", "osmTags": { "and": [ "shop=chemist", @@ -460776,7 +403266,6 @@ }, { "question": "HB1", - "icon": "./assets/data/nsi/logos/hb1-23b697.undefined", "osmTags": { "and": [ "shop=chemist", @@ -460874,7 +403363,6 @@ }, { "question": "Liquimax", - "icon": "./assets/data/nsi/logos/liquimax-a85ca8.undefined", "osmTags": { "and": [ "shop=chemist", @@ -460940,7 +403428,6 @@ }, { "question": "Natura", - "icon": "./assets/data/nsi/logos/natura-650b49.undefined", "osmTags": { "and": [ "shop=chemist", @@ -461274,7 +403761,6 @@ }, { "question": "Новэкс", - "icon": "./assets/data/nsi/logos/4da500-2141a5.undefined", "osmTags": { "and": [ "shop=chemist", @@ -461311,7 +403797,6 @@ }, { "question": "Рубль Бум", - "icon": "./assets/data/nsi/logos/6390b4-2141a5.undefined", "osmTags": { "and": [ "shop=chemist", @@ -461367,7 +403852,6 @@ }, { "question": "コスモス", - "icon": "./assets/data/nsi/logos/ca9ccd-a211ef.undefined", "osmTags": { "and": [ "shop=chemist", @@ -461385,7 +403869,6 @@ }, { "question": "スギ薬局", - "icon": "./assets/data/nsi/logos/sugipharmacy-a211ef.undefined", "osmTags": { "and": [ "healthcare=pharmacy", @@ -461428,7 +403911,6 @@ }, { "question": "寶雅", - "icon": "./assets/data/nsi/logos/poya-ff929b.undefined", "osmTags": { "and": [ "shop=chemist", @@ -462323,7 +404805,6 @@ }, { "question": "Amazing red", - "icon": "./assets/data/nsi/logos/amazingred-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -462388,7 +404869,6 @@ }, { "question": "An Phước", - "icon": "./assets/data/nsi/logos/anphuoc-099fcb.undefined", "osmTags": { "and": [ "shop=clothes", @@ -462538,7 +405018,6 @@ }, { "question": "AOKI", - "icon": "./assets/data/nsi/logos/aoki-85f881.undefined", "osmTags": { "and": [ "clothes=men", @@ -462977,7 +405456,6 @@ }, { "question": "Bel&Bo", - "icon": "./assets/data/nsi/logos/belandbo-b561cd.undefined", "osmTags": { "and": [ "shop=clothes", @@ -463122,7 +405600,6 @@ }, { "question": "Biba", - "icon": "./assets/data/nsi/logos/biba-f8e8b1.undefined", "osmTags": { "and": [ "shop=clothes", @@ -463352,7 +405829,6 @@ }, { "question": "Boathouse", - "icon": "./assets/data/nsi/logos/boathouse-9e1367.undefined", "osmTags": { "and": [ "shop=clothes", @@ -463385,7 +405861,6 @@ }, { "question": "Bóboli", - "icon": "./assets/data/nsi/logos/boboli-9e078d.undefined", "osmTags": { "and": [ "shop=clothes", @@ -463834,7 +406309,6 @@ }, { "question": "Brother 2 Brother", - "icon": "./assets/data/nsi/logos/brother2brother-2df354.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464161,7 +406635,6 @@ }, { "question": "Camicissima", - "icon": "./assets/data/nsi/logos/camicissima-d72191.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464192,7 +406665,6 @@ }, { "question": "Camomilla", - "icon": "./assets/data/nsi/logos/camomilla-d72191.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464355,7 +406827,6 @@ }, { "question": "Carter's OshKosh", - "icon": "./assets/data/nsi/logos/cartersoshkosh-9e1367.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464424,7 +406895,6 @@ }, { "question": "Cato", - "icon": "./assets/data/nsi/logos/cato-0a21d9.undefined", "osmTags": { "and": [ "clothes=women", @@ -464524,7 +406994,6 @@ }, { "question": "Change Lingerie", - "icon": "./assets/data/nsi/logos/changelingerie-00a7af.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464572,7 +407041,6 @@ }, { "question": "Charuel", - "icon": "./assets/data/nsi/logos/charuel-fddf70.undefined", "osmTags": { "and": [ "shop=clothes", @@ -464733,7 +407201,6 @@ }, { "question": "City Chic", - "icon": "./assets/data/nsi/logos/citychic-2bb477.undefined", "osmTags": { "and": [ "shop=clothes", @@ -465127,7 +407594,6 @@ }, { "question": "Cotton On Kids", - "icon": "./assets/data/nsi/logos/cottononkids-3937bd.undefined", "osmTags": { "and": [ "clothes=children", @@ -465193,7 +407659,6 @@ }, { "question": "Cửa Hàng Thời Trang An Phước", - "icon": "./assets/data/nsi/logos/cuahangthoitranganphuoc-099fcb.undefined", "osmTags": { "and": [ "shop=clothes", @@ -465373,7 +407838,6 @@ }, { "question": "De Fursac", - "icon": "./assets/data/nsi/logos/defursac-819815.undefined", "osmTags": { "and": [ "clothes=men", @@ -465474,7 +407938,6 @@ }, { "question": "Desa", - "icon": "./assets/data/nsi/logos/desa-529415.undefined", "osmTags": { "and": [ "shop=clothes", @@ -465555,7 +408018,6 @@ }, { "question": "Didi", - "icon": "./assets/data/nsi/logos/didi-5eeeb4.undefined", "osmTags": { "and": [ "shop=clothes", @@ -465636,7 +408098,6 @@ }, { "question": "Discovery Expedition", - "icon": "./assets/data/nsi/logos/discoveryexpedition-d098b5.undefined", "osmTags": { "and": [ "clothes=outdoor", @@ -465782,7 +408243,6 @@ }, { "question": "Dream Sport", - "icon": "./assets/data/nsi/logos/dreamsport-e991b5.undefined", "osmTags": { "and": [ "shop=clothes", @@ -465863,7 +408323,6 @@ }, { "question": "Dub", - "icon": "./assets/data/nsi/logos/dub-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -466030,7 +408489,6 @@ }, { "question": "Ecru", - "icon": "./assets/data/nsi/logos/ecru-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -466660,7 +409118,6 @@ }, { "question": "Familia", - "icon": "./assets/data/nsi/logos/familia-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -466790,7 +409247,6 @@ }, { "question": "Flannels", - "icon": "./assets/data/nsi/logos/flannels-7b1694.undefined", "osmTags": { "and": [ "shop=clothes", @@ -467190,7 +409646,6 @@ }, { "question": "General Pants Co.", - "icon": "./assets/data/nsi/logos/generalpantsco-392c8b.undefined", "osmTags": { "and": [ "shop=clothes", @@ -467238,7 +409693,6 @@ }, { "question": "Georges Rech", - "icon": "./assets/data/nsi/logos/georgesrech-90f7b7.undefined", "osmTags": { "and": [ "clothes=women", @@ -467403,7 +409857,6 @@ }, { "question": "Globus", - "icon": "./assets/data/nsi/logos/globus-f8e8b1.undefined", "osmTags": { "and": [ "shop=clothes", @@ -467452,7 +409905,6 @@ }, { "question": "Golf & Co", - "icon": "./assets/data/nsi/logos/golfandco-e991b5.undefined", "osmTags": { "and": [ "shop=clothes", @@ -467801,7 +410253,6 @@ }, { "question": "Henderson", - "icon": "./assets/data/nsi/logos/henderson-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -468183,7 +410634,6 @@ }, { "question": "Inside", - "icon": "./assets/data/nsi/logos/inside-b8ad70.undefined", "osmTags": { "and": [ "shop=clothes", @@ -468198,7 +410648,6 @@ }, { "question": "International Clothiers", - "icon": "./assets/data/nsi/logos/internationalclothiers-9e1367.undefined", "osmTags": { "and": [ "shop=clothes", @@ -468513,7 +410962,6 @@ }, { "question": "Jeanswest", - "icon": "./assets/data/nsi/logos/jeanswest-2bb477.undefined", "osmTags": { "and": [ "clothes=denim", @@ -468828,7 +411276,6 @@ }, { "question": "Kanzler", - "icon": "./assets/data/nsi/logos/kanzler-102c33.undefined", "osmTags": { "and": [ "shop=clothes", @@ -468843,7 +411290,6 @@ }, { "question": "Kaporal", - "icon": "./assets/data/nsi/logos/kaporal-26f5aa.undefined", "osmTags": { "and": [ "shop=clothes", @@ -469745,7 +412191,6 @@ }, { "question": "Louis Philippe", - "icon": "./assets/data/nsi/logos/louisphilippe-f8e8b1.undefined", "osmTags": { "and": [ "shop=clothes", @@ -469944,7 +412389,6 @@ }, { "question": "Maag", - "icon": "./assets/data/nsi/logos/maag-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -470058,7 +412502,6 @@ }, { "question": "Mana", - "icon": "./assets/data/nsi/logos/mana-c5c387.undefined", "osmTags": { "and": [ "shop=clothes", @@ -470300,7 +412743,6 @@ }, { "question": "marmalato", - "icon": "./assets/data/nsi/logos/marmalato-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -470653,7 +413095,6 @@ }, { "question": "Mim", - "icon": "./assets/data/nsi/logos/mim-42f458.undefined", "osmTags": { "and": [ "shop=clothes", @@ -470668,7 +413109,6 @@ }, { "question": "Minimax", - "icon": "./assets/data/nsi/logos/minimax-e4d922.undefined", "osmTags": { "and": [ "shop=clothes", @@ -470783,7 +413223,6 @@ }, { "question": "Modis", - "icon": "./assets/data/nsi/logos/modis-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -471045,7 +413484,6 @@ }, { "question": "Mr Price Sport", - "icon": "./assets/data/nsi/logos/mrpricesport-445d46.undefined", "osmTags": { "and": [ "clothes=sports", @@ -471369,7 +413807,6 @@ }, { "question": "niko and ...", - "icon": "./assets/data/nsi/logos/nikoand-7d79a3.undefined", "osmTags": { "and": [ "clothes=men;women", @@ -471521,7 +413958,6 @@ }, { "question": "O'Hara", - "icon": "./assets/data/nsi/logos/ohara-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -471616,7 +414052,6 @@ }, { "question": "Oliver Grant", - "icon": "./assets/data/nsi/logos/olivergrant-9da203.undefined", "osmTags": { "and": [ "clothes=women;men", @@ -471683,7 +414118,6 @@ }, { "question": "Olympia", - "icon": "./assets/data/nsi/logos/olympia-90f7b7.undefined", "osmTags": { "and": [ "shop=clothes", @@ -471764,7 +414198,6 @@ }, { "question": "Optima", - "icon": "./assets/data/nsi/logos/optima-c4029f.undefined", "osmTags": { "and": [ "shop=clothes", @@ -472095,7 +414528,6 @@ }, { "question": "Peaceminusone", - "icon": "./assets/data/nsi/logos/peaceminusone-d098b5.undefined", "osmTags": { "and": [ "clothes=men;women", @@ -472406,7 +414838,6 @@ }, { "question": "Phildar", - "icon": "./assets/data/nsi/logos/phildar-90f7b7.undefined", "osmTags": { "and": [ "shop=clothes", @@ -472438,7 +414869,6 @@ }, { "question": "Pick n Pay Clothing", - "icon": "./assets/data/nsi/logos/picknpayclothing-d8fa37.undefined", "osmTags": { "and": [ "shop=clothes", @@ -472470,7 +414900,6 @@ }, { "question": "Pillin", - "icon": "./assets/data/nsi/logos/pillin-01213f.undefined", "osmTags": { "and": [ "shop=clothes", @@ -472603,7 +415032,6 @@ }, { "question": "Polarn O. Pyret", - "icon": "./assets/data/nsi/logos/polarnopyret-0779c3.undefined", "osmTags": { "and": [ "shop=clothes", @@ -473072,7 +415500,6 @@ }, { "question": "Reliance Trends", - "icon": "./assets/data/nsi/logos/reliancetrends-f8e8b1.undefined", "osmTags": { "and": [ "shop=clothes", @@ -473605,7 +416032,6 @@ }, { "question": "Savage", - "icon": "./assets/data/nsi/logos/savage-887b0b.undefined", "osmTags": { "and": [ "shop=clothes", @@ -473916,7 +416342,6 @@ }, { "question": "Sinéquanone", - "icon": "./assets/data/nsi/logos/sinequanone-f2b18a.undefined", "osmTags": { "and": [ "clothes=women", @@ -474015,7 +416440,6 @@ }, { "question": "SneakerBox", - "icon": "./assets/data/nsi/logos/sneakerbox-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474030,7 +416454,6 @@ }, { "question": "Soeur", - "icon": "./assets/data/nsi/logos/soeur-928473.undefined", "osmTags": { "and": [ "clothes=women", @@ -474299,7 +416722,6 @@ }, { "question": "Steps", - "icon": "./assets/data/nsi/logos/steps-91c4cd.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474330,7 +416752,6 @@ }, { "question": "Story", - "icon": "./assets/data/nsi/logos/story-e991b5.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474364,7 +416785,6 @@ }, { "question": "Street Beat", - "icon": "./assets/data/nsi/logos/streetbeat-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474411,7 +416831,6 @@ }, { "question": "Style", - "icon": "./assets/data/nsi/logos/style-1a591e.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474477,7 +416896,6 @@ }, { "question": "Sugar", - "icon": "./assets/data/nsi/logos/sugar-90f7b7.undefined", "osmTags": { "and": [ "clothes=women", @@ -474560,7 +416978,6 @@ }, { "question": "Sussan", - "icon": "./assets/data/nsi/logos/sussan-392c8b.undefined", "osmTags": { "and": [ "shop=clothes", @@ -474693,7 +417110,6 @@ }, { "question": "Tamrex", - "icon": "./assets/data/nsi/logos/tamrex-6c0c6e.undefined", "osmTags": { "and": [ "clothes=workwear", @@ -474991,7 +417407,6 @@ }, { "question": "The Vintage Store", - "icon": "./assets/data/nsi/logos/thevintagestore-2df354.undefined", "osmTags": { "and": [ "second_hand=only", @@ -475008,7 +417423,6 @@ }, { "question": "The Webster", - "icon": "./assets/data/nsi/logos/thewebster-0615dc.undefined", "osmTags": { "and": [ "shop=clothes", @@ -475260,7 +417674,6 @@ }, { "question": "Topten", - "icon": "./assets/data/nsi/logos/topten-d098b5.undefined", "osmTags": { "and": [ "clothes=children;men;women", @@ -475314,7 +417727,6 @@ }, { "question": "Totally Workwear", - "icon": "./assets/data/nsi/logos/totallyworkwear-392c8b.undefined", "osmTags": { "and": [ "clothes=workwear", @@ -475463,7 +417875,6 @@ }, { "question": "Twentyfourseven", - "icon": "./assets/data/nsi/logos/twentyfourseven-e991b5.undefined", "osmTags": { "and": [ "clothes=women;men", @@ -475479,7 +417890,6 @@ }, { "question": "Twilfit", - "icon": "./assets/data/nsi/logos/twilfit-0779c3.undefined", "osmTags": { "and": [ "shop=clothes", @@ -475954,7 +418364,6 @@ }, { "question": "Vib's", - "icon": "./assets/data/nsi/logos/vibs-4a3e29.undefined", "osmTags": { "and": [ "shop=clothes", @@ -476678,7 +419087,6 @@ }, { "question": "Yanga", - "icon": "./assets/data/nsi/logos/yanga-e991b5.undefined", "osmTags": { "and": [ "clothes=women", @@ -476747,7 +419155,6 @@ }, { "question": "Z", - "icon": "./assets/data/nsi/logos/z-90f7b7.undefined", "osmTags": { "and": [ "clothes=babies;children", @@ -476812,7 +419219,6 @@ }, { "question": "ZEB", - "icon": "./assets/data/nsi/logos/zeb-4b0b1d.undefined", "osmTags": { "and": [ "shop=clothes", @@ -476859,7 +419265,6 @@ }, { "question": "Zellbury", - "icon": "./assets/data/nsi/logos/zellbury-1a45bc.undefined", "osmTags": { "and": [ "clothes=children;men;women", @@ -476959,7 +419364,6 @@ }, { "question": "Zolla", - "icon": "./assets/data/nsi/logos/zolla-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -476974,7 +419378,6 @@ }, { "question": "Zudio", - "icon": "./assets/data/nsi/logos/zudio-f8e8b1.undefined", "osmTags": { "and": [ "shop=clothes", @@ -476990,7 +419393,6 @@ }, { "question": "Zuiki", - "icon": "./assets/data/nsi/logos/zuiki-d72191.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477021,7 +419423,6 @@ }, { "question": "Восток-Сервис", - "icon": "./assets/data/nsi/logos/589e34-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477036,7 +419437,6 @@ }, { "question": "Дефиле", - "icon": "./assets/data/nsi/logos/defile-7b6907.undefined", "osmTags": { "and": [ "clothes=underwear", @@ -477056,7 +419456,6 @@ }, { "question": "Ивановский трикотаж", - "icon": "./assets/data/nsi/logos/595f0d-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477071,7 +419470,6 @@ }, { "question": "Кыштымский трикотаж", - "icon": "./assets/data/nsi/logos/06d052-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477102,7 +419500,6 @@ }, { "question": "Мегахенд", - "icon": "./assets/data/nsi/logos/4ffff5-887b0b.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477117,7 +419514,6 @@ }, { "question": "Московская ярмарка", - "icon": "./assets/data/nsi/logos/ee81af-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477148,7 +419544,6 @@ }, { "question": "Планета", - "icon": "./assets/data/nsi/logos/cffad2-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477185,7 +419580,6 @@ }, { "question": "Смешные цены", - "icon": "./assets/data/nsi/logos/77a693-102c33.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477218,7 +419612,6 @@ }, { "question": "Сударь", - "icon": "./assets/data/nsi/logos/6bfc79-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477253,7 +419646,6 @@ }, { "question": "Франческо Маркони", - "icon": "./assets/data/nsi/logos/dd4f17-7b6907.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477453,7 +419845,6 @@ }, { "question": "シャンブル", - "icon": "./assets/data/nsi/logos/chambre-85f881.undefined", "osmTags": { "and": [ "shop=clothes", @@ -477753,7 +420144,6 @@ }, { "question": "波司登", - "icon": "./assets/data/nsi/logos/bosideng-88aa58.undefined", "osmTags": { "and": [ "shop=clothes", @@ -478123,7 +420513,6 @@ }, { "question": "PCデポ", - "icon": "./assets/data/nsi/logos/pcdepot-8cc09d.undefined", "osmTags": { "and": [ "shop=computer", @@ -478195,7 +420584,6 @@ }, { "question": "イオシス", - "icon": "./assets/data/nsi/logos/iosys-8cc09d.undefined", "osmTags": { "and": [ "shop=computer", @@ -478215,7 +420603,6 @@ }, { "question": "じゃんぱら", - "icon": "./assets/data/nsi/logos/janpara-8cc09d.undefined", "osmTags": { "and": [ "shop=computer", @@ -478235,7 +420622,6 @@ }, { "question": "ツクモ", - "icon": "./assets/data/nsi/logos/tsukumo-8cc09d.undefined", "osmTags": { "and": [ "shop=computer", @@ -478255,7 +420641,6 @@ }, { "question": "ドスパラ", - "icon": "./assets/data/nsi/logos/dospara-8cc09d.undefined", "osmTags": { "and": [ "shop=computer", @@ -478382,7 +420767,6 @@ }, { "question": "Bären-Treff", - "icon": "./assets/data/nsi/logos/barentreff-b9e3ac.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478398,7 +420782,6 @@ }, { "question": "Bärenland", - "icon": "./assets/data/nsi/logos/barenland-f63894.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478498,7 +420881,6 @@ }, { "question": "DeBeukelaer Factory Outlet", - "icon": "./assets/data/nsi/logos/debeukelaerfactoryoutlet-2c21b2.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478658,7 +421040,6 @@ }, { "question": "Kanti Sweets", - "icon": "./assets/data/nsi/logos/kantisweets-abc6d4.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478707,7 +421088,6 @@ }, { "question": "Kulikov", - "icon": "./assets/data/nsi/logos/kulikov-3f21b0.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478738,7 +421118,6 @@ }, { "question": "ODStore", - "icon": "./assets/data/nsi/logos/odstore-9a8bed.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478804,7 +421183,6 @@ }, { "question": "Safia", - "icon": "./assets/data/nsi/logos/safia-eb269c.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478851,7 +421229,6 @@ }, { "question": "Sri Krishna Sweets", - "icon": "./assets/data/nsi/logos/srikrishnasweets-abc6d4.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478883,7 +421260,6 @@ }, { "question": "T. SN", - "icon": "./assets/data/nsi/logos/tsn-32643e.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478930,7 +421306,6 @@ }, { "question": "Карамелька", - "icon": "./assets/data/nsi/logos/cf9c6a-caaf22.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478961,7 +421336,6 @@ }, { "question": "Лакомка", - "icon": "./assets/data/nsi/logos/lakomka-61c5bf.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -478978,7 +421352,6 @@ }, { "question": "Народный кондитер", - "icon": "./assets/data/nsi/logos/00218d-61c5bf.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -479013,7 +421386,6 @@ }, { "question": "Тәп-Тәтті", - "icon": "./assets/data/nsi/logos/e10bbc-1f3aa5.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -479028,7 +421400,6 @@ }, { "question": "Форне", - "icon": "./assets/data/nsi/logos/77990e-61c5bf.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -479083,7 +421454,6 @@ }, { "question": "シェ・レカミエ", - "icon": "./assets/data/nsi/logos/chezrecamier-59ea1b.undefined", "osmTags": { "and": [ "shop=confectionery", @@ -479179,7 +421549,6 @@ }, { "question": "108 Shop", - "icon": "./assets/data/nsi/logos/108shop-f572b3.undefined", "osmTags": { "and": [ "shop=convenience", @@ -479315,7 +421684,6 @@ }, { "question": "Abarrotes Lupita", - "icon": "./assets/data/nsi/logos/abarroteslupita-9d5235.undefined", "osmTags": { "and": [ "shop=convenience", @@ -479378,7 +421746,6 @@ }, { "question": "Admiral", - "icon": "./assets/data/nsi/logos/admiral-d554ea.undefined", "osmTags": { "and": [ "shop=convenience", @@ -479606,7 +421973,6 @@ }, { "question": "Alonit", - "icon": "./assets/data/nsi/logos/alonit-2f0294.undefined", "osmTags": { "and": [ "shop=convenience", @@ -479728,7 +422094,6 @@ }, { "question": "APlus (Sunoco)", - "icon": "./assets/data/nsi/logos/aplus-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480054,7 +422419,6 @@ }, { "question": "Big Bee", - "icon": "./assets/data/nsi/logos/bigbee-eea72f.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480106,7 +422470,6 @@ }, { "question": "Big Red Stores", - "icon": "./assets/data/nsi/logos/bigred-087ec0.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480122,7 +422485,6 @@ }, { "question": "Billa Now", - "icon": "./assets/data/nsi/logos/billanow-d41f40.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480138,7 +422500,6 @@ }, { "question": "Billa stop & shop", - "icon": "./assets/data/nsi/logos/billastopandshop-704eff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480154,7 +422515,6 @@ }, { "question": "Billa Unterwegs", - "icon": "./assets/data/nsi/logos/billaunterwegs-d41f40.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480202,7 +422562,6 @@ }, { "question": "Bon App!", - "icon": "./assets/data/nsi/logos/bonapp-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480234,7 +422593,6 @@ }, { "question": "Bonjour", - "icon": "./assets/data/nsi/logos/bonjour-4d6b4b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480442,7 +422800,6 @@ }, { "question": "Carrefour Montagne", - "icon": "./assets/data/nsi/logos/carrefourmontagne-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -480706,7 +423063,6 @@ }, { "question": "CJ More", - "icon": "./assets/data/nsi/logos/cjmore-f572b3.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481132,7 +423488,6 @@ }, { "question": "CP Freshmart", - "icon": "./assets/data/nsi/logos/cpfreshmart-f572b3.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481345,7 +423700,6 @@ }, { "question": "Delikatesy Centrum", - "icon": "./assets/data/nsi/logos/delikatesycentrum-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481361,7 +423715,6 @@ }, { "question": "Delikatesy Premium", - "icon": "./assets/data/nsi/logos/delikatesypremium-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481377,7 +423730,6 @@ }, { "question": "Delikatesy Sezam", - "icon": "./assets/data/nsi/logos/delikatesysezam-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481441,7 +423793,6 @@ }, { "question": "Diona", - "icon": "./assets/data/nsi/logos/diona-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481457,7 +423808,6 @@ }, { "question": "Direkten", - "icon": "./assets/data/nsi/logos/direkten-f5adeb.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481473,7 +423823,6 @@ }, { "question": "Douka", - "icon": "./assets/data/nsi/logos/douka-1c33c5.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481488,7 +423837,6 @@ }, { "question": "DriveCafe", - "icon": "./assets/data/nsi/logos/drivecafe-3015fb.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481503,7 +423851,6 @@ }, { "question": "Duchess", - "icon": "./assets/data/nsi/logos/duchess-439b0d.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481519,7 +423866,6 @@ }, { "question": "Duka", - "icon": "./assets/data/nsi/logos/duka-1ca326.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481534,7 +423880,6 @@ }, { "question": "EG Australia", - "icon": "./assets/data/nsi/logos/egaustralia-0b0ae9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481550,7 +423895,6 @@ }, { "question": "Ekomini", - "icon": "./assets/data/nsi/logos/ekomini-62eaab.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481614,7 +423958,6 @@ }, { "question": "Épi Service", - "icon": "./assets/data/nsi/logos/episervice-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481629,7 +423972,6 @@ }, { "question": "Epicier بقال", - "icon": "./assets/data/nsi/logos/0ae0d0-b6e881.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481724,7 +424066,6 @@ }, { "question": "Family Shopper", - "icon": "./assets/data/nsi/logos/familyshopper-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481789,7 +424130,6 @@ }, { "question": "Fastrac Cafe", - "icon": "./assets/data/nsi/logos/fastraccafe-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481901,7 +424241,6 @@ }, { "question": "Fresh Mart", - "icon": "./assets/data/nsi/logos/freshmart-f572b3.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481921,7 +424260,6 @@ }, { "question": "Freshmart", - "icon": "./assets/data/nsi/logos/freshmart-bb8a09.undefined", "osmTags": { "and": [ "shop=convenience", @@ -481952,7 +424290,6 @@ }, { "question": "Friendly Grocer", - "icon": "./assets/data/nsi/logos/friendlygrocer-0b0ae9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482016,7 +424353,6 @@ }, { "question": "Gama", - "icon": "./assets/data/nsi/logos/gama-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482031,7 +424367,6 @@ }, { "question": "GATE", - "icon": "./assets/data/nsi/logos/gate-243e0e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482047,7 +424382,6 @@ }, { "question": "Gavranović", - "icon": "./assets/data/nsi/logos/gavranovic-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482062,7 +424396,6 @@ }, { "question": "GetGo", - "icon": "./assets/data/nsi/logos/getgo-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482078,7 +424411,6 @@ }, { "question": "Go Local", - "icon": "./assets/data/nsi/logos/golocal-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482129,7 +424461,6 @@ }, { "question": "Good 2 Go", - "icon": "./assets/data/nsi/logos/good2go-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482177,7 +424508,6 @@ }, { "question": "Gulf Express", - "icon": "./assets/data/nsi/logos/gulfexpress-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482193,7 +424523,6 @@ }, { "question": "Gutkauf", - "icon": "./assets/data/nsi/logos/gutkauf-60c7fe.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482306,7 +424635,6 @@ }, { "question": "Huck's Food & Fuel", - "icon": "./assets/data/nsi/logos/hucksfoodandfuel-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482323,7 +424651,6 @@ }, { "question": "Hudson", - "icon": "./assets/data/nsi/logos/hudson-16ec4d.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482339,7 +424666,6 @@ }, { "question": "Hursts", - "icon": "./assets/data/nsi/logos/hursts-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482526,7 +424852,6 @@ }, { "question": "J&H Family Stores", - "icon": "./assets/data/nsi/logos/jandhfamilystores-d554ea.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482706,7 +425031,6 @@ }, { "question": "Kirana Pasal", - "icon": "./assets/data/nsi/logos/kiranapasal-70535b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482754,7 +425078,6 @@ }, { "question": "Konzum (Česko)", - "icon": "./assets/data/nsi/logos/konzum-65ae8a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482769,7 +425092,6 @@ }, { "question": "Koops", - "icon": "./assets/data/nsi/logos/koops-64a6c9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482784,7 +425106,6 @@ }, { "question": "Kropka", - "icon": "./assets/data/nsi/logos/kropka-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482815,7 +425136,6 @@ }, { "question": "Kuups", - "icon": "./assets/data/nsi/logos/kuups-dd9aae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -482978,7 +425298,6 @@ }, { "question": "le marché d'à côté", - "icon": "./assets/data/nsi/logos/lemarchedacote-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483106,7 +425425,6 @@ }, { "question": "Londis (UK)", - "icon": "./assets/data/nsi/logos/londis-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483122,7 +425440,6 @@ }, { "question": "Lonia", - "icon": "./assets/data/nsi/logos/lonia-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483306,7 +425623,6 @@ }, { "question": "Magnum", - "icon": "./assets/data/nsi/logos/magnum-7ad3ae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483321,7 +425637,6 @@ }, { "question": "Maisto prekės", - "icon": "./assets/data/nsi/logos/maistoprekes-64a6c9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483384,7 +425699,6 @@ }, { "question": "Margherita Conad", - "icon": "./assets/data/nsi/logos/margheritaconad-1aaf3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483400,7 +425714,6 @@ }, { "question": "Market \\ Xırdalan", - "icon": "./assets/data/nsi/logos/marketxirdalan-ef7cdd.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483449,7 +425762,6 @@ }, { "question": "Maveli Store", - "icon": "./assets/data/nsi/logos/mavelistore-bb430b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483517,7 +425829,6 @@ }, { "question": "Maxikiosco", - "icon": "./assets/data/nsi/logos/maxikiosco-478c1f.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483548,7 +425859,6 @@ }, { "question": "McColl's", - "icon": "./assets/data/nsi/logos/mccolls-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483596,7 +425906,6 @@ }, { "question": "Mesra", - "icon": "./assets/data/nsi/logos/mesra-3e5671.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483627,7 +425936,6 @@ }, { "question": "METSS", - "icon": "./assets/data/nsi/logos/metss-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483722,7 +426030,6 @@ }, { "question": "Mini top!", - "icon": "./assets/data/nsi/logos/minitop-401681.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483802,7 +426109,6 @@ }, { "question": "miniピアゴ", - "icon": "./assets/data/nsi/logos/minipiago-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483822,7 +426128,6 @@ }, { "question": "Mlin i pekare", - "icon": "./assets/data/nsi/logos/mlinipekare-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -483853,7 +426158,6 @@ }, { "question": "Môj obchod", - "icon": "./assets/data/nsi/logos/mojobchod-2496a5.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484208,7 +426512,6 @@ }, { "question": "NTL", - "icon": "./assets/data/nsi/logos/ntl-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484240,7 +426543,6 @@ }, { "question": "Odido", - "icon": "./assets/data/nsi/logos/odido-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484256,7 +426558,6 @@ }, { "question": "OK Express", - "icon": "./assets/data/nsi/logos/okexpress-22d46f.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484288,7 +426589,6 @@ }, { "question": "Okay Compact", - "icon": "./assets/data/nsi/logos/okaycompact-425fa5.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484460,7 +426760,6 @@ }, { "question": "Panamericana", - "icon": "./assets/data/nsi/logos/panamericana-915f01.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484475,7 +426774,6 @@ }, { "question": "Panier Sympa", - "icon": "./assets/data/nsi/logos/paniersympa-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484525,7 +426823,6 @@ }, { "question": "PDV", - "icon": "./assets/data/nsi/logos/pdv-ee1d1f.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484574,7 +426871,6 @@ }, { "question": "Petrobras", - "icon": "./assets/data/nsi/logos/petrobras-bf26cc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484654,7 +426950,6 @@ }, { "question": "Premier", - "icon": "./assets/data/nsi/logos/premier-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484669,7 +426964,6 @@ }, { "question": "Premier Express", - "icon": "./assets/data/nsi/logos/premierexpress-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484796,7 +427090,6 @@ }, { "question": "Quickshop", - "icon": "./assets/data/nsi/logos/quickshop-f91e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484812,7 +427105,6 @@ }, { "question": "Quik Stop", - "icon": "./assets/data/nsi/logos/quikstop-f1e40b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484845,7 +427137,6 @@ }, { "question": "Rabat", - "icon": "./assets/data/nsi/logos/rabat-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484892,7 +427183,6 @@ }, { "question": "Ration Shop", - "icon": "./assets/data/nsi/logos/rationshop-bb430b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -484927,7 +427217,6 @@ }, { "question": "Red Apple Food Mart (Kwik Fill)", - "icon": "./assets/data/nsi/logos/redapplefoodmart-2b4f5e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485168,7 +427457,6 @@ }, { "question": "Scotmid", - "icon": "./assets/data/nsi/logos/scotmid-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485184,7 +427472,6 @@ }, { "question": "Servicompras", - "icon": "./assets/data/nsi/logos/servicompras-4c351f.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485263,7 +427550,6 @@ }, { "question": "Shop'N Drive", - "icon": "./assets/data/nsi/logos/shopndrive-232829.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485331,7 +427617,6 @@ }, { "question": "Simply Basic", - "icon": "./assets/data/nsi/logos/simplybasic-dd9aae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485347,7 +427632,6 @@ }, { "question": "Simply City", - "icon": "./assets/data/nsi/logos/simplycity-dd9aae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485363,7 +427647,6 @@ }, { "question": "Simply Store", - "icon": "./assets/data/nsi/logos/simplystore-dd9aae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485411,7 +427694,6 @@ }, { "question": "Six", - "icon": "./assets/data/nsi/logos/six-9d5235.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485459,7 +427741,6 @@ }, { "question": "Snarkjøp", - "icon": "./assets/data/nsi/logos/snarkjop-2da37b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485618,7 +427899,6 @@ }, { "question": "Star Mart", - "icon": "./assets/data/nsi/logos/starmart-4d6b4b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485746,7 +428026,6 @@ }, { "question": "Super DIS", - "icon": "./assets/data/nsi/logos/superdis-3015fb.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485794,7 +428073,6 @@ }, { "question": "T. SN", - "icon": "./assets/data/nsi/logos/tsn-80468a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -485841,7 +428119,6 @@ }, { "question": "tạp hoá", - "icon": "./assets/data/nsi/logos/taphoa-61b913.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486000,7 +428277,6 @@ }, { "question": "Tiger Mart", - "icon": "./assets/data/nsi/logos/tigermart-4d6b4b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486016,7 +428292,6 @@ }, { "question": "Timewise", - "icon": "./assets/data/nsi/logos/timewise-944bfe.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486031,7 +428306,6 @@ }, { "question": "Tom Market", - "icon": "./assets/data/nsi/logos/tommarket-58d40d.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486062,7 +428336,6 @@ }, { "question": "Top Market", - "icon": "./assets/data/nsi/logos/topmarket-95f41b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486077,7 +428350,6 @@ }, { "question": "top!", - "icon": "./assets/data/nsi/logos/top-401681.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486141,7 +428413,6 @@ }, { "question": "TRD", - "icon": "./assets/data/nsi/logos/trd-915f01.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486172,7 +428443,6 @@ }, { "question": "Trgocentar", - "icon": "./assets/data/nsi/logos/trgocentar-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486187,7 +428457,6 @@ }, { "question": "Trgostil", - "icon": "./assets/data/nsi/logos/trgostil-5b00ff.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486348,7 +428617,6 @@ }, { "question": "USave (UK)", - "icon": "./assets/data/nsi/logos/usave-8978c5.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486364,7 +428632,6 @@ }, { "question": "uSmile 昆仑好客", - "icon": "./assets/data/nsi/logos/usmile-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486434,7 +428701,6 @@ }, { "question": "Vesko", - "icon": "./assets/data/nsi/logos/vesko-401681.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486481,7 +428747,6 @@ }, { "question": "Viva Billa", - "icon": "./assets/data/nsi/logos/vivabilla-65ae8a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486513,7 +428778,6 @@ }, { "question": "Viveco", - "icon": "./assets/data/nsi/logos/viveco-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486528,7 +428792,6 @@ }, { "question": "Votre Marché", - "icon": "./assets/data/nsi/logos/votremarche-f6dc0a.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486576,7 +428839,6 @@ }, { "question": "Weigel's", - "icon": "./assets/data/nsi/logos/weigels-f1e40b.undefined", "osmTags": { "and": [ "brand_wikidata=Q7979844", @@ -486658,7 +428920,6 @@ }, { "question": "x", - "icon": "./assets/data/nsi/logos/x-fb2210.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486673,7 +428934,6 @@ }, { "question": "XL", - "icon": "./assets/data/nsi/logos/xl-cb4625.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486721,7 +428981,6 @@ }, { "question": "Yomart", - "icon": "./assets/data/nsi/logos/yomart-bb8a09.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486808,7 +429067,6 @@ }, { "question": "Zoom", - "icon": "./assets/data/nsi/logos/zoom-54f9c3.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486825,7 +429083,6 @@ }, { "question": "Абсолют", - "icon": "./assets/data/nsi/logos/6784df-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486840,7 +429097,6 @@ }, { "question": "АВ Daily", - "icon": "./assets/data/nsi/logos/61e46c-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486855,7 +429111,6 @@ }, { "question": "Авокадо", - "icon": "./assets/data/nsi/logos/avocado-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486875,7 +429130,6 @@ }, { "question": "Авоська", - "icon": "./assets/data/nsi/logos/f1cc88-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486890,7 +429144,6 @@ }, { "question": "Агрокомплекс", - "icon": "./assets/data/nsi/logos/35f889-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486905,7 +429158,6 @@ }, { "question": "Агрокомплекс Выселковский", - "icon": "./assets/data/nsi/logos/1e42c5-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486920,7 +429172,6 @@ }, { "question": "Азбука daily", - "icon": "./assets/data/nsi/logos/2c5fb3-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486935,7 +429186,6 @@ }, { "question": "Айсберг", - "icon": "./assets/data/nsi/logos/6580f9-7f3189.undefined", "osmTags": { "and": [ "shop=convenience", @@ -486970,7 +429220,6 @@ }, { "question": "Ассорти-продукт", - "icon": "./assets/data/nsi/logos/804527-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487001,7 +429250,6 @@ }, { "question": "Береке", - "icon": "./assets/data/nsi/logos/060bbf-a39fe8.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487032,7 +429280,6 @@ }, { "question": "Везунчик", - "icon": "./assets/data/nsi/logos/5e7e9e-c491ec.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487047,7 +429294,6 @@ }, { "question": "Верный", - "icon": "./assets/data/nsi/logos/5a1923-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487062,7 +429308,6 @@ }, { "question": "Вікторія", - "icon": "./assets/data/nsi/logos/e59ac7-023e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487093,7 +429338,6 @@ }, { "question": "Волна", - "icon": "./assets/data/nsi/logos/34f9fe-1656a9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487108,7 +429352,6 @@ }, { "question": "Гастрономчикъ", - "icon": "./assets/data/nsi/logos/9c4b81-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487139,7 +429382,6 @@ }, { "question": "Грошык", - "icon": "./assets/data/nsi/logos/72f03f-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487154,7 +429396,6 @@ }, { "question": "Дәулет", - "icon": "./assets/data/nsi/logos/ab7c05-7ad3ae.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487201,7 +429442,6 @@ }, { "question": "Домашній маркет", - "icon": "./assets/data/nsi/logos/06a7d6-023e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487268,7 +429508,6 @@ }, { "question": "Заря", - "icon": "./assets/data/nsi/logos/9020b8-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487283,7 +429522,6 @@ }, { "question": "Изюминка", - "icon": "./assets/data/nsi/logos/8d46a2-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487298,7 +429536,6 @@ }, { "question": "Йола-маркет", - "icon": "./assets/data/nsi/logos/685f12-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487313,7 +429550,6 @@ }, { "question": "Катюша", - "icon": "./assets/data/nsi/logos/60a976-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487344,7 +429580,6 @@ }, { "question": "Квартал вкуса", - "icon": "./assets/data/nsi/logos/32310f-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487359,7 +429594,6 @@ }, { "question": "Квартет вкусов", - "icon": "./assets/data/nsi/logos/8a217e-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487374,7 +429608,6 @@ }, { "question": "Кедр", - "icon": "./assets/data/nsi/logos/5f2eca-685d2b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487405,7 +429638,6 @@ }, { "question": "Копеечка", - "icon": "./assets/data/nsi/logos/347595-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487421,7 +429653,6 @@ }, { "question": "Копейка", - "icon": "./assets/data/nsi/logos/kopeyka-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487441,7 +429672,6 @@ }, { "question": "Кошик", - "icon": "./assets/data/nsi/logos/3340eb-023e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487456,7 +429686,6 @@ }, { "question": "КуулКлевер", - "icon": "./assets/data/nsi/logos/37e337-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487491,7 +429720,6 @@ }, { "question": "Лилия", - "icon": "./assets/data/nsi/logos/baaf01-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487546,7 +429774,6 @@ }, { "question": "Малинка", - "icon": "./assets/data/nsi/logos/3776eb-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487561,7 +429788,6 @@ }, { "question": "Мария", - "icon": "./assets/data/nsi/logos/cb9d04-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487592,7 +429818,6 @@ }, { "question": "Маяк", - "icon": "./assets/data/nsi/logos/bc2a95-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487645,7 +429870,6 @@ }, { "question": "Монетка", - "icon": "./assets/data/nsi/logos/a2bf99-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487660,7 +429884,6 @@ }, { "question": "Мрія", - "icon": "./assets/data/nsi/logos/a55dcb-023e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487675,7 +429898,6 @@ }, { "question": "МясновЪ", - "icon": "./assets/data/nsi/logos/a45bbc-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487690,7 +429912,6 @@ }, { "question": "Народный", - "icon": "./assets/data/nsi/logos/357655-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487705,7 +429926,6 @@ }, { "question": "Находка", - "icon": "./assets/data/nsi/logos/91c68a-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487720,7 +429940,6 @@ }, { "question": "Наш", - "icon": "./assets/data/nsi/logos/bd53d6-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487735,7 +429954,6 @@ }, { "question": "Нива", - "icon": "./assets/data/nsi/logos/c10063-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487750,7 +429968,6 @@ }, { "question": "Огонёк", - "icon": "./assets/data/nsi/logos/9f9c54-1656a9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487765,7 +429982,6 @@ }, { "question": "Океан", - "icon": "./assets/data/nsi/logos/11b259-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487780,7 +429996,6 @@ }, { "question": "Оптовичок", - "icon": "./assets/data/nsi/logos/303083-023e9c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487795,7 +430010,6 @@ }, { "question": "Победа", - "icon": "./assets/data/nsi/logos/67c2f7-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487810,7 +430024,6 @@ }, { "question": "Покупалко", - "icon": "./assets/data/nsi/logos/e1e2a4-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487825,7 +430038,6 @@ }, { "question": "Покупочка", - "icon": "./assets/data/nsi/logos/1019ea-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487856,7 +430068,6 @@ }, { "question": "Продсклад Победа", - "icon": "./assets/data/nsi/logos/11a4a0-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487871,7 +430082,6 @@ }, { "question": "Пятачок", - "icon": "./assets/data/nsi/logos/bfeaa1-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487886,7 +430096,6 @@ }, { "question": "Родны кут", - "icon": "./assets/data/nsi/logos/8aa1e0-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487901,7 +430110,6 @@ }, { "question": "Садко", - "icon": "./assets/data/nsi/logos/d3e941-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487916,7 +430124,6 @@ }, { "question": "Санта", - "icon": "./assets/data/nsi/logos/516eeb-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487931,7 +430138,6 @@ }, { "question": "Светофор", - "icon": "./assets/data/nsi/logos/b701be-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487946,7 +430152,6 @@ }, { "question": "Северный", - "icon": "./assets/data/nsi/logos/384e40-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487977,7 +430182,6 @@ }, { "question": "Скидкино", - "icon": "./assets/data/nsi/logos/57f962-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -487992,7 +430196,6 @@ }, { "question": "Соседи", - "icon": "./assets/data/nsi/logos/b4c4f8-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488007,7 +430210,6 @@ }, { "question": "Соседи Экспресс", - "icon": "./assets/data/nsi/logos/e293b4-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488022,7 +430224,6 @@ }, { "question": "У дома", - "icon": "./assets/data/nsi/logos/8e7c7a-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488037,7 +430238,6 @@ }, { "question": "У Палыча", - "icon": "./assets/data/nsi/logos/c1a6e4-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488052,7 +430252,6 @@ }, { "question": "Удачный", - "icon": "./assets/data/nsi/logos/516c18-c281b4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488067,7 +430266,6 @@ }, { "question": "Успех", - "icon": "./assets/data/nsi/logos/b5ec71-685d2b.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488082,7 +430280,6 @@ }, { "question": "Фабрика качества", - "icon": "./assets/data/nsi/logos/9b63ed-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488113,7 +430310,6 @@ }, { "question": "Фасоль", - "icon": "./assets/data/nsi/logos/d26bcb-e33fbc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488128,7 +430324,6 @@ }, { "question": "Феникс", - "icon": "./assets/data/nsi/logos/8b17c9-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488143,7 +430338,6 @@ }, { "question": "Фермер", - "icon": "./assets/data/nsi/logos/8449ac-065292.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488158,7 +430352,6 @@ }, { "question": "Флагман", - "icon": "./assets/data/nsi/logos/4cacba-162f8e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488173,7 +430366,6 @@ }, { "question": "Хит! Стандарт", - "icon": "./assets/data/nsi/logos/c9c433-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488188,7 +430380,6 @@ }, { "question": "Хит! Экспресс", - "icon": "./assets/data/nsi/logos/cab3d0-e64bef.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488268,7 +430459,6 @@ }, { "question": "გლობალ პროდუქტი", - "icon": "./assets/data/nsi/logos/globalproducts-3cb7c4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488289,7 +430479,6 @@ }, { "question": "დეილი", - "icon": "./assets/data/nsi/logos/daily-3cb7c4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488333,7 +430522,6 @@ }, { "question": "ექსპრეს ქსელი", - "icon": "./assets/data/nsi/logos/expresschain-3cb7c4.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488640,7 +430828,6 @@ }, { "question": "افق کوروش", - "icon": "./assets/data/nsi/logos/ofoqkourosh-d157b9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488681,7 +430868,6 @@ }, { "question": "دیلی مارکت", - "icon": "./assets/data/nsi/logos/dailymarket-d157b9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488721,7 +430907,6 @@ }, { "question": "سوپرمارکت", - "icon": "./assets/data/nsi/logos/875548-d157b9.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488736,7 +430921,6 @@ }, { "question": "مواد غذائية عامة", - "icon": "./assets/data/nsi/logos/06477d-14cddc.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488791,7 +430975,6 @@ }, { "question": "이마트24", - "icon": "./assets/data/nsi/logos/emart24-fab923.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488851,7 +431034,6 @@ }, { "question": "スリーエフ", - "icon": "./assets/data/nsi/logos/threef-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488891,7 +431073,6 @@ }, { "question": "セイコーマート", - "icon": "./assets/data/nsi/logos/seicomart-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -488972,7 +431153,6 @@ }, { "question": "ファミマ!!", - "icon": "./assets/data/nsi/logos/famima-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489052,7 +431232,6 @@ }, { "question": "ヤマザキショップ", - "icon": "./assets/data/nsi/logos/yamazakishop-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489091,7 +431270,6 @@ }, { "question": "ローソン・スリーエフ", - "icon": "./assets/data/nsi/logos/lawsonthreef-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489111,7 +431289,6 @@ }, { "question": "ローソン・ポプラ", - "icon": "./assets/data/nsi/logos/lawsonpoplar-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489131,7 +431308,6 @@ }, { "question": "ローソン+トークス", - "icon": "./assets/data/nsi/logos/lawsontoks-652b3e.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489171,7 +431347,6 @@ }, { "question": "中百便利", - "icon": "./assets/data/nsi/logos/zhongbaicvs-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489192,7 +431367,6 @@ }, { "question": "中百罗森", - "icon": "./assets/data/nsi/logos/lawson-2aa06c.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489213,7 +431387,6 @@ }, { "question": "便利蜂", - "icon": "./assets/data/nsi/logos/bianlifeng-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489293,7 +431466,6 @@ }, { "question": "十足", - "icon": "./assets/data/nsi/logos/shizu-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489313,7 +431485,6 @@ }, { "question": "喜士多", - "icon": "./assets/data/nsi/logos/cstore-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489333,7 +431504,6 @@ }, { "question": "快客", - "icon": "./assets/data/nsi/logos/7a7abd-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489348,7 +431518,6 @@ }, { "question": "悦来悦喜", - "icon": "./assets/data/nsi/logos/happymart-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489368,7 +431537,6 @@ }, { "question": "易客来", - "icon": "./assets/data/nsi/logos/intolife-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489388,7 +431556,6 @@ }, { "question": "易捷", - "icon": "./assets/data/nsi/logos/easyjoy-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489408,7 +431575,6 @@ }, { "question": "百得来", - "icon": "./assets/data/nsi/logos/batterlife-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489428,7 +431594,6 @@ }, { "question": "红旗连锁", - "icon": "./assets/data/nsi/logos/hongqichain-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489469,7 +431634,6 @@ }, { "question": "美宜佳", - "icon": "./assets/data/nsi/logos/meiyijia-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489489,7 +431653,6 @@ }, { "question": "舞东风", - "icon": "./assets/data/nsi/logos/wudongfeng-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489529,7 +431692,6 @@ }, { "question": "蝦皮店到店", - "icon": "./assets/data/nsi/logos/shopeexpress-aa89a7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489549,7 +431711,6 @@ }, { "question": "超市发", - "icon": "./assets/data/nsi/logos/bjcsf-da9ca7.undefined", "osmTags": { "and": [ "shop=convenience", @@ -489602,7 +431763,6 @@ }, { "question": "Epicier بقال", - "icon": "./assets/data/nsi/logos/0ae0d0-5bed5c.undefined", "osmTags": { "and": [ "shop=copyshop", @@ -489681,7 +431841,6 @@ }, { "question": "OQ", - "icon": "./assets/data/nsi/logos/oq-3514ee.undefined", "osmTags": { "and": [ "shop=copyshop", @@ -489728,7 +431887,6 @@ }, { "question": "Копирка", - "icon": "./assets/data/nsi/logos/721cce-14684a.undefined", "osmTags": { "and": [ "shop=copyshop", @@ -490127,7 +432285,6 @@ }, { "question": "Eva (Россия)", - "icon": "./assets/data/nsi/logos/eva-882961.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -490260,7 +432417,6 @@ }, { "question": "It's Skin", - "icon": "./assets/data/nsi/logos/itsskin-b395fe.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -490376,7 +432532,6 @@ }, { "question": "Lakmé", - "icon": "./assets/data/nsi/logos/lakme-1820b6.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -490410,7 +432565,6 @@ }, { "question": "LOHB's", - "icon": "./assets/data/nsi/logos/lohbs-b395fe.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -490446,7 +432600,6 @@ }, { "question": "M Cosmetic", - "icon": "./assets/data/nsi/logos/mcosmetic-1bb423.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -490792,7 +432945,6 @@ }, { "question": "S Parfum&Cosmetics", - "icon": "./assets/data/nsi/logos/sparfumandcosmetics-882961.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491097,7 +433249,6 @@ }, { "question": "Белорусская косметика", - "icon": "./assets/data/nsi/logos/e49d24-882961.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491132,7 +433283,6 @@ }, { "question": "Иль Де Ботэ", - "icon": "./assets/data/nsi/logos/5c391c-882961.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491163,7 +433313,6 @@ }, { "question": "Подружка", - "icon": "./assets/data/nsi/logos/95c47a-882961.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491199,7 +433348,6 @@ }, { "question": "Чистый дом", - "icon": "./assets/data/nsi/logos/f98ce1-b8d09c.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491258,7 +433406,6 @@ }, { "question": "მოზაიკა", - "icon": "./assets/data/nsi/logos/mosaic-5f8e42.undefined", "osmTags": { "and": [ "shop=cosmetics", @@ -491567,7 +433714,6 @@ }, { "question": "R. P. Home & Harvest", - "icon": "./assets/data/nsi/logos/rphomeandharvest-e159b8.undefined", "osmTags": { "and": [ "shop=country_store", @@ -491631,7 +433777,6 @@ }, { "question": "TSC Stores", - "icon": "./assets/data/nsi/logos/tscstores-b48d00.undefined", "osmTags": { "and": [ "shop=country_store", @@ -491922,7 +434067,6 @@ }, { "question": "Nandini", - "icon": "./assets/data/nsi/logos/nandini-6e9671.undefined", "osmTags": { "and": [ "shop=dairy", @@ -492019,7 +434163,6 @@ }, { "question": "兰熊", - "icon": "./assets/data/nsi/logos/bluebear-9640d8.undefined", "osmTags": { "and": [ "shop=dairy", @@ -492088,7 +434231,6 @@ }, { "question": "Karl Berg", - "icon": "./assets/data/nsi/logos/karlberg-dfa63e.undefined", "osmTags": { "and": [ "shop=deli", @@ -492196,7 +434338,6 @@ }, { "question": "さぼてん", - "icon": "./assets/data/nsi/logos/saboten-39c92c.undefined", "osmTags": { "and": [ "official_name=新宿さぼてん", @@ -492219,7 +434360,6 @@ }, { "question": "久久丫", - "icon": "./assets/data/nsi/logos/jiujiuyafood-5c76da.undefined", "osmTags": { "and": [ "shop=deli", @@ -492259,7 +434399,6 @@ }, { "question": "周黑鸭", - "icon": "./assets/data/nsi/logos/zhouheiya-5c76da.undefined", "osmTags": { "and": [ "shop=deli", @@ -492279,7 +434418,6 @@ }, { "question": "廖记棒棒鸡", - "icon": "./assets/data/nsi/logos/liaojibangbangji-5c76da.undefined", "osmTags": { "and": [ "shop=deli", @@ -492299,7 +434437,6 @@ }, { "question": "煌上煌", - "icon": "./assets/data/nsi/logos/huangshanghuang-5c76da.undefined", "osmTags": { "and": [ "shop=deli", @@ -492319,7 +434456,6 @@ }, { "question": "绝味鸭脖", - "icon": "./assets/data/nsi/logos/jueweiduckneck-5c76da.undefined", "osmTags": { "and": [ "shop=deli", @@ -492714,7 +434850,6 @@ }, { "question": "Coop City", - "icon": "./assets/data/nsi/logos/coopcity-66d8a4.undefined", "osmTags": { "and": [ "shop=department_store", @@ -492826,7 +434961,6 @@ }, { "question": "Dimmeys", - "icon": "./assets/data/nsi/logos/dimmeys-c93bbd.undefined", "osmTags": { "and": [ "shop=department_store", @@ -492922,7 +435056,6 @@ }, { "question": "Épicerie", - "icon": "./assets/data/nsi/logos/epicerie-e32af0.undefined", "osmTags": { "and": [ "shop=department_store", @@ -493193,7 +435326,6 @@ }, { "question": "Homeplus", - "icon": "./assets/data/nsi/logos/homeplus-84c155.undefined", "osmTags": { "and": [ "shop=department_store", @@ -493927,7 +436059,6 @@ }, { "question": "Robinson (Thailand)", - "icon": "./assets/data/nsi/logos/robinsondepartmentstore-bf6532.undefined", "osmTags": { "and": [ "shop=department_store", @@ -494082,7 +436213,6 @@ }, { "question": "Shopko", - "icon": "./assets/data/nsi/logos/shopko-592fe0.undefined", "osmTags": { "and": [ "shop=department_store", @@ -494098,7 +436228,6 @@ }, { "question": "Shoppers Stop", - "icon": "./assets/data/nsi/logos/shoppersstop-d45fb2.undefined", "osmTags": { "and": [ "shop=department_store", @@ -494598,7 +436727,6 @@ }, { "question": "Bath Depot", - "icon": "./assets/data/nsi/logos/bathdepot-fd1fd9.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -494693,7 +436821,6 @@ }, { "question": "Beacon", - "icon": "./assets/data/nsi/logos/beacon-c727e9.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -495165,7 +437292,6 @@ }, { "question": "DCMニコット", - "icon": "./assets/data/nsi/logos/dcmnicot-dd401d.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -495345,7 +437471,6 @@ }, { "question": "HERKULES Bau&Garten", - "icon": "./assets/data/nsi/logos/herkulesbauandgarten-db1fbb.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -495393,7 +437518,6 @@ }, { "question": "Home Outlet", - "icon": "./assets/data/nsi/logos/homeoutlet-c727e9.undefined", "osmTags": { "and": [ "official_name=Barton's Home Outlet", @@ -495768,7 +437892,6 @@ }, { "question": "Mitre 10 (New Zealand)", - "icon": "./assets/data/nsi/logos/mitre10-e80948.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -495784,7 +437907,6 @@ }, { "question": "Mitre 10 MEGA", - "icon": "./assets/data/nsi/logos/mitre10mega-e80948.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -495981,7 +438103,6 @@ }, { "question": "ProfiStore", - "icon": "./assets/data/nsi/logos/profistore-6499aa.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496061,7 +438182,6 @@ }, { "question": "RHG Bau & Garten", - "icon": "./assets/data/nsi/logos/rhgbauandgarten-db1fbb.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496255,7 +438375,6 @@ }, { "question": "TopT", - "icon": "./assets/data/nsi/logos/topt-3df878.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496448,7 +438567,6 @@ }, { "question": "Кенгуру", - "icon": "./assets/data/nsi/logos/kenguru-43446b.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496465,7 +438583,6 @@ }, { "question": "Левша", - "icon": "./assets/data/nsi/logos/6ce263-43446b.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496480,7 +438597,6 @@ }, { "question": "Лемана про", - "icon": "./assets/data/nsi/logos/abc30a-43446b.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496515,7 +438631,6 @@ }, { "question": "Молоток", - "icon": "./assets/data/nsi/logos/099ab7-4ffb30.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496570,7 +438685,6 @@ }, { "question": "Строительный двор", - "icon": "./assets/data/nsi/logos/d4e79a-43446b.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496585,7 +438699,6 @@ }, { "question": "Стройка", - "icon": "./assets/data/nsi/logos/6282b7-4ffb30.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496600,7 +438713,6 @@ }, { "question": "Строймаркет", - "icon": "./assets/data/nsi/logos/5c4416-4ffb30.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496694,7 +438806,6 @@ }, { "question": "ケーヨー", - "icon": "./assets/data/nsi/logos/keiyo-dd401d.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496714,7 +438825,6 @@ }, { "question": "ケーヨーデイツー", - "icon": "./assets/data/nsi/logos/f3fe04-dd401d.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496811,7 +438921,6 @@ }, { "question": "ジョイフルエーケー", - "icon": "./assets/data/nsi/logos/joyfulak-dd401d.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496894,7 +439003,6 @@ }, { "question": "ホーマックニコット", - "icon": "./assets/data/nsi/logos/homacnicot-dd401d.undefined", "osmTags": { "and": [ "shop=doityourself", @@ -496950,7 +439058,6 @@ }, { "question": "Ваши двери", - "icon": "./assets/data/nsi/logos/8b8beb-a073e8.undefined", "osmTags": { "and": [ "shop=doors", @@ -496965,7 +439072,6 @@ }, { "question": "Волховец", - "icon": "./assets/data/nsi/logos/f2f07e-f58ef8.undefined", "osmTags": { "and": [ "shop=doors", @@ -496980,7 +439086,6 @@ }, { "question": "Юркас", - "icon": "./assets/data/nsi/logos/d7b2f7-a073e8.undefined", "osmTags": { "and": [ "shop=doors", @@ -497011,7 +439116,6 @@ }, { "question": "Apetta", - "icon": "./assets/data/nsi/logos/apetta-1a9348.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497042,7 +439146,6 @@ }, { "question": "DryClean USA", - "icon": "./assets/data/nsi/logos/drycleanusa-b9a2df.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497106,7 +439209,6 @@ }, { "question": "SneakNFresh", - "icon": "./assets/data/nsi/logos/sneaknfresh-1a9348.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497169,7 +439271,6 @@ }, { "question": "Чистотроник", - "icon": "./assets/data/nsi/logos/e9f1d0-1a9348.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497244,7 +439345,6 @@ }, { "question": "ポニー", - "icon": "./assets/data/nsi/logos/pony-3105a6.undefined", "osmTags": { "and": [ "official_name=ポニークリーニング", @@ -497267,7 +439367,6 @@ }, { "question": "ホワイト急便", - "icon": "./assets/data/nsi/logos/whiteexpress-3105a6.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497327,7 +439426,6 @@ }, { "question": "福奈特", - "icon": "./assets/data/nsi/logos/fornet-0dec54.undefined", "osmTags": { "and": [ "shop=dry_cleaning", @@ -497363,7 +439461,6 @@ }, { "question": "Cloud 9 Smoke Shop Australia", - "icon": "./assets/data/nsi/logos/cloud9smokeshopaustralia-c033a6.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497395,7 +439492,6 @@ }, { "question": "E-Cigarette Direct", - "icon": "./assets/data/nsi/logos/ecigarettedirect-a06c95.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497411,7 +439507,6 @@ }, { "question": "E-Dym", - "icon": "./assets/data/nsi/logos/edym-349359.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497458,7 +439553,6 @@ }, { "question": "glo", - "icon": "./assets/data/nsi/logos/glo-721085.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497474,7 +439568,6 @@ }, { "question": "Good Vape", - "icon": "./assets/data/nsi/logos/goodvape-e48cdb.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497505,7 +439598,6 @@ }, { "question": "Q Store", - "icon": "./assets/data/nsi/logos/qstore-e48cdb.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497521,7 +439613,6 @@ }, { "question": "SigaretNet.by", - "icon": "./assets/data/nsi/logos/sigaretnetby-d01721.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497584,7 +439675,6 @@ }, { "question": "Vape City", - "icon": "./assets/data/nsi/logos/vapecity-997f4f.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497600,7 +439690,6 @@ }, { "question": "VapeStore", - "icon": "./assets/data/nsi/logos/vapestore-a06c95.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497616,7 +439705,6 @@ }, { "question": "VAPO", - "icon": "./assets/data/nsi/logos/vapo-1ac9df.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497648,7 +439736,6 @@ }, { "question": "Vardex", - "icon": "./assets/data/nsi/logos/vardex-e48cdb.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497663,7 +439750,6 @@ }, { "question": "VPZ", - "icon": "./assets/data/nsi/logos/vpz-a06c95.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497679,7 +439765,6 @@ }, { "question": "悦刻", - "icon": "./assets/data/nsi/logos/relx-7fbba5.undefined", "osmTags": { "and": [ "shop=e-cigarette", @@ -497731,7 +439816,6 @@ }, { "question": "CGED", - "icon": "./assets/data/nsi/logos/cged-f76a8e.undefined", "osmTags": { "and": [ "shop=electrical", @@ -497878,7 +439962,6 @@ }, { "question": "Теплэко", - "icon": "./assets/data/nsi/logos/224a16-f46408.undefined", "osmTags": { "and": [ "shop=electrical", @@ -497893,7 +439976,6 @@ }, { "question": "100満ボルト", - "icon": "./assets/data/nsi/logos/100manvolt-f86f5e.undefined", "osmTags": { "and": [ "shop=electronics", @@ -497913,7 +439995,6 @@ }, { "question": "5 Элемент", - "icon": "./assets/data/nsi/logos/dcb9ff-0c412a.undefined", "osmTags": { "and": [ "shop=electronics", @@ -497960,7 +440041,6 @@ }, { "question": "Alser.kz", - "icon": "./assets/data/nsi/logos/alserkz-d3529a.undefined", "osmTags": { "and": [ "shop=electronics", @@ -498075,7 +440155,6 @@ }, { "question": "BCC", - "icon": "./assets/data/nsi/logos/bcc-94ba6e.undefined", "osmTags": { "and": [ "shop=electronics", @@ -498450,7 +440529,6 @@ }, { "question": "DNS Technopoint", - "icon": "./assets/data/nsi/logos/dnstechnopoint-71b2fd.undefined", "osmTags": { "and": [ "shop=electronics", @@ -498592,7 +440670,6 @@ }, { "question": "Elon", - "icon": "./assets/data/nsi/logos/elon-4786d4.undefined", "osmTags": { "and": [ "shop=electronics", @@ -498898,7 +440975,6 @@ }, { "question": "Holzleitner", - "icon": "./assets/data/nsi/logos/holzleitner-50d984.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499170,7 +441246,6 @@ }, { "question": "MacStore", - "icon": "./assets/data/nsi/logos/macstore-068eaa.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499217,7 +441292,6 @@ }, { "question": "Mechta.kz", - "icon": "./assets/data/nsi/logos/mechtakz-d3529a.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499312,7 +441386,6 @@ }, { "question": "Megatone", - "icon": "./assets/data/nsi/logos/megatone-6d37eb.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499571,7 +441644,6 @@ }, { "question": "Power Buy", - "icon": "./assets/data/nsi/logos/powerbuy-d95acb.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499635,7 +441707,6 @@ }, { "question": "re:Store", - "icon": "./assets/data/nsi/logos/restore-71b2fd.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499831,7 +441902,6 @@ }, { "question": "Technodom", - "icon": "./assets/data/nsi/logos/technodom-d3529a.undefined", "osmTags": { "and": [ "shop=electronics", @@ -499848,7 +441918,6 @@ }, { "question": "Technopoint", - "icon": "./assets/data/nsi/logos/technopoint-71b2fd.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500251,7 +442320,6 @@ }, { "question": "Эксперт", - "icon": "./assets/data/nsi/logos/expert-71b2fd.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500467,7 +442535,6 @@ }, { "question": "ტექნო ბუმი", - "icon": "./assets/data/nsi/logos/technoboom-e0cb84.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500487,7 +442554,6 @@ }, { "question": "უნიკომი", - "icon": "./assets/data/nsi/logos/unicom-e0cb84.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500507,7 +442573,6 @@ }, { "question": "あきばお〜", - "icon": "./assets/data/nsi/logos/akibaoo-f86f5e.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500590,7 +442655,6 @@ }, { "question": "ジョーシン", - "icon": "./assets/data/nsi/logos/c556fa-f86f5e.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500687,7 +442751,6 @@ }, { "question": "ベスト電器", - "icon": "./assets/data/nsi/logos/bestdenki-f86f5e.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500816,7 +442879,6 @@ }, { "question": "国美电器", - "icon": "./assets/data/nsi/logos/gomeelectricalappliances-8750c0.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500916,7 +442978,6 @@ }, { "question": "苏宁易购", - "icon": "./assets/data/nsi/logos/suning-f768cc.undefined", "osmTags": { "and": [ "shop=electronics", @@ -500996,7 +443057,6 @@ }, { "question": "顺电", - "icon": "./assets/data/nsi/logos/sundan-8750c0.undefined", "osmTags": { "and": [ "shop=electronics", @@ -501085,7 +443145,6 @@ }, { "question": "Erotic Store Venus", - "icon": "./assets/data/nsi/logos/eroticstorevenus-fa8f49.undefined", "osmTags": { "and": [ "min_age=18", @@ -501134,7 +443193,6 @@ }, { "question": "Peaches & Cream", - "icon": "./assets/data/nsi/logos/peachesandcream-a6d61a.undefined", "osmTags": { "and": [ "shop=erotic", @@ -501150,7 +443208,6 @@ }, { "question": "Pulse and Cocktails", - "icon": "./assets/data/nsi/logos/pulseandcocktails-7c5775.undefined", "osmTags": { "and": [ "shop=erotic", @@ -501166,7 +443223,6 @@ }, { "question": "Интим", - "icon": "./assets/data/nsi/logos/fd6d6e-e39138.undefined", "osmTags": { "and": [ "shop=erotic", @@ -501201,7 +443257,6 @@ }, { "question": "Точка Любви", - "icon": "./assets/data/nsi/logos/14dbeb-d62b6e.undefined", "osmTags": { "and": [ "shop=erotic", @@ -501785,7 +443840,6 @@ }, { "question": "Управдом", - "icon": "./assets/data/nsi/logos/8d0aeb-69f8cc.undefined", "osmTags": { "and": [ "shop=flooring", @@ -501896,7 +443950,6 @@ }, { "question": "Mester grønn", - "icon": "./assets/data/nsi/logos/mestergronn-3ef364.undefined", "osmTags": { "and": [ "shop=florist", @@ -501928,7 +443981,6 @@ }, { "question": "Азалия", - "icon": "./assets/data/nsi/logos/06d348-b65c94.undefined", "osmTags": { "and": [ "shop=florist", @@ -501943,7 +443995,6 @@ }, { "question": "Букет столицы", - "icon": "./assets/data/nsi/logos/62a335-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -501958,7 +444009,6 @@ }, { "question": "Клумба", - "icon": "./assets/data/nsi/logos/cdc4c9-ea5e6d.undefined", "osmTags": { "and": [ "shop=florist", @@ -501973,7 +444023,6 @@ }, { "question": "Мосцветторг", - "icon": "./assets/data/nsi/logos/04679a-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502005,7 +444054,6 @@ }, { "question": "Цветовик", - "icon": "./assets/data/nsi/logos/307c8d-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502021,7 +444069,6 @@ }, { "question": "Цветомания", - "icon": "./assets/data/nsi/logos/beb11a-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502036,7 +444083,6 @@ }, { "question": "ЦветОптТорг", - "icon": "./assets/data/nsi/logos/c46356-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502052,7 +444098,6 @@ }, { "question": "Цветочная база", - "icon": "./assets/data/nsi/logos/730fca-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502067,7 +444112,6 @@ }, { "question": "Цветы 24", - "icon": "./assets/data/nsi/logos/73baf0-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502082,7 +444126,6 @@ }, { "question": "Цветы Голландии", - "icon": "./assets/data/nsi/logos/20ea9a-1841ed.undefined", "osmTags": { "and": [ "shop=florist", @@ -502117,7 +444160,6 @@ }, { "question": "Aaron Brothers", - "icon": "./assets/data/nsi/logos/aaronbrothers-a2ea96.undefined", "osmTags": { "and": [ "shop=frame", @@ -502327,7 +444369,6 @@ }, { "question": "Ермолино", - "icon": "./assets/data/nsi/logos/b8e49f-785417.undefined", "osmTags": { "and": [ "shop=frozen_food", @@ -502358,7 +444399,6 @@ }, { "question": "Antea Bestattungen", - "icon": "./assets/data/nsi/logos/anteabestattungen-e9affe.undefined", "osmTags": { "and": [ "shop=funeral_directors", @@ -502388,7 +444428,6 @@ }, { "question": "Grieneisen Bestattungen", - "icon": "./assets/data/nsi/logos/grieneisenbestattungen-e9affe.undefined", "osmTags": { "and": [ "shop=funeral_directors", @@ -502436,7 +444475,6 @@ }, { "question": "PFG", - "icon": "./assets/data/nsi/logos/pfg-d4c5bf.undefined", "osmTags": { "and": [ "official_name=Pompes Funèbres Générales", @@ -502453,7 +444491,6 @@ }, { "question": "Roblot", - "icon": "./assets/data/nsi/logos/roblot-d4c5bf.undefined", "osmTags": { "and": [ "shop=funeral_directors", @@ -502501,7 +444538,6 @@ }, { "question": "Trauerhilfe Denk", - "icon": "./assets/data/nsi/logos/trauerhilfedenk-e9affe.undefined", "osmTags": { "and": [ "shop=funeral_directors", @@ -502640,7 +444676,6 @@ }, { "question": "AHF", - "icon": "./assets/data/nsi/logos/ahf-5a41a5.undefined", "osmTags": { "and": [ "shop=furniture", @@ -502720,7 +444755,6 @@ }, { "question": "Angstrem", - "icon": "./assets/data/nsi/logos/angstrem-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503299,7 +445333,6 @@ }, { "question": "Divan.ru", - "icon": "./assets/data/nsi/logos/divanru-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503378,7 +445411,6 @@ }, { "question": "Eureka Street Furniture", - "icon": "./assets/data/nsi/logos/eurekastreetfurniture-0da980.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503441,7 +445473,6 @@ }, { "question": "Farmers Home Furniture", - "icon": "./assets/data/nsi/logos/farmershomefurniture-a5c7fa.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503542,7 +445573,6 @@ }, { "question": "Furnmart", - "icon": "./assets/data/nsi/logos/furnmart-0ebee2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503638,7 +445668,6 @@ }, { "question": "Harveys", - "icon": "./assets/data/nsi/logos/harveys-5a41a5.undefined", "osmTags": { "and": [ "shop=furniture", @@ -503982,7 +446011,6 @@ }, { "question": "Lastman's Bad Boy", - "icon": "./assets/data/nsi/logos/lastmansbadboy-a33c55.undefined", "osmTags": { "and": [ "shop=furniture", @@ -504014,7 +446042,6 @@ }, { "question": "Lazurit", - "icon": "./assets/data/nsi/logos/lazurit-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -504126,7 +446153,6 @@ }, { "question": "Lorena", - "icon": "./assets/data/nsi/logos/lorena-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -504189,7 +446215,6 @@ }, { "question": "Meubles Gautier", - "icon": "./assets/data/nsi/logos/meublesgautier-18f673.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505381,7 +447406,6 @@ }, { "question": "Дятьково", - "icon": "./assets/data/nsi/logos/b75545-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505396,7 +447420,6 @@ }, { "question": "Любимый дом", - "icon": "./assets/data/nsi/logos/d2e4e4-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505429,7 +447452,6 @@ }, { "question": "Мебель Москва", - "icon": "./assets/data/nsi/logos/38535a-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505444,7 +447466,6 @@ }, { "question": "Мебель Шара", - "icon": "./assets/data/nsi/logos/558937-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505475,7 +447496,6 @@ }, { "question": "Пинскдрев", - "icon": "./assets/data/nsi/logos/28fbb8-bcecbd.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505490,7 +447510,6 @@ }, { "question": "Рими", - "icon": "./assets/data/nsi/logos/f03818-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505521,7 +447540,6 @@ }, { "question": "Стол и Стул", - "icon": "./assets/data/nsi/logos/fd31e6-9d72c8.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505536,7 +447554,6 @@ }, { "question": "Столплит", - "icon": "./assets/data/nsi/logos/23263c-ab2637.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505551,7 +447568,6 @@ }, { "question": "ТриЯ", - "icon": "./assets/data/nsi/logos/484c97-e999c2.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505566,7 +447582,6 @@ }, { "question": "Уют", - "icon": "./assets/data/nsi/logos/1ed809-ab2637.undefined", "osmTags": { "and": [ "shop=furniture", @@ -505965,7 +447980,6 @@ }, { "question": "Hageland", - "icon": "./assets/data/nsi/logos/hageland-664184.undefined", "osmTags": { "and": [ "brand=Hageland", @@ -506213,7 +448227,6 @@ }, { "question": "Садовод", - "icon": "./assets/data/nsi/logos/c911e6-164465.undefined", "osmTags": { "and": [ "shop=garden_centre", @@ -506294,7 +448307,6 @@ }, { "question": "Hicksgas", - "icon": "./assets/data/nsi/logos/hicksgas-7ee0a0.undefined", "osmTags": { "and": [ "fuel:lpg=yes", @@ -506795,7 +448807,6 @@ }, { "question": "Neon Sheep", - "icon": "./assets/data/nsi/logos/neonsheep-da52c2.undefined", "osmTags": { "and": [ "shop=gift", @@ -506924,7 +448935,6 @@ }, { "question": "Wereldwinkel", - "icon": "./assets/data/nsi/logos/wereldwinkel-d376d9.undefined", "osmTags": { "and": [ "shop=gift", @@ -506975,7 +448985,6 @@ }, { "question": "Godot & Fils", - "icon": "./assets/data/nsi/logos/godotandfils-9fda9d.undefined", "osmTags": { "and": [ "shop=gold_buyer", @@ -507038,7 +449047,6 @@ }, { "question": "HOPCOMS", - "icon": "./assets/data/nsi/logos/hopcoms-b8ab5c.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507134,7 +449142,6 @@ }, { "question": "Фруктовый рай", - "icon": "./assets/data/nsi/logos/81fe33-9dff2a.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507149,7 +449156,6 @@ }, { "question": "乐家生鲜", - "icon": "./assets/data/nsi/logos/lejia100-98c5dd.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507169,7 +449175,6 @@ }, { "question": "果唯伊", - "icon": "./assets/data/nsi/logos/guoweiyi-98c5dd.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507189,7 +449194,6 @@ }, { "question": "百果园", - "icon": "./assets/data/nsi/logos/pagoda-98c5dd.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507209,7 +449213,6 @@ }, { "question": "谊品生鲜", - "icon": "./assets/data/nsi/logos/ypshengxian-98c5dd.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507229,7 +449232,6 @@ }, { "question": "钱大妈", - "icon": "./assets/data/nsi/logos/qdama-98c5dd.undefined", "osmTags": { "and": [ "shop=greengrocer", @@ -507347,7 +449349,6 @@ }, { "question": "Celly's", - "icon": "./assets/data/nsi/logos/cellys-afda3f.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507476,7 +449477,6 @@ }, { "question": "Estética", - "icon": "./assets/data/nsi/logos/estetica-b2eb62.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507491,7 +449491,6 @@ }, { "question": "Estética Unisex", - "icon": "./assets/data/nsi/logos/esteticaunisex-b2eb62.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507506,7 +449505,6 @@ }, { "question": "Fabio Salsa", - "icon": "./assets/data/nsi/logos/fabiosalsa-426627.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507746,7 +449744,6 @@ }, { "question": "Holiday Hair", - "icon": "./assets/data/nsi/logos/holidayhair-f208c6.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507841,7 +449838,6 @@ }, { "question": "Kirpykla", - "icon": "./assets/data/nsi/logos/kirpykla-1e6f8d.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507969,7 +449965,6 @@ }, { "question": "New Style", - "icon": "./assets/data/nsi/logos/newstyle-b224bb.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -507984,7 +449979,6 @@ }, { "question": "OldBoy", - "icon": "./assets/data/nsi/logos/oldboy-1e82c2.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508015,7 +450009,6 @@ }, { "question": "Passaró", - "icon": "./assets/data/nsi/logos/passaro-5e03c5.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508063,7 +450056,6 @@ }, { "question": "QB HOUSE", - "icon": "./assets/data/nsi/logos/qbhouse-d1be8b.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508079,7 +450071,6 @@ }, { "question": "QBハウス", - "icon": "./assets/data/nsi/logos/qbhouse-946510.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508132,7 +450123,6 @@ }, { "question": "Rocket Barber Shop", - "icon": "./assets/data/nsi/logos/rocketbarbershop-23df39.undefined", "osmTags": { "and": [ "hairdresser=barber", @@ -508442,7 +450432,6 @@ }, { "question": "TOPGUN", - "icon": "./assets/data/nsi/logos/topgun-634538.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508473,7 +450462,6 @@ }, { "question": "Vog Coiffure", - "icon": "./assets/data/nsi/logos/vogcoiffure-40f1cc.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508488,7 +450476,6 @@ }, { "question": "Виктория", - "icon": "./assets/data/nsi/logos/victoria-1e04bd.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508521,7 +450508,6 @@ }, { "question": "Елена", - "icon": "./assets/data/nsi/logos/531658-347366.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508536,7 +450522,6 @@ }, { "question": "Имидж", - "icon": "./assets/data/nsi/logos/image-9b9e42.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508553,7 +450538,6 @@ }, { "question": "Престиж", - "icon": "./assets/data/nsi/logos/6ca89e-230c63.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508568,7 +450552,6 @@ }, { "question": "Светлана", - "icon": "./assets/data/nsi/logos/e18b4b-347366.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508583,7 +450566,6 @@ }, { "question": "Чио Чио", - "icon": "./assets/data/nsi/logos/6d125a-c5abe4.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508598,7 +450580,6 @@ }, { "question": "Эконом", - "icon": "./assets/data/nsi/logos/0c3de9-1e04bd.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508673,7 +450654,6 @@ }, { "question": "プラージュ", - "icon": "./assets/data/nsi/logos/14ab00-946510.undefined", "osmTags": { "and": [ "shop=hairdresser", @@ -508690,7 +450670,6 @@ }, { "question": "beautyhairshop", - "icon": "./assets/data/nsi/logos/beautyhairshop-9c3c03.undefined", "osmTags": { "and": [ "shop=hairdresser_supply", @@ -508817,7 +450796,6 @@ }, { "question": "ROMA Friseurbedarf", - "icon": "./assets/data/nsi/logos/roma-00412a.undefined", "osmTags": { "and": [ "shop=hairdresser_supply", @@ -508950,7 +450928,6 @@ }, { "question": "Canac", - "icon": "./assets/data/nsi/logos/canac-f34a8a.undefined", "osmTags": { "and": [ "shop=hardware", @@ -509189,7 +451166,6 @@ }, { "question": "Outdoor Supply Hardware", - "icon": "./assets/data/nsi/logos/outdoorsupplyhardware-a223fb.undefined", "osmTags": { "and": [ "shop=hardware", @@ -509413,7 +451389,6 @@ }, { "question": "Инструмент-Клуб", - "icon": "./assets/data/nsi/logos/a9ad04-72d7fa.undefined", "osmTags": { "and": [ "shop=hardware", @@ -509444,7 +451419,6 @@ }, { "question": "Мосхозторг", - "icon": "./assets/data/nsi/logos/364320-72d7fa.undefined", "osmTags": { "and": [ "shop=hardware", @@ -509652,7 +451626,6 @@ }, { "question": "Зелёная Аптека", - "icon": "./assets/data/nsi/logos/c4761d-aaffa4.undefined", "osmTags": { "and": [ "shop=health_food", @@ -509774,7 +451747,6 @@ }, { "question": "Audition Santé", - "icon": "./assets/data/nsi/logos/auditionsante-400e82.undefined", "osmTags": { "and": [ "shop=hearing_aids", @@ -509837,7 +451809,6 @@ }, { "question": "Connect Hearing", - "icon": "./assets/data/nsi/logos/connecthearing-758769.undefined", "osmTags": { "and": [ "shop=hearing_aids", @@ -509868,7 +451839,6 @@ }, { "question": "Entendre", - "icon": "./assets/data/nsi/logos/entendre-400e82.undefined", "osmTags": { "and": [ "shop=hearing_aids", @@ -510123,7 +452093,6 @@ }, { "question": "Радуга Звуков", - "icon": "./assets/data/nsi/logos/dd3117-4a70dd.undefined", "osmTags": { "and": [ "shop=hearing_aids", @@ -510534,7 +452503,6 @@ }, { "question": "მანამო ჰოუმი", - "icon": "./assets/data/nsi/logos/manamohome-d0e31e.undefined", "osmTags": { "and": [ "shop=household_linen", @@ -510570,7 +452538,6 @@ }, { "question": "@Home Livingspace", - "icon": "./assets/data/nsi/logos/homelivingspace-dd60e2.undefined", "osmTags": { "and": [ "shop=houseware", @@ -510890,7 +452857,6 @@ }, { "question": "Fissman", - "icon": "./assets/data/nsi/logos/fissman-639dab.undefined", "osmTags": { "and": [ "shop=houseware", @@ -510905,7 +452871,6 @@ }, { "question": "FOX Home", - "icon": "./assets/data/nsi/logos/foxhome-a5093f.undefined", "osmTags": { "and": [ "shop=houseware", @@ -511178,7 +453143,6 @@ }, { "question": "Kuchenland", - "icon": "./assets/data/nsi/logos/kuchenland-4a99db.undefined", "osmTags": { "and": [ "shop=houseware", @@ -511483,7 +453447,6 @@ }, { "question": "Soltam", - "icon": "./assets/data/nsi/logos/soltam-a5093f.undefined", "osmTags": { "and": [ "shop=houseware", @@ -511724,7 +453687,6 @@ }, { "question": "Домовой", - "icon": "./assets/data/nsi/logos/579b3e-4a99db.undefined", "osmTags": { "and": [ "shop=houseware", @@ -511740,7 +453702,6 @@ }, { "question": "Еврочехол", - "icon": "./assets/data/nsi/logos/69105e-4a99db.undefined", "osmTags": { "and": [ "shop=houseware", @@ -511999,7 +453960,6 @@ }, { "question": "Demmoksi", - "icon": "./assets/data/nsi/logos/demmoksi-9e51b3.undefined", "osmTags": { "and": [ "shop=interior_decoration", @@ -512253,7 +454213,6 @@ }, { "question": "Kremmerhuset", - "icon": "./assets/data/nsi/logos/kremmerhuset-d55252.undefined", "osmTags": { "and": [ "shop=interior_decoration", @@ -512350,7 +454309,6 @@ }, { "question": "585 Gold", - "icon": "./assets/data/nsi/logos/585gold-a038d2.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -512366,7 +454324,6 @@ }, { "question": "585 Золотой", - "icon": "./assets/data/nsi/logos/79c341-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -512381,7 +454338,6 @@ }, { "question": "7 карат", - "icon": "./assets/data/nsi/logos/a6c984-007daa.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -512620,7 +454576,6 @@ }, { "question": "Bhima Jewellers", - "icon": "./assets/data/nsi/logos/bhimajewellers-96eeb4.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -512812,7 +454767,6 @@ }, { "question": "Compro Oro", - "icon": "./assets/data/nsi/logos/comprooro-94830d.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -512943,7 +454897,6 @@ }, { "question": "F.Hinds", - "icon": "./assets/data/nsi/logos/fhinds-f07ca3.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -513785,7 +455738,6 @@ }, { "question": "Sokolov", - "icon": "./assets/data/nsi/logos/sokolov-3b0253.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -513832,7 +455784,6 @@ }, { "question": "Sunlight", - "icon": "./assets/data/nsi/logos/sunlight-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -513978,7 +455929,6 @@ }, { "question": "Wallace Bishop", - "icon": "./assets/data/nsi/logos/wallacebishop-0359a8.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514026,7 +455976,6 @@ }, { "question": "Yes", - "icon": "./assets/data/nsi/logos/yes-0f1493.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514058,7 +456007,6 @@ }, { "question": "Ziko", - "icon": "./assets/data/nsi/logos/ziko-007daa.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514093,7 +456041,6 @@ }, { "question": "Алмаз", - "icon": "./assets/data/nsi/logos/3cdc69-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514108,7 +456055,6 @@ }, { "question": "Бронницкий ювелир", - "icon": "./assets/data/nsi/logos/5fd332-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514123,7 +456069,6 @@ }, { "question": "Золотая мечта", - "icon": "./assets/data/nsi/logos/golddream-007daa.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514158,7 +456103,6 @@ }, { "question": "Кристалл", - "icon": "./assets/data/nsi/logos/a1e123-3b0253.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514173,7 +456117,6 @@ }, { "question": "Линии Любви", - "icon": "./assets/data/nsi/logos/2ec8d9-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514188,7 +456131,6 @@ }, { "question": "Наше Золото", - "icon": "./assets/data/nsi/logos/1cc04b-ee45ea.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514223,7 +456165,6 @@ }, { "question": "Царское Золото", - "icon": "./assets/data/nsi/logos/39bbc8-007daa.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514261,7 +456202,6 @@ }, { "question": "三井貴金屬", - "icon": "./assets/data/nsi/logos/9074c9-a7992b.undefined", "osmTags": { "and": [ "shop=jewelry", @@ -514565,7 +456505,6 @@ }, { "question": "City Kiosk", - "icon": "./assets/data/nsi/logos/citykiosk-586994.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514580,7 +456519,6 @@ }, { "question": "Daoudabougou sougouba", - "icon": "./assets/data/nsi/logos/daoudabougousougouba-1a7dfc.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514644,7 +456582,6 @@ }, { "question": "Lotto", - "icon": "./assets/data/nsi/logos/lotto-140365.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514659,7 +456596,6 @@ }, { "question": "Maxi Kiosco", - "icon": "./assets/data/nsi/logos/maxikiosco-edaf46.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514773,7 +456709,6 @@ }, { "question": "Siebougouni sugu", - "icon": "./assets/data/nsi/logos/siebougounisugu-1a7dfc.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514788,7 +456723,6 @@ }, { "question": "Sougou courani", - "icon": "./assets/data/nsi/logos/sougoucourani-1a7dfc.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514835,7 +456769,6 @@ }, { "question": "Warung kopi", - "icon": "./assets/data/nsi/logos/warungkopi-b1cacd.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514850,7 +456783,6 @@ }, { "question": "Warung Makan", - "icon": "./assets/data/nsi/logos/warungmakan-b1cacd.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514881,7 +456813,6 @@ }, { "question": "Περίπτερο", - "icon": "./assets/data/nsi/logos/14187f-53c57a.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514896,7 +456827,6 @@ }, { "question": "Белсаюздрук", - "icon": "./assets/data/nsi/logos/28555b-89199b.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514911,7 +456841,6 @@ }, { "question": "Роспечать", - "icon": "./assets/data/nsi/logos/5506ed-da461e.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514926,7 +456855,6 @@ }, { "question": "دکه", - "icon": "./assets/data/nsi/logos/8b6296-9e25bc.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514961,7 +456889,6 @@ }, { "question": "トークス", - "icon": "./assets/data/nsi/logos/toks-84165a.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -514981,7 +456908,6 @@ }, { "question": "ローソン+トークス", - "icon": "./assets/data/nsi/logos/lawsontoks-84165a.undefined", "osmTags": { "and": [ "shop=kiosk", @@ -515065,7 +456991,6 @@ }, { "question": "Dream Doors", - "icon": "./assets/data/nsi/logos/dreamdoors-26c64e.undefined", "osmTags": { "and": [ "shop=kitchen", @@ -515498,7 +457423,6 @@ }, { "question": "Bubbles", - "icon": "./assets/data/nsi/logos/bubbles-8b0aea.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515529,7 +457453,6 @@ }, { "question": "LaColada", - "icon": "./assets/data/nsi/logos/lacolada-3530c3.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515544,7 +457467,6 @@ }, { "question": "Laverap", - "icon": "./assets/data/nsi/logos/laverap-717e4b.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515559,7 +457481,6 @@ }, { "question": "Lavomatic", - "icon": "./assets/data/nsi/logos/lavomatic-aea361.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515574,7 +457495,6 @@ }, { "question": "Pressing", - "icon": "./assets/data/nsi/logos/pressing-31ef1f.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515639,7 +457559,6 @@ }, { "question": "Постирай", - "icon": "./assets/data/nsi/logos/c0a035-a50b9f.undefined", "osmTags": { "and": [ "shop=laundry", @@ -515707,7 +457626,6 @@ }, { "question": "Findig", - "icon": "./assets/data/nsi/logos/findig-848a64.undefined", "osmTags": { "and": [ "shop=leather", @@ -515871,7 +457789,6 @@ }, { "question": "Ключевой момент", - "icon": "./assets/data/nsi/logos/927054-d4528b.undefined", "osmTags": { "and": [ "shop=locksmith", @@ -515886,7 +457803,6 @@ }, { "question": "カギの110番", - "icon": "./assets/data/nsi/logos/kagi110-214af9.undefined", "osmTags": { "and": [ "shop=locksmith", @@ -515906,7 +457822,6 @@ }, { "question": "カギの救急車", - "icon": "./assets/data/nsi/logos/keyambulancy-214af9.undefined", "osmTags": { "and": [ "shop=locksmith", @@ -515926,7 +457841,6 @@ }, { "question": "Lotería La Neuquina", - "icon": "./assets/data/nsi/logos/loterialaneuquina-3aefd9.undefined", "osmTags": { "and": [ "shop=lottery", @@ -515957,7 +457871,6 @@ }, { "question": "Lotto (Polska)", - "icon": "./assets/data/nsi/logos/lotto-646c16.undefined", "osmTags": { "and": [ "shop=lottery", @@ -515989,7 +457902,6 @@ }, { "question": "Paga Todo", - "icon": "./assets/data/nsi/logos/pagatodo-377bbc.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516004,7 +457916,6 @@ }, { "question": "PCSO Lotto", - "icon": "./assets/data/nsi/logos/pcsolotto-3d0018.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516019,7 +457930,6 @@ }, { "question": "ΟΠΑΠ", - "icon": "./assets/data/nsi/logos/942bba-5a90df.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516034,7 +457944,6 @@ }, { "question": "Спорт Тото", - "icon": "./assets/data/nsi/logos/7eb15c-a2fbf5.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516050,7 +457959,6 @@ }, { "question": "中国体育彩票", - "icon": "./assets/data/nsi/logos/chinasportslottery-e182e4.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516070,7 +457978,6 @@ }, { "question": "中国福利彩票", - "icon": "./assets/data/nsi/logos/chinawelfarelottery-e182e4.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516090,7 +457997,6 @@ }, { "question": "台灣彩券", - "icon": "./assets/data/nsi/logos/taiwanlottery-e831bc.undefined", "osmTags": { "and": [ "shop=lottery", @@ -516235,7 +458141,6 @@ }, { "question": "The Mall Group", - "icon": "./assets/data/nsi/logos/themallgroup-13d253.undefined", "osmTags": { "and": [ "shop=mall", @@ -516323,7 +458228,6 @@ }, { "question": "МЕГА", - "icon": "./assets/data/nsi/logos/mega-d413e2.undefined", "osmTags": { "and": [ "shop=mall", @@ -516380,7 +458284,6 @@ }, { "question": "万达广场", - "icon": "./assets/data/nsi/logos/2e5145-3db63f.undefined", "osmTags": { "and": [ "shop=mall", @@ -516511,7 +458414,6 @@ }, { "question": "Тайрай", - "icon": "./assets/data/nsi/logos/376aa0-0e8518.undefined", "osmTags": { "and": [ "shop=massage", @@ -516598,7 +458500,6 @@ }, { "question": "Goed", - "icon": "./assets/data/nsi/logos/goed-54440c.undefined", "osmTags": { "and": [ "shop=medical_supply", @@ -516678,7 +458579,6 @@ }, { "question": "Аптечный склад", - "icon": "./assets/data/nsi/logos/aa9d91-d15566.undefined", "osmTags": { "and": [ "shop=medical_supply", @@ -516693,7 +458593,6 @@ }, { "question": "Дом здоровья", - "icon": "./assets/data/nsi/logos/2d43cc-d15566.undefined", "osmTags": { "and": [ "shop=medical_supply", @@ -516740,7 +458639,6 @@ }, { "question": "Студия Слуха", - "icon": "./assets/data/nsi/logos/58e6ff-d15566.undefined", "osmTags": { "and": [ "shop=medical_supply", @@ -516787,7 +458685,6 @@ }, { "question": "A1 prodajno mesto", - "icon": "./assets/data/nsi/logos/a1prodajnomesto-6945ea.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517079,7 +458976,6 @@ }, { "question": "Eir", - "icon": "./assets/data/nsi/logos/eir-dbafb9.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517159,7 +459055,6 @@ }, { "question": "Freedom Mobile World", - "icon": "./assets/data/nsi/logos/freedommobileworld-4e531d.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517210,7 +459105,6 @@ }, { "question": "iPlace", - "icon": "./assets/data/nsi/logos/iplace-1b1a0a.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517242,7 +459136,6 @@ }, { "question": "Istudio", - "icon": "./assets/data/nsi/logos/istudio-2c407d.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517305,7 +459198,6 @@ }, { "question": "Mega device", - "icon": "./assets/data/nsi/logos/megadevice-2a48ca.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517386,7 +459278,6 @@ }, { "question": "Mobit", - "icon": "./assets/data/nsi/logos/mobit-c74974.undefined", "osmTags": { "and": [ "brand=Mobit", @@ -517460,7 +459351,6 @@ }, { "question": "O!Store", - "icon": "./assets/data/nsi/logos/ostore-7e5c09.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517507,7 +459397,6 @@ }, { "question": "One", - "icon": "./assets/data/nsi/logos/one-bcb9ac.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -517986,7 +459875,6 @@ }, { "question": "Telsim Vodafone", - "icon": "./assets/data/nsi/logos/telsimvodafone-7cc4eb.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -518813,7 +460701,6 @@ }, { "question": "НАʼСВЯЗИ", - "icon": "./assets/data/nsi/logos/474353-8f1ce6.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -518848,7 +460735,6 @@ }, { "question": "Сотовый мир", - "icon": "./assets/data/nsi/logos/b41e98-2c407d.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -518883,7 +460769,6 @@ }, { "question": "Телефон.ру", - "icon": "./assets/data/nsi/logos/5697c1-2c407d.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -519228,7 +461113,6 @@ }, { "question": "品胜", - "icon": "./assets/data/nsi/logos/pisen-f3af44.undefined", "osmTags": { "and": [ "shop=mobile_phone_accessories", @@ -519248,7 +461132,6 @@ }, { "question": "タムタム", - "icon": "./assets/data/nsi/logos/tamtam-a15586.undefined", "osmTags": { "and": [ "shop=model", @@ -519352,7 +461235,6 @@ }, { "question": "Amscot", - "icon": "./assets/data/nsi/logos/amscot-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519368,7 +461250,6 @@ }, { "question": "Barko Loans", - "icon": "./assets/data/nsi/logos/barkoloans-f725f4.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519384,7 +461265,6 @@ }, { "question": "California Check Cashing Stores", - "icon": "./assets/data/nsi/logos/californiacheckcashingstores-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519400,7 +461280,6 @@ }, { "question": "Cash 4 You", - "icon": "./assets/data/nsi/logos/cash4you-06fadc.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519416,7 +461295,6 @@ }, { "question": "Cash Credit", - "icon": "./assets/data/nsi/logos/cashcredit-937eaf.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519434,7 +461312,6 @@ }, { "question": "Cash Money", - "icon": "./assets/data/nsi/logos/cashmoney-d5f811.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519482,7 +461359,6 @@ }, { "question": "CashMax", - "icon": "./assets/data/nsi/logos/cashmax-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519547,7 +461423,6 @@ }, { "question": "Credissimo", - "icon": "./assets/data/nsi/logos/credissimo-937eaf.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519612,7 +461487,6 @@ }, { "question": "Fairstone Financial", - "icon": "./assets/data/nsi/logos/fairstonefinancial-d5f811.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519660,7 +461534,6 @@ }, { "question": "Kmf", - "icon": "./assets/data/nsi/logos/kmf-046e62.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519675,7 +461548,6 @@ }, { "question": "Lendmark Financial Services", - "icon": "./assets/data/nsi/logos/lendmarkfinancialservices-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519691,7 +461563,6 @@ }, { "question": "Mariner Finance", - "icon": "./assets/data/nsi/logos/marinerfinance-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519707,7 +461578,6 @@ }, { "question": "Midwest Title Loans", - "icon": "./assets/data/nsi/logos/midwesttitleloans-6b17f6.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519723,7 +461593,6 @@ }, { "question": "Momento", - "icon": "./assets/data/nsi/logos/momento-937eaf.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519756,7 +461625,6 @@ }, { "question": "Moneytree", - "icon": "./assets/data/nsi/logos/moneytree-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519856,7 +461724,6 @@ }, { "question": "Sun Loan", - "icon": "./assets/data/nsi/logos/sunloan-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519872,7 +461739,6 @@ }, { "question": "Taytay sa Kauswagan", - "icon": "./assets/data/nsi/logos/taytaysakauswagan-f85e7b.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519938,7 +461804,6 @@ }, { "question": "World Finance", - "icon": "./assets/data/nsi/logos/worldfinance-f9c954.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519954,7 +461819,6 @@ }, { "question": "Акс Финанс", - "icon": "./assets/data/nsi/logos/f3fdfe-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519969,7 +461833,6 @@ }, { "question": "Быстроденьги", - "icon": "./assets/data/nsi/logos/72ac10-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519984,7 +461847,6 @@ }, { "question": "Быстрый заём", - "icon": "./assets/data/nsi/logos/6d17be-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -519999,7 +461861,6 @@ }, { "question": "Займер", - "icon": "./assets/data/nsi/logos/31fa77-046e62.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520014,7 +461875,6 @@ }, { "question": "Касса Взаимопомощи", - "icon": "./assets/data/nsi/logos/eaa927-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520029,7 +461889,6 @@ }, { "question": "Отличные наличные", - "icon": "./assets/data/nsi/logos/3b0369-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520044,7 +461903,6 @@ }, { "question": "Финтерра", - "icon": "./assets/data/nsi/logos/c678a7-cbb345.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520075,7 +461933,6 @@ }, { "question": "ბერმელი", - "icon": "./assets/data/nsi/logos/bermeli-2ed877.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520098,7 +461955,6 @@ }, { "question": "アコム", - "icon": "./assets/data/nsi/logos/42f87e-9de2dd.undefined", "osmTags": { "and": [ "shop=money_lender", @@ -520313,7 +462169,6 @@ }, { "question": "Mitsukoshi", - "icon": "./assets/data/nsi/logos/mitsukoshi-7f0c43.undefined", "osmTags": { "and": [ "shop=motorcycle", @@ -520328,7 +462183,6 @@ }, { "question": "Motorstar", - "icon": "./assets/data/nsi/logos/motorstar-7f0c43.undefined", "osmTags": { "and": [ "shop=motorcycle", @@ -520407,7 +462261,6 @@ }, { "question": "Rusi", - "icon": "./assets/data/nsi/logos/rusi-7f0c43.undefined", "osmTags": { "and": [ "shop=motorcycle", @@ -520485,7 +462338,6 @@ }, { "question": "Wheeltek", - "icon": "./assets/data/nsi/logos/wheeltek-7f0c43.undefined", "osmTags": { "and": [ "shop=motorcycle", @@ -521027,7 +462879,6 @@ }, { "question": "CNN Newsstand", - "icon": "./assets/data/nsi/logos/cnnnewsstand-fa8cad.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521139,7 +462990,6 @@ }, { "question": "Mag Presse", - "icon": "./assets/data/nsi/logos/magpresse-8612f7.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521202,7 +463052,6 @@ }, { "question": "Press Shop", - "icon": "./assets/data/nsi/logos/pressshop-293759.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521314,7 +463163,6 @@ }, { "question": "БелДрук", - "icon": "./assets/data/nsi/logos/b6fe6a-e86250.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521330,7 +463178,6 @@ }, { "question": "Белсаюздрук", - "icon": "./assets/data/nsi/logos/28555b-e86250.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521345,7 +463192,6 @@ }, { "question": "Віцебскаблсаюздрук", - "icon": "./assets/data/nsi/logos/e998e8-e86250.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521376,7 +463222,6 @@ }, { "question": "Роспечать", - "icon": "./assets/data/nsi/logos/5506ed-313f17.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521391,7 +463236,6 @@ }, { "question": "Союзпечать", - "icon": "./assets/data/nsi/logos/6aba18-313f17.undefined", "osmTags": { "and": [ "shop=newsagent", @@ -521507,7 +463351,6 @@ }, { "question": "BioTechUSA", - "icon": "./assets/data/nsi/logos/biotechusa-8d859c.undefined", "osmTags": { "and": [ "shop=nutrition_supplements", @@ -521587,7 +463430,6 @@ }, { "question": "NL International", - "icon": "./assets/data/nsi/logos/nlinternational-38b891.undefined", "osmTags": { "and": [ "shop=nutrition_supplements", @@ -521619,7 +463461,6 @@ }, { "question": "Super Supplements", - "icon": "./assets/data/nsi/logos/supersupplements-8feed0.undefined", "osmTags": { "and": [ "shop=nutrition_supplements", @@ -521683,7 +463524,6 @@ }, { "question": "Сибирское здоровье", - "icon": "./assets/data/nsi/logos/4e980a-c64acd.undefined", "osmTags": { "and": [ "shop=nutrition_supplements", @@ -521698,7 +463538,6 @@ }, { "question": "Mr. Almond", - "icon": "./assets/data/nsi/logos/mralmond-f85d29.undefined", "osmTags": { "and": [ "shop=nuts", @@ -521748,7 +463587,6 @@ }, { "question": "三只松鼠", - "icon": "./assets/data/nsi/logos/threesquirrels-1d484f.undefined", "osmTags": { "and": [ "shop=nuts", @@ -521768,7 +463606,6 @@ }, { "question": "良品铺子", - "icon": "./assets/data/nsi/logos/bestore-1d484f.undefined", "osmTags": { "and": [ "shop=nuts", @@ -522032,7 +463869,6 @@ }, { "question": "Clarkson Eyecare", - "icon": "./assets/data/nsi/logos/clarksoneyecare-5b6831.undefined", "osmTags": { "and": [ "healthcare=optometrist", @@ -522165,7 +464001,6 @@ }, { "question": "Eyemart Express", - "icon": "./assets/data/nsi/logos/eyemartexpress-5b6831.undefined", "osmTags": { "and": [ "shop=optician", @@ -522277,7 +464112,6 @@ }, { "question": "GMO", - "icon": "./assets/data/nsi/logos/gmo-963ac3.undefined", "osmTags": { "and": [ "shop=optician", @@ -522648,7 +464482,6 @@ }, { "question": "Multiópticas (España)", - "icon": "./assets/data/nsi/logos/multiopticas-61af00.undefined", "osmTags": { "and": [ "shop=optician", @@ -522986,7 +464819,6 @@ }, { "question": "Optikos pasaulis", - "icon": "./assets/data/nsi/logos/optikospasaulis-78a1fe.undefined", "osmTags": { "and": [ "shop=optician", @@ -523101,7 +464933,6 @@ }, { "question": "Pearle Studio", - "icon": "./assets/data/nsi/logos/pearlestudio-719c83.undefined", "osmTags": { "and": [ "shop=optician", @@ -523215,7 +465046,6 @@ }, { "question": "Shopko Optical", - "icon": "./assets/data/nsi/logos/shopkooptical-5b6831.undefined", "osmTags": { "and": [ "shop=optician", @@ -523295,7 +465125,6 @@ }, { "question": "Solstice Sunglasses", - "icon": "./assets/data/nsi/logos/solsticesunglasses-5b6831.undefined", "osmTags": { "and": [ "shop=optician", @@ -523408,7 +465237,6 @@ }, { "question": "Target Optical", - "icon": "./assets/data/nsi/logos/targetoptical-5b6831.undefined", "osmTags": { "and": [ "shop=optician", @@ -523424,7 +465252,6 @@ }, { "question": "Theodore & Pringle Optical", - "icon": "./assets/data/nsi/logos/theodoreandpringleoptical-8232b6.undefined", "osmTags": { "and": [ "shop=optician", @@ -523472,7 +465299,6 @@ }, { "question": "Vision Plus", - "icon": "./assets/data/nsi/logos/visionplus-8cd79e.undefined", "osmTags": { "and": [ "shop=optician", @@ -523584,7 +465410,6 @@ }, { "question": "Айкрафт", - "icon": "./assets/data/nsi/logos/174eae-103edc.undefined", "osmTags": { "and": [ "shop=optician", @@ -523636,7 +465461,6 @@ }, { "question": "Оптимист Оптика", - "icon": "./assets/data/nsi/logos/6b8ee8-103edc.undefined", "osmTags": { "and": [ "shop=optician", @@ -523958,7 +465782,6 @@ }, { "question": "小林眼鏡", - "icon": "./assets/data/nsi/logos/kobayashioptical-b2cb2d.undefined", "osmTags": { "and": [ "shop=optician", @@ -524763,7 +466586,6 @@ }, { "question": "Boxberry", - "icon": "./assets/data/nsi/logos/boxberry-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524795,7 +466617,6 @@ }, { "question": "KazanExpress", - "icon": "./assets/data/nsi/logos/kazanexpress-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524826,7 +466647,6 @@ }, { "question": "MaxMarket", - "icon": "./assets/data/nsi/logos/maxmarket-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524857,7 +466677,6 @@ }, { "question": "Ozon Rocket", - "icon": "./assets/data/nsi/logos/ozonrocket-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524904,7 +466723,6 @@ }, { "question": "Авито", - "icon": "./assets/data/nsi/logos/a9bd6c-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524935,7 +466753,6 @@ }, { "question": "Магнит Маркет", - "icon": "./assets/data/nsi/logos/1d12c1-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -524950,7 +466767,6 @@ }, { "question": "Онлайн Трейд", - "icon": "./assets/data/nsi/logos/eeed4b-968c70.undefined", "osmTags": { "and": [ "shop=outpost", @@ -525368,7 +467184,6 @@ }, { "question": "Мир Красок", - "icon": "./assets/data/nsi/logos/957625-e426d5.undefined", "osmTags": { "and": [ "shop=paint", @@ -525645,7 +467460,6 @@ }, { "question": "Just Bake", - "icon": "./assets/data/nsi/logos/justbake-77ae94.undefined", "osmTags": { "and": [ "delivery=yes", @@ -525901,7 +467715,6 @@ }, { "question": "Skyline", - "icon": "./assets/data/nsi/logos/skyline-5d47b0.undefined", "osmTags": { "and": [ "shop=pastry", @@ -525949,7 +467762,6 @@ }, { "question": "Sweet Chariot", - "icon": "./assets/data/nsi/logos/sweetchariot-77ae94.undefined", "osmTags": { "and": [ "delivery=yes", @@ -525988,7 +467800,6 @@ }, { "question": "Theobroma", - "icon": "./assets/data/nsi/logos/theobroma-77ae94.undefined", "osmTags": { "and": [ "delivery=yes", @@ -526102,7 +467913,6 @@ }, { "question": "泸溪河", - "icon": "./assets/data/nsi/logos/luxihetaosu-f204a7.undefined", "osmTags": { "and": [ "cuisine=chinese", @@ -526123,7 +467933,6 @@ }, { "question": "稻香村(北京)", - "icon": "./assets/data/nsi/logos/beijingdaoxiangcun-f204a7.undefined", "osmTags": { "and": [ "cuisine=chinese", @@ -526147,7 +467956,6 @@ }, { "question": "稻香村(苏州)", - "icon": "./assets/data/nsi/logos/daoxiangcun-f204a7.undefined", "osmTags": { "and": [ "cuisine=chinese", @@ -526171,7 +467979,6 @@ }, { "question": "Ablaza Pawnshop", - "icon": "./assets/data/nsi/logos/ablazapawnshop-6d9487.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526204,7 +468011,6 @@ }, { "question": "Cash America Pawn", - "icon": "./assets/data/nsi/logos/cashamericapawn-9520ff.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526220,7 +468026,6 @@ }, { "question": "Cash Converters", - "icon": "./assets/data/nsi/logos/cashconverters-1c62e9.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526252,7 +468057,6 @@ }, { "question": "Cash Generator", - "icon": "./assets/data/nsi/logos/cashgenerator-c861e3.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526268,7 +468072,6 @@ }, { "question": "CB Estrada Pawnshop", - "icon": "./assets/data/nsi/logos/cbestradapawnshop-6d9487.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526301,7 +468104,6 @@ }, { "question": "Compro Oro", - "icon": "./assets/data/nsi/logos/comprooro-0e19c7.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526316,7 +468118,6 @@ }, { "question": "Exchange", - "icon": "./assets/data/nsi/logos/exchange-a6b41f.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526347,7 +468148,6 @@ }, { "question": "First Cash", - "icon": "./assets/data/nsi/logos/firstcash-25220b.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526379,7 +468179,6 @@ }, { "question": "H&T Pawnbrokers", - "icon": "./assets/data/nsi/logos/handtpawnbrokers-c861e3.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526395,7 +468194,6 @@ }, { "question": "Jaro Pawnshop", - "icon": "./assets/data/nsi/logos/jaropawnshop-6d9487.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526507,7 +468305,6 @@ }, { "question": "RD Pawnshop", - "icon": "./assets/data/nsi/logos/rd-6d9487.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526539,7 +468336,6 @@ }, { "question": "Super", - "icon": "./assets/data/nsi/logos/super-f8f7da.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526570,7 +468366,6 @@ }, { "question": "USA Pawn and Jewelry", - "icon": "./assets/data/nsi/logos/usapawnandjewelry-9520ff.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526620,7 +468415,6 @@ }, { "question": "Благо (Россия)", - "icon": "./assets/data/nsi/logos/1a22da-a9abeb.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526651,7 +468445,6 @@ }, { "question": "Ломбард Центральный", - "icon": "./assets/data/nsi/logos/c5647a-6b12a2.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526666,7 +468459,6 @@ }, { "question": "Сейф", - "icon": "./assets/data/nsi/logos/82da93-f8f7da.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526697,7 +468489,6 @@ }, { "question": "Скс Ломбард", - "icon": "./assets/data/nsi/logos/e5800a-a9abeb.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526712,7 +468503,6 @@ }, { "question": "Центральний", - "icon": "./assets/data/nsi/logos/c4a647-6b12a2.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526728,7 +468518,6 @@ }, { "question": "大黒屋", - "icon": "./assets/data/nsi/logos/daikokuya-b777db.undefined", "osmTags": { "and": [ "shop=pawnbroker", @@ -526764,7 +468553,6 @@ }, { "question": "Ahmed Al Maghribi", - "icon": "./assets/data/nsi/logos/ahmedalmaghribi-e40920.undefined", "osmTags": { "and": [ "shop=perfumery", @@ -527163,7 +468951,6 @@ }, { "question": "AlphaZoo", - "icon": "./assets/data/nsi/logos/alphazoo-28b0e3.undefined", "osmTags": { "and": [ "shop=pet", @@ -527258,7 +469045,6 @@ }, { "question": "Best Friends", - "icon": "./assets/data/nsi/logos/bestfriends-26188c.undefined", "osmTags": { "and": [ "shop=pet", @@ -527418,7 +469204,6 @@ }, { "question": "Jumper", - "icon": "./assets/data/nsi/logos/jumper-734485.undefined", "osmTags": { "and": [ "shop=pet", @@ -527740,7 +469525,6 @@ }, { "question": "Petland Discounts", - "icon": "./assets/data/nsi/logos/petlanddiscounts-81a22d.undefined", "osmTags": { "and": [ "shop=pet", @@ -528127,7 +469911,6 @@ }, { "question": "ZOObazar", - "icon": "./assets/data/nsi/logos/zoobazar-3053c4.undefined", "osmTags": { "and": [ "shop=pet", @@ -528159,7 +469942,6 @@ }, { "question": "ZOOмаркет", - "icon": "./assets/data/nsi/logos/e83696-3053c4.undefined", "osmTags": { "and": [ "shop=pet", @@ -528222,7 +470004,6 @@ }, { "question": "Зоомир", - "icon": "./assets/data/nsi/logos/49dd5c-d273ef.undefined", "osmTags": { "and": [ "shop=pet", @@ -528385,7 +470166,6 @@ }, { "question": "イオンペット", - "icon": "./assets/data/nsi/logos/aeonpet-def705.undefined", "osmTags": { "and": [ "shop=pet", @@ -528593,7 +470373,6 @@ }, { "question": "コイデカメラ", - "icon": "./assets/data/nsi/logos/koidecamera-686725.undefined", "osmTags": { "and": [ "shop=photo", @@ -528633,7 +470412,6 @@ }, { "question": "彩色熊猫", - "icon": "./assets/data/nsi/logos/ca79e5-723043.undefined", "osmTags": { "and": [ "shop=photo", @@ -528651,7 +470429,6 @@ }, { "question": "微笑时刻", - "icon": "./assets/data/nsi/logos/smiletime-723043.undefined", "osmTags": { "and": [ "shop=photo", @@ -528671,7 +470448,6 @@ }, { "question": "海马体照相馆", - "icon": "./assets/data/nsi/logos/himo-723043.undefined", "osmTags": { "and": [ "shop=photo", @@ -528691,7 +470467,6 @@ }, { "question": "Ahern Rentals", - "icon": "./assets/data/nsi/logos/ahernrentals-a0a976.undefined", "osmTags": { "and": [ "shop=plant_hire", @@ -528739,7 +470514,6 @@ }, { "question": "H&E Equipment Services", - "icon": "./assets/data/nsi/logos/handeequipmentservices-a0a976.undefined", "osmTags": { "and": [ "shop=plant_hire", @@ -528979,7 +470753,6 @@ }, { "question": "TNT Fireworks", - "icon": "./assets/data/nsi/logos/tntfireworks-f0f687.undefined", "osmTags": { "and": [ "shop=pyrotechnics", @@ -529062,7 +470835,6 @@ }, { "question": "Mobile Mini (UK)", - "icon": "./assets/data/nsi/logos/mobilemini-0ac50a.undefined", "osmTags": { "and": [ "shop=rental", @@ -529192,7 +470964,6 @@ }, { "question": "Plusone", - "icon": "./assets/data/nsi/logos/plusone-63a4a7.undefined", "osmTags": { "and": [ "shop=repair", @@ -529228,7 +470999,6 @@ }, { "question": "Икорный", - "icon": "./assets/data/nsi/logos/43b6ed-93be8b.undefined", "osmTags": { "and": [ "shop=seafood", @@ -529261,7 +471031,6 @@ }, { "question": "Cash Express", - "icon": "./assets/data/nsi/logos/cashexpress-92f900.undefined", "osmTags": { "and": [ "shop=second_hand", @@ -529369,7 +471138,6 @@ }, { "question": "オフハウス", - "icon": "./assets/data/nsi/logos/offhouse-f1a9c4.undefined", "osmTags": { "and": [ "shop=second_hand", @@ -529429,7 +471197,6 @@ }, { "question": "ハードオフ", - "icon": "./assets/data/nsi/logos/hardoff-f1a9c4.undefined", "osmTags": { "and": [ "shop=second_hand", @@ -529449,7 +471216,6 @@ }, { "question": "ホビーオフ", - "icon": "./assets/data/nsi/logos/hobbyoff-f1a9c4.undefined", "osmTags": { "and": [ "shop=second_hand", @@ -529469,7 +471235,6 @@ }, { "question": "買取王国", - "icon": "./assets/data/nsi/logos/treasurebomb-f1a9c4.undefined", "osmTags": { "and": [ "shop=second_hand", @@ -529686,7 +471451,6 @@ }, { "question": "B2", - "icon": "./assets/data/nsi/logos/b2-189a70.undefined", "osmTags": { "and": [ "shop=shoes", @@ -530782,7 +472546,6 @@ }, { "question": "Kari Kids", - "icon": "./assets/data/nsi/logos/karikids-6758e9.undefined", "osmTags": { "and": [ "shop=shoes", @@ -530850,7 +472613,6 @@ }, { "question": "La Halle aux Chaussures", - "icon": "./assets/data/nsi/logos/lahalleauxchaussures-c57706.undefined", "osmTags": { "and": [ "shop=shoes", @@ -530915,7 +472677,6 @@ }, { "question": "Liberty", - "icon": "./assets/data/nsi/logos/libertyexclusiveshowroom-02b6ad.undefined", "osmTags": { "and": [ "shop=shoes", @@ -531010,7 +472771,6 @@ }, { "question": "Manfield (France)", - "icon": "./assets/data/nsi/logos/manfield-e6cf1b.undefined", "osmTags": { "and": [ "shop=shoes", @@ -531138,7 +472898,6 @@ }, { "question": "Megatop", - "icon": "./assets/data/nsi/logos/megatop-bc0473.undefined", "osmTags": { "and": [ "shop=shoes", @@ -531636,7 +473395,6 @@ }, { "question": "Respect (Беларусь/Россия)", - "icon": "./assets/data/nsi/logos/respect-886255.undefined", "osmTags": { "and": [ "shop=shoes", @@ -531941,7 +473699,6 @@ }, { "question": "Schuhkay", - "icon": "./assets/data/nsi/logos/schuhkay-0833e2.undefined", "osmTags": { "and": [ "shop=shoes", @@ -531989,7 +473746,6 @@ }, { "question": "Seaside", - "icon": "./assets/data/nsi/logos/seaside-108eac.undefined", "osmTags": { "and": [ "shop=shoes", @@ -532036,7 +473792,6 @@ }, { "question": "Shagovita", - "icon": "./assets/data/nsi/logos/shagovita-18cb77.undefined", "osmTags": { "and": [ "shop=shoes", @@ -532258,7 +474013,6 @@ }, { "question": "SIDESTEP", - "icon": "./assets/data/nsi/logos/sidestep-0833e2.undefined", "osmTags": { "and": [ "shop=shoes", @@ -532466,7 +474220,6 @@ }, { "question": "Street Fever", - "icon": "./assets/data/nsi/logos/streetfever-067547.undefined", "osmTags": { "and": [ "shop=shoes", @@ -532836,7 +474589,6 @@ }, { "question": "Zenden", - "icon": "./assets/data/nsi/logos/zenden-0a14c2.undefined", "osmTags": { "and": [ "shop=shoes", @@ -532867,7 +474619,6 @@ }, { "question": "Мегатоп", - "icon": "./assets/data/nsi/logos/c5e558-bc0473.undefined", "osmTags": { "and": [ "shop=shoes", @@ -533070,7 +474821,6 @@ }, { "question": "足力健老人鞋", - "icon": "./assets/data/nsi/logos/zulijian-2cdeaf.undefined", "osmTags": { "and": [ "shop=shoes", @@ -533972,7 +475722,6 @@ }, { "question": "Pro Image Sports", - "icon": "./assets/data/nsi/logos/proimagesports-89ce6f.undefined", "osmTags": { "and": [ "shop=sports", @@ -534529,7 +476278,6 @@ }, { "question": "スポーツデポ", - "icon": "./assets/data/nsi/logos/sportsdepo-04ead7.undefined", "osmTags": { "and": [ "shop=sports", @@ -534822,7 +476570,6 @@ }, { "question": "Office 1", - "icon": "./assets/data/nsi/logos/office1-6800b0.undefined", "osmTags": { "and": [ "shop=stationery", @@ -534838,7 +476585,6 @@ }, { "question": "Office Depot", - "icon": "./assets/data/nsi/logos/officedepot-8bfff1.undefined", "osmTags": { "and": [ "shop=stationery", @@ -534854,7 +476600,6 @@ }, { "question": "OfficeMax", - "icon": "./assets/data/nsi/logos/officemax-f154d6.undefined", "osmTags": { "and": [ "shop=stationery", @@ -534918,7 +476663,6 @@ }, { "question": "Paperchase", - "icon": "./assets/data/nsi/logos/paperchase-a503c5.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535062,7 +476806,6 @@ }, { "question": "БелБланк", - "icon": "./assets/data/nsi/logos/7e915f-ca3a38.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535077,7 +476820,6 @@ }, { "question": "Глобус", - "icon": "./assets/data/nsi/logos/d19aa5-c61d09.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535092,7 +476834,6 @@ }, { "question": "Канцлер", - "icon": "./assets/data/nsi/logos/b2b772-b8bb59.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535107,7 +476848,6 @@ }, { "question": "Карандаш", - "icon": "./assets/data/nsi/logos/41fbf0-048ffe.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535142,7 +476882,6 @@ }, { "question": "九乘九文具專家", - "icon": "./assets/data/nsi/logos/9x9stationery-1884c5.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535162,7 +476901,6 @@ }, { "question": "晨光文具", - "icon": "./assets/data/nsi/logos/34a306-cfa3fb.undefined", "osmTags": { "and": [ "shop=stationery", @@ -535389,7 +477127,6 @@ }, { "question": "Lok'nStore", - "icon": "./assets/data/nsi/logos/loknstore-93b48c.undefined", "osmTags": { "and": [ "shop=storage_rental", @@ -535957,7 +477694,6 @@ }, { "question": "ライゼボックス", - "icon": "./assets/data/nsi/logos/reisebox-40a7f7.undefined", "osmTags": { "and": [ "shop=storage_rental", @@ -535977,7 +477713,6 @@ }, { "question": "365discount", - "icon": "./assets/data/nsi/logos/365discount-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -536696,7 +478431,6 @@ }, { "question": "Bel Air", - "icon": "./assets/data/nsi/logos/belair-097dbf.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -536728,7 +478462,6 @@ }, { "question": "Beta", - "icon": "./assets/data/nsi/logos/beta-858077.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -536743,7 +478476,6 @@ }, { "question": "Bhat-Bhateni Super Market", - "icon": "./assets/data/nsi/logos/bhatbhatenisupermarket-e40c68.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -536893,7 +478625,6 @@ }, { "question": "Big-A", - "icon": "./assets/data/nsi/logos/biga-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -536977,7 +478708,6 @@ }, { "question": "Billa Днес", - "icon": "./assets/data/nsi/logos/4e4d77-56b425.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -537526,7 +479256,6 @@ }, { "question": "Carrefour Contact", - "icon": "./assets/data/nsi/logos/carrefourcontact-e52941.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -537542,7 +479271,6 @@ }, { "question": "Carrefour Market", - "icon": "./assets/data/nsi/logos/carrefourmarket-986a24.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -537916,7 +479644,6 @@ }, { "question": "CJ Supermarket", - "icon": "./assets/data/nsi/logos/cjsupermarket-fd4d8d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -538066,7 +479793,6 @@ }, { "question": "Coles Local", - "icon": "./assets/data/nsi/logos/coleslocal-c254c9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -538148,7 +479874,6 @@ }, { "question": "Conad City", - "icon": "./assets/data/nsi/logos/conadcity-0cb133.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -538164,7 +479889,6 @@ }, { "question": "Conad Superstore", - "icon": "./assets/data/nsi/logos/conadsuperstore-0cb133.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -538726,7 +480450,6 @@ }, { "question": "Dagli'Brugsen", - "icon": "./assets/data/nsi/logos/daglibrugsen-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -538822,7 +480545,6 @@ }, { "question": "Delikatesy Centrum", - "icon": "./assets/data/nsi/logos/delikatesycentrum-9e6a6c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -539298,7 +481020,6 @@ }, { "question": "Economy Cash", - "icon": "./assets/data/nsi/logos/economycash-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -539384,7 +481105,6 @@ }, { "question": "Eko", - "icon": "./assets/data/nsi/logos/eko-9e6a6c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -539705,7 +481425,6 @@ }, { "question": "Familia", - "icon": "./assets/data/nsi/logos/familia-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -539800,7 +481519,6 @@ }, { "question": "Fix Price", - "icon": "./assets/data/nsi/logos/fixprice-be42a4.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -539943,7 +481661,6 @@ }, { "question": "FoodLand (Eastern USA)", - "icon": "./assets/data/nsi/logos/foodland-0c6d0a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -540247,7 +481964,6 @@ }, { "question": "fusion", - "icon": "./assets/data/nsi/logos/fusion-745f9c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -540302,7 +482018,6 @@ }, { "question": "Gama", - "icon": "./assets/data/nsi/logos/gama-f9fd1a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -540510,7 +482225,6 @@ }, { "question": "Griya", - "icon": "./assets/data/nsi/logos/griya-9b33de.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -540805,7 +482519,6 @@ }, { "question": "Hiper Simply", - "icon": "./assets/data/nsi/logos/hipersimply-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541098,7 +482811,6 @@ }, { "question": "IDEA Super", - "icon": "./assets/data/nsi/logos/ideasuper-7f1f6d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541198,7 +482910,6 @@ }, { "question": "Incoop", - "icon": "./assets/data/nsi/logos/incoop-0cb133.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541358,7 +483069,6 @@ }, { "question": "Irma", - "icon": "./assets/data/nsi/logos/irma-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541652,7 +483362,6 @@ }, { "question": "Kipa", - "icon": "./assets/data/nsi/logos/kipa-5b5772.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541748,7 +483457,6 @@ }, { "question": "Konzum (Česko)", - "icon": "./assets/data/nsi/logos/konzum-261d20.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541859,7 +483567,6 @@ }, { "question": "Kvickly", - "icon": "./assets/data/nsi/logos/kvickly-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541923,7 +483630,6 @@ }, { "question": "La Despensa", - "icon": "./assets/data/nsi/logos/ladespensa-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -541989,7 +483695,6 @@ }, { "question": "Leader Price", - "icon": "./assets/data/nsi/logos/leaderprice-8d94f8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542150,7 +483855,6 @@ }, { "question": "Londis (UK)", - "icon": "./assets/data/nsi/logos/londis-a8278b.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542253,7 +483957,6 @@ }, { "question": "Løvbjerg", - "icon": "./assets/data/nsi/logos/lovbjerg-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542269,7 +483972,6 @@ }, { "question": "Lowe's Market", - "icon": "./assets/data/nsi/logos/lowesmarket-dde59d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542350,7 +484052,6 @@ }, { "question": "Luna", - "icon": "./assets/data/nsi/logos/luna-0d2b84.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542432,7 +484133,6 @@ }, { "question": "Macrocenter", - "icon": "./assets/data/nsi/logos/macrocenter-5b5772.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542464,7 +484164,6 @@ }, { "question": "Magnum", - "icon": "./assets/data/nsi/logos/magnum-8f26de.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542479,7 +484178,6 @@ }, { "question": "Marc's", - "icon": "./assets/data/nsi/logos/marcs-927fbd.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542495,7 +484193,6 @@ }, { "question": "Marché Adonis", - "icon": "./assets/data/nsi/logos/marcheadonis-76454b.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542511,7 +484208,6 @@ }, { "question": "Margin Free Market", - "icon": "./assets/data/nsi/logos/marginfreemarket-9ef8f9.undefined", "osmTags": { "and": [ "official_name=Margin Free Market Pvt Ltd", @@ -542593,7 +484289,6 @@ }, { "question": "Market In", - "icon": "./assets/data/nsi/logos/marketin-37450e.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -542692,7 +484387,6 @@ }, { "question": "Marqt", - "icon": "./assets/data/nsi/logos/marqt-5811b5.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543006,7 +484700,6 @@ }, { "question": "Mega", - "icon": "./assets/data/nsi/logos/mega-0cb133.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543072,7 +484765,6 @@ }, { "question": "Megasave", - "icon": "./assets/data/nsi/logos/megasave-6d06e8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543428,7 +485120,6 @@ }, { "question": "Min Købmand", - "icon": "./assets/data/nsi/logos/minkobmand-072052.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543512,7 +485203,6 @@ }, { "question": "MM Migros", - "icon": "./assets/data/nsi/logos/mmmigros-36e991.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543559,7 +485249,6 @@ }, { "question": "Monoprix (Tunisia)", - "icon": "./assets/data/nsi/logos/monoprix-fb893a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543609,7 +485298,6 @@ }, { "question": "Morton Williams", - "icon": "./assets/data/nsi/logos/mortonwilliams-c616c2.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543641,7 +485329,6 @@ }, { "question": "My market", - "icon": "./assets/data/nsi/logos/mymarket-37450e.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543687,7 +485374,6 @@ }, { "question": "Nah & Frisch", - "icon": "./assets/data/nsi/logos/nahandfrisch-6367d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543944,7 +485630,6 @@ }, { "question": "Nilgiri's", - "icon": "./assets/data/nsi/logos/nilgiris-9ef8f9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -543992,7 +485677,6 @@ }, { "question": "Nomi", - "icon": "./assets/data/nsi/logos/nomi-9e6a6c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544120,7 +485804,6 @@ }, { "question": "NTL", - "icon": "./assets/data/nsi/logos/ntl-f279a1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544201,7 +485884,6 @@ }, { "question": "OK Minimark", - "icon": "./assets/data/nsi/logos/okminimark-6d06e8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544297,7 +485979,6 @@ }, { "question": "Pam", - "icon": "./assets/data/nsi/logos/pam-d52198.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544313,7 +485994,6 @@ }, { "question": "Panamericana", - "icon": "./assets/data/nsi/logos/panamericana-3bce4c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544506,7 +486186,6 @@ }, { "question": "Piotr i Paweł", - "icon": "./assets/data/nsi/logos/piotripawel-9e6a6c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -544699,7 +486378,6 @@ }, { "question": "Prisma", - "icon": "./assets/data/nsi/logos/prisma-c9c76a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545052,7 +486730,6 @@ }, { "question": "Redner's", - "icon": "./assets/data/nsi/logos/redners-dde59d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545068,7 +486745,6 @@ }, { "question": "Reliance Fresh", - "icon": "./assets/data/nsi/logos/reliancefresh-9ef8f9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545297,7 +486973,6 @@ }, { "question": "S-market", - "icon": "./assets/data/nsi/logos/smarket-46d3b7.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545480,7 +487155,6 @@ }, { "question": "Savegnago Supermercados", - "icon": "./assets/data/nsi/logos/savegnagosupermercados-20f2a8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545512,7 +487186,6 @@ }, { "question": "Savemore", - "icon": "./assets/data/nsi/logos/savemore-49e134.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545527,7 +487200,6 @@ }, { "question": "Savemore Market", - "icon": "./assets/data/nsi/logos/savemoremarket-49e134.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545575,7 +487247,6 @@ }, { "question": "Scotmid", - "icon": "./assets/data/nsi/logos/scotmid-a8278b.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545676,7 +487347,6 @@ }, { "question": "Sheng Siong", - "icon": "./assets/data/nsi/logos/shengsiong-07d9e1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545740,7 +487410,6 @@ }, { "question": "Shoprite (Nigeria)", - "icon": "./assets/data/nsi/logos/shoprite-1061bf.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -545919,7 +487588,6 @@ }, { "question": "Small", - "icon": "./assets/data/nsi/logos/small-8f26de.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -546159,7 +487827,6 @@ }, { "question": "Spinneys", - "icon": "./assets/data/nsi/logos/spinneys-37e51a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -546400,7 +488067,6 @@ }, { "question": "Super 1 Foods (Northwestern USA)", - "icon": "./assets/data/nsi/logos/super1foods-b85f7d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -546415,7 +488081,6 @@ }, { "question": "Super 1 Foods (Southern USA)", - "icon": "./assets/data/nsi/logos/super1foods-7f47bf.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -546771,7 +488436,6 @@ }, { "question": "Supermercado Covabra", - "icon": "./assets/data/nsi/logos/supermercadocovabra-20f2a8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -546899,7 +488563,6 @@ }, { "question": "Supplyco Super Market", - "icon": "./assets/data/nsi/logos/supplycosupermarket-9ef8f9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547053,7 +488716,6 @@ }, { "question": "Tesco Metro", - "icon": "./assets/data/nsi/logos/tescometro-23ec32.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547186,7 +488848,6 @@ }, { "question": "Tiendas D1", - "icon": "./assets/data/nsi/logos/tiendasd1-271a34.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547217,7 +488878,6 @@ }, { "question": "Tigre Amico", - "icon": "./assets/data/nsi/logos/tigreamico-0cb133.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547430,7 +489090,6 @@ }, { "question": "Triveni Supermarket", - "icon": "./assets/data/nsi/logos/trivenisupermarket-9ef8f9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547484,7 +489143,6 @@ }, { "question": "Türkiye Tarım Kredi Kooperatif Market", - "icon": "./assets/data/nsi/logos/turkiyetarimkredikooperatifmarket-5b5772.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547517,7 +489175,6 @@ }, { "question": "Unide", - "icon": "./assets/data/nsi/logos/unide-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547564,7 +489221,6 @@ }, { "question": "United Grocery Outlet", - "icon": "./assets/data/nsi/logos/unitedgroceryoutlet-aecdaf.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547612,7 +489268,6 @@ }, { "question": "Usave", - "icon": "./assets/data/nsi/logos/usave-1d4ed7.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547734,7 +489389,6 @@ }, { "question": "Victory", - "icon": "./assets/data/nsi/logos/victory-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547753,7 +489407,6 @@ }, { "question": "Vidal Supermercados", - "icon": "./assets/data/nsi/logos/vidal-0513f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -547998,7 +489651,6 @@ }, { "question": "Wholesale Club", - "icon": "./assets/data/nsi/logos/wholesaleclub-76454b.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548162,7 +489814,6 @@ }, { "question": "Xtra", - "icon": "./assets/data/nsi/logos/xtra-85c6ac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548263,7 +489914,6 @@ }, { "question": "Zovq", - "icon": "./assets/data/nsi/logos/zovq-da616d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548365,7 +490015,6 @@ }, { "question": "Σκλαβενίτης", - "icon": "./assets/data/nsi/logos/sklavenitis-40667a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548385,7 +490034,6 @@ }, { "question": "Абсолют (Россия)", - "icon": "./assets/data/nsi/logos/6784df-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548401,7 +490049,6 @@ }, { "question": "Абсолют (Україна)", - "icon": "./assets/data/nsi/logos/6784df-94881c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548417,7 +490064,6 @@ }, { "question": "Авоська", - "icon": "./assets/data/nsi/logos/avoska-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548456,7 +490102,6 @@ }, { "question": "Азия", - "icon": "./assets/data/nsi/logos/d1ee01-c9c3c5.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548471,7 +490116,6 @@ }, { "question": "Аникс", - "icon": "./assets/data/nsi/logos/5165e0-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548566,7 +490210,6 @@ }, { "question": "Байрам", - "icon": "./assets/data/nsi/logos/79c5a6-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548581,7 +490224,6 @@ }, { "question": "Батон", - "icon": "./assets/data/nsi/logos/baton-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548599,7 +490241,6 @@ }, { "question": "Белмаркет", - "icon": "./assets/data/nsi/logos/fb97c0-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548750,7 +490391,6 @@ }, { "question": "Глобус", - "icon": "./assets/data/nsi/logos/d19aa5-71a9f7.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548817,7 +490457,6 @@ }, { "question": "ДА!", - "icon": "./assets/data/nsi/logos/da-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548855,7 +490494,6 @@ }, { "question": "Десяточка", - "icon": "./assets/data/nsi/logos/desyatochka-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548909,7 +490547,6 @@ }, { "question": "Доброцен", - "icon": "./assets/data/nsi/logos/75426f-4736ec.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548944,7 +490581,6 @@ }, { "question": "Евроопт Hyper", - "icon": "./assets/data/nsi/logos/dc3845-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548960,7 +490596,6 @@ }, { "question": "Евроопт Super", - "icon": "./assets/data/nsi/logos/ba6617-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -548992,7 +490627,6 @@ }, { "question": "Карусель", - "icon": "./assets/data/nsi/logos/karusel-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549190,7 +490824,6 @@ }, { "question": "Магнит Семейный", - "icon": "./assets/data/nsi/logos/a90950-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549205,7 +490838,6 @@ }, { "question": "Магнит у дома", - "icon": "./assets/data/nsi/logos/cb7d3a-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549220,7 +490852,6 @@ }, { "question": "Магнолия", - "icon": "./assets/data/nsi/logos/1cdf18-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549271,7 +490902,6 @@ }, { "question": "Маяк", - "icon": "./assets/data/nsi/logos/bc2a95-170d1b.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549286,7 +490916,6 @@ }, { "question": "Мираторг", - "icon": "./assets/data/nsi/logos/cea493-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549357,7 +490986,6 @@ }, { "question": "Перекрёсток", - "icon": "./assets/data/nsi/logos/perekryostok-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549391,7 +491019,6 @@ }, { "question": "Полушка", - "icon": "./assets/data/nsi/logos/polushka-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549427,7 +491054,6 @@ }, { "question": "ПУД", - "icon": "./assets/data/nsi/logos/1ee305-95f58a.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549442,7 +491068,6 @@ }, { "question": "Пятёрочка", - "icon": "./assets/data/nsi/logos/pyaterochka-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549482,7 +491107,6 @@ }, { "question": "РеалЪ", - "icon": "./assets/data/nsi/logos/real-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549502,7 +491126,6 @@ }, { "question": "Реми", - "icon": "./assets/data/nsi/logos/remi-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549519,7 +491142,6 @@ }, { "question": "Рублёвский", - "icon": "./assets/data/nsi/logos/ee90e0-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549554,7 +491176,6 @@ }, { "question": "Санта", - "icon": "./assets/data/nsi/logos/516eeb-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549569,7 +491190,6 @@ }, { "question": "Светофор", - "icon": "./assets/data/nsi/logos/svetofor-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549587,7 +491207,6 @@ }, { "question": "Семишагофф", - "icon": "./assets/data/nsi/logos/caa815-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549603,7 +491222,6 @@ }, { "question": "Семья", - "icon": "./assets/data/nsi/logos/98abda-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549638,7 +491256,6 @@ }, { "question": "Соседи", - "icon": "./assets/data/nsi/logos/sosedi-5c34c1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549735,7 +491352,6 @@ }, { "question": "Фреш Маркет", - "icon": "./assets/data/nsi/logos/freshmarket-56b425.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549755,7 +491371,6 @@ }, { "question": "Фрунзе", - "icon": "./assets/data/nsi/logos/71f23a-ac7ff8.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549770,7 +491385,6 @@ }, { "question": "Хит! Экспресс", - "icon": "./assets/data/nsi/logos/cab3d0-a384d0.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549785,7 +491399,6 @@ }, { "question": "Чижик", - "icon": "./assets/data/nsi/logos/3d44da-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549801,7 +491414,6 @@ }, { "question": "Эдельвейс", - "icon": "./assets/data/nsi/logos/edelveis-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -549821,7 +491433,6 @@ }, { "question": "Ярче!", - "icon": "./assets/data/nsi/logos/yarche-d5eaac.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550031,7 +491642,6 @@ }, { "question": "ჯიბე", - "icon": "./assets/data/nsi/logos/jibe-873b68.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550050,7 +491660,6 @@ }, { "question": "אושר עד", - "icon": "./assets/data/nsi/logos/osherad-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550069,7 +491678,6 @@ }, { "question": "טיב טעם", - "icon": "./assets/data/nsi/logos/tivtaam-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550089,7 +491697,6 @@ }, { "question": "טיב טעם בעיר", - "icon": "./assets/data/nsi/logos/tivtaaminthecity-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550149,7 +491756,6 @@ }, { "question": "מגה", - "icon": "./assets/data/nsi/logos/mega-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550170,7 +491776,6 @@ }, { "question": "מגה בעיר", - "icon": "./assets/data/nsi/logos/megabair-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550191,7 +491796,6 @@ }, { "question": "קואופ שופ", - "icon": "./assets/data/nsi/logos/coopshop-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550210,7 +491814,6 @@ }, { "question": "קשת טעמים", - "icon": "./assets/data/nsi/logos/keshetteamim-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550309,7 +491912,6 @@ }, { "question": "שוק מהדרין", - "icon": "./assets/data/nsi/logos/shukmhadrin-6b65f1.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550372,7 +491974,6 @@ }, { "question": "افق کوروش", - "icon": "./assets/data/nsi/logos/ofoqkourosh-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550416,7 +492017,6 @@ }, { "question": "تيم مارت", - "icon": "./assets/data/nsi/logos/fc65e7-02224f.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550451,7 +492051,6 @@ }, { "question": "دیلی مارکت", - "icon": "./assets/data/nsi/logos/dailymarket-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550491,7 +492090,6 @@ }, { "question": "سوپر", - "icon": "./assets/data/nsi/logos/3b0e76-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550506,7 +492104,6 @@ }, { "question": "فروشگاه افق کوروش", - "icon": "./assets/data/nsi/logos/14a0fb-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550521,7 +492118,6 @@ }, { "question": "فروشگاه رفاه", - "icon": "./assets/data/nsi/logos/9ddc31-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550536,7 +492132,6 @@ }, { "question": "كارفور", - "icon": "./assets/data/nsi/logos/5ae056-6efd78.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550551,7 +492146,6 @@ }, { "question": "مونوبري", - "icon": "./assets/data/nsi/logos/1cd6b6-927e7d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550566,7 +492160,6 @@ }, { "question": "هایپراستار", - "icon": "./assets/data/nsi/logos/hyperstar-c29ef9.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550605,7 +492198,6 @@ }, { "question": "롯데슈퍼", - "icon": "./assets/data/nsi/logos/87a10a-12b833.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550623,7 +492215,6 @@ }, { "question": "우리마트", - "icon": "./assets/data/nsi/logos/ee59eb-12b833.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550640,7 +492231,6 @@ }, { "question": "하나로마트", - "icon": "./assets/data/nsi/logos/hanaromart-12b833.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550659,7 +492249,6 @@ }, { "question": "アコレ", - "icon": "./assets/data/nsi/logos/acolle-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550720,7 +492309,6 @@ }, { "question": "イオンスーパーセンター", - "icon": "./assets/data/nsi/logos/aeonsupercenter-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550740,7 +492328,6 @@ }, { "question": "イズミヤ", - "icon": "./assets/data/nsi/logos/izumiya-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -550821,7 +492408,6 @@ }, { "question": "エコス", - "icon": "./assets/data/nsi/logos/ecos-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551009,7 +492595,6 @@ }, { "question": "コープさっぽろ", - "icon": "./assets/data/nsi/logos/coopsapporo-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551049,7 +492634,6 @@ }, { "question": "ザ・ビッグ", - "icon": "./assets/data/nsi/logos/thebig-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551069,7 +492653,6 @@ }, { "question": "ザ・ビッグ エクスプレス", - "icon": "./assets/data/nsi/logos/thebigexpress-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551089,7 +492672,6 @@ }, { "question": "サミット", - "icon": "./assets/data/nsi/logos/summit-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551109,7 +492691,6 @@ }, { "question": "サンディ", - "icon": "./assets/data/nsi/logos/sundi-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551128,7 +492709,6 @@ }, { "question": "シティ", - "icon": "./assets/data/nsi/logos/city-c0ae3d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551148,7 +492728,6 @@ }, { "question": "シティマート", - "icon": "./assets/data/nsi/logos/citymart-c0ae3d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551168,7 +492747,6 @@ }, { "question": "スーパーアークス", - "icon": "./assets/data/nsi/logos/superarcs-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551208,7 +492786,6 @@ }, { "question": "スーパーバリュー", - "icon": "./assets/data/nsi/logos/supervalue-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551248,7 +492825,6 @@ }, { "question": "タイヨー(南九州)", - "icon": "./assets/data/nsi/logos/taiyo-aba7dc.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551268,7 +492844,6 @@ }, { "question": "タイヨー(南関東)", - "icon": "./assets/data/nsi/logos/taiyo-801a3e.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551331,7 +492906,6 @@ }, { "question": "トウズ", - "icon": "./assets/data/nsi/logos/tous-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551371,7 +492945,6 @@ }, { "question": "とりせん", - "icon": "./assets/data/nsi/logos/torisen-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551419,7 +492992,6 @@ }, { "question": "バロー", - "icon": "./assets/data/nsi/logos/valor-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551439,7 +493011,6 @@ }, { "question": "ピーコックストア", - "icon": "./assets/data/nsi/logos/peacockstore-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551519,7 +493090,6 @@ }, { "question": "フレスタ", - "icon": "./assets/data/nsi/logos/fresta-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551559,7 +493129,6 @@ }, { "question": "ベルク", - "icon": "./assets/data/nsi/logos/belc-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551579,7 +493148,6 @@ }, { "question": "ベルクス", - "icon": "./assets/data/nsi/logos/belx-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551739,7 +493307,6 @@ }, { "question": "ヤマナカ", - "icon": "./assets/data/nsi/logos/yamanaka-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551759,7 +493326,6 @@ }, { "question": "ユーパレット", - "icon": "./assets/data/nsi/logos/youpalette-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551863,7 +493429,6 @@ }, { "question": "ラッキー", - "icon": "./assets/data/nsi/logos/lucky-c0ae3d.undefined", "osmTags": { "and": [ "official_name=北雄ラッキー", @@ -551885,7 +493450,6 @@ }, { "question": "ラッキーマート", - "icon": "./assets/data/nsi/logos/luckymart-c0ae3d.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551905,7 +493469,6 @@ }, { "question": "ラルズマート", - "icon": "./assets/data/nsi/logos/ralsemart-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551925,7 +493488,6 @@ }, { "question": "ロピア", - "icon": "./assets/data/nsi/logos/lopia-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551945,7 +493507,6 @@ }, { "question": "ワイズマート", - "icon": "./assets/data/nsi/logos/ysmart-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551965,7 +493526,6 @@ }, { "question": "万代", - "icon": "./assets/data/nsi/logos/mandai-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -551985,7 +493545,6 @@ }, { "question": "东方冷库", - "icon": "./assets/data/nsi/logos/dflk-24a030.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552005,7 +493564,6 @@ }, { "question": "中百佳乐家", - "icon": "./assets/data/nsi/logos/jialejia-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552025,7 +493583,6 @@ }, { "question": "京客隆", - "icon": "./assets/data/nsi/logos/jingkelong-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552045,7 +493602,6 @@ }, { "question": "佳宝食品超級市場 Kai Bo Food Supermarket", - "icon": "./assets/data/nsi/logos/kaibofoodsupermarket-745f9c.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552099,7 +493655,6 @@ }, { "question": "农工商超市", - "icon": "./assets/data/nsi/logos/ngs-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552123,7 +493678,6 @@ }, { "question": "北京华联", - "icon": "./assets/data/nsi/logos/bhg-9c949f.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552163,7 +493717,6 @@ }, { "question": "大张超市", - "icon": "./assets/data/nsi/logos/dazhang-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552262,7 +493815,6 @@ }, { "question": "家家悦", - "icon": "./assets/data/nsi/logos/jiajiayue-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552310,7 +493862,6 @@ }, { "question": "家樂福超市", - "icon": "./assets/data/nsi/logos/carrefourmarket-14223e.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552406,7 +493957,6 @@ }, { "question": "東光ストア", - "icon": "./assets/data/nsi/logos/tokoustore-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552486,7 +494036,6 @@ }, { "question": "業務スーパー", - "icon": "./assets/data/nsi/logos/gyomusuper-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552548,7 +494097,6 @@ }, { "question": "永辉超市", - "icon": "./assets/data/nsi/logos/yonghuisuperstores-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552588,7 +494136,6 @@ }, { "question": "济南华联超市", - "icon": "./assets/data/nsi/logos/jinanhualian-24a030.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552608,7 +494155,6 @@ }, { "question": "物美", - "icon": "./assets/data/nsi/logos/wumart-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552658,7 +494204,6 @@ }, { "question": "百姓量贩", - "icon": "./assets/data/nsi/logos/baixing-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552678,7 +494223,6 @@ }, { "question": "盒马鲜生", - "icon": "./assets/data/nsi/logos/freshhema-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552771,7 +494315,6 @@ }, { "question": "聖德科斯", - "icon": "./assets/data/nsi/logos/santacruz-14223e.undefined", "osmTags": { "and": [ "organic=only", @@ -552836,7 +494379,6 @@ }, { "question": "里仁", - "icon": "./assets/data/nsi/logos/leezen-14223e.undefined", "osmTags": { "and": [ "organic=only", @@ -552857,7 +494399,6 @@ }, { "question": "银座超市", - "icon": "./assets/data/nsi/logos/inzone-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552877,7 +494418,6 @@ }, { "question": "长申国际购物广场", - "icon": "./assets/data/nsi/logos/charmson-eda947.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552897,7 +494437,6 @@ }, { "question": "関西スーパー", - "icon": "./assets/data/nsi/logos/kansaisuper-fe0970.undefined", "osmTags": { "and": [ "shop=supermarket", @@ -552950,7 +494489,6 @@ }, { "question": "Ремонт одежды", - "icon": "./assets/data/nsi/logos/14b50c-697a2a.undefined", "osmTags": { "and": [ "shop=tailor", @@ -552965,7 +494503,6 @@ }, { "question": "マジックミシン", - "icon": "./assets/data/nsi/logos/magicmachine-91405f.undefined", "osmTags": { "and": [ "shop=tailor", @@ -553245,7 +494782,6 @@ }, { "question": "محمصة الرفاعي", - "icon": "./assets/data/nsi/logos/3bb797-4e0e50.undefined", "osmTags": { "and": [ "shop=tea", @@ -553260,7 +494796,6 @@ }, { "question": "吴裕泰", - "icon": "./assets/data/nsi/logos/wuyutai-704b78.undefined", "osmTags": { "and": [ "shop=tea", @@ -553280,7 +494815,6 @@ }, { "question": "张一元", - "icon": "./assets/data/nsi/logos/zhangyiyuan-704b78.undefined", "osmTags": { "and": [ "shop=tea", @@ -553470,7 +495004,6 @@ }, { "question": "CenturyLink", - "icon": "./assets/data/nsi/logos/centurylink-3a9c60.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -553669,7 +495202,6 @@ }, { "question": "Galeri Indosat", - "icon": "./assets/data/nsi/logos/galeriindosat-ba2701.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -553751,7 +495283,6 @@ }, { "question": "Malitel", - "icon": "./assets/data/nsi/logos/malitel-478897.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -554220,7 +495751,6 @@ }, { "question": "Дом.ru", - "icon": "./assets/data/nsi/logos/5ff447-58655c.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -554327,7 +495857,6 @@ }, { "question": "中国广电", - "icon": "./assets/data/nsi/logos/chinabroadnet-3ad2fe.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -554347,7 +495876,6 @@ }, { "question": "中国电信", - "icon": "./assets/data/nsi/logos/chinatelecom-3ad2fe.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -554455,7 +495983,6 @@ }, { "question": "中國電信 China Telecom", - "icon": "./assets/data/nsi/logos/chinatelecom-37ccdd.undefined", "osmTags": { "and": [ "shop=telecommunication", @@ -554661,7 +496188,6 @@ }, { "question": "Kassir.ru", - "icon": "./assets/data/nsi/logos/kassirru-72dd33.undefined", "osmTags": { "and": [ "shop=ticket", @@ -554692,7 +496218,6 @@ }, { "question": "Авиакасса", - "icon": "./assets/data/nsi/logos/360f73-7d3a48.undefined", "osmTags": { "and": [ "shop=ticket", @@ -554727,7 +496252,6 @@ }, { "question": "Минсктранс", - "icon": "./assets/data/nsi/logos/minsktrans-8ce589.undefined", "osmTags": { "and": [ "shop=ticket", @@ -554782,7 +496306,6 @@ }, { "question": "售票处", - "icon": "./assets/data/nsi/logos/859b5b-be9ab5.undefined", "osmTags": { "and": [ "shop=ticket", @@ -554861,7 +496384,6 @@ }, { "question": "Kerama Marazzi", - "icon": "./assets/data/nsi/logos/keramamarazzi-d679d8.undefined", "osmTags": { "and": [ "shop=tiles", @@ -554972,7 +496494,6 @@ }, { "question": "20 грамм", - "icon": "./assets/data/nsi/logos/0b3858-0cd077.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -554987,7 +496508,6 @@ }, { "question": "Cignall", - "icon": "./assets/data/nsi/logos/cignall-a0d8a1.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555034,7 +496554,6 @@ }, { "question": "Tabac Presse", - "icon": "./assets/data/nsi/logos/tabacpresse-09dccc.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555049,7 +496568,6 @@ }, { "question": "Tabacs", - "icon": "./assets/data/nsi/logos/tabacs-227434.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555064,7 +496582,6 @@ }, { "question": "Tabaktrafik", - "icon": "./assets/data/nsi/logos/tabaktrafik-94a536.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555095,7 +496612,6 @@ }, { "question": "Wolsdorff", - "icon": "./assets/data/nsi/logos/wolsdorff-7d79b1.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555111,7 +496627,6 @@ }, { "question": "Табакерка", - "icon": "./assets/data/nsi/logos/afdbb8-13b814.undefined", "osmTags": { "and": [ "shop=tobacco", @@ -555127,7 +496642,6 @@ }, { "question": "Bo-rent", - "icon": "./assets/data/nsi/logos/borent-0c2a29.undefined", "osmTags": { "and": [ "shop=tool_hire", @@ -555271,7 +496785,6 @@ }, { "question": "Rentas", - "icon": "./assets/data/nsi/logos/rentas-6e38b5.undefined", "osmTags": { "and": [ "shop=tool_hire", @@ -555464,7 +496977,6 @@ }, { "question": "Dreamland", - "icon": "./assets/data/nsi/logos/dreamland-b7b38b.undefined", "osmTags": { "and": [ "shop=toys", @@ -555497,7 +497009,6 @@ }, { "question": "Extra Leker", - "icon": "./assets/data/nsi/logos/extraleker-77c96c.undefined", "osmTags": { "and": [ "shop=toys", @@ -555758,7 +497269,6 @@ }, { "question": "Maxi Toys", - "icon": "./assets/data/nsi/logos/maxitoys-581d0c.undefined", "osmTags": { "and": [ "shop=toys", @@ -556015,7 +497525,6 @@ }, { "question": "Toymaster", - "icon": "./assets/data/nsi/logos/toymaster-3a8f1c.undefined", "osmTags": { "and": [ "shop=toys", @@ -556111,7 +497620,6 @@ }, { "question": "Toys R Us (UK)", - "icon": "./assets/data/nsi/logos/toysrus-f866de.undefined", "osmTags": { "and": [ "shop=toys", @@ -556281,7 +497789,6 @@ }, { "question": "Мир Кубиков", - "icon": "./assets/data/nsi/logos/6dff21-d68103.undefined", "osmTags": { "and": [ "shop=toys", @@ -556336,7 +497843,6 @@ }, { "question": "イエロー・サブマリン", - "icon": "./assets/data/nsi/logos/yellowsubmarine-ae2adc.undefined", "osmTags": { "and": [ "shop=toys", @@ -556985,7 +498491,6 @@ }, { "question": "Holt CAT", - "icon": "./assets/data/nsi/logos/holtcat-f0929a.undefined", "osmTags": { "and": [ "shop=trade", @@ -557002,7 +498507,6 @@ }, { "question": "HTI Gruppe", - "icon": "./assets/data/nsi/logos/htigruppe-c82403.undefined", "osmTags": { "and": [ "shop=trade", @@ -557490,7 +498994,6 @@ }, { "question": "Plumbase", - "icon": "./assets/data/nsi/logos/plumbase-8a4d16.undefined", "osmTags": { "and": [ "shop=trade", @@ -557590,7 +499093,6 @@ }, { "question": "Reece Actrol", - "icon": "./assets/data/nsi/logos/reeceactrol-b11955.undefined", "osmTags": { "and": [ "shop=trade", @@ -557607,7 +499109,6 @@ }, { "question": "Reece Bathroom Life", - "icon": "./assets/data/nsi/logos/reecebathroomlife-b11955.undefined", "osmTags": { "and": [ "shop=trade", @@ -557624,7 +499125,6 @@ }, { "question": "Reece Civil", - "icon": "./assets/data/nsi/logos/reececivil-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557641,7 +499141,6 @@ }, { "question": "Reece Fire", - "icon": "./assets/data/nsi/logos/reecefire-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557658,7 +499157,6 @@ }, { "question": "Reece HVAC-R", - "icon": "./assets/data/nsi/logos/reecehvacr-b11955.undefined", "osmTags": { "and": [ "shop=trade", @@ -557675,7 +499173,6 @@ }, { "question": "Reece Irrigation & Pools", - "icon": "./assets/data/nsi/logos/reeceirrigationandpools-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557692,7 +499189,6 @@ }, { "question": "Reece Onsite", - "icon": "./assets/data/nsi/logos/reeceonsite-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557709,7 +499205,6 @@ }, { "question": "Reece Pipeline Supplies", - "icon": "./assets/data/nsi/logos/reecepipelinesupplies-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557726,7 +499221,6 @@ }, { "question": "Reece Plumbing Centre", - "icon": "./assets/data/nsi/logos/reeceplumbingcentre-b11955.undefined", "osmTags": { "and": [ "shop=trade", @@ -557743,7 +499237,6 @@ }, { "question": "Reece Viadux", - "icon": "./assets/data/nsi/logos/reeceviadux-0432d4.undefined", "osmTags": { "and": [ "shop=trade", @@ -557776,7 +499269,6 @@ }, { "question": "RHG Baustoffe", - "icon": "./assets/data/nsi/logos/rhgbaustoffe-c82403.undefined", "osmTags": { "and": [ "shop=trade", @@ -557809,7 +499301,6 @@ }, { "question": "Selco Builders Warehouse", - "icon": "./assets/data/nsi/logos/selcobuilderswarehouse-8a4d16.undefined", "osmTags": { "and": [ "shop=trade", @@ -558046,7 +499537,6 @@ }, { "question": "Viking Electric", - "icon": "./assets/data/nsi/logos/vikingelectric-4e950c.undefined", "osmTags": { "and": [ "shop=trade", @@ -558131,7 +499621,6 @@ }, { "question": "Wolseley", - "icon": "./assets/data/nsi/logos/wolseley-8a4d16.undefined", "osmTags": { "and": [ "shop=trade", @@ -558165,7 +499654,6 @@ }, { "question": "Wyoming Equipment Company", - "icon": "./assets/data/nsi/logos/wyomingequipmentcompany-5a0680.undefined", "osmTags": { "and": [ "shop=trade", @@ -558232,7 +499720,6 @@ }, { "question": "Этм", - "icon": "./assets/data/nsi/logos/cff875-05a647.undefined", "osmTags": { "and": [ "shop=trade", @@ -558344,7 +499831,6 @@ }, { "question": "Coral Travel", - "icon": "./assets/data/nsi/logos/coraltravel-45eb20.undefined", "osmTags": { "and": [ "shop=travel_agency", @@ -558456,7 +499942,6 @@ }, { "question": "First Reisebüro", - "icon": "./assets/data/nsi/logos/firstreiseburo-3ea820.undefined", "osmTags": { "and": [ "shop=travel_agency", @@ -558939,7 +500424,6 @@ }, { "question": "Thomas Cook", - "icon": "./assets/data/nsi/logos/thomascook-9aaf3f.undefined", "osmTags": { "and": [ "shop=travel_agency", @@ -559117,7 +500601,6 @@ }, { "question": "Магазин Горящих Путёвок", - "icon": "./assets/data/nsi/logos/c5396b-8106f1.undefined", "osmTags": { "and": [ "shop=travel_agency", @@ -559738,7 +501221,6 @@ }, { "question": "Dekkmann", - "icon": "./assets/data/nsi/logos/dekkmann-3a2f39.undefined", "osmTags": { "and": [ "shop=tyres", @@ -559915,7 +501397,6 @@ }, { "question": "Jax Tyres & Auto", - "icon": "./assets/data/nsi/logos/jaxtyresandauto-6139cc.undefined", "osmTags": { "and": [ "shop=tyres", @@ -560321,7 +501802,6 @@ }, { "question": "Белшина", - "icon": "./assets/data/nsi/logos/belshina-250571.undefined", "osmTags": { "and": [ "shop=tyres", @@ -560339,7 +501819,6 @@ }, { "question": "Колёса Даром", - "icon": "./assets/data/nsi/logos/c2bd06-4fce7e.undefined", "osmTags": { "and": [ "shop=tyres", @@ -560656,7 +502135,6 @@ }, { "question": "Christmas Tree Shops", - "icon": "./assets/data/nsi/logos/christmastreeshops-c85191.undefined", "osmTags": { "and": [ "shop=variety_store", @@ -561010,7 +502488,6 @@ }, { "question": "Jawoll", - "icon": "./assets/data/nsi/logos/jawoll-9f9d31.undefined", "osmTags": { "and": [ "shop=variety_store", @@ -561730,7 +503207,6 @@ }, { "question": "Три цены", - "icon": "./assets/data/nsi/logos/8ba36a-3a9b70.undefined", "osmTags": { "and": [ "shop=variety_store", @@ -562252,7 +503728,6 @@ }, { "question": "ゲオ", - "icon": "./assets/data/nsi/logos/geo-b50bda.undefined", "osmTags": { "and": [ "shop=video", @@ -562288,7 +503763,6 @@ }, { "question": "Disc Replay", - "icon": "./assets/data/nsi/logos/discreplay-6157ca.undefined", "osmTags": { "and": [ "second_hand=only", @@ -562841,7 +504315,6 @@ }, { "question": "Booker Wholesale", - "icon": "./assets/data/nsi/logos/bookerwholesale-650ac6.undefined", "osmTags": { "and": [ "shop=wholesale", @@ -563401,7 +504874,6 @@ }, { "question": "Darwina.pl", - "icon": "./assets/data/nsi/logos/darwinapl-7f7747.undefined", "osmTags": { "and": [ "shop=wine", @@ -563464,7 +504936,6 @@ }, { "question": "Wine Rack", - "icon": "./assets/data/nsi/logos/winerack-66406f.undefined", "osmTags": { "and": [ "shop=wine", @@ -563480,7 +504951,6 @@ }, { "question": "Winemark", - "icon": "./assets/data/nsi/logos/winemark-d8d8ce.undefined", "osmTags": { "and": [ "shop=wine", @@ -563512,7 +504982,6 @@ }, { "question": "Вина Світу", - "icon": "./assets/data/nsi/logos/3c7c62-fd1c0f.undefined", "osmTags": { "and": [ "shop=wine", @@ -563827,7 +505296,6 @@ }, { "question": "7天酒店", - "icon": "./assets/data/nsi/logos/7daysinn-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -563960,7 +505428,6 @@ }, { "question": "ALH Hotels", - "icon": "./assets/data/nsi/logos/alhhotels-dfe3ab.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564121,7 +505588,6 @@ }, { "question": "Ascend Hotel Collection", - "icon": "./assets/data/nsi/logos/ascendhotelcollection-779ccb.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564393,7 +505859,6 @@ }, { "question": "Bloom Hotel", - "icon": "./assets/data/nsi/logos/bloomhotel-b22a38.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564409,7 +505874,6 @@ }, { "question": "Boarders", - "icon": "./assets/data/nsi/logos/boardersbycobblestone-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564441,7 +505905,6 @@ }, { "question": "Britannia Hotels", - "icon": "./assets/data/nsi/logos/britanniahotels-3fca16.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564586,7 +506049,6 @@ }, { "question": "Centerstone", - "icon": "./assets/data/nsi/logos/centerstone-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564634,7 +506096,6 @@ }, { "question": "City Express", - "icon": "./assets/data/nsi/logos/cityexpress-c4ac5a.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564714,7 +506175,6 @@ }, { "question": "Cobblestone Hotel & Suites", - "icon": "./assets/data/nsi/logos/cobblestonehotelandsuites-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564730,7 +506190,6 @@ }, { "question": "Cobblestone Inn & Suites", - "icon": "./assets/data/nsi/logos/cobblestoneinnandsuites-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -564778,7 +506237,6 @@ }, { "question": "Comfort Suites", - "icon": "./assets/data/nsi/logos/comfortsuites-779ccb.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565151,7 +506609,6 @@ }, { "question": "FabHotels", - "icon": "./assets/data/nsi/logos/fabhotels-b22a38.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565233,7 +506690,6 @@ }, { "question": "First Hotels", - "icon": "./assets/data/nsi/logos/firsthotels-ed076a.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565313,7 +506769,6 @@ }, { "question": "Fuller's", - "icon": "./assets/data/nsi/logos/fullers-3fca16.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565361,7 +506816,6 @@ }, { "question": "Globales", - "icon": "./assets/data/nsi/logos/globales-775941.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565475,7 +506929,6 @@ }, { "question": "Grupotel Hotels & Resorts", - "icon": "./assets/data/nsi/logos/grupotel-775941.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565742,7 +507195,6 @@ }, { "question": "Homes & Villas by Marriott", - "icon": "./assets/data/nsi/logos/homesandvillas-b22a38.undefined", "osmTags": { "and": [ "official_name=Homes & Villas by Marriott International", @@ -565807,7 +507259,6 @@ }, { "question": "Hotel Sunroute", - "icon": "./assets/data/nsi/logos/hotelsunroute-0fd8df.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -565825,7 +507276,6 @@ }, { "question": "Hoteles One", - "icon": "./assets/data/nsi/logos/hotelesone-1fa4a3.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -566033,7 +507483,6 @@ }, { "question": "iH Hotel", - "icon": "./assets/data/nsi/logos/ihhotel-f65793.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -566097,7 +507546,6 @@ }, { "question": "Itsy by Treebo", - "icon": "./assets/data/nsi/logos/itsybytreebo-b22a38.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -566404,7 +507852,6 @@ }, { "question": "MainStay Suites", - "icon": "./assets/data/nsi/logos/mainstaysuites-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -566482,7 +507929,6 @@ }, { "question": "Marriott Executive Apartments", - "icon": "./assets/data/nsi/logos/marriottexecutiveapartments-b2f419.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -567565,7 +509011,6 @@ }, { "question": "Signia by Hilton", - "icon": "./assets/data/nsi/logos/signia-6ac210.undefined", "osmTags": { "and": [ "official_name=Signia by Hilton", @@ -567827,7 +509272,6 @@ }, { "question": "Suburban Studios", - "icon": "./assets/data/nsi/logos/suburbanstudios-6ac210.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -567861,7 +509305,6 @@ }, { "question": "Swiss-Belhotel", - "icon": "./assets/data/nsi/logos/swissbelhotel-779ccb.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -567877,7 +509320,6 @@ }, { "question": "Swiss-Belinn", - "icon": "./assets/data/nsi/logos/swissbelinn-779ccb.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -567942,7 +509384,6 @@ }, { "question": "Tempo by Hilton", - "icon": "./assets/data/nsi/logos/tempo-6ac210.undefined", "osmTags": { "and": [ "official_name=Tempo by Hilton", @@ -568070,7 +509511,6 @@ }, { "question": "The Originals City", - "icon": "./assets/data/nsi/logos/theoriginalscity-89858b.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568299,7 +509739,6 @@ }, { "question": "Treebo Trend", - "icon": "./assets/data/nsi/logos/treebotrend-b22a38.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568314,7 +509753,6 @@ }, { "question": "Treebo Tryst", - "icon": "./assets/data/nsi/logos/treebotryst-b22a38.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568425,7 +509863,6 @@ }, { "question": "UrCove by Hyatt", - "icon": "./assets/data/nsi/logos/urcovebyhyatt-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568489,7 +509926,6 @@ }, { "question": "Vienna Hotels", - "icon": "./assets/data/nsi/logos/viennahotels-b22a38.undefined", "osmTags": { "and": [ "official_name=Vienna Hotels by Wyndham", @@ -568701,7 +510137,6 @@ }, { "question": "Уют", - "icon": "./assets/data/nsi/logos/1ed809-a6b400.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568736,7 +510171,6 @@ }, { "question": "亚朵酒店", - "icon": "./assets/data/nsi/logos/atourhotel-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568756,7 +510190,6 @@ }, { "question": "全季酒店", - "icon": "./assets/data/nsi/logos/jihotel-28932e.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568823,7 +510256,6 @@ }, { "question": "如家酒店", - "icon": "./assets/data/nsi/logos/homeinn-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568863,7 +510295,6 @@ }, { "question": "尚客优快捷酒店", - "icon": "./assets/data/nsi/logos/thankyouhotel-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -568954,7 +510385,6 @@ }, { "question": "汉庭酒店", - "icon": "./assets/data/nsi/logos/hantinghotel-af4cd2.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -569022,7 +510452,6 @@ }, { "question": "秋果酒店", - "icon": "./assets/data/nsi/logos/qiuguohotel-28932e.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -569123,7 +510552,6 @@ }, { "question": "長榮國際連鎖酒店", - "icon": "./assets/data/nsi/logos/evergreeninternationalhotels-779ccb.undefined", "osmTags": { "and": [ "tourism=hotel", @@ -569284,7 +510712,6 @@ }, { "question": "KeyWest Inn", - "icon": "./assets/data/nsi/logos/keywestinn-cbfe39.undefined", "osmTags": { "and": [ "tourism=motel", diff --git a/assets/layers/nsi_operator/nsi_operator.json b/assets/layers/nsi_operator/nsi_operator.json index 841f5fb7c4..9618090c83 100644 --- a/assets/layers/nsi_operator/nsi_operator.json +++ b/assets/layers/nsi_operator/nsi_operator.json @@ -10,107 +10,6 @@ "strict": true, "id": "icon", "mappings": [ - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=3D Affichage", - "operator:wikidata=Q130549343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3daffichage-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Abri Services" - ] - }, - "then": "./assets/data/nsi/logos/abriservices-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Action Comm'" - ] - }, - "then": "./assets/data/nsi/logos/actioncomm-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Adams Outdoor Advertising" - ] - }, - "then": "./assets/data/nsi/logos/adamsoutdooradvertising-8cc805.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=AFA JCDecaux", - "operator:wikidata=Q30272543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/afajcdecaux-e12745.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=AFCM", - "operator:wikidata=Q125605690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/afcm-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Affi+" - ] - }, - "then": "./assets/data/nsi/logos/affi-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Affichage Peredes" - ] - }, - "then": "./assets/data/nsi/logos/affichageperedes-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Afficion", - "operator:wikidata=Q130543519" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/afficion-28ca1f.undefined" - }, { "if": { "and": [ @@ -125,43 +24,6 @@ }, "then": "./assets/data/nsi/logos/affiouest-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Affirama", - "operator:wikidata=Q130549312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/affirama-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Affisud", - "operator:wikidata=Q130549295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/affisud-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=AG Fahrradwege in der Gemeinde Sassenburg" - ] - }, - "then": "./assets/data/nsi/logos/agfahrradwegeindergemeindesassenburg-9fb964.undefined" - }, { "if": { "and": [ @@ -190,29 +52,6 @@ }, "then": "./assets/data/nsi/logos/apgsga-e306ca.png" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Astral", - "operator:wikidata=Q750438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/astral-5f3ac7.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Avenir" - ] - }, - "then": "./assets/data/nsi/logos/avenir-28ca1f.undefined" - }, { "if": { "and": [ @@ -227,107 +66,6 @@ }, "then": "./assets/data/nsi/logos/awk-9fb964.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Barnes Advertising Corporation" - ] - }, - "then": "./assets/data/nsi/logos/barnesadvertisingcorporation-eb5c3c.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Biedronka" - ] - }, - "then": "./assets/data/nsi/logos/biedronka-b0d60a.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Bigmedia" - ] - }, - "then": "./assets/data/nsi/logos/bigmedia-a92548.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Blancom", - "operator:wikidata=Q130543579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blancom-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Bretagne Affichage", - "operator:wikidata=Q124365833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bretagneaffichage-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Buildhollywood" - ] - }, - "then": "./assets/data/nsi/logos/buildhollywood-7bfab1.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Cadres Blancs", - "operator:wikidata=Q124343558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cadresblancs-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Canal-Pub", - "operator:wikidata=Q130543742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canalpub-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=CBS" - ] - }, - "then": "./assets/data/nsi/logos/cbs-25ba39.undefined" - }, { "if": { "and": [ @@ -398,29 +136,6 @@ }, "then": "./assets/data/nsi/logos/clearchanneluk-7bfab1.png" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Clin d'œil" - ] - }, - "then": "./assets/data/nsi/logos/clindoeil-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Clodejac", - "operator:wikidata=Q130543792" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clodejac-28ca1f.undefined" - }, { "if": { "and": [ @@ -435,20 +150,6 @@ }, "then": "./assets/data/nsi/logos/cocktailvision-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Comevents", - "operator:wikidata=Q130543916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comevents-28ca1f.undefined" - }, { "if": { "and": [ @@ -463,117 +164,6 @@ }, "then": "./assets/data/nsi/logos/compy-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Congress-Centrum Saar GmbH", - "operator:wikidata=Q1125838" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/congresscentrumsaargmbh-9fb964.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=CRIP" - ] - }, - "then": "./assets/data/nsi/logos/crip-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=De Cecco", - "operator:wikidata=Q130549188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dececco-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=De Visu", - "operator:wikidata=Q130549175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/devisu-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Du Curtil Publicité", - "operator:wikidata=Q130549130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ducurtilpublicite-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Espace Urbain" - ] - }, - "then": "./assets/data/nsi/logos/espaceurbain-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Exterieurs", - "operator:wikidata=Q130552718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/exterieurs-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Exterion Media", - "operator:wikidata=Q2741505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/exterionmedia-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=FG" - ] - }, - "then": "./assets/data/nsi/logos/fg-28ca1f.undefined" - }, { "if": { "and": [ @@ -588,34 +178,6 @@ }, "then": "./assets/data/nsi/logos/fiacchetti-28ca1f.png" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Fuertes Affichage", - "operator:wikidata=Q130548853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fuertesaffichage-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Futuris", - "operator:wikidata=Q130548801" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/futuris-28ca1f.undefined" - }, { "if": { "and": [ @@ -630,20 +192,6 @@ }, "then": "./assets/data/nsi/logos/giraudy-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Girod Médias", - "operator:wikidata=Q130548761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/girodmedias-28ca1f.undefined" - }, { "if": { "and": [ @@ -658,20 +206,6 @@ }, "then": "./assets/data/nsi/logos/global-451da4.png" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Horizon", - "operator:wikidata=Q130549389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/horizon-28ca1f.undefined" - }, { "if": { "and": [ @@ -686,15 +220,6 @@ }, "then": "./assets/data/nsi/logos/ikea-d4816c.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Impact" - ] - }, - "then": "./assets/data/nsi/logos/impact-28ca1f.undefined" - }, { "if": { "and": [ @@ -709,15 +234,6 @@ }, "then": "./assets/data/nsi/logos/jcdecaux-d4816c.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=La Régie REP" - ] - }, - "then": "./assets/data/nsi/logos/laregierep-28ca1f.undefined" - }, { "if": { "and": [ @@ -732,24 +248,6 @@ }, "then": "./assets/data/nsi/logos/lamaradvertising-6f04f8.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Larisa city" - ] - }, - "then": "./assets/data/nsi/logos/larisacity-a6a78a.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Leader Publicité" - ] - }, - "then": "./assets/data/nsi/logos/leaderpublicite-28ca1f.undefined" - }, { "if": { "and": [ @@ -764,15 +262,6 @@ }, "then": "./assets/data/nsi/logos/lidl-d4816c.png" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Maci" - ] - }, - "then": "./assets/data/nsi/logos/maci-28ca1f.undefined" - }, { "if": { "and": [ @@ -787,20 +276,6 @@ }, "then": "./assets/data/nsi/logos/mcdonalds-d4816c.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Médialine", - "operator:wikidata=Q124050737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medialine-28ca1f.undefined" - }, { "if": { "and": [ @@ -815,47 +290,6 @@ }, "then": "./assets/data/nsi/logos/megameedia-b19c35.png" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Navegación Aérea y Aeropuertos Bolivianos" - ] - }, - "then": "./assets/data/nsi/logos/navegacionaereayaeropuertosbolivianos-255e64.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=North Lincolnshire Council", - "operator:wikidata=Q17016863" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northlincolnshirecouncil-920a75.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Oliver Outdoor Advertising" - ] - }, - "then": "./assets/data/nsi/logos/oliveroutdooradvertising-eb5c3c.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Omnium" - ] - }, - "then": "./assets/data/nsi/logos/omnium-6dc643.undefined" - }, { "if": { "and": [ @@ -884,47 +318,6 @@ }, "then": "./assets/data/nsi/logos/outfrontmedia-6f04f8.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Oxialive" - ] - }, - "then": "./assets/data/nsi/logos/oxialive-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Pacific" - ] - }, - "then": "./assets/data/nsi/logos/pacific-e8ab2e.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Panorama" - ] - }, - "then": "./assets/data/nsi/logos/panorama-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=PAP", - "operator:wikidata=Q125606224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pap-28ca1f.undefined" - }, { "if": { "and": [ @@ -939,47 +332,6 @@ }, "then": "./assets/data/nsi/logos/pattisonoutdoor-dc8034.svg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Pisoni" - ] - }, - "then": "./assets/data/nsi/logos/pisoni-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=plakat-verkauft.de" - ] - }, - "then": "./assets/data/nsi/logos/plakatverkauftde-9fb964.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Plakatunion", - "operator:wikidata=Q130213588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plakatunion-9fb964.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Primesight" - ] - }, - "then": "./assets/data/nsi/logos/primesight-7bfab1.undefined" - }, { "if": { "and": [ @@ -994,34 +346,6 @@ }, "then": "./assets/data/nsi/logos/promovil-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Pub Océane", - "operator:wikidata=Q124365568" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puboceane-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Publi Aquitaine", - "operator:wikidata=Q124419328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publiaquitaine-28ca1f.undefined" - }, { "if": { "and": [ @@ -1036,139 +360,6 @@ }, "then": "./assets/data/nsi/logos/publiespace-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Publi Pub", - "operator:wikidata=Q124365833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publipub-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Publicité de Selle" - ] - }, - "then": "./assets/data/nsi/logos/publicitedeselle-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Publimat", - "operator:wikidata=Q130552254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publimat-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Publimat 3", - "operator:wikidata=Q130552319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publimat3-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=RED" - ] - }, - "then": "./assets/data/nsi/logos/red-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=RED Affi33" - ] - }, - "then": "./assets/data/nsi/logos/redaffi33-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Ribeiro Publicité" - ] - }, - "then": "./assets/data/nsi/logos/ribeiropublicite-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Roudaut" - ] - }, - "then": "./assets/data/nsi/logos/roudaut-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Sapex" - ] - }, - "then": "./assets/data/nsi/logos/sapex-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Scandere" - ] - }, - "then": "./assets/data/nsi/logos/scandere-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Schwarz-Außenwerbung", - "operator:wikidata=Q130213609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schwarzaussenwerbung-9fb964.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Signal Régie", - "operator:wikidata=Q130548092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/signalregie-28ca1f.undefined" - }, { "if": { "and": [ @@ -1183,24 +374,6 @@ }, "then": "./assets/data/nsi/logos/signali-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Space" - ] - }, - "then": "./assets/data/nsi/logos/space-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=StolpReklam" - ] - }, - "then": "./assets/data/nsi/logos/stolpreklam-1e6a69.undefined" - }, { "if": { "and": [ @@ -1243,48 +416,6 @@ }, "then": "./assets/data/nsi/logos/vediaud-28ca1f.png" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Viarama", - "operator:wikidata=Q124356926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viarama-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Ville & Médias", - "operator:wikidata=Q130547955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villeandmedias-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Ville de Cognac", - "operator:wikidata=Q115918195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecognac-8f6dcb.undefined" - }, { "if": { "and": [ @@ -1299,29 +430,6 @@ }, "then": "./assets/data/nsi/logos/visiocomoutdoor-28ca1f.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - "operator=Vision" - ] - }, - "then": "./assets/data/nsi/logos/vision-28ca1f.undefined" - }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Visuest", - "operator:wikidata=Q130547875" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/visuest-28ca1f.undefined" - }, { "if": { "and": [ @@ -1364,20 +472,6 @@ }, "then": "./assets/data/nsi/logos/wcmedia-7ece49.jpg" }, - { - "if": { - "and": [ - "advertising=billboard", - { - "or": [ - "operator=Werbe Fabry", - "operator:wikidata=Q130213627" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/werbefabry-9fb964.undefined" - }, { "if": { "and": [ @@ -1406,15 +500,6 @@ }, "then": "./assets/data/nsi/logos/ankunder-7c9127.jpg" }, - { - "if": { - "and": [ - "advertising=column", - "operator=Biłgorajskie Centrum Kultury" - ] - }, - "then": "./assets/data/nsi/logos/bilgorajskiecentrumkultury-e3069d.undefined" - }, { "if": { "and": [ @@ -1500,20 +585,6 @@ }, "then": "./assets/data/nsi/logos/goldbachneo-b19548.jpg" }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Ilg-Außenwerbung", - "operator:wikidata=Q130213696" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilgaussenwerbung-e9f6ab.undefined" - }, { "if": { "and": [ @@ -1543,29 +614,6 @@ }, "then": "./assets/data/nsi/logos/karlsruherinstitutfurtechnologie-b3b4c8.jpg" }, - { - "if": { - "and": [ - "advertising=column", - "operator=Koneser" - ] - }, - "then": "./assets/data/nsi/logos/koneser-e3069d.undefined" - }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Mairie de Dijon", - "operator:wikidata=Q86692799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiededijon-bf3af3.undefined" - }, { "if": { "and": [ @@ -1650,20 +698,6 @@ }, "then": "./assets/data/nsi/logos/renglslovensko-95c4b9.png" }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Schwarz-Außenwerbung GmbH", - "operator:wikidata=Q130213609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schwarzaussenwerbunggmbh-e9f6ab.undefined" - }, { "if": { "and": [ @@ -1692,48 +726,6 @@ }, "then": "./assets/data/nsi/logos/stroermedia-e9f6ab.svg" }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Ville de Colmar", - "operator:wikidata=Q87071080" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecolmar-d2e336.undefined" - }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Ville de Mulhouse", - "operator:wikidata=Q115589311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemulhouse-d2e336.undefined" - }, - { - "if": { - "and": [ - "advertising=column", - { - "or": [ - "operator=Ville de Reims", - "operator:wikidata=Q86699184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedereims-d2e336.undefined" - }, { "if": { "and": [ @@ -1748,15 +740,6 @@ }, "then": "./assets/data/nsi/logos/wall-e9f6ab.svg" }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Abri Services" - ] - }, - "then": "./assets/data/nsi/logos/abriservices-b12dbd.undefined" - }, { "if": { "and": [ @@ -1771,34 +754,6 @@ }, "then": "./assets/data/nsi/logos/affiouest-b12dbd.dbd" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Ajuntament de Dénia", - "operator:wikidata=Q126483485" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdedenia-15bbda.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Attria", - "operator:wikidata=Q130549492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/attria-b12dbd.undefined" - }, { "if": { "and": [ @@ -1813,20 +768,6 @@ }, "then": "./assets/data/nsi/logos/bogestra-f3dae2.png" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Cadres Blancs", - "operator:wikidata=Q124343558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cadresblancs-b12dbd.undefined" - }, { "if": { "and": [ @@ -1855,34 +796,6 @@ }, "then": "./assets/data/nsi/logos/clearchanneloutdoor-9eb85a.jpg" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=DSMDecaux", - "operator:wikidata=Q130213471" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dsmdecaux-9683c3.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Ellipse", - "operator:wikidata=Q130549526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ellipse-b12dbd.undefined" - }, { "if": { "and": [ @@ -1897,34 +810,6 @@ }, "then": "./assets/data/nsi/logos/euroawk-bac8b6.png" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Exterion Media", - "operator:wikidata=Q2741505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/exterionmedia-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Girod Médias", - "operator:wikidata=Q130548761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/girodmedias-b12dbd.undefined" - }, { "if": { "and": [ @@ -1939,38 +824,6 @@ }, "then": "./assets/data/nsi/logos/hpublicite-b12dbd.dbd" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Horizon", - "operator:wikidata=Q130549389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/horizon-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Imediacenter" - ] - }, - "then": "./assets/data/nsi/logos/imediacenter-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Insert" - ] - }, - "then": "./assets/data/nsi/logos/insert-b12dbd.undefined" - }, { "if": { "and": [ @@ -1985,84 +838,6 @@ }, "then": "./assets/data/nsi/logos/jcdecaux-57a51e.jpg" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Keolis Dijon Mobilités", - "operator:wikidata=Q2361824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keolisdijonmobilites-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Mediagares" - ] - }, - "then": "./assets/data/nsi/logos/mediagares-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Médialine", - "operator:wikidata=Q124050737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medialine-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Mediarail" - ] - }, - "then": "./assets/data/nsi/logos/mediarail-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Mediatransports", - "operator:wikidata=Q3303956" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mediatransports-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=MUPI" - ] - }, - "then": "./assets/data/nsi/logos/mupi-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Naja Media" - ] - }, - "then": "./assets/data/nsi/logos/najamedia-b12dbd.undefined" - }, { "if": { "and": [ @@ -2077,29 +852,6 @@ }, "then": "./assets/data/nsi/logos/outfrontmedia-783560.jpg" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Phenix", - "operator:wikidata=Q130554257" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/phenix-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Pisoni" - ] - }, - "then": "./assets/data/nsi/logos/pisoni-b12dbd.undefined" - }, { "if": { "and": [ @@ -2114,98 +866,6 @@ }, "then": "./assets/data/nsi/logos/promovil-b12dbd.dbd" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Publi Essor", - "operator:wikidata=Q124282455" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publiessor-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Publi'D" - ] - }, - "then": "./assets/data/nsi/logos/publid-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Publimat", - "operator:wikidata=Q130552254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publimat-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=QMS", - "operator:wikidata=Q131319356" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qms-d96e65.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=RED" - ] - }, - "then": "./assets/data/nsi/logos/red-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Région SUD PACA" - ] - }, - "then": "./assets/data/nsi/logos/regionsudpaca-b12dbd.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=Schwarz-Außenwerbung GmbH", - "operator:wikidata=Q130213609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schwarzaussenwerbunggmbh-9683c3.undefined" - }, - { - "if": { - "and": [ - "advertising=poster_box", - "operator=Spaceo" - ] - }, - "then": "./assets/data/nsi/logos/spaceo-b12dbd.undefined" - }, { "if": { "and": [ @@ -2262,20 +922,6 @@ }, "then": "./assets/data/nsi/logos/vediaud-b12dbd.dbd" }, - { - "if": { - "and": [ - "advertising=poster_box", - { - "or": [ - "operator=VYP", - "operator:wikidata=Q122330867" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vyp-b12dbd.undefined" - }, { "if": { "and": [ @@ -2304,15 +950,6 @@ }, "then": "./assets/data/nsi/logos/apgsga-8eaf78.png" }, - { - "if": { - "and": [ - "advertising=screen", - "operator=Citymessage" - ] - }, - "then": "./assets/data/nsi/logos/citymessage-096b09.undefined" - }, { "if": { "and": [ @@ -2341,38 +978,6 @@ }, "then": "./assets/data/nsi/logos/jcdecaux-0134c0.jpg" }, - { - "if": { - "and": [ - "advertising=screen", - "operator=London Lites" - ] - }, - "then": "./assets/data/nsi/logos/londonlites-3d868b.undefined" - }, - { - "if": { - "and": [ - "advertising=screen", - { - "or": [ - "operator=Mediatransports", - "operator:wikidata=Q3303956" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mediatransports-6362e2.undefined" - }, - { - "if": { - "and": [ - "advertising=screen", - "operator=Mennica Polska" - ] - }, - "then": "./assets/data/nsi/logos/mennicapolska-0bc068.undefined" - }, { "if": { "and": [ @@ -2401,43 +1006,6 @@ }, "then": "./assets/data/nsi/logos/outfrontmedia-871964.jpg" }, - { - "if": { - "and": [ - "advertising=screen", - "operator=Oxialive" - ] - }, - "then": "./assets/data/nsi/logos/oxialive-6362e2.undefined" - }, - { - "if": { - "and": [ - "advertising=screen", - { - "or": [ - "operator=Phenix", - "operator:wikidata=Q130554257" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/phenix-6362e2.undefined" - }, - { - "if": { - "and": [ - "advertising=screen", - { - "or": [ - "operator=Publ'In", - "operator:wikidata=Q130554310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publin-6362e2.undefined" - }, { "if": { "and": [ @@ -2466,15 +1034,6 @@ }, "then": "./assets/data/nsi/logos/stroermedia-9d8ee9.svg" }, - { - "if": { - "and": [ - "advertising=screen", - "operator=WiseGlass" - ] - }, - "then": "./assets/data/nsi/logos/wiseglass-0bc068.undefined" - }, { "if": { "and": [ @@ -2600,82 +1159,6 @@ }, "then": "./assets/data/nsi/logos/times-5a9b3d.png" }, - { - "if": { - "and": [ - "amenity=bicycle_parking", - { - "or": [ - "operator=運輸署 Transport Department", - "operator:en=Transport Department", - "operator:short:en=TD", - "operator:type=government", - "operator:wikidata=Q2355889", - "operator:zh=運輸署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transportdepartment-a5168d.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=(주)쏘카", - "operator:ko=(주)쏘카", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6e2706-41243f.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Alpes Autopartage", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alpesautopartage-672a50.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Auto Teilen Landshut e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/autoteilenlandshutev-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Autohaus Schmid Waldkirch", - "operator:type=private", - "operator:wikidata=Q116473916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/autohausschmidwaldkirch-088af7.undefined" - }, { "if": { "and": [ @@ -2691,62 +1174,6 @@ }, "then": "./assets/data/nsi/logos/autolib-5fef8e.svg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Avant2GO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avant2go-afeec2.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=BeiAnrufAuto e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beianrufautoev-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Bildeleringen SA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bildeleringensa-4fd14a.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=BodenseeMobil e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bodenseemobilev-088af7.undefined" - }, { "if": { "and": [ @@ -2793,20 +1220,6 @@ }, "then": "./assets/data/nsi/logos/cambiocarsharing-c92445.png" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Car Sharing Trentino", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carsharingtrentino-4d7a0e.undefined" - }, { "if": { "and": [ @@ -2837,34 +1250,6 @@ }, "then": "./assets/data/nsi/logos/carusocarsharing-2fb9ba.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Citédia", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citedia-672a50.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Citélib", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citelib-672a50.undefined" - }, { "if": { "and": [ @@ -2880,63 +1265,6 @@ }, "then": "./assets/data/nsi/logos/citiz-672a50.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Citiz Alpes-Loire", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citizalpesloire-672a50.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Citiz Grand Est", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citizgrandest-672a50.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Citiz Nantes", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citiznantes-672a50.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=City CarShare", - "operator:type=private", - "operator:wikidata=Q5770528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citycarshare-ed8a5d.undefined" - }, { "if": { "and": [ @@ -3014,50 +1342,6 @@ }, "then": "./assets/data/nsi/logos/deutschebahnconnect-088af7.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Drive Carsharing", - "operator:type=private", - "operator:wikidata=Q77077791" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drivecarsharing-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=e-vai", - "operator:type=private", - "operator:wikidata=Q113282616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evai-4d7a0e.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=einfach mobil", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/einfachmobil-088af7.undefined" - }, { "if": { "and": [ @@ -3088,49 +1372,6 @@ }, "then": "./assets/data/nsi/logos/enterprisecarshare-79c4ed.svg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Evo", - "operator:type=private", - "operator:wikidata=Q26553214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evo-2b1603.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Ford Carsharing", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fordcarsharing-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Genova Car Sharing", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/genovacarsharing-4d7a0e.undefined" - }, { "if": { "and": [ @@ -3161,20 +1402,6 @@ }, "then": "./assets/data/nsi/logos/goget-d577f8.png" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Grafinger Auto-Teiler e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grafingerautoteilerev-1dcf8b.undefined" - }, { "if": { "and": [ @@ -3190,76 +1417,6 @@ }, "then": "./assets/data/nsi/logos/greenwheels-96ec63.png" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Grüne Flotte", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gruneflotte-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Hop-On", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hopon-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Ithaca Carshare", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ithacacarshare-025a76.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=IWV", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iwv-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Lilas", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lilas-672a50.undefined" - }, { "if": { "and": [ @@ -3290,20 +1447,6 @@ }, "then": "./assets/data/nsi/logos/marguerite-672a50.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Mobilib'", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobilib-672a50.undefined" - }, { "if": { "and": [ @@ -3349,20 +1492,6 @@ }, "then": "./assets/data/nsi/logos/modulauto-672a50.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=my-e-car", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/myecar-088af7.undefined" - }, { "if": { "and": [ @@ -3378,93 +1507,6 @@ }, "then": "./assets/data/nsi/logos/mywheels-c3e863.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=naturenergie sharing", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naturenergiesharing-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Ökostadt Renningen e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/okostadtrenningenev-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Partago cv", - "operator:type=private", - "operator:wikidata=Q107390114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/partagocv-0e1988.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Peg City Car Co-op", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pegcitycarcoop-28b753.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Régie des Transports du Territoire de Belfort", - "operator:short=RTTB", - "operator:type=public", - "operator:wikidata=Q115458103" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regiedestransportsduterritoiredebelfort-bfe141.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Regio.Mobil", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regiomobil-088af7.undefined" - }, { "if": { "and": [ @@ -3510,105 +1552,6 @@ }, "then": "./assets/data/nsi/logos/sharenow-663d52.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Sheepersharing.com", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sheepersharingcom-541d57.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "brand=Stattauto München", - "operator=Spectrum Mobil", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spectrummobil-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=StadtAuto Bremen CarSharing", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtautobremencarsharing-ff444c.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Stadtauto carsharing", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtautocarsharing-30387f.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=StadtTeilAuto", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtteilauto-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Stadtteilauto Carsharing Münster", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtteilautocarsharingmunster-0345fd.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Stadtteilauto Münster", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtteilautomunster-088af7.undefined" - }, { "if": { "and": [ @@ -3624,20 +1567,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeaugsburg-1dcf8b.png" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=StattAuto eG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stattautoeg-088af7.undefined" - }, { "if": { "and": [ @@ -3653,34 +1582,6 @@ }, "then": "./assets/data/nsi/logos/sunfleet-cd4862.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=swu2go", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swu2go-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=teilAuto Neckar-Alb eG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teilautoneckaralbeg-088af7.undefined" - }, { "if": { "and": [ @@ -3696,48 +1597,6 @@ }, "then": "./assets/data/nsi/logos/ubeeqo-59e811.svg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Vaterstettener Auto-Teiler e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vaterstettenerautoteilerev-088af7.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Vianova eG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vianovaeg-ff72fb.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=Vrtucar", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vrtucar-2b1603.undefined" - }, { "if": { "and": [ @@ -3753,44 +1612,6 @@ }, "then": "./assets/data/nsi/logos/zipcar-aa2ec2.jpg" }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "brand=タイムズカー", - "brand:en=Times Car", - "brand:ja=タイムズカー", - "brand:wikidata=Q17987881", - "operator=タイムズモビリティ", - "operator:en=Times Mobility", - "operator:ja=タイムズモビリティ", - "operator:type=private", - "operator:wikidata=Q115248773" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/timesmobility-4854ed.undefined" - }, - { - "if": { - "and": [ - "amenity=car_sharing", - { - "or": [ - "operator=三井不動産リアルティ", - "operator:en=Mitsui Fudosan Realty", - "operator:ja=三井不動産リアルティ", - "operator:type=private", - "operator:wikidata=Q11354218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitsuifudosanrealty-4854ed.undefined" - }, { "if": { "and": [ @@ -3850,20 +1671,6 @@ }, "then": "./assets/data/nsi/logos/abb-28ff7e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=ABC", - "operator:wikidata=Q10397504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-e80d25.undefined" - }, { "if": { "and": [ @@ -3878,20 +1685,6 @@ }, "then": "./assets/data/nsi/logos/accionaenergia-97d7cf.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=AcegasApsAmga", - "operator:wikidata=Q20009034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acegasapsamga-2c5517.undefined" - }, { "if": { "and": [ @@ -3934,34 +1727,6 @@ }, "then": "./assets/data/nsi/logos/agrola-086737.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Agsm Verona Spa", - "operator:wikidata=Q17620223" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agsmveronaspa-2c5517.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Aimo Park", - "operator:wikidata=Q126728228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aimopark-c6312f.undefined" - }, { "if": { "and": [ @@ -4032,15 +1797,6 @@ }, "then": "./assets/data/nsi/logos/alfen-17c03e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Alizé" - ] - }, - "then": "./assets/data/nsi/logos/alize-170e94.undefined" - }, { "if": { "and": [ @@ -4098,20 +1854,6 @@ }, "then": "./assets/data/nsi/logos/altis-d0faa5.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=AmpCharge", - "operator:wikidata=Q111744561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ampcharge-943805.undefined" - }, { "if": { "and": [ @@ -4141,20 +1883,6 @@ }, "then": "./assets/data/nsi/logos/aral-2d0940.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Areal Böhler", - "operator:wikidata=Q124952587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arealbohler-fcc3c2.undefined" - }, { "if": { "and": [ @@ -4183,24 +1911,6 @@ }, "then": "./assets/data/nsi/logos/asp-fcc3c2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Astor Enerji" - ] - }, - "then": "./assets/data/nsi/logos/astorenerji-f274f9.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Atlante" - ] - }, - "then": "./assets/data/nsi/logos/atlante-a1285d.undefined" - }, { "if": { "and": [ @@ -4328,15 +2038,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-4c7d3b.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Base2Charge" - ] - }, - "then": "./assets/data/nsi/logos/base2charge-7d9e8e.undefined" - }, { "if": { "and": [ @@ -4393,53 +2094,6 @@ }, "then": "./assets/data/nsi/logos/becharge-2c5517.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=be emobil" - ] - }, - "then": "./assets/data/nsi/logos/beemobil-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Be.EV", - "operator=Iduna", - "operator:wikidata=Q118263083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iduna-3c1cb1.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Belib'", - "operator:wikidata=Q127780256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belib-37370f.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Bender" - ] - }, - "then": "./assets/data/nsi/logos/bender-1299a8.undefined" - }, { "if": { "and": [ @@ -4454,20 +2108,6 @@ }, "then": "./assets/data/nsi/logos/berlinerstadtwerke-db4fd8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=BEW", - "operator:wikidata=Q42975492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bew-db4fd8.undefined" - }, { "if": { "and": [ @@ -4530,20 +2170,6 @@ }, "then": "./assets/data/nsi/logos/blink-74901a.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Blue Corner", - "operator:wikidata=Q106902344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluecorner-87ebf4.undefined" - }, { "if": { "and": [ @@ -4617,29 +2243,6 @@ }, "then": "./assets/data/nsi/logos/boschebikesystems-28ff7e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Bouygues (1-OUEST)" - ] - }, - "then": "./assets/data/nsi/logos/bouygues1ouest-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Bouygues Energies & Services", - "operator:wikidata=Q3046208" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bouyguesenergiesandservices-170e94.undefined" - }, { "if": { "and": [ @@ -4654,24 +2257,6 @@ }, "then": "./assets/data/nsi/logos/bp-c22d3a.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=BP Europa SE" - ] - }, - "then": "./assets/data/nsi/logos/bpeuropase-abd07b.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Branäsgruppen AB" - ] - }, - "then": "./assets/data/nsi/logos/branasgruppenab-c9e89f.undefined" - }, { "if": { "and": [ @@ -4700,15 +2285,6 @@ }, "then": "./assets/data/nsi/logos/bsenergy-d9ec6c.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Budimex Mobility S.A." - ] - }, - "then": "./assets/data/nsi/logos/budimexmobilitysa-392011.undefined" - }, { "if": { "and": [ @@ -4821,32 +2397,6 @@ }, "then": "./assets/data/nsi/logos/chargeyourcar-0793ce.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Charge-ON GmbH" - ] - }, - "then": "./assets/data/nsi/logos/chargeongmbh-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "network=charge.brussels", - "network:wikidata=Q109923471", - { - "or": [ - "name=charge.brussels", - "operator=PitPoint", - "operator:wikidata=Q109923423" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pitpoint-e7c13f.undefined" - }, { "if": { "and": [ @@ -4906,40 +2456,6 @@ }, "then": "./assets/data/nsi/logos/chargepoint-28ff7e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=chargEV" - ] - }, - "then": "./assets/data/nsi/logos/chargev-1845ed.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Charging the Regions", - "brand:wikidata=Q106320264", - "operator=Central Victorian Greenhouse Alliance", - "operator:wikidata=Q106320329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralvictoriangreenhousealliance-6c573b.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Charging Together" - ] - }, - "then": "./assets/data/nsi/logos/chargingtogether-a1285d.undefined" - }, { "if": { "and": [ @@ -4980,20 +2496,6 @@ }, "then": "./assets/data/nsi/logos/circuitelectrique-67089a.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=City Charging", - "operator:wikidata=Q126405534" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citycharging-fa6152.undefined" - }, { "if": { "and": [ @@ -5050,15 +2552,6 @@ }, "then": "./assets/data/nsi/logos/citywatt-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Clem" - ] - }, - "then": "./assets/data/nsi/logos/clem-170e94.undefined" - }, { "if": { "and": [ @@ -5073,20 +2566,6 @@ }, "then": "./assets/data/nsi/logos/clever-28cec3.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Comfortcharge", - "operator:wikidata=Q122750420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comfortcharge-1299a8.undefined" - }, { "if": { "and": [ @@ -5229,15 +2708,6 @@ }, "then": "./assets/data/nsi/logos/daemobil-8ae1a0.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Daimler AG" - ] - }, - "then": "./assets/data/nsi/logos/daimlerag-1299a8.undefined" - }, { "if": { "and": [ @@ -5252,15 +2722,6 @@ }, "then": "./assets/data/nsi/logos/dats24-292b4b.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=DBT" - ] - }, - "then": "./assets/data/nsi/logos/dbt-7f623e.undefined" - }, { "if": { "and": [ @@ -5275,15 +2736,6 @@ }, "then": "./assets/data/nsi/logos/deergmbh-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Deutsche Post DHL Group" - ] - }, - "then": "./assets/data/nsi/logos/deutschepostdhlgroup-1299a8.undefined" - }, { "if": { "and": [ @@ -5340,30 +2792,6 @@ }, "then": "./assets/data/nsi/logos/drewag-b8794d.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=DRIVECO" - ] - }, - "then": "./assets/data/nsi/logos/driveco-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-76711b.undefined" - }, { "if": { "and": [ @@ -5406,33 +2834,6 @@ }, "then": "./assets/data/nsi/logos/dukeenergy-994ed4.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=e-Mobi" - ] - }, - "then": "./assets/data/nsi/logos/emobi-27e906.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=e-Mobi Elektromobilitás Nonprofit Kft." - ] - }, - "then": "./assets/data/nsi/logos/emobielektromobilitasnonprofitkft-27e906.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=E-Plug" - ] - }, - "then": "./assets/data/nsi/logos/eplug-a1285d.undefined" - }, { "if": { "and": [ @@ -5447,37 +2848,6 @@ }, "then": "./assets/data/nsi/logos/eregio-fcc3c2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=e-Totem", - "operator:wikidata=Q127503965" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/etotem-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=E-WALD", - "brand:wikidata=Q61804335", - "name=E-WALD", - "operator=E-WALD", - "operator:wikidata=Q61804335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewald-1299a8.undefined" - }, { "if": { "and": [ @@ -5534,15 +2904,6 @@ }, "then": "./assets/data/nsi/logos/eon-7f623e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=E.On Danmark" - ] - }, - "then": "./assets/data/nsi/logos/eondanmark-7d9e8e.undefined" - }, { "if": { "and": [ @@ -5557,15 +2918,6 @@ }, "then": "./assets/data/nsi/logos/eam-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Easycharger" - ] - }, - "then": "./assets/data/nsi/logos/easycharger-97d7cf.undefined" - }, { "if": { "and": [ @@ -5580,70 +2932,6 @@ }, "then": "./assets/data/nsi/logos/easygo-179e3e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EasyPark" - ] - }, - "then": "./assets/data/nsi/logos/easypark-c454f0.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=eborn", - "operator:wikidata=Q126000881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eborn-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EC Charging" - ] - }, - "then": "./assets/data/nsi/logos/eccharging-179e3e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=eCarUp", - "operator:wikidata=Q113192759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecarup-086737.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EcoInside" - ] - }, - "then": "./assets/data/nsi/logos/ecoinside-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=econec.eu" - ] - }, - "then": "./assets/data/nsi/logos/econeceu-b23832.undefined" - }, { "if": { "and": [ @@ -5686,20 +2974,6 @@ }, "then": "./assets/data/nsi/logos/edp-387085.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=eE4mobile eG", - "operator:wikidata=Q74642561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee4mobileeg-0c60c5.undefined" - }, { "if": { "and": [ @@ -5714,20 +2988,6 @@ }, "then": "./assets/data/nsi/logos/eestienergiaas-733008.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Effia", - "operator:wikidata=Q3045894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/effia-170e94.undefined" - }, { "if": { "and": [ @@ -5798,29 +3058,6 @@ }, "then": "./assets/data/nsi/logos/eldrive-8c357e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Electra", - "operator:wikidata=Q128592938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electra-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Electric 55 Charging" - ] - }, - "then": "./assets/data/nsi/logos/electric55charging-170e94.undefined" - }, { "if": { "and": [ @@ -5850,21 +3087,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-c22d3a.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Electricity Authority of Cyprus", - "operator:short=EAC", - "operator:wikidata=Q5357793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricityauthorityofcyprus-fb82c8.undefined" - }, { "if": { "and": [ @@ -5879,15 +3101,6 @@ }, "then": "./assets/data/nsi/logos/electrifyamerica-994ed4.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Electromin Limited Company" - ] - }, - "then": "./assets/data/nsi/logos/electrominlimitedcompany-a3af2f.undefined" - }, { "if": { "and": [ @@ -5916,48 +3129,6 @@ }, "then": "./assets/data/nsi/logos/elektrizitatswerkobwalden-714754.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Elektrum", - "operator:wikidata=Q124728932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrum-94e3c4.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Elektrum", - "operator:wikidata=Q67199788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrum-467e3c.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=ELEN", - "operator:wikidata=Q127433242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elen-5bea2c.undefined" - }, { "if": { "and": [ @@ -5972,15 +3143,6 @@ }, "then": "./assets/data/nsi/logos/eleport-512be8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Elinta" - ] - }, - "then": "./assets/data/nsi/logos/elinta-467e3c.undefined" - }, { "if": { "and": [ @@ -6023,29 +3185,6 @@ }, "then": "./assets/data/nsi/logos/elmu-27e906.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Elocity", - "operator:wikidata=Q129964130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elocity-392011.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Emacom" - ] - }, - "then": "./assets/data/nsi/logos/emacom-bd0810.undefined" - }, { "if": { "and": [ @@ -6103,15 +3242,6 @@ }, "then": "./assets/data/nsi/logos/enbwenergiebadenwurttembergag-1299a8.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EnBW Ostwürttemberg DonauRies AG" - ] - }, - "then": "./assets/data/nsi/logos/enbwostwurttembergdonauriesag-1299a8.undefined" - }, { "if": { "and": [ @@ -6126,20 +3256,6 @@ }, "then": "./assets/data/nsi/logos/endesa-97d7cf.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Endesa X", - "operator:wikidata=Q104874542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/endesax-97d7cf.undefined" - }, { "if": { "and": [ @@ -6154,15 +3270,6 @@ }, "then": "./assets/data/nsi/logos/eneco-35c01b.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Enefit Volt" - ] - }, - "then": "./assets/data/nsi/logos/enefitvolt-733008.undefined" - }, { "if": { "and": [ @@ -6337,33 +3444,6 @@ }, "then": "./assets/data/nsi/logos/energiesudbayern-259ab2.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Energie und Wasser Potsdam GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-4f5737.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Energie- und Wasserversorgung Bonn/Rhein-Sieg GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserversorgungbonnrheinsieggmbh-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Energie- und Wasserversorgung Bruchsal GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserversorgungbruchsalgmbh-1299a8.undefined" - }, { "if": { "and": [ @@ -6378,29 +3458,6 @@ }, "then": "./assets/data/nsi/logos/energiedienst-6cf9a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Energieversorgung Kleinwalsertal GesmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungkleinwalsertalgesmbh-717bd7.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Energieversorgung Rodau", - "operator:wikidata=Q130427261" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungrodau-43ff7e.undefined" - }, { "if": { "and": [ @@ -6415,24 +3472,6 @@ }, "then": "./assets/data/nsi/logos/energis-124d23.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EnergyDrive" - ] - }, - "then": "./assets/data/nsi/logos/energydrive-87ebf4.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EneRSIEIL" - ] - }, - "then": "./assets/data/nsi/logos/enersieil-0f5d07.undefined" - }, { "if": { "and": [ @@ -6531,47 +3570,6 @@ }, "then": "./assets/data/nsi/logos/eo-f6fe0b.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=eONE" - ] - }, - "then": "./assets/data/nsi/logos/eone-8fcd5a.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ePower" - ] - }, - "then": "./assets/data/nsi/logos/epower-179e3e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Equans", - "operator:wikidata=Q118687687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equans-fa6152.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Eranovum" - ] - }, - "then": "./assets/data/nsi/logos/eranovum-97d7cf.undefined" - }, { "if": { "and": [ @@ -6644,29 +3642,6 @@ }, "then": "./assets/data/nsi/logos/eswe-43ff7e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Etecnic", - "operator:wikidata=Q126922055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/etecnic-97d7cf.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Eulektro" - ] - }, - "then": "./assets/data/nsi/logos/eulektro-152e8e.undefined" - }, { "if": { "and": [ @@ -6681,24 +3656,6 @@ }, "then": "./assets/data/nsi/logos/evconnect-994ed4.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EV Power" - ] - }, - "then": "./assets/data/nsi/logos/evpower-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EV+" - ] - }, - "then": "./assets/data/nsi/logos/ev-392011.undefined" - }, { "if": { "and": [ @@ -6713,20 +3670,6 @@ }, "then": "./assets/data/nsi/logos/evbox-7f623e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=EVC", - "operator:wikidata=Q123527456" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evc-0793ce.undefined" - }, { "if": { "and": [ @@ -6755,23 +3698,6 @@ }, "then": "./assets/data/nsi/logos/evdenergieversorgungdormagen-fcc3c2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=EVgo", - "brand:wikidata=Q61803820", - "name=EVgo", - "operator=EVgo", - "operator:wikidata=Q61803820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evgo-994ed4.undefined" - }, { "if": { "and": [ @@ -6786,38 +3712,6 @@ }, "then": "./assets/data/nsi/logos/evienetworks-943805.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Evio" - ] - }, - "then": "./assets/data/nsi/logos/evio-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=EVlink", - "operator:wikidata=Q130270938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evlink-c22d3a.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EVMAPA" - ] - }, - "then": "./assets/data/nsi/logos/evmapa-f67a50.undefined" - }, { "if": { "and": [ @@ -6832,38 +3726,6 @@ }, "then": "./assets/data/nsi/logos/evn-3f60da.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=EVN", - "operator:wikidata=Q48784884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evn-12d20d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=EVnetNL" - ] - }, - "then": "./assets/data/nsi/logos/evnetnl-fa6152.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=evolt" - ] - }, - "then": "./assets/data/nsi/logos/evolt-0793ce.undefined" - }, { "if": { "and": [ @@ -6892,29 +3754,6 @@ }, "then": "./assets/data/nsi/logos/evway-2c5517.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=evyve", - "operator:wikidata=Q116698197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evyve-0793ce.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=evzen (SMEG Développement)" - ] - }, - "then": "./assets/data/nsi/logos/evzensmegdeveloppement-5e108d.undefined" - }, { "if": { "and": [ @@ -7013,48 +3852,6 @@ }, "then": "./assets/data/nsi/logos/ewv-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=EZE", - "operator:wikidata=Q127690117" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eze-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Factor Energia", - "operator:wikidata=Q90119469" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/factorenergia-bd0810.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=FairEnergie GmbH", - "operator:wikidata=Q1392985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairenergiegmbh-1299a8.undefined" - }, { "if": { "and": [ @@ -7083,20 +3880,6 @@ }, "then": "./assets/data/nsi/logos/fenieenergia-97d7cf.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Filderstadtwerke", - "operator:wikidata=Q130302538" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/filderstadtwerke-6bc1fb.undefined" - }, { "if": { "and": [ @@ -7128,15 +3911,6 @@ }, "then": "./assets/data/nsi/logos/flo-78626b.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Free to X" - ] - }, - "then": "./assets/data/nsi/logos/freetox-2c5517.undefined" - }, { "if": { "and": [ @@ -7165,33 +3939,6 @@ }, "then": "./assets/data/nsi/logos/fyrfasenenergiab-c9e89f.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Galp Geste" - ] - }, - "then": "./assets/data/nsi/logos/galpgeste-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Galp Power" - ] - }, - "then": "./assets/data/nsi/logos/galppower-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=GaraGeeks" - ] - }, - "then": "./assets/data/nsi/logos/garageeks-2c5517.undefined" - }, { "if": { "and": [ @@ -7248,43 +3995,6 @@ }, "then": "./assets/data/nsi/logos/gemeindeunterhaching-259ab2.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Gemeindewerke Garmisch-Partenkirchen", - "operator:wikidata=Q130302548" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkegarmischpartenkirchen-259ab2.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Gemeindewerke Oberhaching", - "operator:wikidata=Q113465070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkeoberhaching-259ab2.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Generation Journey" - ] - }, - "then": "./assets/data/nsi/logos/generationjourney-a1285d.undefined" - }, { "if": { "and": [ @@ -7299,43 +4009,6 @@ }, "then": "./assets/data/nsi/logos/geniepoint-0793ce.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Gentari", - "operator:wikidata=Q123457836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gentari-1845ed.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-c1e164.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Gesvican" - ] - }, - "then": "./assets/data/nsi/logos/gesvican-97d7cf.undefined" - }, { "if": { "and": [ @@ -7350,15 +4023,6 @@ }, "then": "./assets/data/nsi/logos/ggew-43ff7e.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=GIC" - ] - }, - "then": "./assets/data/nsi/logos/gic-97d7cf.undefined" - }, { "if": { "and": [ @@ -7374,15 +4038,6 @@ }, "then": "./assets/data/nsi/logos/gigacharger-befeeb.eeb" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=GO+EAuto" - ] - }, - "then": "./assets/data/nsi/logos/goeauto-392011.undefined" - }, { "if": { "and": [ @@ -7428,20 +4083,6 @@ }, "then": "./assets/data/nsi/logos/62c656-28ff7e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Göteborgs Stads Parkerings AB", - "operator:wikidata=Q129501123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-c9e89f.undefined" - }, { "if": { "and": [ @@ -7470,24 +4111,6 @@ }, "then": "./assets/data/nsi/logos/greenmotion-086737.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Green Technologie" - ] - }, - "then": "./assets/data/nsi/logos/greentechnologie-508af8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=GreenCharge" - ] - }, - "then": "./assets/data/nsi/logos/greencharge-8fbbd7.undefined" - }, { "if": { "and": [ @@ -7502,15 +4125,6 @@ }, "then": "./assets/data/nsi/logos/greenflux-fa6152.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=GreenTE" - ] - }, - "then": "./assets/data/nsi/logos/greente-5b32c5.undefined" - }, { "if": { "and": [ @@ -7568,65 +4182,6 @@ }, "then": "./assets/data/nsi/logos/helen-e80d25.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Helexia II" - ] - }, - "then": "./assets/data/nsi/logos/helexiaii-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Hera" - ] - }, - "then": "./assets/data/nsi/logos/hera-2c5517.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Herzo Werke", - "operator:wikidata=Q113464934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herzowerke-259ab2.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Hesse GmbH" - ] - }, - "then": "./assets/data/nsi/logos/hessegmbh-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Hexagonal Ocean" - ] - }, - "then": "./assets/data/nsi/logos/hexagonalocean-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=High Green Power" - ] - }, - "then": "./assets/data/nsi/logos/highgreenpower-a1285d.undefined" - }, { "if": { "and": [ @@ -7641,15 +4196,6 @@ }, "then": "./assets/data/nsi/logos/hikotron-9850e1.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Höganäs Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/hoganasenergiab-c9e89f.undefined" - }, { "if": { "and": [ @@ -7692,15 +4238,6 @@ }, "then": "./assets/data/nsi/logos/iberdrola-97d7cf.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=IBIL" - ] - }, - "then": "./assets/data/nsi/logos/ibil-97d7cf.undefined" - }, { "if": { "and": [ @@ -7715,15 +4252,6 @@ }, "then": "./assets/data/nsi/logos/ice-296db6.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=IECharge" - ] - }, - "then": "./assets/data/nsi/logos/iecharge-170e94.undefined" - }, { "if": { "and": [ @@ -7766,24 +4294,6 @@ }, "then": "./assets/data/nsi/logos/illwerkevkw-3f60da.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=InEnergies" - ] - }, - "then": "./assets/data/nsi/logos/inenergies-0f5d07.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Infinite Charge" - ] - }, - "then": "./assets/data/nsi/logos/infinitecharge-a6c3f2.undefined" - }, { "if": { "and": [ @@ -7871,15 +4381,6 @@ }, "then": "./assets/data/nsi/logos/isorka-8fcd5a.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Italia Vento Power Corporation" - ] - }, - "then": "./assets/data/nsi/logos/italiaventopowercorporation-2c5517.undefined" - }, { "if": { "and": [ @@ -7894,20 +4395,6 @@ }, "then": "./assets/data/nsi/logos/iwb-086737.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Izivia", - "operator:wikidata=Q86671322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/izivia-170e94.undefined" - }, { "if": { "and": [ @@ -7936,15 +4423,6 @@ }, "then": "./assets/data/nsi/logos/jolt-743b2f.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=JomCharge" - ] - }, - "then": "./assets/data/nsi/logos/jomcharge-1845ed.undefined" - }, { "if": { "and": [ @@ -8015,38 +4493,6 @@ }, "then": "./assets/data/nsi/logos/kelag-3bcc5b.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=kiwEV", - "operator:wikidata=Q113807417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiwev-9850e1.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=KLC Serviços" - ] - }, - "then": "./assets/data/nsi/logos/klcservicos-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Kreis Paderborn" - ] - }, - "then": "./assets/data/nsi/logos/kreispaderborn-fcc3c2.undefined" - }, { "if": { "and": [ @@ -8075,33 +4521,6 @@ }, "then": "./assets/data/nsi/logos/kungsbackakommun-c9e89f.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Lade i Norge" - ] - }, - "then": "./assets/data/nsi/logos/ladeinorge-476d58.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ladenetz.de" - ] - }, - "then": "./assets/data/nsi/logos/ladenetzde-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Ladeverbund+" - ] - }, - "then": "./assets/data/nsi/logos/ladeverbund-1299a8.undefined" - }, { "if": { "and": [ @@ -8144,15 +4563,6 @@ }, "then": "./assets/data/nsi/logos/lastmilesolutions-7f623e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Laudert GmbH & Co. KG" - ] - }, - "then": "./assets/data/nsi/logos/laudertgmbhandcokg-fcc3c2.undefined" - }, { "if": { "and": [ @@ -8181,15 +4591,6 @@ }, "then": "./assets/data/nsi/logos/leasys-257863.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Lebensland Kärnten" - ] - }, - "then": "./assets/data/nsi/logos/lebenslandkarnten-844689.undefined" - }, { "if": { "and": [ @@ -8260,29 +4661,6 @@ }, "then": "./assets/data/nsi/logos/lokalwerke-fcc3c2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Lotos", - "operator:wikidata=Q1256909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotos-392011.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Loulé Concelho Global" - ] - }, - "then": "./assets/data/nsi/logos/louleconcelhoglobal-faf071.undefined" - }, { "if": { "and": [ @@ -8297,15 +4675,6 @@ }, "then": "./assets/data/nsi/logos/lswenergie-d9ec6c.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=LUMI'IN" - ] - }, - "then": "./assets/data/nsi/logos/lumiin-f6553b.undefined" - }, { "if": { "and": [ @@ -8320,15 +4689,6 @@ }, "then": "./assets/data/nsi/logos/luminus-87ebf4.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Lüneparken" - ] - }, - "then": "./assets/data/nsi/logos/luneparken-1299a8.undefined" - }, { "if": { "and": [ @@ -8385,15 +4745,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-37370f.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Maksu Services" - ] - }, - "then": "./assets/data/nsi/logos/maksuservices-a1285d.undefined" - }, { "if": { "and": [ @@ -8534,31 +4885,6 @@ }, "then": "./assets/data/nsi/logos/mobie-a1285d.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Mobiletric" - ] - }, - "then": "./assets/data/nsi/logos/mobiletric-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Mobiliti", - "name=Mobiliti", - "operator=Mobiliti", - "operator:wikidata=Q126734853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobiliti-27e906.undefined" - }, { "if": { "and": [ @@ -8573,43 +4899,6 @@ }, "then": "./assets/data/nsi/logos/mobilityplus-87ebf4.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=MobiSmart" - ] - }, - "then": "./assets/data/nsi/logos/mobismart-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Mobive", - "operator:wikidata=Q128100307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobive-c4b7fc.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Modulo", - "operator:wikidata=Q128788809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modulo-170e94.undefined" - }, { "if": { "and": [ @@ -8638,24 +4927,6 @@ }, "then": "./assets/data/nsi/logos/molnyrt-27e906.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Monta" - ] - }, - "then": "./assets/data/nsi/logos/monta-47be25.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Moon" - ] - }, - "then": "./assets/data/nsi/logos/moon-a1285d.undefined" - }, { "if": { "and": [ @@ -8670,33 +4941,6 @@ }, "then": "./assets/data/nsi/logos/morbihanenergies-170e94.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Mota" - ] - }, - "then": "./assets/data/nsi/logos/mota-5e108d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Mota Engil II" - ] - }, - "then": "./assets/data/nsi/logos/motaengilii-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Mouv Élec Var" - ] - }, - "then": "./assets/data/nsi/logos/mouvelecvar-5e108d.undefined" - }, { "if": { "and": [ @@ -8795,15 +5039,6 @@ }, "then": "./assets/data/nsi/logos/neogy-2c5517.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Neuwoges" - ] - }, - "then": "./assets/data/nsi/logos/neuwoges-1299a8.undefined" - }, { "if": { "and": [ @@ -8832,15 +5067,6 @@ }, "then": "./assets/data/nsi/logos/nissan-28ff7e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=NKM Mobilitás Kft." - ] - }, - "then": "./assets/data/nsi/logos/nkmmobilitaskft-27e906.undefined" - }, { "if": { "and": [ @@ -8925,38 +5151,6 @@ }, "then": "./assets/data/nsi/logos/oamtc-3f60da.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=OIKEN" - ] - }, - "then": "./assets/data/nsi/logos/oiken-d0faa5.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=OK", - "operator:wikidata=Q12329785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ok-7d9e8e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=OOO \"TOK BOR\"" - ] - }, - "then": "./assets/data/nsi/logos/oootokbor-5b32c5.undefined" - }, { "if": { "and": [ @@ -9013,15 +5207,6 @@ }, "then": "./assets/data/nsi/logos/orlen-392011.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Oskarshamn Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/oskarshamnenergiab-c9e89f.undefined" - }, { "if": { "and": [ @@ -9036,15 +5221,6 @@ }, "then": "./assets/data/nsi/logos/osprey-0793ce.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Ouest Charge" - ] - }, - "then": "./assets/data/nsi/logos/ouestcharge-170e94.undefined" - }, { "if": { "and": [ @@ -9059,29 +5235,6 @@ }, "then": "./assets/data/nsi/logos/ovag-1299a8.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Paris-Saclay Innovation Playground" - ] - }, - "then": "./assets/data/nsi/logos/parissaclayinnovationplayground-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Park&Charge", - "operator:wikidata=Q126404473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkandcharge-fa6152.undefined" - }, { "if": { "and": [ @@ -9124,29 +5277,6 @@ }, "then": "./assets/data/nsi/logos/pfalzwerke-1299a8.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=PGE Nowa Energia" - ] - }, - "then": "./assets/data/nsi/logos/pgenowaenergia-392011.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=PitPoint", - "operator:wikidata=Q109923423" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pitpoint-b2225d.undefined" - }, { "if": { "and": [ @@ -9175,24 +5305,6 @@ }, "then": "./assets/data/nsi/logos/plugnroll-086737.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Plus de Bornes" - ] - }, - "then": "./assets/data/nsi/logos/plusdebornes-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=PNB" - ] - }, - "then": "./assets/data/nsi/logos/pnb-fa6152.undefined" - }, { "if": { "and": [ @@ -9221,33 +5333,6 @@ }, "then": "./assets/data/nsi/logos/porsche-28ff7e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Power Dot France" - ] - }, - "then": "./assets/data/nsi/logos/powerdotfrance-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Power EV" - ] - }, - "then": "./assets/data/nsi/logos/powerev-392011.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Pradella Sistemi" - ] - }, - "then": "./assets/data/nsi/logos/pradellasistemi-2c5517.undefined" - }, { "if": { "and": [ @@ -9262,15 +5347,6 @@ }, "then": "./assets/data/nsi/logos/pre-f67a50.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Prio.E" - ] - }, - "then": "./assets/data/nsi/logos/prioe-a1285d.undefined" - }, { "if": { "and": [ @@ -9299,15 +5375,6 @@ }, "then": "./assets/data/nsi/logos/qpark-7f623e.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Q8" - ] - }, - "then": "./assets/data/nsi/logos/q8-a3ef5d.undefined" - }, { "if": { "and": [ @@ -9322,29 +5389,6 @@ }, "then": "./assets/data/nsi/logos/qbuzz-fa6152.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Qelo" - ] - }, - "then": "./assets/data/nsi/logos/qelo-5bea2c.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Yurika", - "operator:wikidata=Q106234391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yurika-830192.undefined" - }, { "if": { "and": [ @@ -9359,50 +5403,6 @@ }, "then": "./assets/data/nsi/logos/qwello-381a82.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=R3" - ] - }, - "then": "./assets/data/nsi/logos/r3-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=Red E", - "brand:wikidata=Q131416886", - "name=Red E", - "operator=Red E", - "operator:wikidata=Q131416886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rede-994ed4.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=reev" - ] - }, - "then": "./assets/data/nsi/logos/reev-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Reload Solution" - ] - }, - "then": "./assets/data/nsi/logos/reloadsolution-1299a8.undefined" - }, { "if": { "and": [ @@ -9473,15 +5473,6 @@ }, "then": "./assets/data/nsi/logos/reveo-170e94.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Revnet" - ] - }, - "then": "./assets/data/nsi/logos/revnet-392011.undefined" - }, { "if": { "and": [ @@ -9580,33 +5571,6 @@ }, "then": "./assets/data/nsi/logos/roche-c22d3a.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Rotterdam Elektrisch" - ] - }, - "then": "./assets/data/nsi/logos/rotterdamelektrisch-fa6152.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=RSE" - ] - }, - "then": "./assets/data/nsi/logos/rse-634961.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=RWE-Effizienz" - ] - }, - "then": "./assets/data/nsi/logos/rweeffizienz-1299a8.undefined" - }, { "if": { "and": [ @@ -9663,33 +5627,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-2afdb6.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Samenwerkende Gemeenten Zuid-Holland" - ] - }, - "then": "./assets/data/nsi/logos/samenwerkendegemeentenzuidholland-fa6152.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Sandviken Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/sandvikenenergiab-c9e89f.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=sas e-motum" - ] - }, - "then": "./assets/data/nsi/logos/sasemotum-34216a.undefined" - }, { "if": { "and": [ @@ -9704,96 +5641,6 @@ }, "then": "./assets/data/nsi/logos/schneiderelectric-28ff7e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDE04" - ] - }, - "then": "./assets/data/nsi/logos/sde04-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDE07" - ] - }, - "then": "./assets/data/nsi/logos/sde07-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDE35" - ] - }, - "then": "./assets/data/nsi/logos/sde35-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDED" - ] - }, - "then": "./assets/data/nsi/logos/sded-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDEI36" - ] - }, - "then": "./assets/data/nsi/logos/sdei36-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDEM50" - ] - }, - "then": "./assets/data/nsi/logos/sdem50-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDEV" - ] - }, - "then": "./assets/data/nsi/logos/sdev-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SDEY" - ] - }, - "then": "./assets/data/nsi/logos/sdey-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SEDI" - ] - }, - "then": "./assets/data/nsi/logos/sedi-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SEGMA" - ] - }, - "then": "./assets/data/nsi/logos/segma-7cc336.undefined" - }, { "if": { "and": [ @@ -9808,60 +5655,6 @@ }, "then": "./assets/data/nsi/logos/semaconnect-994ed4.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Séolis" - ] - }, - "then": "./assets/data/nsi/logos/seolis-c4b7fc.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SERVICE plus GmbH" - ] - }, - "then": "./assets/data/nsi/logos/serviceplusgmbh-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SEY 78" - ] - }, - "then": "./assets/data/nsi/logos/sey78-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SEYMABORNE" - ] - }, - "then": "./assets/data/nsi/logos/seymaborne-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SGA Mobility" - ] - }, - "then": "./assets/data/nsi/logos/sgamobility-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SHARZ" - ] - }, - "then": "./assets/data/nsi/logos/sharz-f274f9.undefined" - }, { "if": { "and": [ @@ -9890,94 +5683,6 @@ }, "then": "./assets/data/nsi/logos/shellrechargesolutions-c22d3a.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=SIEEEN", - "operator:wikidata=Q92935934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sieeen-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SIEGE 27" - ] - }, - "then": "./assets/data/nsi/logos/siege27-172d11.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=SIEL42", - "operator:wikidata=Q92935952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siel42-634961.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Siemens SRE" - ] - }, - "then": "./assets/data/nsi/logos/siemenssre-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=SIEML", - "operator:wikidata=Q92944662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sieml-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Sigeif", - "operator:wikidata=Q3508360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigeif-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=SIPLEC", - "operator:wikidata=Q113466243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siplec-170e94.undefined" - }, { "if": { "and": [ @@ -9992,56 +5697,6 @@ }, "then": "./assets/data/nsi/logos/smatrics-3f60da.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Smoov" - ] - }, - "then": "./assets/data/nsi/logos/smoov-b2225d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Sodetrel" - ] - }, - "then": "./assets/data/nsi/logos/sodetrel-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SODO" - ] - }, - "then": "./assets/data/nsi/logos/sodo-64fbf7.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Sonae" - ] - }, - "then": "./assets/data/nsi/logos/sonae-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Sorégies", - "operator:wikidata=Q3491321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soregies-c4b7fc.undefined" - }, { "if": { "and": [ @@ -10087,56 +5742,6 @@ }, "then": "./assets/data/nsi/logos/spar-c22d3a.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SPBR1" - ] - }, - "then": "./assets/data/nsi/logos/spbr1-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Sperto" - ] - }, - "then": "./assets/data/nsi/logos/sperto-7d9e8e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Spie" - ] - }, - "then": "./assets/data/nsi/logos/spie-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SPIE CityNetworks" - ] - }, - "then": "./assets/data/nsi/logos/spiecitynetworks-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Spirii", - "operator:wikidata=Q126362766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spirii-7d9e8e.undefined" - }, { "if": { "and": [ @@ -10195,34 +5800,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeaugsburg-259ab2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Bad Aibling", - "operator:wikidata=Q124472215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadaibling-259ab2.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Bad Homburg", - "operator:wikidata=Q130302857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadhomburg-43ff7e.undefined" - }, { "if": { "and": [ @@ -10265,20 +5842,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkebochum-fcc3c2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Bruchsal", - "operator:wikidata=Q130302869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebruchsal-6bc1fb.undefined" - }, { "if": { "and": [ @@ -10321,20 +5884,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkedusseldorf-fcc3c2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Elmshorn", - "operator:wikidata=Q124472368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeelmshorn-cf3cf5.undefined" - }, { "if": { "and": [ @@ -10448,20 +5997,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkehamm-fcc3c2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Heide", - "operator:wikidata=Q130302929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeheide-cf3cf5.undefined" - }, { "if": { "and": [ @@ -10576,20 +6111,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelangen-43ff7e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Leinfelden-Echterdingen", - "operator:wikidata=Q130302990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeleinfeldenechterdingen-6bc1fb.undefined" - }, { "if": { "and": [ @@ -10761,20 +6282,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkerhede-fcc3c2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Rostock", - "operator:wikidata=Q39524051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkerostock-f1e045.undefined" - }, { "if": { "and": [ @@ -10803,34 +6310,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeschwabischhall-6bc1fb.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Schweinfurt", - "operator:wikidata=Q130303093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeschweinfurt-259ab2.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke SH", - "operator:wikidata=Q130303114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkesh-cf3cf5.undefined" - }, { "if": { "and": [ @@ -10945,20 +6424,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeweimar-8c6e73.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Stadtwerke Wernigerode", - "operator:wikidata=Q130303191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkewernigerode-b7b244.undefined" - }, { "if": { "and": [ @@ -10973,24 +6438,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkewitten-fcc3c2.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=STATIONS-E" - ] - }, - "then": "./assets/data/nsi/logos/stationse-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Stavanger Parkering" - ] - }, - "then": "./assets/data/nsi/logos/stavangerparkering-476d58.undefined" - }, { "if": { "and": [ @@ -11049,20 +6496,6 @@ }, "then": "./assets/data/nsi/logos/suwag-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Swarco", - "operator:wikidata=Q118383410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swarco-0793ce.undefined" - }, { "if": { "and": [ @@ -11121,42 +6554,6 @@ }, "then": "./assets/data/nsi/logos/swustadtwerkeulmneuulmgmbh-f8e5ce.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SYANE" - ] - }, - "then": "./assets/data/nsi/logos/syane-634961.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SYDELA" - ] - }, - "then": "./assets/data/nsi/logos/sydela-d56302.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=SYME05" - ] - }, - "then": "./assets/data/nsi/logos/syme05-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Syndicat de l'Énergie de l'Orne" - ] - }, - "then": "./assets/data/nsi/logos/syndicatdelenergiedelorne-172d11.undefined" - }, { "if": { "and": [ @@ -11171,20 +6568,6 @@ }, "then": "./assets/data/nsi/logos/tankandrast-1299a8.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=TankE", - "operator:wikidata=Q129938413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanke-1299a8.undefined" - }, { "if": { "and": [ @@ -11199,20 +6582,6 @@ }, "then": "./assets/data/nsi/logos/tauron-392011.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=TEAG Mobil", - "operator:wikidata=Q130303294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teagmobil-1299a8.undefined" - }, { "if": { "and": [ @@ -11270,15 +6639,6 @@ }, "then": "./assets/data/nsi/logos/teplarnybrno-f67a50.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Tesla Germany GmbH" - ] - }, - "then": "./assets/data/nsi/logos/teslagermanygmbh-1299a8.undefined" - }, { "if": { "and": [ @@ -11324,20 +6684,6 @@ }, "then": "./assets/data/nsi/logos/total-28ff7e.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Total Marketing France", - "operator:wikidata=Q116051053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalmarketingfrance-170e94.undefined" - }, { "if": { "and": [ @@ -11352,15 +6698,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-c22d3a.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Turmstrom" - ] - }, - "then": "./assets/data/nsi/logos/turmstrom-3f60da.undefined" - }, { "if": { "and": [ @@ -11389,47 +6726,6 @@ }, "then": "./assets/data/nsi/logos/ubeeqo-c22d3a.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Überlandwerk Groß-Gerau GmbH" - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkgrossgeraugmbh-1299a8.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Ucharge" - ] - }, - "then": "./assets/data/nsi/logos/ucharge-a1285d.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-4dd58e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Umbria Energy" - ] - }, - "then": "./assets/data/nsi/logos/umbriaenergy-2c5517.undefined" - }, { "if": { "and": [ @@ -11474,15 +6770,6 @@ }, "then": "./assets/data/nsi/logos/unox-285e25.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Uppsala parkerings AB" - ] - }, - "then": "./assets/data/nsi/logos/uppsalaparkeringsab-c9e89f.undefined" - }, { "if": { "and": [ @@ -11542,24 +6829,6 @@ }, "then": "./assets/data/nsi/logos/vector-9850e1.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=VendElectric" - ] - }, - "then": "./assets/data/nsi/logos/vendelectric-f6fe0b.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=VGS mbH" - ] - }, - "then": "./assets/data/nsi/logos/vgsmbh-1299a8.undefined" - }, { "if": { "and": [ @@ -11574,29 +6843,6 @@ }, "then": "./assets/data/nsi/logos/viesgo-97d7cf.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Ville de Saint-Louis", - "operator:wikidata=Q115909955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintlouis-4dd58e.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=VinFast" - ] - }, - "then": "./assets/data/nsi/logos/vinfast-2da5cb.undefined" - }, { "if": { "and": [ @@ -11614,20 +6860,6 @@ }, "then": "./assets/data/nsi/logos/virta-e80d25.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=vkw vlotte", - "operator:wikidata=Q126371727" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkwvlotte-3f60da.undefined" - }, { "if": { "and": [ @@ -11642,47 +6874,6 @@ }, "then": "./assets/data/nsi/logos/volkswagen-1299a8.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=Volta", - "operator:wikidata=Q109307156" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volta-994ed4.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=VOLTRUN" - ] - }, - "then": "./assets/data/nsi/logos/voltrun-f274f9.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=WAAT" - ] - }, - "then": "./assets/data/nsi/logos/waat-170e94.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=wallbe" - ] - }, - "then": "./assets/data/nsi/logos/wallbe-1299a8.undefined" - }, { "if": { "and": [ @@ -11697,22 +6888,6 @@ }, "then": "./assets/data/nsi/logos/waybler-c9e89f.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=We Drive Solar", - "brand:wikidata=Q127260037", - "operator=We Drive Solar", - "operator:wikidata=Q127260037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wedrivesolar-fa6152.undefined" - }, { "if": { "and": [ @@ -11729,15 +6904,6 @@ }, "then": "./assets/data/nsi/logos/welnetworks-9850e1.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Wels Strom E-Mobil" - ] - }, - "then": "./assets/data/nsi/logos/welsstromemobil-f73649.undefined" - }, { "if": { "and": [ @@ -11780,15 +6946,6 @@ }, "then": "./assets/data/nsi/logos/westenergie-1299a8.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Westenergie Metering GmbH" - ] - }, - "then": "./assets/data/nsi/logos/westenergiemeteringgmbh-1299a8.undefined" - }, { "if": { "and": [ @@ -11845,15 +7002,6 @@ }, "then": "./assets/data/nsi/logos/wirelane-1299a8.svg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Wowplug" - ] - }, - "then": "./assets/data/nsi/logos/wowplug-a1285d.undefined" - }, { "if": { "and": [ @@ -11884,15 +7032,6 @@ }, "then": "./assets/data/nsi/logos/zenergy-9850e1.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ZEBORNE" - ] - }, - "then": "./assets/data/nsi/logos/zeborne-170e94.undefined" - }, { "if": { "and": [ @@ -11921,24 +7060,6 @@ }, "then": "./assets/data/nsi/logos/zest-0793ce.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Zeus" - ] - }, - "then": "./assets/data/nsi/logos/zeus-2c5517.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ZTM" - ] - }, - "then": "./assets/data/nsi/logos/ztm-392011.undefined" - }, { "if": { "and": [ @@ -11995,33 +7116,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-e68869.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ΔΕΗ blue" - ] - }, - "then": "./assets/data/nsi/logos/3ef695-e68869.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=АО \"Сетевая компания\"" - ] - }, - "then": "./assets/data/nsi/logos/e19896-18ef61.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Белтелеком" - ] - }, - "then": "./assets/data/nsi/logos/672155-20a807.undefined" - }, { "if": { "and": [ @@ -12050,51 +7144,6 @@ }, "then": "./assets/data/nsi/logos/09a705-a6c3f2.jpg" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ПАО \"Ленэнерго\"" - ] - }, - "then": "./assets/data/nsi/logos/7771ec-18ef61.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=ПО «Белоруснефть»" - ] - }, - "then": "./assets/data/nsi/logos/ab4fd9-20a807.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Пункт Е" - ] - }, - "then": "./assets/data/nsi/logos/59d85b-18ef61.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=РУП \"Белоруснефть-Гомельоблнефтепродукт\"" - ] - }, - "then": "./assets/data/nsi/logos/026cd5-20a807.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=РУП \"Белоруснефть-Минскавтозаправка\"" - ] - }, - "then": "./assets/data/nsi/logos/44a84d-20a807.undefined" - }, { "if": { "and": [ @@ -12109,179 +7158,6 @@ }, "then": "./assets/data/nsi/logos/70aabc-18ef61.png" }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=Столичен електротранспорт" - ] - }, - "then": "./assets/data/nsi/logos/28c7ea-befeeb.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=国家电网", - "brand:en=State Grid", - "brand:wikidata=Q209078", - "brand:zh=国家电网", - "name=国家电网", - "name:en=State Grid", - "name:zh=国家电网", - "operator=国家电网有限公司", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-c785ca.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "operator=小兔充充", - "operator:en=BunnyPower", - "operator:wikidata=Q113625344", - "operator:zh=小兔充充" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bunnypower-c785ca.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - { - "or": [ - "brand=東光高岳", - "brand:en=Takaoka Toko", - "brand:ja=東光高岳", - "brand:wikidata=Q17220263", - "name=東光高岳", - "name:en=Takaoka Toko", - "name:ja=東光高岳", - "operator=東光高岳", - "operator:en=Takaoka Toko", - "operator:ja=東光高岳", - "operator:wikidata=Q17220263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takaokatoko-7be592.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=睿能創意股份有限公司" - ] - }, - "then": "./assets/data/nsi/logos/d4b35c-265fde.undefined" - }, - { - "if": { - "and": [ - "amenity=charging_station", - "operator=英屬開曼群島商睿能新動力股份有限公司台灣分公司" - ] - }, - "then": "./assets/data/nsi/logos/66d0d4-265fde.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Asha Worker", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ashaworker-4b0d98.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Babilou", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/babilou-2fc6fb.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Család- és Gyermekjóléti Központ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csaladesgyermekjoletikozpont-497a3b.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Department of Social Justice", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofsocialjustice-4b0d98.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Department Of Women And Child Development", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofwomenandchilddevelopment-4b0d98.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Fondation de l'Enfance et de la Jeunesse", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fondationdelenfanceetdelajeunesse-b35c39.undefined" - }, { "if": { "and": [ @@ -12297,35 +7173,6 @@ }, "then": "./assets/data/nsi/logos/governmentofkerala-4b0d98.svg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=gramapanchayath", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gramapanchayath-4b0d98.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-f498a3.undefined" - }, { "if": { "and": [ @@ -12341,22 +7188,6 @@ }, "then": "./assets/data/nsi/logos/icbf-6a04ca.svg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Integrated Child Development Services", - "operator:short=ICDS", - "operator:type=public", - "operator:wikidata=Q1428431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/integratedchilddevelopmentservices-4b0d98.undefined" - }, { "if": { "and": [ @@ -12387,34 +7218,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-6dda0f.jpg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Othukkungal grama panchayath", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/othukkungalgramapanchayath-4b0d98.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Partou", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/partou-ba986a.undefined" - }, { "if": { "and": [ @@ -12431,50 +7234,6 @@ }, "then": "./assets/data/nsi/logos/sanjoseunifiedschooldistrict-943069.jpg" }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=SKOzoK", - "operator:type=private", - "operator:wikidata=Q121770112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skozok-ba986a.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=Ville de Marseille", - "operator:type=government", - "operator:wikidata=Q3278475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemarseille-17bc4b.undefined" - }, - { - "if": { - "and": [ - "amenity=childcare", - { - "or": [ - "operator=横手市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bdecba-559440.undefined" - }, { "if": { "and": [ @@ -12491,21 +7250,6 @@ }, "then": "./assets/data/nsi/logos/abrazocommunityhealthnetwork-2a9247.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ACES Porto Ocidental", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acesportoocidental-87a124.undefined" - }, { "if": { "and": [ @@ -12524,22 +7268,6 @@ }, "then": "./assets/data/nsi/logos/afcurgentcare-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "name=Aid Post", - "operator=Aid Post", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aidpost-912d5b.undefined" - }, { "if": { "and": [ @@ -12590,36 +7318,6 @@ }, "then": "./assets/data/nsi/logos/asepeyo-edc4ef.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ASL 3 Genovese", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asl3genovese-87fe57.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ASL Roma 2", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aslroma2-87fe57.undefined" - }, { "if": { "and": [ @@ -12636,37 +7334,6 @@ }, "then": "./assets/data/nsi/logos/aspirus-df05bc.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ASSE", - "operator:type=public", - "operator:wikidata=Q5657845" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asse-576018.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Association ECHO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/associationecho-c80b69.undefined" - }, { "if": { "and": [ @@ -12699,21 +7366,6 @@ }, "then": "./assets/data/nsi/logos/avonandwiltshirementalhealthpartnershipnhstrust-c61c44.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Azienda Unità Sanitaria Locale Umbria 1", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aziendaunitasanitarialocaleumbria1-87fe57.undefined" - }, { "if": { "and": [ @@ -12746,21 +7398,6 @@ }, "then": "./assets/data/nsi/logos/capio-5b16c3.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Cayuga Health", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cayugahealth-a74a54.undefined" - }, { "if": { "and": [ @@ -12777,21 +7414,6 @@ }, "then": "./assets/data/nsi/logos/ccss-03ea79.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Central Australia Health Service", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralaustraliahealthservice-e7d90e.undefined" - }, { "if": { "and": [ @@ -12873,22 +7495,6 @@ }, "then": "./assets/data/nsi/logos/clinicasante-6e8e8c.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Collectivité Territoriale de Guyane", - "operator:type=government", - "operator:wikidata=Q124156179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/collectiviteterritorialedeguyane-a3d1f7.undefined" - }, { "if": { "and": [ @@ -12954,21 +7560,6 @@ }, "then": "./assets/data/nsi/logos/cookcountyhealth-15fccf.ccf" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Coopesana", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coopesana-03ea79.undefined" - }, { "if": { "and": [ @@ -13003,36 +7594,6 @@ }, "then": "./assets/data/nsi/logos/davitadialysis-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Department of Health and Family Welfare", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofhealthandfamilywelfare-2b695d.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Department of Health Services", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofhealthservices-2b695d.undefined" - }, { "if": { "and": [ @@ -13049,25 +7610,6 @@ }, "then": "./assets/data/nsi/logos/devonpartnershipnhstrust-228a98.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=dialysis", - "healthcare:speciality=nephrology", - { - "or": [ - "name=Dialysis Clinic", - "operator=Dialysis Clinic", - "operator:short=DCI", - "operator:type=private", - "operator:wikidata=Q5270633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dialysisclinic-0ca787.undefined" - }, { "if": { "and": [ @@ -13184,21 +7726,6 @@ }, "then": "./assets/data/nsi/logos/freseniusmedicalcare-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=GAMC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamc-6d7468.undefined" - }, { "if": { "and": [ @@ -13231,22 +7758,6 @@ }, "then": "./assets/data/nsi/logos/generalitatvalenciana-edc4ef.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Genesis Healthcare System", - "operator:type=private", - "operator:wikidata=Q30287580" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/genesishealthcaresystem-930314.undefined" - }, { "if": { "and": [ @@ -13263,22 +7774,6 @@ }, "then": "./assets/data/nsi/logos/ghanahealthservice-7981f3.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Gobierno Autónomo Municipal de Cochabamba", - "operator:type=government", - "operator:wikidata=Q124635344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernoautonomomunicipaldecochabamba-6d7468.undefined" - }, { "if": { "and": [ @@ -13295,22 +7790,6 @@ }, "then": "./assets/data/nsi/logos/gobiernodelaciudaddebuenosaires-4df2ff.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Gobierno Regional", - "operator:type=government", - "operator:wikidata=Q3824815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernoregional-aa2e69.undefined" - }, { "if": { "and": [ @@ -13440,21 +7919,6 @@ }, "then": "./assets/data/nsi/logos/healthserviceexecutive-049286.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=HealthTexas Medical Group", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/healthtexasmedicalgroup-b80d97.undefined" - }, { "if": { "and": [ @@ -13618,21 +8082,6 @@ }, "then": "./assets/data/nsi/logos/juntadeandalucia-edc4ef.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=JZU Dom zdravlja u Banjoj Luci", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jzudomzdravljaubanjojluci-b327c9.undefined" - }, { "if": { "and": [ @@ -13667,22 +8116,6 @@ }, "then": "./assets/data/nsi/logos/kementeriankesihatanmalaysia-7765cf.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Klinik Hietzing", - "operator:type=private", - "operator:wikidata=Q1786533" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/klinikhietzing-4d5344.undefined" - }, { "if": { "and": [ @@ -13702,21 +8135,6 @@ }, "then": "./assets/data/nsi/logos/klinikmediviron-7765cf.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Krakowski Szpital Specjalistyczny imienia świętego Jana Pawła II", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/krakowskiszpitalspecjalistycznyimieniaswietegojanapawlaii-73e20b.undefined" - }, { "if": { "and": [ @@ -13830,22 +8248,6 @@ }, "then": "./assets/data/nsi/logos/medecinssansfrontieres-55c168.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=MedExpress", - "operator:type=private", - "operator:wikidata=Q102183820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medexpress-0ca787.undefined" - }, { "if": { "and": [ @@ -13862,24 +8264,6 @@ }, "then": "./assets/data/nsi/logos/mediccenternurnberg-0c30b1.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Medische Zending", - "operator:official=Medische Zending Primary Health Care Suriname", - "operator:short=MZPHCS;MZ", - "operator:type=public", - "operator:wikidata=Q25230853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medischezending-903c7c.undefined" - }, { "if": { "and": [ @@ -13928,22 +8312,6 @@ }, "then": "./assets/data/nsi/logos/ministeredelasanteduburkinafaso-9e1076.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Ministério da Saúde", - "operator:type=government", - "operator:wikidata=Q30290560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodasaude-73364f.undefined" - }, { "if": { "and": [ @@ -13960,22 +8328,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodasaude-5f4b12.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Ministério da Saúde", - "operator:type=government", - "operator:wikidata=Q4294357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodasaude-3f54c3.undefined" - }, { "if": { "and": [ @@ -14010,21 +8362,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodesalud-5a45cd.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Ministerio de Salud de Río Negro", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesaludderionegro-4df2ff.undefined" - }, { "if": { "and": [ @@ -14159,37 +8496,6 @@ }, "then": "./assets/data/nsi/logos/mpumalangadepartmentofhealth-0d0fcb.fcb" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=MTI", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mti-5624d8.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Municipalidad de Lomas de Zamora", - "operator:type=government", - "operator:wikidata=Q642057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddelomasdezamora-4df2ff.undefined" - }, { "if": { "and": [ @@ -14222,21 +8528,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddesanmartin-4df2ff.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Municipio de Rosario", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipioderosario-4df2ff.undefined" - }, { "if": { "and": [ @@ -14333,52 +8624,6 @@ }, "then": "./assets/data/nsi/logos/novanthealth-524bbb.bbb" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Novosalus", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/novosalus-2b695d.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Novosalus Technology", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/novosalustechnology-2b695d.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=NT Health", - "operator:type=public", - "operator:wikidata=Q50514914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nthealth-e7d90e.undefined" - }, { "if": { "and": [ @@ -14477,21 +8722,6 @@ }, "then": "./assets/data/nsi/logos/patientfirst-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Pays", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pays-06178e.undefined" - }, { "if": { "and": [ @@ -14527,38 +8757,6 @@ }, "then": "./assets/data/nsi/logos/pmpediatrics-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=PMC - SMS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pmcsms-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "name=Posyandu", - "operator=Posyandu", - "operator:type=private", - "operator:wikidata=Q12506263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/posyandu-1dcb84.undefined" - }, { "if": { "and": [ @@ -14623,22 +8821,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldearaguaina-9860b3.svg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Prefeitura Municipal de Blumenau", - "operator:type=government", - "operator:wikidata=Q56450064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-b1ce44.undefined" - }, { "if": { "and": [ @@ -14703,22 +8885,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldepomerode-b1ce44.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Prefeitura Municipal de Santo André", - "operator:type=government", - "operator:wikidata=Q56166775" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldesantoandre-f10a78.undefined" - }, { "if": { "and": [ @@ -14735,23 +8901,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldeseropedica-4e3c1b.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Prefeitura Municipal de Vila Velha", - "operator:short=PMVV", - "operator:type=government", - "operator:wikidata=Q56450026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldevilavelha-3eb698.undefined" - }, { "if": { "and": [ @@ -14816,36 +8965,6 @@ }, "then": "./assets/data/nsi/logos/provinciadelchaco-4df2ff.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Qarku Tirana", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qarkutirana-c3eb32.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Regina Maria", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reginamaria-7d9042.undefined" - }, { "if": { "and": [ @@ -14862,36 +8981,6 @@ }, "then": "./assets/data/nsi/logos/regionblekinge-020929.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Regionalne Centrum Krwiodawstwa i Krwiolecznictwa Poznań", - "operator:type=ngo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regionalnecentrumkrwiodawstwaikrwiolecznictwapoznan-73e20b.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Regionalne Centrum Krwiodawstwa i Krwiolecznictwa w Bydgoszczy", - "operator:type=ngo" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regionalnecentrumkrwiodawstwaikrwiolecznictwawbydgoszczy-73e20b.undefined" - }, { "if": { "and": [ @@ -14956,22 +9045,6 @@ }, "then": "./assets/data/nsi/logos/saglikbakanligi-712bef.bef" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Saltzer Health", - "operator:type=private", - "operator:wikidata=Q110744466" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saltzerhealth-802e45.undefined" - }, { "if": { "and": [ @@ -15022,129 +9095,6 @@ }, "then": "./assets/data/nsi/logos/satellitehealthcare-0ca787.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria da Saúde", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadasaude-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria de Saúde", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadesaude-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria de Saúde de Caruaru", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadesaudedecaruaru-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria Especial de Saúde Indígena", - "operator:short=SESAI", - "operator:type=government", - "operator:wikidata=Q131328944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariaespecialdesaudeindigena-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria Municipal da Saúde", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldasaude-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria Municipal da Saúde de Fortaleza", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldasaudedefortaleza-d148ab.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria Municipal de Saúde", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldesaude-5f4b12.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Secretaria Municipal de Saúde de Ceará-Mirim", - "operator:type=government", - "operator:wikidata=Q118355180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldesaudedecearamirim-c2c81c.undefined" - }, { "if": { "and": [ @@ -15162,21 +9112,6 @@ }, "then": "./assets/data/nsi/logos/segurosocialdesalud-aa2e69.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=SEMUSA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/semusa-5f4b12.undefined" - }, { "if": { "and": [ @@ -15312,68 +9247,6 @@ }, "then": "./assets/data/nsi/logos/somersetnhsfoundationtrust-7489bf.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Somogy Megyei Kaposi Mór Oktató Kórház", - "operator:type=private", - "operator:wikidata=Q30293501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/somogymegyeikaposimoroktatokorhaz-133339.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=State of Franklin Healthcare Associates", - "operator:short=SOFHA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stateoffranklinhealthcareassociates-f09d58.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Subsecretaría de Atención Primaria, Ambulatoria y Comunitaria", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/subsecretariadeatencionprimariaambulatoriaycomunitaria-4df2ff.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Szpital Uniwersytecki Collegium Medicum Uniwersytetu Jagiellońskiego", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/szpitaluniwersyteckicollegiummedicumuniwersytetujagiellonskiego-73e20b.undefined" - }, { "if": { "and": [ @@ -15503,21 +9376,6 @@ }, "then": "./assets/data/nsi/logos/universityofrochestermedicalcenter-a74a54.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=UW Health", - "operator:type=university" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uwhealth-91d413.undefined" - }, { "if": { "and": [ @@ -15571,38 +9429,6 @@ }, "then": "./assets/data/nsi/logos/vivantes-ee9e20.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Western Cape Department of Health", - "operator:type=government", - "operator:wikidata=Q7987677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westerncapedepartmentofhealth-0d0fcb.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Yakima Valley Farm Workers Clinic", - "operator:type=private", - "operator:wikidata=Q123685006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yakimavalleyfarmworkersclinic-a30f15.undefined" - }, { "if": { "and": [ @@ -15621,68 +9447,6 @@ }, "then": "./assets/data/nsi/logos/zoomcare-0ca787.png" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ГБУЗ МО 'Раменская ЦРБ'", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cd5719-14b936.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - "healthcare:speciality=diagnostic_radiology", - { - "or": [ - "name=МИБС", - "operator=МИБС", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2fd871-14b936.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=Скандинавия", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e9ace9-14b936.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=ССМЦ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aa83b0-14b936.undefined" - }, { "if": { "and": [ @@ -15701,22 +9465,6 @@ }, "then": "./assets/data/nsi/logos/clalithealthcareservices-1b314b.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=מאוחדת", - "operator:he=מאוחדת", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c2c8b-1b314b.undefined" - }, { "if": { "and": [ @@ -15735,70 +9483,6 @@ }, "then": "./assets/data/nsi/logos/maccabihealthcareservices-1b314b.jpg" }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=وزارة الصحة", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d9246-55c168.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "operator=وزراة الصحة", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/11057b-d5d37c.undefined" - }, - { - "if": { - "and": [ - "amenity=clinic", - "healthcare=clinic", - { - "or": [ - "name=โรงพยาบาลส่งเสริมสุขภาพตำบล", - "name:th=โรงพยาบาลส่งเสริมสุขภาพตำบล", - "operator=โรงพยาบาลส่งเสริมสุขภาพตำบล", - "operator:th=โรงพยาบาลส่งเสริมสุขภาพตำบล", - "operator:type=private", - "operator:wikidata=Q16306413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2beb32-144162.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Centro Paula Souza", - "operator:type=public", - "operator:wikidata=Q52637715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centropaulasouza-628adc.undefined" - }, { "if": { "and": [ @@ -15814,95 +9498,6 @@ }, "then": "./assets/data/nsi/logos/cityofdublineducationandtrainingboard-f72bc8.jpg" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Consejo de Formación en Educación", - "operator:type=public", - "operator:wikidata=Q16552124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consejodeformacioneneducacion-32e4b7.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Dunamare onderwijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dunamareonderwijs-e7dc64.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=École de la Deuxième Chance", - "operator:type=private", - "operator:wikidata=Q3577882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecoledeladeuxiemechance-dac3bc.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Government of Ghana", - "operator:type=government", - "operator:wikidata=Q16733607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governmentofghana-182686.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Government of Western Australia", - "operator:type=government", - "operator:wikidata=Q5589347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governmentofwesternaustralia-81d5c7.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Instituto Federal de Educação, Ciência e Tecnologia", - "operator:type=public", - "operator:wikidata=Q10302972" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutofederaldeeducacaocienciaetecnologia-628adc.undefined" - }, { "if": { "and": [ @@ -15934,35 +9529,6 @@ }, "then": "./assets/data/nsi/logos/ministeredelenseignementsuperieuretdelarecherche-dac3bc.png" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Ocean County College", - "operator:type=public", - "operator:wikidata=Q7075970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oceancountycollege-8e750d.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Organismo Descentralizado Del Gobierno Del Estado", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/organismodescentralizadodelgobiernodelestado-d09665.undefined" - }, { "if": { "and": [ @@ -15979,20 +9545,6 @@ }, "then": "./assets/data/nsi/logos/portlandcommunitycollege-58b6d9.svg" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Qaraqalpaqstan Respublikası mektepke shekemgi hám mektep bilimlendiriw ministrligi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasimektepkeshekemgihammektepbilimlendiriwministrligi-0bb3fc.undefined" - }, { "if": { "and": [ @@ -16009,34 +9561,6 @@ }, "then": "./assets/data/nsi/logos/servicionacionaldeaprendizaje-04260a.jpg" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Serviço Nacional da Indústria", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/serviconacionaldaindustria-628adc.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=Skk School Spółka Z Ograniczoną Odpowiedzialnością", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skkschoolspolkazograniczonaodpowiedzialnoscia-5630d8.undefined" - }, { "if": { "and": [ @@ -16082,21 +9606,6 @@ }, "then": "./assets/data/nsi/logos/tafesouthaustralia-6ab48a.png" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=TAFE Victoria", - "operator:type=government", - "operator:wikidata=Q7669253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tafevictoria-982bd2.undefined" - }, { "if": { "and": [ @@ -16202,48 +9711,6 @@ }, "then": "./assets/data/nsi/logos/universityofthehighlandsandislands-35db51.jpg" }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=中国科学技术大学", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5a23d3-bccf1d.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=北京理工大学珠海学院", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/356029-bccf1d.undefined" - }, - { - "if": { - "and": [ - "amenity=college", - { - "or": [ - "operator=金沢工業大学", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b43625-9f2162.undefined" - }, { "if": { "and": [ @@ -16259,20 +9726,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdebarcelona-b0bc99.svg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Association des Maisons de quartier de Reims", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/associationdesmaisonsdequartierdereims-602375.undefined" - }, { "if": { "and": [ @@ -16288,20 +9741,6 @@ }, "then": "./assets/data/nsi/logos/aucklandcouncil-8f36f1.png" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=AWO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awo-57d70d.undefined" - }, { "if": { "and": [ @@ -16317,77 +9756,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemadrid-bf9ebc.ebc" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Ayuntamiento de Málaga", - "operator:type=government", - "operator:wikidata=Q5714892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemalaga-1f7aba.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Baltimore County Department of Aging", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baltimorecountydepartmentofaging-529004.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Bezirksamt Eimsbüttel", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamteimsbuttel-09d892.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Bezirksamt Hamburg-Mitte", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamthamburgmitte-09d892.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Bezirksamt Hamburg-Nord", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamthamburgnord-09d892.undefined" - }, { "if": { "and": [ @@ -16403,20 +9771,6 @@ }, "then": "./assets/data/nsi/logos/caritas-57d70d.jpg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Caruiz Gadm Tena", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caruizgadmtena-aa1b4b.undefined" - }, { "if": { "and": [ @@ -16492,21 +9846,6 @@ }, "then": "./assets/data/nsi/logos/cityofkitchener-6e645e.jpg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=City of London", - "operator:type=government", - "operator:wikidata=Q92561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflondon-6e645e.undefined" - }, { "if": { "and": [ @@ -16657,21 +9996,6 @@ }, "then": "./assets/data/nsi/logos/halifaxregionalmunicipality-74c2ea.jpg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-cf4763.undefined" - }, { "if": { "and": [ @@ -16688,21 +10012,6 @@ }, "then": "./assets/data/nsi/logos/institutoecuatorianodeseguridadsocial-aa1b4b.jpg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Institutul Cultural Român", - "operator:type=public", - "operator:wikidata=Q2740485" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutulculturalroman-e4e4f8.undefined" - }, { "if": { "and": [ @@ -16748,66 +10057,6 @@ }, "then": "./assets/data/nsi/logos/kreisjugendringmunchenstadt-1aa910.png" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Mairie de Creil", - "operator:type=government", - "operator:wikidata=Q118524793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedecreil-953561.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Mairie de Torcy", - "operator:type=government", - "operator:wikidata=Q118837878" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetorcy-8ae51c.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:type=government", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-1d732e.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Municipalidad de Cutral Có", - "operator:type=government", - "operator:wikidata=Q970536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddecutralco-8bc081.undefined" - }, { "if": { "and": [ @@ -16823,35 +10072,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddeneuquen-8bc081.png" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Newry, Mourne and Down District Council", - "operator:type=government", - "operator:wikidata=Q16998911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-2e855e.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=RU-VGG-2-23", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ruvgg223-67abd2.undefined" - }, { "if": { "and": [ @@ -16958,51 +10178,6 @@ }, "then": "./assets/data/nsi/logos/universityofflorida-fb3645.jpg" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Ville de Besançon", - "operator:type=government", - "operator:wikidata=Q86697997" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedebesancon-b39e7e.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Ville de Gatineau", - "operator:type=government", - "operator:wikidata=Q141844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedegatineau-6ac2a2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Ville de Montpellier", - "operator:type=government", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-68cc74.undefined" - }, { "if": { "and": [ @@ -17018,259 +10193,6 @@ }, "then": "./assets/data/nsi/logos/ymca-232bda.bda" }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=ГБУ \"Талисман\"", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3e975b-67abd2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=ГБУ ЦДМСИ \"Крылья\"", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/334f15-67abd2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Дом детского тврочества", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8dc1e2-67abd2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=МКУ \"МСКК\"", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/345ef1-67abd2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=Муниципальное учреждение дополнительного образования «Центр детского творчества» Ленинского района г. Саратова", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e5be1a-67abd2.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=وزارة الثقافة", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/495ab9-e4e4f8.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=佐賀市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b55ddb-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=八戸市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/df2604-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=加古川市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/745ff2-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=半田市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b380e-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=大田区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/431e24-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=新ひだか町", - "operator:ja=新ひだか町", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4f449b-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=札幌市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e1715c-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=横手市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bdecba-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=浜松市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dba649-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=那覇市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/030961-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=青木村", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8c34a6-e1672a.undefined" - }, - { - "if": { - "and": [ - "amenity=community_centre", - { - "or": [ - "operator=鳥取市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/19f193-e1672a.undefined" - }, { "if": { "and": [ @@ -17299,34 +10221,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthofmassachusetts-cb4f91.svg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Corte Superior de Justicia de Lima", - "operator:wikidata=Q119219682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cortesuperiordejusticiadelima-351c1b.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Corte Superior de Justicia de Lima Sur", - "operator:wikidata=Q120409983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cortesuperiordejusticiadelimasur-351c1b.undefined" - }, { "if": { "and": [ @@ -17342,15 +10236,6 @@ }, "then": "./assets/data/nsi/logos/courtsoftherepublicofireland-920af5.jpg" }, - { - "if": { - "and": [ - "amenity=courthouse", - "operator=Fiscalía General de la Nación" - ] - }, - "then": "./assets/data/nsi/logos/fiscaliageneraldelanacion-a94c87.undefined" - }, { "if": { "and": [ @@ -17366,76 +10251,6 @@ }, "then": "./assets/data/nsi/logos/hmcourtsandtribunalsservice-c561a5.jpg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministère de la Justice", - "operator:wikidata=Q3315293" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelajustice-20bc39.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministère de la Justice", - "operator:wikidata=Q6867324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelajustice-cb209b.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministère de la Justice", - "operator:wikidata=Q97185601" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelajustice-160188.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministère de la Justice", - "operator:wikidata=Q509816" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelajustice-58873b.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministério da Justiça", - "operator:wikidata=Q56290000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodajustica-3a5e8d.undefined" - }, { "if": { "and": [ @@ -17492,34 +10307,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodejusticia-a94c87.jpg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministerio de Justicia", - "operator:wikidata=Q55648327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodejusticia-9189e8.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Ministerio de Justicia", - "operator:wikidata=Q6017376" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodejusticia-ad776b.undefined" - }, { "if": { "and": [ @@ -17576,20 +10363,6 @@ }, "then": "./assets/data/nsi/logos/ministryofjustice-c561a5.jpg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Poder Judicial", - "operator:wikidata=Q6303091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poderjudicial-64080d.undefined" - }, { "if": { "and": [ @@ -17604,38 +10377,6 @@ }, "then": "./assets/data/nsi/logos/poderjudicial-db9fe2.svg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Poder Judicial de la Nación", - "operator:wikidata=Q60584203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poderjudicialdelanacion-738ae9.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - "operator=Poder Judicial de la Provincia de Buenos Aires" - ] - }, - "then": "./assets/data/nsi/logos/poderjudicialdelaprovinciadebuenosaires-738ae9.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - "operator=Poder Judicial de Neuquén" - ] - }, - "then": "./assets/data/nsi/logos/poderjudicialdeneuquen-738ae9.undefined" - }, { "if": { "and": [ @@ -17650,37 +10391,6 @@ }, "then": "./assets/data/nsi/logos/poderjudicialdelperu-351c1b.jpg" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Sächsisches Staatsministerium der Justiz und für Demokratie, Europa und Gleichstellung", - "operator:short=SMJ", - "operator:type=government", - "operator:wikidata=Q180171" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sachsischesstaatsministeriumderjustizundfurdemokratieeuropaundgleichstellung-27ad81.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Scottish Courts and Tribunals Service", - "operator:type=government", - "operator:wikidata=Q7437682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scottishcourtsandtribunalsservice-b762da.undefined" - }, { "if": { "and": [ @@ -17695,20 +10405,6 @@ }, "then": "./assets/data/nsi/logos/tribunaldejusticadodistritofederaledosterritorios-e063cd.gif" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Tribunal de Justiça do Estado da Bahia", - "operator:wikidata=Q18283771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tribunaldejusticadoestadodabahia-c4b160.undefined" - }, { "if": { "and": [ @@ -17723,34 +10419,6 @@ }, "then": "./assets/data/nsi/logos/tribunaldejusticadoestadodeminasgerais-145c04.png" }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Tribunal de Justiça do Estado de São Paulo", - "operator:wikidata=Q125454187" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tribunaldejusticadoestadodesaopaulo-9e6306.undefined" - }, - { - "if": { - "and": [ - "amenity=courthouse", - { - "or": [ - "operator=Tribunal de Justiça do Estado do Espírito Santo", - "operator:wikidata=Q48873565" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tribunaldejusticadoestadodoespiritosanto-14a506.undefined" - }, { "if": { "and": [ @@ -17766,31 +10434,6 @@ }, "then": "./assets/data/nsi/logos/abrazocommunityhealthnetwork-85b200.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Albany Medical Health System - Saratoga Hospital", - "operator:wikidata=Q107671637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albanymedicalhealthsystemsaratogahospital-cadfb7.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=ASU - Friuli Centrale" - ] - }, - "then": "./assets/data/nsi/logos/asufriulicentrale-2ca1b1.undefined" - }, { "if": { "and": [ @@ -17806,106 +10449,6 @@ }, "then": "./assets/data/nsi/logos/augenzentrumeckert-628c49.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Biržų rajono savivaldybės poliklinika" - ] - }, - "then": "./assets/data/nsi/logos/birzurajonosavivaldybespoliklinika-d25fb6.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Čakovec" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljacakovec-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Sisačko-moslavačke županije" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljasisackomoslavackezupanije-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Vinkovci" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljavinkovci-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Vukovar" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljavukovar-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Zagreb - Centar" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljazagrebcentar-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Zagreb - Istok" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljazagrebistok-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Zagreb - Zapad" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljazagrebzapad-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Zagrebačke županije" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljazagrebackezupanije-1e7d6e.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Dom zdravlja Županja" - ] - }, - "then": "./assets/data/nsi/logos/domzdravljazupanja-1e7d6e.undefined" - }, { "if": { "and": [ @@ -17952,16 +10495,6 @@ }, "then": "./assets/data/nsi/logos/ggdzeeland-dc48cf.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=HBK-Poliklinik gemeinnützige GmbH" - ] - }, - "then": "./assets/data/nsi/logos/hbkpoliklinikgemeinnutzigegmbh-158874.undefined" - }, { "if": { "and": [ @@ -17992,106 +10525,6 @@ }, "then": "./assets/data/nsi/logos/mercyhealth-4a018b.png" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Ministère de la Santé et de l'Action Sociale", - "operator:wikidata=Q30285491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelasanteetdelactionsociale-523ac1.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Municipalidad de General Rodríguez", - "operator:wikidata=Q2363248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddegeneralrodriguez-9d9149.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Municipalidad de Luján", - "operator:wikidata=Q54107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddelujan-9d9149.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Municipalidad de Merlo", - "operator:wikidata=Q1017594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddemerlo-9d9149.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Municipalidad de Moreno", - "operator:wikidata=Q1496283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddemoreno-9d9149.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - { - "or": [ - "operator=Municipalidad de Posadas", - "operator:wikidata=Q44238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddeposadas-9d9149.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=NFZ" - ] - }, - "then": "./assets/data/nsi/logos/nfz-982037.undefined" - }, { "if": { "and": [ @@ -18107,36 +10540,6 @@ }, "then": "./assets/data/nsi/logos/rochesterregionalhealth-cadfb7.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=RU-VGG-2-23" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg223-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Samodzielny Zespół Publicznych Zakładów Lecznictwa Otwartego Warszawa-Mokotów" - ] - }, - "then": "./assets/data/nsi/logos/samodzielnyzespolpublicznychzakladowlecznictwaotwartegowarszawamokotow-982037.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Sanlas Holding" - ] - }, - "then": "./assets/data/nsi/logos/sanlasholding-91ae5d.undefined" - }, { "if": { "and": [ @@ -18168,134 +10571,6 @@ }, "then": "./assets/data/nsi/logos/uwmedicine-3ba0f7.jpg" }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=КДЛ ДОМОДЕДОВО-ТЕСТ" - ] - }, - "then": "./assets/data/nsi/logos/a85d1a-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=КДЛ НОВОКУЗНЕЦК-ТЕСТ" - ] - }, - "then": "./assets/data/nsi/logos/74b5fe-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=КДЛ Новосибирск - тест" - ] - }, - "then": "./assets/data/nsi/logos/b0daa1-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=КДЛ УФА-ТЕСТ" - ] - }, - "then": "./assets/data/nsi/logos/7d4209-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=КДЛ-Домодедово-тест», филиал»КДЛ Саратов»" - ] - }, - "then": "./assets/data/nsi/logos/a960b5-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Онгудайская центральная районная больница" - ] - }, - "then": "./assets/data/nsi/logos/44c64d-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Синлаб-ЕМЛ" - ] - }, - "then": "./assets/data/nsi/logos/c444ed-ac50a3.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=ССМП" - ] - }, - "then": "./assets/data/nsi/logos/9cfa26-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Филиал \"КДЛ Тюмень\" ООО \"Медицинский центр \"Диапазон\"" - ] - }, - "then": "./assets/data/nsi/logos/1cff92-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Филиал КДЛ Ростов-на-Дону ООО КДЛ ДОМОДЕДОВО-ТЕСТ" - ] - }, - "then": "./assets/data/nsi/logos/cb7031-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=doctors", - "healthcare=doctor", - "operator=Хеликс" - ] - }, - "then": "./assets/data/nsi/logos/05f62b-7b8af0.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=A2A Ciclo Idrico" - ] - }, - "then": "./assets/data/nsi/logos/a2acicloidrico-001ccd.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=AAH-Uganda" - ] - }, - "then": "./assets/data/nsi/logos/aahuganda-357a6e.undefined" - }, { "if": { "and": [ @@ -18310,53 +10585,6 @@ }, "then": "./assets/data/nsi/logos/acea-8df115.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Acque Bresciane" - ] - }, - "then": "./assets/data/nsi/logos/acquebresciane-001ccd.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Acque Spa" - ] - }, - "then": "./assets/data/nsi/logos/acquespa-1a4497.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Acquedotto Pugliese", - "operator:short=AQP", - "operator:wikidata=Q623214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acquedottopugliese-c6a601.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ada's Hoeve", - "operator:wikidata=Q2693950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adashoeve-0a63fc.undefined" - }, { "if": { "and": [ @@ -18371,34 +10599,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdebarcelona-fb4f0f.svg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ajuntament de l'Hospitalet de Llobregat", - "operator:wikidata=Q26253983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdelhospitaletdellobregat-a7f52c.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ajuntament de Montcada i Reixac", - "operator:wikidata=Q116415424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdemontcadaireixac-a7f52c.undefined" - }, { "if": { "and": [ @@ -18413,34 +10613,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdevalencia-a7f52c.svg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ayuntamiento de Barbastro", - "operator:wikidata=Q48020044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodebarbastro-a7f52c.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ayuntamiento de Los Corrales de Buelna", - "operator:wikidata=Q60051355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodeloscorralesdebuelna-a7f52c.undefined" - }, { "if": { "and": [ @@ -18455,43 +10627,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemadrid-08fe37.png" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ayuntamiento de San Felices de Buelna", - "operator:wikidata=Q60051501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodesanfelicesdebuelna-a7f52c.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Azienda Servizi Ambientali S.p.A.", - "operator:wikidata=Q3601161" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aziendaserviziambientalispa-1a4497.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Azienda Servizi Valtrompia S.p.A." - ] - }, - "then": "./assets/data/nsi/logos/aziendaservizivaltrompiaspa-001ccd.undefined" - }, { "if": { "and": [ @@ -18521,32 +10656,6 @@ }, "then": "./assets/data/nsi/logos/brabantwater-0a63fc.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=CAMEP" - ] - }, - "then": "./assets/data/nsi/logos/camep-10264b.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Chemun de Urtijëi - Gemeinde St. Ulrich - Comune di Ortisei", - "operator:de=Gemeinde St. Ulrich", - "operator:it=Comune di Ortisei", - "operator:lld=Chemun de Urtijëi", - "operator:wikidata=Q255568" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chemundeurtijeigemeindestulrichcomunediortisei-6c07c4.undefined" - }, { "if": { "and": [ @@ -18605,20 +10714,6 @@ }, "then": "./assets/data/nsi/logos/cityofdenton-6aaee1.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Comune di Castiglione d'Orcia", - "operator:wikidata=Q91152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedicastiglionedorcia-1a4497.undefined" - }, { "if": { "and": [ @@ -18647,50 +10742,6 @@ }, "then": "./assets/data/nsi/logos/comunedimontepulciano-1a4497.svg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Comune di Monteroni d'Arbia", - "operator:wikidata=Q91243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedimonteronidarbia-1a4497.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Comune di San Quirico d'Orcia", - "operator:wikidata=Q91430" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedisanquiricodorcia-1a4497.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Comune di Selva - Gemeinde Wolkenstein", - "operator:de=Gemeinde Wolkenstein", - "operator:it=Comune di Selva", - "operator:wikidata=Q499129" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunediselvagemeindewolkenstein-6c07c4.undefined" - }, { "if": { "and": [ @@ -18775,15 +10826,6 @@ }, "then": "./assets/data/nsi/logos/eaudeparis-02ca9b.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Emasa" - ] - }, - "then": "./assets/data/nsi/logos/emasa-a7f52c.undefined" - }, { "if": { "and": [ @@ -18812,20 +10854,6 @@ }, "then": "./assets/data/nsi/logos/evides-0a63fc.png" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Farys", - "operator:wikidata=Q15882594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/farys-d9e26a.undefined" - }, { "if": { "and": [ @@ -18854,20 +10882,6 @@ }, "then": "./assets/data/nsi/logos/gemeindetoblach-6c07c4.svg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Gemeinde Truden", - "operator:wikidata=Q504524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindetruden-6c07c4.undefined" - }, { "if": { "and": [ @@ -18939,74 +10953,6 @@ }, "then": "./assets/data/nsi/logos/iren-8df115.png" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Jointhepipe" - ] - }, - "then": "./assets/data/nsi/logos/jointhepipe-0a63fc.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=JoinThePipe, for Brabant Water" - ] - }, - "then": "./assets/data/nsi/logos/jointhepipeforbrabantwater-0a63fc.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Junta de Freguesia de Faiões", - "operator:wikidata=Q107414910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/juntadefreguesiadefaioes-98c7ab.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Kartanonhaan palstaviljelijät ry" - ] - }, - "then": "./assets/data/nsi/logos/kartanonhaanpalstaviljelijatry-077748.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=London Drinking Fountain Fund" - ] - }, - "then": "./assets/data/nsi/logos/londondrinkingfountainfund-a0e8dc.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=LWSC" - ] - }, - "then": "./assets/data/nsi/logos/lwsc-8d8858.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Marktgemeinde Schlanders, Abt. Energie und Infrastrukturen" - ] - }, - "then": "./assets/data/nsi/logos/marktgemeindeschlandersabtenergieundinfrastrukturen-6c07c4.undefined" - }, { "if": { "and": [ @@ -19021,47 +10967,6 @@ }, "then": "./assets/data/nsi/logos/miamidadecollege-4ee648.png" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=MM S.p.A.", - "operator:wikidata=Q3855742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mmspa-001ccd.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=MPWiK" - ] - }, - "then": "./assets/data/nsi/logos/mpwik-f887e0.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=MPWiK Wrocław" - ] - }, - "then": "./assets/data/nsi/logos/mpwikwroclaw-f887e0.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=MTS" - ] - }, - "then": "./assets/data/nsi/logos/mts-15c82d.undefined" - }, { "if": { "and": [ @@ -19132,15 +11037,6 @@ }, "then": "./assets/data/nsi/logos/oxfam-3fbe17.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Panyolai Önkormányzat" - ] - }, - "then": "./assets/data/nsi/logos/panyolaionkormanyzat-321b46.undefined" - }, { "if": { "and": [ @@ -19198,15 +11094,6 @@ }, "then": "./assets/data/nsi/logos/provinciadibrescia-001ccd.svg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Publiacqua" - ] - }, - "then": "./assets/data/nsi/logos/publiacqua-1a4497.undefined" - }, { "if": { "and": [ @@ -19221,20 +11108,6 @@ }, "then": "./assets/data/nsi/logos/pwn-0a63fc.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Régie des Eaux de Montpellier", - "operator:wikidata=Q115579414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regiedeseauxdemontpellier-7adbce.undefined" - }, { "if": { "and": [ @@ -19249,20 +11122,6 @@ }, "then": "./assets/data/nsi/logos/rheinenergie-a3ecbe.cbe" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Rīgas ūdens", - "operator:wikidata=Q124713902" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rigasudens-12a6c1.undefined" - }, { "if": { "and": [ @@ -19308,43 +11167,6 @@ }, "then": "./assets/data/nsi/logos/seattlepublicutilities-223fdb.fdb" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Sit Lucretili" - ] - }, - "then": "./assets/data/nsi/logos/sitlucretili-3092a7.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=SMAT", - "operator:wikidata=Q3943724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smat-0ca4ec.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=SNCF Gares & Connexions", - "operator:wikidata=Q3098278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sncfgaresandconnexions-02ca9b.undefined" - }, { "if": { "and": [ @@ -19401,20 +11223,6 @@ }, "then": "./assets/data/nsi/logos/stadtlinz-ea6086.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Stadt Wien", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-66c353.undefined" - }, { "if": { "and": [ @@ -19429,71 +11237,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkebrixenag-6c07c4.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Stadtwerke Meran - Azienda Servizi Municipalizzati di Merano", - "operator:de=Stadtwerke Meran", - "operator:it=Azienda Servizi Municipalizzati di Merano" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkemeranaziendaservizimunicipalizzatidimerano-6c07c4.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Szegedi Vízmű Zrt." - ] - }, - "then": "./assets/data/nsi/logos/szegedivizmuzrt-321b46.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Taigua" - ] - }, - "then": "./assets/data/nsi/logos/taigua-a7f52c.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Tiefbauamt Stuttgart" - ] - }, - "then": "./assets/data/nsi/logos/tiefbauamtstuttgart-fc0883.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Township of Langley", - "operator:wikidata=Q1805330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townshipoflangley-f4df2b.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Trevornick Holiday Park" - ] - }, - "then": "./assets/data/nsi/logos/trevornickholidaypark-ca4970.undefined" - }, { "if": { "and": [ @@ -19579,34 +11322,6 @@ }, "then": "./assets/data/nsi/logos/verejnazelenmestabrna-eb7dc3.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ville d'Anglet", - "operator:wikidata=Q115918089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedanglet-dab9ce.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ville de Boisbriand", - "operator:wikidata=Q139474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedeboisbriand-5fe9c1.undefined" - }, { "if": { "and": [ @@ -19635,20 +11350,6 @@ }, "then": "./assets/data/nsi/logos/villedeliege-d9e26a.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=Ville de Montpellier", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-7adbce.undefined" - }, { "if": { "and": [ @@ -19663,15 +11364,6 @@ }, "then": "./assets/data/nsi/logos/vitens-0a63fc.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Vitens/Jointhepipe" - ] - }, - "then": "./assets/data/nsi/logos/vitensjointhepipe-0a63fc.undefined" - }, { "if": { "and": [ @@ -19687,15 +11379,6 @@ }, "then": "./assets/data/nsi/logos/vychodoslovenskavodarenskaspolocnost-82b290.png" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=Water Trust" - ] - }, - "then": "./assets/data/nsi/logos/watertrust-8d8858.undefined" - }, { "if": { "and": [ @@ -19808,210 +11491,6 @@ }, "then": "./assets/data/nsi/logos/wvz-32a6c1.jpg" }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=ZWiK Sp. z o.o. w Oławie" - ] - }, - "then": "./assets/data/nsi/logos/zwikspzoowolawie-f887e0.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=ГУП «Водоканал Санкт-Петербурга»" - ] - }, - "then": "./assets/data/nsi/logos/edaa6f-feac74.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=การประปานครหลวง", - "operator:th=การประปานครหลวง" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/543499-77d894.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - { - "or": [ - "operator=会津若松市 花と緑の課", - "operator:ja=会津若松市 花と緑の課" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aabdcb-07acb2.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=博愛國小總務處" - ] - }, - "then": "./assets/data/nsi/logos/a7d2cf-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=品川区" - ] - }, - "then": "./assets/data/nsi/logos/9b71a0-07acb2.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=大田区" - ] - }, - "then": "./assets/data/nsi/logos/431e24-07acb2.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=工務局公園處" - ] - }, - "then": "./assets/data/nsi/logos/9227d0-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=工務局公園處南港管理所" - ] - }, - "then": "./assets/data/nsi/logos/515216-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=工務局公園處圓山管理所" - ] - }, - "then": "./assets/data/nsi/logos/4d7c7f-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=工務局公園處陽明山管理所" - ] - }, - "then": "./assets/data/nsi/logos/8cd721-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=工務局公園處青年管理所" - ] - }, - "then": "./assets/data/nsi/logos/c50b84-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=市政大樓公管中心" - ] - }, - "then": "./assets/data/nsi/logos/ef2223-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=敦化國中總務處" - ] - }, - "then": "./assets/data/nsi/logos/ca8603-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=東門國小總務處" - ] - }, - "then": "./assets/data/nsi/logos/6f6579-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=海巡署" - ] - }, - "then": "./assets/data/nsi/logos/057e0b-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=百齡國小總務處" - ] - }, - "then": "./assets/data/nsi/logos/f8ad5c-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=臺北大眾捷運股份有限公司" - ] - }, - "then": "./assets/data/nsi/logos/6562b9-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=drinking_water", - "operator=臺北自來水事業處" - ] - }, - "then": "./assets/data/nsi/logos/8a1cdb-3c68ca.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Albuquerque Fire Rescue", - "operator:wikidata=Q106997936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albuquerquefirerescue-ee0f4a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Alcaldía del Distrito Capital" - ] - }, - "then": "./assets/data/nsi/logos/alcaldiadeldistritocapital-9862b1.undefined" - }, { "if": { "and": [ @@ -20026,15 +11505,6 @@ }, "then": "./assets/data/nsi/logos/ankaraitfaiyesi-65f4f7.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Associação de Bombeiros Voluntários de Santa Catarina" - ] - }, - "then": "./assets/data/nsi/logos/associacaodebombeirosvoluntariosdesantacatarina-81e8d3.undefined" - }, { "if": { "and": [ @@ -20105,15 +11575,6 @@ }, "then": "./assets/data/nsi/logos/bedfordshirefireandrescueservice-61f16b.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Beredskab & Sikkerhed" - ] - }, - "then": "./assets/data/nsi/logos/beredskabandsikkerhed-dc888e.undefined" - }, { "if": { "and": [ @@ -20157,33 +11618,6 @@ }, "then": "./assets/data/nsi/logos/birminghamfireandrescueservicedepartment-cc12c6.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Brand & Redning Sønderjylland" - ] - }, - "then": "./assets/data/nsi/logos/brandandredningsonderjylland-dc888e.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Brandweer Twente" - ] - }, - "then": "./assets/data/nsi/logos/brandweertwente-0004ee.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Brandweer Westhoek" - ] - }, - "then": "./assets/data/nsi/logos/brandweerwesthoek-17028f.undefined" - }, { "if": { "and": [ @@ -20198,20 +11632,6 @@ }, "then": "./assets/data/nsi/logos/brandweerzonecentrum-17028f.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Brandweerzone Midwest", - "operator:wikidata=Q16684051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brandweerzonemidwest-17028f.undefined" - }, { "if": { "and": [ @@ -20226,24 +11646,6 @@ }, "then": "./assets/data/nsi/logos/brandweerzonerivierenland-17028f.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Brannvesenet Midt IKS" - ] - }, - "then": "./assets/data/nsi/logos/brannvesenetmidtiks-ac32fd.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Brannvesenet Sør IKS" - ] - }, - "then": "./assets/data/nsi/logos/brannvesenetsoriks-ac32fd.undefined" - }, { "if": { "and": [ @@ -20488,20 +11890,6 @@ }, "then": "./assets/data/nsi/logos/cobbcountyfireandemergencyservices-0d982b.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Collectivité de Corse", - "operator:wikidata=Q17050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/collectivitedecorse-46b3a4.undefined" - }, { "if": { "and": [ @@ -20516,33 +11904,6 @@ }, "then": "./assets/data/nsi/logos/comunidaddemadrid-5d5dc4.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Consorci Provincial de Bombers de València" - ] - }, - "then": "./assets/data/nsi/logos/consorciprovincialdebombersdevalencia-c979cd.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Consorcio Provincial de Bomberos de Valencia / Consorci Provincial de Bombers de València" - ] - }, - "then": "./assets/data/nsi/logos/consorcioprovincialdebomberosdevalenciaconsorciprovincialdebombersdevalencia-c979cd.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Cork County Fire Service" - ] - }, - "then": "./assets/data/nsi/logos/corkcountyfireservice-7d298d.undefined" - }, { "if": { "and": [ @@ -20614,15 +11975,6 @@ }, "then": "./assets/data/nsi/logos/countydurhamanddarlingtonfireandrescueservice-c946be.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Cuerpo de Bomberos de Bogotá" - ] - }, - "then": "./assets/data/nsi/logos/cuerpodebomberosdebogota-1d12e3.undefined" - }, { "if": { "and": [ @@ -20639,34 +11991,6 @@ }, "then": "./assets/data/nsi/logos/cuerpodebomberosdehonduras-696c1a.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Cuerpo de Bomberos de La Granja", - "operator:wikidata=Q26814654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuerpodebomberosdelagranja-dc8827.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Cuerpo de Bomberos de Viña del Mar", - "operator:wikidata=Q25405758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuerpodebomberosdevinadelmar-dc8827.undefined" - }, { "if": { "and": [ @@ -20738,15 +12062,6 @@ }, "then": "./assets/data/nsi/logos/dobrovolnapoziarnaochranaslovenskejrepubliky-e10424.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Donegal Fire Service" - ] - }, - "then": "./assets/data/nsi/logos/donegalfireservice-5737df.undefined" - }, { "if": { "and": [ @@ -20817,84 +12132,6 @@ }, "then": "./assets/data/nsi/logos/fentresscountyfiredepartment-9a6744.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Feuerwehr Bielefeld", - "operator:wikidata=Q1409844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrbielefeld-630125.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Feuerwehr Kreisstadt Euskirchen" - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrkreisstadteuskirchen-630125.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Feuerwehr Saarbrücken", - "operator:wikidata=Q1409909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrsaarbrucken-3e15eb.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Feuerwehr SG Rodenberg" - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrsgrodenberg-204ac7.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Feuerwehr Stadt Barsinghausen" - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrstadtbarsinghausen-204ac7.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Feuerwehr Stadt Rinteln" - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrstadtrinteln-204ac7.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Feuerwehr Witten", - "operator:wikidata=Q1409923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrwitten-630125.undefined" - }, { "if": { "and": [ @@ -20937,38 +12174,6 @@ }, "then": "./assets/data/nsi/logos/firerescuevictoria-1faece.ece" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Freiwillige Feuerwehr der Samtgemeinde Thedinghausen" - ] - }, - "then": "./assets/data/nsi/logos/freiwilligefeuerwehrdersamtgemeindethedinghausen-204ac7.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Freiwillige Feuerwehr Mechernich" - ] - }, - "then": "./assets/data/nsi/logos/freiwilligefeuerwehrmechernich-630125.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Gary Fire Department", - "operator:wikidata=Q130272338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garyfiredepartment-3887dd.undefined" - }, { "if": { "and": [ @@ -21222,29 +12427,6 @@ }, "then": "./assets/data/nsi/logos/humbersidefireandrescueservice-6d4c94.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Indianapolis Fire Department", - "operator:wikidata=Q6023848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianapolisfiredepartment-d809d2.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=INS" - ] - }, - "then": "./assets/data/nsi/logos/ins-891e27.undefined" - }, { "if": { "and": [ @@ -21259,15 +12441,6 @@ }, "then": "./assets/data/nsi/logos/istanbulitfaiyesi-65f4f7.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=İzmir İtfaiyesi" - ] - }, - "then": "./assets/data/nsi/logos/izmiritfaiyesi-65f4f7.undefined" - }, { "if": { "and": [ @@ -21367,15 +12540,6 @@ }, "then": "./assets/data/nsi/logos/leicestershirefireandrescueservice-18a147.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Leon County Fire" - ] - }, - "then": "./assets/data/nsi/logos/leoncountyfire-528b2f.undefined" - }, { "if": { "and": [ @@ -21446,15 +12610,6 @@ }, "then": "./assets/data/nsi/logos/losangelesfiredepartment-a95892.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Mayo County Fire Service" - ] - }, - "then": "./assets/data/nsi/logos/mayocountyfireservice-868cf9.undefined" - }, { "if": { "and": [ @@ -21485,15 +12640,6 @@ }, "then": "./assets/data/nsi/logos/midandwestwalesfireandrescueservice-6e80d5.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Midt-Hedmark brann-og redningsvesen IKS" - ] - }, - "then": "./assets/data/nsi/logos/midthedmarkbrannogredningsveseniks-ac32fd.undefined" - }, { "if": { "and": [ @@ -21508,20 +12654,6 @@ }, "then": "./assets/data/nsi/logos/milwaukeefiredepartment-37838a.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Ministère de l'Intérieur", - "operator:wikidata=Q3315224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelinterieur-6eb318.undefined" - }, { "if": { "and": [ @@ -21537,29 +12669,6 @@ }, "then": "./assets/data/nsi/logos/ministerstvovnutraslovenskejrepubliky-e10424.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Ministry of National Security" - ] - }, - "then": "./assets/data/nsi/logos/ministryofnationalsecurity-b3d5f5.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Minneapolis Fire Department", - "operator:wikidata=Q6867982" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minneapolisfiredepartment-496a8f.undefined" - }, { "if": { "and": [ @@ -21574,15 +12683,6 @@ }, "then": "./assets/data/nsi/logos/napervillefiredepartment-67e5e3.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=National Fire Authority" - ] - }, - "then": "./assets/data/nsi/logos/nationalfireauthority-9e7fa3.undefined" - }, { "if": { "and": [ @@ -21711,20 +12811,6 @@ }, "then": "./assets/data/nsi/logos/nswruralfireservice-da435c.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=NT Fire and Rescue Service", - "operator:wikidata=Q17018175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntfireandrescueservice-bb2a08.undefined" - }, { "if": { "and": [ @@ -21767,43 +12853,6 @@ }, "then": "./assets/data/nsi/logos/orlandofiredepartment-528b2f.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Østjyllands Brandvæsen" - ] - }, - "then": "./assets/data/nsi/logos/ostjyllandsbrandvaesen-dc888e.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Ottawa Fire Services", - "operator:wikidata=Q3480415" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ottawafireservices-ec8456.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Oxfordshire Fire and Rescue Service", - "operator:wikidata=Q7115591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxfordshirefireandrescueservice-6145a7.undefined" - }, { "if": { "and": [ @@ -21874,54 +12923,6 @@ }, "then": "./assets/data/nsi/logos/portlandfireandrescue-b9064d.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Queensland Fire and Emergency Services", - "operator:short=QFES", - "operator:wikidata=Q7270940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/queenslandfireandemergencyservices-cc314a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Räddningstjänsten Storgöteborg" - ] - }, - "then": "./assets/data/nsi/logos/raddningstjanstenstorgoteborg-89a3f3.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Rio Arriba County Fire Department", - "operator:short=RACFD", - "operator:wikidata=Q130273360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rioarribacountyfiredepartment-ee0f4a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Rogaland brann og redning IKS" - ] - }, - "then": "./assets/data/nsi/logos/rogalandbrannogredningiks-ac32fd.undefined" - }, { "if": { "and": [ @@ -21936,231 +12937,6 @@ }, "then": "./assets/data/nsi/logos/royalberkshirefireandrescueservice-6145a7.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-BEL" - ] - }, - "then": "./assets/data/nsi/logos/rubel-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-BRY" - ] - }, - "then": "./assets/data/nsi/logos/rubry-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-CR" - ] - }, - "then": "./assets/data/nsi/logos/rucr-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-KDA-1" - ] - }, - "then": "./assets/data/nsi/logos/rukda1-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-KDA-10" - ] - }, - "then": "./assets/data/nsi/logos/rukda10-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-KLU" - ] - }, - "then": "./assets/data/nsi/logos/ruklu-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-KR" - ] - }, - "then": "./assets/data/nsi/logos/rukr-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-LIP" - ] - }, - "then": "./assets/data/nsi/logos/rulip-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-MOS" - ] - }, - "then": "./assets/data/nsi/logos/rumos-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-MOW" - ] - }, - "then": "./assets/data/nsi/logos/rumow-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-MUR" - ] - }, - "then": "./assets/data/nsi/logos/rumur-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-NGR" - ] - }, - "then": "./assets/data/nsi/logos/rungr-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-NIZ" - ] - }, - "then": "./assets/data/nsi/logos/runiz-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-ORL" - ] - }, - "then": "./assets/data/nsi/logos/ruorl-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-PSK-1" - ] - }, - "then": "./assets/data/nsi/logos/rupsk1-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-ROS" - ] - }, - "then": "./assets/data/nsi/logos/ruros-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-STA" - ] - }, - "then": "./assets/data/nsi/logos/rusta-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-TA-7" - ] - }, - "then": "./assets/data/nsi/logos/ruta7-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-TUL" - ] - }, - "then": "./assets/data/nsi/logos/rutul-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-TVE" - ] - }, - "then": "./assets/data/nsi/logos/rutve-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-VGG" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-VGG-9" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg9-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-VGG-9-28" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg928-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-VGG-9-35" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg935-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=RU-VOR" - ] - }, - "then": "./assets/data/nsi/logos/ruvor-ea0501.undefined" - }, { "if": { "and": [ @@ -22330,21 +13106,6 @@ }, "then": "./assets/data/nsi/logos/sanjosefiredepartment-f2f943.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Sandoval County Fire Department", - "operator:short=SCFD", - "operator:wikidata=Q130273364" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sandovalcountyfiredepartment-ee0f4a.undefined" - }, { "if": { "and": [ @@ -22373,104 +13134,6 @@ }, "then": "./assets/data/nsi/logos/scottishfireandrescueservice-12e6fd.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 01", - "operator:wikidata=Q64975940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis01-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 02", - "operator:wikidata=Q88685498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis02-4a37ed.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 03", - "operator:wikidata=Q88685516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis03-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 04", - "operator:wikidata=Q88685546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis04-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 05", - "operator:wikidata=Q88685591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis05-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 06", - "operator:wikidata=Q61455650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis06-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 07", - "operator:wikidata=Q88685633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis07-3ba645.undefined" - }, { "if": { "and": [ @@ -22485,286 +13148,6 @@ }, "then": "./assets/data/nsi/logos/sdis08-345308.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 09", - "operator:wikidata=Q88685692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis09-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 10", - "operator:wikidata=Q88685712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis10-345308.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 11", - "operator:wikidata=Q88685742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis11-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 12", - "operator:wikidata=Q88685784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis12-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 13", - "operator:wikidata=Q61455675" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis13-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 14", - "operator:wikidata=Q88685822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis14-23cba8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 15", - "operator:wikidata=Q88685859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis15-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 16", - "operator:wikidata=Q88685902" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis16-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 17", - "operator:wikidata=Q88754892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis17-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 18", - "operator:wikidata=Q88755006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis18-fa3f5a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 19", - "operator:wikidata=Q88755154" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis19-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 21", - "operator:wikidata=Q88755278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis21-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 22", - "operator:wikidata=Q88755366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis22-40194a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 23", - "operator:wikidata=Q88755470" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis23-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 24", - "operator:wikidata=Q88755567" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis24-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 25", - "operator:wikidata=Q65456012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis25-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 26", - "operator:wikidata=Q88757183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis26-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 27", - "operator:wikidata=Q88760032" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis27-23cba8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 28", - "operator:wikidata=Q88760105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis28-fa3f5a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 29", - "operator:wikidata=Q88760201" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis29-40194a.undefined" - }, { "if": { "and": [ @@ -22779,104 +13162,6 @@ }, "then": "./assets/data/nsi/logos/sdis30-713fa8.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 31", - "operator:wikidata=Q64692408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis31-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 32", - "operator:wikidata=Q88760258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis32-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 33", - "operator:wikidata=Q61455687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis33-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 34", - "operator:wikidata=Q61455703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis34-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 35", - "operator:wikidata=Q88760350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis35-40194a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 36", - "operator:wikidata=Q64777735" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis36-fa3f5a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 37", - "operator:wikidata=Q88760505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis37-fa3f5a.undefined" - }, { "if": { "and": [ @@ -22891,146 +13176,6 @@ }, "then": "./assets/data/nsi/logos/sdis38-3ba645.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 39", - "operator:wikidata=Q88763669" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis39-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 40", - "operator:wikidata=Q88763799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis40-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 41", - "operator:wikidata=Q88763870" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis41-fa3f5a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 42", - "operator:wikidata=Q88763913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis42-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 43", - "operator:wikidata=Q88764119" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis43-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 44", - "operator:wikidata=Q61455757" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis44-610da5.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 45", - "operator:wikidata=Q88764186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis45-fa3f5a.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 46", - "operator:wikidata=Q88764260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis46-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 47", - "operator:wikidata=Q88764329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis47-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 48", - "operator:wikidata=Q88764407" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis48-713fa8.undefined" - }, { "if": { "and": [ @@ -23045,20 +13190,6 @@ }, "then": "./assets/data/nsi/logos/sdis49-610da5.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 50", - "operator:wikidata=Q88764472" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis50-23cba8.undefined" - }, { "if": { "and": [ @@ -23087,20 +13218,6 @@ }, "then": "./assets/data/nsi/logos/sdis52-345308.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 53", - "operator:wikidata=Q88764859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis53-610da5.undefined" - }, { "if": { "and": [ @@ -23115,34 +13232,6 @@ }, "then": "./assets/data/nsi/logos/sdis54-345308.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 55", - "operator:wikidata=Q88765063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis55-345308.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 56", - "operator:wikidata=Q88765139" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis56-40194a.undefined" - }, { "if": { "and": [ @@ -23157,132 +13246,6 @@ }, "then": "./assets/data/nsi/logos/sdis57-345308.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 58", - "operator:wikidata=Q88765292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis58-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 59", - "operator:wikidata=Q21778937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis59-4a37ed.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 60", - "operator:wikidata=Q88765347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis60-4a37ed.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 61", - "operator:wikidata=Q88765658" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis61-23cba8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 62", - "operator:wikidata=Q61455805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis62-4a37ed.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 63", - "operator:wikidata=Q88765700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis63-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 64", - "operator:wikidata=Q88765752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis64-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 65", - "operator:wikidata=Q88765816" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis65-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 66", - "operator:wikidata=Q88765856" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis66-713fa8.undefined" - }, { "if": { "and": [ @@ -23311,202 +13274,6 @@ }, "then": "./assets/data/nsi/logos/sdis68-345308.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 70", - "operator:wikidata=Q88765969" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis70-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 71", - "operator:wikidata=Q88766472" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis71-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 72", - "operator:wikidata=Q88766528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis72-610da5.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 74", - "operator:wikidata=Q88766652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis74-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 76", - "operator:wikidata=Q61455857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis76-23cba8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 77", - "operator:wikidata=Q61455875" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis77-9a45cb.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 78", - "operator:wikidata=Q61455899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis78-9a45cb.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 79", - "operator:wikidata=Q88766708" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis79-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 80", - "operator:wikidata=Q88766768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis80-4a37ed.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 81", - "operator:wikidata=Q64915549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis81-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 82", - "operator:wikidata=Q88766841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis82-713fa8.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 83", - "operator:wikidata=Q61455924" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis83-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 84", - "operator:wikidata=Q88766905" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis84-2fa295.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 85", - "operator:wikidata=Q88767021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis85-610da5.undefined" - }, { "if": { "and": [ @@ -23521,127 +13288,6 @@ }, "then": "./assets/data/nsi/logos/sdis86-a24b9d.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 87", - "operator:wikidata=Q88767139" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis87-a24b9d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 88", - "operator:wikidata=Q64604865" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis88-345308.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 89", - "operator:wikidata=Q88767239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis89-d2ef74.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 91", - "operator:wikidata=Q61455931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis91-9a45cb.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 95", - "operator:wikidata=Q61455938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis95-9a45cb.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 973", - "operator:wikidata=Q88767503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis973-83d53f.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDIS 974", - "operator:wikidata=Q88767557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis974-2b6cf2.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SDMIS", - "operator:wikidata=Q61455835" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdmis-3ba645.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Service de protection contre l'incendie de Québec" - ] - }, - "then": "./assets/data/nsi/logos/servicedeprotectioncontrelincendiedequebec-841560.undefined" - }, { "if": { "and": [ @@ -23656,43 +13302,6 @@ }, "then": "./assets/data/nsi/logos/shropshirefireandrescueservice-794a68.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SIS 2A", - "operator:wikidata=Q88767670" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sis2a-46b3a4.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=SIS 2B", - "operator:wikidata=Q88767749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sis2b-46b3a4.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Sogn brann og redning IKS" - ] - }, - "then": "./assets/data/nsi/logos/sognbrannogredningiks-ac32fd.undefined" - }, { "if": { "and": [ @@ -23707,20 +13316,6 @@ }, "then": "./assets/data/nsi/logos/southaustraliancountryfireservice-f58103.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=South Australian Metropolitan Fire Service", - "operator:wikidata=Q7566124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southaustralianmetropolitanfireservice-f58103.undefined" - }, { "if": { "and": [ @@ -23766,34 +13361,6 @@ }, "then": "./assets/data/nsi/logos/southyorkshirefireandrescue-6d4c94.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Springfield Fire Department", - "operator:wikidata=Q113623343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/springfieldfiredepartment-67e5e3.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Springfield Fire Department", - "operator:wikidata=Q20050605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/springfieldfiredepartment-905134.undefined" - }, { "if": { "and": [ @@ -23808,20 +13375,6 @@ }, "then": "./assets/data/nsi/logos/springfieldfiredepartment-66adb9.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Stadt Aachen - FB 37/Feuerwehr", - "operator:wikidata=Q1409833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtaachenfb37feuerwehr-630125.undefined" - }, { "if": { "and": [ @@ -23948,20 +13501,6 @@ }, "then": "./assets/data/nsi/logos/stadtseelze-204ac7.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Stadt Trier", - "operator:wikidata=Q1409919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadttrier-83d42d.undefined" - }, { "if": { "and": [ @@ -23990,43 +13529,6 @@ }, "then": "./assets/data/nsi/logos/stadtuslar-204ac7.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Staffordshire Fire and Rescue Service", - "operator:wikidata=Q7596700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staffordshirefireandrescueservice-794a68.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=STIS 67" - ] - }, - "then": "./assets/data/nsi/logos/stis67-345308.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=STIS 972", - "operator:wikidata=Q88767433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stis972-40677f.undefined" - }, { "if": { "and": [ @@ -24083,15 +13585,6 @@ }, "then": "./assets/data/nsi/logos/tasmanianfireservice-6b676e.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Trøndelag brann- og redningstjeneste IKS" - ] - }, - "then": "./assets/data/nsi/logos/trondelagbrannogredningstjenesteiks-ac32fd.undefined" - }, { "if": { "and": [ @@ -24107,20 +13600,6 @@ }, "then": "./assets/data/nsi/logos/tualatinvalleyfireandrescue-b9064d.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Tulare County Fire Department", - "operator:wikidata=Q123589802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tularecountyfiredepartment-8a59ad.undefined" - }, { "if": { "and": [ @@ -24179,20 +13658,6 @@ }, "then": "./assets/data/nsi/logos/valenciacountyfiredepartment-ee0f4a.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Vancouver Fire and Rescue Services", - "operator:wikidata=Q7914180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vancouverfireandrescueservices-46a900.undefined" - }, { "if": { "and": [ @@ -24207,48 +13672,6 @@ }, "then": "./assets/data/nsi/logos/vancouverfiredepartment-c0ee6d.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheids- en Gezondheidsregio Gelderland-Midden", - "operator:wikidata=Q89363053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsengezondheidsregiogelderlandmidden-0004ee.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheidsregio Brabant-Noord", - "operator:wikidata=Q2175393" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsregiobrabantnoord-0004ee.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheidsregio Brabant-Zuidoost", - "operator:wikidata=Q1811925" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsregiobrabantzuidoost-0004ee.undefined" - }, { "if": { "and": [ @@ -24263,34 +13686,6 @@ }, "then": "./assets/data/nsi/logos/veiligheidsregiogelderlandzuid-0004ee.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheidsregio Groningen", - "operator:wikidata=Q2749099" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsregiogroningen-0004ee.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheidsregio Limburg-Noord", - "operator:wikidata=Q2148178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsregiolimburgnoord-0004ee.undefined" - }, { "if": { "and": [ @@ -24445,34 +13840,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeindedaun-83d42d.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Gerolstein", - "operator:wikidata=Q52404118" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindegerolstein-83d42d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Hunsrück-Mittelrhein", - "operator:wikidata=Q56245014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindehunsruckmittelrhein-83d42d.undefined" - }, { "if": { "and": [ @@ -24487,20 +13854,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeindekelberg-83d42d.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Kirner Land", - "operator:wikidata=Q65952810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindekirnerland-83d42d.undefined" - }, { "if": { "and": [ @@ -24571,34 +13924,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeindemaifeld-83d42d.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Nahe-Glan", - "operator:wikidata=Q59775090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindenaheglan-83d42d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Nordpfälzer Land", - "operator:wikidata=Q60029520" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindenordpfalzerland-83d42d.undefined" - }, { "if": { "and": [ @@ -24627,20 +13952,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeinderengsdorfwaldbreitbach-83d42d.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Verbandsgemeinde Rhein-Mosel", - "operator:wikidata=Q2514009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeinderheinmosel-83d42d.undefined" - }, { "if": { "and": [ @@ -24809,38 +14120,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeindewittlichland-83d42d.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Vest-Telemark brannvesen" - ] - }, - "then": "./assets/data/nsi/logos/vesttelemarkbrannvesen-ac32fd.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Vestsjællands Brandvæsen", - "operator:wikidata=Q47001996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vestsjaellandsbrandvaesen-dc888e.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Vigili del Fuoco" - ] - }, - "then": "./assets/data/nsi/logos/vigilidelfuoco-783fb8.undefined" - }, { "if": { "and": [ @@ -24855,21 +14134,6 @@ }, "then": "./assets/data/nsi/logos/villedemontreal-841560.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Veiligheidsregio Noord- en Oost-Gelderland", - "operator:short=VNOG", - "operator:wikidata=Q2588318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veiligheidsregionoordenoostgelderland-0004ee.undefined" - }, { "if": { "and": [ @@ -24884,15 +14148,6 @@ }, "then": "./assets/data/nsi/logos/warwickshirefireandrescueservice-794a68.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Waterford Fire Service" - ] - }, - "then": "./assets/data/nsi/logos/waterfordfireservice-7d298d.undefined" - }, { "if": { "and": [ @@ -24935,15 +14190,6 @@ }, "then": "./assets/data/nsi/logos/westyorkshirefireandrescueservice-6d4c94.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Zone de secours DINAPHI" - ] - }, - "then": "./assets/data/nsi/logos/zonedesecoursdinaphi-e05ec0.undefined" - }, { "if": { "and": [ @@ -24958,242 +14204,6 @@ }, "then": "./assets/data/nsi/logos/zonedesecoursluxembourg-17028f.png" }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Πυροσβεστική Υπηρεσία" - ] - }, - "then": "./assets/data/nsi/logos/c73a6c-67b14d.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ГКУ ПО \"Управление ОД в ЧС\"" - ] - }, - "then": "./assets/data/nsi/logos/ede306-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Департамент по предупреждению и ликвидации чрезвычайных ситуаций Ростовской области" - ] - }, - "then": "./assets/data/nsi/logos/ad7b1b-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Державна служба України з надзвичайних ситуацій" - ] - }, - "then": "./assets/data/nsi/logos/8aac0c-41cc36.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=Министерство на вътрешните работи", - "operator:wikidata=Q2594388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8bb510-1d8548.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=МЧС" - ] - }, - "then": "./assets/data/nsi/logos/609176-0b04d7.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=Областное государственное учреждение «Противопожарная служба Челябинской области»" - ] - }, - "then": "./assets/data/nsi/logos/874d3d-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Восточно-Сибирская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/b85f60-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Горьковская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/d52300-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Дальневосточная железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/118d42-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Забайкальская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/77b3be-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Западно-Сибирская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/39446e-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Красноярская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/88b9ff-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Куйбышевской железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/43a2bb-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Московская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/6032ae-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Октябрьская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/c49b99-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Свердловская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/82fdc3-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Северная железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/36301c-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Северо-Кавказская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/ca6378-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Юго-Восточная железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/e7a6f2-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Южно-Уральская железная дорога)" - ] - }, - "then": "./assets/data/nsi/logos/4c2126-ea0501.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=الحماية المدنية الجزائرية" - ] - }, - "then": "./assets/data/nsi/logos/604fbb-6eb318.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=سازمان آتش‌نشانی و خدمات ایمنی شهرداری اراک", - "operator:en=Arak Municipality Fire and Safety Services", - "operator:fa=سازمان آتش‌نشانی و خدمات ایمنی شهرداری اراک" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arakmunicipalityfireandsafetyservices-ef0f37.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=وزارة الداخلية والجماعات المحلية والتهيئة العمراني" - ] - }, - "then": "./assets/data/nsi/logos/843c83-6eb318.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=وزارة الداخلية والجماعات المحلية والتهيئة العمرانية الجزائرية" - ] - }, - "then": "./assets/data/nsi/logos/f3dfb7-6eb318.undefined" - }, { "if": { "and": [ @@ -25209,99 +14219,6 @@ }, "then": "./assets/data/nsi/logos/c615bb-1157b6.svg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=应急管理部消防救援局", - "operator:wikidata=Q60573921", - "operator:zh=应急管理部消防救援局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/be7fd9-1157b6.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=埼玉東部消防組合" - ] - }, - "then": "./assets/data/nsi/logos/aad553-be27ba.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=埼玉西部消防組合" - ] - }, - "then": "./assets/data/nsi/logos/0fa1bb-be27ba.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=宜蘭縣政府消防局", - "operator:wikidata=Q131169079" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b66768-2d0bd2.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=尼崎市消防団" - ] - }, - "then": "./assets/data/nsi/logos/218eb7-be27ba.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=新竹市消防局", - "operator:wikidata=Q131169252" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7be2e0-2d0bd2.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=新竹縣政府消防局", - "operator:wikidata=Q131169255" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/88b514-2d0bd2.undefined" - }, - { - "if": { - "and": [ - "amenity=fire_station", - "operator=札幌市消防局" - ] - }, - "then": "./assets/data/nsi/logos/e3431b-be27ba.undefined" - }, { "if": { "and": [ @@ -25318,20 +14235,6 @@ }, "then": "./assets/data/nsi/logos/tokyofiredepartment-be27ba.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=桃園市政府消防局", - "operator:wikidata=Q15917916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a3d2d9-2d0bd2.undefined" - }, { "if": { "and": [ @@ -25351,20 +14254,6 @@ }, "then": "./assets/data/nsi/logos/macaofireservicesbureau-2187d2.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=臺中市政府消防局", - "operator:wikidata=Q15909995" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8c1992-2d0bd2.undefined" - }, { "if": { "and": [ @@ -25384,20 +14273,6 @@ }, "then": "./assets/data/nsi/logos/hongkongfireservicesdepartment-ac17f0.jpg" }, - { - "if": { - "and": [ - "amenity=fire_station", - { - "or": [ - "operator=高雄市政府消防局", - "operator:wikidata=Q15920569" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f83b14-2d0bd2.undefined" - }, { "if": { "and": [ @@ -25414,22 +14289,6 @@ }, "then": "./assets/data/nsi/logos/acibadem-007b1e.svg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=ACT Health Directorate", - "operator:type=public", - "operator:wikidata=Q30264330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acthealthdirectorate-8aa901.undefined" - }, { "if": { "and": [ @@ -25608,22 +14467,6 @@ }, "then": "./assets/data/nsi/logos/asklepioskliniken-8bb61e.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=ASL", - "operator:type=public", - "operator:wikidata=Q3631467" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asl-046097.undefined" - }, { "if": { "and": [ @@ -25640,22 +14483,6 @@ }, "then": "./assets/data/nsi/logos/aspirus-1d4590.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=ASSE", - "operator:type=public", - "operator:wikidata=Q5657845" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asse-d92411.undefined" - }, { "if": { "and": [ @@ -25802,22 +14629,6 @@ }, "then": "./assets/data/nsi/logos/baptisthealth-b94cef.cef" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Baptist Health", - "operator:type=private", - "operator:wikidata=Q110932481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baptisthealth-0f0486.undefined" - }, { "if": { "and": [ @@ -25882,54 +14693,6 @@ }, "then": "./assets/data/nsi/logos/bgkliniken-8bb61e.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Bon Secours Health System", - "operator:type=private", - "operator:wikidata=Q16255112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonsecourshealthsystem-467fad.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Bon Secours Health System", - "operator:type=private", - "operator:wikidata=Q30286406" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonsecourshealthsystem-888e5a.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Caja Nacional de Salud", - "operator:short=CNS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajanacionaldesalud-bdc341.undefined" - }, { "if": { "and": [ @@ -25978,39 +14741,6 @@ }, "then": "./assets/data/nsi/logos/celenuskliniken-8bb61e.svg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Centura Health", - "operator:type=private", - "operator:wikidata=Q110940557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centurahealth-888e5a.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Catholic Health Initiatives", - "operator:short=CHI", - "operator:type=private", - "operator:wikidata=Q5053168" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catholichealthinitiatives-888e5a.undefined" - }, { "if": { "and": [ @@ -26208,68 +14938,6 @@ }, "then": "./assets/data/nsi/logos/departmentofhealth-a65a5a.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=WA Health", - "operator:type=government", - "operator:wikidata=Q19872844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wahealth-d472fb.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Department of Health and Family Welfare", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofhealthandfamilywelfare-585fc8.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Department of Health Services", - "operator:short=DHS", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofhealthservices-585fc8.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Department of Public Health Service", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofpublichealthservice-585fc8.undefined" - }, { "if": { "and": [ @@ -26318,22 +14986,6 @@ }, "then": "./assets/data/nsi/logos/dorsethealthcareuniversitynhsfoundationtrust-65a858.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Dr. Agarwal's Eye Hospital", - "operator:type=private", - "operator:wikidata=Q17052044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dragarwalseyehospital-585fc8.undefined" - }, { "if": { "and": [ @@ -26366,21 +15018,6 @@ }, "then": "./assets/data/nsi/logos/easterncapedepartmentofhealth-650276.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Eglise Catholique", - "operator:type=religious" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eglisecatholique-1eb48a.undefined" - }, { "if": { "and": [ @@ -26593,22 +15230,6 @@ }, "then": "./assets/data/nsi/logos/gobiernodelaciudaddebuenosaires-b92ad7.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Gobierno Regional", - "operator:type=government", - "operator:wikidata=Q3824815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernoregional-d29164.undefined" - }, { "if": { "and": [ @@ -26690,22 +15311,6 @@ }, "then": "./assets/data/nsi/logos/healthserviceexecutive-467fad.fad" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Healthscope", - "operator:type=private", - "operator:wikidata=Q5691366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/healthscope-86ebc0.undefined" - }, { "if": { "and": [ @@ -26738,23 +15343,6 @@ }, "then": "./assets/data/nsi/logos/hoag-537093.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Hospital Kuala Lumpur", - "operator:short=HKL", - "operator:type=private", - "operator:wikidata=Q7350107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hospitalkualalumpur-a918ec.undefined" - }, { "if": { "and": [ @@ -26871,23 +15459,6 @@ }, "then": "./assets/data/nsi/logos/institutoecuatorianodeseguridadsocial-92bc1d.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Instituto Hondureño de Seguridad Social", - "operator:short=IHSS", - "operator:type=government", - "operator:wikidata=Q16487105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutohondurenodeseguridadsocial-9989b9.undefined" - }, { "if": { "and": [ @@ -27004,22 +15575,6 @@ }, "then": "./assets/data/nsi/logos/kementeriankesihatanmalaysia-a918ec.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=KentuckyOne Health", - "operator:type=private", - "operator:wikidata=Q30282191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyonehealth-888e5a.undefined" - }, { "if": { "and": [ @@ -27165,22 +15720,6 @@ }, "then": "./assets/data/nsi/logos/maidstoneandtunbridgewellsnhstrust-634f11.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=MALC", - "operator:type=private", - "operator:wikidata=Q6762734" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malc-05a29f.undefined" - }, { "if": { "and": [ @@ -27213,22 +15752,6 @@ }, "then": "./assets/data/nsi/logos/massgeneralbrigham-73dad1.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Max Healthcare", - "operator:type=private", - "operator:wikidata=Q6794859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maxhealthcare-585fc8.undefined" - }, { "if": { "and": [ @@ -27294,22 +15817,6 @@ }, "then": "./assets/data/nsi/logos/medicalpark-8bb61e.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Medical Park", - "operator:type=private", - "operator:wikidata=Q6073312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medicalpark-4e781b.undefined" - }, { "if": { "and": [ @@ -27342,22 +15849,6 @@ }, "then": "./assets/data/nsi/logos/mediclinic-97e588.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Medicross", - "operator:type=private", - "operator:wikidata=Q116711654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medicross-650276.undefined" - }, { "if": { "and": [ @@ -27390,99 +15881,6 @@ }, "then": "./assets/data/nsi/logos/mercyhealth-4cdbcf.bcf" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Merit Health", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merithealth-3e134a.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Metro Pavia Health System", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metropaviahealthsystem-6bb1b7.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Mi Red IPS", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miredips-d793a3.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministère de la Santé", - "operator:type=government", - "operator:wikidata=Q17639127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelasante-a87298.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministère de la Santé", - "operator:type=government", - "operator:wikidata=Q25203092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelasante-13a2fa.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministère de la Santé et de l'Action Sociale", - "operator:type=government", - "operator:wikidata=Q30285491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredelasanteetdelactionsociale-c21448.undefined" - }, { "if": { "and": [ @@ -27499,22 +15897,6 @@ }, "then": "./assets/data/nsi/logos/ministeredelasantepublique-0923db.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministério da Saúde", - "operator:type=government", - "operator:wikidata=Q30290560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodasaude-e7b4ce.undefined" - }, { "if": { "and": [ @@ -27531,52 +15913,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodasaude-d30bb4.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministério da Saúde", - "operator:type=government", - "operator:wikidata=Q4294357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodasaude-c20875.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministerio de Salud - Gobierno de la Provincia del Neuquén", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesaludgobiernodelaprovinciadelneuquen-b92ad7.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministerio de Salud - Gobierno de Río Negro", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesaludgobiernoderionegro-b92ad7.undefined" - }, { "if": { "and": [ @@ -27611,23 +15947,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodesalud-e39fb9.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministerio de Salud", - "operator:short=MINSA", - "operator:type=government", - "operator:wikidata=Q30282287" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesalud-ef9693.undefined" - }, { "if": { "and": [ @@ -27645,23 +15964,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodesaluddelperu-d29164.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministerio de Salud Pública", - "operator:short=MINSAP", - "operator:type=government", - "operator:wikidata=Q6017421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesaludpublica-08985e.undefined" - }, { "if": { "and": [ @@ -27763,23 +16065,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodesaludyproteccionsocial-d793a3.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministerio del Poder Popular para la Salud", - "operator:short=MPPS", - "operator:type=government", - "operator:wikidata=Q4141111" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodelpoderpopularparalasalud-0e934a.undefined" - }, { "if": { "and": [ @@ -27861,38 +16146,6 @@ }, "then": "./assets/data/nsi/logos/ministryofhealthandwellness-c10140.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministry of Health and Social Welfare", - "operator:type=government", - "operator:wikidata=Q18085770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministryofhealthandsocialwelfare-4dfcc6.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ministry of Health and Sports", - "operator:type=government", - "operator:wikidata=Q28954031" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministryofhealthandsports-5a3b20.undefined" - }, { "if": { "and": [ @@ -27942,36 +16195,6 @@ }, "then": "./assets/data/nsi/logos/mpumalangadepartmentofhealth-650276.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=MS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ms-8532a9.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=MSPP", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mspp-1eb48a.undefined" - }, { "if": { "and": [ @@ -27988,54 +16211,6 @@ }, "then": "./assets/data/nsi/logos/municipalidadmetropolitanadelima-d29164.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=NA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/na-14c7e1.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=National Primary Health Care Development Agency", - "operator:short=NPHCDA", - "operator:type=public", - "operator:wikidata=Q30261975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalprimaryhealthcaredevelopmentagency-f23e0b.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=National Urban Health Mission", - "operator:type=public", - "operator:wikidata=Q13112734" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalurbanhealthmission-585fc8.undefined" - }, { "if": { "and": [ @@ -28068,21 +16243,6 @@ }, "then": "./assets/data/nsi/logos/nhs-b0b612.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Niederösterreichische Landeskliniken-Holding", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niederosterreichischelandesklinikenholding-a4bb91.undefined" - }, { "if": { "and": [ @@ -28179,22 +16339,6 @@ }, "then": "./assets/data/nsi/logos/nswhealth-768201.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=NT Health", - "operator:type=public", - "operator:wikidata=Q50514914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nthealth-805350.undefined" - }, { "if": { "and": [ @@ -28291,21 +16435,6 @@ }, "then": "./assets/data/nsi/logos/peacehealth-1d1c43.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=PPHI Sindh", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pphisindh-05a29f.undefined" - }, { "if": { "and": [ @@ -28354,21 +16483,6 @@ }, "then": "./assets/data/nsi/logos/provinciadesantafe-b92ad7.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=QRDSM", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qrdsm-dcd498.undefined" - }, { "if": { "and": [ @@ -28385,22 +16499,6 @@ }, "then": "./assets/data/nsi/logos/queenslandhealth-82bd63.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ramsay Health Care", - "operator:type=private", - "operator:wikidata=Q17054333" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ramsayhealthcare-86ebc0.undefined" - }, { "if": { "and": [ @@ -28465,21 +16563,6 @@ }, "then": "./assets/data/nsi/logos/rochesterregionalhealth-27bc64.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=RSUD Selayar", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rsudselayar-03d8c5.undefined" - }, { "if": { "and": [ @@ -28528,21 +16611,6 @@ }, "then": "./assets/data/nsi/logos/saglikbakanligi-4e781b.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Saint Joseph Health", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saintjosephhealth-537093.undefined" - }, { "if": { "and": [ @@ -28607,36 +16675,6 @@ }, "then": "./assets/data/nsi/logos/schonklinik-8bb61e.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Secretaria da Saúde do Estado do Ceará", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadasaudedoestadodoceara-782319.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Secretaria Municipal da Saúde de Fortaleza", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldasaudedefortaleza-782319.undefined" - }, { "if": { "and": [ @@ -28723,21 +16761,6 @@ }, "then": "./assets/data/nsi/logos/sistemaunicodesaude-d30bb4.svg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Sở Y tế Hà Nội", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soytehanoi-d376e4.undefined" - }, { "if": { "and": [ @@ -28754,21 +16777,6 @@ }, "then": "./assets/data/nsi/logos/somersetnhsfoundationtrust-5fb324.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=SSC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ssc-5e0bc0.undefined" - }, { "if": { "and": [ @@ -28817,22 +16825,6 @@ }, "then": "./assets/data/nsi/logos/stfranziskusstiftungmunster-8bb61e.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=State Ministry Of Health", - "operator:type=government", - "operator:wikidata=Q19604794" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stateministryofhealth-f23e0b.undefined" - }, { "if": { "and": [ @@ -28881,68 +16873,6 @@ }, "then": "./assets/data/nsi/logos/sutterhealth-888e5a.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Tennova Healthcare", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tennovahealthcare-1c8a55.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Texas Department of Aging and Disability Services", - "operator:type=government", - "operator:wikidata=Q7707626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texasdepartmentofaginganddisabilityservices-12e3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Texas Health", - "operator:type=private", - "operator:wikidata=Q7707724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texashealth-12e3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=TH Medical", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thmedical-888e5a.undefined" - }, { "if": { "and": [ @@ -28975,37 +16905,6 @@ }, "then": "./assets/data/nsi/logos/trinityhealth-888e5a.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=TriStar Health", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tristarhealth-1c8a55.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Unimed", - "operator:type=private", - "operator:wikidata=Q7865295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unimed-d30bb4.undefined" - }, { "if": { "and": [ @@ -29141,23 +17040,6 @@ }, "then": "./assets/data/nsi/logos/vastragotalandsregionen-653dc5.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Victorian Health Promotion Foundation", - "operator:short=VicHealth", - "operator:type=public", - "operator:wikidata=Q7927219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victorianhealthpromotionfoundation-e71a1a.undefined" - }, { "if": { "and": [ @@ -29174,22 +17056,6 @@ }, "then": "./assets/data/nsi/logos/vivantes-8bb61e.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Western Cape Department of Health", - "operator:type=government", - "operator:wikidata=Q7987677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westerncapedepartmentofhealth-650276.undefined" - }, { "if": { "and": [ @@ -29207,82 +17073,6 @@ }, "then": "./assets/data/nsi/logos/ziekenhuisnetwerkantwerpen-1fd604.png" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Ε.Σ.Υ.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9c8f5c-4242e0.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=Городская клиническая больница №20 им. И.С. Берзона", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58dff7-7b7c97.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=وزارة الصحة", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d9246-fbd4f5.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=وزارة الصحه", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/134872-fbd4f5.undefined" - }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=哈尔滨医科大学", - "operator:type=university", - "operator:wikidata=Q10921986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5a5f0-618ef1.undefined" - }, { "if": { "and": [ @@ -29304,24 +17094,6 @@ }, "then": "./assets/data/nsi/logos/hospitalauthority-fafb13.jpg" }, - { - "if": { - "and": [ - "amenity=hospital", - "healthcare=hospital", - { - "or": [ - "operator=首都医科大学", - "operator:en=Capital Medical University", - "operator:type=university", - "operator:wikidata=Q5035687", - "operator:zh=首都医科大学" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capitalmedicaluniversity-618ef1.undefined" - }, { "if": { "and": [ @@ -29337,21 +17109,6 @@ }, "then": "./assets/data/nsi/logos/adelby1-41f292.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Agrupamento de Escolas de Celorico de Basto", - "operator:type=public", - "operator:wikidata=Q131463151" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdeceloricodebasto-d303f7.undefined" - }, { "if": { "and": [ @@ -29382,49 +17139,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdebarcelona-bf7a11.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Akasia barnehage AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/akasiabarnehageas-04f073.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Association des Maisons de quartier de Reims", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/associationdesmaisonsdequartierdereims-94d05d.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=AWO Familienglobus", - "operator:type=private", - "operator:wikidata=Q130138619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awofamilienglobus-76bfc3.undefined" - }, { "if": { "and": [ @@ -29440,34 +17154,6 @@ }, "then": "./assets/data/nsi/logos/aworegionalverbandrheinerftandeuskirchenev-76bfc3.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=AWO Soziale Dienste gemeinnützige GmbH", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awosozialedienstegemeinnutzigegmbh-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=AWO Unterbezirk Dortmund", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awounterbezirkdortmund-76bfc3.undefined" - }, { "if": { "and": [ @@ -29514,20 +17200,6 @@ }, "then": "./assets/data/nsi/logos/bielany-6b0035.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=BKJ Betreungseinrichtungen für Kinder und Jugendliche der Stadt Eschweiler / AÖR", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bkjbetreungseinrichtungenfurkinderundjugendlichederstadteschweileraor-76bfc3.undefined" - }, { "if": { "and": [ @@ -29558,49 +17230,6 @@ }, "then": "./assets/data/nsi/logos/caritasverbanddortmundev-76bfc3.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=CC Porte de DrômArdèche", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ccportededromardeche-94d05d.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Centre Communal d'Action Sociale", - "operator:type=public", - "operator:wikidata=Q2944984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrecommunaldactionsociale-f44571.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=CompaNanny", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compananny-1b10f3.undefined" - }, { "if": { "and": [ @@ -29616,36 +17245,6 @@ }, "then": "./assets/data/nsi/logos/comunedibologna-624c08.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Comune di Milano", - "operator:type=government", - "operator:wikidata=Q106225029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedimilano-9d73a4.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Comune di Modena", - "operator:type=government", - "operator:wikidata=Q126392322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedimodena-624c08.undefined" - }, { "if": { "and": [ @@ -29661,108 +17260,6 @@ }, "then": "./assets/data/nsi/logos/denkmitkinderbetreuungseinrichtungengmbhandcokg-fd062c.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Deutscher Kinderschutzbund Ortsverband Essen e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deutscherkinderschutzbundortsverbandessenev-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Diakonisches Werk – Stadtmission Bayreuth e. V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diakonischeswerkstadtmissionbayreuthev-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Dirección General de Educación Inicial y Primaria", - "operator:type=government", - "operator:wikidata=Q5783994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeeducacioninicialyprimaria-3e78b4.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Eigenbetrieb Kindertageseinrichtungen Dresden", - "operator:type=public", - "operator:wikidata=Q130005166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eigenbetriebkindertageseinrichtungendresden-05384f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Eigenbetrieb Kindertagesstätten der Stadt Halle (Saale)", - "operator:type=public", - "operator:wikidata=Q130141451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eigenbetriebkindertagesstattenderstadthallesaale-ba3488.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Elbkinder Vereinigung Hamburger Kitas gGmbH", - "operator:type=private", - "operator:wikidata=Q126896525" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elbkindervereinigunghamburgerkitasggmbh-595700.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Elterninitiative", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elterninitiative-747d0f.undefined" - }, { "if": { "and": [ @@ -29823,49 +17320,6 @@ }, "then": "./assets/data/nsi/logos/evangelischerkirchenkreishamm-76bfc3.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Evangelischer Kirchenkreisverband für Kindertageseinrichtungen Berlin Mitte-Nord", - "operator:type=private", - "operator:wikidata=Q130405005" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evangelischerkirchenkreisverbandfurkindertageseinrichtungenberlinmittenord-4ea051.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=FABIDO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fabido-76bfc3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Florencia Benavidez", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenciabenavidez-7817ea.undefined" - }, { "if": { "and": [ @@ -29881,20 +17335,6 @@ }, "then": "./assets/data/nsi/logos/frobelbildungunderziehung-747d0f.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Fundación Integra", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fundacionintegra-6a0b6a.undefined" - }, { "if": { "and": [ @@ -29955,34 +17395,6 @@ }, "then": "./assets/data/nsi/logos/gminamiastorzeszow-6b0035.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Goodstart Early Learning", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodstartearlylearning-6f7323.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Gradski ured za obrazovanje", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gradskiuredzaobrazovanje-e0fcf6.undefined" - }, { "if": { "and": [ @@ -29998,21 +17410,6 @@ }, "then": "./assets/data/nsi/logos/hakommune-04f073.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-f5d7fd.undefined" - }, { "if": { "and": [ @@ -30089,64 +17486,6 @@ }, "then": "./assets/data/nsi/logos/johanniterunfallhilfeev-747d0f.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=JU Centar za predškolsko vaspitanje i obrazovanje Banja Luka", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jucentarzapredskolskovaspitanjeiobrazovanjebanjaluka-2bdb40.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Jugend- und Sozialwerk", - "operator:short=JuS", - "operator:type=ngo", - "operator:wikidata=Q31837620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jugendundsozialwerk-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Jugendamt Landeshauptstadt Düsseldorf, Willi-Becker-Allee 7, 40227 Düsseldorf", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jugendamtlandeshauptstadtdusseldorfwillibeckerallee740227dusseldorf-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Jugendamt Stadt Essen", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jugendamtstadtessen-747d0f.undefined" - }, { "if": { "and": [ @@ -30162,64 +17501,6 @@ }, "then": "./assets/data/nsi/logos/jul-747d0f.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Junji", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/junji-6a0b6a.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kath. Kindertageseinrichtungen Hellweg", - "operator:type=religious", - "operator:wikidata=Q130003751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kathkindertageseinrichtungenhellweg-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kath. Kindertageseinrichtungen Östliches Ruhrgebiet gGmbH", - "operator:type=religious", - "operator:wikidata=Q130003454" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kathkindertageseinrichtungenostlichesruhrgebietggmbh-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Katholische Gesamtkirchengemeinde Ravensburg", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/katholischegesamtkirchengemeinderavensburg-747d0f.undefined" - }, { "if": { "and": [ @@ -30250,35 +17531,6 @@ }, "then": "./assets/data/nsi/logos/katholischekitaggmbhtrier-df3d5e.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kidsa barnehager AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kidsabarnehageras-04f073.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kinder im Kiez GmbH", - "operator:type=private", - "operator:wikidata=Q130142390" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinderimkiezgmbh-4ea051.undefined" - }, { "if": { "and": [ @@ -30309,21 +17561,6 @@ }, "then": "./assets/data/nsi/logos/kinderfreunde-7bcf1a.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kindergärten City", - "operator:type=public", - "operator:wikidata=Q129782901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindergartencity-4ea051.undefined" - }, { "if": { "and": [ @@ -30339,66 +17576,6 @@ }, "then": "./assets/data/nsi/logos/kindergartennordost-4ea051.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kinderhaus e. V.", - "operator:type=private", - "operator:wikidata=Q130143047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinderhausev-b371e3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kindertagesstätten Berlin Süd-West", - "operator:type=public", - "operator:wikidata=Q129852054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindertagesstattenberlinsudwest-4ea051.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kindertagesstätten Nordwest", - "operator:type=public", - "operator:wikidata=Q129783766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindertagesstattennordwest-4ea051.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Kindertagesstätten SüdOst", - "operator:type=public", - "operator:wikidata=Q129784257" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindertagesstattensudost-4ea051.undefined" - }, { "if": { "and": [ @@ -30414,21 +17591,6 @@ }, "then": "./assets/data/nsi/logos/kinderzentrenkunterbuntggmbh-747d0f.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=KiTa Bremen", - "operator:type=public", - "operator:wikidata=Q129772069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitabremen-f9b96a.undefined" - }, { "if": { "and": [ @@ -30519,49 +17681,6 @@ }, "then": "./assets/data/nsi/logos/kungsbackakommun-b6a588.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=La Maison Bleue", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lamaisonbleue-94d05d.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Læringsverkstedet AS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laeringsverkstedetas-04f073.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Land Niederösterreich", - "operator:type=government", - "operator:wikidata=Q33121933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landniederosterreich-4694b0.undefined" - }, { "if": { "and": [ @@ -30577,21 +17696,6 @@ }, "then": "./assets/data/nsi/logos/landeshauptstadtstuttgart-df1e7e.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Lillehammer kommune", - "operator:type=government", - "operator:wikidata=Q16896781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lillehammerkommune-04f073.undefined" - }, { "if": { "and": [ @@ -30622,21 +17726,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-452f91.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Mairie de Toulouse", - "operator:type=government", - "operator:wikidata=Q59916588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetoulouse-ed7f0d.undefined" - }, { "if": { "and": [ @@ -30652,20 +17741,6 @@ }, "then": "./assets/data/nsi/logos/malmostad-b6a588.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Mokotów", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mokotow-6b0035.undefined" - }, { "if": { "and": [ @@ -30696,20 +17771,6 @@ }, "then": "./assets/data/nsi/logos/narvikkommune-04f073.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Norlandia", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norlandia-768407.undefined" - }, { "if": { "and": [ @@ -30740,49 +17801,6 @@ }, "then": "./assets/data/nsi/logos/nurmijarvenkunta-f5d7fd.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ochota", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ochota-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ogólnopolski Operator Oświaty", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ogolnopolskioperatoroswiaty-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Orte für Kinder GmbH", - "operator:type=private", - "operator:wikidata=Q130145367" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ortefurkindergmbh-4ea051.undefined" - }, { "if": { "and": [ @@ -30813,78 +17831,6 @@ }, "then": "./assets/data/nsi/logos/outlaw-747d0f.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Partou", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/partou-1b10f3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Pfefferwerk Stadtkultur gGmbH", - "operator:type=private", - "operator:wikidata=Q130145579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pfefferwerkstadtkulturggmbh-4ea051.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Pilke päiväkodit Oy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilkepaivakoditoy-f5d7fd.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Pinal Gila Community Child Services", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinalgilacommunitychildservices-c40154.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Postillion e.V.", - "operator:type=private", - "operator:wikidata=Q130146073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/postillionev-df1e7e.undefined" - }, { "if": { "and": [ @@ -30900,36 +17846,6 @@ }, "then": "./assets/data/nsi/logos/pragapolnoc-6b0035.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Praga-Południe", - "operator:type=government", - "operator:wikidata=Q2107492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragapoludnie-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Prefeitura Municipal de Blumenau", - "operator:type=government", - "operator:wikidata=Q56450064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-b3185a.undefined" - }, { "if": { "and": [ @@ -30945,80 +17861,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldeflorianopolis-b3185a.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Prefeitura Municipal de Itajaí", - "operator:type=government", - "operator:wikidata=Q123351765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldeitajai-b3185a.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=pro futura", - "operator:type=religious", - "operator:wikidata=Q129978730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/profutura-76bfc3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=pro multis", - "operator:type=religious", - "operator:wikidata=Q129978722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/promultis-76bfc3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=QRMSHBM", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qrmshbm-637abd.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Rīgas pašvaldība", - "operator:type=government", - "operator:wikidata=Q2089528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rigaspasvaldiba-e433d7.undefined" - }, { "if": { "and": [ @@ -31035,21 +17877,6 @@ }, "then": "./assets/data/nsi/logos/sanjoseunifiedschooldistrict-2a3fae.fae" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Santa Casa da Misericórdia", - "operator:type=charitable", - "operator:wikidata=Q3122827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacasadamisericordia-f382f5.undefined" - }, { "if": { "and": [ @@ -31065,49 +17892,6 @@ }, "then": "./assets/data/nsi/logos/savethechildren-0ff93d.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Sinne", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sinne-1b10f3.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Sistema Estatal Para El Desarrollo Integral De La Familia", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sistemaestatalparaeldesarrollointegraldelafamilia-cbe62e.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=SKOzoK", - "operator:type=private", - "operator:wikidata=Q121770112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skozok-1b10f3.undefined" - }, { "if": { "and": [ @@ -31138,21 +17922,6 @@ }, "then": "./assets/data/nsi/logos/sozialpadagogischerverein-17b2fe.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Śródmieście", - "operator:type=government", - "operator:wikidata=Q7095" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srodmiescie-6b0035.undefined" - }, { "if": { "and": [ @@ -31243,20 +18012,6 @@ }, "then": "./assets/data/nsi/logos/stadtkrefeld-76bfc3.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Stadt Leipzig - Amt für Jugend und Familie", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtleipzigamtfurjugendundfamilie-05384f.undefined" - }, { "if": { "and": [ @@ -31467,20 +18222,6 @@ }, "then": "./assets/data/nsi/logos/stadtwolfenbuttel-b371e3.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Stiftelsen Kanvas", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stiftelsenkanvas-04f073.undefined" - }, { "if": { "and": [ @@ -31511,35 +18252,6 @@ }, "then": "./assets/data/nsi/logos/sundsvallskommun-b6a588.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Szeged Megyei Jogú Város Önkormányzata Óvodák Igazgatósága", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/szegedmegyeijoguvarosonkormanyzataovodakigazgatosaga-389d8b.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Tallinna Haridusamet", - "operator:type=public", - "operator:wikidata=Q25514682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tallinnaharidusamet-22285e.undefined" - }, { "if": { "and": [ @@ -31555,48 +18267,6 @@ }, "then": "./assets/data/nsi/logos/targowek-6b0035.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Touhula", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/touhula-f5d7fd.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Trägergemeinschaft TfK im Ev. KK Gütersloh", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tragergemeinschafttfkimevkkgutersloh-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Trondhjems Asylselskap", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trondhjemsasylselskap-04f073.undefined" - }, { "if": { "and": [ @@ -31612,48 +18282,6 @@ }, "then": "./assets/data/nsi/logos/ullensvangkommune-04f073.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ursus", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ursus-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ursynów", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ursynow-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Urząd Dzielnicy Bemowo M.st.warszawy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzaddzielnicybemowomstwarszawy-6b0035.undefined" - }, { "if": { "and": [ @@ -31684,106 +18312,6 @@ }, "then": "./assets/data/nsi/logos/varnamokommun-b6a588.jpg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Vihdin kunta", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vihdinkunta-f5d7fd.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ville d'Amiens", - "operator:type=government", - "operator:wikidata=Q87071093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedamiens-0d93d5.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Ville de Montpellier", - "operator:type=government", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-ed7f0d.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Volkssolidarität Leipziger Land/Muldental e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volkssolidaritatleipzigerlandmuldentalev-747d0f.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Włochy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wlochy-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Wola", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wola-6b0035.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Zespół Żłobków Miasta Stołecznego Warszawy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zespolzlobkowmiastastolecznegowarszawy-6b0035.undefined" - }, { "if": { "and": [ @@ -31799,90 +18327,6 @@ }, "then": "./assets/data/nsi/logos/zoliborz-6b0035.svg" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Администрация Ленинского района муниципального образования «Город Саратов»", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c4030e-ecdee8.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=ГБОУ Школа №1598", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5050ce-ecdee8.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Житомирська міська рада", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/351435-64283a.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Международный общественный фонд (МОФ) “Инициатива Розы Отунбаевой”", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/412652-2246ab.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Міністерство освіти і науки", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/693a7d-64283a.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Предшколска установа „Дечја радост“", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8bf48c-916082.undefined" - }, { "if": { "and": [ @@ -31898,34 +18342,6 @@ }, "then": "./assets/data/nsi/logos/4c66bf-563fb8.png" }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=Управление образования Агаповского муниципального района", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e8dfcb-ecdee8.undefined" - }, - { - "if": { - "and": [ - "amenity=kindergarten", - { - "or": [ - "operator=那覇市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/030961-07edfd.undefined" - }, { "if": { "and": [ @@ -31972,22 +18388,6 @@ }, "then": "./assets/data/nsi/logos/alachuacountylibrarydistrict-7fd740.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Anne Arundel County Public Library", - "operator:short=AACPL", - "operator:type=public", - "operator:wikidata=Q55264155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/annearundelcountypubliclibrary-1170f4.undefined" - }, { "if": { "and": [ @@ -32020,21 +18420,6 @@ }, "then": "./assets/data/nsi/logos/austinpubliclibrary-24a277.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Ayuntamiento de Málaga", - "operator:type=government", - "operator:wikidata=Q5714892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemalaga-3746d4.undefined" - }, { "if": { "and": [ @@ -32096,51 +18481,6 @@ }, "then": "./assets/data/nsi/logos/biblionetgroningen-08efeb.feb" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=BiblioPlus", - "operator:type=public", - "operator:wikidata=Q121176809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biblioplus-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteca Comunale di Trento", - "operator:type=public", - "operator:wikidata=Q21075930" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotecacomunaleditrento-e79d63.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteche Bologna", - "operator:type=public", - "operator:wikidata=Q104156391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotechebologna-c0ba41.undefined" - }, { "if": { "and": [ @@ -32156,90 +18496,6 @@ }, "then": "./assets/data/nsi/logos/bibliotekakrakow-2579f7.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteka Miejska w Łodzi", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotekamiejskawlodzi-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteka Publiczna im. J. U. Niemcewicza w Dzielnicy Ursynów m.st. Warszawy", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotekapublicznaimjuniemcewiczawdzielnicyursynowmstwarszawy-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteka Publiczna m.st. Warszawy", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotekapublicznamstwarszawy-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteka Publiczna w Dzielnicy Śródmieście m.st. Warszawy", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotekapublicznawdzielnicysrodmiesciemstwarszawy-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biblioteka Raczyńskich", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotekaraczynskich-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek AanZet", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekaanzet-08efeb.undefined" - }, { "if": { "and": [ @@ -32255,126 +18511,6 @@ }, "then": "./assets/data/nsi/logos/bibliotheekdenhaag-08efeb.feb" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Eemland", - "operator:type=public", - "operator:wikidata=Q24040756" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekeemland-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Eindhoven", - "operator:type=public", - "operator:wikidata=Q59962015" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekeindhoven-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Gelderland Zuid", - "operator:type=public", - "operator:wikidata=Q59962187" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekgelderlandzuid-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Hoeksche Waard", - "operator:type=public", - "operator:wikidata=Q59962194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekhoekschewaard-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Kennemerwaard", - "operator:type=public", - "operator:wikidata=Q59961887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekkennemerwaard-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Lek & IJssel", - "operator:type=public", - "operator:wikidata=Q59962114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheeklekandijssel-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Oosterschelde", - "operator:type=public", - "operator:wikidata=Q59962078" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekoosterschelde-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Rijn en Venen", - "operator:type=public", - "operator:wikidata=Q59961897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekrijnenvenen-08efeb.undefined" - }, { "if": { "and": [ @@ -32405,124 +18541,6 @@ }, "then": "./assets/data/nsi/logos/bibliotheekrotterdam-08efeb.svg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Utrecht", - "operator:type=public", - "operator:wikidata=Q59962322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekutrecht-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Waterland", - "operator:type=public", - "operator:wikidata=Q59962225" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekwaterland-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek West-Brabant", - "operator:type=public", - "operator:wikidata=Q102180353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekwestbrabant-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Z-O-U-T", - "operator:type=public", - "operator:wikidata=Q59962152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekzout-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheek Zeeuws-Vlaanderen", - "operator:type=public", - "operator:wikidata=Q59962288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliotheekzeeuwsvlaanderen-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheken Mar en Fean", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliothekenmarenfean-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bibliotheken Noord Fryslân", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bibliothekennoordfryslan-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=BIJ de Bieb", - "operator:type=public", - "operator:wikidata=Q123299703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bijdebieb-08efeb.undefined" - }, { "if": { "and": [ @@ -32554,20 +18572,6 @@ }, "then": "./assets/data/nsi/logos/birminghampubliclibrary-8c84f7.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Biržų rajono savivaldybės Jurgio Bielinio viešoji biblioteka", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/birzurajonosavivaldybesjurgiobielinioviesojibiblioteka-25ee28.undefined" - }, { "if": { "and": [ @@ -32631,22 +18635,6 @@ }, "then": "./assets/data/nsi/logos/brooklynpubliclibrary-df14d6.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Bruce County Public Library", - "operator:short=BCPL", - "operator:type=public", - "operator:wikidata=Q53677843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brucecountypubliclibrary-b0fd6b.undefined" - }, { "if": { "and": [ @@ -32711,20 +18699,6 @@ }, "then": "./assets/data/nsi/logos/cardiffcouncil-88f8da.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=CCEG", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cceg-03d22a.undefined" - }, { "if": { "and": [ @@ -32976,21 +18950,6 @@ }, "then": "./assets/data/nsi/logos/debibliotheekcultuurpuntaltena-08efeb.feb" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=de Bibliotheek Midden-Brabant", - "operator:type=public", - "operator:wikidata=Q59962312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/debibliotheekmiddenbrabant-08efeb.undefined" - }, { "if": { "and": [ @@ -33053,20 +19012,6 @@ }, "then": "./assets/data/nsi/logos/diputaciodebarcelona-f7a909.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Directorate of Public Libraries", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/directorateofpubliclibraries-f6bcdd.undefined" - }, { "if": { "and": [ @@ -33133,21 +19078,6 @@ }, "then": "./assets/data/nsi/logos/edmontonpubliclibrary-9e3799.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Eepos kirjastot", - "operator:type=public", - "operator:wikidata=Q42902042" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eeposkirjastot-75c643.undefined" - }, { "if": { "and": [ @@ -33271,21 +19201,6 @@ }, "then": "./assets/data/nsi/logos/freelibraryofphiladelphia-5c5b2b.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Freie Universität Berlin", - "operator:type=university", - "operator:wikidata=Q2496344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freieuniversitatberlin-8a11d2.undefined" - }, { "if": { "and": [ @@ -33302,20 +19217,6 @@ }, "then": "./assets/data/nsi/logos/fortvancouverregionallibraries-48ecdd.cdd" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Geelong Regional Libraries", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geelongregionallibraries-afcf7d.undefined" - }, { "if": { "and": [ @@ -33641,20 +19542,6 @@ }, "then": "./assets/data/nsi/logos/kornhausbibliothekenbern-4ad6fe.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Książnica Płocka im. Władysława Broniewskiego", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ksiaznicaplockaimwladyslawabroniewskiego-2579f7.undefined" - }, { "if": { "and": [ @@ -33905,34 +19792,6 @@ }, "then": "./assets/data/nsi/logos/middlesexcountylibrary-9e3799.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Miejska Biblioteka Publiczna im. Hieronima Łopacińskiego w Lublinie", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miejskabibliotekapublicznaimhieronimalopacinskiegowlublinie-2579f7.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Miejska Biblioteka Publiczna we Wrocławiu", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miejskabibliotekapublicznawewroclawiu-2579f7.undefined" - }, { "if": { "and": [ @@ -33980,22 +19839,6 @@ }, "then": "./assets/data/nsi/logos/monroecountylibrarysystem-dccdd9.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Monroe County Library System", - "operator:short=MCLS", - "operator:type=public", - "operator:wikidata=Q108636649" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monroecountylibrarysystem-4be4fd.undefined" - }, { "if": { "and": [ @@ -34103,21 +19946,6 @@ }, "then": "./assets/data/nsi/logos/niogalibrarysystem-4be4fd.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Noord Oost Brabantse Bibliotheken", - "operator:type=public", - "operator:wikidata=Q59962207" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noordoostbrabantsebibliotheken-08efeb.undefined" - }, { "if": { "and": [ @@ -34209,21 +20037,6 @@ }, "then": "./assets/data/nsi/logos/nottinghamshirecountycouncil-f83674.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=NTNU Universitetsbiblioteket", - "operator:type=university", - "operator:wikidata=Q11990765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntnuuniversitetsbiblioteket-fd94f8.undefined" - }, { "if": { "and": [ @@ -34336,22 +20149,6 @@ }, "then": "./assets/data/nsi/logos/oxfordcountylibrary-b0fd6b.jpg" }, - { - "if": { - "and": [ - "amenity=library", - "ref:isil=GB-UkOxOLS", - { - "or": [ - "operator=Oxfordshire County Council", - "operator:type=government", - "operator:wikidata=Q6386253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxfordshirecountycouncil-03a231.undefined" - }, { "if": { "and": [ @@ -34462,34 +20259,6 @@ }, "then": "./assets/data/nsi/logos/queenspubliclibrary-df14d6.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Red Municipal de Bibliotecas de Murcia", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redmunicipaldebibliotecasdemurcia-3746d4.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Réseau des bibliothèques de Sèvremoine", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseaudesbibliothequesdesevremoine-03d22a.undefined" - }, { "if": { "and": [ @@ -34583,37 +20352,6 @@ }, "then": "./assets/data/nsi/logos/sapienzauniversitadiroma-7d219c.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Satakirjastot", - "operator:type=public", - "operator:wikidata=Q107363408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/satakirjastot-75c643.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=SDG Library", - "operator:en=SDG Library", - "operator:fr=Bibliothèque de SDG", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdglibrary-b0fd6b.undefined" - }, { "if": { "and": [ @@ -34740,20 +20478,6 @@ }, "then": "./assets/data/nsi/logos/tularecountylibrary-b5320b.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=UCV: Facultad de Medicina", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ucvfacultaddemedicina-fbd1a4.undefined" - }, { "if": { "and": [ @@ -34784,20 +20508,6 @@ }, "then": "./assets/data/nsi/logos/universidaddemalaga-3746d4.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Università degli Studi di Roma \"La Sapienza\"", - "operator:type=university" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitadeglistudidiromalasapienza-7d219c.undefined" - }, { "if": { "and": [ @@ -34873,53 +20583,6 @@ }, "then": "./assets/data/nsi/logos/universitatwien-1625ae.png" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Universitäts- und Landesbibliothek Sachsen-Anhalt", - "operator:short=ULB", - "operator:type=public", - "operator:wikidata=Q1600777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitatsundlandesbibliotheksachsenanhalt-3974e9.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Universitätsbibliothek Bern", - "operator:short=UB", - "operator:type=university", - "operator:wikidata=Q15852122" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitatsbibliothekbern-4ad6fe.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Universitätsbibliothek der Freien Universität Berlin", - "operator:type=university", - "operator:wikidata=Q2496344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitatsbibliothekderfreienuniversitatberlin-8a11d2.undefined" - }, { "if": { "and": [ @@ -35071,21 +20734,6 @@ }, "then": "./assets/data/nsi/logos/villedegeneve-68bbbd.bbd" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Ville de Lyon", - "operator:type=government", - "operator:wikidata=Q3278474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelyon-391b22.undefined" - }, { "if": { "and": [ @@ -35117,248 +20765,6 @@ }, "then": "./assets/data/nsi/logos/westnorthamptonshire-f83674.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Westfriese Bibliotheken", - "operator:type=public", - "operator:wikidata=Q59961947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westfriesebibliotheken-08efeb.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Winnipeg Public Library", - "operator:type=public", - "operator:wikidata=Q8025777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winnipegpubliclibrary-d0add4.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=ВІННИЦЬКА МІСЬКА ЦЕНТРАЛІЗОВАНА БІБЛІОТЕЧНА СИСТЕМА", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f08ae8-a253d1.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Градска Библиотека у Новом Саду", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c83ed2-28ab65.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=МБУ межпоселенческая \"Центральная библиотека Приморского района\"", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cfe7c6-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=МБУК \"Библиотеки Тольятти\"", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7690e-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=МБУК \"Объединение детских библиотек\"", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d92d43-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=МУК \"ЦБ Богородского ГО\"", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/35eab1-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=МУК \"Централизованная библиотечная система\"", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b338ab-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=СПб ГБУ «Невская ЦБС»", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3087f4-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Централизованная библиотечная система Красногвардейского района", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/79a74c-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Централизованная библиотечная система", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/afed6b-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Централизованная библиотечная система Выборгского района", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6df976-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Централизованная библиотечная система Фрунзенского района Санкт-Петербурга", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b8308f-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Центральная городская библиотека", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/479213-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=Центральная детская библиотека", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a6882-5ddbe5.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=인천광역시 연수구청", - "operator:en=Incheon Metropolitan City Yeonsu-gu Office", - "operator:ko=인천광역시 연수구청", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/incheonmetropolitancityyeonsuguoffice-da4203.undefined" - }, { "if": { "and": [ @@ -35408,54 +20814,6 @@ }, "then": "./assets/data/nsi/logos/taoyuanpubliclibrary-6a5686.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=臺中市政府文化局", - "operator:en=Cultural Affairs Bureau, Taichung City Government", - "operator:type=government", - "operator:zh=臺中市政府文化局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/culturalaffairsbureautaichungcitygovernment-6a5686.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=臺北市立圖書館", - "operator:en=Taipei Public Library", - "operator:type=government", - "operator:wikidata=Q15896397", - "operator:zh=臺北市立圖書館" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taipeipubliclibrary-6a5686.undefined" - }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=首都图书馆", - "operator:type=government", - "operator:zh=首都图书馆" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d81552-6214cc.undefined" - }, { "if": { "and": [ @@ -35476,55 +20834,6 @@ }, "then": "./assets/data/nsi/logos/hongkongpubliclibraries-5d847a.jpg" }, - { - "if": { - "and": [ - "amenity=library", - { - "or": [ - "operator=高雄市立圖書館", - "operator:en=Kaohsiung Public Library", - "operator:type=government", - "operator:wikidata=Q15900287", - "operator:zh=高雄市立圖書館" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaohsiungpubliclibrary-6a5686.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - "operator=Bauernmarkt München e.V." - ] - }, - "then": "./assets/data/nsi/logos/bauernmarktmunchenev-e4ddee.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - { - "or": [ - "operator=Coldiretti", - "operator:wikidata=Q3682549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coldiretti-55c742.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - "operator=DBKL" - ] - }, - "then": "./assets/data/nsi/logos/dbkl-a49de0.undefined" - }, { "if": { "and": [ @@ -35539,52 +20848,6 @@ }, "then": "./assets/data/nsi/logos/farmtocitymarkets-f97474.png" }, - { - "if": { - "and": [ - "amenity=marketplace", - "operator=Feria Ruta 6 La Familia" - ] - }, - "then": "./assets/data/nsi/logos/feriaruta6lafamilia-07dc7f.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - "operator=GAMP" - ] - }, - "then": "./assets/data/nsi/logos/gamp-67b2c9.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - { - "or": [ - "operator=Grenoble-Alpes Métropole", - "operator:wikidata=Q999238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grenoblealpesmetropole-02e751.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - { - "or": [ - "operator=Großmarkt Rostock", - "operator:wikidata=Q130564805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grossmarktrostock-b3c127.undefined" - }, { "if": { "and": [ @@ -35615,29 +20878,6 @@ }, "then": "./assets/data/nsi/logos/londonfarmersmarket-36ae31.jpg" }, - { - "if": { - "and": [ - "amenity=marketplace", - { - "or": [ - "operator=Agricultural Produce Market Committee", - "operator:wikidata=Q4693970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agriculturalproducemarketcommittee-13cc67.undefined" - }, - { - "if": { - "and": [ - "amenity=marketplace", - "operator=Merkezefendi Belediyesi" - ] - }, - "then": "./assets/data/nsi/logos/merkezefendibelediyesi-147c9c.undefined" - }, { "if": { "and": [ @@ -35798,20 +21038,6 @@ }, "then": "./assets/data/nsi/logos/apcoaparking-e752ad.svg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Bank Park", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bankpark-822ef4.undefined" - }, { "if": { "and": [ @@ -35827,36 +21053,6 @@ }, "then": "./assets/data/nsi/logos/bathandnortheastsomersetcouncil-854c9b.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Best in Parking", - "operator:type=private", - "operator:wikidata=Q112118218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bestinparking-c10a77.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=BOE Parking", - "operator:type=private", - "operator:wikidata=Q114778107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boeparking-cf21e1.undefined" - }, { "if": { "and": [ @@ -35892,20 +21088,6 @@ }, "then": "./assets/data/nsi/logos/citycenterparking-3047f4.png" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Civil Enforcement Ltd", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/civilenforcementltd-822ef4.undefined" - }, { "if": { "and": [ @@ -35987,24 +21169,6 @@ }, "then": "./assets/data/nsi/logos/dorsetcouncil-ba8105.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "brand=Effia", - "brand:wikidata=Q3045894", - "name=Effia", - "operator=Effia", - "operator:type=private", - "operator:wikidata=Q3045894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/effia-dee437.undefined" - }, { "if": { "and": [ @@ -36050,35 +21214,6 @@ }, "then": "./assets/data/nsi/logos/estapar-67d8e2.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Euro Car Parks", - "operator:type=private", - "operator:wikidata=Q122577719" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurocarparks-822ef4.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Excel Parking Services", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/excelparkingservices-822ef4.undefined" - }, { "if": { "and": [ @@ -36199,36 +21334,6 @@ }, "then": "./assets/data/nsi/logos/gemeenteweert-400e31.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Göteborgs Stads Parkerings AB", - "operator:type=private", - "operator:wikidata=Q129501123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-7a8e9f.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Horizon Parking", - "operator:type=private", - "operator:wikidata=Q111050068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/horizonparking-822ef4.undefined" - }, { "if": { "and": [ @@ -36335,21 +21440,6 @@ }, "then": "./assets/data/nsi/logos/londonboroughofnewham-38d530.png" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Lyon Parc Auto", - "operator:type=public", - "operator:wikidata=Q21427571" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lyonparcauto-dda220.undefined" - }, { "if": { "and": [ @@ -36365,21 +21455,6 @@ }, "then": "./assets/data/nsi/logos/mestokosice-61f593.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=National Car Parks", - "operator:type=private", - "operator:wikidata=Q6971273" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalcarparks-822ef4.undefined" - }, { "if": { "and": [ @@ -36426,67 +21501,6 @@ }, "then": "./assets/data/nsi/logos/northsomersetcouncil-349006.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=NPC", - "brand:ja=NPC", - "brand:wikidata=Q11506782", - "name=NPC24H", - "name:ja=NPC24H", - "operator=日本パーキング", - "operator:ja=日本パーキング", - "operator:type=private", - "operator:wikidata=Q11506782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/npc24h-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=NTTル・パルク", - "brand:en=NTT LePerc", - "brand:ja=NTTル・パルク", - "brand:wikidata=Q11236111", - "name=NTTル・パルク", - "name:en=NTT LePerc", - "name:ja=NTTル・パルク", - "operator=NTTル・パルク", - "operator:en=NTT LePerc", - "operator:ja=NTTル・パルク", - "operator:type=private", - "operator:wikidata=Q11236111" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nttleperc-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=One Parking Solution", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oneparkingsolution-822ef4.undefined" - }, { "if": { "and": [ @@ -36523,36 +21537,6 @@ }, "then": "./assets/data/nsi/logos/parkingcompanyofamerica-c11ec2.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Parking Control Management UK Ltd", - "operator:type=private", - "operator:wikidata=Q115646545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkingcontrolmanagementukltd-822ef4.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=ParkingEye", - "operator:type=private", - "operator:wikidata=Q104672136" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkingeye-822ef4.undefined" - }, { "if": { "and": [ @@ -36735,49 +21719,6 @@ }, "then": "./assets/data/nsi/logos/sp-4ef6cc.jpg" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Texas A&M University Transportation Services", - "operator:type=university", - "operator:wikidata=Q129718560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texasaandmuniversitytransportationservices-04f97d.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=Times", - "brand:en=Times", - "brand:ja=タイムズ", - "brand:wikidata=Q115263643", - "brand:zh=Times", - "name=Times", - "name:en=Times", - "name:ja=タイムズ", - "name:zh=Times", - "operator=台灣普客二四股份有限公司", - "operator:en=PARK24 TAIWAN CO., LTD", - "operator:ja=タイムズ", - "operator:type=private", - "operator:wikidata=Q115263643", - "operator:zh=台灣普客二四股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/park24taiwancoltd-f53f20.undefined" - }, { "if": { "and": [ @@ -36825,35 +21766,6 @@ }, "then": "./assets/data/nsi/logos/trimet-3047f4.png" }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=UK Car Park Management", - "operator:type=private", - "operator:wikidata=Q122889231" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ukcarparkmanagement-c49703.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=Vehicle Control Services", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vehiclecontrolservices-822ef4.undefined" - }, { "if": { "and": [ @@ -36920,306 +21832,6 @@ }, "then": "./assets/data/nsi/logos/zagrebparking-2da37d.svg" }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=アップルパーク", - "brand:en=Apple Park", - "brand:ja=アップルパーク", - "brand:wikidata=Q30923801", - "name=アップルパーク", - "name:en=Apple Park", - "name:ja=アップルパーク", - "operator=アップルパーク", - "operator:en=Apple Park", - "operator:ja=アップルパーク", - "operator:type=private", - "operator:wikidata=Q30923801" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/applepark-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=ECOLO PARK", - "brand:en=ECOLO PARK", - "brand:ja=エコロパーク", - "brand:wikidata=Q120750951", - "name=エコロパーク", - "name:en=Ecolo Park", - "name:ja=エコロパーク", - "operator=エコロシティ", - "operator:en=Ecolocity", - "operator:ja=エコロシティ", - "operator:type=private", - "operator:wikidata=Q120750922" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecolocity-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=タイムズ", - "brand:en=Times", - "brand:ja=タイムズ", - "brand:wikidata=Q115263643", - "name=タイムズ", - "name:en=Times", - "name:ja=タイムズ", - "operator=タイムズ24", - "operator:en=Times24", - "operator:ja=タイムズ24", - "operator:type=private", - "operator:wikidata=Q115263626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/times24-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=トラストパーク", - "brand:en=Trust Park", - "brand:ja=トラストパーク", - "brand:wikidata=Q11321776", - "name=トラストパーク", - "name:en=Trust Park", - "name:ja=トラストパーク", - "operator=トラストパーク", - "operator:en=Trust Park", - "operator:ja=トラストパーク", - "operator:type=private", - "operator:wikidata=Q11321776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trustpark-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=Navi Park", - "brand:en=Navi Park", - "brand:ja=ナビパーク", - "brand:wikidata=Q116975255", - "name=ナビパーク", - "name:en=Navi Park", - "name:ja=ナビパーク", - "operator=スターツアメニティー", - "operator:en=Starts Amenity", - "operator:ja=スターツアメニティー", - "operator:type=private", - "operator:wikidata=Q116975260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/startsamenity-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=Park Japan", - "brand:en=Park Japan", - "brand:ja=パークジャパン", - "brand:wikidata=Q120980567", - "name=パークジャパン", - "name:en=Park Japan", - "name:ja=パークジャパン", - "operator=パークジャパン", - "operator:en=Park Japan", - "operator:ja=パークジャパン", - "operator:type=private", - "operator:wikidata=Q120980567" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkjapan-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=パラカ", - "brand:en=Paraca", - "brand:ja=パラカ", - "brand:wikidata=Q11329318", - "name=パラカ", - "name:en=Paraca", - "name:ja=パラカ", - "operator=パラカ", - "operator:en=Paraca", - "operator:ja=パラカ", - "operator:type=private", - "operator:wikidata=Q11329318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paraca-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=三井のリパーク", - "brand:en=Mitsui Repark", - "brand:ja=三井のリパーク", - "brand:wikidata=Q55521368", - "name=三井のリパーク", - "name:en=Mitsui Repark", - "name:ja=三井のリパーク", - "operator=三井不動産リアルティ", - "operator:en=Mitsui Fudosan Realty", - "operator:ja=三井不動産リアルティ", - "operator:type=private", - "operator:wikidata=Q11354218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitsuifudosanrealty-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=台灣聯通", - "brand:en=Taiwan Parking", - "brand:wikidata=Q127693422", - "brand:zh=台灣聯通", - "name=台灣聯通", - "name:en=Taiwan Parking", - "name:zh=台灣聯通", - "operator=台灣聯通停車場開發股份有限公司", - "operator:en=TAIWAN EXPRESS PARKING DEVELOPMENT CO., LTD.", - "operator:type=private", - "operator:wikidata=Q127693422", - "operator:zh=台灣聯通停車場開發股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiwanexpressparkingdevelopmentcoltd-f53f20.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=名鉄協商パーキング", - "brand:en=Meitetsu Kyosho", - "brand:ja=名鉄協商パーキング", - "brand:wikidata=Q11415765", - "name=名鉄協商パーキング", - "name:en=Meitetsu Kyosho", - "name:ja=名鉄協商パーキング", - "operator=名鉄協商パーキング", - "operator:en=Meitetsu Kyosho", - "operator:ja=名鉄協商パーキング", - "operator:type=private", - "operator:wikidata=Q11415765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meitetsukyosho-a16317.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=嘟嘟房", - "brand:en=Dodohome", - "brand:wikidata=Q127693427", - "brand:zh=嘟嘟房", - "name=嘟嘟房", - "name:en=Dodohome", - "name:zh=嘟嘟房", - "operator=寶盛國際股份有限公司", - "operator:en=BAO-SHENG GLOBAL CO., LTD.", - "operator:type=private", - "operator:wikidata=Q127693427", - "operator:zh=寶盛國際股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baoshengglobalcoltd-f53f20.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=城市車旅", - "brand:en=City Parking", - "brand:wikidata=Q127693460", - "brand:zh=城市車旅", - "name=城市車旅", - "name:en=City Parking", - "name:zh=城市車旅", - "operator=阜爾運通股份有限公司", - "operator:en=PSS Co.,Ltd", - "operator:type=private", - "operator:wikidata=Q127693460", - "operator:zh=阜爾運通股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/psscoltd-f53f20.undefined" - }, { "if": { "and": [ @@ -37238,49 +21850,6 @@ }, "then": "./assets/data/nsi/logos/wilsonparking-1f7225.png" }, - { - "if": { - "and": [ - "amenity=parking", - "fee=yes", - { - "or": [ - "brand=詮營停車", - "brand:en=Parkinsys Parking", - "brand:wikidata=Q127693517", - "brand:zh=詮營停車", - "name=詮營停車", - "name:en=Parkinsys Parking", - "name:zh=詮營停車", - "operator=詮營股份有限公司", - "operator:en=Parkinsys Technology Corpation", - "operator:type=private", - "operator:wikidata=Q127693517", - "operator:zh=詮營股份有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkinsystechnologycorpation-f53f20.undefined" - }, - { - "if": { - "and": [ - "amenity=parking", - { - "or": [ - "operator=運輸署 Transport Department", - "operator:en=Transport Department", - "operator:short:en=TD", - "operator:type=government", - "operator:wikidata=Q2355889", - "operator:zh=運輸署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transportdepartment-1f7225.undefined" - }, { "if": { "and": [ @@ -37339,15 +21908,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemadrid-cdff0a.png" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Baguio City Police Office" - ] - }, - "then": "./assets/data/nsi/logos/baguiocitypoliceoffice-69e451.undefined" - }, { "if": { "and": [ @@ -37497,20 +22057,6 @@ }, "then": "./assets/data/nsi/logos/californiahighwaypatrol-5ab5b5.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Cambridgeshire Constabulary", - "operator:wikidata=Q5025653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cambridgeshireconstabulary-b0762b.undefined" - }, { "if": { "and": [ @@ -37582,15 +22128,6 @@ }, "then": "./assets/data/nsi/logos/comunidaddemadrid-cdff0a.svg" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Cuerpo de Agentes de Control Municipal" - ] - }, - "then": "./assets/data/nsi/logos/cuerpodeagentesdecontrolmunicipal-210a6b.undefined" - }, { "if": { "and": [ @@ -37754,21 +22291,6 @@ }, "then": "./assets/data/nsi/logos/dyfedpowyspolice-03a321.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Edmonton Police Service", - "operator:short=EPS", - "operator:wikidata=Q5339081" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edmontonpoliceservice-4fabd9.undefined" - }, { "if": { "and": [ @@ -37798,15 +22320,6 @@ }, "then": "./assets/data/nsi/logos/essexpolice-b0762b.jpg" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Estadual" - ] - }, - "then": "./assets/data/nsi/logos/estadual-f7f40a.undefined" - }, { "if": { "and": [ @@ -37835,22 +22348,6 @@ }, "then": "./assets/data/nsi/logos/gendarmerianacionalargentina-e73d55.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Gendarmerie nationale", - "operator:ar=الدرك الوطني", - "operator:fr=Gendarmerie nationale", - "operator:wikidata=Q3100409" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gendarmerienationale-1f771a.undefined" - }, { "if": { "and": [ @@ -37865,20 +22362,6 @@ }, "then": "./assets/data/nsi/logos/gendarmerienationale-714d2d.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Governo do Estado de Santa Catarina", - "operator:wikidata=Q67536979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodesantacatarina-5a51ec.undefined" - }, { "if": { "and": [ @@ -37893,20 +22376,6 @@ }, "then": "./assets/data/nsi/logos/governodoestadodoriograndedonorte-faf9f7.svg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Greater Manchester Police", - "operator:wikidata=Q5600651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatermanchesterpolice-c04fc0.undefined" - }, { "if": { "and": [ @@ -37963,20 +22432,6 @@ }, "then": "./assets/data/nsi/logos/guardiadifinanza-f71f16.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Guardia Nacional", - "operator:wikidata=Q61941046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guardianacional-793396.undefined" - }, { "if": { "and": [ @@ -37994,22 +22449,6 @@ }, "then": "./assets/data/nsi/logos/guardianacionalbolivarianadevenezuela-3383b4.svg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Gwent Police", - "operator:cy=Heddlu Gwent", - "operator:en=Gwent Police", - "operator:wikidata=Q1774842" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gwentpolice-03a321.undefined" - }, { "if": { "and": [ @@ -38024,34 +22463,6 @@ }, "then": "./assets/data/nsi/logos/haltonregionalpoliceservice-ecdb14.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Hampshire Constabulary", - "operator:wikidata=Q5646041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hampshireconstabulary-01cccd.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Hertfordshire Constabulary", - "operator:wikidata=Q11975230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hertfordshireconstabulary-b0762b.undefined" - }, { "if": { "and": [ @@ -38140,20 +22551,6 @@ }, "then": "./assets/data/nsi/logos/iowastatepatrol-61c181.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Jammu and Kashmir Police", - "operator:wikidata=Q6148022" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jammuandkashmirpolice-0bc1d6.undefined" - }, { "if": { "and": [ @@ -38169,34 +22566,6 @@ }, "then": "./assets/data/nsi/logos/kansashighwaypatrol-9e9805.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Kantonspolizei Bern", - "operator:wikidata=Q1728095" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kantonspolizeibern-02306c.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Kantonspolizei Schwyz", - "operator:wikidata=Q56705179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kantonspolizeischwyz-de328a.undefined" - }, { "if": { "and": [ @@ -38225,20 +22594,6 @@ }, "then": "./assets/data/nsi/logos/kantonspolizeizurich-ad4a21.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Kent Police", - "operator:wikidata=Q3195294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentpolice-297ebf.undefined" - }, { "if": { "and": [ @@ -38272,15 +22627,6 @@ }, "then": "./assets/data/nsi/logos/keralapolice-d0526a.png" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Komenda Miejska Policji w Lublinie" - ] - }, - "then": "./assets/data/nsi/logos/komendamiejskapolicjiwlublinie-821ef5.undefined" - }, { "if": { "and": [ @@ -38310,36 +22656,6 @@ }, "then": "./assets/data/nsi/logos/landeskriminalamtbadenwurttemberg-d0f2fb.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Berlin", - "operator:short=LKA", - "operator:wikidata=Q1802333" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtberlin-d728c1.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Brandenburg", - "operator:short=LKA", - "operator:wikidata=Q1802334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtbrandenburg-e64180.undefined" - }, { "if": { "and": [ @@ -38355,36 +22671,6 @@ }, "then": "./assets/data/nsi/logos/landeskriminalamtbremen-048619.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Hamburg", - "operator:short=LKA", - "operator:wikidata=Q1802337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamthamburg-a93b62.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Mecklenburg-Vorpommern", - "operator:short=LKA MV", - "operator:wikidata=Q1685000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtmecklenburgvorpommern-f418f5.undefined" - }, { "if": { "and": [ @@ -38415,81 +22701,6 @@ }, "then": "./assets/data/nsi/logos/landeskriminalamtnordrheinwestfalen-d18cd0.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Rheinland-Pfalz", - "operator:short=LKA", - "operator:wikidata=Q1802340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtrheinlandpfalz-78e8a1.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Saarland", - "operator:short=LKA", - "operator:wikidata=Q1453558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtsaarland-66d9ba.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Sachsen", - "operator:short=LKA", - "operator:wikidata=Q1802341" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtsachsen-d7cb22.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Sachsen-Anhalt", - "operator:short=LKA", - "operator:wikidata=Q1339534" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtsachsenanhalt-0fb907.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Landeskriminalamt Schleswig-Holstein", - "operator:short=LKA-SH", - "operator:wikidata=Q1802342" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeskriminalamtschleswigholstein-f07ddc.undefined" - }, { "if": { "and": [ @@ -38607,34 +22818,6 @@ }, "then": "./assets/data/nsi/logos/massachusettsstatepolice-63829a.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Merseyside Police", - "operator:wikidata=Q6820586" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merseysidepolice-e9bc23.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Metro Transit Police Department", - "operator:wikidata=Q6824749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metrotransitpolicedepartment-5e2a03.undefined" - }, { "if": { "and": [ @@ -38664,64 +22847,6 @@ }, "then": "./assets/data/nsi/logos/metropolitanpolicedepartment-90e1c9.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Midt- og Vestjyllands Politi", - "operator:wikidata=Q81814786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtogvestjyllandspoliti-1622d4.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Midt- og Vestsjællands Politi", - "operator:wikidata=Q116040097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtogvestsjaellandspoliti-441ecf.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Ministerio de Obras Públicas y Transportes", - "operator:short=MOPT", - "operator:wikidata=Q2838952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeobraspublicasytransportes-05938a.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Ministerio del Interior de Cuba", - "operator:short=MININT", - "operator:wikidata=Q3858481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodelinteriordecuba-0bef41.undefined" - }, { "if": { "and": [ @@ -38795,20 +22920,6 @@ }, "then": "./assets/data/nsi/logos/mossosdesquadra-dd66e9.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=MUP Republike Srpske", - "operator:short=MUP RS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/muprepublikesrpske-0d83c9.undefined" - }, { "if": { "and": [ @@ -38837,21 +22948,6 @@ }, "then": "./assets/data/nsi/logos/nationalepolitie-5cfdc8.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Nebraska State Patrol", - "operator:short=NSP", - "operator:wikidata=Q6984787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskastatepatrol-00b45e.undefined" - }, { "if": { "and": [ @@ -38868,21 +22964,6 @@ }, "then": "./assets/data/nsi/logos/nepalpolice-f1d71d.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Nevada Highway Patrol", - "operator:short=NHP", - "operator:wikidata=Q17107984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadahighwaypatrol-9a7641.undefined" - }, { "if": { "and": [ @@ -39016,22 +23097,6 @@ }, "then": "./assets/data/nsi/logos/northdakotahighwaypatrol-be4496.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=North Wales Police", - "operator:cy=Heddlu Gogledd Cymru", - "operator:en=North Wales Police", - "operator:wikidata=Q1774860" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northwalespolice-03a321.undefined" - }, { "if": { "and": [ @@ -39145,21 +23210,6 @@ }, "then": "./assets/data/nsi/logos/ottawapoliceservice-ecdb14.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Peel Regional Police", - "operator:short=PRP", - "operator:wikidata=Q7160248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peelregionalpolice-ecdb14.undefined" - }, { "if": { "and": [ @@ -39246,20 +23296,6 @@ }, "then": "./assets/data/nsi/logos/policeserviceofnorthernireland-e79ac6.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Polícia Civil do Brasil", - "operator:wikidata=Q206882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policiacivildobrasil-f7f40a.undefined" - }, { "if": { "and": [ @@ -39499,23 +23535,6 @@ }, "then": "./assets/data/nsi/logos/policiadesegurancapublica-269632.svg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Polícia do Exército", - "operator:en=Army Police", - "operator:pt=Polícia do Exército", - "operator:short=PE", - "operator:wikidata=Q4794219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policiadoexercito-269632.undefined" - }, { "if": { "and": [ @@ -39546,20 +23565,6 @@ }, "then": "./assets/data/nsi/logos/policiafederaldobrasil-f7f40a.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Policía Local", - "operator:wikidata=Q1507792" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policialocal-dd66e9.undefined" - }, { "if": { "and": [ @@ -39875,21 +23880,6 @@ }, "then": "./assets/data/nsi/logos/policiamilitardoestadodopara-d9607c.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Polícia Militar do Estado do Piauí", - "operator:short=PMPI", - "operator:wikidata=Q10351030" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policiamilitardoestadodopiaui-7e89b6.undefined" - }, { "if": { "and": [ @@ -40039,20 +24029,6 @@ }, "then": "./assets/data/nsi/logos/policianacionaldeuruguay-2c325e.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Policía Nacional del Ecuador", - "operator:wikidata=Q6974984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policianacionaldelecuador-210a6b.undefined" - }, { "if": { "and": [ @@ -40067,21 +24043,6 @@ }, "then": "./assets/data/nsi/logos/policianacionaldelperu-67e8f0.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Policía Nacional Revolucionaria", - "operator:short=PNR", - "operator:wikidata=Q3907549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/policianacionalrevolucionaria-0bef41.undefined" - }, { "if": { "and": [ @@ -40334,29 +24295,6 @@ }, "then": "./assets/data/nsi/logos/polizeischleswigholstein-f07ddc.ddc" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Polizei Viersen" - ] - }, - "then": "./assets/data/nsi/logos/polizeiviersen-d18cd0.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Polizeidirektion Lüneburg", - "operator:wikidata=Q41775926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polizeidirektionluneburg-120877.undefined" - }, { "if": { "and": [ @@ -40385,22 +24323,6 @@ }, "then": "./assets/data/nsi/logos/prefecturanavalargentina-e73d55.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Public Force of Costa Rica", - "operator:en=Public Force of Costa Rica", - "operator:es=Fuerza Pública de Costa Rica", - "operator:wikidata=Q2333698" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicforceofcostarica-05938a.undefined" - }, { "if": { "and": [ @@ -40429,20 +24351,6 @@ }, "then": "./assets/data/nsi/logos/punjabpolice-d0526a.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Punjab Police", - "operator:wikidata=Q7260282" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/punjabpolice-df51f9.undefined" - }, { "if": { "and": [ @@ -40501,21 +24409,6 @@ }, "then": "./assets/data/nsi/logos/royalnewfoundlandconstabulary-40e165.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Royal Papua New Guinea Constabulary", - "operator:short=RPNGC", - "operator:wikidata=Q7374681" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalpapuanewguineaconstabulary-2d366c.undefined" - }, { "if": { "and": [ @@ -40533,20 +24426,6 @@ }, "then": "./assets/data/nsi/logos/royalthaipolice-951c56.svg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Indian Railways", - "operator:wikidata=Q3523040" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianrailways-d0526a.undefined" - }, { "if": { "and": [ @@ -40562,43 +24441,6 @@ }, "then": "./assets/data/nsi/logos/sanbernardinocountysheriffsdepartment-5ab5b5.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Secretaria da Segurança Pública do Estado de São Paulo", - "operator:wikidata=Q10295162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadasegurancapublicadoestadodesaopaulo-0df637.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Secretaria de Estado de Segurança Pública e Defesa Social", - "operator:short=SEGUP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodesegurancapublicaedefesasocial-f7f40a.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=SEPSA" - ] - }, - "then": "./assets/data/nsi/logos/sepsa-0bef41.undefined" - }, { "if": { "and": [ @@ -40657,22 +24499,6 @@ }, "then": "./assets/data/nsi/logos/southdakotahighwaypatrol-ce37ff.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=South Wales Police", - "operator:cy=Heddlu De Cymru", - "operator:en=South Wales Police", - "operator:wikidata=Q3403362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwalespolice-03a321.undefined" - }, { "if": { "and": [ @@ -40701,34 +24527,6 @@ }, "then": "./assets/data/nsi/logos/srilankapolice-28cf45.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Stadtpolizei Zürich", - "operator:wikidata=Q2327949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtpolizeizurich-ad4a21.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Staffordshire Police", - "operator:wikidata=Q7596704" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staffordshirepolice-0d427b.undefined" - }, { "if": { "and": [ @@ -40758,20 +24556,6 @@ }, "then": "./assets/data/nsi/logos/sureteduquebec-abba03.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Surrey Police", - "operator:wikidata=Q7646840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/surreypolice-297ebf.undefined" - }, { "if": { "and": [ @@ -40786,43 +24570,6 @@ }, "then": "./assets/data/nsi/logos/sussexpolice-297ebf.ebf" }, - { - "if": { - "and": [ - "amenity=police", - "operator=Syd- og Sønderjyllands Politi" - ] - }, - "then": "./assets/data/nsi/logos/sydogsonderjyllandspoliti-96d4bc.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Sydøstjyllands Politi", - "operator:wikidata=Q98645768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydostjyllandspoliti-00bac1.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Sydsjællands og Lolland-Falsters Politi", - "operator:wikidata=Q125145756" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydsjaellandsoglollandfalsterspoliti-441ecf.undefined" - }, { "if": { "and": [ @@ -40909,22 +24656,6 @@ }, "then": "./assets/data/nsi/logos/torontopoliceservice-ecdb14.png" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=กองบัญชาการตำรวจท่องเที่ยว", - "operator:en=Tourist Police Bureau", - "operator:th=กองบัญชาการตำรวจท่องเที่ยว", - "operator:wikidata=Q58366882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/touristpolicebureau-951c56.undefined" - }, { "if": { "and": [ @@ -41054,44 +24785,6 @@ }, "then": "./assets/data/nsi/logos/westernaustraliapoliceforce-fec6b2.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Wiltshire Police", - "operator:wikidata=Q5363266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wiltshirepolice-b499c8.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Wyoming Highway Patrol", - "operator:short=WHP", - "operator:wikidata=Q8040352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wyominghighwaypatrol-07de7e.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=МВД РК" - ] - }, - "then": "./assets/data/nsi/logos/51720c-cc5bd2.undefined" - }, { "if": { "and": [ @@ -41109,20 +24802,6 @@ }, "then": "./assets/data/nsi/logos/ministryofinternalaffairs-3a79c7.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=Министерство на вътрешните работи", - "operator:wikidata=Q2594388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8bb510-7ca227.undefined" - }, { "if": { "and": [ @@ -41161,33 +24840,6 @@ }, "then": "./assets/data/nsi/logos/patrolpolicedepartamentoftheministryofinternalaffairsofgeorgia-ce89ae.png" }, - { - "if": { - "and": [ - "amenity=police", - "operator=ق2 ل4 ف3" - ] - }, - "then": "./assets/data/nsi/logos/38d255-3808d5.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=ق2 ل5 ف1 س3" - ] - }, - "then": "./assets/data/nsi/logos/f73017-3808d5.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=ق2 ل5 ف2 س1" - ] - }, - "then": "./assets/data/nsi/logos/6b4d94-3808d5.undefined" - }, { "if": { "and": [ @@ -41202,15 +24854,6 @@ }, "then": "./assets/data/nsi/logos/d1eead-555f12.svg" }, - { - "if": { - "and": [ - "amenity=police", - "operator=وزارة الداخلية" - ] - }, - "then": "./assets/data/nsi/logos/0b3c04-d00fc1.undefined" - }, { "if": { "and": [ @@ -41227,95 +24870,6 @@ }, "then": "./assets/data/nsi/logos/criminalinvestigationbureau-c45d37.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=北海道警察本部", - "operator:en=Hokkaido Prefectural Police", - "operator:ja=北海道警察本部" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokkaidoprefecturalpolice-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=南投縣政府警察局", - "operator:en=Nantou County Police Bureau", - "operator:wikidata=Q130525080", - "operator:zh=南投縣政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nantoucountypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=司法警察局 Directoria da Polícia Judiciária", - "operator:en=Directorate of Judiciary Police", - "operator:pt=Directoria da Polícia Judiciária", - "operator:short=PJ", - "operator:zh=司法警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/directorateofjudiciarypolice-ff7137.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=吹田警察署" - ] - }, - "then": "./assets/data/nsi/logos/0f0a19-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=嘉義市政府警察局", - "operator:en=Chiayi City Police Bureau", - "operator:wikidata=Q113575905", - "operator:zh=嘉義市政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chiayicitypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=嘉義縣警察局", - "operator:en=Chiayi County Police Bureau", - "operator:wikidata=Q130525194", - "operator:zh=嘉義縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chiayicountypolicebureau-c45d37.undefined" - }, { "if": { "and": [ @@ -41332,65 +24886,6 @@ }, "then": "./assets/data/nsi/logos/nationalhighwaypolicebureau-c45d37.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=基隆市警察局", - "operator:en=Keelung City Police Bureau", - "operator:wikidata=Q22773799", - "operator:zh=基隆市警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keelungcitypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=宜蘭縣政府警察局", - "operator:en=Yilan County Police Bureau", - "operator:wikidata=Q130525221", - "operator:zh=宜蘭縣政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yilancountypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=宮城県警察" - ] - }, - "then": "./assets/data/nsi/logos/473bdf-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=宿迁市公安局宿城分局" - ] - }, - "then": "./assets/data/nsi/logos/728b10-18678f.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=宿迁市公安局宿豫分局" - ] - }, - "then": "./assets/data/nsi/logos/d71507-18678f.undefined" - }, { "if": { "and": [ @@ -41407,37 +24902,6 @@ }, "then": "./assets/data/nsi/logos/yamagataprefecturalpolice-ae5e65.svg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=岩手県警察本部", - "operator:en=Iwate Prefectural Police", - "operator:ja=岩手県警察本部" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iwateprefecturalpolice-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=彰化縣警察局", - "operator:en=Chungha County Police Department", - "operator:wikidata=Q130487509", - "operator:zh=彰化縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chunghacountypolicedepartment-c45d37.undefined" - }, { "if": { "and": [ @@ -41454,70 +24918,6 @@ }, "then": "./assets/data/nsi/logos/newtaipeicitypolicedepartment-c45d37.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=新庄警察署", - "operator:wikidata=Q11502228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0a5e2f-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=新竹市警察局", - "operator:en=Hsinchu City Police Bureau", - "operator:wikidata=Q85880448", - "operator:zh=新竹市警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hsinchucitypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=新竹縣政府警察局橫山分局" - ] - }, - "then": "./assets/data/nsi/logos/3f106a-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=新竹縣政府警察局竹東分局" - ] - }, - "then": "./assets/data/nsi/logos/b76965-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=桃園市政府警察局", - "operator:en=Taoyuan Police Department", - "operator:wikidata=Q15907660", - "operator:zh=桃園市政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taoyuanpolicedepartment-c45d37.undefined" - }, { "if": { "and": [ @@ -41568,31 +24968,6 @@ }, "then": "./assets/data/nsi/logos/penghucountygovernmentpolicebureau-c45d37.jpg" }, - { - "if": { - "and": [ - "amenity=police", - "operator=石川県警察" - ] - }, - "then": "./assets/data/nsi/logos/c4849a-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=臺中市政府警察局", - "operator:en=Taichung City Police Department", - "operator:wikidata=Q15897177", - "operator:zh=臺中市政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taichungcitypolicedepartment-c45d37.undefined" - }, { "if": { "and": [ @@ -41609,166 +24984,6 @@ }, "then": "./assets/data/nsi/logos/taipeicitypolicedepartment-c45d37.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=臺南市政府警察局", - "operator:en=Tainan City Police Department", - "operator:wikidata=Q15904106", - "operator:zh=臺南市政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tainancitypolicedepartment-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=臺東縣警察局", - "operator:en=Taitung County Police Bureau", - "operator:wikidata=Q130525254", - "operator:zh=臺東縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taitungcountypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=航空警察局", - "operator:en=Aviation Police Bureau", - "operator:wikidata=Q15912145", - "operator:zh=航空警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aviationpolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=花蓮縣警察局", - "operator:en=Hualien County Police Department", - "operator:wikidata=Q130525231", - "operator:zh=花蓮縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hualiencountypolicedepartment-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=苗栗縣警察局", - "operator:en=Miaoli County Police Bureau", - "operator:wikidata=Q15903147", - "operator:zh=苗栗縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miaolicountypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=那覇警察署" - ] - }, - "then": "./assets/data/nsi/logos/8e766a-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=酒田警察署", - "operator:wikidata=Q11644362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/241ff3-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - "operator=金沢中警察署" - ] - }, - "then": "./assets/data/nsi/logos/df8591-ae5e65.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=金門縣警察局", - "operator:en=Kinmen County Police Bureau", - "operator:wikidata=Q122930750", - "operator:zh=金門縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinmencountypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=鐵路警察局", - "operator:en=Railway Police Bureau", - "operator:wikidata=Q10891310", - "operator:zh=鐵路警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/railwaypolicebureau-c45d37.undefined" - }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=雲林縣警察局", - "operator:en=Yunlin County Police Bureau", - "operator:wikidata=Q130525125", - "operator:zh=雲林縣警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yunlincountypolicebureau-c45d37.undefined" - }, { "if": { "and": [ @@ -41788,22 +25003,6 @@ }, "then": "./assets/data/nsi/logos/hongkongpoliceforce-4394e5.jpg" }, - { - "if": { - "and": [ - "amenity=police", - { - "or": [ - "operator=高雄市政府警察局", - "operator:en=Kaohsiung City Police Department", - "operator:wikidata=Q15900495", - "operator:zh=高雄市政府警察局" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaohsiungcitypolicedepartment-c45d37.undefined" - }, { "if": { "and": [ @@ -42016,38 +25215,6 @@ }, "then": "./assets/data/nsi/logos/expressone-b69600.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "brand=Express One", - "brand:wikidata=Q115972673", - "operator=Express One", - "operator:wikidata=Q115972673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expressone-1f0b4c.undefined" - }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "brand=Express One", - "brand:wikidata=Q115972822", - "operator=Express One", - "operator:wikidata=Q115972822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/expressone-d9cb9e.undefined" - }, { "if": { "and": [ @@ -42324,68 +25491,6 @@ }, "then": "./assets/data/nsi/logos/5ac048-98aa7c.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "brand=中国邮政", - "brand:en=China Post", - "brand:wikidata=Q1066476", - "brand:zh=中国邮政", - "name:en=China Post", - "name:zh=中国邮政", - "operator=中国邮政", - "operator:wikidata=Q1066476" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinapost-38b646.undefined" - }, - { - "if": { - "and": [ - "amenity=post_box", - "short_name=中通", - { - "or": [ - "brand=中通快递", - "brand:en=ZTO Express", - "brand:wikidata=Q10876705", - "brand:zh=中通快递", - "name:en=ZTO Express", - "name:zh=中通快递", - "operator=中通快递", - "operator:wikidata=Q10876705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ztoexpress-38b646.undefined" - }, - { - "if": { - "and": [ - "amenity=post_box", - "short_name=京东", - { - "or": [ - "brand=京东物流", - "brand:en=JD Logistics", - "brand:wikidata=Q67936681", - "brand:zh=京东物流", - "name:en=JD Logistics", - "name:zh=京东物流", - "operator=京东物流", - "operator:wikidata=Q67936681" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jdlogistics-38b646.undefined" - }, { "if": { "and": [ @@ -42428,27 +25533,6 @@ }, "then": "./assets/data/nsi/logos/depponexpress-38b646.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - "short_name=申通", - { - "or": [ - "brand=申通快递", - "brand:en=STO Express", - "brand:wikidata=Q10426347", - "brand:zh=申通快递", - "name:en=STO Express", - "name:zh=申通快递", - "operator=申通快递", - "operator:wikidata=Q10426347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoexpress-38b646.undefined" - }, { "if": { "and": [ @@ -42469,27 +25553,6 @@ }, "then": "./assets/data/nsi/logos/cainiao-38b646.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "short_name=韵达", - { - "or": [ - "brand=韵达速递", - "brand:en=Yunda Express", - "brand:wikidata=Q17010677", - "brand:zh=韵达速递", - "name:en=Yunda Express", - "name:zh=韵达速递", - "operator=韵达速递", - "operator:wikidata=Q17010677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yundaexpress-38b646.undefined" - }, { "if": { "and": [ @@ -42608,20 +25671,6 @@ }, "then": "./assets/data/nsi/logos/anpost-389524.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=Aras Kargo", - "operator:wikidata=Q6094691" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/araskargo-74be01.undefined" - }, { "if": { "and": [ @@ -42667,15 +25716,6 @@ }, "then": "./assets/data/nsi/logos/postemaroc-2a0eda.eda" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Best-one" - ] - }, - "then": "./assets/data/nsi/logos/bestone-f65bfd.undefined" - }, { "if": { "and": [ @@ -42722,15 +25762,6 @@ }, "then": "./assets/data/nsi/logos/bpost-fcdb5b.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Bưu điện Trung tâm 3" - ] - }, - "then": "./assets/data/nsi/logos/buudientrungtam3-5b5816.undefined" - }, { "if": { "and": [ @@ -42928,20 +25959,6 @@ }, "then": "./assets/data/nsi/logos/ctt-b2383c.png" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=Cyprus Post", - "operator:wikidata=Q5200484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cypruspost-4539a3.undefined" - }, { "if": { "and": [ @@ -42986,33 +26003,6 @@ }, "then": "./assets/data/nsi/logos/domesa-6371df.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "brand=Desk to Desk Courier & Cargo", - "brand:short=DTDC", - "brand:wikidata=Q55608802", - "operator=Desk to Desk Courier & Cargo", - "operator:short=DTDC", - "operator:wikidata=Q55608802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desktodeskcourierandcargo-eef7b2.undefined" - }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Edeka" - ] - }, - "then": "./assets/data/nsi/logos/edeka-225eac.undefined" - }, { "if": { "and": [ @@ -43041,15 +26031,6 @@ }, "then": "./assets/data/nsi/logos/emiratespost-4c01d7.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Envía" - ] - }, - "then": "./assets/data/nsi/logos/envia-3eebd4.undefined" - }, { "if": { "and": [ @@ -43206,21 +26187,6 @@ }, "then": "./assets/data/nsi/logos/inpost-01d69e.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=Instituto Postal Telegráfico de Venezuela", - "operator:short=IPOSTEL", - "operator:wikidata=Q30061585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutopostaltelegraficodevenezuela-6371df.undefined" - }, { "if": { "and": [ @@ -43279,29 +26245,6 @@ }, "then": "./assets/data/nsi/logos/jerseypost-9f43cc.png" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Kirkburton Post Office" - ] - }, - "then": "./assets/data/nsi/logos/kirkburtonpostoffice-f65bfd.undefined" - }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=KKTC Posta Dairesi", - "operator:wikidata=Q6031282" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kktcpostadairesi-cdb265.undefined" - }, { "if": { "and": [ @@ -43444,15 +26387,6 @@ }, "then": "./assets/data/nsi/logos/maltapost-381874.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Martin's" - ] - }, - "then": "./assets/data/nsi/logos/martins-f65bfd.undefined" - }, { "if": { "and": [ @@ -43467,15 +26401,6 @@ }, "then": "./assets/data/nsi/logos/mngkargo-74be01.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Morrisons Daily" - ] - }, - "then": "./assets/data/nsi/logos/morrisonsdaily-f65bfd.undefined" - }, { "if": { "and": [ @@ -43504,15 +26429,6 @@ }, "then": "./assets/data/nsi/logos/newzealandpost-6c56da.png" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Nisa Local" - ] - }, - "then": "./assets/data/nsi/logos/nisalocal-f65bfd.undefined" - }, { "if": { "and": [ @@ -43797,15 +26713,6 @@ }, "then": "./assets/data/nsi/logos/postalannex-a77078.png" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Postbank" - ] - }, - "then": "./assets/data/nsi/logos/postbank-225eac.undefined" - }, { "if": { "and": [ @@ -43932,20 +26839,6 @@ }, "then": "./assets/data/nsi/logos/ptt-74be01.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=Royal Gibraltar Post Office", - "operator:wikidata=Q32784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalgibraltarpostoffice-fd7cfc.undefined" - }, { "if": { "and": [ @@ -44031,20 +26924,6 @@ }, "then": "./assets/data/nsi/logos/southafricanpostoffice-cf256c.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=Sürat Kargo", - "operator:wikidata=Q6051265" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suratkargo-74be01.undefined" - }, { "if": { "and": [ @@ -44075,15 +26954,6 @@ }, "then": "./assets/data/nsi/logos/tealca-6371df.png" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Tesco Express" - ] - }, - "then": "./assets/data/nsi/logos/tescoexpress-f65bfd.undefined" - }, { "if": { "and": [ @@ -44200,15 +27070,6 @@ }, "then": "./assets/data/nsi/logos/volg-c6967d.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=WH Smith" - ] - }, - "then": "./assets/data/nsi/logos/whsmith-f65bfd.undefined" - }, { "if": { "and": [ @@ -44285,15 +27146,6 @@ }, "then": "./assets/data/nsi/logos/belposhta-f30b90.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=ГиперМолл" - ] - }, - "then": "./assets/data/nsi/logos/1fa616-f30b90.undefined" - }, { "if": { "and": [ @@ -44310,15 +27162,6 @@ }, "then": "./assets/data/nsi/logos/transnistriapost-833d92.svg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=Интернет-магазин Евроопт" - ] - }, - "then": "./assets/data/nsi/logos/ca40c3-f30b90.undefined" - }, { "if": { "and": [ @@ -44394,15 +27237,6 @@ }, "then": "./assets/data/nsi/logos/848860-776b1b.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - "operator=УК \"СДЭК\"" - ] - }, - "then": "./assets/data/nsi/logos/386d0e-6df28a.undefined" - }, { "if": { "and": [ @@ -44509,22 +27343,6 @@ }, "then": "./assets/data/nsi/logos/66f694-6376b2.jpg" }, - { - "if": { - "and": [ - "amenity=post_box", - { - "or": [ - "operator=شرکت پست جمهوری اسلامی ایران", - "operator:en=Iran Post", - "operator:fa=شرکت پست جمهوری اسلامی ایران", - "operator:wikidata=Q6066851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iranpost-7b16d2.undefined" - }, { "if": { "and": [ @@ -44724,24 +27542,6 @@ }, "then": "./assets/data/nsi/logos/generallogisticssystemsgermany-6fd7ff.jpg" }, - { - "if": { - "and": [ - "amenity=post_depot", - "operator=General Logistics Systems Italy SpA" - ] - }, - "then": "./assets/data/nsi/logos/generallogisticssystemsitalyspa-afe4a7.undefined" - }, - { - "if": { - "and": [ - "amenity=post_depot", - "operator=General Logistics Systems Netherlands B.V." - ] - }, - "then": "./assets/data/nsi/logos/generallogisticssystemsnetherlandsbv-280cab.undefined" - }, { "if": { "and": [ @@ -44934,20 +27734,6 @@ }, "then": "./assets/data/nsi/logos/anpost-a056d1.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=Aras Kargo", - "operator:wikidata=Q6094691" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/araskargo-56f07f.undefined" - }, { "if": { "and": [ @@ -44993,15 +27779,6 @@ }, "then": "./assets/data/nsi/logos/postemaroc-efee55.png" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Best-one" - ] - }, - "then": "./assets/data/nsi/logos/bestone-2ecbba.undefined" - }, { "if": { "and": [ @@ -45048,15 +27825,6 @@ }, "then": "./assets/data/nsi/logos/bpost-1b232e.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Bưu điện Trung tâm 3" - ] - }, - "then": "./assets/data/nsi/logos/buudientrungtam3-c0dded.undefined" - }, { "if": { "and": [ @@ -45255,20 +28023,6 @@ }, "then": "./assets/data/nsi/logos/ctt-5666eb.png" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=Cyprus Post", - "operator:wikidata=Q5200484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cypruspost-28cbc0.undefined" - }, { "if": { "and": [ @@ -45348,33 +28102,6 @@ }, "then": "./assets/data/nsi/logos/domesa-de64fe.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "brand=Desk to Desk Courier & Cargo", - "brand:short=DTDC", - "brand:wikidata=Q55608802", - "operator=Desk to Desk Courier & Cargo", - "operator:short=DTDC", - "operator:wikidata=Q55608802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desktodeskcourierandcargo-45da12.undefined" - }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Edeka" - ] - }, - "then": "./assets/data/nsi/logos/edeka-8c0db3.undefined" - }, { "if": { "and": [ @@ -45403,15 +28130,6 @@ }, "then": "./assets/data/nsi/logos/emiratespost-c6764e.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Envía" - ] - }, - "then": "./assets/data/nsi/logos/envia-754eb3.undefined" - }, { "if": { "and": [ @@ -45568,21 +28286,6 @@ }, "then": "./assets/data/nsi/logos/inpost-504b8a.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=Instituto Postal Telegráfico de Venezuela", - "operator:short=IPOSTEL", - "operator:wikidata=Q30061585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutopostaltelegraficodevenezuela-de64fe.undefined" - }, { "if": { "and": [ @@ -45655,29 +28358,6 @@ }, "then": "./assets/data/nsi/logos/justin-970b0c.png" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Kirkburton Post Office" - ] - }, - "then": "./assets/data/nsi/logos/kirkburtonpostoffice-2ecbba.undefined" - }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=KKTC Posta Dairesi", - "operator:wikidata=Q6031282" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kktcpostadairesi-c16b13.undefined" - }, { "if": { "and": [ @@ -45820,15 +28500,6 @@ }, "then": "./assets/data/nsi/logos/maltapost-ed0160.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Martin's" - ] - }, - "then": "./assets/data/nsi/logos/martins-2ecbba.undefined" - }, { "if": { "and": [ @@ -45857,15 +28528,6 @@ }, "then": "./assets/data/nsi/logos/mngkargo-56f07f.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Morrisons Daily" - ] - }, - "then": "./assets/data/nsi/logos/morrisonsdaily-2ecbba.undefined" - }, { "if": { "and": [ @@ -45894,15 +28556,6 @@ }, "then": "./assets/data/nsi/logos/newzealandpost-ff95ef.png" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Nisa Local" - ] - }, - "then": "./assets/data/nsi/logos/nisalocal-2ecbba.undefined" - }, { "if": { "and": [ @@ -46215,15 +28868,6 @@ }, "then": "./assets/data/nsi/logos/postalannex-c1ddbe.dbe" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Postbank" - ] - }, - "then": "./assets/data/nsi/logos/postbank-8c0db3.undefined" - }, { "if": { "and": [ @@ -46350,20 +28994,6 @@ }, "then": "./assets/data/nsi/logos/ptt-56f07f.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=Royal Gibraltar Post Office", - "operator:wikidata=Q32784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalgibraltarpostoffice-6023ac.undefined" - }, { "if": { "and": [ @@ -46449,20 +29079,6 @@ }, "then": "./assets/data/nsi/logos/southafricanpostoffice-dec673.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=Sürat Kargo", - "operator:wikidata=Q6051265" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suratkargo-56f07f.undefined" - }, { "if": { "and": [ @@ -46493,15 +29109,6 @@ }, "then": "./assets/data/nsi/logos/tealca-de64fe.png" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Tesco Express" - ] - }, - "then": "./assets/data/nsi/logos/tescoexpress-2ecbba.undefined" - }, { "if": { "and": [ @@ -46618,15 +29225,6 @@ }, "then": "./assets/data/nsi/logos/volg-62a267.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=WH Smith" - ] - }, - "then": "./assets/data/nsi/logos/whsmith-2ecbba.undefined" - }, { "if": { "and": [ @@ -46703,15 +29301,6 @@ }, "then": "./assets/data/nsi/logos/belposhta-4d7a9f.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=ГиперМолл" - ] - }, - "then": "./assets/data/nsi/logos/1fa616-4d7a9f.undefined" - }, { "if": { "and": [ @@ -46728,15 +29317,6 @@ }, "then": "./assets/data/nsi/logos/transnistriapost-48c390.svg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=Интернет-магазин Евроопт" - ] - }, - "then": "./assets/data/nsi/logos/ca40c3-4d7a9f.undefined" - }, { "if": { "and": [ @@ -46826,15 +29406,6 @@ }, "then": "./assets/data/nsi/logos/848860-6e4d23.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - "operator=УК \"СДЭК\"" - ] - }, - "then": "./assets/data/nsi/logos/386d0e-20381f.undefined" - }, { "if": { "and": [ @@ -46942,22 +29513,6 @@ }, "then": "./assets/data/nsi/logos/66f694-67dc37.jpg" }, - { - "if": { - "and": [ - "amenity=post_office", - { - "or": [ - "operator=شرکت پست جمهوری اسلامی ایران", - "operator:en=Iran Post", - "operator:fa=شرکت پست جمهوری اسلامی ایران", - "operator:wikidata=Q6066851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iranpost-05a404.undefined" - }, { "if": { "and": [ @@ -47169,20 +29724,6 @@ }, "then": "./assets/data/nsi/logos/corecivic-6535ca.png" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Departamento de Administração Prisional", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departamentodeadministracaoprisional-c44f42.undefined" - }, { "if": { "and": [ @@ -47246,20 +29787,6 @@ }, "then": "./assets/data/nsi/logos/federalbureauofprisons-6535ca.jpg" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Federale Overheidsdienst Justitie", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/federaleoverheidsdienstjustitie-d13b57.undefined" - }, { "if": { "and": [ @@ -47504,21 +30031,6 @@ }, "then": "./assets/data/nsi/logos/newyorkstatedepartmentofcorrectionsandcommunitysupervision-25d617.jpg" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Northern Ireland Prison Service", - "operator:type=government", - "operator:wikidata=Q3015291" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernirelandprisonservice-b47d33.undefined" - }, { "if": { "and": [ @@ -47579,35 +30091,6 @@ }, "then": "./assets/data/nsi/logos/scottishprisonservice-7a6ad4.png" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Secretaria da Administração Penitenciária - Coordenadoria da Região Oeste do Estado", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadaadministracaopenitenciariacoordenadoriadaregiaooestedoestado-c44f42.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Secretaria da Segurança Pública do Estado de São Paulo", - "operator:type=government", - "operator:wikidata=Q10295162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadasegurancapublicadoestadodesaopaulo-064a18.undefined" - }, { "if": { "and": [ @@ -47653,20 +30136,6 @@ }, "then": "./assets/data/nsi/logos/texasdepartmentofcriminaljustice-024da5.jpg" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Texas Department of Criminal Justice Correctional Institutions Division", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texasdepartmentofcriminaljusticecorrectionalinstitutionsdivision-024da5.undefined" - }, { "if": { "and": [ @@ -47743,291 +30212,6 @@ }, "then": "./assets/data/nsi/logos/zborvazenskejajusticnejstraze-c449b6.png" }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=Бывший Вятский исправительно-трудовой лагерь (Вятлаг)", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b61d8c-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=ГУФСИН России по Свердловской области", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ae78b-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=УФСИН по Тюменской области", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/51f30f-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=УФСИН России по Московской области", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c0ae1-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=УФСИН России по Оренбургской области", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7e79a9-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=УФСИН России по Республике Мордовия", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/347787-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=УФСИН России по Удмуртской Республике", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ac7222-a0aec7.undefined" - }, - { - "if": { - "and": [ - "amenity=prison", - { - "or": [ - "operator=საქართველოს სასჯელაღსრულებისა და პრობაციის მინისტრის", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/971969-8eb9b7.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Arkell's" - ] - }, - "then": "./assets/data/nsi/logos/arkells-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Banks's" - ] - }, - "then": "./assets/data/nsi/logos/bankss-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Batemans" - ] - }, - "then": "./assets/data/nsi/logos/batemans-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Brains" - ] - }, - "then": "./assets/data/nsi/logos/brains-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "operator=Electric Star Pubs", - "operator:wikidata=Q115322959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricstarpubs-3ca9fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Enterprise Inns" - ] - }, - "then": "./assets/data/nsi/logos/enterpriseinns-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Joseph Holt" - ] - }, - "then": "./assets/data/nsi/logos/josephholt-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Louis Fitzgerald Group" - ] - }, - "then": "./assets/data/nsi/logos/louisfitzgeraldgroup-fe1b7f.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Mitchells & Butlers" - ] - }, - "then": "./assets/data/nsi/logos/mitchellsandbutlers-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=NaturFreunde Deutschland" - ] - }, - "then": "./assets/data/nsi/logos/naturfreundedeutschland-6fb9dd.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Pub People" - ] - }, - "then": "./assets/data/nsi/logos/pubpeople-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Punch Taverns" - ] - }, - "then": "./assets/data/nsi/logos/punchtaverns-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "operator=Remarkable Pubs", - "operator:wikidata=Q121462737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/remarkablepubs-3ca9fb.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "operator=Stonegate", - "operator:wikidata=Q7619176" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stonegate-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Wadworth" - ] - }, - "then": "./assets/data/nsi/logos/wadworth-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - "operator=Young & Co" - ] - }, - "then": "./assets/data/nsi/logos/youngandco-c5d2b3.undefined" - }, - { - "if": { - "and": [ - "amenity=pub", - { - "or": [ - "operator=モンテローザ", - "operator:ja=モンテローザ" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58d7dd-f3d162.undefined" - }, { "if": { "and": [ @@ -48056,36 +30240,6 @@ }, "then": "./assets/data/nsi/logos/aberdeenshirecouncil-caa3da.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Abfall- und Wertstofflogistik Neuss", - "operator:short=AWL Neuss", - "operator:wikidata=Q124416432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abfallundwertstofflogistikneuss-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Abfallbetrieb Kreis Viersen", - "operator:short=ABV", - "operator:wikidata=Q124416690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abfallbetriebkreisviersen-15b788.undefined" - }, { "if": { "and": [ @@ -48101,20 +30255,6 @@ }, "then": "./assets/data/nsi/logos/abfallwirtschaftdithmarschen-079fb7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Abfallwirtschaftsbetrieb Böblingen", - "operator:wikidata=Q124416560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abfallwirtschaftsbetriebboblingen-fd14c2.undefined" - }, { "if": { "and": [ @@ -48190,38 +30330,6 @@ }, "then": "./assets/data/nsi/logos/abfallwirtschaftsgesellschaftwuppertal-15b788.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Acea Pinerolese Industriale Spa" - ] - }, - "then": "./assets/data/nsi/logos/aceapineroleseindustrialespa-c8f206.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AcegasApsAmga", - "operator:wikidata=Q20009034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acegasapsamga-b2a9e6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Actifrip" - ] - }, - "then": "./assets/data/nsi/logos/actifrip-a71053.undefined" - }, { "if": { "and": [ @@ -48250,15 +30358,6 @@ }, "then": "./assets/data/nsi/logos/ahe-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Ajonc" - ] - }, - "then": "./assets/data/nsi/logos/ajonc-da77aa.undefined" - }, { "if": { "and": [ @@ -48273,113 +30372,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdebarcelona-04814d.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Beniarbeig", - "operator:wikidata=Q126483458" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdebeniarbeig-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de l'Hospitalet de Llobregat", - "operator:wikidata=Q26253983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdelhospitaletdellobregat-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Riba-roja de Túria", - "operator:wikidata=Q60052546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentderibarojadeturia-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Sant Boi de Llobregat", - "operator:wikidata=Q57257002" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdesantboidellobregat-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Santa Coloma de Cervelló", - "operator:wikidata=Q126482760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdesantacolomadecervello-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Santa Coloma de Gramenet", - "operator:wikidata=Q116415361" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdesantacolomadegramenet-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ajuntament de Santa Eulària des Riu", - "operator:wikidata=Q126479887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdesantaeulariadesriu-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Aktex Rohstoff-Recycling Nord" - ] - }, - "then": "./assets/data/nsi/logos/aktexrohstoffrecyclingnord-6737d9.undefined" - }, { "if": { "and": [ @@ -48424,47 +30416,6 @@ }, "then": "./assets/data/nsi/logos/alba-6737d9.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=ALBA Braunschweig GmbH", - "operator:wikidata=Q130259357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albabraunschweiggmbh-7d4127.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Algar" - ] - }, - "then": "./assets/data/nsi/logos/algar-a4a964.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Alia" - ] - }, - "then": "./assets/data/nsi/logos/alia-0f8417.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Alisea S.p.A." - ] - }, - "then": "./assets/data/nsi/logos/aliseaspa-86621e.undefined" - }, { "if": { "and": [ @@ -48479,20 +30430,6 @@ }, "then": "./assets/data/nsi/logos/alphenaandenrijn-fcd61b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AMA", - "operator:wikidata=Q3631446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ama-d6d661.undefined" - }, { "if": { "and": [ @@ -48507,24 +30444,6 @@ }, "then": "./assets/data/nsi/logos/amarsul-9cd697.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Amiu" - ] - }, - "then": "./assets/data/nsi/logos/amiu-ca477d.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=AMOS" - ] - }, - "then": "./assets/data/nsi/logos/amos-a71053.undefined" - }, { "if": { "and": [ @@ -48539,47 +30458,6 @@ }, "then": "./assets/data/nsi/logos/apivet-2b4e4a.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=APS", - "operator:wikidata=Q3601114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aps-86621e.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=AREA" - ] - }, - "then": "./assets/data/nsi/logos/area-92b0ce.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Área Limpia" - ] - }, - "then": "./assets/data/nsi/logos/arealimpia-e0bb67.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=AS Eesti Keskkonnateenused" - ] - }, - "then": "./assets/data/nsi/logos/aseestikeskkonnateenused-964b6d.undefined" - }, { "if": { "and": [ @@ -48594,33 +30472,6 @@ }, "then": "./assets/data/nsi/logos/asekol-a83183.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ASIA" - ] - }, - "then": "./assets/data/nsi/logos/asia-040baf.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=association Jardin de Traverse" - ] - }, - "then": "./assets/data/nsi/logos/associationjardindetraverse-da77aa.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Astral" - ] - }, - "then": "./assets/data/nsi/logos/astral-d16161.undefined" - }, { "if": { "and": [ @@ -48635,15 +30486,6 @@ }, "then": "./assets/data/nsi/logos/atriumoptima-d6ea52.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Attiva" - ] - }, - "then": "./assets/data/nsi/logos/attiva-dc4774.undefined" - }, { "if": { "and": [ @@ -48658,20 +30500,6 @@ }, "then": "./assets/data/nsi/logos/avalex-fcd61b.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AVE", - "operator:wikidata=Q67808199" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ave-778b5b.undefined" - }, { "if": { "and": [ @@ -48714,48 +30542,6 @@ }, "then": "./assets/data/nsi/logos/awista-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AWISTA-Starnberg", - "operator:wikidata=Q124416935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awistastarnberg-4fb837.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AWS Augsburg", - "operator:wikidata=Q124417595" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awsaugsburg-4fb837.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AWS Stuttgart", - "operator:wikidata=Q124417900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awsstuttgart-fd14c2.undefined" - }, { "if": { "and": [ @@ -48770,20 +30556,6 @@ }, "then": "./assets/data/nsi/logos/awuoberhavel-5a52cc.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=AWU Ostprignitz-Ruppin", - "operator:wikidata=Q124417013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/awuostprignitzruppin-5a52cc.undefined" - }, { "if": { "and": [ @@ -48812,57 +30584,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemadrid-379168.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ayuntamiento de Majadahonda", - "operator:wikidata=Q26260923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemajadahonda-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ayuntamiento de Málaga", - "operator:wikidata=Q5714892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemalaga-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ayuntamiento de Villarcayo de Merindad de Castilla la Vieja", - "operator:wikidata=Q60052649" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodevillarcayodemerindaddecastillalavieja-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Baliz Textilwerke" - ] - }, - "then": "./assets/data/nsi/logos/baliztextilwerke-6737d9.undefined" - }, { "if": { "and": [ @@ -48877,24 +30598,6 @@ }, "then": "./assets/data/nsi/logos/bartowcounty-bddb39.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Bassin de Pompey" - ] - }, - "then": "./assets/data/nsi/logos/bassindepompey-03cd48.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Berlin-Textilrecycling" - ] - }, - "then": "./assets/data/nsi/logos/berlintextilrecycling-10028e.undefined" - }, { "if": { "and": [ @@ -48952,57 +30655,6 @@ }, "then": "./assets/data/nsi/logos/bir-3e1966.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=bonnorange", - "operator:wikidata=Q124417043" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonnorange-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Bordeaux Métropole", - "operator:wikidata=Q1117116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bordeauxmetropole-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Boston Public Works Department", - "operator:wikidata=Q130273501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bostonpublicworksdepartment-bca807.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Bourgogne Recyclage" - ] - }, - "then": "./assets/data/nsi/logos/bourgognerecyclage-76a332.undefined" - }, { "if": { "and": [ @@ -49018,33 +30670,6 @@ }, "then": "./assets/data/nsi/logos/bowlinggreenstateuniversity-5e5980.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Brangeon Environnement" - ] - }, - "then": "./assets/data/nsi/logos/brangeonenvironnement-706144.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=BreEnt GmbH" - ] - }, - "then": "./assets/data/nsi/logos/breentgmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=BRF Norra Guldheden Nr 1" - ] - }, - "then": "./assets/data/nsi/logos/brfnorraguldhedennr1-43c9f4.undefined" - }, { "if": { "and": [ @@ -49073,15 +30698,6 @@ }, "then": "./assets/data/nsi/logos/britishheartfoundation-79fa96.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Brotex" - ] - }, - "then": "./assets/data/nsi/logos/brotex-15b788.undefined" - }, { "if": { "and": [ @@ -49096,62 +30712,6 @@ }, "then": "./assets/data/nsi/logos/bruxellesenvironnementleefmilieubrussel-980be7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Bruxelles-Propreté - Net Brussel", - "operator:wikidata=Q23021854" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bruxellespropretenetbrussel-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=BTV Lohsa" - ] - }, - "then": "./assets/data/nsi/logos/btvlohsa-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté d'agglomération du Centre Littoral", - "operator:short=CACL", - "operator:wikidata=Q2986979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedagglomerationducentrelittoral-011ab0.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Caen la Mer" - ] - }, - "then": "./assets/data/nsi/logos/caenlamer-cc4bea.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=CALITOM Service public des déchets de Charente" - ] - }, - "then": "./assets/data/nsi/logos/calitomservicepublicdesdechetsdecharente-a71053.undefined" - }, { "if": { "and": [ @@ -49166,80 +30726,6 @@ }, "then": "./assets/data/nsi/logos/camaramunicipaldelisboa-bcce0d.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Cannone" - ] - }, - "then": "./assets/data/nsi/logos/cannone-ff7365.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Caritas Ambrosiana", - "operator:wikidata=Q85860446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caritasambrosiana-38e0d1.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Cavtex" - ] - }, - "then": "./assets/data/nsi/logos/cavtex-10028e.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=CCPOP", - "operator:wikidata=Q1118268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ccpop-c4a3eb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=CCTVI", - "operator:wikidata=Q28495712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cctvi-aa5dde.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=CCVCD", - "operator:wikidata=Q1117660" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ccvcd-03cd48.undefined" - }, { "if": { "and": [ @@ -49254,29 +30740,6 @@ }, "then": "./assets/data/nsi/logos/centerparcs-6ff6f4.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Charlieu-Belmont Communauté", - "operator:wikidata=Q19843455" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/charlieubelmontcommunaute-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Chrysalide Ressourcerie" - ] - }, - "then": "./assets/data/nsi/logos/chrysalideressourcerie-51667b.undefined" - }, { "if": { "and": [ @@ -49375,38 +30838,6 @@ }, "then": "./assets/data/nsi/logos/cityofmodesto-2532c6.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=City of Vaughan", - "operator:wikidata=Q44013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvaughan-d16161.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=CityGreenPoint" - ] - }, - "then": "./assets/data/nsi/logos/citygreenpoint-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=CityGreenPoint Deutschland" - ] - }, - "then": "./assets/data/nsi/logos/citygreenpointdeutschland-6737d9.undefined" - }, { "if": { "and": [ @@ -49435,15 +30866,6 @@ }, "then": "./assets/data/nsi/logos/clissonsevreetmaineagglo-2b4e4a.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Club de Huella Ecológica" - ] - }, - "then": "./assets/data/nsi/logos/clubdehuellaecologica-d0f14c.undefined" - }, { "if": { "and": [ @@ -49458,24 +30880,6 @@ }, "then": "./assets/data/nsi/logos/cogersa-49dabd.abd" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Coliba" - ] - }, - "then": "./assets/data/nsi/logos/coliba-435f0b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Collectivite Territoriale de Saint Martin - Corbeilles de Tri Selectif" - ] - }, - "then": "./assets/data/nsi/logos/collectiviteterritorialedesaintmartincorbeillesdetriselectif-ce9522.undefined" - }, { "if": { "and": [ @@ -49504,161 +30908,6 @@ }, "then": "./assets/data/nsi/logos/communautedagglomerationdupaysbasque-a71053.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté d'agglomération du Pays Voironnais", - "operator:wikidata=Q767646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedagglomerationdupaysvoironnais-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes Alpes Provence Verdon, Sources de Lumières", - "operator:wikidata=Q28495121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesalpesprovenceverdonsourcesdelumieres-c4a3eb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes des Pays du Sel et du Vermois", - "operator:wikidata=Q2988104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdespaysduseletduvermois-03cd48.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes du Béarn des Gaves", - "operator:wikidata=Q31839419" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdubearndesgaves-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes du Grand Pontarlier", - "operator:wikidata=Q1118736" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdugrandpontarlier-4092a6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes du Pays de Colombey et du Sud Toulois", - "operator:wikidata=Q650811" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdupaysdecolombeyetdusudtoulois-03cd48.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes du Pays de L'Arbresle", - "operator:short=CCPA", - "operator:wikidata=Q2988677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdupaysdelarbresle-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes du Pays du Saintois", - "operator:wikidata=Q16541488" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdupaysdusaintois-03cd48.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes Moselle et Madon", - "operator:wikidata=Q2987290" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesmoselleetmadon-03cd48.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes Pévèle Carembault", - "operator:wikidata=Q16541386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunespevelecarembault-da77aa.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Communauté de communes Terres Touloises", - "operator:wikidata=Q29113563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesterrestouloises-03cd48.undefined" - }, { "if": { "and": [ @@ -49673,15 +30922,6 @@ }, "then": "./assets/data/nsi/logos/communauteurbainedugrandreims-03cd48.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Compostri" - ] - }, - "then": "./assets/data/nsi/logos/compostri-59e4c1.undefined" - }, { "if": { "and": [ @@ -49696,15 +30936,6 @@ }, "then": "./assets/data/nsi/logos/concellodemugardos-49dabd.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Contex" - ] - }, - "then": "./assets/data/nsi/logos/contex-c59bef.undefined" - }, { "if": { "and": [ @@ -49719,15 +30950,6 @@ }, "then": "./assets/data/nsi/logos/coop-c59bef.bef" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Cooperativa Sociale Centro di Lavoro San Giovanni Calabria" - ] - }, - "then": "./assets/data/nsi/logos/cooperativasocialecentrodilavorosangiovannicalabria-86621e.undefined" - }, { "if": { "and": [ @@ -49758,56 +30980,6 @@ }, "then": "./assets/data/nsi/logos/corkcountycouncil-42dacd.acd" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Coved" - ] - }, - "then": "./assets/data/nsi/logos/coved-59e4c1.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Cumbria Waste Management Ltd" - ] - }, - "then": "./assets/data/nsi/logos/cumbriawastemanagementltd-79fa96.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Curitas België" - ] - }, - "then": "./assets/data/nsi/logos/curitasbelgie-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Curitas Nederland" - ] - }, - "then": "./assets/data/nsi/logos/curitasnederland-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=CYCLAD", - "operator:wikidata=Q92938651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyclad-a71053.undefined" - }, { "if": { "and": [ @@ -49822,33 +30994,6 @@ }, "then": "./assets/data/nsi/logos/danskrodekors-67373b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=dar" - ] - }, - "then": "./assets/data/nsi/logos/dar-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Darbo Recycling" - ] - }, - "then": "./assets/data/nsi/logos/darborecycling-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Däsa Wiederverwertungs GmbH" - ] - }, - "then": "./assets/data/nsi/logos/dasawiederverwertungsgmbh-6737d9.undefined" - }, { "if": { "and": [ @@ -49877,15 +31022,6 @@ }, "then": "./assets/data/nsi/logos/denhaag-fcd61b.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=des Jardins et des Hommes" - ] - }, - "then": "./assets/data/nsi/logos/desjardinsetdeshommes-da77aa.undefined" - }, { "if": { "and": [ @@ -49915,15 +31051,6 @@ }, "then": "./assets/data/nsi/logos/deutschelebensrettungsgesellschaft-6737d9.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Deutsches Rotes Kreuz Kreisverband Saarbrücken e.V." - ] - }, - "then": "./assets/data/nsi/logos/deutschesroteskreuzkreisverbandsaarbruckenev-a97253.undefined" - }, { "if": { "and": [ @@ -49952,20 +31079,6 @@ }, "then": "./assets/data/nsi/logos/diakoniebroumov-778b5b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Diakonie Nord Nord Ost", - "operator:wikidata=Q97823466" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diakonienordnordost-6737d9.undefined" - }, { "if": { "and": [ @@ -50008,21 +31121,6 @@ }, "then": "./assets/data/nsi/logos/drkkreisverbandbonnev-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Durance Luberon Verdon Agglomération", - "operator:short=DLVA", - "operator:wikidata=Q2986893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duranceluberonverdonagglomeration-c4a3eb.undefined" - }, { "if": { "and": [ @@ -50052,31 +31150,6 @@ }, "then": "./assets/data/nsi/logos/ead-95f31a.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=East-West Textilrecycling Kursun" - ] - }, - "then": "./assets/data/nsi/logos/eastwesttextilrecyclingkursun-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Easterseals Goodwill North Dakota", - "operator:wikidata=Q126843840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastersealsgoodwillnorthdakota-fb506f.undefined" - }, { "if": { "and": [ @@ -50093,15 +31166,6 @@ }, "then": "./assets/data/nsi/logos/eastersealsgoodwillnorthernrockymountain-9c67a8.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Ecobeirão" - ] - }, - "then": "./assets/data/nsi/logos/ecobeirao-25783d.undefined" - }, { "if": { "and": [ @@ -50116,24 +31180,6 @@ }, "then": "./assets/data/nsi/logos/ecosystem-59e4c1.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Ecotextile" - ] - }, - "then": "./assets/data/nsi/logos/ecotextile-59e4c1.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Eesti Taaskasutusorganisatsioon MTÜ" - ] - }, - "then": "./assets/data/nsi/logos/eestitaaskasutusorganisatsioonmtu-964b6d.undefined" - }, { "if": { "and": [ @@ -50151,52 +31197,6 @@ }, "then": "./assets/data/nsi/logos/ekocharita-d6ea52.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ekokymppi", - "operator:wikidata=Q11857246" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ekokymppi-3e65e0.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ekorosk", - "operator:wikidata=Q10480744" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ekorosk-3e65e0.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Emmaüs" - ] - }, - "then": "./assets/data/nsi/logos/emmaus-59e4c1.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Empresa Municipal de Servicios de Aseo" - ] - }, - "then": "./assets/data/nsi/logos/empresamunicipaldeserviciosdeaseo-fd1de5.undefined" - }, { "if": { "and": [ @@ -50212,120 +31212,6 @@ }, "then": "./assets/data/nsi/logos/entsorgungdortmundgmbh-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Entsorgung Herne", - "operator:wikidata=Q130251437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entsorgungherne-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Entsorgungs- und Servicebetrieb Bocholt", - "operator:short=ESB", - "operator:wikidata=Q124417156" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entsorgungsundservicebetriebbocholt-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Entsorgungsbetriebe der Stadt Ulm", - "operator:short=EBU", - "operator:wikidata=Q124417248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entsorgungsbetriebederstadtulm-fd14c2.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Entsorgungsbetriebe Essen", - "operator:short=EBE", - "operator:wikidata=Q1345453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entsorgungsbetriebeessen-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ERSUC" - ] - }, - "then": "./assets/data/nsi/logos/ersuc-7eff58.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=ERZ", - "operator:wikidata=Q1345452" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/erz-3fa24a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Esterra", - "operator:wikidata=Q3058935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esterra-da77aa.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ETO" - ] - }, - "then": "./assets/data/nsi/logos/eto-964b6d.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Eurocycle GmbH" - ] - }, - "then": "./assets/data/nsi/logos/eurocyclegmbh-6737d9.undefined" - }, { "if": { "and": [ @@ -50358,69 +31244,6 @@ }, "then": "./assets/data/nsi/logos/evergreengoodwill-0169dc.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fa. A. Hahn" - ] - }, - "then": "./assets/data/nsi/logos/faahahn-4fb837.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fa. Rhenus, im Auftrag der Stadt Heidelberg" - ] - }, - "then": "./assets/data/nsi/logos/farhenusimauftragderstadtheidelberg-fd14c2.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Faircollect" - ] - }, - "then": "./assets/data/nsi/logos/faircollect-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=FBH-NP Nonprofit Kft." - ] - }, - "then": "./assets/data/nsi/logos/fbhnpnonprofitkft-b316be.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=FCC" - ] - }, - "then": "./assets/data/nsi/logos/fcc-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=FCC BEC, s.r.o." - ] - }, - "then": "./assets/data/nsi/logos/fccbecsro-778b5b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fehr" - ] - }, - "then": "./assets/data/nsi/logos/fehr-6737d9.undefined" - }, { "if": { "and": [ @@ -50449,20 +31272,6 @@ }, "then": "./assets/data/nsi/logos/fkf-b316be.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Förpackningsinsamlingen", - "operator:wikidata=Q49098475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forpackningsinsamlingen-43c9f4.undefined" - }, { "if": { "and": [ @@ -50506,65 +31315,6 @@ }, "then": "./assets/data/nsi/logos/friedensdorfinternational-6737d9.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fundacja Eco Textil" - ] - }, - "then": "./assets/data/nsi/logos/fundacjaecotextil-f1a5a5.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fundacja Uśmiechu" - ] - }, - "then": "./assets/data/nsi/logos/fundacjausmiechu-f1a5a5.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Fundacja z Sercem" - ] - }, - "then": "./assets/data/nsi/logos/fundacjazsercem-f1a5a5.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=FWS" - ] - }, - "then": "./assets/data/nsi/logos/fws-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=FWS Altkleider Container Service" - ] - }, - "then": "./assets/data/nsi/logos/fwsaltkleidercontainerservice-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=GAK Textilrecycling", - "operator:wikidata=Q131441285" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gaktextilrecycling-10028e.undefined" - }, { "if": { "and": [ @@ -50677,24 +31427,6 @@ }, "then": "./assets/data/nsi/logos/gemeindebedburghau-15b788.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Geofor" - ] - }, - "then": "./assets/data/nsi/logos/geofor-0f8417.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Gesamb" - ] - }, - "then": "./assets/data/nsi/logos/gesamb-664788.undefined" - }, { "if": { "and": [ @@ -50710,15 +31442,6 @@ }, "then": "./assets/data/nsi/logos/gesellschaftimostalbkreisfurabfallbewirtschaftungmbh-fd14c2.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Gew. Fa. Mettex" - ] - }, - "then": "./assets/data/nsi/logos/gewfamettex-10028e.undefined" - }, { "if": { "and": [ @@ -50953,38 +31676,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofarkansas-a88323.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Ashtabula", - "operator:wikidata=Q126845266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofashtabula-40d83e.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Central Alabama", - "operator:wikidata=Q126845404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralalabama-ba8eee.undefined" - }, { "if": { "and": [ @@ -51017,22 +31708,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentraleasttexas-5c5465.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Central Florida", - "operator:wikidata=Q126845603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralflorida-e45d79.undefined" - }, { "if": { "and": [ @@ -51049,22 +31724,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentralillinois-0dbe3f.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Central Michigan's Heartland", - "operator:wikidata=Q126845869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralmichigansheartland-faffac.undefined" - }, { "if": { "and": [ @@ -51097,38 +31756,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentraloklahoma-3efb09.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Dallas", - "operator:wikidata=Q126846545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofdallas-5c5465.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Delaware and Delaware County", - "operator:wikidata=Q126846718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofdelawareanddelawarecounty-659c1a.undefined" - }, { "if": { "and": [ @@ -51497,22 +32124,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofnorthlouisiana-f4b3df.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Northeast Indiana", - "operator:wikidata=Q126897712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofnortheastindiana-827bef.undefined" - }, { "if": { "and": [ @@ -51593,22 +32204,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofnorthwestnorthcarolina-ad5db1.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Northwest Ohio", - "operator:wikidata=Q126897729" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofnorthwestohio-5e5980.undefined" - }, { "if": { "and": [ @@ -51753,22 +32348,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasttexasandsouthwestlouisiana-868f8d.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Southeastern Louisiana", - "operator:wikidata=Q126897798" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternlouisiana-f4b3df.undefined" - }, { "if": { "and": [ @@ -51785,22 +32364,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternmichigan-faffac.fac" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Southeastern Wisconsin and Metropolitan Chicago", - "operator:wikidata=Q54624107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternwisconsinandmetropolitanchicago-2f2732.undefined" - }, { "if": { "and": [ @@ -51833,22 +32396,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsouthernnewjerseyandphiladelphia-3d3b8b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of Southern Ohio", - "operator:wikidata=Q126897825" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsouthernohio-1a6052.undefined" - }, { "if": { "and": [ @@ -51993,22 +32540,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofthegreaterchattanoogaarea-6a894b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill Industries of the Greater East Bay", - "operator:wikidata=Q114928949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofthegreatereastbay-2532c6.undefined" - }, { "if": { "and": [ @@ -52329,22 +32860,6 @@ }, "then": "./assets/data/nsi/logos/goodwillofcentralandcoastalvirginia-68a1e2.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "operator=Goodwill of Central Iowa", - "operator:wikidata=Q109722336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillofcentraliowa-9b051b.undefined" - }, { "if": { "and": [ @@ -52888,71 +33403,6 @@ }, "then": "./assets/data/nsi/logos/gottingerentsorgungsbetriebe-7d4127.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Grand Annecy", - "operator:wikidata=Q28465087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grandannecy-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Grenoble-Alpes Métropole", - "operator:wikidata=Q999238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grenoblealpesmetropole-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Grotex Recycling GmbH" - ] - }, - "then": "./assets/data/nsi/logos/grotexrecyclinggmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Grupo Empresarial del Reciclaje", - "operator:short=GER" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grupoempresarialdelreciclaje-ffc4b3.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=GSAK", - "operator:wikidata=Q130251483" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gsak-15b788.undefined" - }, { "if": { "and": [ @@ -52969,24 +33419,6 @@ }, "then": "./assets/data/nsi/logos/gulfstreamgoodwillindustries-e45d79.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=GVA Baden" - ] - }, - "then": "./assets/data/nsi/logos/gvabaden-a48b14.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=H W Martin Waste Limited" - ] - }, - "then": "./assets/data/nsi/logos/hwmartinwastelimited-79fa96.undefined" - }, { "if": { "and": [ @@ -53018,15 +33450,6 @@ }, "then": "./assets/data/nsi/logos/heartoftexasgoodwillindustries-5c5465.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=HeDi" - ] - }, - "then": "./assets/data/nsi/logos/hedi-fd14c2.undefined" - }, { "if": { "and": [ @@ -53056,15 +33479,6 @@ }, "then": "./assets/data/nsi/logos/hera-94eaae.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=hoelp" - ] - }, - "then": "./assets/data/nsi/logos/hoelp-079fb7.undefined" - }, { "if": { "and": [ @@ -53095,15 +33509,6 @@ }, "then": "./assets/data/nsi/logos/horizongoodwillindustries-331283.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Human Bridge" - ] - }, - "then": "./assets/data/nsi/logos/humanbridge-43c9f4.undefined" - }, { "if": { "and": [ @@ -53118,15 +33523,6 @@ }, "then": "./assets/data/nsi/logos/humana-915a74.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=HUMANA Kleidersammlung GmbH" - ] - }, - "then": "./assets/data/nsi/logos/humanakleidersammlunggmbh-6737d9.undefined" - }, { "if": { "and": [ @@ -53141,15 +33537,6 @@ }, "then": "./assets/data/nsi/logos/hvc-fcd61b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Hygea" - ] - }, - "then": "./assets/data/nsi/logos/hygea-980be7.undefined" - }, { "if": { "and": [ @@ -53178,29 +33565,6 @@ }, "then": "./assets/data/nsi/logos/imog-980be7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Inagra" - ] - }, - "then": "./assets/data/nsi/logos/inagra-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Interco Normandie Sud Eure", - "operator:wikidata=Q29268682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconormandiesudeure-cc4bea.undefined" - }, { "if": { "and": [ @@ -53215,29 +33579,6 @@ }, "then": "./assets/data/nsi/logos/intradel-980be7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=IOK Afvalbeheer", - "operator:short=IOK" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iokafvalbeheer-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=IPALE" - ] - }, - "then": "./assets/data/nsi/logos/ipale-980be7.undefined" - }, { "if": { "and": [ @@ -53252,29 +33593,6 @@ }, "then": "./assets/data/nsi/logos/irado-fcd61b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Iridex", - "operator:wikidata=Q12731056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iridex-4abcbd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Isevtex" - ] - }, - "then": "./assets/data/nsi/logos/isevtex-fd14c2.undefined" - }, { "if": { "and": [ @@ -53289,20 +33607,6 @@ }, "then": "./assets/data/nsi/logos/isleofwightcouncil-4fb1e4.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Isontina Ambiente", - "operator:short=ISA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isontinaambiente-63572a.undefined" - }, { "if": { "and": [ @@ -53317,15 +33621,6 @@ }, "then": "./assets/data/nsi/logos/ivarem-980be7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=IVIO" - ] - }, - "then": "./assets/data/nsi/logos/ivio-980be7.undefined" - }, { "if": { "and": [ @@ -53340,15 +33635,6 @@ }, "then": "./assets/data/nsi/logos/jakobbeckerentsorgungsgmbh-6737d9.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Jätekukko Oy" - ] - }, - "then": "./assets/data/nsi/logos/jatekukkooy-3e65e0.undefined" - }, { "if": { "and": [ @@ -53365,15 +33651,6 @@ }, "then": "./assets/data/nsi/logos/jedertropfenzahlt-0767fe.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Johannes Fehr GmbH & Co. KG" - ] - }, - "then": "./assets/data/nsi/logos/johannesfehrgmbhandcokg-7d4127.undefined" - }, { "if": { "and": [ @@ -53389,65 +33666,6 @@ }, "then": "./assets/data/nsi/logos/johanniterunfallhilfe-6737d9.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Jura Nature Environnement" - ] - }, - "then": "./assets/data/nsi/logos/juranatureenvironnement-4092a6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=K + K Textilrecycling GmbH" - ] - }, - "then": "./assets/data/nsi/logos/kktextilrecyclinggmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Kapaklı Belediyesi" - ] - }, - "then": "./assets/data/nsi/logos/kapaklibelediyesi-65a8bd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Karl Meyer AG", - "operator:wikidata=Q1717666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karlmeyerag-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Karl Meyer Rohstoffverwertung" - ] - }, - "then": "./assets/data/nsi/logos/karlmeyerrohstoffverwertung-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Keep Athens Limestone Beautiful" - ] - }, - "then": "./assets/data/nsi/logos/keepathenslimestonebeautiful-ba8eee.undefined" - }, { "if": { "and": [ @@ -53462,29 +33680,6 @@ }, "then": "./assets/data/nsi/logos/kentstateuniversity-5e5980.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Kirkens Bymisjon", - "operator:wikidata=Q4591239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirkensbymisjon-3e1966.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Kleine Patienten in Not e.V." - ] - }, - "then": "./assets/data/nsi/logos/kleinepatienteninnotev-6737d9.undefined" - }, { "if": { "and": [ @@ -53499,38 +33694,6 @@ }, "then": "./assets/data/nsi/logos/kloktex-778b5b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Knettenbrech + Gurdulic", - "operator:wikidata=Q118582110" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/knettenbrechgurdulic-611cf6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Knettenbrech + Gurdulic Rhein-Neckar GmbH" - ] - }, - "then": "./assets/data/nsi/logos/knettenbrechgurdulicrheinneckargmbh-fd14c2.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Komunala Idrija" - ] - }, - "then": "./assets/data/nsi/logos/komunalaidrija-db74f6.undefined" - }, { "if": { "and": [ @@ -53559,79 +33722,6 @@ }, "then": "./assets/data/nsi/logos/kredslob-67373b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Kreiswerke Cochem-Zell (Abfallwirtschaft)" - ] - }, - "then": "./assets/data/nsi/logos/kreiswerkecochemzellabfallwirtschaft-886dbb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=KuB GmbH" - ] - }, - "then": "./assets/data/nsi/logos/kubgmbh-180c3d.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Kuldīgas komunālie pakalpojumi" - ] - }, - "then": "./assets/data/nsi/logos/kuldigaskomunaliepakalpojumi-402c21.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=La Bouquinerie du Sart" - ] - }, - "then": "./assets/data/nsi/logos/labouquineriedusart-da77aa.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=La Chiffo" - ] - }, - "then": "./assets/data/nsi/logos/lachiffo-cc4bea.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Lakeuden Etappi", - "operator:wikidata=Q31087813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakeudenetappi-3e65e0.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Lalandia Søndervig", - "operator:wikidata=Q113706903" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lalandiasondervig-12aa71.undefined" - }, { "if": { "and": [ @@ -53718,118 +33808,6 @@ }, "then": "./assets/data/nsi/logos/landkreisrosenheim-4fb837.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Lane County Waste Management" - ] - }, - "then": "./assets/data/nsi/logos/lanecountywastemanagement-f1b1be.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Lannion-Trégor Communauté", - "operator:short=LTC", - "operator:wikidata=Q3217604" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanniontregorcommunaute-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Laval Agglomération", - "operator:wikidata=Q1808808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lavalagglomeration-2b4e4a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Le Foyer Notre-Dame des Sans-Abri", - "operator:wikidata=Q117811843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lefoyernotredamedessansabri-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Le Grand Narbonne", - "operator:wikidata=Q1809897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/legrandnarbonne-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Le Mans Métropole", - "operator:wikidata=Q744934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lemansmetropole-2b4e4a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Le Relais", - "operator:wikidata=Q16654240" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lerelais-59e4c1.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Le Relais 75" - ] - }, - "then": "./assets/data/nsi/logos/lerelais75-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Le Relais Atlantique" - ] - }, - "then": "./assets/data/nsi/logos/lerelaisatlantique-59e4c1.undefined" - }, { "if": { "and": [ @@ -53858,31 +33836,6 @@ }, "then": "./assets/data/nsi/logos/legerdesheils-fcd61b.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Les Alchimistes" - ] - }, - "then": "./assets/data/nsi/logos/lesalchimistes-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Les Petits Riens - Spullenhulp", - "operator:fr=Les Petits Riens", - "operator:nl=Spullenhulp", - "operator:wikidata=Q3234640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lespetitsriensspullenhulp-980be7.undefined" - }, { "if": { "and": [ @@ -53913,47 +33866,6 @@ }, "then": "./assets/data/nsi/logos/lidl-91c985.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Limasam" - ] - }, - "then": "./assets/data/nsi/logos/limasam-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Limburg.net" - ] - }, - "then": "./assets/data/nsi/logos/limburgnet-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Limoges Métropole", - "operator:wikidata=Q2986899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/limogesmetropole-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Linz AG Abfall" - ] - }, - "then": "./assets/data/nsi/logos/linzagabfall-7687b0.undefined" - }, { "if": { "and": [ @@ -53968,15 +33880,6 @@ }, "then": "./assets/data/nsi/logos/lipasam-49dabd.abd" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=LIPOR" - ] - }, - "then": "./assets/data/nsi/logos/lipor-e0974a.undefined" - }, { "if": { "and": [ @@ -53991,33 +33894,6 @@ }, "then": "./assets/data/nsi/logos/londonboroughofnewham-c49ed3.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Loop" - ] - }, - "then": "./assets/data/nsi/logos/loop-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Lorenz Wittmann GmbH" - ] - }, - "then": "./assets/data/nsi/logos/lorenzwittmanngmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Lüleburgaz Belediyesi" - ] - }, - "then": "./assets/data/nsi/logos/luleburgazbelediyesi-65a8bd.undefined" - }, { "if": { "and": [ @@ -54062,20 +33938,6 @@ }, "then": "./assets/data/nsi/logos/madrecoraje-49dabd.abd" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Mairie d'Evry", - "operator:wikidata=Q118843169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevry-f6a4bb.undefined" - }, { "if": { "and": [ @@ -54090,15 +33952,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-f6a4bb.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=MARE" - ] - }, - "then": "./assets/data/nsi/logos/mare-49dabd.undefined" - }, { "if": { "and": [ @@ -54115,30 +33968,6 @@ }, "then": "./assets/data/nsi/logos/mariongoodwillindustries-5e5980.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Marius Pedersen,a.s." - ] - }, - "then": "./assets/data/nsi/logos/mariuspedersenas-d6ea52.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Märkische Entsorgungsgesellschaft Brandenburg mbH", - "operator:short=MEBRA", - "operator:wikidata=Q130252447" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/markischeentsorgungsgesellschaftbrandenburgmbh-5a52cc.undefined" - }, { "if": { "and": [ @@ -54270,15 +34099,6 @@ }, "then": "./assets/data/nsi/logos/metropoleeuropeennedelille-da77aa.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Miejski Zakład Zieleni, Dróg i Ochrony Środowiska w Kołobrzegu Sp. z o.o." - ] - }, - "then": "./assets/data/nsi/logos/miejskizakladzielenidrogiochronysrodowiskawkolobrzeguspzoo-f1a5a5.undefined" - }, { "if": { "and": [ @@ -54293,15 +34113,6 @@ }, "then": "./assets/data/nsi/logos/migros-c59bef.bef" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Ministerio de Ambiente y Espacio Público" - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeambienteyespaciopublico-d0f14c.undefined" - }, { "if": { "and": [ @@ -54318,98 +34129,6 @@ }, "then": "./assets/data/nsi/logos/morganmemorialgoodwillindustries-bca807.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Morlaix Communauté", - "operator:wikidata=Q3324151" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/morlaixcommunaute-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Morrisons" - ] - }, - "then": "./assets/data/nsi/logos/morrisons-79fa96.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Morrisons Foundation" - ] - }, - "then": "./assets/data/nsi/logos/morrisonsfoundation-79fa96.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Movar" - ] - }, - "then": "./assets/data/nsi/logos/movar-43c9f4.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Municipalidad de Quilmes", - "operator:wikidata=Q828782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddequilmes-d0f14c.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Municipalidad de Roldán", - "operator:wikidata=Q7360617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidadderoldan-d0f14c.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Nantes Métropole", - "operator:wikidata=Q3335802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nantesmetropole-2b4e4a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Nausicaa" - ] - }, - "then": "./assets/data/nsi/logos/nausicaa-0f8417.undefined" - }, { "if": { "and": [ @@ -54424,15 +34143,6 @@ }, "then": "./assets/data/nsi/logos/newportcitycouncil-abb8e1.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Next Textiles Association" - ] - }, - "then": "./assets/data/nsi/logos/nexttextilesassociation-51667b.undefined" - }, { "if": { "and": [ @@ -54519,38 +34229,6 @@ }, "then": "./assets/data/nsi/logos/ohiovalleygoodwillindustries-82bc2d.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Oliobox" - ] - }, - "then": "./assets/data/nsi/logos/oliobox-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=OOO \"Прозрачный источник\"" - ] - }, - "then": "./assets/data/nsi/logos/fd4155-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Orléans Métropole", - "operator:wikidata=Q2986908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orleansmetropole-aa5dde.undefined" - }, { "if": { "and": [ @@ -54567,34 +34245,6 @@ }, "then": "./assets/data/nsi/logos/palmettogoodwill-66147f.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Paris Ouest La Défense", - "operator:wikidata=Q22249037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parisouestladefense-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Paris Terres d'Envol", - "operator:wikidata=Q22248415" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paristerresdenvol-f6a4bb.undefined" - }, { "if": { "and": [ @@ -54609,15 +34259,6 @@ }, "then": "./assets/data/nsi/logos/parishofsainthelier-ca1d6d.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Pirkan Putkikeräys Oy" - ] - }, - "then": "./assets/data/nsi/logos/pirkanputkikeraysoy-3e65e0.undefined" - }, { "if": { "and": [ @@ -54632,40 +34273,6 @@ }, "then": "./assets/data/nsi/logos/plainecommune-f6a4bb.jpg" }, - { - "if": { - "and": [ - "recycling_type=container", - "amenity=recycling", - "access=yes", - { - "or": [ - "operator=შპს „ბათუმის სანდასუფთავება“", - "operator:ka=შპს „ბათუმის სანდასუფთავება“", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c84fd6-edfb3b.undefined" - }, - { - "if": { - "and": [ - "recycling_type=container", - "amenity=recycling", - "access=yes", - { - "or": [ - "operator=შპს „თბილსერვის ჯგუფი“", - "operator:ka=შპს „თბილსერვის ჯგუფი“", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13d3ba-edfb3b.undefined" - }, { "if": { "and": [ @@ -54681,24 +34288,6 @@ }, "then": "./assets/data/nsi/logos/polskiczerwonykrzyz-f1a5a5.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Porsiete" - ] - }, - "then": "./assets/data/nsi/logos/porsiete-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Pranta de Reciclaxe da Mancomunidade de Concellos do Barbanza" - ] - }, - "then": "./assets/data/nsi/logos/prantadereciclaxedamancomunidadedeconcellosdobarbanza-49dabd.undefined" - }, { "if": { "and": [ @@ -54727,66 +34316,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldefortaleza-ccef4d.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=PreZero", - "operator:wikidata=Q2464062" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prezero-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Profittex GmbH" - ] - }, - "then": "./assets/data/nsi/logos/profittexgmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Provence-Alpes Agglomération", - "operator:wikidata=Q28496082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/provencealpesagglomeration-c4a3eb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Punto Seguro" - ] - }, - "then": "./assets/data/nsi/logos/puntoseguro-f39190.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=RAD", - "operator:wikidata=Q3925124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rad-fcd61b.undefined" - }, { "if": { "and": [ @@ -54801,38 +34330,6 @@ }, "then": "./assets/data/nsi/logos/ragnsellsas-ef3a0e.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=RCM-CORBEILLES2022-COM-ENV" - ] - }, - "then": "./assets/data/nsi/logos/rcmcorbeilles2022comenv-ce9522.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Rd4", - "operator:wikidata=Q2123799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rd4-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Recycom" - ] - }, - "then": "./assets/data/nsi/logos/recycom-e380cc.undefined" - }, { "if": { "and": [ @@ -54847,34 +34344,6 @@ }, "then": "./assets/data/nsi/logos/redbarnet-67373b.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Redon Agglomération", - "operator:wikidata=Q2989211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redonagglomeration-f5341b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Reinis", - "operator:wikidata=Q130392345" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reinis-fcd61b.undefined" - }, { "if": { "and": [ @@ -54917,90 +34386,6 @@ }, "then": "./assets/data/nsi/logos/rennesmetropole-cc247f.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=RER Group Romania" - ] - }, - "then": "./assets/data/nsi/logos/rergroupromania-4abcbd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Resíduos do Nordeste" - ] - }, - "then": "./assets/data/nsi/logos/residuosdonordeste-7f5683.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Resiestrela" - ] - }, - "then": "./assets/data/nsi/logos/resiestrela-6c6872.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Resinorte" - ] - }, - "then": "./assets/data/nsi/logos/resinorte-416028.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Retextil Recycling International" - ] - }, - "then": "./assets/data/nsi/logos/retextilrecyclinginternational-6737d9.undefined" - }, - { - "if": { - "and": [ - "recycling:beverage_cartons=yes", - "recycling:cans=yes", - "recycling:glass_bottles=yes", - "recycling_type=centre", - "amenity=recycling", - "recycling:plastic_bottles=yes", - { - "or": [ - "brand=Return-It", - "operator=Encorp Pacific", - "operator:type=private", - "operator:wikidata=Q47508504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/encorppacific-32c482.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Rhenus" - ] - }, - "then": "./assets/data/nsi/logos/rhenus-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Rhenus Logistics" - ] - }, - "then": "./assets/data/nsi/logos/rhenuslogistics-6737d9.undefined" - }, { "if": { "and": [ @@ -55015,15 +34400,6 @@ }, "then": "./assets/data/nsi/logos/rimi-3da616.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Roba Amiga" - ] - }, - "then": "./assets/data/nsi/logos/robaamiga-49dabd.undefined" - }, { "if": { "and": [ @@ -55038,34 +34414,6 @@ }, "then": "./assets/data/nsi/logos/rodezagglomeration-adf56a.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Roteb", - "operator:wikidata=Q2300888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roteb-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=ROVA", - "operator:wikidata=Q2733145" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rova-fcd61b.undefined" - }, { "if": { "and": [ @@ -55080,15 +34428,6 @@ }, "then": "./assets/data/nsi/logos/rsag-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=S.K.C. Textilrecycling KG" - ] - }, - "then": "./assets/data/nsi/logos/skctextilrecyclingkg-6737d9.undefined" - }, { "if": { "and": [ @@ -55103,52 +34442,6 @@ }, "then": "./assets/data/nsi/logos/sainsburys-79fa96.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Saint-Étienne Métropole", - "operator:wikidata=Q2986914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saintetiennemetropole-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SAKO", - "operator:wikidata=Q12050646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sako-778b5b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Salubritate 2000 S.A." - ] - }, - "then": "./assets/data/nsi/logos/salubritate2000sa-4abcbd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SBA" - ] - }, - "then": "./assets/data/nsi/logos/sba-51667b.undefined" - }, { "if": { "and": [ @@ -55163,21 +34456,6 @@ }, "then": "./assets/data/nsi/logos/schonmackersumweltdienstegmbhandcokg-15b788.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Schweriner Abfallentsorgungs- und Straßenreinigungsgesellschaft", - "operator:short=SAS", - "operator:wikidata=Q130252769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schwerinerabfallentsorgungsundstrassenreinigungsgesellschaft-3b4603.undefined" - }, { "if": { "and": [ @@ -55192,15 +34470,6 @@ }, "then": "./assets/data/nsi/logos/scope-79fa96.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SEA" - ] - }, - "then": "./assets/data/nsi/logos/sea-7392ed.undefined" - }, { "if": { "and": [ @@ -55231,157 +34500,6 @@ }, "then": "./assets/data/nsi/logos/seattleuniversity-0169dc.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Secretaria de Serviços Públicos" - ] - }, - "then": "./assets/data/nsi/logos/secretariadeservicospublicos-ade6e6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SEMOCTOM", - "operator:wikidata=Q92936093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/semoctom-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Serfim Recyclage" - ] - }, - "then": "./assets/data/nsi/logos/serfimrecyclage-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Serviços Intermunicipalizados de Águas e Resíduos" - ] - }, - "then": "./assets/data/nsi/logos/servicosintermunicipalizadosdeaguaseresiduos-bcce0d.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Šiaulių regiono atliekų tvarkymo centras" - ] - }, - "then": "./assets/data/nsi/logos/siauliuregionoatliekutvarkymocentras-cf4ebd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SICTOM de la zone de Lons-le-Saunier", - "operator:wikidata=Q92937465" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sictomdelazonedelonslesaunier-4092a6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SICTOM du Marsan", - "operator:wikidata=Q92937503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sictomdumarsan-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Sictom Pézenas Agde" - ] - }, - "then": "./assets/data/nsi/logos/sictompezenasagde-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SIEEOM Sud-Quercy" - ] - }, - "then": "./assets/data/nsi/logos/sieeomsudquercy-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SIETOM de Chalosse", - "operator:wikidata=Q92937579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sietomdechalosse-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Silim Environnement" - ] - }, - "then": "./assets/data/nsi/logos/silimenvironnement-719c36.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SIMAR" - ] - }, - "then": "./assets/data/nsi/logos/simar-bcce0d.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Siom" - ] - }, - "then": "./assets/data/nsi/logos/siom-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SIRCTOM", - "operator:wikidata=Q92937579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sirctom-51667b.undefined" - }, { "if": { "and": [ @@ -55396,29 +34514,6 @@ }, "then": "./assets/data/nsi/logos/siredom-f6a4bb.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SISTO", - "operator:wikidata=Q92936659" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sisto-2b4e4a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Sita Dectra" - ] - }, - "then": "./assets/data/nsi/logos/sitadectra-03cd48.undefined" - }, { "if": { "and": [ @@ -55461,15 +34556,6 @@ }, "then": "./assets/data/nsi/logos/sivalor-51667b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Služby města Český Krumlov s.r.o." - ] - }, - "then": "./assets/data/nsi/logos/sluzbymestaceskykrumlovsro-778b5b.undefined" - }, { "if": { "and": [ @@ -55512,65 +34598,6 @@ }, "then": "./assets/data/nsi/logos/smicval-a71053.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SMIRCTOM" - ] - }, - "then": "./assets/data/nsi/logos/smirctom-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Smitom-Lombric" - ] - }, - "then": "./assets/data/nsi/logos/smitomlombric-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Société Méditerranéenne de Nettoiement" - ] - }, - "then": "./assets/data/nsi/logos/societemediterraneennedenettoiement-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SOEX", - "operator:wikidata=Q1497749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soex-a3d9bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SOEX Recycling Germany GmbH" - ] - }, - "then": "./assets/data/nsi/logos/soexrecyclinggermanygmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Solidarité Textiles" - ] - }, - "then": "./assets/data/nsi/logos/solidaritetextiles-cc4bea.undefined" - }, { "if": { "and": [ @@ -55615,15 +34642,6 @@ }, "then": "./assets/data/nsi/logos/southernoregongoodwillindustries-d6f1b8.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=SP Textilverwertung" - ] - }, - "then": "./assets/data/nsi/logos/sptextilverwertung-6737d9.undefined" - }, { "if": { "and": [ @@ -55638,15 +34656,6 @@ }, "then": "./assets/data/nsi/logos/stadhalle-980be7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Stadswerk 072" - ] - }, - "then": "./assets/data/nsi/logos/stadswerk072-fcd61b.undefined" - }, { "if": { "and": [ @@ -55745,49 +34754,6 @@ }, "then": "./assets/data/nsi/logos/stadtwillich-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Stadtentsorgung Potsdam", - "operator:short=STEP", - "operator:wikidata=Q124417923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtentsorgungpotsdam-5a52cc.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Stadtfriedhof Göttingen", - "operator:wikidata=Q2327123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtfriedhofgottingen-7d4127.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Stadtreiniger Kassel", - "operator:wikidata=Q124417934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtreinigerkassel-95f31a.undefined" - }, { "if": { "and": [ @@ -55816,21 +34782,6 @@ }, "then": "./assets/data/nsi/logos/stadtreinigungleipzig-180c3d.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Stadtreinigungs-, Transport- und Baubetrieb Lüdenscheid", - "operator:short=STL", - "operator:wikidata=Q130252822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtreinigungstransportundbaubetriebludenscheid-15b788.undefined" - }, { "if": { "and": [ @@ -55860,29 +34811,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeerfurt-0723c2.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Stockholmshem", - "operator:wikidata=Q10680692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stockholmshem-43c9f4.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Subsecretaria de ambiente y espacio público" - ] - }, - "then": "./assets/data/nsi/logos/subsecretariadeambienteyespaciopublico-d0f14c.undefined" - }, { "if": { "and": [ @@ -55897,75 +34825,6 @@ }, "then": "./assets/data/nsi/logos/suez-b5f2f0.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Suez Rv Nord Est" - ] - }, - "then": "./assets/data/nsi/logos/suezrvnordest-250cdd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Suez Süd GmbH" - ] - }, - "then": "./assets/data/nsi/logos/suezsudgmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Suma" - ] - }, - "then": "./assets/data/nsi/logos/suma-416028.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Suomen Pakkauskierrätys Rinki", - "operator:wikidata=Q11886224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suomenpakkauskierratysrinki-3e65e0.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SYBERT", - "operator:wikidata=Q92947514" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sybert-4092a6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=SYDED du Lot", - "operator:wikidata=Q92947536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydeddulot-adf56a.undefined" - }, { "if": { "and": [ @@ -55983,103 +34842,6 @@ }, "then": "./assets/data/nsi/logos/sympany-fcd61b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Syndicat d'Elimination des Déchets de la Haute Lande" - ] - }, - "then": "./assets/data/nsi/logos/syndicatdeliminationdesdechetsdelahautelande-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat de Destruction des Ordures Ménagères de l'Ouest du Département de l'Eure", - "operator:short=SDOMODE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatdedestructiondesorduresmenageresdelouestdudepartementdeleure-cc4bea.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Syndicat de traitement des déchets du sud-est du Morbihan" - ] - }, - "then": "./assets/data/nsi/logos/syndicatdetraitementdesdechetsdusudestdumorbihan-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Syndicat de traitement des déchets du Sud-Est Morbihan" - ] - }, - "then": "./assets/data/nsi/logos/syndicatdetraitementdesdechetsdusudestmorbihan-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat de Valorisation des Déchets de la Corse", - "operator:short=SYVADEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatdevalorisationdesdechetsdelacorse-6cabf4.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Départemental pour l'Élimination des Déchets Ménagers et Assimilés de la Haute-Vienne", - "operator:short=SYDED" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatdepartementalpourleliminationdesdechetsmenagersetassimilesdelahautevienne-a71053.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Départemental pour l'Élimination des Déchets Ménagers et Assimilés du Lot", - "operator:short=SYDED" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatdepartementalpourleliminationdesdechetsmenagersetassimilesdulot-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Inter-Arrondissement de Valorisation et d'Elimination des Déchets 59", - "operator:short=SIAVED" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatinterarrondissementdevalorisationetdeliminationdesdechets59-da77aa.undefined" - }, { "if": { "and": [ @@ -56095,20 +34857,6 @@ }, "then": "./assets/data/nsi/logos/syndicatinterdepartementalmixtepourlequipementrural-a71053.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Martiniquais de Traitement et de Valorisation des Déchets", - "operator:short=SMTVD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmartiniquaisdetraitementetdevalorisationdesdechets-7046ba.undefined" - }, { "if": { "and": [ @@ -56124,48 +34872,6 @@ }, "then": "./assets/data/nsi/logos/syndicatmedocainpourlacollecteetletraitementdesorduresmenageres-a71053.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Mixte à Vocation Unique pour la Valorisation et l'Elimination des OM de Haute-Saône", - "operator:short=SYTEVOM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixteavocationuniquepourlavalorisationetleliminationdesomdehautesaone-4092a6.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat mixte d'élimination des déchets de l'arrondissement de Rouen", - "operator:wikidata=Q92939260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixtedeliminationdesdechetsdelarrondissementderouen-cc4bea.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Mixte de Valorisation des Ordures Ménagères Loir et Sarthe", - "operator:short=SYVALORM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixtedevalorisationdesorduresmenageresloiretsarthe-369532.undefined" - }, { "if": { "and": [ @@ -56196,171 +34902,6 @@ }, "then": "./assets/data/nsi/logos/syndicatmixtedudepartementdeloise-da77aa.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat Mixte du Point Fort", - "operator:wikidata=Q92943699" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixtedupointfort-cc4bea.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Syndicat mixte intercommunal de collecte et de traitement des ordures ménagères des Pays de Vilaine" - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixteintercommunaldecollecteetdetraitementdesorduresmenageresdespaysdevilaine-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Syndicat mixte intercommunal pour la collecte et le traitement des ordures ménagères Sud-Est 35" - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixteintercommunalpourlacollecteetletraitementdesorduresmenageressudest35-cc247f.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Syndicat mixte Nord Dauphiné", - "operator:short=SMND", - "operator:wikidata=Q92944939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syndicatmixtenorddauphine-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Szegedi Hulladékgazdálkodási Nonprofit Kft." - ] - }, - "then": "./assets/data/nsi/logos/szegedihulladekgazdalkodasinonprofitkft-b316be.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=TBS" - ] - }, - "then": "./assets/data/nsi/logos/tbs-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=team orange", - "operator:wikidata=Q124417978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teamorange-4fb837.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Team Sauberes Karlsruhe", - "operator:short=TSK", - "operator:wikidata=Q124417760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teamsaubereskarlsruhe-fd14c2.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Technische Betriebe Remscheid", - "operator:short=TBR", - "operator:wikidata=Q124417991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/technischebetrieberemscheid-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Technische Betriebe Velbert", - "operator:short=TBV", - "operator:wikidata=Q124418006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/technischebetriebevelbert-15b788.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Tekniska verken", - "operator:wikidata=Q113465906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tekniskaverken-43c9f4.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Tell-Tex" - ] - }, - "then": "./assets/data/nsi/logos/telltex-c59bef.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Terre" - ] - }, - "then": "./assets/data/nsi/logos/terre-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Terres du Lauragais" - ] - }, - "then": "./assets/data/nsi/logos/terresdulauragais-adf56a.undefined" - }, { "if": { "and": [ @@ -56375,100 +34916,6 @@ }, "then": "./assets/data/nsi/logos/tesco-91c985.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Texaid", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaid-488a54.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "recycling:clothes=yes", - "recycling:shoes=yes", - { - "or": [ - "operator=TEXAID Austria", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaidaustria-2e00cf.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "recycling:clothes=yes", - "recycling:shoes=yes", - { - "or": [ - "operator=TEXAID Bulgaria", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaidbulgaria-f11175.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "recycling:clothes=yes", - "recycling:shoes=yes", - { - "or": [ - "operator=TEXAID Collection GmbH", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaidcollectiongmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "recycling:clothes=yes", - "recycling:shoes=yes", - { - "or": [ - "operator=TEXAID Deutschland", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaiddeutschland-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "recycling:clothes=yes", - "recycling:shoes=yes", - { - "or": [ - "operator=TEXAID Hungaria", - "operator:wikidata=Q1395183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaidhungaria-b316be.undefined" - }, { "if": { "and": [ @@ -56485,20 +34932,6 @@ }, "then": "./assets/data/nsi/logos/texcycle-f11175.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Textileco", - "operator:wikidata=Q19602750" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/textileco-778b5b.undefined" - }, { "if": { "and": [ @@ -56513,15 +34946,6 @@ }, "then": "./assets/data/nsi/logos/thefirefighterscharity-79fa96.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Tibi" - ] - }, - "then": "./assets/data/nsi/logos/tibi-980be7.undefined" - }, { "if": { "and": [ @@ -56550,47 +34974,6 @@ }, "then": "./assets/data/nsi/logos/toursmetropolevaldeloire-aa5dde.dde" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Tremplin" - ] - }, - "then": "./assets/data/nsi/logos/tremplin-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Tribord Sarl" - ] - }, - "then": "./assets/data/nsi/logos/tribordsarl-f5341b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=TRIFYL Syndicat mixte départemental de valorisation des déchets ménagers et assimilés du Tarn" - ] - }, - "then": "./assets/data/nsi/logos/trifylsyndicatmixtedepartementaldevalorisationdesdechetsmenagersetassimilesdutarn-adf56a.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=TRIGONE", - "operator:wikidata=Q92940976" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trigone-adf56a.undefined" - }, { "if": { "and": [ @@ -56621,15 +35004,6 @@ }, "then": "./assets/data/nsi/logos/truenorthgoodwill-a13c05.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=TVO" - ] - }, - "then": "./assets/data/nsi/logos/tvo-964b6d.undefined" - }, { "if": { "and": [ @@ -56644,33 +35018,6 @@ }, "then": "./assets/data/nsi/logos/twentemilieu-fcd61b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=UFF" - ] - }, - "then": "./assets/data/nsi/logos/uff-2c67eb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=UIC" - ] - }, - "then": "./assets/data/nsi/logos/uic-92b0ce.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Ultriplo" - ] - }, - "then": "./assets/data/nsi/logos/ultriplo-416028.undefined" - }, { "if": { "and": [ @@ -56685,29 +35032,6 @@ }, "then": "./assets/data/nsi/logos/universityofcambridge-0288c7.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Urbarser" - ] - }, - "then": "./assets/data/nsi/logos/urbarser-49dabd.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Urola Erdiko Mankomunitatea", - "operator:wikidata=Q107556266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urolaerdikomankomunitatea-49dabd.undefined" - }, { "if": { "and": [ @@ -56736,24 +35060,6 @@ }, "then": "./assets/data/nsi/logos/usbbochum-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=UW Facilities" - ] - }, - "then": "./assets/data/nsi/logos/uwfacilities-0169dc.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=V.H.S. Europ" - ] - }, - "then": "./assets/data/nsi/logos/vhseurop-980be7.undefined" - }, { "if": { "and": [ @@ -56768,38 +35074,6 @@ }, "then": "./assets/data/nsi/logos/valenceromansagglo-51667b.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Valnor" - ] - }, - "then": "./assets/data/nsi/logos/valnor-234585.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Valorlis" - ] - }, - "then": "./assets/data/nsi/logos/valorlis-6dd39e.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Valorsul", - "operator:wikidata=Q10388967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valorsul-4e912d.undefined" - }, { "if": { "and": [ @@ -56814,20 +35088,6 @@ }, "then": "./assets/data/nsi/logos/veolia-451a3b.png" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Veolia", - "operator:wikidata=Q30292527" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veolia-79fa96.undefined" - }, { "if": { "and": [ @@ -56842,43 +35102,6 @@ }, "then": "./assets/data/nsi/logos/veoliaumweltservice-6737d9.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Versero GmbH" - ] - }, - "then": "./assets/data/nsi/logos/verserogmbh-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Vichy Communauté", - "operator:wikidata=Q28088238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vichycommunaute-51667b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Vienne Condrieu Agglomération", - "operator:wikidata=Q47618913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viennecondrieuagglomeration-51667b.undefined" - }, { "if": { "and": [ @@ -56893,66 +35116,6 @@ }, "then": "./assets/data/nsi/logos/villedegeneve-4d3bc7.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ville de Romainville", - "operator:wikidata=Q115918388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villederomainville-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Ville de Sevran", - "operator:wikidata=Q115908781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesevran-f6a4bb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Vlaams Internationaal Centrum", - "operator:wikidata=Q52383260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vlaamsinternationaalcentrum-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Vlaams Inzamel Centrum Textiel" - ] - }, - "then": "./assets/data/nsi/logos/vlaamsinzamelcentrumtextiel-980be7.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Waardlanden" - ] - }, - "then": "./assets/data/nsi/logos/waardlanden-fcd61b.undefined" - }, { "if": { "and": [ @@ -56969,33 +35132,6 @@ }, "then": "./assets/data/nsi/logos/wabashvalleygoodwillindustries-b90a9c.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Waste4Think" - ] - }, - "then": "./assets/data/nsi/logos/waste4think-e380cc.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Weisgerber Umweltservice" - ] - }, - "then": "./assets/data/nsi/logos/weisgerberumweltservice-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Wereld Missie Hulp" - ] - }, - "then": "./assets/data/nsi/logos/wereldmissiehulp-980be7.undefined" - }, { "if": { "and": [ @@ -57011,30 +35147,6 @@ }, "then": "./assets/data/nsi/logos/wirtschaftsbetriebeduisburg-15b788.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Wittmann" - ] - }, - "then": "./assets/data/nsi/logos/wittmann-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Wolfsburger Abfallwirtschaft und Straßenreinigung", - "operator:short=WAS", - "operator:wikidata=Q125577528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolfsburgerabfallwirtschaftundstrassenreinigung-6737d9.undefined" - }, { "if": { "and": [ @@ -57065,61 +35177,6 @@ }, "then": "./assets/data/nsi/logos/zagrebackiholding-39eeaa.svg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ZAKU" - ] - }, - "then": "./assets/data/nsi/logos/zaku-12fb31.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ZAW" - ] - }, - "then": "./assets/data/nsi/logos/zaw-6737d9.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=ZAW Donau-Wald", - "operator:wikidata=Q124418068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zawdonauwald-4fb837.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Zeeuwse ReinigingsDienst B.V." - ] - }, - "then": "./assets/data/nsi/logos/zeeuwsereinigingsdienstbv-fcd61b.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=ZKE", - "operator:wikidata=Q124418109" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zke-a97253.undefined" - }, { "if": { "and": [ @@ -57135,20 +35192,6 @@ }, "then": "./assets/data/nsi/logos/zweckverbandabfallwirtschaftregionhannover-7d4127.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - { - "or": [ - "operator=Zweckverband Abfallwirtschaft Region Trier", - "operator:wikidata=Q82980882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zweckverbandabfallwirtschaftregiontrier-886dbb.undefined" - }, { "if": { "and": [ @@ -57163,15 +35206,6 @@ }, "then": "./assets/data/nsi/logos/zweckverbandabfallwirtschaftstraubingstadtundland-4fb837.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Zweckverband für Abfallbeseitigung Iserlohn" - ] - }, - "then": "./assets/data/nsi/logos/zweckverbandfurabfallbeseitigungiserlohn-15b788.undefined" - }, { "if": { "and": [ @@ -57186,33 +35220,6 @@ }, "then": "./assets/data/nsi/logos/zweckverbandfurabfallwirtschaftkempten-4fb837.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=АРТИКА СИТИ" - ] - }, - "then": "./assets/data/nsi/logos/48cffe-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=БЕЛВТИ" - ] - }, - "then": "./assets/data/nsi/logos/274478-8e4ebb.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=БЕЛГИПС-ЭКО" - ] - }, - "then": "./assets/data/nsi/logos/6265fe-8e4ebb.undefined" - }, { "if": { "and": [ @@ -57241,15 +35248,6 @@ }, "then": "./assets/data/nsi/logos/9906a9-f11175.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Втормет" - ] - }, - "then": "./assets/data/nsi/logos/b8aefb-7bdc35.undefined" - }, { "if": { "and": [ @@ -57313,32 +35311,6 @@ }, "then": "./assets/data/nsi/logos/811117-c13e89.jpg" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ЖКХ г. Пинска" - ] - }, - "then": "./assets/data/nsi/logos/5a34cb-8e4ebb.undefined" - }, - { - "if": { - "and": [ - "recycling:clothes=yes", - "recycling:shoes=yes", - "recycling_type=container", - "amenity=recycling", - { - "or": [ - "operator=Зелений промінь", - "operator:wikidata=Q118153823" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77a2a5-c13e89.undefined" - }, { "if": { "and": [ @@ -57371,184 +35343,6 @@ }, "then": "./assets/data/nsi/logos/521c50-c13e89.png" }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Мегаполисресурс" - ] - }, - "then": "./assets/data/nsi/logos/d92cd2-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=МКМ Логистика" - ] - }, - "then": "./assets/data/nsi/logos/7a158b-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=МЭБОО \"Зелёный полюс\"" - ] - }, - "then": "./assets/data/nsi/logos/a14179-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ОАО \"Белвторресурсы\"" - ] - }, - "then": "./assets/data/nsi/logos/44a1a7-8e4ebb.undefined" - }, - { - "if": { - "and": [ - "recycling_type=container", - "amenity=recycling", - { - "or": [ - "operator=Одескомунтранс", - "operator:wikidata=Q123414399" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bfe7a1-c13e89.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ООО \"АМПК\"" - ] - }, - "then": "./assets/data/nsi/logos/7e78eb-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ООО \"Архангельский мусороперерабатывающий комбинат\"" - ] - }, - "then": "./assets/data/nsi/logos/8f7652-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ООО \"Созвездие\"" - ] - }, - "then": "./assets/data/nsi/logos/6f963b-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ООО «Спецтранс»" - ] - }, - "then": "./assets/data/nsi/logos/7d01b8-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=ООО «Уралтелеком-С»" - ] - }, - "then": "./assets/data/nsi/logos/473d2f-7bdc35.undefined" - }, - { - "if": { - "and": [ - "operator=ПП «Экогород»", - "recycling_type=container", - "amenity=recycling" - ] - }, - "then": "./assets/data/nsi/logos/783f33-c13e89.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Сбербанк" - ] - }, - "then": "./assets/data/nsi/logos/fdcab6-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Спецтранс" - ] - }, - "then": "./assets/data/nsi/logos/88f812-7bdc35.undefined" - }, - { - "if": { - "and": [ - "recycling:cooking_oil=yes", - "recycling_type=container", - "amenity=recycling", - { - "or": [ - "operator=УОН", - "operator:bg=УОН", - "operator:en=WON", - "operator:wikidata=Q129167135" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/won-f11175.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Чистое дело" - ] - }, - "then": "./assets/data/nsi/logos/110c7f-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Экобокс" - ] - }, - "then": "./assets/data/nsi/logos/89a4e1-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=Экотехпром" - ] - }, - "then": "./assets/data/nsi/logos/41e993-7bdc35.undefined" - }, - { - "if": { - "and": [ - "amenity=recycling", - "operator=松岡紙業株式会社" - ] - }, - "then": "./assets/data/nsi/logos/8d42e8-34949b.undefined" - }, { "if": { "and": [ @@ -57611,141 +35405,6 @@ }, "then": "./assets/data/nsi/logos/aberdeenshirecouncil-e10172.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abilene ISD", - "operator:type=public", - "operator:wikidata=Q4667766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abileneisd-d19570.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aborlan Central District", - "operator:type=government", - "operator:wikidata=Q130489506" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aborlancentraldistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aborlan East District", - "operator:type=government", - "operator:wikidata=Q130489507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aborlaneastdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abra De Ilog-Paluan District", - "operator:type=government", - "operator:wikidata=Q130489538" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abradeilogpaluandistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abucay District", - "operator:type=government", - "operator:wikidata=Q130489479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abucaydistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abulug District", - "operator:type=government", - "operator:wikidata=Q130489550" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abulugdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abuyog East District", - "operator:type=government", - "operator:wikidata=Q130491281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abuyogeastdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abuyog North District", - "operator:type=government", - "operator:wikidata=Q130491282" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abuyognorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Abuyog South District", - "operator:type=government", - "operator:wikidata=Q130491283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abuyogsouthdistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -57791,35 +35450,6 @@ }, "then": "./assets/data/nsi/logos/academytransformationtrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Acorn Education Trust", - "operator:type=private", - "operator:wikidata=Q122616117" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acorneducationtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=ACRA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acra-a410b3.undefined" - }, { "if": { "and": [ @@ -57835,50 +35465,6 @@ }, "then": "./assets/data/nsi/logos/acteducationdirectorate-2c901a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Adams 12 Five Star Schools", - "operator:type=public", - "operator:wikidata=Q4680292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adams12fivestarschools-64c3e7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Adams-Pagudpud District", - "operator:type=government", - "operator:wikidata=Q130489644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adamspagudpuddistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Administração Local do Estado", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/administracaolocaldoestado-ca2051.undefined" - }, { "if": { "and": [ @@ -57895,97 +35481,6 @@ }, "then": "./assets/data/nsi/logos/administracionnacionaldeeducationpublica-6176b9.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Advance Learning Partnership", - "operator:short=ALP", - "operator:type=private", - "operator:wikidata=Q122616508" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/advancelearningpartnership-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agder fylkeskommune", - "operator:type=government", - "operator:wikidata=Q100707270" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agderfylkeskommune-ee5f1f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aglipay District", - "operator:type=government", - "operator:wikidata=Q130489665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aglipaydistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agno District", - "operator:type=government", - "operator:wikidata=Q130489673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agnodistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agoncillo District", - "operator:type=government", - "operator:wikidata=Q130489697" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agoncillodistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agoo West District", - "operator:type=government", - "operator:wikidata=Q130489732" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agoowestdistrict-65a86f.undefined" - }, { "if": { "and": [ @@ -58091,21 +35586,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasdmariaii-a26df1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas D. Pedro IV", - "operator:type=public", - "operator:wikidata=Q131446683" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdpedroiv-bd750b.undefined" - }, { "if": { "and": [ @@ -58226,21 +35706,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasdecoronadoecastro-bd750b.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas de Coruche", - "operator:type=public", - "operator:wikidata=Q131446692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdecoruche-2166f0.undefined" - }, { "if": { "and": [ @@ -58376,36 +35841,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasdeportodemos-2a7235.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas de São Gonçalo", - "operator:type=public", - "operator:wikidata=Q131446702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdesaogoncalo-1f63fe.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas de Vagos", - "operator:type=public", - "operator:wikidata=Q131446703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdevagos-5c16da.undefined" - }, { "if": { "and": [ @@ -58451,21 +35886,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasdocadaval-1f63fe.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas do Concelho de Caminha", - "operator:type=public", - "operator:wikidata=Q131446707" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasdoconcelhodecaminha-3d7fba.undefined" - }, { "if": { "and": [ @@ -58481,21 +35901,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasdrmachadodematos-bd750b.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Fernando Pessoa", - "operator:type=public", - "operator:wikidata=Q131446709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasfernandopessoa-5c16da.undefined" - }, { "if": { "and": [ @@ -58526,81 +35931,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasgardunhaexisto-a9e355.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Grão Vasco", - "operator:type=public", - "operator:wikidata=Q131446712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasgraovasco-349a25.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Gualdim Pais", - "operator:type=public", - "operator:wikidata=Q131446713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasgualdimpais-2a7235.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Infante D. Henrique", - "operator:type=public", - "operator:wikidata=Q131446714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasinfantedhenrique-349a25.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Lapiás", - "operator:type=public", - "operator:wikidata=Q131446715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolaslapias-1f63fe.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Luís de Sttau Monteiro", - "operator:type=public", - "operator:wikidata=Q131446716" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolasluisdesttaumonteiro-1f63fe.undefined" - }, { "if": { "and": [ @@ -58631,21 +35961,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolaspadrejoaocoelhocabanita-9f50fa.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Agrupamento de Escolas Padre Vítor Melícias", - "operator:type=public", - "operator:wikidata=Q131446719" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agrupamentodeescolaspadrevitormelicias-1f63fe.undefined" - }, { "if": { "and": [ @@ -58766,51 +36081,6 @@ }, "then": "./assets/data/nsi/logos/agrupamentodeescolasviseunorte-349a25.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aguilar District", - "operator:type=government", - "operator:wikidata=Q130489675" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aguilardistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aguinaldo District", - "operator:type=government", - "operator:wikidata=Q130489752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aguinaldodistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ajuy District", - "operator:type=government", - "operator:wikidata=Q130489765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuydistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -58842,95 +36112,6 @@ }, "then": "./assets/data/nsi/logos/alachuacountypublicschools-e8bc2a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alamada East District", - "operator:type=government", - "operator:wikidata=Q130489811" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alamadaeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alamada West District", - "operator:type=government", - "operator:wikidata=Q130489812" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alamadawestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alaminos District", - "operator:type=government", - "operator:wikidata=Q130489852" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alaminosdistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alangalang I District", - "operator:type=government", - "operator:wikidata=Q130491284" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alangalangidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alangalang II District", - "operator:type=government", - "operator:wikidata=Q130491285" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alangalangiidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=alavi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alavi-49f3d2.undefined" - }, { "if": { "and": [ @@ -58962,66 +36143,6 @@ }, "then": "./assets/data/nsi/logos/albanycountyschooldistrict1-a56222.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Albay II District", - "operator:type=government", - "operator:wikidata=Q130489872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albayiidistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Albor District", - "operator:type=government", - "operator:wikidata=Q130489875" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albordistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Albuera North District", - "operator:type=government", - "operator:wikidata=Q130491286" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albueranorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Albuera South District", - "operator:type=government", - "operator:wikidata=Q130491287" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/albuerasouthdistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -59038,65 +36159,6 @@ }, "then": "./assets/data/nsi/logos/albuquerquepublicschools-2a40d4.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alcala District", - "operator:type=government", - "operator:wikidata=Q130489883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcaladistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alcala East District", - "operator:type=government", - "operator:wikidata=Q130489551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcalaeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alcaldia de Barranquilla", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcaldiadebarranquilla-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alcantara District", - "operator:type=government", - "operator:wikidata=Q130489912" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcantaradistrict-2eec9e.undefined" - }, { "if": { "and": [ @@ -59113,51 +36175,6 @@ }, "then": "./assets/data/nsi/logos/aldineindependentschooldistrict-d19570.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alegria District", - "operator:type=government", - "operator:wikidata=Q130489924" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alegriadistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aleosan East District", - "operator:type=government", - "operator:wikidata=Q130489813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aleosaneastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aleosan West District", - "operator:type=government", - "operator:wikidata=Q130489814" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aleosanwestdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -59204,82 +36221,6 @@ }, "then": "./assets/data/nsi/logos/alexandriacitypublicschools-3cf7e1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alfonso Castañeda District", - "operator:type=government", - "operator:wikidata=Q130489960" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alfonsocastanedadistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alfonso District", - "operator:type=government", - "operator:wikidata=Q130489975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alfonsodistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alfonso Lista District", - "operator:type=government", - "operator:wikidata=Q130489753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alfonsolistadistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alfonso Lista I District", - "operator:type=government", - "operator:wikidata=Q130489754" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alfonsolistaidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Algoma District School Board", - "operator:short=ADSB", - "operator:type=public", - "operator:wikidata=Q4724295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/algomadistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -59328,21 +36269,6 @@ }, "then": "./assets/data/nsi/logos/alhambraunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aliaga District", - "operator:type=government", - "operator:wikidata=Q130489996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aliagadistrict-9b2be9.undefined" - }, { "if": { "and": [ @@ -59359,81 +36285,6 @@ }, "then": "./assets/data/nsi/logos/aliceindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alicia District", - "operator:type=government", - "operator:wikidata=Q130490024" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aliciadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alicia District", - "operator:type=government", - "operator:wikidata=Q130490061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aliciadistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alicia East District", - "operator:type=government", - "operator:wikidata=Q130490077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aliciaeastdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alicia North District", - "operator:type=government", - "operator:wikidata=Q130490078" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alicianorthdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alicia South District", - "operator:type=government", - "operator:wikidata=Q130490079" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aliciasouthdistrict-7a13d1.undefined" - }, { "if": { "and": [ @@ -59450,200 +36301,6 @@ }, "then": "./assets/data/nsi/logos/aliefindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alilem-Sugpon District", - "operator:type=government", - "operator:wikidata=Q130490113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alilemsugpondistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alimodian I District", - "operator:type=government", - "operator:wikidata=Q130489766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alimodianidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alimodian II District", - "operator:type=government", - "operator:wikidata=Q130489767" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alimodianiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=All Saints Schools Trust", - "operator:short=ASST", - "operator:type=private", - "operator:wikidata=Q122616544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allsaintsschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Allacapan North District", - "operator:type=government", - "operator:wikidata=Q130489552" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allacapannorthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Allacapan South District", - "operator:type=government", - "operator:wikidata=Q130489553" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allacapansouthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Allen District", - "operator:type=government", - "operator:wikidata=Q130490173" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/allendistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Almagro District", - "operator:type=government", - "operator:wikidata=Q130490206" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/almagrodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Almeerse Scholen Groep", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/almeersescholengroep-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Almeria District", - "operator:type=government", - "operator:wikidata=Q130490145" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/almeriadistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aloguinsan District", - "operator:type=government", - "operator:wikidata=Q130489925" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aloguinsandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aloran District", - "operator:type=government", - "operator:wikidata=Q130490154" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alorandistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aloysius Stichting", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aloysiusstichting-e21ec9.undefined" - }, { "if": { "and": [ @@ -59675,36 +36332,6 @@ }, "then": "./assets/data/nsi/logos/altakommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Altavas District", - "operator:type=government", - "operator:wikidata=Q130490134" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/altavasdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Alubijid District", - "operator:type=government", - "operator:wikidata=Q130490361" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alubijiddistrict-c61748.undefined" - }, { "if": { "and": [ @@ -59720,21 +36347,6 @@ }, "then": "./assets/data/nsi/logos/alverkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Amadeo District", - "operator:type=government", - "operator:wikidata=Q130489976" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amadeodistrict-966867.undefined" - }, { "if": { "and": [ @@ -59751,81 +36363,6 @@ }, "then": "./assets/data/nsi/logos/amarilloindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ambitions Academies Trust", - "operator:type=private", - "operator:wikidata=Q105555546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ambitionsacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ambray District", - "operator:type=government", - "operator:wikidata=Q130490405" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ambraydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Amlan District", - "operator:type=government", - "operator:wikidata=Q130490237" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amlandistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Amulung East District", - "operator:type=government", - "operator:wikidata=Q130489554" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amulungeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Amulung West District", - "operator:type=government", - "operator:wikidata=Q130489555" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amulungwestdistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -59858,125 +36395,6 @@ }, "then": "./assets/data/nsi/logos/anaheimunionhighschooldistrict-4ed216.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ananda Marga Pracaraka Samgha", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anandamargapracarakasamgha-224052.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anao-Aon District", - "operator:type=government", - "operator:wikidata=Q130490410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anaoaondistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anda District", - "operator:type=government", - "operator:wikidata=Q130490025" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/andadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anda District", - "operator:type=government", - "operator:wikidata=Q130489676" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/andadistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Angadanan District", - "operator:type=government", - "operator:wikidata=Q130490080" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angadanandistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Angadanan East District", - "operator:type=government", - "operator:wikidata=Q130490082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angadananeastdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Angadanan West District", - "operator:type=government", - "operator:wikidata=Q130490083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angadananwestdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Angat District", - "operator:type=government", - "operator:wikidata=Q130490273" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angatdistrict-08cb8f.undefined" - }, { "if": { "and": [ @@ -60007,36 +36425,6 @@ }, "then": "./assets/data/nsi/logos/anguscouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anilao District", - "operator:type=government", - "operator:wikidata=Q130489768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anilaodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anini-y District", - "operator:type=government", - "operator:wikidata=Q130490254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aniniydistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -60053,217 +36441,6 @@ }, "then": "./assets/data/nsi/logos/annarborpublicschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Antequera District", - "operator:type=government", - "operator:wikidata=Q130491320" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/antequeradistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Anthem Schools Trust", - "operator:type=private", - "operator:wikidata=Q122616245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anthemschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Antipas District", - "operator:type=government", - "operator:wikidata=Q130489815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/antipasdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Apalit District", - "operator:type=government", - "operator:wikidata=Q130490382" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/apalitdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aparri South Educational Zone District", - "operator:type=government", - "operator:wikidata=Q130489556" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aparrisoutheducationalzonedistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aparri West District", - "operator:type=government", - "operator:wikidata=Q130489557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aparriwestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Appleton Area School District", - "operator:short=AASD", - "operator:type=public", - "operator:wikidata=Q4781388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/appletonareaschooldistrict-ac5479.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aquinas Church of England Education Trust Limited", - "operator:type=private", - "operator:wikidata=Q122616171" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aquinaschurchofenglandeducationtrustlimited-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Araceli District", - "operator:type=government", - "operator:wikidata=Q130489508" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aracelidistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arakan East District", - "operator:type=government", - "operator:wikidata=Q130489816" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arakaneastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arakan North District", - "operator:type=government", - "operator:wikidata=Q130489817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arakannorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arakan West District", - "operator:type=government", - "operator:wikidata=Q130489818" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arakanwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arayat East District", - "operator:type=government", - "operator:wikidata=Q130490383" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arayateastdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arayat West District", - "operator:type=government", - "operator:wikidata=Q130490384" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arayatwestdistrict-b17b76.undefined" - }, { "if": { "and": [ @@ -60340,36 +36517,6 @@ }, "then": "./assets/data/nsi/logos/arendalkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Argao I District", - "operator:type=government", - "operator:wikidata=Q130489926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/argaoidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Argao II District", - "operator:type=government", - "operator:wikidata=Q130489927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/argaoiidistrict-7153a9.undefined" - }, { "if": { "and": [ @@ -60385,51 +36532,6 @@ }, "then": "./assets/data/nsi/logos/argyllandbutecouncil-7782f9.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aringay District", - "operator:type=government", - "operator:wikidata=Q130489733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aringaydistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aritao East District", - "operator:type=government", - "operator:wikidata=Q130489961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aritaoeastdistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aritao West District", - "operator:type=government", - "operator:wikidata=Q130489962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aritaowestdistrict-4b8703.undefined" - }, { "if": { "and": [ @@ -60508,111 +36610,6 @@ }, "then": "./assets/data/nsi/logos/arlingtonpublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aromar District", - "operator:type=government", - "operator:wikidata=Q130490458" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aromardistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aroroy East District", - "operator:type=government", - "operator:wikidata=Q130490331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aroroyeastdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aroroy West District", - "operator:type=government", - "operator:wikidata=Q130490333" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aroroywestdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Arteche District", - "operator:type=government", - "operator:wikidata=Q130490307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/artechedistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asingan I District", - "operator:type=government", - "operator:wikidata=Q130489884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asinganidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asingan II District", - "operator:type=government", - "operator:wikidata=Q130489885" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asinganiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asipulo District", - "operator:type=government", - "operator:wikidata=Q130489755" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asipulodistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -60673,36 +36670,6 @@ }, "then": "./assets/data/nsi/logos/aspireacademytrust-5dac27.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asset Education", - "operator:type=private", - "operator:wikidata=Q122616350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asseteducation-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aston Community Education Trust", - "operator:type=private", - "operator:wikidata=Q122616191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/astoncommunityeducationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -60718,36 +36685,6 @@ }, "then": "./assets/data/nsi/logos/astreaacademytrust-26e9df.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asturias District", - "operator:type=government", - "operator:wikidata=Q130489928" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asturiasdistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Asuncion District", - "operator:type=government", - "operator:wikidata=Q130490297" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asunciondistrict-6195b7.undefined" - }, { "if": { "and": [ @@ -60764,95 +36701,6 @@ }, "then": "./assets/data/nsi/logos/atascaderounifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Atimonan District", - "operator:type=government", - "operator:wikidata=Q130490529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atimonandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Atlant Basisonderwijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atlantbasisonderwijs-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Atok District", - "operator:type=government", - "operator:wikidata=Q130490445" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atokdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aurora District", - "operator:type=government", - "operator:wikidata=Q130490084" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/auroradistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aurora East District", - "operator:type=government", - "operator:wikidata=Q130490565" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/auroraeastdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Aurora West District", - "operator:type=government", - "operator:wikidata=Q130490566" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aurorawestdistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -60900,36 +36748,6 @@ }, "then": "./assets/data/nsi/logos/avonmaitlanddistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ayala District", - "operator:type=government", - "operator:wikidata=Q130490519" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayaladistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ayungon District", - "operator:type=government", - "operator:wikidata=Q130490238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayungondistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -60946,366 +36764,6 @@ }, "then": "./assets/data/nsi/logos/azusaunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baao District", - "operator:type=government", - "operator:wikidata=Q130490464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baaodistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baay-Licuan District", - "operator:type=government", - "operator:wikidata=Q130490423" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baaylicuandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Babak District", - "operator:type=government", - "operator:wikidata=Q130490498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/babakdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Babatngon District", - "operator:type=government", - "operator:wikidata=Q130491288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/babatngondistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacacay East District", - "operator:type=government", - "operator:wikidata=Q130490434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacacayeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacacay South District", - "operator:type=government", - "operator:wikidata=Q130491354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacacaysouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacacay West District", - "operator:type=government", - "operator:wikidata=Q130490435" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacacaywestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacarra I District", - "operator:type=government", - "operator:wikidata=Q130489645" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacarraidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacarra II District", - "operator:type=government", - "operator:wikidata=Q130489646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacarraiidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baclayon District", - "operator:type=government", - "operator:wikidata=Q130490026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baclayondistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacnotan District", - "operator:type=government", - "operator:wikidata=Q130489734" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacnotandistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baco District", - "operator:type=government", - "operator:wikidata=Q130490632" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacodistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacolod District", - "operator:type=government", - "operator:wikidata=Q130490501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacoloddistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacolor District", - "operator:type=government", - "operator:wikidata=Q130490385" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacolordistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacon East District", - "operator:type=government", - "operator:wikidata=Q130490649" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baconeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacon West District", - "operator:type=government", - "operator:wikidata=Q130490650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baconwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacong District", - "operator:type=government", - "operator:wikidata=Q130490239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacongdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacoor I District", - "operator:type=government", - "operator:wikidata=Q130489977" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacooridistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacoor II District", - "operator:type=government", - "operator:wikidata=Q130489978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacooriidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacuag District", - "operator:type=government", - "operator:wikidata=Q130490411" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacuagdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bacungan District", - "operator:type=government", - "operator:wikidata=Q130490689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bacungandistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Badian District", - "operator:type=government", - "operator:wikidata=Q130489929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badiandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Badiangan District", - "operator:type=government", - "operator:wikidata=Q130489769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badiangandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Badoc District", - "operator:type=government", - "operator:wikidata=Q130489647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badocdistrict-a465f5.undefined" - }, { "if": { "and": [ @@ -61321,336 +36779,6 @@ }, "then": "./assets/data/nsi/logos/baerumkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bagabag District", - "operator:type=government", - "operator:wikidata=Q130489963" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bagabagdistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baganga North District", - "operator:type=government", - "operator:wikidata=Q130490616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baganganorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baganga South District", - "operator:type=government", - "operator:wikidata=Q130490617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bagangasouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baggao East District", - "operator:type=government", - "operator:wikidata=Q130489558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baggaoeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baggao North District", - "operator:type=government", - "operator:wikidata=Q130489559" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baggaonorthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baggao South District", - "operator:type=government", - "operator:wikidata=Q130489561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baggaosouthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baggao West District", - "operator:type=government", - "operator:wikidata=Q130489562" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baggaowestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baguio District", - "operator:type=government", - "operator:wikidata=Q130490603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baguiodistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bagulin District", - "operator:type=government", - "operator:wikidata=Q130489735" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bagulindistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bagumbayan I District", - "operator:type=government", - "operator:wikidata=Q130490653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bagumbayanidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bagumbayan III District", - "operator:type=government", - "operator:wikidata=Q130490654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bagumbayaniiidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bakun District", - "operator:type=government", - "operator:wikidata=Q130490446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bakundistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balabac District", - "operator:type=government", - "operator:wikidata=Q130489509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balabacdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balamban I District", - "operator:type=government", - "operator:wikidata=Q130489930" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balambanidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balamban II District", - "operator:type=government", - "operator:wikidata=Q130489931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balambaniidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balangkayan District", - "operator:type=government", - "operator:wikidata=Q130490308" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balangkayandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balaoan District", - "operator:type=government", - "operator:wikidata=Q130489736" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balaoandistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balasan District", - "operator:type=government", - "operator:wikidata=Q130489770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balasandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balatan District", - "operator:type=government", - "operator:wikidata=Q130490465" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balatandistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balayan East District", - "operator:type=government", - "operator:wikidata=Q130489699" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balayaneastdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balayan West District", - "operator:type=government", - "operator:wikidata=Q130489700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balayanwestdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balbalan District", - "operator:type=government", - "operator:wikidata=Q130491434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balbalandistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -61667,201 +36795,6 @@ }, "then": "./assets/data/nsi/logos/baldwinparkunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baleno District", - "operator:type=government", - "operator:wikidata=Q130490334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balenodistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baler District", - "operator:type=government", - "operator:wikidata=Q130490596" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balerdistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balete District", - "operator:type=government", - "operator:wikidata=Q130490135" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baletedistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baliangao District", - "operator:type=government", - "operator:wikidata=Q130490155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baliangaodistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baliguian District", - "operator:type=government", - "operator:wikidata=Q130490690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baliguiandistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balilihan District", - "operator:type=government", - "operator:wikidata=Q130490027" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balilihandistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balingasag North District", - "operator:type=government", - "operator:wikidata=Q130490362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balingasagnorthdistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balingasag South District", - "operator:type=government", - "operator:wikidata=Q130490363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balingasagsouthdistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baliuag North District", - "operator:type=government", - "operator:wikidata=Q130490274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baliuagnorthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baliuag South District", - "operator:type=government", - "operator:wikidata=Q130490275" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baliuagsouthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ballesteros District", - "operator:type=government", - "operator:wikidata=Q130489563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ballesterosdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baloi East District", - "operator:type=government", - "operator:wikidata=Q130490502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baloieastdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baloi West District", - "operator:type=government", - "operator:wikidata=Q130490503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baloiwestdistrict-2e301f.undefined" - }, { "if": { "and": [ @@ -61893,471 +36826,6 @@ }, "then": "./assets/data/nsi/logos/baltimorecountypublicschools-41ceb1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balud North District", - "operator:type=government", - "operator:wikidata=Q130490335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baludnorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balud South District", - "operator:type=government", - "operator:wikidata=Q130490336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baludsouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Balungao District", - "operator:type=government", - "operator:wikidata=Q130489886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/balungaodistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bamban District", - "operator:type=government", - "operator:wikidata=Q130490666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bambandistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bambang District", - "operator:type=government", - "operator:wikidata=Q130489964" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bambangdistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banate District", - "operator:type=government", - "operator:wikidata=Q130489771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banatedistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banaue District", - "operator:type=government", - "operator:wikidata=Q130489757" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banauedistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banaybanay District", - "operator:type=government", - "operator:wikidata=Q130490624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banaybanaydistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banayoyo-Lidlidda-San Emilio District", - "operator:type=government", - "operator:wikidata=Q130490114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banayoyolidliddasanemiliodistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banga District", - "operator:type=government", - "operator:wikidata=Q130490136" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banga East District", - "operator:type=government", - "operator:wikidata=Q130491009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangaeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banga North District", - "operator:type=government", - "operator:wikidata=Q130491010" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banganorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banga South District", - "operator:type=government", - "operator:wikidata=Q130491011" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangasouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bangar District", - "operator:type=government", - "operator:wikidata=Q130489737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangardistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bangued East District", - "operator:type=government", - "operator:wikidata=Q130490424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banguedeastdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bangui District", - "operator:type=government", - "operator:wikidata=Q130489648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banguidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bani District", - "operator:type=government", - "operator:wikidata=Q130489678" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banisilan South District", - "operator:type=government", - "operator:wikidata=Q130489819" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/banisilansouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Banna District", - "operator:type=government", - "operator:wikidata=Q130489649" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bannadistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bansalan East District", - "operator:type=government", - "operator:wikidata=Q130490863" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bansalaneastdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bansalan West District", - "operator:type=government", - "operator:wikidata=Q130490864" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bansalanwestdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bansud District", - "operator:type=government", - "operator:wikidata=Q130490633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bansuddistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bantay District", - "operator:type=government", - "operator:wikidata=Q130490115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bantaydistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bantayan I District", - "operator:type=government", - "operator:wikidata=Q130489932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bantayanidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bantayan II District", - "operator:type=government", - "operator:wikidata=Q130489933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bantayaniidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barbaza District", - "operator:type=government", - "operator:wikidata=Q130490255" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barbazadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barcelona District", - "operator:type=government", - "operator:wikidata=Q130490883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barcelonadistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barcelona District", - "operator:type=government", - "operator:wikidata=Q130490989" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barcelonadistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barili I District", - "operator:type=government", - "operator:wikidata=Q130489934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bariliidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barili II District", - "operator:type=government", - "operator:wikidata=Q130489935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bariliiidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barlig District", - "operator:type=government", - "operator:wikidata=Q130490915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barligdistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -62373,291 +36841,6 @@ }, "then": "./assets/data/nsi/logos/barnsleymetropolitanboroughcouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barobo I District", - "operator:type=government", - "operator:wikidata=Q130491046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baroboidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barobo II District", - "operator:type=government", - "operator:wikidata=Q130491047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baroboiidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barotac Nuevo District", - "operator:type=government", - "operator:wikidata=Q130489772" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barotacnuevodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barotac Viejo District", - "operator:type=government", - "operator:wikidata=Q130489773" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barotacviejodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baroy District", - "operator:type=government", - "operator:wikidata=Q130490505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baroydistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bartow County School System", - "operator:type=public", - "operator:wikidata=Q111352361" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bartowcountyschoolsystem-159679.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barugo I District", - "operator:type=government", - "operator:wikidata=Q130489594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barugoidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Barugo II District", - "operator:type=government", - "operator:wikidata=Q130489595" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barugoiidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Basay (Sub-District)", - "operator:type=government", - "operator:wikidata=Q130490240" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/basaysubdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Basey I District", - "operator:type=government", - "operator:wikidata=Q130490207" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baseyidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Basey II District", - "operator:type=government", - "operator:wikidata=Q130490208" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baseyiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bashkia Tiranë", - "operator:type=government", - "operator:wikidata=Q13037436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bashkiatirane-3ac278.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Basista District", - "operator:type=government", - "operator:wikidata=Q130489679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/basistadistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Basud District", - "operator:type=government", - "operator:wikidata=Q130490811" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/basuddistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Batac I District", - "operator:type=government", - "operator:wikidata=Q130489650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batacidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Batad District", - "operator:type=government", - "operator:wikidata=Q130489774" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bataddistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Batan District", - "operator:type=government", - "operator:wikidata=Q130490137" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bataraza District I", - "operator:type=government", - "operator:wikidata=Q130489510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batarazadistricti-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bataraza District II", - "operator:type=government", - "operator:wikidata=Q130489511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batarazadistrictii-8f4cca.undefined" - }, { "if": { "and": [ @@ -62688,51 +36871,6 @@ }, "then": "./assets/data/nsi/logos/bathandnortheastsomersetcouncil-a0b0ec.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bato District", - "operator:type=government", - "operator:wikidata=Q130490466" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batodistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bato District", - "operator:type=government", - "operator:wikidata=Q130489596" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batodistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bato East District", - "operator:type=government", - "operator:wikidata=Q130490846" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batoeastdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -62749,425 +36887,6 @@ }, "then": "./assets/data/nsi/logos/battlegroundpublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Batuan District", - "operator:type=government", - "operator:wikidata=Q130490028" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batuandistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Batuan District", - "operator:type=government", - "operator:wikidata=Q130490337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/batuandistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauan District", - "operator:type=government", - "operator:wikidata=Q130489701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bauandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauang North District", - "operator:type=government", - "operator:wikidata=Q130489738" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bauangnorthdistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauang South District", - "operator:type=government", - "operator:wikidata=Q130489739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bauangsouthdistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauko District", - "operator:type=government", - "operator:wikidata=Q130490916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baukodistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauko I District", - "operator:type=government", - "operator:wikidata=Q130490917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baukoidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bauko II District", - "operator:type=government", - "operator:wikidata=Q130490918" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baukoiidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baungon District", - "operator:type=government", - "operator:wikidata=Q130490762" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baungondistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bautista District", - "operator:type=government", - "operator:wikidata=Q130489887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bautistadistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baxmal tuman xalq ta'limi boshqarmasi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baxmaltumanxalqtalimiboshqarmasi-934493.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bay District", - "operator:type=government", - "operator:wikidata=Q130489853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baydistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayambang I District", - "operator:type=government", - "operator:wikidata=Q130489680" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayambangidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayambang II District", - "operator:type=government", - "operator:wikidata=Q130489681" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayambangiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayawan East District", - "operator:type=government", - "operator:wikidata=Q130491382" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayawaneastdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayawan West District", - "operator:type=government", - "operator:wikidata=Q130491383" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayawanwestdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baybay I District", - "operator:type=government", - "operator:wikidata=Q130491384" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baybayidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baybay II District", - "operator:type=government", - "operator:wikidata=Q130490749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baybayiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baybay III District", - "operator:type=government", - "operator:wikidata=Q130490750" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baybayiiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baybay IV District", - "operator:type=government", - "operator:wikidata=Q130490751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baybayivdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Baylimango District", - "operator:type=government", - "operator:wikidata=Q130490884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/baylimangodistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayog District", - "operator:type=government", - "operator:wikidata=Q130490567" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayogdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayombong District", - "operator:type=government", - "operator:wikidata=Q130489965" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayombongdistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayugan Central District", - "operator:type=government", - "operator:wikidata=Q130491385" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayugancentraldistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayugan East District", - "operator:type=government", - "operator:wikidata=Q130490752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayuganeastdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayugan North District", - "operator:type=government", - "operator:wikidata=Q130490753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayugannorthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayugan South District", - "operator:type=government", - "operator:wikidata=Q130490754" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayugansouthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bayugan West District", - "operator:type=government", - "operator:wikidata=Q130490755" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayuganwestdistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -63200,21 +36919,6 @@ }, "then": "./assets/data/nsi/logos/beavertonschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Beckfoot Trust", - "operator:type=private", - "operator:wikidata=Q85746247" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beckfoottrust-7a837c.undefined" - }, { "if": { "and": [ @@ -63260,20 +36964,6 @@ }, "then": "./assets/data/nsi/logos/behordefurschuleundberufsbildung-964df5.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Behörde für Schule und Berufsbildung der Freien und Hansestadt Hamburg", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/behordefurschuleundberufsbildungderfreienundhansestadthamburg-964df5.undefined" - }, { "if": { "and": [ @@ -63321,22 +37011,6 @@ }, "then": "./assets/data/nsi/logos/bellflowerunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bellingham Public Schools", - "operator:short=BPS", - "operator:type=public", - "operator:wikidata=Q4884034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bellinghampublicschools-48f47a.undefined" - }, { "if": { "and": [ @@ -63353,21 +37027,6 @@ }, "then": "./assets/data/nsi/logos/bendlapineschools-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Benito Soliven District", - "operator:type=government", - "operator:wikidata=Q130490085" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/benitosolivendistrict-7a13d1.undefined" - }, { "if": { "and": [ @@ -63383,21 +37042,6 @@ }, "then": "./assets/data/nsi/logos/bergenkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Berkeley Unified School District", - "operator:type=public", - "operator:wikidata=Q4892125" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/berkeleyunifiedschooldistrict-ff98ff.undefined" - }, { "if": { "and": [ @@ -63445,21 +37089,6 @@ }, "then": "./assets/data/nsi/logos/berwynsouthschooldistrict100-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Besao District", - "operator:type=government", - "operator:wikidata=Q130490919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/besaodistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -63492,21 +37121,6 @@ }, "then": "./assets/data/nsi/logos/bethelschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bethlehem Area School District", - "operator:type=public", - "operator:wikidata=Q4898024" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bethlehemareaschooldistrict-664aaf.undefined" - }, { "if": { "and": [ @@ -63522,51 +37136,6 @@ }, "then": "./assets/data/nsi/logos/bezirksamtcharlottenburgwilmersdorfvonberlin-d52d16.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bezirksamt Friedrichshain-Kreuzberg von Berlin", - "operator:type=government", - "operator:wikidata=Q113461200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamtfriedrichshainkreuzbergvonberlin-d52d16.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bezirksamt Neukölln von Berlin", - "operator:type=government", - "operator:wikidata=Q113461196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamtneukollnvonberlin-d52d16.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bezirksamt Spandau von Berlin", - "operator:type=government", - "operator:wikidata=Q113468197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamtspandauvonberlin-d52d16.undefined" - }, { "if": { "and": [ @@ -63582,21 +37151,6 @@ }, "then": "./assets/data/nsi/logos/bezirksamtsteglitzzehlendorfvonberlin-d52d16.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bezirksamt Tempelhof-Schöneberg von Berlin", - "operator:type=government", - "operator:wikidata=Q113461188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bezirksamttempelhofschonebergvonberlin-d52d16.undefined" - }, { "if": { "and": [ @@ -63627,246 +37181,6 @@ }, "then": "./assets/data/nsi/logos/bielany-83282a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bien Unido District", - "operator:type=government", - "operator:wikidata=Q130490029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bienunidodistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bilar District", - "operator:type=government", - "operator:wikidata=Q130490030" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bilardistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Biliran District", - "operator:type=government", - "operator:wikidata=Q130490146" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bilirandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binalbagan I District", - "operator:type=government", - "operator:wikidata=Q130490927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binalbaganidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binalbagan II District", - "operator:type=government", - "operator:wikidata=Q130490928" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binalbaganiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binalonan I District", - "operator:type=government", - "operator:wikidata=Q130489888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binalonanidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binalonan II District", - "operator:type=government", - "operator:wikidata=Q130489889" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binalonaniidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Biñan District", - "operator:type=government", - "operator:wikidata=Q130489854" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binandistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binangonan I District", - "operator:type=government", - "operator:wikidata=Q130491407" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binangonanidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binangonan II District", - "operator:type=government", - "operator:wikidata=Q130491408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binangonaniidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binangonan III District", - "operator:type=government", - "operator:wikidata=Q130491409" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binangonaniiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bindoy District", - "operator:type=government", - "operator:wikidata=Q130490241" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bindoydistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bingawan District", - "operator:type=government", - "operator:wikidata=Q130489775" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bingawandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binmaley I District", - "operator:type=government", - "operator:wikidata=Q130489682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binmaleyidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binmaley II District", - "operator:type=government", - "operator:wikidata=Q130489683" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binmaleyiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Binugao District", - "operator:type=government", - "operator:wikidata=Q130490604" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/binugaodistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -63883,21 +37197,6 @@ }, "then": "./assets/data/nsi/logos/birdvilleindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Biri District", - "operator:type=government", - "operator:wikidata=Q130490174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biridistrict-a446cb.undefined" - }, { "if": { "and": [ @@ -63929,21 +37228,6 @@ }, "then": "./assets/data/nsi/logos/birminghamdiocesanmultiacademytrust-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bishop Bewick Catholic Education Trust", - "operator:type=private", - "operator:wikidata=Q121704456" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bishopbewickcatholiceducationtrust-26e9df.undefined" - }, { "if": { "and": [ @@ -63960,21 +37244,6 @@ }, "then": "./assets/data/nsi/logos/bishopchadwickcatholiceducationtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bishop Hogarth Catholic Education Trust", - "operator:type=private", - "operator:wikidata=Q121704458" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bishophogarthcatholiceducationtrust-26e9df.undefined" - }, { "if": { "and": [ @@ -63991,21 +37260,6 @@ }, "then": "./assets/data/nsi/logos/bishopwilkinsoncatholiceducationtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bislig District", - "operator:type=government", - "operator:wikidata=Q130491048" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bisligdistrict-d85311.undefined" - }, { "if": { "and": [ @@ -64097,21 +37351,6 @@ }, "then": "./assets/data/nsi/logos/blaenaugwentcountyboroughcouncil-3a6545.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Blessed Christopher Wharton Catholic Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616235" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blessedchristopherwhartoncatholicacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -64127,20 +37366,6 @@ }, "then": "./assets/data/nsi/logos/blessedpetersnowcatholicacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=BLICK op onderwijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blickoponderwijs-e21ec9.undefined" - }, { "if": { "and": [ @@ -64172,66 +37397,6 @@ }, "then": "./assets/data/nsi/logos/bmateducation-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Boac North District", - "operator:type=government", - "operator:wikidata=Q130490906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boacnorthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Boac South District", - "operator:type=government", - "operator:wikidata=Q130490907" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boacsouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bobon District", - "operator:type=government", - "operator:wikidata=Q130490175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bobondistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bocaue District", - "operator:type=government", - "operator:wikidata=Q130490276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bocauedistrict-08cb8f.undefined" - }, { "if": { "and": [ @@ -64247,21 +37412,6 @@ }, "then": "./assets/data/nsi/logos/bodokommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bogo I District", - "operator:type=government", - "operator:wikidata=Q130490758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bogoidistrict-115e0d.undefined" - }, { "if": { "and": [ @@ -64277,171 +37427,6 @@ }, "then": "./assets/data/nsi/logos/boiseschooldistrict-d7611a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bokod District", - "operator:type=government", - "operator:wikidata=Q130490447" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bokoddistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bolinao District", - "operator:type=government", - "operator:wikidata=Q130489684" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bolinaodistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Boljoon District", - "operator:type=government", - "operator:wikidata=Q130489936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boljoondistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bolton Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16952682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boltonmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bongabon District", - "operator:type=government", - "operator:wikidata=Q130489997" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bongabondistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bongabong North District", - "operator:type=government", - "operator:wikidata=Q130490634" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bongabongnorthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bongabong South District", - "operator:type=government", - "operator:wikidata=Q130491440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bongabongsouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bongao II District", - "operator:type=government", - "operator:wikidata=Q130491074" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bongaoiidistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bongao III District", - "operator:type=government", - "operator:wikidata=Q130491075" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bongaoiiidistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bonifacio East District", - "operator:type=government", - "operator:wikidata=Q130490158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonifacioeastdistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bonifacio West District", - "operator:type=government", - "operator:wikidata=Q130490159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bonifaciowestdistrict-bf560d.undefined" - }, { "if": { "and": [ @@ -64474,51 +37459,6 @@ }, "then": "./assets/data/nsi/logos/bonnevillejointschooldistrict-d7611a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bontoc District", - "operator:type=government", - "operator:wikidata=Q130490920" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bontocdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bontoc I District", - "operator:type=government", - "operator:wikidata=Q130491026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bontocidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bontoc II District", - "operator:type=government", - "operator:wikidata=Q130491027" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bontociidistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -64534,66 +37474,6 @@ }, "then": "./assets/data/nsi/logos/boonecountyschools-4e7bb3.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Borbon District", - "operator:type=government", - "operator:wikidata=Q130489937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/borbondistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Borongan East District", - "operator:type=government", - "operator:wikidata=Q130490759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boronganeastdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Borongan North District", - "operator:type=government", - "operator:wikidata=Q130490760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/borongannorthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Borongan South District", - "operator:type=government", - "operator:wikidata=Q130490761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/borongansouthdistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -64609,21 +37489,6 @@ }, "then": "./assets/data/nsi/logos/bossierparishschoolboard-8f61a8.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Boston District", - "operator:type=government", - "operator:wikidata=Q130490618" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bostondistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -64640,36 +37505,6 @@ }, "then": "./assets/data/nsi/logos/bostonpublicschools-be2584.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Botolan North District", - "operator:type=government", - "operator:wikidata=Q130491083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botolannorthdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Botolan South District", - "operator:type=government", - "operator:wikidata=Q130491084" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botolansouthdistrict-c557fb.undefined" - }, { "if": { "and": [ @@ -64685,21 +37520,6 @@ }, "then": "./assets/data/nsi/logos/bouldervalleyschooldistrict-64c3e7.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bourne Education Trust", - "operator:type=private", - "operator:wikidata=Q121704460" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bourneeducationtrust-26e9df.undefined" - }, { "if": { "and": [ @@ -64746,127 +37566,6 @@ }, "then": "./assets/data/nsi/logos/bracknellforestcouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bradford Diocesan Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616237" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bradforddiocesanacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bradgate Education Partnership", - "operator:type=private", - "operator:wikidata=Q122616462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bradgateeducationpartnership-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Brant Haldimand Norfolk Catholic District School Board", - "operator:short=BHNCDSB", - "operator:type=public", - "operator:wikidata=Q4957605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/branthaldimandnorfolkcatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Braulio Dujali District", - "operator:type=government", - "operator:wikidata=Q130490298" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brauliodujalidistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Brentwood Union Free School District", - "operator:type=public", - "operator:wikidata=Q106879815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brentwoodunionfreeschooldistrict-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bridge Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616531" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bridgeacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bridge Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bridgemultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bridgend County Borough Council", - "operator:type=government", - "operator:wikidata=Q4966533" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bridgendcountyboroughcouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -64928,66 +37627,6 @@ }, "then": "./assets/data/nsi/logos/brisbanecatholiceducation-37f40e.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bristol City Council", - "operator:type=government", - "operator:wikidata=Q16953796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bristolcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Broad Horizons Education Trust", - "operator:short=BHET", - "operator:type=private", - "operator:wikidata=Q122616312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/broadhorizonseducationtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Broeders van Liefde", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/broedersvanliefde-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Brooke's Point II District", - "operator:type=government", - "operator:wikidata=Q130489512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brookespointiidistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -65036,411 +37675,6 @@ }, "then": "./assets/data/nsi/logos/bryanindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bucay District", - "operator:type=government", - "operator:wikidata=Q130490425" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bucaydistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buckinghamshire Council", - "operator:type=government", - "operator:wikidata=Q65052846" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buckinghamshirecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista District", - "operator:type=government", - "operator:wikidata=Q130490031" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista District", - "operator:type=government", - "operator:wikidata=Q130490908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistadistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista District", - "operator:type=government", - "operator:wikidata=Q130490530" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistadistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista I District", - "operator:type=government", - "operator:wikidata=Q130490724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistaidistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista I District", - "operator:type=government", - "operator:wikidata=Q130490888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistaidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista II District", - "operator:type=government", - "operator:wikidata=Q130490889" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistaiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buenavista III District", - "operator:type=government", - "operator:wikidata=Q130490725" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buenavistaiiidistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bugallon I District", - "operator:type=government", - "operator:wikidata=Q130489685" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bugallonidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bugallon II District", - "operator:type=government", - "operator:wikidata=Q130489686" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bugalloniidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bugasong District", - "operator:type=government", - "operator:wikidata=Q130490256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bugasongdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buguey North District", - "operator:type=government", - "operator:wikidata=Q130489564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bugueynorthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buguey South District", - "operator:type=government", - "operator:wikidata=Q130489565" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bugueysouthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buguias District", - "operator:type=government", - "operator:wikidata=Q130490448" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buguiasdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buhangin District", - "operator:type=government", - "operator:wikidata=Q130490605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buhangindistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buhi District", - "operator:type=government", - "operator:wikidata=Q130491370" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buhidistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bula District", - "operator:type=government", - "operator:wikidata=Q130490467" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buladistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bulacan District", - "operator:type=government", - "operator:wikidata=Q130490277" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bulacandistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bulalacao District", - "operator:type=government", - "operator:wikidata=Q130490635" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bulalacaodistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bulan North District", - "operator:type=government", - "operator:wikidata=Q130490990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bulannorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bulan South District", - "operator:type=government", - "operator:wikidata=Q130490991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bulansouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bulusan District", - "operator:type=government", - "operator:wikidata=Q130490992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bulusandistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bunawan District", - "operator:type=government", - "operator:wikidata=Q130490606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bunawandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bunawan I District", - "operator:type=government", - "operator:wikidata=Q130491098" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bunawanidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burauen North District", - "operator:type=government", - "operator:wikidata=Q130489597" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burauennorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burauen South District", - "operator:type=government", - "operator:wikidata=Q130489598" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burauensouthdistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -65457,96 +37691,6 @@ }, "then": "./assets/data/nsi/logos/burbankunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burdeos District", - "operator:type=government", - "operator:wikidata=Q130490531" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burdeosdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burgos District", - "operator:type=government", - "operator:wikidata=Q130489651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burgosdistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burgos District", - "operator:type=government", - "operator:wikidata=Q130489687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burgosdistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burgos-San Esteban District", - "operator:type=government", - "operator:wikidata=Q130490116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burgossanestebandistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Burnaby Schools", - "operator:type=public", - "operator:wikidata=Q7432190" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burnabyschools-e17d3c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buruanga District", - "operator:type=government", - "operator:wikidata=Q130490138" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buruangadistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -65577,126 +37721,6 @@ }, "then": "./assets/data/nsi/logos/buskerudfylkeskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Bustos District", - "operator:type=government", - "operator:wikidata=Q130490278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bustosdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Busuanga District", - "operator:type=government", - "operator:wikidata=Q130489513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/busuangadistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Buug District", - "operator:type=government", - "operator:wikidata=Q130490062" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buugdistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caba District", - "operator:type=government", - "operator:wikidata=Q130489740" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabadistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabagan District", - "operator:type=government", - "operator:wikidata=Q130490086" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabagandistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabangan District", - "operator:type=government", - "operator:wikidata=Q130491085" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabangandistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabanglasan District", - "operator:type=government", - "operator:wikidata=Q130490764" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabanglasandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabarroguis District", - "operator:type=government", - "operator:wikidata=Q130489666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabarroguisdistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -65712,51 +37736,6 @@ }, "then": "./assets/data/nsi/logos/cabarruscountyschools-15bd72.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabatuan I District", - "operator:type=government", - "operator:wikidata=Q130489776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabatuanidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabatuan II District", - "operator:type=government", - "operator:wikidata=Q130489777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabatuaniidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabiao District", - "operator:type=government", - "operator:wikidata=Q130489998" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabiaodistrict-9b2be9.undefined" - }, { "if": { "and": [ @@ -65772,545 +37751,6 @@ }, "then": "./assets/data/nsi/logos/cabotlearningfederation-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabucgayan District", - "operator:type=government", - "operator:wikidata=Q130490147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabucgayandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabugao District", - "operator:type=government", - "operator:wikidata=Q130490117" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabugaodistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cabuyao District", - "operator:type=government", - "operator:wikidata=Q130489855" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cabuyaodistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caddo Parish School Board", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caddoparishschoolboard-8f61a8.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caerphilly County Borough Council", - "operator:type=government", - "operator:wikidata=Q5016926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caerphillycountyboroughcouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cagdianao District", - "operator:type=government", - "operator:wikidata=Q130489876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cagdianaodistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cagwait District", - "operator:type=government", - "operator:wikidata=Q130491049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cagwaitdistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caibiran District", - "operator:type=government", - "operator:wikidata=Q130490148" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caibirandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cainta I District", - "operator:type=government", - "operator:wikidata=Q130491410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caintaidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cainta II District", - "operator:type=government", - "operator:wikidata=Q130491411" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caintaiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cajidiocan-Magdiwang District", - "operator:type=government", - "operator:wikidata=Q130489913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cajidiocanmagdiwangdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calabanga District", - "operator:type=government", - "operator:wikidata=Q130490468" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calabangadistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calaca District", - "operator:type=government", - "operator:wikidata=Q130489702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calacadistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calamba District", - "operator:type=government", - "operator:wikidata=Q130490160" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calambadistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calanasan District", - "operator:type=government", - "operator:wikidata=Q130490737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calanasandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calapan East District", - "operator:type=government", - "operator:wikidata=Q130490799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calapaneastdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calapan South District", - "operator:type=government", - "operator:wikidata=Q130490800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calapansouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calapan West District", - "operator:type=government", - "operator:wikidata=Q130490801" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calapanwestdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calape District", - "operator:type=government", - "operator:wikidata=Q130490032" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calapedistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calasiao I District", - "operator:type=government", - "operator:wikidata=Q130491289" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calasiaoidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calasiao II District", - "operator:type=government", - "operator:wikidata=Q130491290" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calasiaoiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calatagan District", - "operator:type=government", - "operator:wikidata=Q130489703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calatagandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calatrava I District", - "operator:type=government", - "operator:wikidata=Q130490929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calatravaidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calatrava II District", - "operator:type=government", - "operator:wikidata=Q130490930" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calatravaiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calauag East District", - "operator:type=government", - "operator:wikidata=Q130490532" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calauageastdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calauag West District", - "operator:type=government", - "operator:wikidata=Q130490533" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calauagwestdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calauan District", - "operator:type=government", - "operator:wikidata=Q130489856" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calauandistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calayan West District", - "operator:type=government", - "operator:wikidata=Q130489567" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calayanwestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbayog District I", - "operator:type=government", - "operator:wikidata=Q130490802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogdistricti-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbayog District II", - "operator:type=government", - "operator:wikidata=Q130490803" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogdistrictii-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbayog District III", - "operator:type=government", - "operator:wikidata=Q130490804" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogdistrictiii-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbayog District IV", - "operator:type=government", - "operator:wikidata=Q130490805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogdistrictiv-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbayog District V", - "operator:type=government", - "operator:wikidata=Q130490806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogdistrictv-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calbiga District", - "operator:type=government", - "operator:wikidata=Q130490209" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbigadistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calderdale Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16985873" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calderdalemetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calgary Board of Education", - "operator:type=public", - "operator:wikidata=Q5019632" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calgaryboardofeducation-59fa08.undefined" - }, { "if": { "and": [ @@ -66327,231 +37767,6 @@ }, "then": "./assets/data/nsi/logos/calgarycatholicschooldistrict-59fa08.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calinan District", - "operator:type=government", - "operator:wikidata=Q130490607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calinandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calinog I District", - "operator:type=government", - "operator:wikidata=Q130489778" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calinogidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calinog II District", - "operator:type=government", - "operator:wikidata=Q130489779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calinogiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calintaan District", - "operator:type=government", - "operator:wikidata=Q130489539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calintaandistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caloocan North I District", - "operator:type=government", - "operator:wikidata=Q130490459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caloocannorthidistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caloocan North II District", - "operator:type=government", - "operator:wikidata=Q130490460" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caloocannorthiidistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caloocan North III District", - "operator:type=government", - "operator:wikidata=Q130490461" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caloocannorthiiidistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caloocan North IV District", - "operator:type=government", - "operator:wikidata=Q130490462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caloocannorthivdistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calubian North District", - "operator:type=government", - "operator:wikidata=Q130489599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calubiannorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calubian South District", - "operator:type=government", - "operator:wikidata=Q130489600" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calubiansouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Calumpit District", - "operator:type=government", - "operator:wikidata=Q130490279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calumpitdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caluya District", - "operator:type=government", - "operator:wikidata=Q130490257" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caluyadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Camalaniugan District", - "operator:type=government", - "operator:wikidata=Q130489568" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camalaniugandistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Camalig North District", - "operator:type=government", - "operator:wikidata=Q130491355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camalignorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Camalig South District", - "operator:type=government", - "operator:wikidata=Q130491356" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camaligsouthdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -66583,217 +37798,6 @@ }, "then": "./assets/data/nsi/logos/cambridgeshirecountycouncil-00e0d0.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Camiling East District", - "operator:type=government", - "operator:wikidata=Q130490667" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camilingeastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Camiling West District", - "operator:type=government", - "operator:wikidata=Q130490668" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camilingwestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Campbell County School District Number 1", - "operator:short=CCSD", - "operator:type=public", - "operator:wikidata=Q5028046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/campbellcountyschooldistrictnumber1-a56222.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Can-Avid District", - "operator:type=government", - "operator:wikidata=Q130490309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canaviddistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Canaman District", - "operator:type=government", - "operator:wikidata=Q130491424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canamandistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candaba East District", - "operator:type=government", - "operator:wikidata=Q130490386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candabaeastdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candaba West District", - "operator:type=government", - "operator:wikidata=Q130490387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candabawestdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candelaria District", - "operator:type=government", - "operator:wikidata=Q130491086" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candelariadistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candelaria East District", - "operator:type=government", - "operator:wikidata=Q130491426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candelariaeastdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candelaria West District", - "operator:type=government", - "operator:wikidata=Q130490534" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candelariawestdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candijay District", - "operator:type=government", - "operator:wikidata=Q130490033" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candijaydistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Candoni District", - "operator:type=government", - "operator:wikidata=Q130490931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/candonidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Canlaon City District", - "operator:type=government", - "operator:wikidata=Q130490242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canlaoncitydistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cantilan I District", - "operator:type=government", - "operator:wikidata=Q130491051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cantilanidistrict-d85311.undefined" - }, { "if": { "and": [ @@ -66809,66 +37813,6 @@ }, "then": "./assets/data/nsi/logos/canyonisd-d19570.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caoayan District", - "operator:type=government", - "operator:wikidata=Q130490118" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caoayandistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Capalonga District", - "operator:type=government", - "operator:wikidata=Q130490812" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capalongadistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Capas East District", - "operator:type=government", - "operator:wikidata=Q130490669" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capaseastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Capas West District", - "operator:type=government", - "operator:wikidata=Q130490670" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capaswestdistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -66900,141 +37844,6 @@ }, "then": "./assets/data/nsi/logos/capitolregioneducationcouncil-547ddd.ddd" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Capoocan District", - "operator:type=government", - "operator:wikidata=Q130489601" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capoocandistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Capul District", - "operator:type=government", - "operator:wikidata=Q130490176" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capuldistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caraga North District", - "operator:type=government", - "operator:wikidata=Q130491429" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caraganorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caraga South District", - "operator:type=government", - "operator:wikidata=Q130491430" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caragasouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caramoan District", - "operator:type=government", - "operator:wikidata=Q130490469" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caramoandistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caramoran North District", - "operator:type=government", - "operator:wikidata=Q130490847" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caramorannorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Caramoran South District", - "operator:type=government", - "operator:wikidata=Q130490848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caramoransouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carcar I District", - "operator:type=government", - "operator:wikidata=Q130490844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carcaridistrict-115e0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carcar II District", - "operator:type=government", - "operator:wikidata=Q130490845" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carcariidistrict-115e0d.undefined" - }, { "if": { "and": [ @@ -67050,51 +37859,6 @@ }, "then": "./assets/data/nsi/logos/cardiffcouncil-8be5aa.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cardona District", - "operator:type=government", - "operator:wikidata=Q130491412" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cardonadistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carigara I District", - "operator:type=government", - "operator:wikidata=Q130489602" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carigaraidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carigara II District", - "operator:type=government", - "operator:wikidata=Q130489603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carigaraiidistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -67110,21 +37874,6 @@ }, "then": "./assets/data/nsi/logos/caritasosterreich-ab40eb.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carles District", - "operator:type=government", - "operator:wikidata=Q130489780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carlesdistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -67142,141 +37891,6 @@ }, "then": "./assets/data/nsi/logos/carmarthenshirecountycouncil-3a6545.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen District", - "operator:type=government", - "operator:wikidata=Q130490726" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmendistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen District", - "operator:type=government", - "operator:wikidata=Q130490034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmendistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen District", - "operator:type=government", - "operator:wikidata=Q130489938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmendistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen District", - "operator:type=government", - "operator:wikidata=Q130490299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmendistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen District", - "operator:type=government", - "operator:wikidata=Q130491052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmendistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen North District", - "operator:type=government", - "operator:wikidata=Q130489820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmennorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carmen South District", - "operator:type=government", - "operator:wikidata=Q130489821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carmensouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carranglan District", - "operator:type=government", - "operator:wikidata=Q130489999" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carranglandistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Carrascal District", - "operator:type=government", - "operator:wikidata=Q130491053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrascaldistrict-d85311.undefined" - }, { "if": { "and": [ @@ -67308,171 +37922,6 @@ }, "then": "./assets/data/nsi/logos/carthager9schooldistrict-9c7c62.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Casiguran District", - "operator:type=government", - "operator:wikidata=Q130490597" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/casigurandistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Casiguran District", - "operator:type=government", - "operator:wikidata=Q130490993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/casigurandistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Castilla East District", - "operator:type=government", - "operator:wikidata=Q130490994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/castillaeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Castilla West District", - "operator:type=government", - "operator:wikidata=Q130490995" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/castillawestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Castillejos District", - "operator:type=government", - "operator:wikidata=Q130491087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/castillejosdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cataingan East District", - "operator:type=government", - "operator:wikidata=Q130490338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catainganeastdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cataingan West District", - "operator:type=government", - "operator:wikidata=Q130490339" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catainganwestdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catanauan District", - "operator:type=government", - "operator:wikidata=Q130490535" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catanauandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catarman II District", - "operator:type=government", - "operator:wikidata=Q130490177" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catarmaniidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catarman III District", - "operator:type=government", - "operator:wikidata=Q130490178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catarmaniiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catarman IV District", - "operator:type=government", - "operator:wikidata=Q130490179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catarmanivdistrict-a446cb.undefined" - }, { "if": { "and": [ @@ -67488,51 +37937,6 @@ }, "then": "./assets/data/nsi/logos/catawbacountyschools-15bd72.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catbalogan I District", - "operator:type=government", - "operator:wikidata=Q130491391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catbaloganidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catbalogan IV District", - "operator:type=government", - "operator:wikidata=Q130491392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catbaloganivdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cateel II District", - "operator:type=government", - "operator:wikidata=Q130491431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cateeliidistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -67564,201 +37968,6 @@ }, "then": "./assets/data/nsi/logos/catholiceducationsandhurstlimited-1fc2f5.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catigbian District", - "operator:type=government", - "operator:wikidata=Q130490035" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catigbiandistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catmon District", - "operator:type=government", - "operator:wikidata=Q130489939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catmondistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catubig I District", - "operator:type=government", - "operator:wikidata=Q130490180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catubigidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Catubig II District", - "operator:type=government", - "operator:wikidata=Q130490181" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catubigiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan East District", - "operator:type=government", - "operator:wikidata=Q130491393" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayaneastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan I District", - "operator:type=government", - "operator:wikidata=Q130490932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayanidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan II District", - "operator:type=government", - "operator:wikidata=Q130490933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayaniidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan North District", - "operator:type=government", - "operator:wikidata=Q130491394" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayannorthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan Northeast District", - "operator:type=government", - "operator:wikidata=Q130491395" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayannortheastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cauayan West District", - "operator:type=government", - "operator:wikidata=Q130491396" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cauayanwestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cavinti District", - "operator:type=government", - "operator:wikidata=Q130489857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cavintidistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cawayan East District", - "operator:type=government", - "operator:wikidata=Q130490340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cawayaneastdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cawayan West District", - "operator:type=government", - "operator:wikidata=Q130490341" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cawayanwestdistrict-13aca4.undefined" - }, { "if": { "and": [ @@ -67775,22 +37984,6 @@ }, "then": "./assets/data/nsi/logos/cecilcountypublicschools-41ceb1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cedar Hill Independent School District", - "operator:short=CHISD", - "operator:type=public", - "operator:wikidata=Q16956228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cedarhillindependentschooldistrict-d19570.undefined" - }, { "if": { "and": [ @@ -67807,20 +38000,6 @@ }, "then": "./assets/data/nsi/logos/cedarrapidscommunityschooldistrict-6e0541.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=CEIST", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceist-1a051e.undefined" - }, { "if": { "and": [ @@ -67869,36 +38048,6 @@ }, "then": "./assets/data/nsi/logos/centennialschooldistrict-664aaf.aaf" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central Bedfordshire Council", - "operator:type=government", - "operator:wikidata=Q16986562" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralbedfordshirecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central Butuan District I", - "operator:type=government", - "operator:wikidata=Q130490790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralbutuandistricti-354e76.undefined" - }, { "if": { "and": [ @@ -67914,51 +38063,6 @@ }, "then": "./assets/data/nsi/logos/centralcommunityunitschooldistrict301-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central District", - "operator:type=government", - "operator:wikidata=Q130491272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centraldistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central District", - "operator:type=government", - "operator:wikidata=Q130496521" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centraldistrict-7a50de.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central Glan District", - "operator:type=government", - "operator:wikidata=Q130490966" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralglandistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -67975,36 +38079,6 @@ }, "then": "./assets/data/nsi/logos/centralkitsapschooldistrict-48f47a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central Learning Partnership Trust", - "operator:type=private", - "operator:wikidata=Q122616243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrallearningpartnershiptrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Central Region Schools Trust", - "operator:type=private", - "operator:wikidata=Q122616309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralregionschoolstrust-7a837c.undefined" - }, { "if": { "and": [ @@ -68097,51 +38171,6 @@ }, "then": "./assets/data/nsi/logos/centredeservicesscolairedesdraveurs-d1e97c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ceredigion County Council", - "operator:type=government", - "operator:wikidata=Q5064127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceredigioncountycouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ceres Unified School District", - "operator:type=public", - "operator:wikidata=Q5064204" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ceresunifiedschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cervantes-Quirino District", - "operator:type=government", - "operator:wikidata=Q130490119" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cervantesquirinodistrict-eb7dba.undefined" - }, { "if": { "and": [ @@ -68174,22 +38203,6 @@ }, "then": "./assets/data/nsi/logos/charlottemecklenburgschools-15bd72.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cherokee County School District", - "operator:short=CCSD", - "operator:type=public", - "operator:wikidata=Q5092140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cherokeecountyschooldistrict-159679.undefined" - }, { "if": { "and": [ @@ -68236,67 +38249,6 @@ }, "then": "./assets/data/nsi/logos/cherrycreekschooldistrict-64c3e7.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cheshire East Council", - "operator:type=government", - "operator:wikidata=Q16829355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cheshireeastcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cheshire West and Chester Council", - "operator:type=government", - "operator:wikidata=Q16829360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cheshirewestandchestercouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Chester Diocesan Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616246" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chesterdiocesanacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Chicago Heights School District 170", - "operator:short=CHSD170", - "operator:type=public", - "operator:wikidata=Q107645994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chicagoheightsschooldistrict170-6d6198.undefined" - }, { "if": { "and": [ @@ -68313,21 +38265,6 @@ }, "then": "./assets/data/nsi/logos/chicagopublicschools-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Chiltern Learning Trust", - "operator:type=private", - "operator:wikidata=Q122616247" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chilternlearningtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -68360,22 +38297,6 @@ }, "then": "./assets/data/nsi/logos/chinovalleyunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Chula Vista Elementary School District", - "operator:short=CVESD", - "operator:type=public", - "operator:wikidata=Q5116087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chulavistaelementaryschooldistrict-ff98ff.undefined" - }, { "if": { "and": [ @@ -68391,36 +38312,6 @@ }, "then": "./assets/data/nsi/logos/churchofengland-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Church of Ireland", - "operator:type=religious", - "operator:wikidata=Q875668" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/churchofireland-1a051e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Church of Uganda", - "operator:type=religious", - "operator:wikidata=Q1723759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/churchofuganda-74bde0.undefined" - }, { "if": { "and": [ @@ -68483,21 +38374,6 @@ }, "then": "./assets/data/nsi/logos/cityandcountyofswanseacouncil-3a6545.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=City of Bradford Metropolitan District Council", - "operator:type=government", - "operator:wikidata=Q16953331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbradfordmetropolitandistrictcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -68528,21 +38404,6 @@ }, "then": "./assets/data/nsi/logos/cityoflondon-657027.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=City of London Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616249" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflondonacademiestrust-7a837c.undefined" - }, { "if": { "and": [ @@ -68573,21 +38434,6 @@ }, "then": "./assets/data/nsi/logos/cityofwolverhamptoncouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=City of York Council", - "operator:type=government", - "operator:wikidata=Q17059453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofyorkcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -68603,51 +38449,6 @@ }, "then": "./assets/data/nsi/logos/clackmannanshirecouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Clarin District", - "operator:type=government", - "operator:wikidata=Q130490036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarindistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Clarin North District", - "operator:type=government", - "operator:wikidata=Q130490161" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarinnorthdistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Clarin South District", - "operator:type=government", - "operator:wikidata=Q130490162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarinsouthdistrict-bf560d.undefined" - }, { "if": { "and": [ @@ -68694,111 +38495,6 @@ }, "then": "./assets/data/nsi/logos/clarksvillemontgomerycountyschoolsystem-3799fa.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claver District", - "operator:type=government", - "operator:wikidata=Q130490412" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claverdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claveria East District", - "operator:type=government", - "operator:wikidata=Q130489569" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claveriaeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claveria I District", - "operator:type=government", - "operator:wikidata=Q130490364" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claveriaidistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claveria II District", - "operator:type=government", - "operator:wikidata=Q130490365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claveriaiidistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claveria North District", - "operator:type=government", - "operator:wikidata=Q130490342" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claverianorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Claveria South District", - "operator:type=government", - "operator:wikidata=Q130491349" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/claveriasouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cleburne Independent School District", - "operator:type=public", - "operator:wikidata=Q5131027" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cleburneindependentschooldistrict-d19570.undefined" - }, { "if": { "and": [ @@ -68815,36 +38511,6 @@ }, "then": "./assets/data/nsi/logos/cloverparkschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Coastal District", - "operator:type=government", - "operator:wikidata=Q130491375" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coastaldistrict-1a45a4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Coastal Learning Partnership", - "operator:type=private", - "operator:wikidata=Q122616359" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coastallearningpartnership-7a837c.undefined" - }, { "if": { "and": [ @@ -68877,20 +38543,6 @@ }, "then": "./assets/data/nsi/logos/coeurdalenepublicschools-d7611a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Colegio XXYY C.A", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/colegioxxyyca-337fa3.undefined" - }, { "if": { "and": [ @@ -68922,37 +38574,6 @@ }, "then": "./assets/data/nsi/logos/coltonjointunifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Columbia Public Schools", - "operator:short=CPS", - "operator:type=public", - "operator:wikidata=Q5149802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbiapublicschools-9c7c62.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Columbio II District", - "operator:type=government", - "operator:wikidata=Q130490655" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/columbioiidistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -68984,37 +38605,6 @@ }, "then": "./assets/data/nsi/logos/comhairlenaneileansiar-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Communauté de communes Jura Nord", - "operator:short=CC Jura Nord", - "operator:type=public", - "operator:wikidata=Q2987230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesjuranord-cafc08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Community Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communityacademiestrust-7a837c.undefined" - }, { "if": { "and": [ @@ -69109,36 +38699,6 @@ }, "then": "./assets/data/nsi/logos/communityunitschooldistrict200-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Compostela District", - "operator:type=government", - "operator:wikidata=Q130489940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/composteladistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Compostela District", - "operator:type=government", - "operator:wikidata=Q130491397" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/composteladistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -69185,110 +38745,6 @@ }, "then": "./assets/data/nsi/logos/comunidaddemadrid-dd65e5.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=CONALEP Estado de México", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conalepestadodemexico-784507.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Concepcion District", - "operator:type=government", - "operator:wikidata=Q130489781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concepciondistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Concepcion District", - "operator:type=government", - "operator:wikidata=Q130490163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concepciondistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Concepcion District", - "operator:type=government", - "operator:wikidata=Q130489914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concepciondistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Concepcion East District", - "operator:type=government", - "operator:wikidata=Q130490671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concepcioneastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Concepcion West District", - "operator:type=government", - "operator:wikidata=Q130490672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concepcionwestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Conner District", - "operator:type=government", - "operator:wikidata=Q130490738" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/connerdistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -69334,21 +38790,6 @@ }, "then": "./assets/data/nsi/logos/conseilscolairecatholiquedunouvelontario-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Conseil scolaire catholique MonAvenir", - "operator:type=public", - "operator:wikidata=Q648393" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conseilscolairecatholiquemonavenir-57bf82.undefined" - }, { "if": { "and": [ @@ -69454,21 +38895,6 @@ }, "then": "./assets/data/nsi/logos/conseilscolaireviamonde-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Consejería de Educación de la Junta de Castilla y León", - "operator:type=public", - "operator:wikidata=Q50332297" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consejeriadeeducaciondelajuntadecastillayleon-c1ff56.undefined" - }, { "if": { "and": [ @@ -69500,65 +38926,6 @@ }, "then": "./assets/data/nsi/logos/consejonacionaldefomentoeducativo-422367.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Conselleria d'Educació i Formació Professional, Govern de les Illes Balears", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conselleriadeducacioiformacioprofessionalgoverndelesillesbalears-c1ff56.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Consellería de Educación da Xunta de Galicia", - "operator:type=government", - "operator:wikidata=Q51109988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conselleriadeeducaciondaxuntadegalicia-c1ff56.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Consellería de Educación e Ordenación Universitaria", - "operator:type=government", - "operator:wikidata=Q8349961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conselleriadeeducacioneordenacionuniversitaria-c1ff56.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Consolacion District", - "operator:type=government", - "operator:wikidata=Q130489941" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolaciondistrict-7153a9.undefined" - }, { "if": { "and": [ @@ -69574,20 +38941,6 @@ }, "then": "./assets/data/nsi/logos/consolidatedschooldistrictofnewbritain-547ddd.ddd" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Consorci d'Educació de Barcelona", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consorcideducaciodebarcelona-08091b.undefined" - }, { "if": { "and": [ @@ -69603,49 +38956,6 @@ }, "then": "./assets/data/nsi/logos/consortiumtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Conway Public Schools", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conwaypublicschools-c3d23c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Conwy County Borough Council", - "operator:type=government", - "operator:wikidata=Q5166758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conwycountyboroughcouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cook County School District 130", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cookcountyschooldistrict130-6d6198.undefined" - }, { "if": { "and": [ @@ -69662,66 +38972,6 @@ }, "then": "./assets/data/nsi/logos/coppellindependentschooldistrict-d19570.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Corcuera District", - "operator:type=government", - "operator:wikidata=Q130489915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/corcueradistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cordon North District", - "operator:type=government", - "operator:wikidata=Q130490087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cordonnorthdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cordon South District", - "operator:type=government", - "operator:wikidata=Q130490088" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cordonsouthdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cordova District", - "operator:type=government", - "operator:wikidata=Q130489942" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cordovadistrict-7153a9.undefined" - }, { "if": { "and": [ @@ -69753,66 +39003,6 @@ }, "then": "./assets/data/nsi/logos/cornwalleducationlearningtrust-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Coron Coastal District", - "operator:type=government", - "operator:wikidata=Q130489514" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coroncoastaldistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Coron Inland District", - "operator:type=government", - "operator:wikidata=Q130489515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coroninlanddistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cortes District", - "operator:type=government", - "operator:wikidata=Q130490037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cortesdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cortes District", - "operator:type=government", - "operator:wikidata=Q130491054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cortesdistrict-d85311.undefined" - }, { "if": { "and": [ @@ -69829,36 +39019,6 @@ }, "then": "./assets/data/nsi/logos/corvallisschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Council of the Isles of Scilly", - "operator:type=government", - "operator:wikidata=Q28195166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/counciloftheislesofscilly-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Coventry City Council", - "operator:type=government", - "operator:wikidata=Q5179058" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coventrycitycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -69875,36 +39035,6 @@ }, "then": "./assets/data/nsi/logos/covinavalleyunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Creative Education Trust", - "operator:type=private", - "operator:wikidata=Q122616253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/creativeeducationtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Crofty Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/croftymultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -69921,81 +39051,6 @@ }, "then": "./assets/data/nsi/logos/crowleyindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cuartero District", - "operator:type=government", - "operator:wikidata=Q130490826" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuarterodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cuenca District", - "operator:type=government", - "operator:wikidata=Q130489704" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuencadistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Culaba District", - "operator:type=government", - "operator:wikidata=Q130490149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/culabadistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Culasi District", - "operator:type=government", - "operator:wikidata=Q130490258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/culasidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Culion District", - "operator:type=government", - "operator:wikidata=Q130489516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/culiondistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -70027,51 +39082,6 @@ }, "then": "./assets/data/nsi/logos/cumbriaeducationtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Curuan District", - "operator:type=government", - "operator:wikidata=Q130490520" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/curuandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cuyapo District", - "operator:type=government", - "operator:wikidata=Q130490000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuyapodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Cuyo District", - "operator:type=government", - "operator:wikidata=Q130489517" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuyodistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -70088,127 +39098,6 @@ }, "then": "./assets/data/nsi/logos/cypressfairbanksindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daanbantayan I District", - "operator:type=government", - "operator:wikidata=Q130489943" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daanbantayanidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daanbantayan II District", - "operator:type=government", - "operator:wikidata=Q130489944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daanbantayaniidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daet North District", - "operator:type=government", - "operator:wikidata=Q130490813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daetnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dagami North District", - "operator:type=government", - "operator:wikidata=Q130489604" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dagaminorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dagohoy District", - "operator:type=government", - "operator:wikidata=Q130490038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dagohoydistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dalaguete I District", - "operator:type=government", - "operator:wikidata=Q130489945" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dalagueteidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dalaguete II District", - "operator:type=government", - "operator:wikidata=Q130489946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dalagueteiidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dales Academies Trust", - "operator:short=Dales", - "operator:type=private", - "operator:wikidata=Q122616533" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dalesacademiestrust-7a837c.undefined" - }, { "if": { "and": [ @@ -70225,36 +39114,6 @@ }, "then": "./assets/data/nsi/logos/dallasindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Damulog District", - "operator:type=government", - "operator:wikidata=Q130490765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/damulogdistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Danao District", - "operator:type=government", - "operator:wikidata=Q130490039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/danaodistrict-604116.undefined" - }, { "if": { "and": [ @@ -70270,156 +39129,6 @@ }, "then": "./assets/data/nsi/logos/danderydskommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dangcagan District", - "operator:type=government", - "operator:wikidata=Q130490766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dangcagandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dao District", - "operator:type=government", - "operator:wikidata=Q130490827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dapa East District", - "operator:type=government", - "operator:wikidata=Q130490981" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dapaeastdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dapa West District", - "operator:type=government", - "operator:wikidata=Q130490982" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dapawestdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dapdapan District", - "operator:type=government", - "operator:wikidata=Q130490406" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dapdapandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daraga North District", - "operator:type=government", - "operator:wikidata=Q130491357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daraganorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daraga South District", - "operator:type=government", - "operator:wikidata=Q130491358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daragasouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daram I District", - "operator:type=government", - "operator:wikidata=Q130490210" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daramidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Daram II District", - "operator:type=government", - "operator:wikidata=Q130490211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/daramiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Darlington Borough Council", - "operator:type=government", - "operator:wikidata=Q16948698" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/darlingtonboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -70435,66 +39144,6 @@ }, "then": "./assets/data/nsi/logos/dartmoormultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dasmariñas I District", - "operator:type=government", - "operator:wikidata=Q130490862" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dasmarinasidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dasol District", - "operator:type=government", - "operator:wikidata=Q130491291" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dasoldistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dauin District", - "operator:type=government", - "operator:wikidata=Q130490243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dauindistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dauis District", - "operator:type=government", - "operator:wikidata=Q130490040" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dauisdistrict-604116.undefined" - }, { "if": { "and": [ @@ -70511,34 +39160,6 @@ }, "then": "./assets/data/nsi/logos/daviddouglasschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=De Haagse Scholen", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dehaagsescholen-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=De onderwijs Specialisten", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deonderwijsspecialisten-e21ec9.undefined" - }, { "if": { "and": [ @@ -70555,81 +39176,6 @@ }, "then": "./assets/data/nsi/logos/dearbornpublicschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Del Gallego District", - "operator:type=government", - "operator:wikidata=Q130490470" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delgallegodistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Del Remedio District", - "operator:type=government", - "operator:wikidata=Q130490407" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delremediodistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Delfin Albano District", - "operator:type=government", - "operator:wikidata=Q130490089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delfinalbanodistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Delta Academies Trust", - "operator:type=private", - "operator:wikidata=Q29025790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deltaacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Denbighshire County Council", - "operator:type=government", - "operator:wikidata=Q5256629" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denbighshirecountycouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -70677,20 +39223,6 @@ }, "then": "./assets/data/nsi/logos/departamentdeducaciodelageneralitatdecatalunya-c1ff56.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Departament d'Ensenyament", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departamentdensenyament-c1ff56.undefined" - }, { "if": { "and": [ @@ -70706,65 +39238,6 @@ }, "then": "./assets/data/nsi/logos/departamentodeeducacion-cd2b47.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Departamento de Educación Municipal de Chaitén", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departamentodeeducacionmunicipaldechaiten-5e33f0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Département de la Marne", - "operator:type=government", - "operator:wikidata=Q123220985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departementdelamarne-031a7f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Département de la Seine-Maritime", - "operator:type=government", - "operator:wikidata=Q123221016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departementdelaseinemaritime-818054.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Département du Vaucluse", - "operator:type=government", - "operator:wikidata=Q123221026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departementduvaucluse-31baba.undefined" - }, { "if": { "and": [ @@ -70780,20 +39253,6 @@ }, "then": "./assets/data/nsi/logos/sadepartmentforeducation-4c8594.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Department of Basic Education", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofbasiceducation-1f0800.undefined" - }, { "if": { "and": [ @@ -70824,21 +39283,6 @@ }, "then": "./assets/data/nsi/logos/ntdepartmentofeducation-f2488a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Department of Education", - "operator:type=government", - "operator:wikidata=Q111466445" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofeducation-6ced19.undefined" - }, { "if": { "and": [ @@ -70885,21 +39329,6 @@ }, "then": "./assets/data/nsi/logos/tasmaniandepartmentofeducation-c398f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victorian Department of Education", - "operator:type=government", - "operator:wikidata=Q5260272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriandepartmentofeducation-1fc2f5.undefined" - }, { "if": { "and": [ @@ -70915,50 +39344,6 @@ }, "then": "./assets/data/nsi/logos/wadepartmentofeducation-3f16bf.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Department of Education, Chandigarh Administration", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofeducationchandigarhadministration-224052.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Department of General and Higher Education", - "operator:type=government", - "operator:wikidata=Q5260320" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofgeneralandhighereducation-224052.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Department of Primary and Secondary Education", - "operator:type=government", - "operator:wikidata=Q111467381" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofprimaryandsecondaryeducation-224052.undefined" - }, { "if": { "and": [ @@ -71081,378 +39466,6 @@ }, "then": "./assets/data/nsi/logos/devoncountycouncil-02f810.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dhiha Afiyanti", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dhihaafiyanti-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diadi District", - "operator:type=government", - "operator:wikidata=Q130489966" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diadidistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Didik Irna M", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/didikirnam-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diffun I District", - "operator:type=government", - "operator:wikidata=Q130489667" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diffunidistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diffun II District", - "operator:type=government", - "operator:wikidata=Q130489668" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diffuniidistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Digos Occidental District", - "operator:type=government", - "operator:wikidata=Q130490885" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/digosoccidentaldistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Digos Oriental District", - "operator:type=government", - "operator:wikidata=Q130490886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/digosorientaldistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dilasag District", - "operator:type=government", - "operator:wikidata=Q130490598" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dilasagdistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dimasalang District", - "operator:type=government", - "operator:wikidata=Q130491350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dimasalangdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dimataling District", - "operator:type=government", - "operator:wikidata=Q130490568" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dimatalingdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dimiao District", - "operator:type=government", - "operator:wikidata=Q130490041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dimiaodistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinagat District", - "operator:type=government", - "operator:wikidata=Q130489877" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinagatdistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinalupihan East District", - "operator:type=government", - "operator:wikidata=Q130489480" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinalupihaneastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinalupihan West District", - "operator:type=government", - "operator:wikidata=Q130489481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinalupihanwestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinas District", - "operator:type=government", - "operator:wikidata=Q130490569" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinasdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinas P&K Bengkalis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinaspandkbengkalis-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinas Pendidikan Kab. Bangkalan", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinaspendidikankabbangkalan-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dinas Pendidikan Kabupaten Ciamis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dinaspendidikankabupatenciamis-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dingalan District", - "operator:type=government", - "operator:wikidata=Q130490599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dingalandistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dingle District", - "operator:type=government", - "operator:wikidata=Q130489782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dingledistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dingras I District", - "operator:type=government", - "operator:wikidata=Q130489652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dingrasidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dingras II District", - "operator:type=government", - "operator:wikidata=Q130489653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dingrasiidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Ballarat Catholic Education Limited", - "operator:short=DOBCEL", - "operator:type=religious", - "operator:wikidata=Q113059804" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofballaratcatholiceducationlimited-1fc2f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Bristol Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofbristolacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Chichester Academy Trust", - "operator:short=DCAT", - "operator:type=private", - "operator:wikidata=Q122616346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofchichesteracademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -71468,52 +39481,6 @@ }, "then": "./assets/data/nsi/logos/dioceseofcovington-4e7bb3.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Hereford Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616232" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofherefordmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Sale Catholic Education Limited", - "operator:short=DOCSEL", - "operator:type=religious", - "operator:wikidata=Q113101391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofsalecatholiceducationlimited-1fc2f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of Salisbury Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704467" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofsalisburyacademytrust-26e9df.undefined" - }, { "if": { "and": [ @@ -71529,81 +39496,6 @@ }, "then": "./assets/data/nsi/logos/dioceseofsanjose-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese Of Southwell and Nottingham Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704468" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofsouthwellandnottinghammultiacademytrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diocese of St Albans Multi-Academy Trust", - "operator:short=DSAMAT", - "operator:type=private", - "operator:wikidata=Q122616489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dioceseofstalbansmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dipaculao District", - "operator:type=government", - "operator:wikidata=Q130490600" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dipaculaodistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Diplahan District", - "operator:type=government", - "operator:wikidata=Q130490063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/diplahandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dirección Comunal de Educación - Municipalidad de Los Ángeles", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direccioncomunaldeeducacionmunicipalidaddelosangeles-5e33f0.undefined" - }, { "if": { "and": [ @@ -71620,1056 +39512,6 @@ }, "then": "./assets/data/nsi/logos/direcciongeneraldeculturayeducacion-484c15.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dirección General de Educación Inicial y Primaria", - "operator:type=government", - "operator:wikidata=Q5783994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeeducacioninicialyprimaria-6176b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dirección General de Educación Secundaria", - "operator:type=government", - "operator:wikidata=Q119732446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeeducacionsecundaria-6176b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dirección General de Educación Técnico Profesional", - "operator:type=government", - "operator:wikidata=Q118492877" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeeducaciontecnicoprofesional-6176b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Direction de l'Enseignement de la Nouvelle-Calédonie", - "operator:short=DENC", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/directiondelenseignementdelanouvellecaledonie-294bc3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Discovery Schools Academies Trust Ltd", - "operator:type=private", - "operator:wikidata=Q122616263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/discoveryschoolsacademiestrustltd-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490734" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-da2b2c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490756" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490795" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-85d4d3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-869095.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490898" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130496501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-dc745b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130496504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-93861e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490904" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-b8598a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130496505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-36b1e2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-869076.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491402" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490957" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130496508" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-5ece0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-7dfec7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I (West)", - "operator:type=government", - "operator:wikidata=Q130491405" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiwest-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490960" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130490963" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-20abf0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130496513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-1aafd3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491072" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-115e0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District I", - "operator:type=government", - "operator:wikidata=Q130491081" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districti-66276b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490735" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-da2b2c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490747" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490757" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-85d4d3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490825" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-869095.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130496502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-dc745b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490905" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-b8598a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130496506" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-36b1e2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490958" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130496509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-5ece0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II (East)", - "operator:type=government", - "operator:wikidata=Q130491406" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiieast-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130490964" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-20abf0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130496514" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-1aafd3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130491073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-115e0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II", - "operator:type=government", - "operator:wikidata=Q130491082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtii-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II-C", - "operator:type=government", - "operator:wikidata=Q130491127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiic-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District II-D", - "operator:type=government", - "operator:wikidata=Q130491128" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiid-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490736" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-da2b2c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-85d4d3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130491157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-f770b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130496493" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-add8d9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490902" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130490965" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-20abf0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130496515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-1aafd3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130491232" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-e8fcbb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District III", - "operator:type=government", - "operator:wikidata=Q130491420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiii-115e0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130490798" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-85d4d3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130491158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-f770b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130490896" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130490903" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130491403" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130496520" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-1aafd3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District IV", - "operator:type=government", - "operator:wikidata=Q130491042" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtiv-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District Learning Center I", - "operator:type=government", - "operator:wikidata=Q130491237" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtlearningcenteri-a90c6e.undefined" - }, { "if": { "and": [ @@ -72718,81 +39560,6 @@ }, "then": "./assets/data/nsi/logos/districtschoolboardontarionortheast-57bf82.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District V", - "operator:type=government", - "operator:wikidata=Q130490897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtv-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District V", - "operator:type=government", - "operator:wikidata=Q130491043" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtv-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District VI", - "operator:type=government", - "operator:wikidata=Q130491222" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtvi-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District VI", - "operator:type=government", - "operator:wikidata=Q130491044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtvi-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=District VIII", - "operator:type=government", - "operator:wikidata=Q130491045" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/districtviii-04050f.undefined" - }, { "if": { "and": [ @@ -72823,141 +39590,6 @@ }, "then": "./assets/data/nsi/logos/dixonsacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dolores District", - "operator:type=government", - "operator:wikidata=Q130490536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doloresdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dolores I District", - "operator:type=government", - "operator:wikidata=Q130490310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doloresidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dolores II District", - "operator:type=government", - "operator:wikidata=Q130490311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doloresiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Don Carlos I District", - "operator:type=government", - "operator:wikidata=Q130490767" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doncarlosidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Don Carlos II District", - "operator:type=government", - "operator:wikidata=Q130490768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doncarlosiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Don Marcelino District", - "operator:type=government", - "operator:wikidata=Q130490865" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donmarcelinodistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Don Victoriano District", - "operator:type=government", - "operator:wikidata=Q130490164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donvictorianodistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dona Remedios Trinidad District", - "operator:type=government", - "operator:wikidata=Q130490280" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donaremediostrinidaddistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Doncaster Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16988947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/doncastermetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -72974,36 +39606,6 @@ }, "then": "./assets/data/nsi/logos/donnaindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Donsol East District", - "operator:type=government", - "operator:wikidata=Q130490996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donsoleastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Donsol West District", - "operator:type=government", - "operator:wikidata=Q130490997" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/donsolwestdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -73098,20 +39700,6 @@ }, "then": "./assets/data/nsi/logos/downeyunifiedschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dr. Schaepmanstichting", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drschaepmanstichting-e21ec9.undefined" - }, { "if": { "and": [ @@ -73127,36 +39715,6 @@ }, "then": "./assets/data/nsi/logos/drammenkommune-ee5f1f.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=drb Ignite Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616369" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drbignitemultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dublin and Dún Laoghaire Education and Training Board", - "operator:type=ngo", - "operator:wikidata=Q126962339" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dublinanddunlaoghaireeducationandtrainingboard-d6dd3f.undefined" - }, { "if": { "and": [ @@ -73172,293 +39730,6 @@ }, "then": "./assets/data/nsi/logos/dublincityschools-a7daad.aad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dubuque Community Schools", - "operator:short=DCSD", - "operator:type=public", - "operator:wikidata=Q5311170" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubuquecommunityschools-6e0541.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dudley Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16991635" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dudleymetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dueñas District", - "operator:type=government", - "operator:wikidata=Q130489783" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duenasdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Duero District", - "operator:type=government", - "operator:wikidata=Q130490042" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duerodistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dufferin-Peel Catholic District School Board", - "operator:short=DPCDSB", - "operator:type=public", - "operator:wikidata=Q642703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dufferinpeelcatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dulag North District", - "operator:type=government", - "operator:wikidata=Q130489605" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dulagnorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dulag South District", - "operator:type=government", - "operator:wikidata=Q130489606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dulagsouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumalag District", - "operator:type=government", - "operator:wikidata=Q130490828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumalagdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumalinao District", - "operator:type=government", - "operator:wikidata=Q130490570" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumalinaodistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumangas I District", - "operator:type=government", - "operator:wikidata=Q130489784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumangasidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumangas II District", - "operator:type=government", - "operator:wikidata=Q130491298" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumangasiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumanjug I District", - "operator:type=government", - "operator:wikidata=Q130489947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumanjugidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumanjug II District", - "operator:type=government", - "operator:wikidata=Q130489948" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumanjugiidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumaran Island District", - "operator:type=government", - "operator:wikidata=Q130489518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumaranislanddistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumaran Mainland District", - "operator:type=government", - "operator:wikidata=Q130489519" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumaranmainlanddistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumarao District", - "operator:type=government", - "operator:wikidata=Q130490829" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumaraodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumfries and Galloway Council", - "operator:type=government", - "operator:wikidata=Q28528309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumfriesandgallowaycouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumingag I District", - "operator:type=government", - "operator:wikidata=Q130490571" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumingagidistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dumingag II District", - "operator:type=government", - "operator:wikidata=Q130490572" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dumingagiidistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -73490,51 +39761,6 @@ }, "then": "./assets/data/nsi/logos/dundeecitycouncil-da5bfe.bfe" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dupax del Norte District", - "operator:type=government", - "operator:wikidata=Q130489967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dupaxdelnortedistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Dupax del Sur District", - "operator:type=government", - "operator:wikidata=Q130489968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dupaxdelsurdistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Durham and Newcastle Diocesan Learning Trust", - "operator:type=private", - "operator:wikidata=Q122616536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/durhamandnewcastlediocesanlearningtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -73614,21 +39840,6 @@ }, "then": "./assets/data/nsi/logos/duvalcountypublicschools-e8bc2a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=E-ACT", - "operator:type=private", - "operator:wikidata=Q16151476" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eact-26e9df.undefined" - }, { "if": { "and": [ @@ -73661,276 +39872,6 @@ }, "then": "./assets/data/nsi/logos/eastaurorapublicschooldistrict131-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Ayrshire Council", - "operator:type=government", - "operator:wikidata=Q28530252" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastayrshirecouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Butuan District I", - "operator:type=government", - "operator:wikidata=Q130490791" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastbutuandistricti-354e76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Butuan District II", - "operator:type=government", - "operator:wikidata=Q130490792" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastbutuandistrictii-354e76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-4fd9a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-1a45a4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491142" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-56e58f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130496496" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-3562b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-a8ec43.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491201" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491275" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491226" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-be5ca7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130491257" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-ca624c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East District", - "operator:type=government", - "operator:wikidata=Q130496522" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdistrict-7a50de.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Dunbartonshire Council", - "operator:type=government", - "operator:wikidata=Q28528289" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastdunbartonshirecouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -73947,81 +39888,6 @@ }, "then": "./assets/data/nsi/logos/easthartfordpublicschools-547ddd.ddd" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East I District", - "operator:type=government", - "operator:wikidata=Q130491267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East I District", - "operator:type=government", - "operator:wikidata=Q130491146" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East II District", - "operator:type=government", - "operator:wikidata=Q130491269" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastiidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East II District", - "operator:type=government", - "operator:wikidata=Q130491147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Kiamba District", - "operator:type=government", - "operator:wikidata=Q130490967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastkiambadistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -74037,81 +39903,6 @@ }, "then": "./assets/data/nsi/logos/eastlothiancouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Maasim District", - "operator:type=government", - "operator:wikidata=Q130490968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastmaasimdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Maitum District", - "operator:type=government", - "operator:wikidata=Q130490970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastmaitumdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Malungon District", - "operator:type=government", - "operator:wikidata=Q130490971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastmalungondistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Midlands Education Trust", - "operator:type=private", - "operator:wikidata=Q121704470" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastmidlandseducationtrust-2bbb7b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Renfrewshire Council", - "operator:type=government", - "operator:wikidata=Q28528285" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastrenfrewshirecouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -74127,21 +39918,6 @@ }, "then": "./assets/data/nsi/logos/eastridingofyorkshirecouncil-ef57c6.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=East Sussex County Council", - "operator:type=government", - "operator:wikidata=Q5329458" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastsussexcountycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -74173,36 +39949,6 @@ }, "then": "./assets/data/nsi/logos/easterncapedepartmentofeducation-3306c5.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Eastern Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q19872449" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/easternmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Eastern Tabuk District", - "operator:type=government", - "operator:wikidata=Q130491436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/easterntabukdistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -74219,52 +39965,6 @@ }, "then": "./assets/data/nsi/logos/eauclaireareaschooldistrict-ac5479.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ebor Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704471" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eboracademytrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Echague District", - "operator:type=government", - "operator:wikidata=Q130490090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/echaguedistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Edmonds School District", - "operator:short=ESD", - "operator:type=public", - "operator:wikidata=Q5338954" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edmondsschooldistrict-48f47a.undefined" - }, { "if": { "and": [ @@ -74297,24 +39997,6 @@ }, "then": "./assets/data/nsi/logos/edmontonpublicschools-59fa08.jpg" }, - { - "if": { - "and": [ - "amenity=school", - "denomination=catholic", - "religion=christian", - { - "or": [ - "operator=Edmund Rice Education Australia", - "operator:short=EREA", - "operator:type=religious", - "operator:wikidata=Q5339779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edmundriceeducationaustralia-2c0dd7.undefined" - }, { "if": { "and": [ @@ -74345,34 +40027,6 @@ }, "then": "./assets/data/nsi/logos/educationsouthwest-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Eenbes", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eenbes-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=EKAR", - "operator:type=religious" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ekar-d14008.undefined" - }, { "if": { "and": [ @@ -74389,36 +40043,6 @@ }, "then": "./assets/data/nsi/logos/elmontecityschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=El Nido del Norte District", - "operator:type=government", - "operator:wikidata=Q130489520" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elnidodelnortedistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=El Nido del Sur District", - "operator:type=government", - "operator:wikidata=Q130489521" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elnidodelsurdistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -74466,20 +40090,6 @@ }, "then": "./assets/data/nsi/logos/elevatemultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Eleves", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eleves-8cf116.undefined" - }, { "if": { "and": [ @@ -74496,50 +40106,6 @@ }, "then": "./assets/data/nsi/logos/elginareaschooldistrictu46-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Elk Island Catholic Schools", - "operator:type=religious", - "operator:wikidata=Q17508700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elkislandcatholicschools-59fa08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Elk Island Public Schools", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elkislandpublicschools-59fa08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Elmhurst Community Unit School District 205", - "operator:type=public", - "operator:wikidata=Q30595409" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmhurstcommunityunitschooldistrict205-6d6198.undefined" - }, { "if": { "and": [ @@ -74556,127 +40122,6 @@ }, "then": "./assets/data/nsi/logos/elmwoodparkcommunityunitschooldistrict401-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Embark Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/embarkmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Emmaus Catholic Multi Academy Company", - "operator:type=private", - "operator:wikidata=Q122616315" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emmauscatholicmultiacademycompany-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Enhance Academy Trust", - "operator:short=EAT", - "operator:type=private", - "operator:wikidata=Q122616337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enhanceacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Enrile West District", - "operator:type=government", - "operator:wikidata=Q130489570" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enrilewestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Enrique B. Magalona District", - "operator:type=government", - "operator:wikidata=Q130490934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enriquebmagalonadistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ensemble Scolaire Sacré-Coeur", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ensemblescolairesacrecoeur-e697eb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Epping Forest Schools Partnership Trust", - "operator:short=EFSPT", - "operator:type=private", - "operator:wikidata=Q122616540" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eppingforestschoolspartnershiptrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Equals Trust", - "operator:type=private", - "operator:wikidata=Q122616435" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equalstrust-7a837c.undefined" - }, { "if": { "and": [ @@ -74708,50 +40153,6 @@ }, "then": "./assets/data/nsi/logos/erzbistumkoln-1fea76.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Escalante I District", - "operator:type=government", - "operator:wikidata=Q130491165" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/escalanteidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Escalante II District", - "operator:type=government", - "operator:wikidata=Q130491166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/escalanteiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Escola Básica Integrada da Praia da Vitória", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/escolabasicaintegradadapraiadavitoria-38bca9.undefined" - }, { "if": { "and": [ @@ -74768,66 +40169,6 @@ }, "then": "./assets/data/nsi/logos/escondidounionschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Esperanza District", - "operator:type=government", - "operator:wikidata=Q130491351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esperanzadistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Esperanza I District", - "operator:type=government", - "operator:wikidata=Q130491099" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esperanzaidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Esperanza II District", - "operator:type=government", - "operator:wikidata=Q130491100" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esperanzaiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Esperanza III District", - "operator:type=government", - "operator:wikidata=Q130491101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esperanzaiiidistrict-04050f.undefined" - }, { "if": { "and": [ @@ -74858,96 +40199,6 @@ }, "then": "./assets/data/nsi/logos/estadodoriograndedosul-ee71aa.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Estancia District", - "operator:type=government", - "operator:wikidata=Q130489785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/estanciadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Esteem Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/esteemmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Észak-Budapesti Tankerületi Központ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eszakbudapestitankeruletikozpont-211b9f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Eugene School District", - "operator:short=ESD", - "operator:type=public", - "operator:wikidata=Q5407736" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eugeneschooldistrict-330cad.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Evangelical Alliance", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evangelicalalliance-6ced19.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Evangelical Brotherhood Church", - "operator:short=EBC", - "operator:type=religious", - "operator:wikidata=Q111699130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evangelicalbrotherhoodchurch-6ced19.undefined" - }, { "if": { "and": [ @@ -75010,21 +40261,6 @@ }, "then": "./assets/data/nsi/logos/everettpublicschools-48f47a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Evergreen Catholic Schools", - "operator:type=religious", - "operator:wikidata=Q17509784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evergreencatholicschools-59fa08.undefined" - }, { "if": { "and": [ @@ -75041,51 +40277,6 @@ }, "then": "./assets/data/nsi/logos/evergreenpublicschools-48f47a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Evolution Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evolutionacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Excalibur Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616269" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/excaliburacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Exceed Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616477" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/exceedacademiestrust-7a837c.undefined" - }, { "if": { "and": [ @@ -75133,21 +40324,6 @@ }, "then": "./assets/data/nsi/logos/falconschooldistrict49-64c3e7.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Falkirk Council", - "operator:type=government", - "operator:wikidata=Q28530255" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/falkirkcouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -75163,21 +40339,6 @@ }, "then": "./assets/data/nsi/logos/falkopingskommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Famy-Mabitac District", - "operator:type=government", - "operator:wikidata=Q130489859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/famymabitacdistrict-a3ce88.undefined" - }, { "if": { "and": [ @@ -75210,49 +40371,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicschools-c3d23c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Fe y Alegría", - "operator:type=ngo", - "operator:wikidata=Q5856947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feyalegria-155571.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Federal Transferido", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/federaltransferido-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Federal Transferido - Estatal", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/federaltransferidoestatal-422367.undefined" - }, { "if": { "and": [ @@ -75284,80 +40402,6 @@ }, "then": "./assets/data/nsi/logos/fifecouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Finn Church Aid", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finnchurchaid-8838e7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Flintshire County Council", - "operator:type=government", - "operator:wikidata=Q16837157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flintshirecountycouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Flora District", - "operator:type=government", - "operator:wikidata=Q130490739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floradistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Floridablanca East District", - "operator:type=government", - "operator:wikidata=Q130490388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridablancaeastdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Floridablanca West District", - "operator:type=government", - "operator:wikidata=Q130490389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridablancawestdistrict-b17b76.undefined" - }, { "if": { "and": [ @@ -75373,21 +40417,6 @@ }, "then": "./assets/data/nsi/logos/flyinghightrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Focus Academy Trust (UK) Ltd", - "operator:type=private", - "operator:wikidata=Q122616272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/focusacademytrustukltd-7a837c.undefined" - }, { "if": { "and": [ @@ -75484,21 +40513,6 @@ }, "then": "./assets/data/nsi/logos/fortworthindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Forward As One Church of England Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616356" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forwardasonechurchofenglandmultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -75560,37 +40574,6 @@ }, "then": "./assets/data/nsi/logos/freistaatbayern-46895d.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Frenship Independent School District", - "operator:short=Frenship ISD", - "operator:type=public", - "operator:wikidata=Q5502794" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/frenshipindependentschooldistrict-d19570.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Fule Almeda District", - "operator:type=government", - "operator:wikidata=Q130490408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fulealmedadistrict-966867.undefined" - }, { "if": { "and": [ @@ -75637,232 +40620,6 @@ }, "then": "./assets/data/nsi/logos/futuralearningpartnership-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Future Academies", - "operator:type=private", - "operator:wikidata=Q106679017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/futureacademies-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Fylde Coast Academy Trust", - "operator:short=FCAT", - "operator:type=private", - "operator:wikidata=Q122616274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fyldecoastacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=G'allaorol tumani xalq ta'limi boshqarmasi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gallaoroltumanixalqtalimiboshqarmasi-934493.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gabaldon District", - "operator:type=government", - "operator:wikidata=Q130490001" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gabaldondistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Galileo Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/galileomultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gamay I District", - "operator:type=government", - "operator:wikidata=Q130490182" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamayidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gamay II District", - "operator:type=government", - "operator:wikidata=Q130490183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamayiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gamu District", - "operator:type=government", - "operator:wikidata=Q130490091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamudistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gandara I District", - "operator:type=government", - "operator:wikidata=Q130490212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gandaraidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gandara II - Matuguinao District", - "operator:type=government", - "operator:wikidata=Q130490213" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gandaraiimatuguinaodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gapan North District", - "operator:type=government", - "operator:wikidata=Q130491167" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gapannorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gapan South District", - "operator:type=government", - "operator:wikidata=Q130491168" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gapansouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Garchitorena District", - "operator:type=government", - "operator:wikidata=Q130491425" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garchitorenadistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Garcia-Hernandez District", - "operator:type=government", - "operator:wikidata=Q130490043" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garciahernandezdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Garden Grove Unified School District", - "operator:short=GGUSD", - "operator:type=public", - "operator:wikidata=Q5522250" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gardengroveunifiedschooldistrict-4ed216.undefined" - }, { "if": { "and": [ @@ -75911,21 +40668,6 @@ }, "then": "./assets/data/nsi/logos/garycommunityschoolcorporation-87f3ac.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gasan District", - "operator:type=government", - "operator:wikidata=Q130490909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gasandistrict-2eec9e.undefined" - }, { "if": { "and": [ @@ -75941,51 +40683,6 @@ }, "then": "./assets/data/nsi/logos/gatesheadmetropolitanboroughcouncil-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gattaran Central District", - "operator:type=government", - "operator:wikidata=Q130489571" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gattarancentraldistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gattaran East District", - "operator:type=government", - "operator:wikidata=Q130489572" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gattaraneastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gattaran West District", - "operator:type=government", - "operator:wikidata=Q130489573" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gattaranwestdistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -76016,141 +40713,6 @@ }, "then": "./assets/data/nsi/logos/gemeindegossau-25b252.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Luna District", - "operator:type=government", - "operator:wikidata=Q130491427" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generallunadistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Luna District", - "operator:type=government", - "operator:wikidata=Q130490983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generallunadistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General M. Natividad District", - "operator:type=government", - "operator:wikidata=Q130490002" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generalmnatividaddistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Macarthur-Hernani District", - "operator:type=government", - "operator:wikidata=Q130490312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generalmacarthurhernanidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Nakar District", - "operator:type=government", - "operator:wikidata=Q130490537" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generalnakardistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Roxas District", - "operator:type=government", - "operator:wikidata=Q130490608" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generalroxasdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Tinio District", - "operator:type=government", - "operator:wikidata=Q130490003" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generaltiniodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Trias I District", - "operator:type=government", - "operator:wikidata=Q130489979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generaltriasidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=General Trias II District", - "operator:type=government", - "operator:wikidata=Q130489980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/generaltriasiidistrict-966867.undefined" - }, { "if": { "and": [ @@ -76166,51 +40728,6 @@ }, "then": "./assets/data/nsi/logos/generalitatvalenciana-c1ff56.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gerona North District", - "operator:type=government", - "operator:wikidata=Q130490673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geronanorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gerona South District", - "operator:type=government", - "operator:wikidata=Q130490674" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geronasouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Getafe District", - "operator:type=government", - "operator:wikidata=Q130490044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/getafedistrict-604116.undefined" - }, { "if": { "and": [ @@ -76227,51 +40744,6 @@ }, "then": "./assets/data/nsi/logos/ghanaeducationservice-05a503.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gigaquit District", - "operator:type=government", - "operator:wikidata=Q130490413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gigaquitdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ginatilan District", - "operator:type=government", - "operator:wikidata=Q130489949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ginatilandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Giporlos District", - "operator:type=government", - "operator:wikidata=Q130490313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/giporlosdistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -76349,36 +40821,6 @@ }, "then": "./assets/data/nsi/logos/glfschools-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gloria District", - "operator:type=government", - "operator:wikidata=Q130490636" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gloriadistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gloucestershire County Council", - "operator:type=government", - "operator:wikidata=Q16839354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gloucestershirecountycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -76439,21 +40881,6 @@ }, "then": "./assets/data/nsi/logos/gminamiejskakrakow-83282a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gmina Przemyśl", - "operator:type=government", - "operator:wikidata=Q2325412" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gminaprzemysl-83282a.undefined" - }, { "if": { "and": [ @@ -76484,49 +40911,6 @@ }, "then": "./assets/data/nsi/logos/gminawroclaw-83282a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=GO!", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/go-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=GO! scholengroep Zuid-Limburg", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goscholengroepzuidlimburg-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Goa District", - "operator:type=government", - "operator:wikidata=Q130490471" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goadistrict-230b71.undefined" - }, { "if": { "and": [ @@ -76557,80 +40941,6 @@ }, "then": "./assets/data/nsi/logos/gobiernodecantabria-c1ff56.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Godod District", - "operator:type=government", - "operator:wikidata=Q130490691" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gododdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gonzaga East District", - "operator:type=government", - "operator:wikidata=Q130489574" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gonzagaeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gonzaga West District", - "operator:type=government", - "operator:wikidata=Q130489576" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gonzagawestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=GOO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goo-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gosforth Schools' Trust", - "operator:type=private", - "operator:wikidata=Q122616114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gosforthschoolstrust-7a837c.undefined" - }, { "if": { "and": [ @@ -76661,38 +40971,6 @@ }, "then": "./assets/data/nsi/logos/goteborgsstad-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Government of Belize", - "operator:short=GOB", - "operator:type=government", - "operator:wikidata=Q21129557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governmentofbelize-7f482d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Government of Kenya", - "operator:short=GOK", - "operator:type=government", - "operator:wikidata=Q21022441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governmentofkenya-d02396.undefined" - }, { "if": { "and": [ @@ -76753,81 +41031,6 @@ }, "then": "./assets/data/nsi/logos/governodoestadodaparaiba-a5afcb.fcb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governo do Estado de Minas Gerais", - "operator:type=government", - "operator:wikidata=Q61612780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodeminasgerais-479758.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governo do Estado de Pernambuco", - "operator:type=government", - "operator:wikidata=Q28679616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodepernambuco-bf7784.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governo do Estado de Santa Catarina", - "operator:type=government", - "operator:wikidata=Q67536979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodesantacatarina-6a2dca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governo do Estado de São Paulo", - "operator:type=government", - "operator:wikidata=Q10290787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodesaopaulo-5e2aa2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governo do Estado do Ceará", - "operator:type=government", - "operator:wikidata=Q96475319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodoceara-04d5fb.undefined" - }, { "if": { "and": [ @@ -76858,36 +41061,6 @@ }, "then": "./assets/data/nsi/logos/governodoestadodoriograndedonorte-1a267e.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governor Generoso North District", - "operator:type=government", - "operator:wikidata=Q130490625" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governorgenerosonorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Governor Generoso South District", - "operator:type=government", - "operator:wikidata=Q130491373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governorgenerososouthdistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -76935,22 +41108,6 @@ }, "then": "./assets/data/nsi/logos/graniteschooldistrict-614f2b.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Grants Pass School District", - "operator:short=GPSD", - "operator:type=public", - "operator:wikidata=Q5596680" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grantspassschooldistrict-330cad.undefined" - }, { "if": { "and": [ @@ -76967,36 +41124,6 @@ }, "then": "./assets/data/nsi/logos/grapevinecolleyvilleindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Great Learners Trust", - "operator:type=private", - "operator:wikidata=Q122616278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatlearnerstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Great Neck School District", - "operator:type=public", - "operator:wikidata=Q5599614" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatneckschooldistrict-7d0023.undefined" - }, { "if": { "and": [ @@ -77045,36 +41172,6 @@ }, "then": "./assets/data/nsi/logos/greatersaskatooncatholicschools-c9fb3c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Greater St. Albert Catholic Schools", - "operator:type=religious", - "operator:wikidata=Q5600760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greaterstalbertcatholicschools-59fa08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Greenheart Learning Partnership", - "operator:type=private", - "operator:wikidata=Q122616267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenheartlearningpartnership-7a837c.undefined" - }, { "if": { "and": [ @@ -77090,21 +41187,6 @@ }, "then": "./assets/data/nsi/logos/greenshawlearningtrust-26e9df.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Greenwood Academies Trust", - "operator:type=private", - "operator:wikidata=Q48804993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenwoodacademiestrust-26e9df.undefined" - }, { "if": { "and": [ @@ -77136,112 +41218,6 @@ }, "then": "./assets/data/nsi/logos/grevekommune-dc218e.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Groton Public Schools", - "operator:short=GPS", - "operator:type=public", - "operator:wikidata=Q17019899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grotonpublicschools-547ddd.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guagua West District", - "operator:type=government", - "operator:wikidata=Q130490390" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guaguawestdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gubat North District", - "operator:type=government", - "operator:wikidata=Q130490998" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gubatnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gubat South District", - "operator:type=government", - "operator:wikidata=Q130490999" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gubatsouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guiguinto District", - "operator:type=government", - "operator:wikidata=Q130490281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guiguintodistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guihulngan North District", - "operator:type=government", - "operator:wikidata=Q130491174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guihulngannorthdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guihulngan South District", - "operator:type=government", - "operator:wikidata=Q130491175" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guihulngansouthdistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -77257,261 +41233,6 @@ }, "then": "./assets/data/nsi/logos/guilfordcountyschools-15bd72.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guimba East District", - "operator:type=government", - "operator:wikidata=Q130490004" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guimbaeastdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guimba West District", - "operator:type=government", - "operator:wikidata=Q130490005" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guimbawestdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guimbal District", - "operator:type=government", - "operator:wikidata=Q130489786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guimbaldistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guinayangan District", - "operator:type=government", - "operator:wikidata=Q130490538" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guinayangandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guindulman District", - "operator:type=government", - "operator:wikidata=Q130490045" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guindulmandistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guinobatan East District", - "operator:type=government", - "operator:wikidata=Q130491359" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guinobataneastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guinobatan West District", - "operator:type=government", - "operator:wikidata=Q130491360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guinobatanwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guipos District", - "operator:type=government", - "operator:wikidata=Q130490573" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guiposdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guiuan East District", - "operator:type=government", - "operator:wikidata=Q130490314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guiuaneastdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guiuan North District", - "operator:type=government", - "operator:wikidata=Q130490315" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guiuannorthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Guiuan South District", - "operator:type=government", - "operator:wikidata=Q130490316" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/guiuansouthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gumaca East District", - "operator:type=government", - "operator:wikidata=Q130490539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gumacaeastdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gumaca West District", - "operator:type=government", - "operator:wikidata=Q130490540" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gumacawestdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gutalac I District", - "operator:type=government", - "operator:wikidata=Q130490692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gutalacidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gutalac II District", - "operator:type=government", - "operator:wikidata=Q130490693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gutalaciidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gvern ta' Malta", - "operator:type=government", - "operator:wikidata=Q5589242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gverntamalta-10641b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Gwynedd Council", - "operator:type=government", - "operator:wikidata=Q5623821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gwyneddcouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -77528,51 +41249,6 @@ }, "then": "./assets/data/nsi/logos/haciendalapuenteunifiedschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hagonoy East District", - "operator:type=government", - "operator:wikidata=Q130490282" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hagonoyeastdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hagonoy I District", - "operator:type=government", - "operator:wikidata=Q130490866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hagonoyidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hagonoy West District", - "operator:type=government", - "operator:wikidata=Q130490283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hagonoywestdistrict-08cb8f.undefined" - }, { "if": { "and": [ @@ -77619,21 +41295,6 @@ }, "then": "./assets/data/nsi/logos/halmstadskommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Halton Borough Council", - "operator:type=government", - "operator:wikidata=Q16983144" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haltonboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -77712,22 +41373,6 @@ }, "then": "./assets/data/nsi/logos/hamiltonwentworthcatholicdistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hamilton-Wentworth District School Board", - "operator:short=HWDSB", - "operator:type=public", - "operator:wikidata=Q5644811" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamiltonwentworthdistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -77773,51 +41418,6 @@ }, "then": "./assets/data/nsi/logos/hamptoncityschools-3cf7e1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hamtic North District", - "operator:type=government", - "operator:wikidata=Q130490259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamticnorthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hamtic South District", - "operator:type=government", - "operator:wikidata=Q130490260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamticsouthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hamwic Education Trust", - "operator:type=private", - "operator:wikidata=Q121704478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hamwiceducationtrust-26e9df.undefined" - }, { "if": { "and": [ @@ -77958,21 +41558,6 @@ }, "then": "./assets/data/nsi/logos/hartfordpublicschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hartlepool Borough Council", - "operator:type=government", - "operator:wikidata=Q16993720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hartlepoolboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -78036,35 +41621,6 @@ }, "then": "./assets/data/nsi/logos/helenapublicschools-15c3b4.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Helsingborgs stads skolor", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsingborgsstadsskolor-0f2dfb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Herefordshire Council", - "operator:type=government", - "operator:wikidata=Q5738061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herefordshirecouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -78096,36 +41652,6 @@ }, "then": "./assets/data/nsi/logos/hermosabeachcityschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hermosa District", - "operator:type=government", - "operator:wikidata=Q130489482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hermosadistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hernani District", - "operator:type=government", - "operator:wikidata=Q130490317" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hernanidistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -78189,230 +41715,6 @@ }, "then": "./assets/data/nsi/logos/hillsboroughcountypublicschools-e8bc2a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hilongos North District", - "operator:type=government", - "operator:wikidata=Q130489607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hilongosnorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hilongos South District", - "operator:type=government", - "operator:wikidata=Q130489608" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hilongossouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Himamaylan I District", - "operator:type=government", - "operator:wikidata=Q130490935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/himamaylanidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Himamaylan II District", - "operator:type=government", - "operator:wikidata=Q130490936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/himamaylaniidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinabangan District", - "operator:type=government", - "operator:wikidata=Q130490214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinabangandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinatuan North District", - "operator:type=government", - "operator:wikidata=Q130491055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinatuannorthdistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinatuan South District", - "operator:type=government", - "operator:wikidata=Q130491056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinatuansouthdistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hindang District", - "operator:type=government", - "operator:wikidata=Q130489609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hindangdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hingyon District", - "operator:type=government", - "operator:wikidata=Q130489758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hingyondistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinigaran I District", - "operator:type=government", - "operator:wikidata=Q130490937" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinigaranidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinigaran II District", - "operator:type=government", - "operator:wikidata=Q130490938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinigaraniidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinobaan District", - "operator:type=government", - "operator:wikidata=Q130490939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinobaandistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinunangan District", - "operator:type=government", - "operator:wikidata=Q130491028" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinunangandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hinundayan District", - "operator:type=government", - "operator:wikidata=Q130491029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hinundayandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hochtaunuskreis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hochtaunuskreis-127a2c.undefined" - }, { "if": { "and": [ @@ -78428,22 +41730,6 @@ }, "then": "./assets/data/nsi/logos/holmestrandkommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hope Sentamu Learning Trust", - "operator:short=HSLT", - "operator:type=private", - "operator:wikidata=Q122616355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hopesentamulearningtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -78505,52 +41791,6 @@ }, "then": "./assets/data/nsi/logos/houstonindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hull City Council", - "operator:type=government", - "operator:wikidata=Q5935834" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hullcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hull Collaborative Academy Trust", - "operator:short=HCAT", - "operator:type=private", - "operator:wikidata=Q122616285" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hullcollaborativeacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Humber Education Trust", - "operator:type=private", - "operator:wikidata=Q122616522" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/humbereducationtrust-ef57c6.undefined" - }, { "if": { "and": [ @@ -78567,21 +41807,6 @@ }, "then": "./assets/data/nsi/logos/humbleindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Hungduan District", - "operator:type=government", - "operator:wikidata=Q130489759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hungduandistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -78646,81 +41871,6 @@ }, "then": "./assets/data/nsi/logos/hursteulessbedfordindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=I District", - "operator:type=government", - "operator:wikidata=Q130491130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/idistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Iba District", - "operator:type=government", - "operator:wikidata=Q130491088" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibadistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ibaan District", - "operator:type=government", - "operator:wikidata=Q130489705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibaandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ibajay I District", - "operator:type=government", - "operator:wikidata=Q130490139" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibajayidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ibajay II District", - "operator:type=government", - "operator:wikidata=Q130490140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibajayiidistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -78753,260 +41903,6 @@ }, "then": "./assets/data/nsi/logos/ideapublicschools-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Igbaras District", - "operator:type=government", - "operator:wikidata=Q130489787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/igbarasdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Iguig District", - "operator:type=government", - "operator:wikidata=Q130489577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iguigdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=iHUB", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ihub-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ilagan District", - "operator:type=government", - "operator:wikidata=Q130490092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilagandistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ilog I District", - "operator:type=government", - "operator:wikidata=Q130490940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilogidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ilog II District", - "operator:type=government", - "operator:wikidata=Q130490941" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilogiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Imelda District", - "operator:type=government", - "operator:wikidata=Q130490064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imeldadistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Impasug-Ong I District", - "operator:type=government", - "operator:wikidata=Q130490769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/impasugongidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Imus I District", - "operator:type=government", - "operator:wikidata=Q130489981" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imusidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Imus II District", - "operator:type=government", - "operator:wikidata=Q130489982" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imusiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Inabanga North District", - "operator:type=government", - "operator:wikidata=Q130490046" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inabanganorthdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Inabanga South District", - "operator:type=government", - "operator:wikidata=Q130490047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inabangasouthdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Indang I District", - "operator:type=government", - "operator:wikidata=Q130489983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indangidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Indang II District", - "operator:type=government", - "operator:wikidata=Q130489985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indangiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Independence School District", - "operator:short=ISD", - "operator:type=public", - "operator:wikidata=Q6016172" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/independenceschooldistrict-9c7c62.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Independent Schools Queensland", - "operator:type=private", - "operator:wikidata=Q70793767" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/independentschoolsqueensland-37f40e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=INDER – MINED", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indermined-72f85c.undefined" - }, { "if": { "and": [ @@ -79037,36 +41933,6 @@ }, "then": "./assets/data/nsi/logos/indreostfoldkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Infanta District", - "operator:type=government", - "operator:wikidata=Q130491292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infantadistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Infanta District", - "operator:type=government", - "operator:wikidata=Q130490541" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infantadistrict-1f956b.undefined" - }, { "if": { "and": [ @@ -79083,36 +41949,6 @@ }, "then": "./assets/data/nsi/logos/inglewoodunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Initao District", - "operator:type=government", - "operator:wikidata=Q130490366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/initaodistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Initio Learning Trust", - "operator:type=private", - "operator:wikidata=Q122616349" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/initiolearningtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -79128,51 +41964,6 @@ }, "then": "./assets/data/nsi/logos/inmat-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Innlandet fylkeskommune", - "operator:type=government", - "operator:wikidata=Q100707271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/innlandetfylkeskommune-ee5f1f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Inopacan District", - "operator:type=government", - "operator:wikidata=Q130489610" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inopacandistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Inspiration Trust", - "operator:type=private", - "operator:wikidata=Q16994942" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inspirationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -79203,110 +41994,6 @@ }, "then": "./assets/data/nsi/logos/institutopolitecniconacional-422367.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Instituto Técnico Agrícola Rafael Ortiz González", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutotecnicoagricolarafaelortizgonzalez-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Inverclyde Council", - "operator:type=government", - "operator:wikidata=Q28530261" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inverclydecouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ipil District", - "operator:type=government", - "operator:wikidata=Q130490065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ipildistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Iriga Central District", - "operator:type=government", - "operator:wikidata=Q130491176" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/irigacentraldistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Iriga North District", - "operator:type=government", - "operator:wikidata=Q130491177" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iriganorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Iriga South District", - "operator:type=government", - "operator:wikidata=Q130491178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/irigasouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Irosin District", - "operator:type=government", - "operator:wikidata=Q130491000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/irosindistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -79339,66 +42026,6 @@ }, "then": "./assets/data/nsi/logos/irvingindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Isabel District", - "operator:type=government", - "operator:wikidata=Q130489611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isabeldistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Isabela I District", - "operator:type=government", - "operator:wikidata=Q130490942" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isabelaidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Isabela II District", - "operator:type=government", - "operator:wikidata=Q130490943" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isabelaiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Isle of Anglesey County Council", - "operator:type=government", - "operator:wikidata=Q6083890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/isleofangleseycountycouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -79430,182 +42057,6 @@ }, "then": "./assets/data/nsi/logos/issaquahschooldistrict411-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Istituto comprensivo \"Ugo Foscolo\"", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/istitutocomprensivougofoscolo-5be443.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Istituto Comprensivo Dante Alighieri", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/istitutocomprensivodantealighieri-5be443.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Istituto Comprensivo Giovanni XXIII", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/istitutocomprensivogiovannixxiii-5be443.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ithaka", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ithaka-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Itogon District", - "operator:type=government", - "operator:wikidata=Q130490449" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/itogondistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Itogon I District", - "operator:type=government", - "operator:wikidata=Q130490450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/itogonidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Itogon II District", - "operator:type=government", - "operator:wikidata=Q130490451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/itogoniidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=IV District", - "operator:type=government", - "operator:wikidata=Q130491131" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ivdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ivisan District", - "operator:type=government", - "operator:wikidata=Q130490830" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ivisandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ivy Learning Trust", - "operator:type=private", - "operator:wikidata=Q122616517" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ivylearningtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jabonga I District", - "operator:type=government", - "operator:wikidata=Q130490727" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jabongaidistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jabonga II District", - "operator:type=government", - "operator:wikidata=Q130490728" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jabongaiidistrict-804291.undefined" - }, { "if": { "and": [ @@ -79638,172 +42089,6 @@ }, "then": "./assets/data/nsi/logos/jacksonpublicschools-36719b.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jaen District", - "operator:type=government", - "operator:wikidata=Q130490006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaendistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jagna District", - "operator:type=government", - "operator:wikidata=Q130490048" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jagnadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=James Montgomery Academy Trust", - "operator:short=JMAT", - "operator:type=private", - "operator:wikidata=Q122616474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jamesmontgomeryacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jamindan District", - "operator:type=government", - "operator:wikidata=Q130490831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jamindandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Janiuay I District", - "operator:type=government", - "operator:wikidata=Q130489788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/janiuayidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Janiuay II District", - "operator:type=government", - "operator:wikidata=Q130489789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/janiuayiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jaro District", - "operator:type=government", - "operator:wikidata=Q130489790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jarodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jaro I District", - "operator:type=government", - "operator:wikidata=Q130489612" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaroidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jaro II District", - "operator:type=government", - "operator:wikidata=Q130489613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaroiidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jasaan District", - "operator:type=government", - "operator:wikidata=Q130490367" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jasaandistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Javier District", - "operator:type=government", - "operator:wikidata=Q130489614" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/javierdistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -79836,22 +42121,6 @@ }, "then": "./assets/data/nsi/logos/jeffersoncountypublicschools-4e7bb3.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jefferson County Public Schools", - "operator:short=JCPS", - "operator:type=public", - "operator:wikidata=Q6175440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jeffersoncountypublicschools-3799fa.undefined" - }, { "if": { "and": [ @@ -79883,109 +42152,6 @@ }, "then": "./assets/data/nsi/logos/jeffersonjointschooldistrict251-d7611a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jiabong District", - "operator:type=government", - "operator:wikidata=Q130490215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jiabongdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jimalalud District", - "operator:type=government", - "operator:wikidata=Q130490244" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jimalaluddistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jimenez District", - "operator:type=government", - "operator:wikidata=Q130490165" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jimenezdistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jipapad District", - "operator:type=government", - "operator:wikidata=Q130490318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jipapaddistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jizzax viloyati xalq ta'limi boshqarmasi, Forish tuman xalq ta'limi bo'limi.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jizzaxviloyatixalqtalimiboshqarmasiforishtumanxalqtalimibolimi-934493.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jizzax viloyati xalq ta'limi boshqarmasi, G'allaorol tuman xalq ta'limi bo'limi.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jizzaxviloyatixalqtalimiboshqarmasigallaoroltumanxalqtalimibolimi-934493.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=John Taylor MAT", - "operator:type=private", - "operator:wikidata=Q122616358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/johntaylormat-7a837c.undefined" - }, { "if": { "and": [ @@ -80034,155 +42200,6 @@ }, "then": "./assets/data/nsi/logos/joliettownshiphighschooldistrict204-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jones East District", - "operator:type=government", - "operator:wikidata=Q130490093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joneseastdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jones West District", - "operator:type=government", - "operator:wikidata=Q130490094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joneswestdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jong Leren", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jongleren-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jose Abad Santos I District", - "operator:type=government", - "operator:wikidata=Q130490867" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joseabadsantosidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jose Abad Santos II District", - "operator:type=government", - "operator:wikidata=Q130490869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/joseabadsantosiidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jose Panganiban East District", - "operator:type=government", - "operator:wikidata=Q130490814" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/josepanganibaneastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jose Panganiban West District", - "operator:type=government", - "operator:wikidata=Q130490815" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/josepanganibanwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Josefina District", - "operator:type=government", - "operator:wikidata=Q130490574" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/josefinadistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Jovellar District", - "operator:type=government", - "operator:wikidata=Q130491361" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jovellardistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Juban District", - "operator:type=government", - "operator:wikidata=Q130491001" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jubandistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -80199,21 +42216,6 @@ }, "then": "./assets/data/nsi/logos/judsonindependentschooldistrict-d19570.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Julita District", - "operator:type=government", - "operator:wikidata=Q130489615" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/julitadistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -80259,216 +42261,6 @@ }, "then": "./assets/data/nsi/logos/juntadeextremadura-c1ff56.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabacan North District", - "operator:type=government", - "operator:wikidata=Q130489822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabacannorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabacan South District", - "operator:type=government", - "operator:wikidata=Q130489823" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabacansouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabacan West District", - "operator:type=government", - "operator:wikidata=Q130489824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabacanwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabankalan I District", - "operator:type=government", - "operator:wikidata=Q130491181" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabankalanidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabankalan II District", - "operator:type=government", - "operator:wikidata=Q130491182" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabankalaniidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabankalan III District", - "operator:type=government", - "operator:wikidata=Q130491184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabankalaniiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabankalan IV District", - "operator:type=government", - "operator:wikidata=Q130491185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabankalanivdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabankalan V District", - "operator:type=government", - "operator:wikidata=Q130491186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabankalanvdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabasalan District", - "operator:type=government", - "operator:wikidata=Q130490066" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabasalandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabayan District", - "operator:type=government", - "operator:wikidata=Q130491369" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabayandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kabugao District", - "operator:type=government", - "operator:wikidata=Q130490740" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kabugaodistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kadingilan District", - "operator:type=government", - "operator:wikidata=Q130490770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kadingilandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kalamansig I District", - "operator:type=government", - "operator:wikidata=Q130490656" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kalamansigidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kalamansig II District", - "operator:type=government", - "operator:wikidata=Q130490658" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kalamansigiidistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -80485,81 +42277,6 @@ }, "then": "./assets/data/nsi/logos/kalamazoopublicschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kalawit District", - "operator:type=government", - "operator:wikidata=Q130490694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kalawitdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kalibo I District", - "operator:type=government", - "operator:wikidata=Q130491332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaliboidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kalilangan District", - "operator:type=government", - "operator:wikidata=Q130490771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kalilangandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kananga I District", - "operator:type=government", - "operator:wikidata=Q130489616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kanangaidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kananga II District", - "operator:type=government", - "operator:wikidata=Q130489617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kanangaiidistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -80575,111 +42292,6 @@ }, "then": "./assets/data/nsi/logos/kanelandcommunityunitschooldistrict302-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kanton Zürich, Bildungsdirektion", - "operator:type=government", - "operator:wikidata=Q113033130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kantonzurichbildungsdirektion-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kapalong East District", - "operator:type=government", - "operator:wikidata=Q130490300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kapalongeastdistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kapalong West District", - "operator:type=government", - "operator:wikidata=Q130490301" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kapalongwestdistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kapangan District", - "operator:type=government", - "operator:wikidata=Q130490452" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kapangandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kapatagan East District", - "operator:type=government", - "operator:wikidata=Q130490506" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kapataganeastdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kapatagan West District", - "operator:type=government", - "operator:wikidata=Q130490507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kapataganwestdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kaputian District", - "operator:type=government", - "operator:wikidata=Q130490499" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kaputiandistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -80695,51 +42307,6 @@ }, "then": "./assets/data/nsi/logos/karmoykommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kasibu District", - "operator:type=government", - "operator:wikidata=Q130489969" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kasibudistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Katipunan I District", - "operator:type=government", - "operator:wikidata=Q130490695" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/katipunanidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Katipunan II District", - "operator:type=government", - "operator:wikidata=Q130490696" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/katipunaniidistrict-9ed5a7.undefined" - }, { "if": { "and": [ @@ -80756,21 +42323,6 @@ }, "then": "./assets/data/nsi/logos/katyindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kauswagan District", - "operator:type=government", - "operator:wikidata=Q130490508" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kauswagandistrict-2e301f.undefined" - }, { "if": { "and": [ @@ -80787,67 +42339,6 @@ }, "then": "./assets/data/nsi/logos/kawarthapineridgedistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kawayan District", - "operator:type=government", - "operator:wikidata=Q130490151" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kawayandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kawit District", - "operator:type=government", - "operator:wikidata=Q130489986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kawitdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kayapa District", - "operator:type=government", - "operator:wikidata=Q130489970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kayapadistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Keewatin-Patricia District School Board", - "operator:short=KPDSB", - "operator:type=public", - "operator:wikidata=Q6383351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keewatinpatriciadistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -80864,35 +42355,6 @@ }, "then": "./assets/data/nsi/logos/kellerindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kemdikbud", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kemdikbud-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kementerian Pendidikan", - "operator:type=government", - "operator:wikidata=Q30296765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kementerianpendidikan-5f5eaa.undefined" - }, { "if": { "and": [ @@ -80916,20 +42378,6 @@ }, "then": "./assets/data/nsi/logos/kementerianpendidikanmalaysia-015093.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=KempenKind", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kempenkind-e21ec9.undefined" - }, { "if": { "and": [ @@ -80962,21 +42410,6 @@ }, "then": "./assets/data/nsi/logos/kenoshaunifiedschooldistrict-ac5479.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kent Catholic Schools' Partnership", - "operator:type=private", - "operator:wikidata=Q121704482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentcatholicschoolspartnership-26e9df.undefined" - }, { "if": { "and": [ @@ -81008,53 +42441,6 @@ }, "then": "./assets/data/nsi/logos/kentschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kent Special Educational Needs Trust", - "operator:short=KSENT", - "operator:type=private", - "operator:wikidata=Q122616464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentspecialeducationalneedstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kenton County School District", - "operator:short=KCSD", - "operator:type=public", - "operator:wikidata=Q6392077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentoncountyschooldistrict-4e7bb3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kentwood Public Schools", - "operator:short=KPS", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentwoodpublicschools-aa6f23.undefined" - }, { "if": { "and": [ @@ -81070,96 +42456,6 @@ }, "then": "./assets/data/nsi/logos/kernowlearningmultiacademytrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kiangan District", - "operator:type=government", - "operator:wikidata=Q130489760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiangandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kibawe District", - "operator:type=government", - "operator:wikidata=Q130490772" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kibawedistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kiblawan District", - "operator:type=government", - "operator:wikidata=Q130490870" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiblawandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kibungan District", - "operator:type=government", - "operator:wikidata=Q130490453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kibungandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kiem", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiem-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Killeen Independent School District", - "operator:short=Killeen ISD", - "operator:type=public", - "operator:wikidata=Q6407407" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/killeenindependentschooldistrict-d19570.undefined" - }, { "if": { "and": [ @@ -81190,81 +42486,6 @@ }, "then": "./assets/data/nsi/logos/kinnkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kinoguitan District", - "operator:type=government", - "operator:wikidata=Q130490368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kinoguitandistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kirklees Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16995709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kirkleesmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kitaotao I District", - "operator:type=government", - "operator:wikidata=Q130490773" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitaotaoidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kitaotao II District", - "operator:type=government", - "operator:wikidata=Q130490774" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitaotaoiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kitcharao District", - "operator:type=government", - "operator:wikidata=Q130490729" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kitcharaodistrict-804291.undefined" - }, { "if": { "and": [ @@ -81281,21 +42502,6 @@ }, "then": "./assets/data/nsi/logos/klamathcountyschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Klebelsberg Intézményfenntartó Központ", - "operator:type=public", - "operator:wikidata=Q16521272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/klebelsbergintezmenyfenntartokozpont-211b9f.undefined" - }, { "if": { "and": [ @@ -81327,21 +42533,6 @@ }, "then": "./assets/data/nsi/logos/kleppkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Knowsley Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q16995750" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/knowsleymetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -81357,21 +42548,6 @@ }, "then": "./assets/data/nsi/logos/knoxcountyschools-3799fa.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kolambugan District", - "operator:type=government", - "operator:wikidata=Q130490518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kolambugandistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -81387,50 +42563,6 @@ }, "then": "./assets/data/nsi/logos/kongsbergkommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Koninklijke Auris Groep", - "operator:type=ngo", - "operator:wikidata=Q2421087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koninklijkeaurisgroep-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Koninklijke Kentalis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koninklijkekentalis-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Koronadal West District I", - "operator:type=government", - "operator:wikidata=Q130491187" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/koronadalwestdistricti-ea96af.undefined" - }, { "if": { "and": [ @@ -81447,21 +42579,6 @@ }, "then": "./assets/data/nsi/logos/kosickysamospravnykraj-08fea1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Közép-Pesti Tankerületi Központ", - "operator:type=public", - "operator:wikidata=Q108840244" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kozeppestitankeruletikozpont-211b9f.undefined" - }, { "if": { "and": [ @@ -81507,51 +42624,6 @@ }, "then": "./assets/data/nsi/logos/kristiansundkommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kulaman I District", - "operator:type=government", - "operator:wikidata=Q130490659" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kulamanidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kulaman II District", - "operator:type=government", - "operator:wikidata=Q130490660" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kulamaniidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Kumalarang District", - "operator:type=government", - "operator:wikidata=Q130490575" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kumalarangdistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -81612,22 +42684,6 @@ }, "then": "./assets/data/nsi/logos/kyffhauserkreis-3f6a1d.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=L.E.A.D. Academy Trust", - "operator:short=L.E.A.D.", - "operator:type=private", - "operator:wikidata=Q121704484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leadacademytrust-26e9df.undefined" - }, { "if": { "and": [ @@ -81644,36 +42700,6 @@ }, "then": "./assets/data/nsi/logos/lansecreusepublicschools-aa6f23.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Castellana I District", - "operator:type=government", - "operator:wikidata=Q130490944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lacastellanaidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Castellana II District", - "operator:type=government", - "operator:wikidata=Q130490945" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lacastellanaiidistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -81690,126 +42716,6 @@ }, "then": "./assets/data/nsi/logos/lajoyaindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Libertad District", - "operator:type=government", - "operator:wikidata=Q130490245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lalibertaddistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Libertad District", - "operator:type=government", - "operator:wikidata=Q130490697" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lalibertaddistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz District", - "operator:type=government", - "operator:wikidata=Q130490426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapazdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz District", - "operator:type=government", - "operator:wikidata=Q130489618" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapazdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz I District", - "operator:type=government", - "operator:wikidata=Q130491102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapazidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz II District", - "operator:type=government", - "operator:wikidata=Q130491103" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapaziidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz North District", - "operator:type=government", - "operator:wikidata=Q130490675" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapaznorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Paz South District", - "operator:type=government", - "operator:wikidata=Q130490676" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapazsouthdistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -81825,231 +42731,6 @@ }, "then": "./assets/data/nsi/logos/lasalle-155571.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=La Trinidad District", - "operator:type=government", - "operator:wikidata=Q130490454" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/latrinidaddistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laak District", - "operator:type=government", - "operator:wikidata=Q130491398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laakdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labangan I District", - "operator:type=government", - "operator:wikidata=Q130490576" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labanganidistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labangan II District", - "operator:type=government", - "operator:wikidata=Q130490577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labanganiidistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labason District", - "operator:type=government", - "operator:wikidata=Q130490698" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labasondistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labo East District", - "operator:type=government", - "operator:wikidata=Q130490816" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laboeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labo West District", - "operator:type=government", - "operator:wikidata=Q130490817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labowestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labrador District", - "operator:type=government", - "operator:wikidata=Q130491293" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labradordistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Labuan District", - "operator:type=government", - "operator:wikidata=Q130490521" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/labuandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lagangilang District", - "operator:type=government", - "operator:wikidata=Q130490427" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lagangilangdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lagawe District", - "operator:type=government", - "operator:wikidata=Q130489761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lagawedistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lagonglong District", - "operator:type=government", - "operator:wikidata=Q130490369" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lagonglongdistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lagonoy North District", - "operator:type=government", - "operator:wikidata=Q130490472" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lagonoynorthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lagonoy South District", - "operator:type=government", - "operator:wikidata=Q130490473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lagonoysouthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laguindingan District", - "operator:type=government", - "operator:wikidata=Q130490370" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laguindingandistrict-c61748.undefined" - }, { "if": { "and": [ @@ -82066,36 +42747,6 @@ }, "then": "./assets/data/nsi/logos/lakeoswegoschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lake Sebu East District", - "operator:type=government", - "operator:wikidata=Q130491012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakesebueastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lake Sebu West District", - "operator:type=government", - "operator:wikidata=Q130491013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakesebuwestdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -82128,82 +42779,6 @@ }, "then": "./assets/data/nsi/logos/lakewashingtonschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lakehead District School Board", - "operator:short=LDSB", - "operator:type=public", - "operator:wikidata=Q6478735" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakeheaddistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lakewood District", - "operator:type=government", - "operator:wikidata=Q130490578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakewooddistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lal-lo South District", - "operator:type=government", - "operator:wikidata=Q130489578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lallosouthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lala North District", - "operator:type=government", - "operator:wikidata=Q130490509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lalanorthdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lala South District", - "operator:type=government", - "operator:wikidata=Q130490510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lalasouthdistrict-2e301f.undefined" - }, { "if": { "and": [ @@ -82236,21 +42811,6 @@ }, "then": "./assets/data/nsi/logos/lamarcountyschooldistrict-36719b.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lambayong III District", - "operator:type=government", - "operator:wikidata=Q130490661" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lambayongiiidistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -82267,51 +42827,6 @@ }, "then": "./assets/data/nsi/logos/lambtonkentdistrictschoolboard-57bf82.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lambunao East District", - "operator:type=government", - "operator:wikidata=Q130491299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lambunaoeastdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lambunao West District", - "operator:type=government", - "operator:wikidata=Q130489791" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lambunaowestdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lamut District", - "operator:type=government", - "operator:wikidata=Q130489762" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lamutdistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -82327,22 +42842,6 @@ }, "then": "./assets/data/nsi/logos/lancashirecountycouncil-1109dc.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lancaster Independent School District", - "operator:short=LISD", - "operator:type=public", - "operator:wikidata=Q6483205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lancasterindependentschooldistrict-d19570.undefined" - }, { "if": { "and": [ @@ -82389,20 +42888,6 @@ }, "then": "./assets/data/nsi/logos/landberlin-d52d16.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Landeshauptstadt Dresden Schulverwaltungsamt", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeshauptstadtdresdenschulverwaltungsamt-9699d0.undefined" - }, { "if": { "and": [ @@ -82418,20 +42903,6 @@ }, "then": "./assets/data/nsi/logos/landeshauptstadtdusseldorf-1fea76.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Landeshauptstadt München, Referat für Bildung und Sport", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landeshauptstadtmunchenreferatfurbildungundsport-46895d.undefined" - }, { "if": { "and": [ @@ -82522,198 +42993,6 @@ }, "then": "./assets/data/nsi/logos/landkreissudlicheweinstrasse-23163a.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Landratsamt Altenburger Land", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landratsamtaltenburgerland-3f6a1d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Landratsamt Greiz", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landratsamtgreiz-3f6a1d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Landschaftsverband Westfalen-Lippe", - "operator:type=association" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landschaftsverbandwestfalenlippe-1fea76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Languyan District", - "operator:type=government", - "operator:wikidata=Q130491076" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/languyandistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lantapan District", - "operator:type=government", - "operator:wikidata=Q130490775" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lantapandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lantawan District", - "operator:type=government", - "operator:wikidata=Q130491134" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lantawandistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lanuza District", - "operator:type=government", - "operator:wikidata=Q130491057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanuzadistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laoac District", - "operator:type=government", - "operator:wikidata=Q130489890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laoacdistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laoang I District", - "operator:type=government", - "operator:wikidata=Q130490184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laoangidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laoang II District", - "operator:type=government", - "operator:wikidata=Q130490185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laoangiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laoang III District", - "operator:type=government", - "operator:wikidata=Q130490186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laoangiiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lapinig District", - "operator:type=government", - "operator:wikidata=Q130490187" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapinigdistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lapuyan District", - "operator:type=government", - "operator:wikidata=Q130490579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lapuyandistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -82745,66 +43024,6 @@ }, "then": "./assets/data/nsi/logos/larvikkommune-ee5f1f.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Las Navas I District", - "operator:type=government", - "operator:wikidata=Q130490188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasnavasidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Las Navas II District", - "operator:type=government", - "operator:wikidata=Q130490189" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasnavasiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Las Nieves East District", - "operator:type=government", - "operator:wikidata=Q130490730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasnieveseastdistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Las Nieves West District", - "operator:type=government", - "operator:wikidata=Q130490731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasnieveswestdistrict-804291.undefined" - }, { "if": { "and": [ @@ -82821,125 +43040,6 @@ }, "then": "./assets/data/nsi/logos/lasvirgenesunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lasam East District", - "operator:type=government", - "operator:wikidata=Q130489579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasameastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lasam West District", - "operator:type=government", - "operator:wikidata=Q130489580" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lasamwestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laua-an District", - "operator:type=government", - "operator:wikidata=Q130490261" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lauaandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laur District", - "operator:type=government", - "operator:wikidata=Q130490007" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laurdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laurel District", - "operator:type=government", - "operator:wikidata=Q130489706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laureldistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Laurentius Stichting", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/laurentiusstichting-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lavezares I District", - "operator:type=government", - "operator:wikidata=Q130490190" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lavezaresidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lavezares II District", - "operator:type=government", - "operator:wikidata=Q130490191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lavezaresiidistrict-a446cb.undefined" - }, { "if": { "and": [ @@ -82956,82 +43056,6 @@ }, "then": "./assets/data/nsi/logos/lawrencepublicschools-43eeb8.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lawrence Public Schools", - "operator:type=public", - "operator:wikidata=Q112227720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawrencepublicschools-be2584.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lawrence Public Schools", - "operator:short=LPS", - "operator:type=public", - "operator:wikidata=Q6504502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawrencepublicschools-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leander Independent School District", - "operator:type=public", - "operator:wikidata=Q6509528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leanderindependentschooldistrict-d19570.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Learn Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616443" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/learnacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Learners' Trust", - "operator:type=private", - "operator:wikidata=Q122616409" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/learnerstrust-7a837c.undefined" - }, { "if": { "and": [ @@ -83047,37 +43071,6 @@ }, "then": "./assets/data/nsi/logos/learningacademiestrust-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Learning Academy Partnership (South West)", - "operator:short=LAPSW", - "operator:type=private", - "operator:wikidata=Q122616288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/learningacademypartnershipsouthwest-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Learning In Harmony Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616290" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/learninginharmonymultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -83093,36 +43086,6 @@ }, "then": "./assets/data/nsi/logos/learningpartnersacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lebak Central District", - "operator:type=government", - "operator:wikidata=Q130490662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lebakcentraldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lebak East District", - "operator:type=government", - "operator:wikidata=Q130490663" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lebakeastdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -83138,95 +43101,6 @@ }, "then": "./assets/data/nsi/logos/leedscitycouncil-ef57c6.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leerplein055", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leerplein055-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leganes District", - "operator:type=government", - "operator:wikidata=Q130489792" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leganesdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Legazpi Port I District", - "operator:type=government", - "operator:wikidata=Q130489873" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/legazpiportidistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Legazpi Port II District", - "operator:type=government", - "operator:wikidata=Q130489874" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/legazpiportiidistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leicester City Council", - "operator:type=government", - "operator:wikidata=Q6519163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leicestercitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leicestershire County Council", - "operator:type=government", - "operator:wikidata=Q6386198" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leicestershirecountycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -83242,36 +43116,6 @@ }, "then": "./assets/data/nsi/logos/leighacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lemery District", - "operator:type=government", - "operator:wikidata=Q130489707" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lemerydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lemery District", - "operator:type=government", - "operator:wikidata=Q130489793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lemerydistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -83287,65 +43131,6 @@ }, "then": "./assets/data/nsi/logos/leoncountyschools-e8bc2a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leon I District", - "operator:type=government", - "operator:wikidata=Q130489794" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leonidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leon II District", - "operator:type=government", - "operator:wikidata=Q130489795" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leoniidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lesotho Evangelical Church", - "operator:type=religious", - "operator:wikidata=Q15825714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lesothoevangelicalchurch-889426.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=LEV Scholengroep West-Nederland", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/levscholengroepwestnederland-e21ec9.undefined" - }, { "if": { "and": [ @@ -83362,245 +43147,6 @@ }, "then": "./assets/data/nsi/logos/lewisvilleindependentschooldistrict-d19570.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leyte I District", - "operator:type=government", - "operator:wikidata=Q130489619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leyteidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Leyte II District", - "operator:type=government", - "operator:wikidata=Q130489620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leyteiidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lian District", - "operator:type=government", - "operator:wikidata=Q130489708" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lianga District", - "operator:type=government", - "operator:wikidata=Q130491058" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liangadistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libacao District", - "operator:type=government", - "operator:wikidata=Q130491333" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libacaodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libertad District", - "operator:type=government", - "operator:wikidata=Q130490262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libertaddistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libertad District", - "operator:type=government", - "operator:wikidata=Q130490371" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libertaddistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libmanan North District", - "operator:type=government", - "operator:wikidata=Q130490474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libmanannorthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libmanan South District", - "operator:type=government", - "operator:wikidata=Q130490475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libmanansouthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libon East District", - "operator:type=government", - "operator:wikidata=Q130491362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liboneastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libon West District", - "operator:type=government", - "operator:wikidata=Q130491363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libonwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libona District", - "operator:type=government", - "operator:wikidata=Q130490776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libonadistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Librijn", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/librijn-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libungan East District", - "operator:type=government", - "operator:wikidata=Q130489825" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libunganeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Libungan West District", - "operator:type=government", - "operator:wikidata=Q130489826" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/libunganwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Licab District", - "operator:type=government", - "operator:wikidata=Q130490008" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/licabdistrict-9b2be9.undefined" - }, { "if": { "and": [ @@ -83616,81 +43162,6 @@ }, "then": "./assets/data/nsi/logos/lierkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=LiFE Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616467" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lifemultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lift Schools", - "operator:type=private", - "operator:wikidata=Q18712717" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liftschools-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ligao East District", - "operator:type=government", - "operator:wikidata=Q130491188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ligaoeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ligao South District", - "operator:type=government", - "operator:wikidata=Q130491189" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ligaosouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ligao West District", - "operator:type=government", - "operator:wikidata=Q130491190" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ligaowestdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -83706,35 +43177,6 @@ }, "then": "./assets/data/nsi/logos/lighthouseschoolspartnership-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lijn 83", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lijn83-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lila District", - "operator:type=government", - "operator:wikidata=Q130491321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liladistrict-604116.undefined" - }, { "if": { "and": [ @@ -83750,81 +43192,6 @@ }, "then": "./assets/data/nsi/logos/lillestromkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liloan District", - "operator:type=government", - "operator:wikidata=Q130489950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liloandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liloan District", - "operator:type=government", - "operator:wikidata=Q130491030" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liloandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liloy I District", - "operator:type=government", - "operator:wikidata=Q130490699" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liloyidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liloy II District", - "operator:type=government", - "operator:wikidata=Q130490700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liloyiidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Limay District", - "operator:type=government", - "operator:wikidata=Q130489499" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/limaydistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -83856,36 +43223,6 @@ }, "then": "./assets/data/nsi/logos/limpopodepartmentofeducation-3306c5.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Linapacan District", - "operator:type=government", - "operator:wikidata=Q130489522" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/linapacandistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lincoln Anglican Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704486" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lincolnanglicanacademytrust-26e9df.undefined" - }, { "if": { "and": [ @@ -83948,36 +43285,6 @@ }, "then": "./assets/data/nsi/logos/lindesneskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lingayen I District", - "operator:type=government", - "operator:wikidata=Q130491294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lingayenidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lingayen II District", - "operator:type=government", - "operator:wikidata=Q130491295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lingayeniidistrict-245060.undefined" - }, { "if": { "and": [ @@ -83993,36 +43300,6 @@ }, "then": "./assets/data/nsi/logos/lingfieldeducationtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lingig I District", - "operator:type=government", - "operator:wikidata=Q130491059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lingigidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lingig II District", - "operator:type=government", - "operator:wikidata=Q130491060" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lingigiidistrict-d85311.undefined" - }, { "if": { "and": [ @@ -84113,127 +43390,6 @@ }, "then": "./assets/data/nsi/logos/littlerockschooldistrict-c3d23c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liverpool City Council", - "operator:type=government", - "operator:wikidata=Q6658351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liverpoolcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Liverpool Diocesan Schools Trust", - "operator:short=LDST", - "operator:type=private", - "operator:wikidata=Q122616328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liverpooldiocesanschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Livingston Parish School Board", - "operator:type=public", - "operator:wikidata=Q6659673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/livingstonparishschoolboard-8f61a8.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Llanera District", - "operator:type=government", - "operator:wikidata=Q130490009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/llaneradistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Llorente District", - "operator:type=government", - "operator:wikidata=Q130490319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/llorentedistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loay District", - "operator:type=government", - "operator:wikidata=Q130491322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loaydistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lobo District", - "operator:type=government", - "operator:wikidata=Q130489709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lobodistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loboc District", - "operator:type=government", - "operator:wikidata=Q130491323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lobocdistrict-604116.undefined" - }, { "if": { "and": [ @@ -84564,21 +43720,6 @@ }, "then": "./assets/data/nsi/logos/londonboroughofnewham-657027.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=London Borough of Redbridge", - "operator:type=government", - "operator:wikidata=Q208955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/londonboroughofredbridge-657027.undefined" - }, { "if": { "and": [ @@ -84718,111 +43859,6 @@ }, "then": "./assets/data/nsi/logos/longviewpublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Looc District", - "operator:type=government", - "operator:wikidata=Q130489916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loocdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loon North District", - "operator:type=government", - "operator:wikidata=Q130491324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loonnorthdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loon South District", - "operator:type=government", - "operator:wikidata=Q130491325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loonsouthdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lope De Vega District", - "operator:type=government", - "operator:wikidata=Q130490192" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lopedevegadistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lopez East District", - "operator:type=government", - "operator:wikidata=Q130490542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lopezeastdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lopez Jaena District", - "operator:type=government", - "operator:wikidata=Q130490166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lopezjaenadistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lopez West District", - "operator:type=government", - "operator:wikidata=Q130490543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lopezwestdistrict-1f956b.undefined" - }, { "if": { "and": [ @@ -84838,51 +43874,6 @@ }, "then": "./assets/data/nsi/logos/lorenskogkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loreto District", - "operator:type=government", - "operator:wikidata=Q130489878" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loretodistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loreto North District", - "operator:type=government", - "operator:wikidata=Q130491104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loretonorthdistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Loreto South District", - "operator:type=government", - "operator:wikidata=Q130491106" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loretosouthdistrict-04050f.undefined" - }, { "if": { "and": [ @@ -84899,21 +43890,6 @@ }, "then": "./assets/data/nsi/logos/losangelesunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Los Baños District", - "operator:type=government", - "operator:wikidata=Q130489860" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/losbanosdistrict-a3ce88.undefined" - }, { "if": { "and": [ @@ -84945,156 +43921,6 @@ }, "then": "./assets/data/nsi/logos/louisrielschooldivision-650beb.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luba District", - "operator:type=government", - "operator:wikidata=Q130490428" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lubadistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lubang District", - "operator:type=government", - "operator:wikidata=Q130489540" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lubangdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lubao East District", - "operator:type=government", - "operator:wikidata=Q130490391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lubaoeastdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lubao West District", - "operator:type=government", - "operator:wikidata=Q130490392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lubaowestdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lubbock Independent School District", - "operator:short=Lubbock ISD", - "operator:type=public", - "operator:wikidata=Q6695124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lubbockindependentschooldistrict-d19570.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lucas Onderwijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucasonderwijs-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lucban District", - "operator:type=government", - "operator:wikidata=Q130490544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucbandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lucena North District", - "operator:type=government", - "operator:wikidata=Q130491195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucenanorthdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lucena South District", - "operator:type=government", - "operator:wikidata=Q130491196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucenasouthdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lucena West District", - "operator:type=government", - "operator:wikidata=Q130491197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucenawestdistrict-966867.undefined" - }, { "if": { "and": [ @@ -85111,141 +43937,6 @@ }, "then": "./assets/data/nsi/logos/luciamarunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luisiana District", - "operator:type=government", - "operator:wikidata=Q130489861" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luisianadistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lumban-Kalayaan District", - "operator:type=government", - "operator:wikidata=Q130489862" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lumbankalayaandistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luna District", - "operator:type=government", - "operator:wikidata=Q130490741" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lunadistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luna I District", - "operator:type=government", - "operator:wikidata=Q130489741" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lunaidistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luna II District", - "operator:type=government", - "operator:wikidata=Q130489742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lunaiidistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lupao District", - "operator:type=government", - "operator:wikidata=Q130490010" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lupaodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lupi District", - "operator:type=government", - "operator:wikidata=Q130490476" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lupidistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lupon East District", - "operator:type=government", - "operator:wikidata=Q130490626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luponeastdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Lupon West District", - "operator:type=government", - "operator:wikidata=Q130490627" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luponwestdistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -85278,35 +43969,6 @@ }, "then": "./assets/data/nsi/logos/lutonboroughcouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luuk District", - "operator:type=government", - "operator:wikidata=Q130491264" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luukdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Luweero Diocese Church of Uganda", - "operator:type=religious" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luweerodiocesechurchofuganda-74bde0.undefined" - }, { "if": { "and": [ @@ -85323,381 +43985,6 @@ }, "then": "./assets/data/nsi/logos/lynwoodunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=M'Lang Central District", - "operator:type=government", - "operator:wikidata=Q130489838" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mlangcentraldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=M'Lang East District", - "operator:type=government", - "operator:wikidata=Q130489839" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mlangeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=M'Lang North District", - "operator:type=government", - "operator:wikidata=Q130489840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mlangnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maasin District", - "operator:type=government", - "operator:wikidata=Q130489796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maasindistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maayon District", - "operator:type=government", - "operator:wikidata=Q130490832" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maayondistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabalacat East District", - "operator:type=government", - "operator:wikidata=Q130491198" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabalacateastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabalacat North District", - "operator:type=government", - "operator:wikidata=Q130491199" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabalacatnorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabalacat South District", - "operator:type=government", - "operator:wikidata=Q130491200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabalacatsouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabinay I District", - "operator:type=government", - "operator:wikidata=Q130490246" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinayidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabinay II District", - "operator:type=government", - "operator:wikidata=Q130490247" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinayiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabini District", - "operator:type=government", - "operator:wikidata=Q130489710" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabini District", - "operator:type=government", - "operator:wikidata=Q130491326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinidistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabini District", - "operator:type=government", - "operator:wikidata=Q130491399" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabini District", - "operator:type=government", - "operator:wikidata=Q130491296" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabinidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mabuhay District", - "operator:type=government", - "operator:wikidata=Q130490067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mabuhaydistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Macabebe East District", - "operator:type=government", - "operator:wikidata=Q130490393" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macabebeeastdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Macabebe West District", - "operator:type=government", - "operator:wikidata=Q130490394" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macabebewestdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Macalelon District", - "operator:type=government", - "operator:wikidata=Q130490545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macalelondistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Macarthur District", - "operator:type=government", - "operator:wikidata=Q130489621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macarthurdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maco North District", - "operator:type=government", - "operator:wikidata=Q130490854" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maconorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maco South District", - "operator:type=government", - "operator:wikidata=Q130490855" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macosouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Macrohon District", - "operator:type=government", - "operator:wikidata=Q130491031" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/macrohondistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Madalag District", - "operator:type=government", - "operator:wikidata=Q130491335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/madalagdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maddela Zone I District", - "operator:type=government", - "operator:wikidata=Q130489669" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maddelazoneidistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maddela Zone II District", - "operator:type=government", - "operator:wikidata=Q130489670" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maddelazoneiidistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -85730,321 +44017,6 @@ }, "then": "./assets/data/nsi/logos/madisonschooldistrict321-d7611a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Madrid District", - "operator:type=government", - "operator:wikidata=Q130491061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/madriddistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Madridejos District", - "operator:type=government", - "operator:wikidata=Q130489951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/madridejosdistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magalang North District", - "operator:type=government", - "operator:wikidata=Q130490395" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magalangnorthdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magallanes District", - "operator:type=government", - "operator:wikidata=Q130489987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magallanesdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magallanes North District", - "operator:type=government", - "operator:wikidata=Q130491002" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magallanesnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magallanes South District", - "operator:type=government", - "operator:wikidata=Q130491003" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magallanessouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magarao-Bombon District", - "operator:type=government", - "operator:wikidata=Q130490477" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magaraobombondistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magna Learning Partnership", - "operator:short=MLP", - "operator:type=private", - "operator:wikidata=Q122616496" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magnalearningpartnership-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magpet East District", - "operator:type=government", - "operator:wikidata=Q130489827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magpeteastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magpet West District", - "operator:type=government", - "operator:wikidata=Q130489828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magpetwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay District", - "operator:type=government", - "operator:wikidata=Q130489541" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysaydistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay District", - "operator:type=government", - "operator:wikidata=Q130489523" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysaydistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay I District", - "operator:type=government", - "operator:wikidata=Q130490372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysayidistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay II District", - "operator:type=government", - "operator:wikidata=Q130490373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysayiidistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay North District", - "operator:type=government", - "operator:wikidata=Q130490871" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysaynorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsaysay South District", - "operator:type=government", - "operator:wikidata=Q130490872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsaysaysouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Magsingal District", - "operator:type=government", - "operator:wikidata=Q130490120" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magsingaldistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mahaplag District", - "operator:type=government", - "operator:wikidata=Q130489622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mahaplagdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mahayag North District", - "operator:type=government", - "operator:wikidata=Q130490580" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mahayagnorthdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mahayag South District", - "operator:type=government", - "operator:wikidata=Q130490581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mahayagsouthdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Main-Taunus-Kreis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maintaunuskreis-33ddf1.undefined" - }, { "if": { "and": [ @@ -86060,517 +44032,6 @@ }, "then": "./assets/data/nsi/logos/mainetownshiphighschooldistrict207-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mainit I District", - "operator:type=government", - "operator:wikidata=Q130490414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainitidistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mainit II District", - "operator:type=government", - "operator:wikidata=Q130490415" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainitiidistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mairie d'Orange", - "operator:type=government", - "operator:wikidata=Q113961953" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedorange-31baba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mairie de Chelles", - "operator:type=government", - "operator:wikidata=Q115918186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedechelles-3c0887.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mairie de Dole", - "operator:type=government", - "operator:wikidata=Q87112408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiededole-cafc08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mairie de Pontault-Combault", - "operator:type=government", - "operator:wikidata=Q118837785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedepontaultcombault-3c0887.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:type=government", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-c21818.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Makato District", - "operator:type=government", - "operator:wikidata=Q130490141" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/makatodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Makilala Central District", - "operator:type=government", - "operator:wikidata=Q130489829" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/makilalacentraldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Makilala East District", - "operator:type=government", - "operator:wikidata=Q130489830" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/makilalaeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Makilala West District", - "operator:type=government", - "operator:wikidata=Q130489831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/makilalawestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Majlis Amanah Rakyat", - "operator:short=MARA", - "operator:type=government", - "operator:wikidata=Q4263028" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/majlisamanahrakyat-015093.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malabog District", - "operator:type=government", - "operator:wikidata=Q130490609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malabogdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malabuyoc District", - "operator:type=government", - "operator:wikidata=Q130489952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malabuyocdistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malalag District", - "operator:type=government", - "operator:wikidata=Q130490873" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malalagdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malangas District", - "operator:type=government", - "operator:wikidata=Q130490068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malangasdistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malasiqui I District", - "operator:type=government", - "operator:wikidata=Q130491297" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malasiquiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malasiqui II District", - "operator:type=government", - "operator:wikidata=Q130489688" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malasiquiiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malay District", - "operator:type=government", - "operator:wikidata=Q130491336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malaydistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malilipot District", - "operator:type=government", - "operator:wikidata=Q130491364" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malilipotdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malimono District", - "operator:type=government", - "operator:wikidata=Q130490416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malimonodistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malinao District", - "operator:type=government", - "operator:wikidata=Q130491337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malinaodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malinao District", - "operator:type=government", - "operator:wikidata=Q130491365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malinaodistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malita North District", - "operator:type=government", - "operator:wikidata=Q130490874" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malitanorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malita South District", - "operator:type=government", - "operator:wikidata=Q130490875" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malitasouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malitbog District", - "operator:type=government", - "operator:wikidata=Q130490777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malitbogdistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malitbog District", - "operator:type=government", - "operator:wikidata=Q130491032" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malitbogdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mallig District", - "operator:type=government", - "operator:wikidata=Q130490095" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malligdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Malvar District", - "operator:type=government", - "operator:wikidata=Q130489711" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/malvardistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mamburao District", - "operator:type=government", - "operator:wikidata=Q130489542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mamburaodistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mambusao East District", - "operator:type=government", - "operator:wikidata=Q130490833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mambusaoeastdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mambusao West District", - "operator:type=government", - "operator:wikidata=Q130490834" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mambusaowestdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manaoag District", - "operator:type=government", - "operator:wikidata=Q130489891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manaoagdistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manapla District", - "operator:type=government", - "operator:wikidata=Q130490946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manapladistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -86587,21 +44048,6 @@ }, "then": "./assets/data/nsi/logos/manateecountyschooldistrict-e8bc2a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manay District", - "operator:type=government", - "operator:wikidata=Q130491432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manaydistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -86617,232 +44063,6 @@ }, "then": "./assets/data/nsi/logos/manchestercitycouncil-7a837c.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mandaon North District", - "operator:type=government", - "operator:wikidata=Q130491352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mandaonnorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mandaon South District", - "operator:type=government", - "operator:wikidata=Q130490343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mandaonsouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mangaldan I District", - "operator:type=government", - "operator:wikidata=Q130489892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mangaldanidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mangaldan II District", - "operator:type=government", - "operator:wikidata=Q130489893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mangaldaniidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mangatarem I District", - "operator:type=government", - "operator:wikidata=Q130489689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mangataremidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mangatarem II District", - "operator:type=government", - "operator:wikidata=Q130489690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mangataremiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manicahan District", - "operator:type=government", - "operator:wikidata=Q130490522" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manicahandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manito District", - "operator:type=government", - "operator:wikidata=Q130491366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manitodistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manjuyod District", - "operator:type=government", - "operator:wikidata=Q130490248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manjuyoddistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mankayan District", - "operator:type=government", - "operator:wikidata=Q130490455" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mankayandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manolo Fortich I District", - "operator:type=government", - "operator:wikidata=Q130490778" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manolofortichidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manolo Fortich II District", - "operator:type=government", - "operator:wikidata=Q130490779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manolofortichiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manor Hall Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manorhallacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mansalay District", - "operator:type=government", - "operator:wikidata=Q130490637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mansalaydistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mansfield Independent School District", - "operator:short=MISD", - "operator:type=public", - "operator:wikidata=Q6751656" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mansfieldindependentschooldistrict-d19570.undefined" - }, { "if": { "and": [ @@ -86859,171 +44079,6 @@ }, "then": "./assets/data/nsi/logos/mantecaunifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manticao District", - "operator:type=government", - "operator:wikidata=Q130490374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manticaodistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manukan I District", - "operator:type=government", - "operator:wikidata=Q130490701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manukanidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Manukan II District", - "operator:type=government", - "operator:wikidata=Q130490702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manukaniidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mapanas District", - "operator:type=government", - "operator:wikidata=Q130490193" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mapanasdistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mapandan District", - "operator:type=government", - "operator:wikidata=Q130489691" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mapandandistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mapun District", - "operator:type=government", - "operator:wikidata=Q130491077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mapundistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Marabut District", - "operator:type=government", - "operator:wikidata=Q130490216" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marabutdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maragondon District", - "operator:type=government", - "operator:wikidata=Q130489988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maragondondistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maragusan District", - "operator:type=government", - "operator:wikidata=Q130491400" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maragusandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maramag II District", - "operator:type=government", - "operator:wikidata=Q130490780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maramagiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maramag III District", - "operator:type=government", - "operator:wikidata=Q130490781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maramagiiidistrict-975888.undefined" - }, { "if": { "and": [ @@ -87039,141 +44094,6 @@ }, "then": "./assets/data/nsi/logos/marchesacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Marcos-Nueva Era District", - "operator:type=government", - "operator:wikidata=Q130489655" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marcosnuevaeradistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Margosatubig District", - "operator:type=government", - "operator:wikidata=Q130490582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/margosatubigdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maria Aurora District", - "operator:type=government", - "operator:wikidata=Q130490601" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mariaauroradistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maria District", - "operator:type=government", - "operator:wikidata=Q130491233" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mariadistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maribojoc District", - "operator:type=government", - "operator:wikidata=Q130491327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maribojocdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Marihatag District", - "operator:type=government", - "operator:wikidata=Q130491062" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marihatagdistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Marilao District", - "operator:type=government", - "operator:wikidata=Q130490284" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marilaodistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Marilog District", - "operator:type=government", - "operator:wikidata=Q130490610" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marilogdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maripipi District", - "operator:type=government", - "operator:wikidata=Q130490152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maripipidistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -87189,21 +44109,6 @@ }, "then": "./assets/data/nsi/logos/maritimeacademytrust-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mariveles District", - "operator:type=government", - "operator:wikidata=Q130489500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marivelesdistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -87251,201 +44156,6 @@ }, "then": "./assets/data/nsi/logos/marysvilleschooldistrict25-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Masantol District", - "operator:type=government", - "operator:wikidata=Q130490396" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/masantoldistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Masbaste North District 1", - "operator:type=government", - "operator:wikidata=Q130491208" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/masbastenorthdistrict1-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Masbaste North District 2", - "operator:type=government", - "operator:wikidata=Q130491209" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/masbastenorthdistrict2-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Masinloc District", - "operator:type=government", - "operator:wikidata=Q130491089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/masinlocdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mataas Na Kahoy District", - "operator:type=government", - "operator:wikidata=Q130489712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mataasnakahoydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matag-Ob District", - "operator:type=government", - "operator:wikidata=Q130489623" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matagobdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matalam Central District", - "operator:type=government", - "operator:wikidata=Q130489832" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matalamcentraldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matalam North District", - "operator:type=government", - "operator:wikidata=Q130489833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matalamnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matalam South District", - "operator:type=government", - "operator:wikidata=Q130489834" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matalamsouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matalom North District", - "operator:type=government", - "operator:wikidata=Q130489624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matalomnorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matalom South District", - "operator:type=government", - "operator:wikidata=Q130489625" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matalomsouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matanao I District", - "operator:type=government", - "operator:wikidata=Q130490876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matanaoidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matanao II District", - "operator:type=government", - "operator:wikidata=Q130490877" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matanaoiidistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -87461,171 +44171,6 @@ }, "then": "./assets/data/nsi/logos/materchristimultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mati Central District", - "operator:type=government", - "operator:wikidata=Q130490628" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maticentraldistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mati North District", - "operator:type=government", - "operator:wikidata=Q130491374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matinorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mati South District", - "operator:type=government", - "operator:wikidata=Q130490629" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matisouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Matnog District", - "operator:type=government", - "operator:wikidata=Q130491004" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/matnogdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mauban North District", - "operator:type=government", - "operator:wikidata=Q130490546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maubannorthdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mauban South District", - "operator:type=government", - "operator:wikidata=Q130490547" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maubansouthdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mawab District", - "operator:type=government", - "operator:wikidata=Q130490856" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mawabdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mayantoc District", - "operator:type=government", - "operator:wikidata=Q130490677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mayantocdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Maydolong District", - "operator:type=government", - "operator:wikidata=Q130490320" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maydolongdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mayorga District", - "operator:type=government", - "operator:wikidata=Q130489626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mayorgadistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mayoyao District", - "operator:type=government", - "operator:wikidata=Q130489763" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mayoyaodistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -87642,21 +44187,6 @@ }, "then": "./assets/data/nsi/logos/mcallenindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Medellin District", - "operator:type=government", - "operator:wikidata=Q130489953" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medellindistrict-7153a9.undefined" - }, { "if": { "and": [ @@ -87673,36 +44203,6 @@ }, "then": "./assets/data/nsi/logos/medfordschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Medina District", - "operator:type=government", - "operator:wikidata=Q130490375" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medinadistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Medway Council", - "operator:type=government", - "operator:wikidata=Q16997526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/medwaycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -87750,66 +44250,6 @@ }, "then": "./assets/data/nsi/logos/ministeredeleducationnationaledelalphabetisationetdelapromotiondeslanguesnationales-3dba23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mercedes District", - "operator:type=government", - "operator:wikidata=Q130490818" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mercedesdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mercedes District", - "operator:type=government", - "operator:wikidata=Q130490321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mercedesdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mercedes District", - "operator:type=government", - "operator:wikidata=Q130490523" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mercedesdistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Merida District", - "operator:type=government", - "operator:wikidata=Q130489627" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridadistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -87825,52 +44265,6 @@ }, "then": "./assets/data/nsi/logos/meridiantrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Merthyr Tydfil County Borough Council", - "operator:type=government", - "operator:wikidata=Q16997658" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merthyrtydfilcountyboroughcouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mesa County Valley School District 51", - "operator:type=public", - "operator:wikidata=Q6821061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mesacountyvalleyschooldistrict51-64c3e7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mesa Public Schools", - "operator:short=MPS", - "operator:type=public", - "operator:wikidata=Q6821077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mesapublicschools-59e2c9.undefined" - }, { "if": { "and": [ @@ -87902,95 +44296,6 @@ }, "then": "./assets/data/nsi/logos/mestokosice-08fea1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mexico North District", - "operator:type=government", - "operator:wikidata=Q130490397" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mexiconorthdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mexico South District", - "operator:type=government", - "operator:wikidata=Q130490398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mexicosouthdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Meycauayan East District", - "operator:type=government", - "operator:wikidata=Q130491210" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meycauayaneastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=MGLC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mglc-224052.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Miagao East District", - "operator:type=government", - "operator:wikidata=Q130491300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miagaoeastdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Miagao West District", - "operator:type=government", - "operator:wikidata=Q130489797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miagaowestdistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -88054,21 +44359,6 @@ }, "then": "./assets/data/nsi/logos/miastostolecznewarszawa-83282a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Middle Country Central School District", - "operator:type=public", - "operator:wikidata=Q6841281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/middlecountrycentralschooldistrict-7d0023.undefined" - }, { "if": { "and": [ @@ -88099,66 +44389,6 @@ }, "then": "./assets/data/nsi/logos/midlothiancouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Midsalip District", - "operator:type=government", - "operator:wikidata=Q130490583" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midsalipdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Midsayap North District", - "operator:type=government", - "operator:wikidata=Q130489835" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midsayapnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Midsayap South District", - "operator:type=government", - "operator:wikidata=Q130489836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midsayapsouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Midsayap West District", - "operator:type=government", - "operator:wikidata=Q130489837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midsayapwestdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -88174,51 +44404,6 @@ }, "then": "./assets/data/nsi/logos/midsomernortonschoolspartnership-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Milagros East District", - "operator:type=government", - "operator:wikidata=Q130490345" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/milagroseastdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Milagros West District", - "operator:type=government", - "operator:wikidata=Q130490346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/milagroswestdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Milaor-Gainza District", - "operator:type=government", - "operator:wikidata=Q130490478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/milaorgainzadistrict-230b71.undefined" - }, { "if": { "and": [ @@ -88251,21 +44436,6 @@ }, "then": "./assets/data/nsi/logos/milpitasunifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Milton Keynes Council", - "operator:type=government", - "operator:wikidata=Q16997843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miltonkeynescouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -88282,128 +44452,6 @@ }, "then": "./assets/data/nsi/logos/milwaukeepublicschools-ac5479.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mina District", - "operator:type=government", - "operator:wikidata=Q130489798" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Minalabac District", - "operator:type=government", - "operator:wikidata=Q130490479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minalabacdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Minalin District", - "operator:type=government", - "operator:wikidata=Q130490399" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minalindistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de las Fuerzas Armadas Revolucionarias", - "operator:short=MINFAR", - "operator:type=government;military", - "operator:wikidata=Q56274945" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodelasfuerzasarmadasrevolucionarias-72f85c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Minglanilla I District", - "operator:type=government", - "operator:wikidata=Q130489954" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/minglanillaidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministère de l'Educación", - "operator:short=MINEDUC", - "operator:type=government", - "operator:wikidata=Q18198606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredeleducacion-f22279.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministère de l'Éducation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredeleducation-34bbb2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministère de l'Education de Base", - "operator:short=MINEDUB", - "operator:type=government", - "operator:wikidata=Q116040236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredeleducationdebase-939afa.undefined" - }, { "if": { "and": [ @@ -88419,21 +44467,6 @@ }, "then": "./assets/data/nsi/logos/ministeredeleducationnationale-e43c15.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministère de l'Éducation Nationale", - "operator:type=government", - "operator:wikidata=Q112692621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredeleducationnationale-a6a00b.undefined" - }, { "if": { "and": [ @@ -88449,21 +44482,6 @@ }, "then": "./assets/data/nsi/logos/ministeredeleducationnationaleetdelajeunesse-9d3cb1.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministério da Educação", - "operator:type=government", - "operator:wikidata=Q116041585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodaeducacao-ca2051.undefined" - }, { "if": { "and": [ @@ -88479,79 +44497,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodaeducacao-52f4f1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministério da Educação", - "operator:type=government", - "operator:wikidata=Q3302210" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodaeducacao-1495f6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación - Gobierno de La Pampa", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducaciongobiernodelapampa-484c15.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación - Gobierno de la Provincia del Neuquén", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducaciongobiernodelaprovinciadelneuquen-484c15.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación - Gobierno de Río Negro", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducaciongobiernoderionegro-484c15.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINEDU", - "operator:type=government", - "operator:wikidata=Q25414135" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-801892.undefined" - }, { "if": { "and": [ @@ -88568,70 +44513,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodeeducacion-5e33f0.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINED", - "operator:type=government", - "operator:wikidata=Q60826292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-72f85c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINEDUC", - "operator:type=government", - "operator:wikidata=Q25209621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-3c9044.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINEDUC", - "operator:type=government", - "operator:wikidata=Q6017272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-4b58bd.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINED", - "operator:type=government", - "operator:wikidata=Q20024716" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-d38d6b.undefined" - }, { "if": { "and": [ @@ -88664,36 +44545,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodeeducacion-de9622.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación (Público)", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacionpublico-337fa3.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación", - "operator:short=MINERD", - "operator:type=government", - "operator:wikidata=Q6017274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-9a8af5.undefined" - }, { "if": { "and": [ @@ -88709,52 +44560,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodeeducacionnacional-9772be.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación Pública", - "operator:short=MEP", - "operator:type=government", - "operator:wikidata=Q6017268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacionpublica-db5f2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación y Derechos Humanos - Gobierno de Río Negro", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacionyderechoshumanosgobiernoderionegro-484c15.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerio de Educación, Ciencia y Tecnología", - "operator:short=MINED", - "operator:type=government", - "operator:wikidata=Q22906957" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacioncienciaytecnologia-0b042e.undefined" - }, { "if": { "and": [ @@ -88801,22 +44606,6 @@ }, "then": "./assets/data/nsi/logos/ministerodellistruzionedelluniversitaedellaricerca-5be443.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerstwo Edukacji i Nauki", - "operator:short=MEiN", - "operator:type=government", - "operator:wikidata=Q108408600" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministerstwoedukacjiinauki-83282a.undefined" - }, { "if": { "and": [ @@ -88848,21 +44637,6 @@ }, "then": "./assets/data/nsi/logos/ministerstwokulturyidziedzictwanarodowego-83282a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ministerul Educației", - "operator:type=government", - "operator:wikidata=Q1583546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeruleducatiei-42f9de.undefined" - }, { "if": { "and": [ @@ -88910,125 +44684,6 @@ }, "then": "./assets/data/nsi/logos/missionconsolidatedindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moalboal District", - "operator:type=government", - "operator:wikidata=Q130489955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moalboaldistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mobo North District", - "operator:type=government", - "operator:wikidata=Q130490347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobonorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mobo South District", - "operator:type=government", - "operator:wikidata=Q130490348" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobosouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mogpog District", - "operator:type=government", - "operator:wikidata=Q130490910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mogpogdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moises Padilla District", - "operator:type=government", - "operator:wikidata=Q130490947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moisespadilladistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mokotów", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mokotow-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Molave East District", - "operator:type=government", - "operator:wikidata=Q130490584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/molaveeastdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Molave West District", - "operator:type=government", - "operator:wikidata=Q130490585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/molavewestdistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -89044,81 +44699,6 @@ }, "then": "./assets/data/nsi/logos/moldekommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moncada North District", - "operator:type=government", - "operator:wikidata=Q130490678" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moncadanorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moncada South District", - "operator:type=government", - "operator:wikidata=Q130490679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moncadasouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moncayo District", - "operator:type=government", - "operator:wikidata=Q130490857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moncayodistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mondragon I District", - "operator:type=government", - "operator:wikidata=Q130490194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mondragonidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mondragon II District", - "operator:type=government", - "operator:wikidata=Q130490195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mondragoniidistrict-a446cb.undefined" - }, { "if": { "and": [ @@ -89134,21 +44714,6 @@ }, "then": "./assets/data/nsi/logos/monmouthshirecountycouncil-3a6545.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Monreal District", - "operator:type=government", - "operator:wikidata=Q130490349" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/monrealdistrict-13aca4.undefined" - }, { "if": { "and": [ @@ -89181,21 +44746,6 @@ }, "then": "./assets/data/nsi/logos/montebellounifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Montevista District", - "operator:type=government", - "operator:wikidata=Q130490858" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/montevistadistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -89244,36 +44794,6 @@ }, "then": "./assets/data/nsi/logos/montgomerypublicschools-cc53cf.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Moray Council", - "operator:type=government", - "operator:wikidata=Q28530260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moraycouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Møre og Romsdal fylkeskommune", - "operator:type=government", - "operator:wikidata=Q6950397" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/moreogromsdalfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -89290,36 +44810,6 @@ }, "then": "./assets/data/nsi/logos/morganhillunifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Morong District", - "operator:type=government", - "operator:wikidata=Q130489501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/morongdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Morong District", - "operator:type=government", - "operator:wikidata=Q130491413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/morongdistrict-966867.undefined" - }, { "if": { "and": [ @@ -89335,21 +44825,6 @@ }, "then": "./assets/data/nsi/logos/mosskommune-ee5f1f.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Motiong District", - "operator:type=government", - "operator:wikidata=Q130490217" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/motiongdistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -89380,21 +44855,6 @@ }, "then": "./assets/data/nsi/logos/muhammadiyah-1c354f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mulanay District", - "operator:type=government", - "operator:wikidata=Q130490548" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mulanaydistrict-1f956b.undefined" - }, { "if": { "and": [ @@ -89455,320 +44915,6 @@ }, "then": "./assets/data/nsi/logos/municipiodeteixeiradefreitas-9d6ced.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Munoz District", - "operator:type=government", - "operator:wikidata=Q130491211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/munozdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Murcia I District", - "operator:type=government", - "operator:wikidata=Q130490948" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/murciaidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Murcia II District", - "operator:type=government", - "operator:wikidata=Q130490949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/murciaiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Mutia District", - "operator:type=government", - "operator:wikidata=Q130490703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mutiadistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naawan District", - "operator:type=government", - "operator:wikidata=Q130490376" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naawandistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nabas District", - "operator:type=government", - "operator:wikidata=Q130491338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nabasdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nabua East District", - "operator:type=government", - "operator:wikidata=Q130490480" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nabuaeastdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nabua West District", - "operator:type=government", - "operator:wikidata=Q130490481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nabuawestdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nabunturan East District", - "operator:type=government", - "operator:wikidata=Q130490859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nabunturaneastdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nabunturan West District", - "operator:type=government", - "operator:wikidata=Q130491401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nabunturanwestdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naga District", - "operator:type=government", - "operator:wikidata=Q130490069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagadistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naga I District", - "operator:type=government", - "operator:wikidata=Q130489956" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagaidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naga II District", - "operator:type=government", - "operator:wikidata=Q130491303" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagaiidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naga North District", - "operator:type=government", - "operator:wikidata=Q130491212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naganorthdistrict-22bf1f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nagcarlan-Rizal District", - "operator:type=government", - "operator:wikidata=Q130489863" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagcarlanrizaldistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nagtipunan District", - "operator:type=government", - "operator:wikidata=Q130489672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagtipunandistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naguilian District", - "operator:type=government", - "operator:wikidata=Q130490096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naguiliandistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naguilian District", - "operator:type=government", - "operator:wikidata=Q130489743" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naguiliandistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naic I District", - "operator:type=government", - "operator:wikidata=Q130489989" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naicidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naic II District", - "operator:type=government", - "operator:wikidata=Q130489990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naiciidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nampa School District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nampaschooldistrict-d7611a.undefined" - }, { "if": { "and": [ @@ -89799,262 +44945,6 @@ }, "then": "./assets/data/nsi/logos/napervillecommunityunitschooldistrict203-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Narra District I", - "operator:type=government", - "operator:wikidata=Q130489524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/narradistricti-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Narra District II", - "operator:type=government", - "operator:wikidata=Q130489525" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/narradistrictii-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Narvacan North District", - "operator:type=government", - "operator:wikidata=Q130490121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/narvacannorthdistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Narvacan South-Nagbukel District", - "operator:type=government", - "operator:wikidata=Q130490122" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/narvacansouthnagbukeldistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nasipit West District", - "operator:type=government", - "operator:wikidata=Q130490732" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nasipitwestdistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nassau BOCES", - "operator:type=public", - "operator:wikidata=Q50040814" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nassauboces-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nasugbu East District", - "operator:type=government", - "operator:wikidata=Q130489713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nasugbueastdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nasugbu West District", - "operator:type=government", - "operator:wikidata=Q130489714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nasugbuwestdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Natividad District", - "operator:type=government", - "operator:wikidata=Q130489894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/natividaddistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Natonin District", - "operator:type=government", - "operator:wikidata=Q130490921" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/natonindistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naujan East District", - "operator:type=government", - "operator:wikidata=Q130490638" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naujaneastdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naujan South District", - "operator:type=government", - "operator:wikidata=Q130490639" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naujansouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naujan West District", - "operator:type=government", - "operator:wikidata=Q130490640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naujanwestdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naval North District", - "operator:type=government", - "operator:wikidata=Q130491339" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/navalnorthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Naval South District", - "operator:type=government", - "operator:wikidata=Q130490153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/navalsouthdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Near North District School Board", - "operator:short=NNDSB", - "operator:type=public", - "operator:wikidata=Q6984376" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nearnorthdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Neath Port Talbot County Borough Council", - "operator:type=government", - "operator:wikidata=Q6984500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neathporttalbotcountyboroughcouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -90071,96 +44961,6 @@ }, "then": "./assets/data/nsi/logos/neboschooldistrict-614f2b.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New Bataan District", - "operator:type=government", - "operator:wikidata=Q130490860" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newbataandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New Corella District", - "operator:type=government", - "operator:wikidata=Q130490302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newcorelladistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New District", - "operator:type=government", - "operator:wikidata=Q130491381" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New Haven Public Schools", - "operator:type=public", - "operator:wikidata=Q539692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newhavenpublicschools-547ddd.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New Lucena District", - "operator:type=government", - "operator:wikidata=Q130489799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newlucenadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=New Washington District", - "operator:type=government", - "operator:wikidata=Q130490142" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newwashingtondistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -90239,22 +45039,6 @@ }, "then": "./assets/data/nsi/logos/newportmesaunifiedschooldistrict-4ed216.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nexus Education Schools Trust", - "operator:short=NEST", - "operator:type=private", - "operator:wikidata=Q122616388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nexuseducationschoolstrust-7a837c.undefined" - }, { "if": { "and": [ @@ -90270,22 +45054,6 @@ }, "then": "./assets/data/nsi/logos/nexusmultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Niagara Catholic District School Board", - "operator:short=NCDSB", - "operator:type=public", - "operator:wikidata=Q16957770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niagaracatholicdistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -90317,52 +45085,6 @@ }, "then": "./assets/data/nsi/logos/nilestownshiphighschooldistrict219-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nipissing-Parry Sound Catholic District School Board", - "operator:short=NPSC", - "operator:type=public", - "operator:wikidata=Q7039507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nipissingparrysoundcatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Norala District", - "operator:type=government", - "operator:wikidata=Q130491014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noraladistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nordland fylkeskommune", - "operator:type=government", - "operator:wikidata=Q7050827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -90408,36 +45130,6 @@ }, "then": "./assets/data/nsi/logos/norrkopingskommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Ayrshire Council", - "operator:type=government", - "operator:wikidata=Q99229582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northayrshirecouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Brooke's Point District", - "operator:type=government", - "operator:wikidata=Q130489526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northbrookespointdistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -90454,231 +45146,6 @@ }, "then": "./assets/data/nsi/logos/northclackamasschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-817304.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491378" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-1a45a4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491143" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491160" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-56e58f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130496497" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-3562b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491192" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-a8ec43.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491273" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491240" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491248" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-5a2d44.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130491258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-ca624c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North District", - "operator:type=government", - "operator:wikidata=Q130496524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdistrict-7a50de.undefined" - }, { "if": { "and": [ @@ -90710,51 +45177,6 @@ }, "then": "./assets/data/nsi/logos/northeastlearningtrust-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North East Lincolnshire Council", - "operator:type=government", - "operator:wikidata=Q17016820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northeastlincolnshirecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Glan District", - "operator:type=government", - "operator:wikidata=Q130490972" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northglandistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North I District", - "operator:type=government", - "operator:wikidata=Q130491150" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northidistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -90770,51 +45192,6 @@ }, "then": "./assets/data/nsi/logos/northlanarkshirecouncil-7782f9.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Lincolnshire Council", - "operator:type=government", - "operator:wikidata=Q17016863" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northlincolnshirecouncil-ef57c6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Malungon District", - "operator:type=government", - "operator:wikidata=Q130490973" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northmalungondistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North Northamptonshire Council", - "operator:type=government", - "operator:wikidata=Q111232446" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northnorthamptonshirecouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -90907,98 +45284,6 @@ }, "then": "./assets/data/nsi/logos/northyorkshirecouncil-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North-1 District", - "operator:type=government", - "operator:wikidata=Q130491171" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/north1district-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=North-2 District", - "operator:type=government", - "operator:wikidata=Q130491172" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/north2district-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northampton Primary Academy Trust", - "operator:short=NPAT", - "operator:type=private", - "operator:wikidata=Q122616298" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northamptonprimaryacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northeast II-A District", - "operator:type=government", - "operator:wikidata=Q130491151" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northeastiiadistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northeast II-B District", - "operator:type=government", - "operator:wikidata=Q130491152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northeastiibdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northeastern Catholic District School Board", - "operator:short=NCDSB", - "operator:type=public", - "operator:wikidata=Q16958857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northeasterncatholicdistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -91014,21 +45299,6 @@ }, "then": "./assets/data/nsi/logos/northerncapedepartmentofeducation-3306c5.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northern Conner District", - "operator:type=government", - "operator:wikidata=Q130490742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernconnerdistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -91044,36 +45314,6 @@ }, "then": "./assets/data/nsi/logos/northerneducationtrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northern Pinukpuk District", - "operator:type=government", - "operator:wikidata=Q130491371" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernpinukpukdistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northern Tabuk District", - "operator:type=government", - "operator:wikidata=Q130491437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northerntabukdistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -91151,52 +45391,6 @@ }, "then": "./assets/data/nsi/logos/northumberlandcountycouncil-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northville Public Schools", - "operator:short=NPS", - "operator:type=public", - "operator:wikidata=Q7059882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northvillepublicschools-aa6f23.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northwest District", - "operator:type=government", - "operator:wikidata=Q130491153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northwestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Northwest District", - "operator:type=government", - "operator:wikidata=Q130491218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northwestdistrict-2e301f.undefined" - }, { "if": { "and": [ @@ -91228,21 +45422,6 @@ }, "then": "./assets/data/nsi/logos/norwichpublicschools-547ddd.ddd" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Norzagaray District", - "operator:type=government", - "operator:wikidata=Q130490285" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norzagaraydistrict-08cb8f.undefined" - }, { "if": { "and": [ @@ -91273,21 +45452,6 @@ }, "then": "./assets/data/nsi/logos/nottinghamshirecountycouncil-2bbb7b.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nova Education Trust", - "operator:type=private", - "operator:wikidata=Q122616332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/novaeducationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -91304,66 +45468,6 @@ }, "then": "./assets/data/nsi/logos/novicommunityschooldistrict-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nueva Valencia North District", - "operator:type=government", - "operator:wikidata=Q130490890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nuevavalencianorthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Nueva Valencia South District", - "operator:type=government", - "operator:wikidata=Q130490891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nuevavalenciasouthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Numancia District", - "operator:type=government", - "operator:wikidata=Q130490143" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/numanciadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Numancia East District", - "operator:type=government", - "operator:wikidata=Q130490984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/numanciaeastdistrict-6bb1ee.undefined" - }, { "if": { "and": [ @@ -91380,36 +45484,6 @@ }, "then": "./assets/data/nsi/logos/oakparkelementaryschooldistrict97-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oas North District", - "operator:type=government", - "operator:wikidata=Q130491367" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oasnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oas South District", - "operator:type=government", - "operator:wikidata=Q130491368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oassouthdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -91425,36 +45499,6 @@ }, "then": "./assets/data/nsi/logos/oasiscommunitylearning-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Obando District", - "operator:type=government", - "operator:wikidata=Q130490286" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obandodistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ocampo District", - "operator:type=government", - "operator:wikidata=Q130490482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ocampodistrict-230b71.undefined" - }, { "if": { "and": [ @@ -91471,64 +45515,6 @@ }, "then": "./assets/data/nsi/logos/oceanviewschooldistrict-4ed216.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ochota", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ochota-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Odiongan North District", - "operator:type=government", - "operator:wikidata=Q130489917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/odiongannorthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Odiongan South District", - "operator:type=government", - "operator:wikidata=Q130489918" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/odiongansouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oʻzbekiston Respublikasi maktabgacha va maktab ta'limi vazirligi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/db9540-934493.undefined" - }, { "if": { "and": [ @@ -91544,36 +45530,6 @@ }, "then": "./assets/data/nsi/logos/olathepublicschools-43eeb8.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oldham Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17017730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oldhammetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Olutanga District", - "operator:type=government", - "operator:wikidata=Q130490070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/olutangadistrict-429524.undefined" - }, { "if": { "and": [ @@ -91590,108 +45546,6 @@ }, "then": "./assets/data/nsi/logos/olympiaschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Onderwijsgroep Perspecto", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onderwijsgroepperspecto-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ons Middelbaar Onderwijs", - "operator:type=ngo", - "operator:wikidata=Q4693918" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onsmiddelbaaronderwijs-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Opol District", - "operator:type=government", - "operator:wikidata=Q130490377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/opoldistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=OPOZ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/opoz-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Optimus", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/optimus-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oquendo District I", - "operator:type=government", - "operator:wikidata=Q130490807" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oquendodistricti-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oquendo District II", - "operator:type=government", - "operator:wikidata=Q130490808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oquendodistrictii-a90c6e.undefined" - }, { "if": { "and": [ @@ -91724,81 +45578,6 @@ }, "then": "./assets/data/nsi/logos/orangeunifiedschooldistrict-4ed216.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Orani District", - "operator:type=government", - "operator:wikidata=Q130489502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oranidistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oras East District", - "operator:type=government", - "operator:wikidata=Q130490322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oraseastdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oras West District", - "operator:type=government", - "operator:wikidata=Q130490323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oraswestdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Orchard Hill College Academy Trust", - "operator:short=OHC&AT", - "operator:type=private", - "operator:wikidata=Q122616300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orchardhillcollegeacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Orchids International School", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orchidsinternationalschool-224052.undefined" - }, { "if": { "and": [ @@ -91831,35 +45610,6 @@ }, "then": "./assets/data/nsi/logos/oregoncityschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Organismo Descentralizado de la Secretaria de Educacion Publica", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/organismodescentralizadodelasecretariadeeducacionpublica-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Orion District", - "operator:type=government", - "operator:wikidata=Q130489503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oriondistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -91875,21 +45625,6 @@ }, "then": "./assets/data/nsi/logos/orklandkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Orkney Islands Council", - "operator:type=government", - "operator:wikidata=Q11994103" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orkneyislandscouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -91906,66 +45641,6 @@ }, "then": "./assets/data/nsi/logos/ormistonacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ormoc II District", - "operator:type=government", - "operator:wikidata=Q130491213" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormociidistrict-a8cfe4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ormoc IV District", - "operator:type=government", - "operator:wikidata=Q130491214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormocivdistrict-a8cfe4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ormoc V District", - "operator:type=government", - "operator:wikidata=Q130491216" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormocvdistrict-a8cfe4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ormoc VI District", - "operator:type=government", - "operator:wikidata=Q130491217" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormocvidistrict-a8cfe4.undefined" - }, { "if": { "and": [ @@ -91996,133 +45671,6 @@ }, "then": "./assets/data/nsi/logos/oslokommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oslob District", - "operator:type=government", - "operator:wikidata=Q130491304" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oslobdistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Antuna Mihanovića", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolaantunamihanovica-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Benkovac", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolabenkovac-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola fra Kaje Adžića", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolafrakajeadzica-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Ivana Gorana Kovačića", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolaivanagoranakovacica-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Matija Gubec", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolamatijagubec-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Petra Preradovića", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolapetrapreradovica-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Vladimir Nazor", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolavladimirnazor-8b2369.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Osnovna škola Vladimira Nazora", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osnovnaskolavladimiranazora-8b2369.undefined" - }, { "if": { "and": [ @@ -92169,37 +45717,6 @@ }, "then": "./assets/data/nsi/logos/oswegocommunityunitschooldistrict308-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oton District", - "operator:type=government", - "operator:wikidata=Q130489800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/otondistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ottawa Catholic School Board", - "operator:short=OCSB", - "operator:type=public", - "operator:wikidata=Q3357758" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ottawacatholicschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -92232,21 +45749,6 @@ }, "then": "./assets/data/nsi/logos/ourcommunitymultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Our Lady and All Saints Catholic Multi Academy Company", - "operator:type=private", - "operator:wikidata=Q122616571" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ourladyandallsaintscatholicmultiacademycompany-7a837c.undefined" - }, { "if": { "and": [ @@ -92263,21 +45765,6 @@ }, "then": "./assets/data/nsi/logos/ourladyimmaculatecatholicacademiestrustltd-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Our Lady Of Lourdes Catholic Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ourladyoflourdescatholicmultiacademytrust-26e9df.undefined" - }, { "if": { "and": [ @@ -92293,83 +45780,6 @@ }, "then": "./assets/data/nsi/logos/ourladyofthemagnificatmultiacademycompany-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Outwood Grange Academies Trust", - "operator:type=private", - "operator:wikidata=Q18161726" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/outwoodgrangeacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oxford Community Schools", - "operator:short=OCS", - "operator:type=public", - "operator:wikidata=Q109916238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxfordcommunityschools-aa6f23.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oxford Diocesan Bucks Schools Trust", - "operator:short=ODBST", - "operator:type=private", - "operator:wikidata=Q122616528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxforddiocesanbucksschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oxford Diocesan Schools Trust", - "operator:type=private", - "operator:wikidata=Q121704493" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxforddiocesanschoolstrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Oxfordshire County Council", - "operator:type=government", - "operator:wikidata=Q6386253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oxfordshirecountycouncil-474eb6.undefined" - }, { "if": { "and": [ @@ -92385,244 +45795,6 @@ }, "then": "./assets/data/nsi/logos/oygardenkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=P & K", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pandk-1c354f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Padada District", - "operator:type=government", - "operator:wikidata=Q130490878" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/padadadistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Padre Burgos-Agdangan District", - "operator:type=government", - "operator:wikidata=Q130490549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/padreburgosagdangandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Padre Garcia District", - "operator:type=government", - "operator:wikidata=Q130489715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/padregarciadistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pagbilao District", - "operator:type=government", - "operator:wikidata=Q130490550" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pagbilaodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pagsanghan District", - "operator:type=government", - "operator:wikidata=Q130490218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pagsanghandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palanan District", - "operator:type=government", - "operator:wikidata=Q130490098" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palanandistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palanas North District", - "operator:type=government", - "operator:wikidata=Q130490350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palanasnorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palanas South District", - "operator:type=government", - "operator:wikidata=Q130490351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palanassouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palapag I District", - "operator:type=government", - "operator:wikidata=Q130490196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palapagidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palapag II District", - "operator:type=government", - "operator:wikidata=Q130490197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palapagiidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palauig District", - "operator:type=government", - "operator:wikidata=Q130491090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palauigdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palayan City District", - "operator:type=government", - "operator:wikidata=Q130490011" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palayancitydistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palimbang I District", - "operator:type=government", - "operator:wikidata=Q130490664" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palimbangidistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palladian Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616412" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palladianacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pallas", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pallas-e21ec9.undefined" - }, { "if": { "and": [ @@ -92639,66 +45811,6 @@ }, "then": "./assets/data/nsi/logos/palmdaleschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palo I District", - "operator:type=government", - "operator:wikidata=Q130489628" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paloidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palo II District", - "operator:type=government", - "operator:wikidata=Q130489629" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paloiidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palompon North District", - "operator:type=government", - "operator:wikidata=Q130489630" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palomponnorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Palompon South District", - "operator:type=government", - "operator:wikidata=Q130489631" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palomponsouthdistrict-5bd3f7.undefined" - }, { "if": { "and": [ @@ -92715,456 +45827,6 @@ }, "then": "./assets/data/nsi/logos/palosverdespeninsulaunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pambujan II District", - "operator:type=government", - "operator:wikidata=Q130490198" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pambujaniidistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pamplona District", - "operator:type=government", - "operator:wikidata=Q130489581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pamplonadistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pamplona District", - "operator:type=government", - "operator:wikidata=Q130490483" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pamplonadistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pamplona District", - "operator:type=government", - "operator:wikidata=Q130490249" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pamplonadistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panabo Central District", - "operator:type=government", - "operator:wikidata=Q130491219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panabocentraldistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panabo North District", - "operator:type=government", - "operator:wikidata=Q130491220" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panabonorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panabo South District", - "operator:type=government", - "operator:wikidata=Q130491221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panabosouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panaon District", - "operator:type=government", - "operator:wikidata=Q130490167" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panaondistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panay District", - "operator:type=government", - "operator:wikidata=Q130490835" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panaydistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pandan District", - "operator:type=government", - "operator:wikidata=Q130490263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pandandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pandan West District", - "operator:type=government", - "operator:wikidata=Q130490849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pandanwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pandi District", - "operator:type=government", - "operator:wikidata=Q130490287" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pandidistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panganiban District", - "operator:type=government", - "operator:wikidata=Q130490850" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panganibandistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pangantucan District", - "operator:type=government", - "operator:wikidata=Q130490782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pangantucandistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pangil-Pakil District", - "operator:type=government", - "operator:wikidata=Q130489864" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pangilpakildistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panglao District", - "operator:type=government", - "operator:wikidata=Q130491328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panglaodistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panglima Sugala District", - "operator:type=government", - "operator:wikidata=Q130491078" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panglimasugaladistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paniqui North District", - "operator:type=government", - "operator:wikidata=Q130490680" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paniquinorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paniqui South District", - "operator:type=government", - "operator:wikidata=Q130490681" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paniquisouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panit-An District", - "operator:type=government", - "operator:wikidata=Q130490836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panitandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pantabangan District", - "operator:type=government", - "operator:wikidata=Q130490012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pantabangandistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pantao-Ragat District", - "operator:type=government", - "operator:wikidata=Q130490511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pantaoragatdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pantar District", - "operator:type=government", - "operator:wikidata=Q130490512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pantardistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pantukan District", - "operator:type=government", - "operator:wikidata=Q130490861" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pantukandistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Panukulan District", - "operator:type=government", - "operator:wikidata=Q130490551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panukulandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paoay District", - "operator:type=government", - "operator:wikidata=Q130489656" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paoaydistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paombong District", - "operator:type=government", - "operator:wikidata=Q130490288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paombongdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paquibato District", - "operator:type=government", - "operator:wikidata=Q130490611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paquibatodistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paracale District", - "operator:type=government", - "operator:wikidata=Q130490819" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paracaledistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Paracelis District", - "operator:type=government", - "operator:wikidata=Q130490922" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paracelisdistrict-ee1133.undefined" - }, { "if": { "and": [ @@ -93181,21 +45843,6 @@ }, "then": "./assets/data/nsi/logos/paramountunifiedschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Parkland School Division", - "operator:type=public", - "operator:wikidata=Q17514014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parklandschooldivision-59fa08.undefined" - }, { "if": { "and": [ @@ -93211,51 +45858,6 @@ }, "then": "./assets/data/nsi/logos/parkwayschools-9c7c62.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Partnership Learning", - "operator:type=private", - "operator:wikidata=Q122616345" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/partnershiplearning-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Parubcan-Presentacion District", - "operator:type=government", - "operator:wikidata=Q130490484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parubcanpresentaciondistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pasacao District", - "operator:type=government", - "operator:wikidata=Q130490485" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pasacaodistrict-230b71.undefined" - }, { "if": { "and": [ @@ -93288,21 +45890,6 @@ }, "then": "./assets/data/nsi/logos/pascoschooldistrict1-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pasil District", - "operator:type=government", - "operator:wikidata=Q130491438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pasildistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -93319,214 +45906,6 @@ }, "then": "./assets/data/nsi/logos/pasoroblesjointunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pastrana District", - "operator:type=government", - "operator:wikidata=Q130489632" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pastranadistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pasuquin District", - "operator:type=government", - "operator:wikidata=Q130489657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pasuquindistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Patchogue-Medford School District", - "operator:type=public", - "operator:wikidata=Q7144365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/patchoguemedfordschooldistrict-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pathfinder Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616415" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pathfindermultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pathfinder Schools", - "operator:type=private", - "operator:wikidata=Q122616294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pathfinderschools-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Patnanungan-Jomalig District", - "operator:type=government", - "operator:wikidata=Q130490552" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/patnanunganjomaligdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Patnongon I District", - "operator:type=government", - "operator:wikidata=Q130490264" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/patnongonidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Patnongon II District", - "operator:type=government", - "operator:wikidata=Q130490265" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/patnongoniidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pavia District", - "operator:type=government", - "operator:wikidata=Q130489801" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paviadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Payao District", - "operator:type=government", - "operator:wikidata=Q130490071" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/payaodistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pays", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pays-4fa23c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=PCBO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pcbo-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=PCPO Capelle-Krimpen", - "operator:type=religious", - "operator:wikidata=Q121931105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pcpocapellekrimpen-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=PCPO Westland", - "operator:type=religious", - "operator:wikidata=Q121875139" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pcpowestland-e21ec9.undefined" - }, { "if": { "and": [ @@ -93543,51 +45922,6 @@ }, "then": "./assets/data/nsi/logos/peeldistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pembrokeshire County Council", - "operator:type=government", - "operator:wikidata=Q7161994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pembrokeshirecountycouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Penablanca East District", - "operator:type=government", - "operator:wikidata=Q130489582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/penablancaeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Penablanca West District", - "operator:type=government", - "operator:wikidata=Q130489584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/penablancawestdistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -93604,82 +45938,6 @@ }, "then": "./assets/data/nsi/logos/peoriaunifiedschooldistrict-59e2c9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Perry Hall Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616304" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/perryhallmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Perth and Kinross Council", - "operator:type=government", - "operator:wikidata=Q7170911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/perthandkinrosscouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Peterborough City Council", - "operator:type=government", - "operator:wikidata=Q6664413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peterboroughcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Peterborough Diocese Education Trust", - "operator:type=private", - "operator:wikidata=Q121704494" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peterboroughdioceseeducationtrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Peterborough Victoria Northumberland and Clarington Catholic District School Board", - "operator:short=PVNCCDSB", - "operator:type=public", - "operator:wikidata=Q7178038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peterboroughvictorianorthumberlandandclaringtoncatholicdistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -93712,21 +45970,6 @@ }, "then": "./assets/data/nsi/logos/pharrsanjuanalamoindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Piat District", - "operator:type=government", - "operator:wikidata=Q130489585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piatdistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -93743,411 +45986,6 @@ }, "then": "./assets/data/nsi/logos/pickenscountyschooldistrict-cc53cf.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Piddig District", - "operator:type=government", - "operator:wikidata=Q130489658" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piddigdistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pidigan District", - "operator:type=government", - "operator:wikidata=Q130490429" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pidigandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Piedad District", - "operator:type=government", - "operator:wikidata=Q130490612" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piedaddistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pigcawayan North District", - "operator:type=government", - "operator:wikidata=Q130489841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pigcawayannorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pigcawayan South District", - "operator:type=government", - "operator:wikidata=Q130489842" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pigcawayansouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pigcawayan West District", - "operator:type=government", - "operator:wikidata=Q130489843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pigcawayanwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pikit East District", - "operator:type=government", - "operator:wikidata=Q130489844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pikiteastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pikit North District", - "operator:type=government", - "operator:wikidata=Q130489845" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pikitnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pikit South District", - "operator:type=government", - "operator:wikidata=Q130489846" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pikitsouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pikit West District", - "operator:type=government", - "operator:wikidata=Q130489847" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pikitwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pila District", - "operator:type=government", - "operator:wikidata=Q130489865" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piladistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130490430" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130489504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130490049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130490837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130489957" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar District", - "operator:type=government", - "operator:wikidata=Q130490985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilardistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar I District", - "operator:type=government", - "operator:wikidata=Q130491005" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilaridistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilar II District", - "operator:type=government", - "operator:wikidata=Q130491006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilariidistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pilas District", - "operator:type=government", - "operator:wikidata=Q130491135" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilasdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pili District", - "operator:type=government", - "operator:wikidata=Q130490486" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pilidistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pililla District", - "operator:type=government", - "operator:wikidata=Q130491414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pililladistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinabacdao District", - "operator:type=government", - "operator:wikidata=Q130490219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinabacdaodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinamalayan East District", - "operator:type=government", - "operator:wikidata=Q130490641" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinamalayaneastdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinamalayan West District", - "operator:type=government", - "operator:wikidata=Q130490642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinamalayanwestdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinamungajan 1 District", - "operator:type=government", - "operator:wikidata=Q130491305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinamungajan1district-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Piñan District", - "operator:type=government", - "operator:wikidata=Q130490704" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinandistrict-9ed5a7.undefined" - }, { "if": { "and": [ @@ -94163,111 +46001,6 @@ }, "then": "./assets/data/nsi/logos/pinellascountyschools-e8bc2a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinili District", - "operator:type=government", - "operator:wikidata=Q130489659" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinilidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pinukpuk District", - "operator:type=government", - "operator:wikidata=Q130491439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pinukpukdistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pio V. Corpuz District", - "operator:type=government", - "operator:wikidata=Q130490352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/piovcorpuzdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pioduran East District", - "operator:type=government", - "operator:wikidata=Q130490436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pioduraneastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pioduran West District", - "operator:type=government", - "operator:wikidata=Q130490437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pioduranwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pitogo District", - "operator:type=government", - "operator:wikidata=Q130490553" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pitogodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pitogo District", - "operator:type=government", - "operator:wikidata=Q130490586" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pitogodistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -94284,66 +46017,6 @@ }, "then": "./assets/data/nsi/logos/placentiayorbalindaunifiedschooldistrict-4ed216.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Placer East District", - "operator:type=government", - "operator:wikidata=Q130490353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/placereastdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Placer I District", - "operator:type=government", - "operator:wikidata=Q130490417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/placeridistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Placer II District", - "operator:type=government", - "operator:wikidata=Q130490418" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/placeriidistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Placer West District", - "operator:type=government", - "operator:wikidata=Q130490354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/placerwestdistrict-13aca4.undefined" - }, { "if": { "and": [ @@ -94359,65 +46032,6 @@ }, "then": "./assets/data/nsi/logos/plainfieldcommunityconsolidatedschooldistrict202-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Plaridel District", - "operator:type=government", - "operator:wikidata=Q130490289" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plarideldistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Plaridel South District", - "operator:type=government", - "operator:wikidata=Q130490168" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plaridelsouthdistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=PlatOO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/platoo-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Plymouth CAST", - "operator:type=private", - "operator:wikidata=Q121704495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plymouthcast-26e9df.undefined" - }, { "if": { "and": [ @@ -94449,37 +46063,6 @@ }, "then": "./assets/data/nsi/logos/plymouthcantoncommunityschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pobcaran District", - "operator:type=government", - "operator:wikidata=Q130490463" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pobcarandistrict-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pocatello/Chubbuck School District 25", - "operator:short=PCSD25", - "operator:type=public", - "operator:wikidata=Q7206294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pocatellochubbuckschooldistrict25-d7611a.undefined" - }, { "if": { "and": [ @@ -94496,126 +46079,6 @@ }, "then": "./assets/data/nsi/logos/poconomountainschooldistrict-664aaf.aaf" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pola District", - "operator:type=government", - "operator:wikidata=Q130490643" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poladistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polanco I District", - "operator:type=government", - "operator:wikidata=Q130490705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polancoidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polanco II District", - "operator:type=government", - "operator:wikidata=Q130490706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polancoiidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polangui North District", - "operator:type=government", - "operator:wikidata=Q130490438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polanguinorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polangui South District", - "operator:type=government", - "operator:wikidata=Q130490439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polanguisouthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polillo District", - "operator:type=government", - "operator:wikidata=Q130490554" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polillodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polomolok East District", - "operator:type=government", - "operator:wikidata=Q130491015" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polomolokeastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Polomolok West District", - "operator:type=government", - "operator:wikidata=Q130491016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polomolokwestdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -94632,111 +46095,6 @@ }, "then": "./assets/data/nsi/logos/pomonaunifiedschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ponot District", - "operator:type=government", - "operator:wikidata=Q130490707" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ponotdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pontevedra District", - "operator:type=government", - "operator:wikidata=Q130490838" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pontevedradistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pontevedra I District", - "operator:type=government", - "operator:wikidata=Q130490950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pontevedraidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pontevedra II District", - "operator:type=government", - "operator:wikidata=Q130490951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pontevedraiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Poonapiagapo District", - "operator:type=government", - "operator:wikidata=Q130490513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poonapiagapodistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Porac West District", - "operator:type=government", - "operator:wikidata=Q130490400" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/poracwestdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Poro District", - "operator:type=government", - "operator:wikidata=Q130491306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/porodistrict-7153a9.undefined" - }, { "if": { "and": [ @@ -94832,51 +46190,6 @@ }, "then": "./assets/data/nsi/logos/portlandpublicschools-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Portsmouth City Council", - "operator:type=government", - "operator:wikidata=Q17104656" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/portsmouthcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pototan I District", - "operator:type=government", - "operator:wikidata=Q130489802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pototanidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pototan II District", - "operator:type=government", - "operator:wikidata=Q130489803" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pototaniidistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -95027,51 +46340,6 @@ }, "then": "./assets/data/nsi/logos/powiattomaszowski-83282a.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Powys County Council", - "operator:type=government", - "operator:wikidata=Q7236943" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powyscountycouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pozorrubio I District", - "operator:type=government", - "operator:wikidata=Q130489895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pozorrubioidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pozorrubio II District", - "operator:type=government", - "operator:wikidata=Q130489896" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pozorrubioiidistrict-245060.undefined" - }, { "if": { "and": [ @@ -95087,35 +46355,6 @@ }, "then": "./assets/data/nsi/logos/pragapolnoc-83282a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Praga-Południe", - "operator:type=government", - "operator:wikidata=Q2107492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pragapoludnie-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prairie Spirit School Division", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prairiespiritschooldivision-c9fb3c.undefined" - }, { "if": { "and": [ @@ -95131,21 +46370,6 @@ }, "then": "./assets/data/nsi/logos/prefeituradeitapetinga-9d6ced.ced" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura de Jaboatão dos Guararapes", - "operator:type=government", - "operator:wikidata=Q56450004" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituradejaboataodosguararapes-bf7784.undefined" - }, { "if": { "and": [ @@ -95161,21 +46385,6 @@ }, "then": "./assets/data/nsi/logos/prefeiturademaracanau-04d5fb.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura de Pinhais", - "operator:type=government", - "operator:wikidata=Q97631607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituradepinhais-6a2dca.undefined" - }, { "if": { "and": [ @@ -95221,21 +46430,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldearmacaodosbuzios-df8785.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura Municipal de Blumenau", - "operator:type=government", - "operator:wikidata=Q56450064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-6a2dca.undefined" - }, { "if": { "and": [ @@ -95341,21 +46535,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldepassofundo-ee71aa.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura Municipal de Santo André", - "operator:type=government", - "operator:wikidata=Q56166775" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldesantoandre-5e2aa2.undefined" - }, { "if": { "and": [ @@ -95402,380 +46581,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldesobral-04d5fb.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura Municipal de Sorriso", - "operator:type=government", - "operator:wikidata=Q2012374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldesorriso-f783b1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prefeitura Municipal de Vila Velha", - "operator:short=PMVV", - "operator:type=government", - "operator:wikidata=Q56450026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldevilavelha-9f878e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=President C. P. Garcia District", - "operator:type=government", - "operator:wikidata=Q130491329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/presidentcpgarciadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=President Quirino North District", - "operator:type=government", - "operator:wikidata=Q130490665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/presidentquirinonorthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=President Roxas District", - "operator:type=government", - "operator:wikidata=Q130490839" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/presidentroxasdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=President Roxas North District", - "operator:type=government", - "operator:wikidata=Q130489848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/presidentroxasnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=President Roxas South District", - "operator:type=government", - "operator:wikidata=Q130489849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/presidentroxassouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prieto Diaz District", - "operator:type=government", - "operator:wikidata=Q130491007" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prietodiazdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prizma vzw", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prizmavzw-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prodas", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prodas-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=PROOLeiden-Leiderdorp", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prooleidenleiderdorp-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prosperidad I District", - "operator:type=government", - "operator:wikidata=Q130491107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prosperidadidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prosperidad II District", - "operator:type=government", - "operator:wikidata=Q130491108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prosperidadiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prosperidad III District", - "operator:type=government", - "operator:wikidata=Q130491109" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prosperidadiiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Prosperidad IV District", - "operator:type=government", - "operator:wikidata=Q130491110" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prosperidadivdistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Public Schools Branch", - "operator:short=PSB", - "operator:type=public", - "operator:wikidata=Q5378309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicschoolsbranch-17cec2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pudtol District", - "operator:type=government", - "operator:wikidata=Q130490743" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pudtoldistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Puerto Galera District", - "operator:type=government", - "operator:wikidata=Q130490644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertogaleradistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Puerto Princesa I District", - "operator:type=government", - "operator:wikidata=Q130496510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertoprincesaidistrict-7c1f0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Puerto Princesa II District", - "operator:type=government", - "operator:wikidata=Q130496511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertoprincesaiidistrict-7c1f0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Puerto Princesa III District", - "operator:type=government", - "operator:wikidata=Q130496512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertoprincesaiiidistrict-7c1f0d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pugo District", - "operator:type=government", - "operator:wikidata=Q130489744" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pugodistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pulilan District", - "operator:type=government", - "operator:wikidata=Q130490290" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pulilandistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Pura District", - "operator:type=government", - "operator:wikidata=Q130490682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puradistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Putik District", - "operator:type=government", - "operator:wikidata=Q130490524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/putikdistrict-429524.undefined" - }, { "if": { "and": [ @@ -95792,51 +46597,6 @@ }, "then": "./assets/data/nsi/logos/puyallupschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Qaraqalpaqstan Respublikası mektepke shekemgi hám mektep bilimlendiriw ministrligi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasimektepkeshekemgihammektepbilimlendiriwministrligi-934493.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=QliQ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qliq-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Qaraqalpaqstan Respublikası Xalıq bilimlendiriw ministri", - "operator:en=Republic of Karakalpakstan Ministry of Public Education", - "operator:short=QRXBM", - "operator:type=government", - "operator:uz=Qaraqalpaqstan Respublikası Xalıq bilimlendiriw ministri" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasixaliqbilimlendiriwministri-934493.undefined" - }, { "if": { "and": [ @@ -95853,171 +46613,6 @@ }, "then": "./assets/data/nsi/logos/queenbeeschooldistrict16-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon District", - "operator:type=government", - "operator:wikidata=Q130490099" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezondistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon District", - "operator:type=government", - "operator:wikidata=Q130490013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezondistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon District", - "operator:type=government", - "operator:wikidata=Q130489971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezondistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon District", - "operator:type=government", - "operator:wikidata=Q130490555" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezondistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon I District", - "operator:type=government", - "operator:wikidata=Q130490783" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezonidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon II District", - "operator:type=government", - "operator:wikidata=Q130490784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezoniidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon North District", - "operator:type=government", - "operator:wikidata=Q130489527" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezonnorthdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quezon South District", - "operator:type=government", - "operator:wikidata=Q130489528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quezonsouthdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quinapundan District", - "operator:type=government", - "operator:wikidata=Q130490324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quinapundandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Quirino District", - "operator:type=government", - "operator:wikidata=Q130490100" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/quirinodistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=R.T. Lim District", - "operator:type=government", - "operator:wikidata=Q130490072" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rtlimdistrict-429524.undefined" - }, { "if": { "and": [ @@ -96034,21 +46629,6 @@ }, "then": "./assets/data/nsi/logos/racineunifiedschooldistrict-ac5479.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ragay District", - "operator:type=government", - "operator:wikidata=Q130490487" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ragaydistrict-230b71.undefined" - }, { "if": { "and": [ @@ -96065,52 +46645,6 @@ }, "then": "./assets/data/nsi/logos/rainbowdistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rainy River District School Board", - "operator:short=RRDSB", - "operator:type=public", - "operator:wikidata=Q7285020" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rainyriverdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ramon District", - "operator:type=government", - "operator:wikidata=Q130490101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ramondistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ramon Magsaysay District", - "operator:type=government", - "operator:wikidata=Q130491428" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ramonmagsaysaydistrict-c1a2b6.undefined" - }, { "if": { "and": [ @@ -96127,65 +46661,6 @@ }, "then": "./assets/data/nsi/logos/rapidcityareaschools-e06b31.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rapu-Rapu East District", - "operator:type=government", - "operator:wikidata=Q130490440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rapurapueastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rapu-Rapu West District", - "operator:type=government", - "operator:wikidata=Q130490441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rapurapuwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=RBOB De Kempen", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rbobdekempen-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Reach South Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reachsouthacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -96201,21 +46676,6 @@ }, "then": "./assets/data/nsi/logos/reach2academytrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Reading Borough Council", - "operator:type=government", - "operator:wikidata=Q17018654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/readingboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -96232,21 +46692,6 @@ }, "then": "./assets/data/nsi/logos/readingschooldistrict-664aaf.aaf" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Real District", - "operator:type=government", - "operator:wikidata=Q130490556" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/realdistrict-1f956b.undefined" - }, { "if": { "and": [ @@ -96278,37 +46723,6 @@ }, "then": "./assets/data/nsi/logos/redcarandclevelandboroughcouncil-7a837c.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Redhill Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redhillacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Redmond School District", - "operator:short=RSD", - "operator:type=public", - "operator:wikidata=Q7306131" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redmondschooldistrict-330cad.undefined" - }, { "if": { "and": [ @@ -96325,36 +46739,6 @@ }, "then": "./assets/data/nsi/logos/redondobeachunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Région Grand Est", - "operator:type=government", - "operator:wikidata=Q124156208" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regiongrandest-031a7f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Région Normandie", - "operator:type=government", - "operator:wikidata=Q124156222" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regionnormandie-818054.undefined" - }, { "if": { "and": [ @@ -96370,68 +46754,6 @@ }, "then": "./assets/data/nsi/logos/regionalverbandsaarbrucken-97fbd9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Reina Mercedes District", - "operator:type=government", - "operator:wikidata=Q130490102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reinamercedesdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Renfrew County Catholic District School Board", - "operator:short=RCCDSB", - "operator:type=public", - "operator:wikidata=Q7313159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/renfrewcountycatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Renfrew County District School Board", - "operator:short=RCDSB", - "operator:type=public", - "operator:wikidata=Q7313163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/renfrewcountydistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Renfrewshire Council", - "operator:type=government", - "operator:wikidata=Q99229583" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/renfrewshirecouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -96448,53 +46770,6 @@ }, "then": "./assets/data/nsi/logos/rentonschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Reynolds School District", - "operator:short=RSD", - "operator:type=public", - "operator:wikidata=Q7319665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reynoldsschooldistrict-330cad.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Reynolds School District", - "operator:short=RSD", - "operator:type=public", - "operator:wikidata=Q7319666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reynoldsschooldistrict-664aaf.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rhondda Cynon Taf County Borough Council", - "operator:type=government", - "operator:wikidata=Q7321391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rhonddacynontafcountyboroughcouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -96542,21 +46817,6 @@ }, "then": "./assets/data/nsi/logos/richlandschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Richmond Public Schools", - "operator:type=public", - "operator:wikidata=Q7330952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/richmondpublicschools-3cf7e1.undefined" - }, { "if": { "and": [ @@ -96587,156 +46847,6 @@ }, "then": "./assets/data/nsi/logos/ringsakerkommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rise Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/risemultiacademytrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=River Learning Trust", - "operator:type=private", - "operator:wikidata=Q121704500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/riverlearningtrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130489586" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130489879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130491372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130490014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130489543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130489529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal District", - "operator:type=government", - "operator:wikidata=Q130490708" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaldistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rizal II District", - "operator:type=government", - "operator:wikidata=Q130489880" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rizaliidistrict-24041d.undefined" - }, { "if": { "and": [ @@ -96752,21 +46862,6 @@ }, "then": "./assets/data/nsi/logos/robbinsdaleareaschools-177d23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rochdale Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17019804" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rochdalemetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -96799,81 +46894,6 @@ }, "then": "./assets/data/nsi/logos/rockislandmilanschooldistrict41-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rockwall ISD", - "operator:type=public", - "operator:wikidata=Q7355650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rockwallisd-d19570.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rockwood School District", - "operator:type=public", - "operator:wikidata=Q7355712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rockwoodschooldistrict-9c7c62.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rodriguez I District", - "operator:type=government", - "operator:wikidata=Q130491415" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rodriguezidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rodriguez II District", - "operator:type=government", - "operator:wikidata=Q130491416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rodrigueziidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rogaland fylkeskommune", - "operator:type=government", - "operator:wikidata=Q7357655" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rogalandfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -96889,186 +46909,6 @@ }, "then": "./assets/data/nsi/logos/romancatholicarchdioceseofhartford-547ddd.ddd" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Romblon District", - "operator:type=government", - "operator:wikidata=Q130489919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/romblondistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Romero Catholic Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616568" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/romerocatholicacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ronda District", - "operator:type=government", - "operator:wikidata=Q130491307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rondadistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosales I District", - "operator:type=government", - "operator:wikidata=Q130489897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosalesidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosales II District", - "operator:type=government", - "operator:wikidata=Q130489898" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosalesiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosario District", - "operator:type=government", - "operator:wikidata=Q130489745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosariodistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosario District", - "operator:type=government", - "operator:wikidata=Q130490200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosariodistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosario East District", - "operator:type=government", - "operator:wikidata=Q130489716" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosarioeastdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosario I District", - "operator:type=government", - "operator:wikidata=Q130491111" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosarioidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rosario West District", - "operator:type=government", - "operator:wikidata=Q130489717" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosariowestdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roseville City School District", - "operator:short=RCSD", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rosevillecityschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Rotherham Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17020059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rotherhammetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -97101,111 +46941,6 @@ }, "then": "./assets/data/nsi/logos/rowlandunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas Central District", - "operator:type=government", - "operator:wikidata=Q130489530" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxascentraldistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas District", - "operator:type=government", - "operator:wikidata=Q130490103" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxasdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas District", - "operator:type=government", - "operator:wikidata=Q130490645" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxasdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas I District", - "operator:type=government", - "operator:wikidata=Q130490709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxasidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas II District", - "operator:type=government", - "operator:wikidata=Q130490710" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxasiidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas North District", - "operator:type=government", - "operator:wikidata=Q130489531" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxasnorthdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Roxas South District", - "operator:type=government", - "operator:wikidata=Q130489532" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/roxassouthdistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -97251,20 +46986,6 @@ }, "then": "./assets/data/nsi/logos/royalboroughofkingstonuponthames-657027.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=RU-VGG-2-23", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ruvgg223-270efc.undefined" - }, { "if": { "and": [ @@ -97280,81 +47001,6 @@ }, "then": "./assets/data/nsi/logos/rutlandcountycouncil-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sabangan District", - "operator:type=government", - "operator:wikidata=Q130490923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabangandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sablan District", - "operator:type=government", - "operator:wikidata=Q130490456" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sablandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sablayan North District", - "operator:type=government", - "operator:wikidata=Q130489544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sablayannorthdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sablayan South District", - "operator:type=government", - "operator:wikidata=Q130489545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sablayansouthdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sachem Central School District", - "operator:type=public", - "operator:wikidata=Q7396690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sachemcentralschooldistrict-7d0023.undefined" - }, { "if": { "and": [ @@ -97371,51 +47017,6 @@ }, "then": "./assets/data/nsi/logos/saddlebackvalleyunifiedschooldistrict-4ed216.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sagada District", - "operator:type=government", - "operator:wikidata=Q130490924" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sagadadistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sagbayan District", - "operator:type=government", - "operator:wikidata=Q130491330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sagbayandistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sagñay District", - "operator:type=government", - "operator:wikidata=Q130490488" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sagnaydistrict-230b71.undefined" - }, { "if": { "and": [ @@ -97448,66 +47049,6 @@ }, "then": "./assets/data/nsi/logos/saintpaulpublicschools-177d23.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salay District", - "operator:type=government", - "operator:wikidata=Q130490378" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salaydistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salcedo I District", - "operator:type=government", - "operator:wikidata=Q130490325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salcedoidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salcedo II District", - "operator:type=government", - "operator:wikidata=Q130490326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salcedoiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salcedo-Galimuyod-Sigay-Del Pilar District", - "operator:type=government", - "operator:wikidata=Q130490123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salcedogalimuyodsigaydelpilardistrict-eb7dba.undefined" - }, { "if": { "and": [ @@ -97539,334 +47080,6 @@ }, "then": "./assets/data/nsi/logos/salfordcitycouncil-1beca5.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salina Shahi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salinashahi-21f905.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salinas City Elementary School District", - "operator:type=public", - "operator:wikidata=Q7404645" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salinascityelementaryschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sallapadan District", - "operator:type=government", - "operator:wikidata=Q130490431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sallapadandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SALTO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salto-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salug I District", - "operator:type=government", - "operator:wikidata=Q130490711" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salugidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salug II District", - "operator:type=government", - "operator:wikidata=Q130490688" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salugiidistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salvador Benedicto District", - "operator:type=government", - "operator:wikidata=Q130490952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salvadorbenedictodistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Salvador District", - "operator:type=government", - "operator:wikidata=Q130490514" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/salvadordistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Samal District", - "operator:type=government", - "operator:wikidata=Q130489505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/samaldistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Samal District", - "operator:type=government", - "operator:wikidata=Q130490500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/samaldistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Samboan District", - "operator:type=government", - "operator:wikidata=Q130491308" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/samboandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Agustin District", - "operator:type=government", - "operator:wikidata=Q130490104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanagustindistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Agustin District", - "operator:type=government", - "operator:wikidata=Q130491063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanagustindistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Agustin-Calatrava District", - "operator:type=government", - "operator:wikidata=Q130489920" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanagustincalatravadistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Andres District", - "operator:type=government", - "operator:wikidata=Q130490557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanandresdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Andres District", - "operator:type=government", - "operator:wikidata=Q130489921" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanandresdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Andres East District", - "operator:type=government", - "operator:wikidata=Q130490851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanandreseastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Andres West District", - "operator:type=government", - "operator:wikidata=Q130490852" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanandreswestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Antonio District", - "operator:type=government", - "operator:wikidata=Q130491154" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanantoniodistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Antonio District", - "operator:type=government", - "operator:wikidata=Q130490015" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanantoniodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Antonio District", - "operator:type=government", - "operator:wikidata=Q130490558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanantoniodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Antonio District", - "operator:type=government", - "operator:wikidata=Q130491091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanantoniodistrict-c557fb.undefined" - }, { "if": { "and": [ @@ -97899,35 +47112,6 @@ }, "then": "./assets/data/nsi/logos/sanbenitoconsolidatedindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Bernardino County Superintendent of Schools", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanbernardinocountysuperintendentofschools-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Clemente District", - "operator:type=government", - "operator:wikidata=Q130490683" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanclementedistrict-b9357d.undefined" - }, { "if": { "and": [ @@ -97943,66 +47127,6 @@ }, "then": "./assets/data/nsi/logos/sandiegounifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Dionisio District", - "operator:type=government", - "operator:wikidata=Q130491301" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sandionisiodistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Enrique District", - "operator:type=government", - "operator:wikidata=Q130489804" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanenriquedistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fabian I District", - "operator:type=government", - "operator:wikidata=Q130489899" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfabianidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fabian II District", - "operator:type=government", - "operator:wikidata=Q130489900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfabianiidistrict-245060.undefined" - }, { "if": { "and": [ @@ -98019,261 +47143,6 @@ }, "then": "./assets/data/nsi/logos/sanfelipedelrioconsolidatedindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Felipe District", - "operator:type=government", - "operator:wikidata=Q130491092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfelipedistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando District", - "operator:type=government", - "operator:wikidata=Q130490489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandodistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando District", - "operator:type=government", - "operator:wikidata=Q130491309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandodistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando District", - "operator:type=government", - "operator:wikidata=Q130490355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandodistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando District", - "operator:type=government", - "operator:wikidata=Q130489922" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandodistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando East District", - "operator:type=government", - "operator:wikidata=Q130491223" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandoeastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando I District", - "operator:type=government", - "operator:wikidata=Q130490785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandoidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando I District", - "operator:type=government", - "operator:wikidata=Q130491224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandoidistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando II District", - "operator:type=government", - "operator:wikidata=Q130490786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandoiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Fernando North District", - "operator:type=government", - "operator:wikidata=Q130491225" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfernandonorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco District", - "operator:type=government", - "operator:wikidata=Q130491310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscodistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco District", - "operator:type=government", - "operator:wikidata=Q130490559" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco District", - "operator:type=government", - "operator:wikidata=Q130490404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscodistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco District", - "operator:type=government", - "operator:wikidata=Q130491033" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco I District", - "operator:type=government", - "operator:wikidata=Q130491112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscoidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco II District", - "operator:type=government", - "operator:wikidata=Q130491113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscoiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Francisco III District", - "operator:type=government", - "operator:wikidata=Q130491114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscoiiidistrict-04050f.undefined" - }, { "if": { "and": [ @@ -98290,426 +47159,6 @@ }, "then": "./assets/data/nsi/logos/sanfranciscounifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Gabriel District", - "operator:type=government", - "operator:wikidata=Q130489746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sangabrieldistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Guillermo District", - "operator:type=government", - "operator:wikidata=Q130490105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanguillermodistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Ildefonso North District", - "operator:type=government", - "operator:wikidata=Q130490291" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanildefonsonorthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Ildefonso South District", - "operator:type=government", - "operator:wikidata=Q130490292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanildefonsosouthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130490050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130490303" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130489633" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130490201" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130490016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro District", - "operator:type=government", - "operator:wikidata=Q130490986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrodistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro North District", - "operator:type=government", - "operator:wikidata=Q130490630" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidronorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Isidro South District", - "operator:type=government", - "operator:wikidata=Q130490631" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanisidrosouthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jacinto District", - "operator:type=government", - "operator:wikidata=Q130490356" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjacintodistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jacinto District", - "operator:type=government", - "operator:wikidata=Q130489901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjacintodistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Joaquin North District", - "operator:type=government", - "operator:wikidata=Q130491302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjoaquinnorthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Joaquin South District", - "operator:type=government", - "operator:wikidata=Q130489805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjoaquinsouthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jorge District", - "operator:type=government", - "operator:wikidata=Q130490220" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjorgedistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose del Monte East District", - "operator:type=government", - "operator:wikidata=Q130491229" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedelmonteeastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose del Monte West District", - "operator:type=government", - "operator:wikidata=Q130491230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedelmontewestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130490266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130489718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130490490" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130489881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130490250" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130490202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose District", - "operator:type=government", - "operator:wikidata=Q130490684" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosedistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose North District", - "operator:type=government", - "operator:wikidata=Q130489546" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosenorthdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose South District", - "operator:type=government", - "operator:wikidata=Q130489547" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosesouthdistrict-8f2f95.undefined" - }, { "if": { "and": [ @@ -98726,126 +47175,6 @@ }, "then": "./assets/data/nsi/logos/sanjoseunifiedschooldistrict-14170b.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose West District", - "operator:type=government", - "operator:wikidata=Q130489548" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosewestdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Jose-Santa Fe District", - "operator:type=government", - "operator:wikidata=Q130489923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjosesantafedistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan District", - "operator:type=government", - "operator:wikidata=Q130490432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan District", - "operator:type=government", - "operator:wikidata=Q130490124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuandistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan District", - "operator:type=government", - "operator:wikidata=Q130489747" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuandistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan District", - "operator:type=government", - "operator:wikidata=Q130491234" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuandistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan District", - "operator:type=government", - "operator:wikidata=Q130491034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan East District", - "operator:type=government", - "operator:wikidata=Q130489719" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuaneastdistrict-966867.undefined" - }, { "if": { "and": [ @@ -98862,66 +47191,6 @@ }, "then": "./assets/data/nsi/logos/sanjuanunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Juan West District", - "operator:type=government", - "operator:wikidata=Q130489720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuanwestdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Julian District", - "operator:type=government", - "operator:wikidata=Q130490327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjuliandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Leonardo District", - "operator:type=government", - "operator:wikidata=Q130490017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanleonardodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Lorenzo District", - "operator:type=government", - "operator:wikidata=Q130490892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanlorenzodistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -98938,576 +47207,6 @@ }, "then": "./assets/data/nsi/logos/sanluiscoastalunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Luis District", - "operator:type=government", - "operator:wikidata=Q130490602" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanluisdistrict-793d70.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Luis District", - "operator:type=government", - "operator:wikidata=Q130489721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanluisdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Luis District", - "operator:type=government", - "operator:wikidata=Q130490401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanluisdistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Luis I District", - "operator:type=government", - "operator:wikidata=Q130491115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanluisidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Luis II District", - "operator:type=government", - "operator:wikidata=Q130491116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanluisiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Manuel District", - "operator:type=government", - "operator:wikidata=Q130490106" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmanueldistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Manuel District", - "operator:type=government", - "operator:wikidata=Q130489902" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmanueldistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Manuel District", - "operator:type=government", - "operator:wikidata=Q130490685" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmanueldistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Marcelino District", - "operator:type=government", - "operator:wikidata=Q130491093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmarcelinodistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Mariano District", - "operator:type=government", - "operator:wikidata=Q130490107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmarianodistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Mariano II District", - "operator:type=government", - "operator:wikidata=Q130490108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmarianoiidistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Mateo District", - "operator:type=government", - "operator:wikidata=Q130491417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmateodistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Mateo North District", - "operator:type=government", - "operator:wikidata=Q130490109" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmateonorthdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Mateo South District", - "operator:type=government", - "operator:wikidata=Q130490110" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmateosouthdistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel District", - "operator:type=government", - "operator:wikidata=Q130490051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmigueldistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel District", - "operator:type=government", - "operator:wikidata=Q130489634" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmigueldistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel District", - "operator:type=government", - "operator:wikidata=Q130490587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmigueldistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel I District", - "operator:type=government", - "operator:wikidata=Q130491064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmiguelidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel II District", - "operator:type=government", - "operator:wikidata=Q130491065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmigueliidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel North District", - "operator:type=government", - "operator:wikidata=Q130490293" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmiguelnorthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel North District", - "operator:type=government", - "operator:wikidata=Q130490853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmiguelnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Miguel South District", - "operator:type=government", - "operator:wikidata=Q130490294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanmiguelsouthdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Narciso District", - "operator:type=government", - "operator:wikidata=Q130490560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannarcisodistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Narciso District", - "operator:type=government", - "operator:wikidata=Q130491094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannarcisodistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Nicolas District", - "operator:type=government", - "operator:wikidata=Q130489722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannicolasdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Nicolas District", - "operator:type=government", - "operator:wikidata=Q130489660" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannicolasdistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Nicolas I District", - "operator:type=government", - "operator:wikidata=Q130489903" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannicolasidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Nicolas II District", - "operator:type=government", - "operator:wikidata=Q130489904" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sannicolasiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pablo District", - "operator:type=government", - "operator:wikidata=Q130490111" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpablodistrict-7a13d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pablo District", - "operator:type=government", - "operator:wikidata=Q130490588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpablodistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pascual District", - "operator:type=government", - "operator:wikidata=Q130489723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpascualdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pascual North District", - "operator:type=government", - "operator:wikidata=Q130490357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpascualnorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pascual South District", - "operator:type=government", - "operator:wikidata=Q130490358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpascualsouthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Pedro District", - "operator:type=government", - "operator:wikidata=Q130489868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpedrodistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Policarpo District", - "operator:type=government", - "operator:wikidata=Q130490328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanpolicarpodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Quintin District", - "operator:type=government", - "operator:wikidata=Q130489905" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanquintindistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Rafael District", - "operator:type=government", - "operator:wikidata=Q130490295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanrafaeldistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Rafael District", - "operator:type=government", - "operator:wikidata=Q130489806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanrafaeldistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -99524,156 +47223,6 @@ }, "then": "./assets/data/nsi/logos/sanramonvalleyunifiedschooldistrict-ff98ff.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Remegio I District", - "operator:type=government", - "operator:wikidata=Q130490267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanremegioidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Remegio I District", - "operator:type=government", - "operator:wikidata=Q130491311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanremegioidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Remegio II District", - "operator:type=government", - "operator:wikidata=Q130491347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanremegioiidistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Remegio II District", - "operator:type=government", - "operator:wikidata=Q130491312" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanremegioiidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Roque District", - "operator:type=government", - "operator:wikidata=Q130490203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanroquedistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Sebastian District", - "operator:type=government", - "operator:wikidata=Q130490221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sansebastiandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Simon District", - "operator:type=government", - "operator:wikidata=Q130490402" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sansimondistrict-b17b76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Teodoro District", - "operator:type=government", - "operator:wikidata=Q130490646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santeodorodistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=San Vicente District", - "operator:type=government", - "operator:wikidata=Q130489533" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanvicentedistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sanchez Mira District", - "operator:type=government", - "operator:wikidata=Q130489587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanchezmiradistrict-ca5b95.undefined" - }, { "if": { "and": [ @@ -99704,51 +47253,6 @@ }, "then": "./assets/data/nsi/logos/sandneskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sandwell Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q7417057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sandwellmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Ana District", - "operator:type=government", - "operator:wikidata=Q130489588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaanadistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Ana District", - "operator:type=government", - "operator:wikidata=Q130490403" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaanadistrict-b17b76.undefined" - }, { "if": { "and": [ @@ -99765,517 +47269,6 @@ }, "then": "./assets/data/nsi/logos/santaanaunifiedschooldistrict-4ed216.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Barbara District", - "operator:type=government", - "operator:wikidata=Q130489807" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santabarbaradistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Barbara I District", - "operator:type=government", - "operator:wikidata=Q130489692" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santabarbaraidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Barbara II District", - "operator:type=government", - "operator:wikidata=Q130489693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santabarbaraiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Catalina North District", - "operator:type=government", - "operator:wikidata=Q130490251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacatalinanorthdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Catalina South District", - "operator:type=government", - "operator:wikidata=Q130491340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacatalinasouthdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Clara Unified School District", - "operator:short=SCUSD", - "operator:type=public", - "operator:wikidata=Q7419336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaclaraunifiedschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz District", - "operator:type=government", - "operator:wikidata=Q130490125" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzdistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz District", - "operator:type=government", - "operator:wikidata=Q130489869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzdistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz District", - "operator:type=government", - "operator:wikidata=Q130489549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzdistrict-8f2f95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz East District", - "operator:type=government", - "operator:wikidata=Q130490911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzeastdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz North District", - "operator:type=government", - "operator:wikidata=Q130490879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruznorthdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz North District", - "operator:type=government", - "operator:wikidata=Q130490912" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruznorthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz North District", - "operator:type=government", - "operator:wikidata=Q130491095" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruznorthdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz South District", - "operator:type=government", - "operator:wikidata=Q130490913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzsouthdistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Cruz South District", - "operator:type=government", - "operator:wikidata=Q130491096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacruzsouthdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa District", - "operator:type=government", - "operator:wikidata=Q130490126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santadistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Elena District", - "operator:type=government", - "operator:wikidata=Q130490820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaelenadistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Fe District", - "operator:type=government", - "operator:wikidata=Q130491313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santafedistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Fe District", - "operator:type=government", - "operator:wikidata=Q130489635" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santafedistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Fe District", - "operator:type=government", - "operator:wikidata=Q130489972" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santafedistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Fe Public Schools", - "operator:type=public", - "operator:wikidata=Q7419552" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santafepublicschools-2a40d4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Ignacia District", - "operator:type=government", - "operator:wikidata=Q130490686" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaignaciadistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Josefa District", - "operator:type=government", - "operator:wikidata=Q130491117" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santajosefadistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Lucia District", - "operator:type=government", - "operator:wikidata=Q130490127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaluciadistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Magdalena District", - "operator:type=government", - "operator:wikidata=Q130491008" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamagdalenadistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Marcela District", - "operator:type=government", - "operator:wikidata=Q130490744" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamarceladistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Margarita I District", - "operator:type=government", - "operator:wikidata=Q130490222" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamargaritaidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Margarita II District", - "operator:type=government", - "operator:wikidata=Q130490223" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamargaritaiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria District", - "operator:type=government", - "operator:wikidata=Q130490296" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariadistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria District", - "operator:type=government", - "operator:wikidata=Q130490128" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariadistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria District", - "operator:type=government", - "operator:wikidata=Q130489870" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariadistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria District", - "operator:type=government", - "operator:wikidata=Q130489906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariadistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria District", - "operator:type=government", - "operator:wikidata=Q130490525" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariadistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Maria East District", - "operator:type=government", - "operator:wikidata=Q130490880" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santamariaeastdistrict-e7cd2b.undefined" - }, { "if": { "and": [ @@ -100292,440 +47285,6 @@ }, "then": "./assets/data/nsi/logos/santamonicamalibuunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Rita I District", - "operator:type=government", - "operator:wikidata=Q130490224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaritaidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Rita II District", - "operator:type=government", - "operator:wikidata=Q130490226" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaritaiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Rosa District", - "operator:type=government", - "operator:wikidata=Q130490018" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santarosadistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santa Teresita District", - "operator:type=government", - "operator:wikidata=Q130489589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santateresitadistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santiago District", - "operator:type=government", - "operator:wikidata=Q130490733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santiagodistrict-804291.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santiago District", - "operator:type=government", - "operator:wikidata=Q130490129" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santiagodistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Angel District", - "operator:type=government", - "operator:wikidata=Q130490409" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santoangeldistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Domingo District", - "operator:type=government", - "operator:wikidata=Q130490442" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santodomingodistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Domingo District", - "operator:type=government", - "operator:wikidata=Q130490019" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santodomingodistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Domingo-San Ildefonso District", - "operator:type=government", - "operator:wikidata=Q130490130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santodomingosanildefonsodistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Nino District", - "operator:type=government", - "operator:wikidata=Q130489590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santoninodistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Nino District", - "operator:type=government", - "operator:wikidata=Q130490227" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santoninodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Niño District", - "operator:type=government", - "operator:wikidata=Q130491017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santoninodistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Tomas District", - "operator:type=government", - "operator:wikidata=Q130489748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santotomasdistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Tomas East District", - "operator:type=government", - "operator:wikidata=Q130490304" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santotomaseastdistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Tomas North District", - "operator:type=government", - "operator:wikidata=Q130489724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santotomasnorthdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Tomas South District", - "operator:type=government", - "operator:wikidata=Q130489725" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santotomassouthdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santo Tomas West District", - "operator:type=government", - "operator:wikidata=Q130490305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santotomaswestdistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Santol District", - "operator:type=government", - "operator:wikidata=Q130489749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santoldistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapa-Sapa I District", - "operator:type=government", - "operator:wikidata=Q130491079" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapasapaidistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapad - Nunungan District", - "operator:type=government", - "operator:wikidata=Q130490515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapadnunungandistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapang Dalaga District", - "operator:type=government", - "operator:wikidata=Q130490170" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapangdalagadistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapao District", - "operator:type=government", - "operator:wikidata=Q130490987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapaodistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapian District", - "operator:type=government", - "operator:wikidata=Q130490840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapiandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sapientia Education Trust", - "operator:type=private", - "operator:wikidata=Q104857980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapientiaeducationtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SAPS ACADEMY", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapsacademy-a0c43a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sara District", - "operator:type=government", - "operator:wikidata=Q130489808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saradistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sarangani District", - "operator:type=government", - "operator:wikidata=Q130490881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saranganidistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sariaya West District", - "operator:type=government", - "operator:wikidata=Q130490561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sariayawestdistrict-1f956b.undefined" - }, { "if": { "and": [ @@ -100741,37 +47300,6 @@ }, "then": "./assets/data/nsi/logos/sarpsborgkommune-ee5f1f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sarrat District", - "operator:type=government", - "operator:wikidata=Q130489661" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sarratdistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Saskatoon Public Schools", - "operator:short=SPS", - "operator:type=public", - "operator:wikidata=Q7425673" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saskatoonpublicschools-c9fb3c.undefined" - }, { "if": { "and": [ @@ -100804,65 +47332,6 @@ }, "then": "./assets/data/nsi/logos/schertzcibolouniversalcityindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Scholengroep GO! Next", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scholengroepgonext-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Scholengroep Holland", - "operator:type=public", - "operator:wikidata=Q121863471" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scholengroepholland-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Scholengroep Spinoza", - "operator:type=public", - "operator:wikidata=Q121834214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scholengroepspinoza-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=School Board of Highlands County", - "operator:short=SBHC", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schoolboardofhighlandscounty-e8bc2a.undefined" - }, { "if": { "and": [ @@ -100879,35 +47348,6 @@ }, "then": "./assets/data/nsi/logos/schoolcityofhammond-87f3ac.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=School District 67 Okanagan Skaha", - "operator:type=public", - "operator:wikidata=Q7432212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schooldistrict67okanaganskaha-e17d3c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=School District No. 43", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schooldistrictno43-e17d3c.undefined" - }, { "if": { "and": [ @@ -100938,50 +47378,6 @@ }, "then": "./assets/data/nsi/logos/schoolsdivisionofficeoftagbilarancity-115e0d.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SCO Delft e.o.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scodelfteo-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Scottish Borders Council", - "operator:type=government", - "operator:wikidata=Q99229585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/scottishborderscouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SDBE Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdbemultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -100998,35 +47394,6 @@ }, "then": "./assets/data/nsi/logos/seattlepublicschools-48f47a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sebaste District", - "operator:type=government", - "operator:wikidata=Q130490268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sebastedistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SEC", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sec-422367.undefined" - }, { "if": { "and": [ @@ -101042,36 +47409,6 @@ }, "then": "./assets/data/nsi/logos/secretariadaeducacaodoestadodesaopaulo-5e2aa2.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria da Educação do Estado do Ceará", - "operator:type=government", - "operator:wikidata=Q10369267" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadaeducacaodoestadodoceara-04d5fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria da Educação do Estado do Tocantins", - "operator:type=government", - "operator:wikidata=Q97672269" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadaeducacaodoestadodotocantins-50eaed.undefined" - }, { "if": { "and": [ @@ -101087,193 +47424,6 @@ }, "then": "./assets/data/nsi/logos/secretariadaeducacaodoriograndedosul-ee71aa.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria de Educação de Uberlandia", - "operator:type=government", - "operator:wikidata=Q56450006" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducacaodeuberlandia-479758.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria de Educação do Estado do Rio de Janeiro", - "operator:type=government", - "operator:wikidata=Q56351917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducacaodoestadodoriodejaneiro-df8785.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducacion-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación de Bogotá", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondebogota-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación de Bogotá, D.C.", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondebogotadc-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación de Boyacá", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondeboyaca-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación de Soacha", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondesoacha-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación del Estado de México", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondelestadodemexico-784507.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación del Gobierno del Estado", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondelgobiernodelestado-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaría de Educación Pública", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducacionpublica-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria de Estado da Educação do Espírito Santo", - "operator:type=government", - "operator:wikidata=Q117885100" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodaeducacaodoespiritosanto-9f878e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria de Estado da Educação do Paraná", - "operator:type=government", - "operator:wikidata=Q97670613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodaeducacaodoparana-91354a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria de Estado de Educação de Minas Gerais", - "operator:type=government", - "operator:wikidata=Q61612780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodeeducacaodeminasgerais-479758.undefined" - }, { "if": { "and": [ @@ -101334,21 +47484,6 @@ }, "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodecaetite-9d6ced.ced" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação de Campos dos Goytacazes", - "operator:type=government", - "operator:wikidata=Q56450025" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodecamposdosgoytacazes-df8785.undefined" - }, { "if": { "and": [ @@ -101394,124 +47529,6 @@ }, "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodeitaperuna-df8785.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação de Pinhais", - "operator:type=government", - "operator:wikidata=Q97631607" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodepinhais-6a2dca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação de Rio das Ostras", - "operator:type=government", - "operator:wikidata=Q61930515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoderiodasostras-df8785.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação de São José dos Pinhais", - "operator:type=government", - "operator:wikidata=Q56450080" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodesaojosedospinhais-91354a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação e Cultura de Cerquilho", - "operator:type=government", - "operator:wikidata=Q100154106" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoeculturadecerquilho-5e2aa2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Secretaria Municipal de Educação e Desporto", - "operator:type=government", - "operator:wikidata=Q56450065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoedesporto-ee71aa.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SED Barranquilla", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sedbarranquilla-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SEDBOYACA", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sedboyaca-9772be.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sefton Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q7446119" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seftonmetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -101527,80 +47544,6 @@ }, "then": "./assets/data/nsi/logos/senjakommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SEPH", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seph-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sergio Osmeña I District", - "operator:type=government", - "operator:wikidata=Q130490712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sergioosmenaidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sergio Osmeña II District", - "operator:type=government", - "operator:wikidata=Q130490713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sergioosmenaiidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Serviço Social da Indústria", - "operator:type=ngo", - "operator:wikidata=Q6027748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicosocialdaindustria-52f4f1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sevilla District", - "operator:type=government", - "operator:wikidata=Q130490052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sevilladistrict-604116.undefined" - }, { "if": { "and": [ @@ -101617,67 +47560,6 @@ }, "then": "./assets/data/nsi/logos/sharylandindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sheboygan Area School District", - "operator:type=public", - "operator:wikidata=Q7492264" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sheboyganareaschooldistrict-ac5479.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sheffield City Council", - "operator:type=government", - "operator:wikidata=Q7492609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sheffieldcitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sherborne Area Schools' Trust", - "operator:short=SAST", - "operator:type=private", - "operator:wikidata=Q122616504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sherborneareaschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Shetland Islands Council", - "operator:type=government", - "operator:wikidata=Q3481996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shetlandislandscouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -101709,320 +47591,6 @@ }, "then": "./assets/data/nsi/logos/shropshirecouncil-7a837c.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siaton East District", - "operator:type=government", - "operator:wikidata=Q130491341" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siatoneastdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siaton West District", - "operator:type=government", - "operator:wikidata=Q130491342" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siatonwestdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siay District", - "operator:type=government", - "operator:wikidata=Q130490073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siaydistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siayan District", - "operator:type=government", - "operator:wikidata=Q130490714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siayandistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibagat I District", - "operator:type=government", - "operator:wikidata=Q130491118" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibagatidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibagat II District", - "operator:type=government", - "operator:wikidata=Q130491119" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibagatiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibalom North District", - "operator:type=government", - "operator:wikidata=Q130490269" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibalomnorthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibalom South District", - "operator:type=government", - "operator:wikidata=Q130490270" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibalomsouthdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibonga District", - "operator:type=government", - "operator:wikidata=Q130491314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibongadistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibuco District", - "operator:type=government", - "operator:wikidata=Q130490715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibucodistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibulan District", - "operator:type=government", - "operator:wikidata=Q130491343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibulandistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibulan II District", - "operator:type=government", - "operator:wikidata=Q130491344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibulaniidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibunag District", - "operator:type=government", - "operator:wikidata=Q130490893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibunagdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sibutad District", - "operator:type=government", - "operator:wikidata=Q130490717" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sibutaddistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sierra Bullones District", - "operator:type=government", - "operator:wikidata=Q130491331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sierrabullonesdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SIF", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sif-d14008.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sigma District", - "operator:type=government", - "operator:wikidata=Q130490841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigmadistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Silago District", - "operator:type=government", - "operator:wikidata=Q130491036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silagodistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Silang I District", - "operator:type=government", - "operator:wikidata=Q130489991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silangidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Silang II District", - "operator:type=government", - "operator:wikidata=Q130489992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silangiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Silvino Lubos District", - "operator:type=government", - "operator:wikidata=Q130490204" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silvinolubosdistrict-a446cb.undefined" - }, { "if": { "and": [ @@ -102039,247 +47607,6 @@ }, "then": "./assets/data/nsi/logos/simcoecountydistrictschoolboard-57bf82.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Simcoe Muskoka Catholic District School Board", - "operator:short=SMCDSB", - "operator:type=public", - "operator:wikidata=Q7517502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simcoemuskokacatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Simi Valley Unified School District", - "operator:type=public", - "operator:wikidata=Q7517757" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/simivalleyunifiedschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sinacaban District", - "operator:type=government", - "operator:wikidata=Q130490171" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sinacabandistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sinait District", - "operator:type=government", - "operator:wikidata=Q130490131" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sinaitdistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sindangan Central District", - "operator:type=government", - "operator:wikidata=Q130490718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sindangancentraldistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sindangan North District", - "operator:type=government", - "operator:wikidata=Q130490719" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sindangannorthdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sindangan South District", - "operator:type=government", - "operator:wikidata=Q130490720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sindangansouthdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siocon District", - "operator:type=government", - "operator:wikidata=Q130490721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siocondistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sipalay I District", - "operator:type=government", - "operator:wikidata=Q130490953" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipalayidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sipalay II District", - "operator:type=government", - "operator:wikidata=Q130490954" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipalayiidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sipocot North District", - "operator:type=government", - "operator:wikidata=Q130490492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipocotnorthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sipocot South District", - "operator:type=government", - "operator:wikidata=Q130490493" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipocotsouthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sirawai District", - "operator:type=government", - "operator:wikidata=Q130490722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sirawaidistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Siruma District", - "operator:type=government", - "operator:wikidata=Q130490494" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sirumadistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sison District", - "operator:type=government", - "operator:wikidata=Q130489907" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sisondistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sison District", - "operator:type=government", - "operator:wikidata=Q130490420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sisondistrict-6bb1ee.undefined" - }, { "if": { "and": [ @@ -102295,109 +47622,6 @@ }, "then": "./assets/data/nsi/logos/skienkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SKOzoK", - "operator:type=private", - "operator:wikidata=Q121770112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skozok-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SKPO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skpo-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Slough Borough Council", - "operator:type=government", - "operator:wikidata=Q7541466" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sloughboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Smithtown Central School District", - "operator:type=public", - "operator:wikidata=Q7545650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smithtowncentralschooldistrict-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sn Vicente-San Lorenzo Ruiz District", - "operator:type=government", - "operator:wikidata=Q130490821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/snvicentesanlorenzoruizdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Snowline Joint Unified School District", - "operator:type=public", - "operator:wikidata=Q17088457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/snowlinejointunifiedschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sở Giáo dục và Đào tạo Hà Nội", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sogiaoducvadaotaohanoi-e0e6fb.undefined" - }, { "if": { "and": [ @@ -102414,81 +47638,6 @@ }, "then": "./assets/data/nsi/logos/societyofsaintpiusx-155571.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Socorro District", - "operator:type=government", - "operator:wikidata=Q130490647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/socorrodistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Socorro West District", - "operator:type=government", - "operator:wikidata=Q130490988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/socorrowestdistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sogod District", - "operator:type=government", - "operator:wikidata=Q130491315" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sogoddistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sogod I District", - "operator:type=government", - "operator:wikidata=Q130491037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sogodidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sogod II District", - "operator:type=government", - "operator:wikidata=Q130491038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sogodiidistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -102504,96 +47653,6 @@ }, "then": "./assets/data/nsi/logos/solakommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solana North District", - "operator:type=government", - "operator:wikidata=Q130489591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solananorthdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solana West Educational Zone District", - "operator:type=government", - "operator:wikidata=Q130489592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solanawesteducationalzonedistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solano I District", - "operator:type=government", - "operator:wikidata=Q130489973" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solanoidistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solano II District", - "operator:type=government", - "operator:wikidata=Q130489974" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solanoiidistrict-4b8703.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solihull Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17021590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solihullmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Solsona District", - "operator:type=government", - "operator:wikidata=Q130489662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solsonadistrict-a465f5.undefined" - }, { "if": { "and": [ @@ -102609,366 +47668,6 @@ }, "then": "./assets/data/nsi/logos/somersetcouncil-302459.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sominot District", - "operator:type=government", - "operator:wikidata=Q130490589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sominotdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sorsogon East District", - "operator:type=government", - "operator:wikidata=Q130490651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sorsogoneastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sorsogon West District", - "operator:type=government", - "operator:wikidata=Q130490652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sorsogonwestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Ayrshire Council", - "operator:type=government", - "operator:wikidata=Q99229587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southayrshirecouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Bay Union School District", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southbayunionschooldistrict-ff98ff.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Brooke's Point District", - "operator:type=government", - "operator:wikidata=Q130489534" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southbrookespointdistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Butuan District II", - "operator:type=government", - "operator:wikidata=Q130490793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southbutuandistrictii-354e76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-817304.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491379" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-1a45a4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491144" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491161" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-56e58f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491170" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130496499" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-3562b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491193" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-a8ec43.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491206" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-08cb8f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491241" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South District", - "operator:type=government", - "operator:wikidata=Q130491259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdistrict-ca624c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South East London Catholic Academy Trust (SELCAT) Limited", - "operator:short=SELCAT", - "operator:type=private", - "operator:wikidata=Q122616575" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southeastlondoncatholicacademytrustselcatlimited-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Glan District", - "operator:type=government", - "operator:wikidata=Q130490974" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southglandistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Gloucestershire Council", - "operator:type=government", - "operator:wikidata=Q17020724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southgloucestershirecouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -103000,199 +47699,6 @@ }, "then": "./assets/data/nsi/logos/southlanarkshirecouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Malungon District", - "operator:type=government", - "operator:wikidata=Q130490975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southmalungondistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Pennine Academies", - "operator:type=private", - "operator:wikidata=Q122616295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southpennineacademies-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=South Tyneside Council", - "operator:type=government", - "operator:wikidata=Q23463529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southtynesidecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southampton City Council", - "operator:type=government", - "operator:wikidata=Q17021809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southamptoncitycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southeast I Butuan District", - "operator:type=government", - "operator:wikidata=Q130490794" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southeastibutuandistrict-354e76.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southend-on-Sea Borough Council", - "operator:type=government", - "operator:wikidata=Q7569516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southendonseaboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southern Conner District", - "operator:type=government", - "operator:wikidata=Q130490745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernconnerdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southern Pinukpuk District", - "operator:type=government", - "operator:wikidata=Q130490619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernpinukpukdistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southern Tabuk District", - "operator:type=government", - "operator:wikidata=Q130490620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southerntabukdistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southwest Alabel District", - "operator:type=government", - "operator:wikidata=Q130490976" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwestalabeldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Southwest District", - "operator:type=government", - "operator:wikidata=Q130491270" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwestdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Spaarnesant", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spaarnesant-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Spectrum", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spectrum-e21ec9.undefined" - }, { "if": { "and": [ @@ -103209,20 +47715,6 @@ }, "then": "./assets/data/nsi/logos/spokanepublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=SPOV", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spov-e21ec9.undefined" - }, { "if": { "and": [ @@ -103255,22 +47747,6 @@ }, "then": "./assets/data/nsi/logos/springindependentschooldistrict-d19570.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Springdale Public Schools", - "operator:short=SPS", - "operator:type=public", - "operator:wikidata=Q7580851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/springdalepublicschools-c3d23c.undefined" - }, { "if": { "and": [ @@ -103367,187 +47843,6 @@ }, "then": "./assets/data/nsi/logos/springfieldschooldistrict-664aaf.aaf" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Śródmieście", - "operator:type=government", - "operator:wikidata=Q7095" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srodmiescie-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Barnabas Church of England Multi Academy Trust", - "operator:short=St Barnabas MAT", - "operator:type=private", - "operator:wikidata=Q122616318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stbarnabaschurchofenglandmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Bart's Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stbartsmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Chad's Academies Trust", - "operator:type=private", - "operator:wikidata=Q121704501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stchadsacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Christopher's C of E (Primary) Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616320" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stchristopherscofeprimarymultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Clare Catholic Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stclarecatholicmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Cuthbert's Roman Catholic Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stcuthbertsromancatholicacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Edmundsbury and Ipswich Diocesan Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704502" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stedmundsburyandipswichdiocesanmultiacademytrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Francis and St Clare Catholic Multi Academy Company", - "operator:type=private", - "operator:wikidata=Q122616233" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stfrancisandstclarecatholicmultiacademycompany-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Helens Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17022094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sthelensmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St John the Baptist Catholic Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616399" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stjohnthebaptistcatholicmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St Ralph Sherwin Catholic Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q121704503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stralphsherwincatholicmultiacademytrust-26e9df.undefined" - }, { "if": { "and": [ @@ -103578,21 +47873,6 @@ }, "then": "./assets/data/nsi/logos/stthomascatholicacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St. Bernard District", - "operator:type=government", - "operator:wikidata=Q130491039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stbernarddistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -103608,22 +47888,6 @@ }, "then": "./assets/data/nsi/logos/stcharlescommunityunitschooldistrict303-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=St. Clair Catholic District School Board", - "operator:short=SCCDSB", - "operator:type=public", - "operator:wikidata=Q7587563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stclaircatholicdistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -103939,20 +48203,6 @@ }, "then": "./assets/data/nsi/logos/stadtleipzig-9699d0.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Leipzig Amt für Schule", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtleipzigamtfurschule-9699d0.undefined" - }, { "if": { "and": [ @@ -104088,21 +48338,6 @@ }, "then": "./assets/data/nsi/logos/stadtvelbert-1fea76.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Wien", - "operator:type=government", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-f61c06.undefined" - }, { "if": { "and": [ @@ -104163,104 +48398,6 @@ }, "then": "./assets/data/nsi/logos/stadtwuppertal-1fea76.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Glatttal", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreisglatttal-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Letzi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreisletzi-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Limmattal", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreislimmattal-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Schwamendingen", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreisschwamendingen-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Uto", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreisuto-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Waidberg", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreiswaidberg-25b252.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stadt Zürich, SSD, Schulkreis Zürichberg", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdschulkreiszurichberg-25b252.undefined" - }, { "if": { "and": [ @@ -104276,21 +48413,6 @@ }, "then": "./assets/data/nsi/logos/stadteregionaachen-1fea76.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Staffordshire County Council", - "operator:type=government", - "operator:wikidata=Q6386295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staffordshirecountycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -104321,66 +48443,6 @@ }, "then": "./assets/data/nsi/logos/stangekommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stanley Learning Partnership", - "operator:short=SLP", - "operator:type=private", - "operator:wikidata=Q122616482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stanleylearningpartnership-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Star Academies", - "operator:type=private", - "operator:wikidata=Q47508581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/staracademies-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=STAR Catholic Schools", - "operator:type=religious", - "operator:wikidata=Q7591919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/starcatholicschools-59fa08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Statutární město Kladno, náměstí Starosty Pavla 44, 272 52 Kladno", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statutarnimestokladnonamestistarostypavla4427252kladno-972665.undefined" - }, { "if": { "and": [ @@ -104396,22 +48458,6 @@ }, "then": "./assets/data/nsi/logos/stavangerkommune-ee5f1f.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Steel City Schools Partnership", - "operator:short=SCSP", - "operator:type=private", - "operator:wikidata=Q122616323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steelcityschoolspartnership-7a837c.undefined" - }, { "if": { "and": [ @@ -104427,221 +48473,6 @@ }, "then": "./assets/data/nsi/logos/steinkjerkommune-ee5f1f.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=STEP Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stepacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stg. Openbaar Basisonderwijs Duin- en Bollenstreek", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stgopenbaarbasisonderwijsduinenbollenstreek-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting 'Het Driespan'", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtinghetdriespan-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Bestuur Openbaar Onderwijs Rotterdam", - "operator:short=Boor", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingbestuuropenbaaronderwijsrotterdam-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Confessioneel Onderwijs Leiden", - "operator:short=SCOL", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingconfessioneelonderwijsleiden-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Floreer", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingfloreer-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Meer Primair", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingmeerprimair-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Obase", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingobase-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Prohles", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingprohles-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting RENN4", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingrenn4-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Sophia Scholen", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingsophiascholen-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Speciaal Onderwijs Twente en Oost Gelderland", - "operator:short=SOTOG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingspeciaalonderwijstwenteenoostgelderland-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Twijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingtwijs-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stichting Vrijescholen Ithaka", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stichtingvrijescholenithaka-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stirling Council", - "operator:type=government", - "operator:wikidata=Q99229589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stirlingcouncil-7782f9.undefined" - }, { "if": { "and": [ @@ -104657,51 +48488,6 @@ }, "then": "./assets/data/nsi/logos/stjordalkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stockport Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q7618164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stockportmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stockton-on-Tees Borough Council", - "operator:type=government", - "operator:wikidata=Q17022493" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stocktononteesboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stoke-on-Trent City Council", - "operator:type=government", - "operator:wikidata=Q17022507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stokeontrentcitycouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -104717,21 +48503,6 @@ }, "then": "./assets/data/nsi/logos/stordkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Stowe Valley Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stowevalleymultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -104747,231 +48518,6 @@ }, "then": "./assets/data/nsi/logos/stredoceskykraj-972665.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sual District", - "operator:type=government", - "operator:wikidata=Q130489694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sualdistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Subic District", - "operator:type=government", - "operator:wikidata=Q130491097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/subicdistrict-c557fb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Subsidio Secretaria De Educacion Del Gobierno Del Estado - Asociacion Civil", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/subsidiosecretariadeeducaciondelgobiernodelestadoasociacioncivil-422367.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sudbury Catholic District School Board", - "operator:short=SCDSB", - "operator:type=public", - "operator:wikidata=Q7633503" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sudburycatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sudipen District", - "operator:type=government", - "operator:wikidata=Q130489750" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sudipendistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Suffolk County Council", - "operator:type=government", - "operator:wikidata=Q3305205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suffolkcountycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sugbongcogon District", - "operator:type=government", - "operator:wikidata=Q130490379" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sugbongcogondistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sulat District", - "operator:type=government", - "operator:wikidata=Q130490329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sulatdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sulop District", - "operator:type=government", - "operator:wikidata=Q130490882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sulopdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sultan Naga Dimaporo District", - "operator:type=government", - "operator:wikidata=Q130490516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sultannagadimaporodistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sumilao District", - "operator:type=government", - "operator:wikidata=Q130490787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sumilaodistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sumisip East District", - "operator:type=government", - "operator:wikidata=Q130491136" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sumisipeastdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sumisip North District", - "operator:type=government", - "operator:wikidata=Q130491137" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sumisipnorthdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sumisip South District", - "operator:type=government", - "operator:wikidata=Q130491138" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sumisipsouthdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sun Prairie Area School District", - "operator:type=public", - "operator:wikidata=Q7638442" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sunprairieareaschooldistrict-ac5479.undefined" - }, { "if": { "and": [ @@ -105017,67 +48563,6 @@ }, "then": "./assets/data/nsi/logos/sunnfjordkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Superior-Greenstone District School Board", - "operator:short=SGDSB", - "operator:type=public", - "operator:wikidata=Q17144626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/superiorgreenstonedistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Surallah Central District", - "operator:type=government", - "operator:wikidata=Q130491018" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/surallahcentraldistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Surallah North District", - "operator:type=government", - "operator:wikidata=Q130491019" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/surallahnorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Surallah South District", - "operator:type=government", - "operator:wikidata=Q130491020" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/surallahsouthdistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -105093,21 +48578,6 @@ }, "then": "./assets/data/nsi/logos/surreycountycouncil-067b74.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Suyo District", - "operator:type=government", - "operator:wikidata=Q130490132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/suyodistrict-eb7dba.undefined" - }, { "if": { "and": [ @@ -105123,274 +48593,6 @@ }, "then": "./assets/data/nsi/logos/swaleacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Swindon Borough Council", - "operator:type=government", - "operator:wikidata=Q17040033" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swindonboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Sydney Catholic Schools", - "operator:type=religious", - "operator:wikidata=Q116242611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydneycatholicschools-d7e2f4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Symphony Learning Trust", - "operator:type=private", - "operator:wikidata=Q122616441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/symphonylearningtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Synergy Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616418" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/synergymultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Syosset Central School District", - "operator:type=public", - "operator:wikidata=Q7662969" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syossetcentralschooldistrict-7d0023.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=T ' Boli West District", - "operator:type=government", - "operator:wikidata=Q130491021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tboliwestdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=T.C. MEB", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tcmeb-44c4b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=T.C. Millî Eğitim Bakanlığı", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tcmilliegitimbakanligi-44c4b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taal District", - "operator:type=government", - "operator:wikidata=Q130489726" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taaldistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabaco North District", - "operator:type=government", - "operator:wikidata=Q130491235" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabaconorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabaco West District", - "operator:type=government", - "operator:wikidata=Q130491236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabacowestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabango North District", - "operator:type=government", - "operator:wikidata=Q130489636" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabangonorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabango South District", - "operator:type=government", - "operator:wikidata=Q130489637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabangosouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabina District", - "operator:type=government", - "operator:wikidata=Q130490590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabinadistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabogon District", - "operator:type=government", - "operator:wikidata=Q130491316" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabogondistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabontabon District", - "operator:type=government", - "operator:wikidata=Q130489638" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabontabondistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabuelan District", - "operator:type=government", - "operator:wikidata=Q130489958" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabuelandistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tabuk District", - "operator:type=government", - "operator:wikidata=Q130490621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tabukdistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -105407,800 +48609,6 @@ }, "then": "./assets/data/nsi/logos/tacomapublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tadian District", - "operator:type=government", - "operator:wikidata=Q130490925" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tadiandistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tadian I District", - "operator:type=government", - "operator:wikidata=Q130490926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tadianidistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taft District", - "operator:type=government", - "operator:wikidata=Q130490330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taftdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagana-An District", - "operator:type=government", - "operator:wikidata=Q130490421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taganaandistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagapul-an District", - "operator:type=government", - "operator:wikidata=Q130490228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagapulandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagaytay District", - "operator:type=government", - "operator:wikidata=Q130489993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagaytaydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagbina I District", - "operator:type=government", - "operator:wikidata=Q130491066" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagbinaidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagbina II District", - "operator:type=government", - "operator:wikidata=Q130491067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagbinaiidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagkawayan District", - "operator:type=government", - "operator:wikidata=Q130490562" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagkawayandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tago I District", - "operator:type=government", - "operator:wikidata=Q130491068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagoidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tago II District", - "operator:type=government", - "operator:wikidata=Q130491069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagoiidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tagudin District", - "operator:type=government", - "operator:wikidata=Q130490133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tagudindistrict-eb7dba.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taguig District I", - "operator:type=government", - "operator:wikidata=Q130491238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taguigdistricti-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taguig District II", - "operator:type=government", - "operator:wikidata=Q130491239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taguigdistrictii-c1f3a0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talacogon East District", - "operator:type=government", - "operator:wikidata=Q130491120" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talacogoneastdistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talacogon West District", - "operator:type=government", - "operator:wikidata=Q130491121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talacogonwestdistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talaingod District", - "operator:type=government", - "operator:wikidata=Q130490306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talaingoddistrict-6195b7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talakag I District", - "operator:type=government", - "operator:wikidata=Q130490788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talakagidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talakag II District", - "operator:type=government", - "operator:wikidata=Q130490789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talakagiidistrict-975888.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talalora District", - "operator:type=government", - "operator:wikidata=Q130490229" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talaloradistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talavera North District", - "operator:type=government", - "operator:wikidata=Q130490020" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talaveranorthdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talavera South District", - "operator:type=government", - "operator:wikidata=Q130490021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talaverasouthdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talibon I District", - "operator:type=government", - "operator:wikidata=Q130490053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talibonidistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talibon II District", - "operator:type=government", - "operator:wikidata=Q130490054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taliboniidistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talisay District", - "operator:type=government", - "operator:wikidata=Q130489727" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talisaydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talisay District", - "operator:type=government", - "operator:wikidata=Q130490822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talisaydistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talisay I District", - "operator:type=government", - "operator:wikidata=Q130490955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talisayidistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talisayan District", - "operator:type=government", - "operator:wikidata=Q130490380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talisayandistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talomo District", - "operator:type=government", - "operator:wikidata=Q130490613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talomodistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talugtug District", - "operator:type=government", - "operator:wikidata=Q130490022" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talugtugdistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Talusan District", - "operator:type=government", - "operator:wikidata=Q130490074" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/talusandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tambulig District", - "operator:type=government", - "operator:wikidata=Q130490591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tambuligdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tameside Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17041259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tamesidemetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tampakan District", - "operator:type=government", - "operator:wikidata=Q130491022" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tampakandistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tampereen seudun ammattiopisto", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tampereenseudunammattiopisto-4ccccf.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tampilisan District", - "operator:type=government", - "operator:wikidata=Q130490723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tampilisandistrict-9ed5a7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tanauan I District", - "operator:type=government", - "operator:wikidata=Q130489639" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanauanidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tanauan II District", - "operator:type=government", - "operator:wikidata=Q130489640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanauaniidistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tanay I District", - "operator:type=government", - "operator:wikidata=Q130490959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanayidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tanay II District", - "operator:type=government", - "operator:wikidata=Q130491418" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanayiidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tandag I District", - "operator:type=government", - "operator:wikidata=Q130491070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tandagidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tandag II District", - "operator:type=government", - "operator:wikidata=Q130491071" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tandagiidistrict-d85311.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tandubas District", - "operator:type=government", - "operator:wikidata=Q130491080" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tandubasdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tangalan District", - "operator:type=government", - "operator:wikidata=Q130490144" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangalandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tangub Central District", - "operator:type=government", - "operator:wikidata=Q130491244" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangubcentraldistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tangub North District", - "operator:type=government", - "operator:wikidata=Q130491245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangubnorthdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tangub South District", - "operator:type=government", - "operator:wikidata=Q130491246" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangubsouthdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tangub Southwest District", - "operator:type=government", - "operator:wikidata=Q130491247" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangubsouthwestdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tantangan District", - "operator:type=government", - "operator:wikidata=Q130491023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tantangandistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tanza District", - "operator:type=government", - "operator:wikidata=Q130489994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanzadistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tapaz East District", - "operator:type=government", - "operator:wikidata=Q130490842" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tapazeastdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tapaz West District", - "operator:type=government", - "operator:wikidata=Q130490843" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tapazwestdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarangnan District", - "operator:type=government", - "operator:wikidata=Q130490230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarangnandistrict-a90c6e.undefined" - }, { "if": { "and": [ @@ -106216,141 +48624,6 @@ }, "then": "./assets/data/nsi/logos/targowek-83282a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarlac Central District", - "operator:type=government", - "operator:wikidata=Q130491250" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarlaccentraldistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarlac East District", - "operator:type=government", - "operator:wikidata=Q130491251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarlaceastdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarlac North District", - "operator:type=government", - "operator:wikidata=Q130491252" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarlacnorthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarlac South District", - "operator:type=government", - "operator:wikidata=Q130491253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarlacsouthdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarlac West District", - "operator:type=government", - "operator:wikidata=Q130491254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarlacwestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tarragona District", - "operator:type=government", - "operator:wikidata=Q130491433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tarragonadistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tayabas East District", - "operator:type=government", - "operator:wikidata=Q130491255" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tayabaseastdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tayabas West District", - "operator:type=government", - "operator:wikidata=Q130491256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tayabaswestdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tayasan District", - "operator:type=government", - "operator:wikidata=Q130491345" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tayasandistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -106367,81 +48640,6 @@ }, "then": "./assets/data/nsi/logos/taylorschooldistrict-aa6f23.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taysan District", - "operator:type=government", - "operator:wikidata=Q130489728" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taysandistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taytay I District", - "operator:type=government", - "operator:wikidata=Q130489535" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytayidistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taytay I District", - "operator:type=government", - "operator:wikidata=Q130491419" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytayidistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taytay II District", - "operator:type=government", - "operator:wikidata=Q130489536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytayiidistrict-8f4cca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Taytay III District", - "operator:type=government", - "operator:wikidata=Q130489537" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taytayiiidistrict-8f4cca.undefined" - }, { "if": { "and": [ @@ -106457,21 +48655,6 @@ }, "then": "./assets/data/nsi/logos/telemarkfylkeskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Telford & Wrekin Council", - "operator:type=government", - "operator:wikidata=Q17059334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/telfordandwrekincouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -106488,36 +48671,6 @@ }, "then": "./assets/data/nsi/logos/thamesvalleydistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Active Learning Trust", - "operator:type=private", - "operator:wikidata=Q121704507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theactivelearningtrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Arthur Terry Learning Partnership", - "operator:type=private", - "operator:wikidata=Q121704509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thearthurterrylearningpartnership-26e9df.undefined" - }, { "if": { "and": [ @@ -106533,51 +48686,6 @@ }, "then": "./assets/data/nsi/logos/theaspireeducationaltrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Bath and Wells Diocesan Academies Trust", - "operator:type=private", - "operator:wikidata=Q121704510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebathandwellsdiocesanacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Bishop Konstant Catholic Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616234" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebishopkonstantcatholicacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Bishop Wheeler Catholic Academy Trust", - "operator:type=private", - "operator:wikidata=Q16152287" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thebishopwheelercatholicacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -106671,36 +48779,6 @@ }, "then": "./assets/data/nsi/logos/thecooperativeacademiestrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Compass Partnership of Schools", - "operator:type=private", - "operator:wikidata=Q122616511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thecompasspartnershipofschools-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Constellation Trust", - "operator:type=private", - "operator:wikidata=Q122616354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theconstellationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -106716,36 +48794,6 @@ }, "then": "./assets/data/nsi/logos/thedavidrosseducationtrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Dean Trust", - "operator:type=private", - "operator:wikidata=Q122616256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedeantrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diamond Learning Partnership Trust", - "operator:type=private", - "operator:wikidata=Q122616258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thediamondlearningpartnershiptrust-7a837c.undefined" - }, { "if": { "and": [ @@ -106761,21 +48809,6 @@ }, "then": "./assets/data/nsi/logos/thedioceseofcanterburyacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Chelmsford Vine Schools Trust", - "operator:type=private", - "operator:wikidata=Q121704513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofchelmsfordvineschoolstrust-26e9df.undefined" - }, { "if": { "and": [ @@ -106791,116 +48824,6 @@ }, "then": "./assets/data/nsi/logos/thedioceseofcoventrymultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Ely Multi-Academy Trust", - "operator:short=DEMAT", - "operator:type=private", - "operator:wikidata=Q121704464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofelymultiacademytrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Gloucester Academies Trust", - "operator:short=DGAT", - "operator:type=private", - "operator:wikidata=Q121704465" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofgloucesteracademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Norwich Education and Academies Trust", - "operator:type=private", - "operator:wikidata=Q104857793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofnorwicheducationandacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Norwich St Benet's Multi-Academy Trust", - "operator:type=private", - "operator:wikidata=Q104857922" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofnorwichstbenetsmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Sheffield Academies Trust", - "operator:short=DSAT", - "operator:type=private", - "operator:wikidata=Q122616266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofsheffieldacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Westminster Academy Trust", - "operator:short=DOWAT", - "operator:type=private", - "operator:wikidata=Q122616262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofwestminsteracademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Diocese of Worcester Multi Academy Trust", - "operator:short=DoWMAT", - "operator:type=private", - "operator:wikidata=Q122616484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thedioceseofworcestermultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -106931,51 +48854,6 @@ }, "then": "./assets/data/nsi/logos/theenquirelearningtrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Fallibroome Trust", - "operator:type=private", - "operator:wikidata=Q122616270" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thefallibroometrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The First Federation Trust", - "operator:type=private", - "operator:wikidata=Q122616271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thefirstfederationtrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Good Shepherd Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thegoodshepherdmultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -106992,51 +48870,6 @@ }, "then": "./assets/data/nsi/logos/thegoodshepherdtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Gorse Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thegorseacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Griffin Schools Trust", - "operator:type=private", - "operator:wikidata=Q122616279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thegriffinschoolstrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Harmony Trust Ltd", - "operator:type=private", - "operator:wikidata=Q122616280" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theharmonytrustltd-7a837c.undefined" - }, { "if": { "and": [ @@ -107068,36 +48901,6 @@ }, "then": "./assets/data/nsi/logos/thehowardpartnershiptrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Kemnal Academies Trust", - "operator:type=private", - "operator:wikidata=Q96409404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thekemnalacademiestrust-26e9df.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Keys Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thekeysacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107159,21 +48962,6 @@ }, "then": "./assets/data/nsi/logos/thepainsleycatholicacademy-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Partnership Trust", - "operator:type=private", - "operator:wikidata=Q122616273" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thepartnershiptrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107190,21 +48978,6 @@ }, "then": "./assets/data/nsi/logos/thepioneeracademy-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Pope Francis Catholic Multi Academy Company", - "operator:type=private", - "operator:wikidata=Q122616306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thepopefranciscatholicmultiacademycompany-7a837c.undefined" - }, { "if": { "and": [ @@ -107220,67 +48993,6 @@ }, "then": "./assets/data/nsi/logos/theprimaryfirsttrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Priory Federation of Academies", - "operator:type=private", - "operator:wikidata=Q17027657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theprioryfederationofacademies-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Rainbow Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/therainbowmultiacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Redstart Learning Partnership", - "operator:short=TRLP", - "operator:type=private", - "operator:wikidata=Q122616353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theredstartlearningpartnership-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Rivers C of E Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/theriverscofemultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107311,21 +49023,6 @@ }, "then": "./assets/data/nsi/logos/theshaweducationtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Sigma Trust", - "operator:type=private", - "operator:wikidata=Q122616427" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thesigmatrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107341,21 +49038,6 @@ }, "then": "./assets/data/nsi/logos/thespenceracademiestrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Star Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thestarmultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107371,21 +49053,6 @@ }, "then": "./assets/data/nsi/logos/thetedwraggmultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The Thinking Schools Academy Trust", - "operator:type=private", - "operator:wikidata=Q85809052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thethinkingschoolsacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -107401,21 +49068,6 @@ }, "then": "./assets/data/nsi/logos/thewensumtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=The White Horse Federation", - "operator:type=private", - "operator:wikidata=Q121704521" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thewhitehorsefederation-26e9df.undefined" - }, { "if": { "and": [ @@ -107464,67 +49116,6 @@ }, "then": "./assets/data/nsi/logos/threeriversschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Thunder Bay Catholic District School Board", - "operator:short=TBCDSB", - "operator:type=public", - "operator:wikidata=Q7798917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thunderbaycatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Thurrock Council", - "operator:type=government", - "operator:wikidata=Q1646552" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thurrockcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tiaong District", - "operator:type=government", - "operator:wikidata=Q130490563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tiaongdistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tibiao District", - "operator:type=government", - "operator:wikidata=Q130490271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tibiaodistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -107540,21 +49131,6 @@ }, "then": "./assets/data/nsi/logos/tierpskommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tigaon District", - "operator:type=government", - "operator:wikidata=Q130490495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigaondistrict-230b71.undefined" - }, { "if": { "and": [ @@ -107571,36 +49147,6 @@ }, "then": "./assets/data/nsi/logos/tigardtualatinschooldistrict-330cad.cad" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tigbao District", - "operator:type=government", - "operator:wikidata=Q130490592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigbaodistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tigbauan District", - "operator:type=government", - "operator:wikidata=Q130489809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigbauandistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -107631,261 +49177,6 @@ }, "then": "./assets/data/nsi/logos/timrakommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinambac North District", - "operator:type=government", - "operator:wikidata=Q130490496" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinambacnorthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinambac South District", - "operator:type=government", - "operator:wikidata=Q130490497" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinambacsouthdistrict-230b71.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinambacan District I", - "operator:type=government", - "operator:wikidata=Q130490809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinambacandistricti-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinambacan District III", - "operator:type=government", - "operator:wikidata=Q130490810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinambacandistrictiii-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tineg District", - "operator:type=government", - "operator:wikidata=Q130490433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinegdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinglayan District", - "operator:type=government", - "operator:wikidata=Q130490622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinglayandistrict-bf8fe1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tingloy District", - "operator:type=government", - "operator:wikidata=Q130489729" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tingloydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tinoc District", - "operator:type=government", - "operator:wikidata=Q130489764" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tinocdistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tipo-Tipo East District", - "operator:type=government", - "operator:wikidata=Q130491139" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tipotipoeastdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tipo-Tipo West District", - "operator:type=government", - "operator:wikidata=Q130491140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tipotipowestdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Titay District", - "operator:type=government", - "operator:wikidata=Q130490075" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/titaydistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tiwi District", - "operator:type=government", - "operator:wikidata=Q130490443" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tiwidistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tobias Fornier District", - "operator:type=government", - "operator:wikidata=Q130490272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tobiasfornierdistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Toboso District", - "operator:type=government", - "operator:wikidata=Q130490956" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tobosodistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tolosa District", - "operator:type=government", - "operator:wikidata=Q130489641" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tolosadistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tomas Oppus District", - "operator:type=government", - "operator:wikidata=Q130491040" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomasoppusdistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tongkil District", - "operator:type=government", - "operator:wikidata=Q130491265" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tongkildistrict-5797d1.undefined" - }, { "if": { "and": [ @@ -107916,21 +49207,6 @@ }, "then": "./assets/data/nsi/logos/torbaycouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Torfaen County Borough Council", - "operator:type=government", - "operator:wikidata=Q7825688" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/torfaencountyboroughcouncil-3a6545.undefined" - }, { "if": { "and": [ @@ -107979,21 +49255,6 @@ }, "then": "./assets/data/nsi/logos/torranceunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Torrijos District", - "operator:type=government", - "operator:wikidata=Q130490914" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/torrijosdistrict-2eec9e.undefined" - }, { "if": { "and": [ @@ -108041,36 +49302,6 @@ }, "then": "./assets/data/nsi/logos/townshiphighschooldistrict214-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trafford Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17034839" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/traffordmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Transform Trust", - "operator:type=private", - "operator:wikidata=Q121704522" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transformtrust-26e9df.undefined" - }, { "if": { "and": [ @@ -108087,82 +49318,6 @@ }, "then": "./assets/data/nsi/logos/traversecityareapublicschools-aa6f23.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trece Martirez District", - "operator:type=government", - "operator:wikidata=Q130489995" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trecemartirezdistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trento I District", - "operator:type=government", - "operator:wikidata=Q130491122" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trentoidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trento II District", - "operator:type=government", - "operator:wikidata=Q130491123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trentoiidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trillium Lakelands District School Board", - "operator:short=TLDSB", - "operator:type=public", - "operator:wikidata=Q7842045" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trilliumlakelandsdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trinidad District", - "operator:type=government", - "operator:wikidata=Q130490055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trinidaddistrict-604116.undefined" - }, { "if": { "and": [ @@ -108193,21 +49348,6 @@ }, "then": "./assets/data/nsi/logos/tromsfylkeskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Troms og Finnmark fylkeskommune", - "operator:type=government", - "operator:wikidata=Q96506939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tromsogfinnmarkfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -108223,21 +49363,6 @@ }, "then": "./assets/data/nsi/logos/tromsokommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Trøndelag fylkeskommune", - "operator:type=government", - "operator:wikidata=Q55074926" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trondelagfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -108284,321 +49409,6 @@ }, "then": "./assets/data/nsi/logos/truroandpenwithacademytrust-26e9df.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuao East District", - "operator:type=government", - "operator:wikidata=Q130491279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuaoeastdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuao West District", - "operator:type=government", - "operator:wikidata=Q130491280" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuaowestdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuba District", - "operator:type=government", - "operator:wikidata=Q130490444" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubadistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubajon District", - "operator:type=government", - "operator:wikidata=Q130489882" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubajondistrict-24041d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubao District", - "operator:type=government", - "operator:wikidata=Q130489751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubaodistrict-65a86f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubigon District", - "operator:type=government", - "operator:wikidata=Q130490056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubigondistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tublay District", - "operator:type=government", - "operator:wikidata=Q130490457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tublaydistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubo District", - "operator:type=government", - "operator:wikidata=Q130491353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubodistrict-ee1133.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubod District", - "operator:type=government", - "operator:wikidata=Q130490422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuboddistrict-6bb1ee.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubod East District", - "operator:type=government", - "operator:wikidata=Q130490517" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubodeastdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tubungan District", - "operator:type=government", - "operator:wikidata=Q130489810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tubungandistrict-b3def0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuburan District", - "operator:type=government", - "operator:wikidata=Q130491141" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuburandistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuburan I District", - "operator:type=government", - "operator:wikidata=Q130491317" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuburanidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuburan II District", - "operator:type=government", - "operator:wikidata=Q130491318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuburaniidistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tudela District", - "operator:type=government", - "operator:wikidata=Q130489959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tudeladistrict-7153a9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tudela District", - "operator:type=government", - "operator:wikidata=Q130490172" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tudeladistrict-bf560d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tudor Grange Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tudorgrangeacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tugbok District", - "operator:type=government", - "operator:wikidata=Q130490614" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tugbokdistrict-e7cd2b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tukuran East District", - "operator:type=government", - "operator:wikidata=Q130490593" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tukuraneastdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tukuran West District", - "operator:type=government", - "operator:wikidata=Q130490594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tukuranwestdistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tulare City School District", - "operator:short=TCSD", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tularecityschooldistrict-ff98ff.undefined" - }, { "if": { "and": [ @@ -108614,51 +49424,6 @@ }, "then": "./assets/data/nsi/logos/tulsapublicschools-68061d.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tulunan East District", - "operator:type=government", - "operator:wikidata=Q130489850" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tulunaneastdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tulunan South District", - "operator:type=government", - "operator:wikidata=Q130489851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tulunansouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tumauini District", - "operator:type=government", - "operator:wikidata=Q130490112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tumauinidistrict-7a13d1.undefined" - }, { "if": { "and": [ @@ -108675,66 +49440,6 @@ }, "then": "./assets/data/nsi/logos/tumwaterschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tungawan District", - "operator:type=government", - "operator:wikidata=Q130490076" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tungawandistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tupi North District", - "operator:type=government", - "operator:wikidata=Q130491024" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tupinorthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tupi South District", - "operator:type=government", - "operator:wikidata=Q130491025" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tupisouthdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuscaloosa County School System", - "operator:type=public", - "operator:wikidata=Q7856652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuscaloosacountyschoolsystem-cc53cf.undefined" - }, { "if": { "and": [ @@ -108751,66 +49456,6 @@ }, "then": "./assets/data/nsi/logos/tustinunifiedschooldistrict-4ed216.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Tuy District", - "operator:type=government", - "operator:wikidata=Q130489731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tuydistrict-966867.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ubay I (Northeast) District", - "operator:type=government", - "operator:wikidata=Q130490057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ubayinortheastdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ubay II (East) District", - "operator:type=government", - "operator:wikidata=Q130490058" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ubayiieastdistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ubay III (Southwest) District", - "operator:type=government", - "operator:wikidata=Q130490059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ubayiiisouthwestdistrict-604116.undefined" - }, { "if": { "and": [ @@ -108826,36 +49471,6 @@ }, "then": "./assets/data/nsi/logos/ullensakerkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Umingan I District", - "operator:type=government", - "operator:wikidata=Q130489908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uminganidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Umingan II District", - "operator:type=government", - "operator:wikidata=Q130489909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uminganiidistrict-245060.undefined" - }, { "if": { "and": [ @@ -108871,20 +49486,6 @@ }, "then": "./assets/data/nsi/logos/unicef-155571.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Unicoz", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unicoz-e21ec9.undefined" - }, { "if": { "and": [ @@ -108948,21 +49549,6 @@ }, "then": "./assets/data/nsi/logos/unioncountypublicschools-3799fa.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Union County School District", - "operator:type=public", - "operator:wikidata=Q16909768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unioncountyschooldistrict-e8bc2a.undefined" - }, { "if": { "and": [ @@ -109008,50 +49594,6 @@ }, "then": "./assets/data/nsi/logos/unioncountyschools-b0049f.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Union County–College Corner Joint School District", - "operator:type=public", - "operator:wikidata=Q7885629" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unioncountycollegecornerjointschooldistrict-1cca31.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Unisan District", - "operator:type=government", - "operator:wikidata=Q130490564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unisandistrict-1f956b.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=United Church", - "operator:type=religious" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedchurch-6ced19.undefined" - }, { "if": { "and": [ @@ -109067,22 +49609,6 @@ }, "then": "./assets/data/nsi/logos/unitedlearningtrust-26e9df.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Unity Education Trust", - "operator:short=UET", - "operator:type=private", - "operator:wikidata=Q122616486" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unityeducationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -109113,20 +49639,6 @@ }, "then": "./assets/data/nsi/logos/universidadnacionalautonomademexico-422367.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Universitätsstadt Tübingen", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitatsstadttubingen-0a18e7.undefined" - }, { "if": { "and": [ @@ -109143,21 +49655,6 @@ }, "then": "./assets/data/nsi/logos/universityofbrightonacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=University of Chichester (Multi) Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universityofchichestermultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -109173,38 +49670,6 @@ }, "then": "./assets/data/nsi/logos/unrwa-155571.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Upper Canada District School Board", - "operator:short=UCDSB", - "operator:type=public", - "operator:wikidata=Q7898536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uppercanadadistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Upper Grand District School Board", - "operator:short=UGDSB", - "operator:type=public", - "operator:wikidata=Q7898663" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uppergranddistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -109220,108 +49685,6 @@ }, "then": "./assets/data/nsi/logos/uppsalakommun-0f2dfb.dfb" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Urbiztondo District", - "operator:type=government", - "operator:wikidata=Q130489695" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urbiztondodistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ursus", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ursus-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ursynów", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ursynow-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Urząd Dzielnicy Bemowo M.st.warszawy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzaddzielnicybemowomstwarszawy-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Urząd Miasta Szczecin", - "operator:type=government", - "operator:wikidata=Q9367268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzadmiastaszczecin-83282a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Uson North District", - "operator:type=government", - "operator:wikidata=Q130490359" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usonnorthdistrict-13aca4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Uson South District", - "operator:type=government", - "operator:wikidata=Q130490360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/usonsouthdistrict-13aca4.undefined" - }, { "if": { "and": [ @@ -109337,50 +49700,6 @@ }, "then": "./assets/data/nsi/logos/uticacommunityschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Uttarakhand Government", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uttarakhandgovernment-224052.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=V District", - "operator:type=government", - "operator:wikidata=Q130491129" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vdistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valderama District", - "operator:type=government", - "operator:wikidata=Q130491348" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valderamadistrict-b3def0.undefined" - }, { "if": { "and": [ @@ -109396,111 +49715,6 @@ }, "then": "./assets/data/nsi/logos/valeofglamorgancouncil-3a6545.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia District", - "operator:type=government", - "operator:wikidata=Q130490060" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciadistrict-604116.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia District", - "operator:type=government", - "operator:wikidata=Q130491346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciadistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia I District", - "operator:type=government", - "operator:wikidata=Q130491260" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciaidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia II District", - "operator:type=government", - "operator:wikidata=Q130491261" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciaiidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia III District", - "operator:type=government", - "operator:wikidata=Q130491262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciaiiidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Valencia IV District", - "operator:type=government", - "operator:wikidata=Q130491263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valenciaivdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vallehermoso District", - "operator:type=government", - "operator:wikidata=Q130490252" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vallehermosodistrict-dd6e09.undefined" - }, { "if": { "and": [ @@ -109548,20 +49762,6 @@ }, "then": "./assets/data/nsi/logos/vancouverpublicschools-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vancouver School Board", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vancouverschoolboard-e17d3c.undefined" - }, { "if": { "and": [ @@ -109592,50 +49792,6 @@ }, "then": "./assets/data/nsi/logos/vantageceacademiestrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Veldvest", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veldvest-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Venn Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616364" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vennacademytrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ventrus Limited", - "operator:type=private", - "operator:wikidata=Q122616307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ventruslimited-7a837c.undefined" - }, { "if": { "and": [ @@ -109651,36 +49807,6 @@ }, "then": "./assets/data/nsi/logos/verdalkommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Veruela I District", - "operator:type=government", - "operator:wikidata=Q130491124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veruelaidistrict-04050f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Veruela II District", - "operator:type=government", - "operator:wikidata=Q130491125" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/veruelaiidistrict-04050f.undefined" - }, { "if": { "and": [ @@ -109696,21 +49822,6 @@ }, "then": "./assets/data/nsi/logos/vestfoldfylkeskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vestfold og Telemark fylkeskommune", - "operator:type=government", - "operator:wikidata=Q99639493" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vestfoldogtelemarkfylkeskommune-ee5f1f.undefined" - }, { "if": { "and": [ @@ -109726,425 +49837,6 @@ }, "then": "./assets/data/nsi/logos/vestlandfylkeskommune-ee5f1f.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victoria Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriaacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victoria District", - "operator:type=government", - "operator:wikidata=Q130489871" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriadistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victoria District", - "operator:type=government", - "operator:wikidata=Q130490205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriadistrict-a446cb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victoria District", - "operator:type=government", - "operator:wikidata=Q130490648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriadistrict-2eec9e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victoria West District", - "operator:type=government", - "operator:wikidata=Q130490687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriawestdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victorian Department of Education and Training", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriandepartmentofeducationandtraining-1fc2f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Victorious Academies Trust", - "operator:type=private", - "operator:wikidata=Q122616362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/victoriousacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Viga East District", - "operator:type=government", - "operator:wikidata=Q130491386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vigaeastdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Viga West District", - "operator:type=government", - "operator:wikidata=Q130491388" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vigawestdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Viken fylkeskommune", - "operator:type=government", - "operator:wikidata=Q66536308" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vikenfylkeskommune-ee5f1f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villaba North District", - "operator:type=government", - "operator:wikidata=Q130489642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villabanorthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villaba South District", - "operator:type=government", - "operator:wikidata=Q130489643" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villabasouthdistrict-5bd3f7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villanueva District", - "operator:type=government", - "operator:wikidata=Q130490381" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villanuevadistrict-c61748.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villareal I District", - "operator:type=government", - "operator:wikidata=Q130490231" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villarealidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villareal II District", - "operator:type=government", - "operator:wikidata=Q130490233" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villarealiidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villasis I District", - "operator:type=government", - "operator:wikidata=Q130489910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villasisidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Villasis II District", - "operator:type=government", - "operator:wikidata=Q130489911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villasisiidistrict-245060.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ville d'Anglet", - "operator:type=government", - "operator:wikidata=Q115918089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedanglet-c21818.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ville de Charleroi", - "operator:type=government", - "operator:wikidata=Q109002560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecharleroi-4b4187.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ville de Lons-le-Saunier", - "operator:type=government", - "operator:wikidata=Q87134745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelonslesaunier-cafc08.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ville de Pau", - "operator:type=government", - "operator:wikidata=Q115909876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedepau-c21818.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Ville de Reims", - "operator:type=government", - "operator:wikidata=Q86699184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedereims-031a7f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vincenzo Sagun District", - "operator:type=government", - "operator:wikidata=Q130490595" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vincenzosagundistrict-c1a2b6.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vintar I District", - "operator:type=government", - "operator:wikidata=Q130489663" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vintaridistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vintar II District", - "operator:type=government", - "operator:wikidata=Q130489664" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vintariidistrict-a465f5.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vinzons District", - "operator:type=government", - "operator:wikidata=Q130490823" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vinzonsdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Virac North District", - "operator:type=government", - "operator:wikidata=Q130491389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viracnorthdistrict-8f6b73.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Virac South District", - "operator:type=government", - "operator:wikidata=Q130491390" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viracsouthdistrict-8f6b73.undefined" - }, { "if": { "and": [ @@ -110193,35 +49885,6 @@ }, "then": "./assets/data/nsi/logos/vistaunifiedschooldistrict-ff98ff.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Vitali District", - "operator:type=government", - "operator:wikidata=Q130490528" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vitalidistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Voss Herad", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vossherad-ee5f1f.undefined" - }, { "if": { "and": [ @@ -110237,21 +49900,6 @@ }, "then": "./assets/data/nsi/logos/wakecountypublicschoolsystem-15bd72.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wakefield Metropolitan District Council", - "operator:type=government", - "operator:wikidata=Q7961061" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wakefieldmetropolitandistrictcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -110268,21 +49916,6 @@ }, "then": "./assets/data/nsi/logos/walnutvalleyunifiedschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Walsall Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q7963789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/walsallmetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -110299,21 +49932,6 @@ }, "then": "./assets/data/nsi/logos/warrenconsolidatedschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Warrington Borough Council", - "operator:type=government", - "operator:wikidata=Q17033474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warringtonboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -110329,22 +49947,6 @@ }, "then": "./assets/data/nsi/logos/warwickshirecountycouncil-7a837c.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Washington County Public Schools", - "operator:short=WCPS", - "operator:type=public", - "operator:wikidata=Q7971784" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/washingtoncountypublicschools-41ceb1.undefined" - }, { "if": { "and": [ @@ -110393,37 +49995,6 @@ }, "then": "./assets/data/nsi/logos/waterloocatholicdistrictschoolboard-57bf82.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Waterloo Region District School Board", - "operator:short=WRDSB", - "operator:type=public", - "operator:wikidata=Q69406620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/waterlooregiondistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Waterton Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/watertonacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -110471,37 +50042,6 @@ }, "then": "./assets/data/nsi/logos/wavemultiacademytrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wellington Catholic District School Board", - "operator:short=WCDSB", - "operator:type=public", - "operator:wikidata=Q7981343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wellingtoncatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wellspring Academy Trust", - "operator:type=private", - "operator:wikidata=Q85814932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wellspringacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -110549,21 +50089,6 @@ }, "then": "./assets/data/nsi/logos/wessexlearningtrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wessex Multi Academy Trust", - "operator:type=private", - "operator:wikidata=Q122616380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wessexmultiacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -110579,21 +50104,6 @@ }, "then": "./assets/data/nsi/logos/westadaschooldistrict-d7611a.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Alabel District", - "operator:type=government", - "operator:wikidata=Q130490977" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westalabeldistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -110609,21 +50119,6 @@ }, "then": "./assets/data/nsi/logos/westaurorapublicschooldistrict129-6d6198.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Berkshire Council", - "operator:type=government", - "operator:wikidata=Q17041496" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westberkshirecouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -110640,261 +50135,6 @@ }, "then": "./assets/data/nsi/logos/westcovinaunifiedschooldistrict-f343c1.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-1a45a4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491145" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-a3ce88.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491156" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-ca5b95.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-56e58f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-5797d1.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130496500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-3562b9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-a8ec43.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491204" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491207" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-9e18d4.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-429524.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-b9357d.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-be5ca7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West District", - "operator:type=government", - "operator:wikidata=Q130491249" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdistrict-5a2d44.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Dunbartonshire Council", - "operator:type=government", - "operator:wikidata=Q99229590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westdunbartonshirecouncil-7782f9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Hartford Public Schools", - "operator:type=public", - "operator:wikidata=Q7985311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westhartfordpublicschools-547ddd.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West II District", - "operator:type=government", - "operator:wikidata=Q130491271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westiidistrict-2e301f.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Kiamba District", - "operator:type=government", - "operator:wikidata=Q130490978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westkiambadistrict-ea96af.undefined" - }, { "if": { "and": [ @@ -110926,110 +50166,6 @@ }, "then": "./assets/data/nsi/logos/westlothiancouncil-7782f9.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Maitum District", - "operator:type=government", - "operator:wikidata=Q130490979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westmaitumdistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Malungon District", - "operator:type=government", - "operator:wikidata=Q130490980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westmalungondistrict-ea96af.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Norfolk Academies Trust", - "operator:type=private", - "operator:wikidata=Q97278263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westnorfolkacademiestrust-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Northamptonshire Council", - "operator:type=government", - "operator:wikidata=Q111232469" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westnorthamptonshirecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Openbaar Onderwijs", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westopenbaaronderwijs-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West Sussex County Council", - "operator:type=government", - "operator:wikidata=Q6386353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westsussexcountycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=West-1 District", - "operator:type=government", - "operator:wikidata=Q130491173" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/west1district-2e301f.undefined" - }, { "if": { "and": [ @@ -111060,36 +50196,6 @@ }, "then": "./assets/data/nsi/logos/westerncapeeducationdepartment-3306c5.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Western Reserve Academy", - "operator:type=private", - "operator:wikidata=Q7988234" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernreserveacademy-a7daad.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Western Tabuk District", - "operator:type=government", - "operator:wikidata=Q130490623" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westerntabukdistrict-bf8fe1.undefined" - }, { "if": { "and": [ @@ -111136,21 +50242,6 @@ }, "then": "./assets/data/nsi/logos/westmorlandandfurnesscouncil-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Westport Public Schools", - "operator:type=public", - "operator:wikidata=Q130300750" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westportpublicschools-547ddd.undefined" - }, { "if": { "and": [ @@ -111167,20 +50258,6 @@ }, "then": "./assets/data/nsi/logos/westsideunionschooldistrict-f343c1.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wetteraukreis", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wetteraukreis-127a2c.undefined" - }, { "if": { "and": [ @@ -111197,22 +50274,6 @@ }, "then": "./assets/data/nsi/logos/wheelingcommunityconsolidatedschooldistrict21-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=White Woods Primary Academy Trust", - "operator:short=WWPAT", - "operator:type=private", - "operator:wikidata=Q122616340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/whitewoodsprimaryacademytrust-7a837c.undefined" - }, { "if": { "and": [ @@ -111277,21 +50338,6 @@ }, "then": "./assets/data/nsi/logos/wickersleypartnershiptrust-7a837c.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wigan Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q7999507" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wiganmetropolitanboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -111324,125 +50370,6 @@ }, "then": "./assets/data/nsi/logos/wilmettepublicschoolsdistrict39-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wiltshire Council", - "operator:type=government", - "operator:wikidata=Q1990879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wiltshirecouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Windle International Uganda", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windleinternationaluganda-74bde0.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Windsor and Maidenhead Borough Council", - "operator:type=government", - "operator:wikidata=Q17038560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windsorandmaidenheadboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Windsor Essex Catholic District School Board", - "operator:short=WECDSB", - "operator:type=public", - "operator:wikidata=Q8024547" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windsoressexcatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Winnipeg School Division", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winnipegschooldivision-650beb.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Winston-Salem/Forsyth County Schools", - "operator:type=public", - "operator:wikidata=Q615158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/winstonsalemforsythcountyschools-15bd72.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wirral Metropolitan Borough Council", - "operator:type=government", - "operator:wikidata=Q17038877" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wirralmetropolitanboroughcouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=WISE Academies", - "operator:type=private", - "operator:wikidata=Q85813847" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wiseacademies-7a837c.undefined" - }, { "if": { "and": [ @@ -111458,21 +50385,6 @@ }, "then": "./assets/data/nsi/logos/wojewodztwodolnoslaskie-83282a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wokingham Borough Council", - "operator:type=government", - "operator:wikidata=Q17039435" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wokinghamboroughcouncil-7a837c.undefined" - }, { "if": { "and": [ @@ -111488,125 +50400,6 @@ }, "then": "./assets/data/nsi/logos/woodridgeschooldistrict68-6d6198.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Worcestershire County Council", - "operator:type=government", - "operator:wikidata=Q8034245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/worcestershirecountycouncil-7a837c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wrexham County Borough Council", - "operator:type=government", - "operator:wikidata=Q8038115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wrexhamcountyboroughcouncil-3a6545.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wright I District", - "operator:type=government", - "operator:wikidata=Q130490234" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wrightidistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wright II -San Jose De Buan District", - "operator:type=government", - "operator:wikidata=Q130490235" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wrightiisanjosedebuandistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=WSKO", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wsko-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wylie Independent School District", - "operator:type=public", - "operator:wikidata=Q8039932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wylieindependentschooldistrict-beb757.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Wylie Independent School District", - "operator:type=public", - "operator:wikidata=Q8039933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wylieindependentschooldistrict-19da28.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Xavier Catholic Education Trust", - "operator:type=private", - "operator:wikidata=Q122616429" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/xaviercatholiceducationtrust-7a837c.undefined" - }, { "if": { "and": [ @@ -111622,20 +50415,6 @@ }, "then": "./assets/data/nsi/logos/xuntadegalicia-c1ff56.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Yadkin County Schools", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yadkincountyschools-15bd72.undefined" - }, { "if": { "and": [ @@ -111652,38 +50431,6 @@ }, "then": "./assets/data/nsi/logos/yakimaschooldistrict-48f47a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=York Catholic District School Board", - "operator:short=YCDSB", - "operator:type=public", - "operator:wikidata=Q8055376" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yorkcatholicdistrictschoolboard-57bf82.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=York Region District School Board", - "operator:short=YRDSB", - "operator:type=public", - "operator:wikidata=Q5275021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yorkregiondistrictschoolboard-57bf82.undefined" - }, { "if": { "and": [ @@ -111714,65 +50461,6 @@ }, "then": "./assets/data/nsi/logos/ypsilanticommunityschools-aa6f23.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Yulius", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yulius-e21ec9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Zamboanguita District", - "operator:type=government", - "operator:wikidata=Q130490253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zamboanguitadistrict-dd6e09.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Zaragoza District", - "operator:type=government", - "operator:wikidata=Q130490023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zaragozadistrict-9b2be9.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Zeeland Public Schools", - "operator:short=ZPS", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zeelandpublicschools-aa6f23.undefined" - }, { "if": { "and": [ @@ -111788,147 +50476,6 @@ }, "then": "./assets/data/nsi/logos/zoliborz-83282a.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Zumarraga District", - "operator:type=government", - "operator:wikidata=Q130490236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zumarragadistrict-a90c6e.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Υπουργείο Παιδείας, Αθλητισμού και Νεολαίας", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/72bd26-a7908c.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Администрация Ленинского района муниципального образования «Город Саратов»", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c4030e-270efc.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Департамент образования Администрации города Омска", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2faad0-270efc.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Департамент освіти Житомирської міської ради", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/33dbbd-bd20c7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Згурівська селищна рада", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a6fead-bd20c7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Комитет по народному образованию администрации Солнечногорского района", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a508f0-270efc.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Министерство образования и науки Республики Татарстан", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b6470c-270efc.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=МНО РК", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3247fd-bff553.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Република Србија", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d27522-8b62f2.undefined" - }, { "if": { "and": [ @@ -111944,251 +50491,6 @@ }, "then": "./assets/data/nsi/logos/4c66bf-1af210.png" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Управління гуманітарної політики Локачинської селищної ради", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/46d1fd-bd20c7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Черкаська міська рада", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b9ac04-bd20c7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=Яготинська міська рада", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/515efb-bd20c7.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=საქართველოს განათლებისა და მეცნიერების სამინისტრო", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/37516c-24cae8.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=آموزش و پرورش", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a6f2b-49f3d2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=حكومى", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7206f9-b0d6ea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=مدیریت آموزش و پرورش ناحیه ۱ اردبیل", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/364df5-49f3d2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=مدیریت آموزش و پرورش ناحیه ۲ اردبیل", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4dafc9-49f3d2.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=وزارة التربية", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f78fe3-155571.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=وزارة التربية والتعليم", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/109aa7-155571.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=وزارة التعليم", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ab106a-155571.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=အခြေခံပညာဦးစီးဌာန", - "operator:my=အခြေခံပညာဦးစီးဌာန", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6e313-1f0800.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=경기도교육청", - "operator:ko=경기도교육청", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/79ee77-f0849a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=いわき市", - "operator:ja=いわき市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/487fb0-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=つくば市", - "operator:ja=つくば市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13a16f-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=一関市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3b44e0-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=世田谷区教育委員会", - "operator:en=Setagaya City Board of Education", - "operator:ja=世田谷区教育委員会", - "operator:type=public", - "operator:wikidata=Q11362065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/setagayacityboardofeducation-557cea.undefined" - }, { "if": { "and": [ @@ -112204,76 +50506,6 @@ }, "then": "./assets/data/nsi/logos/ad5af7-ca324a.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=亘理町", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/894125-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=仙台市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e2ad4e-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=伊勢市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5513cb-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=佐賀市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b55ddb-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=佐賀県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6f0b3b-557cea.undefined" - }, { "if": { "and": [ @@ -112291,599 +50523,6 @@ }, "then": "./assets/data/nsi/logos/poleungkuk-084410.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=兵庫県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/59b972-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=別海町教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/90984b-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=加古川市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/745ff2-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=北上市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/934851-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=北京市通州区教育委员会", - "operator:type=public", - "operator:wikidata=Q105529223", - "operator:zh=北京市通州区教育委员会" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b621f4-cad3ca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=北海道教育委員会", - "operator:en=Hokkaido Board of Education", - "operator:ja=北海道教育委員会", - "operator:type=public", - "operator:wikidata=Q11402768" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokkaidoboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=千歳市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c09b70-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=半田市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8b380e-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=南相馬市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a5149b-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=名古屋市教育委員会", - "operator:en=Nagoya City Board of Education", - "operator:ja=名古屋市教育委員会", - "operator:type=public", - "operator:wikidata=Q11415003" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nagoyacityboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=吹田市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8fe0b9-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=品川区教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4d98cb-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=基隆市政府教育處", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/434e71-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=大分市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/70af6f-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=大分県教育委員会", - "operator:en=Oita Prefectural Board of Education", - "operator:ja=大分県教育委員会", - "operator:type=public", - "operator:wikidata=Q11432814" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oitaprefecturalboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=大津市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/91c21f-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=大田区教育委員会", - "operator:en=Ota City Board of Education", - "operator:ja=大田区教育委員会", - "operator:type=public", - "operator:wikidata=Q11437839" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/otacityboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=大阪市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a8797b-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=天主教香港教區 Catholic Diocese of Hong Kong", - "operator:en=Catholic Diocese of Hong Kong", - "operator:type=association", - "operator:wikidata=Q869506", - "operator:zh=天主教香港教區" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/catholicdioceseofhongkong-084410.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=奥州市", - "operator:en=City of Ōshū", - "operator:ja=奥州市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofoshu-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=宇部市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bfa512-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=宮城県", - "operator:en=Miyagi Prefecture", - "operator:ja=宮城県", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/miyagiprefecture-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=富山市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9b4e1e-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=小田原市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecdcc-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=屏東縣政府教育處", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e924f5-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=岡山市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bf508b-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=岩手県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6842d0-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=帯広市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/207d62-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=惠州仲恺高新技术产业开发区宣教文卫办公室", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/868346-cad3ca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=惠州市惠城区教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ed9d3-cad3ca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=惠州市惠阳区教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98c8e4-cad3ca.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=愛知県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/664a98-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=愛知県教育委員会", - "operator:en=Aichi Prefectural Board of Education", - "operator:ja=愛知県教育委員会", - "operator:type=public", - "operator:wikidata=Q11494131" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aichiprefecturalboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=救世軍 The Salvation Army", - "operator:en=The Salvation Army", - "operator:type=association", - "operator:wikidata=Q11079102", - "operator:zh=救世軍" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thesalvationarmy-084410.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=新北市政府教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e08107-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=新居浜市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/484ba1-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=春日井市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8529a2-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=札幌市教育委員会", - "operator:en=Sapporo City Board of Education", - "operator:ja=札幌市教育委員会", - "operator:type=public", - "operator:wikidata=Q11521270" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapporocityboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=杉並区教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5b2c6-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=東京都教育委員会", - "operator:en=Tokyo Metropolitan Government Board of Education", - "operator:ja=東京都教育委員会", - "operator:type=public", - "operator:wikidata=Q6131931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokyometropolitangovernmentboardofeducation-557cea.undefined" - }, { "if": { "and": [ @@ -112901,403 +50540,6 @@ }, "then": "./assets/data/nsi/logos/tungwahgroupofhospitals-084410.svg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=板橋区教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d1037e-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=横浜市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/991a0c-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=気仙沼市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98f090-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=沖縄県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/271c1d-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=浜松市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dba649-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=滋賀県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/43ebc8-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=澎湖縣政府教育處", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2bb444-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=登米市", - "operator:en=City of Tome", - "operator:ja=登米市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftome-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=神戸市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fd4303-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=福島県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adf059-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=米子市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/55bbbe-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=練馬区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc4696-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=練馬区教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2cabce-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=能美市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/22d998-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=臺中市政府教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7ac3b3-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=臺北市政府教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/10724d-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=臺東縣政府教育處", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aac6d5-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=臼杵市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13c656-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=苫小牧市教育委員会", - "operator:en=Tomakomai City Board of Education", - "operator:ja=苫小牧市教育委員会", - "operator:type=public", - "operator:wikidata=Q106967121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tomakomaicityboardofeducation-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=茨城県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f428e0-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=薩摩川内市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/22e7ad-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=豊岡市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92c11a-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=豊橋市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/03e5a7-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=郡山市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/96d345-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=金門縣政府教育處", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e728f9-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=釧路市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1c1701-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=長野市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/308d20-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=阿久根市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/56ff39-557cea.undefined" - }, { "if": { "and": [ @@ -113315,121 +50557,6 @@ }, "then": "./assets/data/nsi/logos/caritashongkong-084410.jpg" }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=香港聖公會 Hong Kong Sheng Kung Hui", - "operator:en=Hong Kong Sheng Kung Hui", - "operator:type=association", - "operator:wikidata=Q1062807", - "operator:zh=香港聖公會" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hongkongshengkunghui-084410.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=高松市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d63c49-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=高松市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3564cf-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=高砂市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0483bb-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=高雄市政府教育局", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a4cc29-ca324a.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=鳥取市教育委員会", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/19f193-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=鹿児島市", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f8516-557cea.undefined" - }, - { - "if": { - "and": [ - "amenity=school", - { - "or": [ - "operator=鹿児島県", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5912c9-557cea.undefined" - }, { "if": { "and": [ @@ -113445,35 +50572,6 @@ }, "then": "./assets/data/nsi/logos/abbeyfield-bdda3a.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Abrapa", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abrapa-704240.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=ADAPEI", - "operator:type=private", - "operator:wikidata=Q2824082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adapei-704240.undefined" - }, { "if": { "and": [ @@ -113489,21 +50587,6 @@ }, "then": "./assets/data/nsi/logos/admr-704240.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Adoma", - "operator:type=private", - "operator:wikidata=Q366026" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/adoma-704240.undefined" - }, { "if": { "and": [ @@ -113519,36 +50602,6 @@ }, "then": "./assets/data/nsi/logos/advitapflegedienstgmbh-9a82eb.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=AEIM", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aeim-704240.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - "social_facility:for=senior", - { - "or": [ - "operator=AHEPA Management Company", - "operator:type=private", - "operator:wikidata=Q113489733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ahepamanagementcompany-04bb0a.undefined" - }, { "if": { "and": [ @@ -113594,20 +50647,6 @@ }, "then": "./assets/data/nsi/logos/alloheimseniorenresidenzen-9a82eb.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Amica", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amica-4dbadb.undefined" - }, { "if": { "and": [ @@ -113639,35 +50678,6 @@ }, "then": "./assets/data/nsi/logos/anglicare-9d36ac.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Armonea", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/armonea-5c0b3d.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Arpavie", - "operator:type=private", - "operator:wikidata=Q128791731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arpavie-704240.undefined" - }, { "if": { "and": [ @@ -113685,36 +50695,6 @@ }, "then": "./assets/data/nsi/logos/arvida-97ad99.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Associação de Pais e Amigos dos Excepcionais", - "operator:type=ngo", - "operator:wikidata=Q16494876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/associacaodepaiseamigosdosexcepcionais-7e1cff.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Asylorganisation Zürich", - "operator:short=AOZ", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asylorganisationzurich-f2c9df.undefined" - }, { "if": { "and": [ @@ -113730,34 +50710,6 @@ }, "then": "./assets/data/nsi/logos/attendo-affb39.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Ayuntamiento de Bilbao. Área de Acción Social / Bilboko Udala. Gizarte Ekintza Saila", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodebilbaoareadeaccionsocialbilbokoudalagizarteekintzasaila-a8af6f.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Azienda Socio Sanitaria Territoriale della Brianza", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aziendasociosanitariaterritorialedellabrianza-feb2f4.undefined" - }, { "if": { "and": [ @@ -113893,34 +50845,6 @@ }, "then": "./assets/data/nsi/logos/careuk-bdda3a.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=CCAS", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ccas-704240.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=CG91", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cg91-704240.undefined" - }, { "if": { "and": [ @@ -113981,21 +50905,6 @@ }, "then": "./assets/data/nsi/logos/comunidaddemadrid-324b90.svg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Cornelius-Werk Diakonische Dienste gGmbH", - "operator:type=private", - "operator:wikidata=Q130153797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/corneliuswerkdiakonischediensteggmbh-9a82eb.undefined" - }, { "if": { "and": [ @@ -114026,21 +50935,6 @@ }, "then": "./assets/data/nsi/logos/daheimev-f38aef.aef" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Département de Maine-et-Loire", - "operator:type=government", - "operator:wikidata=Q105079609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departementdemaineetloire-13ea39.undefined" - }, { "if": { "and": [ @@ -114119,20 +51013,6 @@ }, "then": "./assets/data/nsi/logos/diakonischeswerkinneremissionleipzigev-9a82eb.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Domicil Bern AG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/domicilbernag-af9918.undefined" - }, { "if": { "and": [ @@ -114148,21 +51028,6 @@ }, "then": "./assets/data/nsi/logos/domitys-704240.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=DomusVi", - "operator:type=private", - "operator:wikidata=Q111208441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/domusvi-b1535f.undefined" - }, { "if": { "and": [ @@ -114287,35 +51152,6 @@ }, "then": "./assets/data/nsi/logos/evangelischervereinfurinneremissioninnassau-516e6a.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Extendicare", - "operator:type=private", - "operator:wikidata=Q5421912" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/extendicare-4dbadb.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=f & w fördern und wohnen AöR", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fandwfordernundwohnenaor-9a82eb.undefined" - }, { "if": { "and": [ @@ -114331,36 +51167,6 @@ }, "then": "./assets/data/nsi/logos/fedasil-5c0b3d.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Fondation Léopold Bellan", - "operator:type=ngo", - "operator:wikidata=Q37669450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fondationleopoldbellan-704240.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Fondation Partage et Vie", - "operator:type=ngo", - "operator:wikidata=Q65156773" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fondationpartageetvie-d425ed.undefined" - }, { "if": { "and": [ @@ -114406,20 +51212,6 @@ }, "then": "./assets/data/nsi/logos/fredrikstadkommune-2efea4.svg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Fundação de Ação Social", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fundacaodeacaosocial-7e1cff.undefined" - }, { "if": { "and": [ @@ -114465,21 +51257,6 @@ }, "then": "./assets/data/nsi/logos/goteborgsstad-0c56f6.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=GSE gGmbH", - "operator:type=private", - "operator:wikidata=Q130273163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gseggmbh-1c7727.undefined" - }, { "if": { "and": [ @@ -114495,21 +51272,6 @@ }, "then": "./assets/data/nsi/logos/haderslevkommune-d61588.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Hanover Scotland", - "operator:type=private", - "operator:wikidata=Q30257128" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanoverscotland-bdda3a.undefined" - }, { "if": { "and": [ @@ -114571,21 +51333,6 @@ }, "then": "./assets/data/nsi/logos/heilsarmee-9a82eb.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-d65e34.undefined" - }, { "if": { "and": [ @@ -114601,50 +51348,6 @@ }, "then": "./assets/data/nsi/logos/hetgastenhuis-627b49.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Inabif", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inabif-ed3a9e.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Innsbrucker Soziale Dienste GmbH", - "operator:short=ISD", - "operator:type=private", - "operator:wikidata=Q108273149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/innsbruckersozialedienstegmbh-a22112.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Integrationsmodell Ortsverband Essen e.V.", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/integrationsmodellortsverbandessenev-f38aef.undefined" - }, { "if": { "and": [ @@ -114660,21 +51363,6 @@ }, "then": "./assets/data/nsi/logos/ipsedebruggen-627b49.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Jabatan Kebajikan Masyarakat", - "operator:type=government", - "operator:wikidata=Q7354381" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jabatankebajikanmasyarakat-966bc0.undefined" - }, { "if": { "and": [ @@ -114855,20 +51543,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-0553d6.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Marente", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marente-627b49.undefined" - }, { "if": { "and": [ @@ -114884,48 +51558,6 @@ }, "then": "./assets/data/nsi/logos/mccarthyandstone-bdda3a.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Mehiläinen Oy", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mehilainenoy-d65e34.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Melikgazi Belediyesi", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/melikgazibelediyesi-f19f8f.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Metropolitan Regional Housing Authority", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/metropolitanregionalhousingauthority-c3d1c8.undefined" - }, { "if": { "and": [ @@ -114941,22 +51573,6 @@ }, "then": "./assets/data/nsi/logos/miastostolecznewarszawa-01d55f.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Ministerio de Salud Pública", - "operator:short=MINSAP", - "operator:type=government", - "operator:wikidata=Q6017421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriodesaludpublica-7d5963.undefined" - }, { "if": { "and": [ @@ -115128,65 +51744,6 @@ }, "then": "./assets/data/nsi/logos/plunket-97ad99.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Prefeitura Municipal de Rio das Ostras", - "operator:short=PMRO", - "operator:type=government", - "operator:wikidata=Q61930515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipalderiodasostras-5bd13a.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Pro Mente Tirol", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/promentetirol-a22112.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Retirement Villages Group Ltd", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/retirementvillagesgroupltd-bdda3a.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Revera", - "operator:type=private", - "operator:wikidata=Q7318069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/revera-4dbadb.undefined" - }, { "if": { "and": [ @@ -115202,37 +51759,6 @@ }, "then": "./assets/data/nsi/logos/rummelsbergerdiakonie-b322b0.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - "social_facility=group_home", - "social_facility:for=senior", - { - "or": [ - "operator=Ryman Healthcare", - "operator:type=private", - "operator:wikidata=Q7385191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rymanhealthcare-97ad99.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Sanctuary Care", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanctuarycare-bdda3a.undefined" - }, { "if": { "and": [ @@ -115248,35 +51774,6 @@ }, "then": "./assets/data/nsi/logos/sandneskommune-2efea4.svg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Sanitas", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanitas-704240.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Santa Casa da Misericórdia", - "operator:type=charitable", - "operator:wikidata=Q3122827" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santacasadamisericordia-c337c4.undefined" - }, { "if": { "and": [ @@ -115292,20 +51789,6 @@ }, "then": "./assets/data/nsi/logos/savethechildreninternational-01cce6.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Southern Cross Care", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southerncrosscare-9d36ac.undefined" - }, { "if": { "and": [ @@ -115336,20 +51819,6 @@ }, "then": "./assets/data/nsi/logos/stadtkoln-f38aef.aef" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Stadt Zürich, GUD", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichgud-f2c9df.undefined" - }, { "if": { "and": [ @@ -115380,37 +51849,6 @@ }, "then": "./assets/data/nsi/logos/stavangerkommune-2efea4.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Stiftung Alterswohnungen der Stadt Zürich", - "operator:short=SAW", - "operator:type=public", - "operator:wikidata=Q2348865" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stiftungalterswohnungenderstadtzurich-f2c9df.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Stiftung Brändi", - "operator:type=public", - "operator:wikidata=Q1246490" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stiftungbrandi-cf20ba.undefined" - }, { "if": { "and": [ @@ -115442,36 +51880,6 @@ }, "then": "./assets/data/nsi/logos/stiftungfurschwerbehinderteluzern-cf20ba.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Stiftung Rütimattli", - "operator:type=public", - "operator:wikidata=Q1645398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stiftungrutimattli-3fbede.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Stiftung Zürcher Kinder- und Jugendheime", - "operator:type=public", - "operator:wikidata=Q33121178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stiftungzurcherkinderundjugendheime-f2c9df.undefined" - }, { "if": { "and": [ @@ -115535,20 +51943,6 @@ }, "then": "./assets/data/nsi/logos/svrz-627b49.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Tertianum", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tertianum-5de282.undefined" - }, { "if": { "and": [ @@ -115596,20 +51990,6 @@ }, "then": "./assets/data/nsi/logos/thetrusselltrust-bdda3a.png" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=ULSS 7 Pedemontana", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ulss7pedemontana-feb2f4.undefined" - }, { "if": { "and": [ @@ -115670,20 +52050,6 @@ }, "then": "./assets/data/nsi/logos/vitanas-9a82eb.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Viva Luzern AG", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vivaluzernag-cf20ba.undefined" - }, { "if": { "and": [ @@ -115715,66 +52081,6 @@ }, "then": "./assets/data/nsi/logos/worldvision-01cce6.jpg" }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=WVO Zorg", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wvozorg-627b49.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=Zorggroep Noordwest-Veluwe", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zorggroepnoordwestveluwe-627b49.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=はぴねす福祉会", - "operator:en=Happiness Welfare Association", - "operator:ja=はぴねす福祉会", - "operator:type=ngo", - "operator:wikidata=Q116986439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/happinesswelfareassociation-51378b.undefined" - }, - { - "if": { - "and": [ - "amenity=social_facility", - { - "or": [ - "operator=公益財団法人ドナルド・マクドナルド・ハウス・チャリティーズ・ジャパン", - "operator:ja=公益財団法人ドナルド・マクドナルド・ハウス・チャリティーズ・ジャパン", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/30bf1a-51378b.undefined" - }, { "if": { "and": [ @@ -115817,15 +52123,6 @@ }, "then": "./assets/data/nsi/logos/antel-106ca3.svg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=APG" - ] - }, - "then": "./assets/data/nsi/logos/apg-2e827a.undefined" - }, { "if": { "and": [ @@ -115882,20 +52179,6 @@ }, "then": "./assets/data/nsi/logos/bellmts-c4f09e.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Brasil Telecom", - "operator:wikidata=Q899130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brasiltelecom-2d3d8d.undefined" - }, { "if": { "and": [ @@ -115952,15 +52235,6 @@ }, "then": "./assets/data/nsi/logos/claro-6490cd.svg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=CRT/Brasil Telecom" - ] - }, - "then": "./assets/data/nsi/logos/crtbrasiltelecom-2d3d8d.undefined" - }, { "if": { "and": [ @@ -115989,20 +52263,6 @@ }, "then": "./assets/data/nsi/logos/deutschetelekomag-fe847d.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Eir", - "operator:wikidata=Q3049473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eir-c8bb0f.undefined" - }, { "if": { "and": [ @@ -116031,43 +52291,6 @@ }, "then": "./assets/data/nsi/logos/ethiotelecom-636f14.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Futel", - "operator:wikidata=Q116007010" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/futel-d49842.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Infocus Public Networks Ltd" - ] - }, - "then": "./assets/data/nsi/logos/infocuspublicnetworksltd-190dbf.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Invitel", - "operator:wikidata=Q372983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/invitel-a3dfca.undefined" - }, { "if": { "and": [ @@ -116096,38 +52319,6 @@ }, "then": "./assets/data/nsi/logos/kcom-190dbf.dbf" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=KT" - ] - }, - "then": "./assets/data/nsi/logos/kt-9fd277.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=kt링커스", - "operator:ko=kt링커스" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/80505e-9fd277.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Logitel" - ] - }, - "then": "./assets/data/nsi/logos/logitel-eff826.undefined" - }, { "if": { "and": [ @@ -116156,24 +52347,6 @@ }, "then": "./assets/data/nsi/logos/movistar-2be02b.png" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=MTS Allstream" - ] - }, - "then": "./assets/data/nsi/logos/mtsallstream-25374a.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=New World Payphones" - ] - }, - "then": "./assets/data/nsi/logos/newworldpayphones-190dbf.undefined" - }, { "if": { "and": [ @@ -116298,15 +52471,6 @@ }, "then": "./assets/data/nsi/logos/pldt-795ee8.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Post" - ] - }, - "then": "./assets/data/nsi/logos/post-91c7e3.undefined" - }, { "if": { "and": [ @@ -116321,20 +52485,6 @@ }, "then": "./assets/data/nsi/logos/postluxembourg-0ddef4.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=PTS", - "operator:wikidata=Q7122727" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pts-d49842.undefined" - }, { "if": { "and": [ @@ -116349,29 +52499,6 @@ }, "then": "./assets/data/nsi/logos/r-57fa2c.svg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=RBL Telecom" - ] - }, - "then": "./assets/data/nsi/logos/rbltelecom-2b48ae.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Romtelecom", - "operator:wikidata=Q4118400" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/romtelecom-273726.undefined" - }, { "if": { "and": [ @@ -116386,15 +52513,6 @@ }, "then": "./assets/data/nsi/logos/sparknewzealand-2e73ba.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Spectrum Interactive" - ] - }, - "then": "./assets/data/nsi/logos/spectruminteractive-190dbf.undefined" - }, { "if": { "and": [ @@ -116592,15 +52710,6 @@ }, "then": "./assets/data/nsi/logos/turktelekom-665e92.jpg" }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Uni Stuttgart" - ] - }, - "then": "./assets/data/nsi/logos/unistuttgart-a7a2b7.undefined" - }, { "if": { "and": [ @@ -116629,43 +52738,6 @@ }, "then": "./assets/data/nsi/logos/387537-9da549.svg" }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Башинформсвязь", - "operator:wikidata=Q4080105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/137ef4-6db49f.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - { - "or": [ - "operator=Белтелеком", - "operator:wikidata=Q4082979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/672155-ab9526.undefined" - }, - { - "if": { - "and": [ - "amenity=telephone", - "operator=Россвязь" - ] - }, - "then": "./assets/data/nsi/logos/9c761b-6db49f.undefined" - }, { "if": { "and": [ @@ -116740,15 +52812,6 @@ }, "then": "./assets/data/nsi/logos/caltrain-883676.png" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=CasaTramway" - ] - }, - "then": "./assets/data/nsi/logos/casatramway-93358b.undefined" - }, { "if": { "and": [ @@ -116792,20 +52855,6 @@ }, "then": "./assets/data/nsi/logos/deutschebahn-f980d0.png" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - { - "or": [ - "operator=Keolis Rennes", - "operator:wikidata=Q3195353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keolisrennes-0bced1.undefined" - }, { "if": { "and": [ @@ -116834,15 +52883,6 @@ }, "then": "./assets/data/nsi/logos/nederlandsespoorwegen-23194f.png" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=RATP" - ] - }, - "then": "./assets/data/nsi/logos/ratp-0bced1.undefined" - }, { "if": { "and": [ @@ -116889,24 +52929,6 @@ }, "then": "./assets/data/nsi/logos/sbbcffffs-ac77cd.png" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=SNCF" - ] - }, - "then": "./assets/data/nsi/logos/sncf-0bced1.undefined" - }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=SNCF TER Bretagne" - ] - }, - "then": "./assets/data/nsi/logos/sncfterbretagne-0bced1.undefined" - }, { "if": { "and": [ @@ -116921,20 +52943,6 @@ }, "then": "./assets/data/nsi/logos/terhautsdefrance-258336.jpg" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - { - "or": [ - "operator=Transdev Vertrieb GmbH", - "operator:wikidata=Q129520185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transdevvertriebgmbh-f980d0.undefined" - }, { "if": { "and": [ @@ -116978,29 +52986,6 @@ }, "then": "./assets/data/nsi/logos/transportfornsw-832030.jpg" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - { - "or": [ - "operator=Transport for West Midlands", - "operator:wikidata=Q7985947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transportforwestmidlands-1d1aee.undefined" - }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=Trenes Argentinos" - ] - }, - "then": "./assets/data/nsi/logos/trenesargentinos-7afe5b.undefined" - }, { "if": { "and": [ @@ -117016,15 +53001,6 @@ }, "then": "./assets/data/nsi/logos/trenitalia-73a324.png" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - "operator=Trenord" - ] - }, - "then": "./assets/data/nsi/logos/trenord-73a324.undefined" - }, { "if": { "and": [ @@ -117053,21 +53029,6 @@ }, "then": "./assets/data/nsi/logos/wswmobilgmbh-f980d0.jpg" }, - { - "if": { - "and": [ - "amenity=ticket_validator", - { - "or": [ - "operator=中国铁路", - "operator:en=China Railway", - "operator:zh=中国铁路" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinarailway-fa74de.undefined" - }, { "if": { "and": [ @@ -117114,21 +53075,6 @@ }, "then": "./assets/data/nsi/logos/agriculturefisheriesandconservationdepartment-70c95d.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Africa Humanitarian Action", - "operator:short=AHA", - "operator:wikidata=Q4689566" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/africahumanitarianaction-48c608.undefined" - }, { "if": { "and": [ @@ -117157,15 +53103,6 @@ }, "then": "./assets/data/nsi/logos/asfinag-dd4146.svg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Association de l'Accueil à Taizé" - ] - }, - "then": "./assets/data/nsi/logos/associationdelaccueilataize-73fc0c.undefined" - }, { "if": { "and": [ @@ -117338,15 +53275,6 @@ }, "then": "./assets/data/nsi/logos/camaramunicipaldelisboa-1f5e60.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Camping municipal Le Pont de l'Étang" - ] - }, - "then": "./assets/data/nsi/logos/campingmunicipallepontdeletang-73fc0c.undefined" - }, { "if": { "and": [ @@ -117390,34 +53318,6 @@ }, "then": "./assets/data/nsi/logos/catholicreliefservices-481bb7.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Central Coast Council", - "operator:wikidata=Q24058852" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralcoastcouncil-3fb4b7.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Centro Vasco da Gama", - "operator:wikidata=Q2944893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centrovascodagama-1f5e60.undefined" - }, { "if": { "and": [ @@ -117523,20 +53423,6 @@ }, "then": "./assets/data/nsi/logos/croixrougefrancaise-48c608.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Croix-Rouge haïtienne", - "operator:wikidata=Q104779243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/croixrougehaitienne-481bb7.undefined" - }, { "if": { "and": [ @@ -117624,20 +53510,6 @@ }, "then": "./assets/data/nsi/logos/eastbourneboroughcouncil-94d3cf.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=EcoToiletten GmbH", - "operator:wikidata=Q111795639" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecotoilettengmbh-a4f70c.undefined" - }, { "if": { "and": [ @@ -117666,48 +53538,6 @@ }, "then": "./assets/data/nsi/logos/einwohnergemeindebaar-5e4f87.svg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Elbauenpark", - "operator:wikidata=Q1325056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elbauenpark-df5cfa.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Eurométropole de Strasbourg", - "operator:wikidata=Q586704" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eurometropoledestrasbourg-85054b.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Faculdade de Ciências Aplicadas da Unicamp", - "operator:wikidata=Q5428823" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/faculdadedecienciasaplicadasdaunicamp-402325.undefined" - }, { "if": { "and": [ @@ -117736,44 +53566,6 @@ }, "then": "./assets/data/nsi/logos/fortcobbstatepark-c3f3e2.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Fővárosi Csatornázási Művek", - "operator:short=FCSM", - "operator:wikidata=Q110625531" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fovarosicsatornazasimuvek-c8692e.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=FUTAKO TAMAGAWA RISE" - ] - }, - "then": "./assets/data/nsi/logos/futakotamagawarise-efac16.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Gitzenweiler Hof", - "operator:wikidata=Q1527844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gitzenweilerhof-a4f70c.undefined" - }, { "if": { "and": [ @@ -117816,29 +53608,6 @@ }, "then": "./assets/data/nsi/logos/halifaxregionalmunicipality-59976c.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-086043.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Hering" - ] - }, - "then": "./assets/data/nsi/logos/hering-a4f70c.undefined" - }, { "if": { "and": [ @@ -117881,20 +53650,6 @@ }, "then": "./assets/data/nsi/logos/kaufland-48c608.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Kawartha Highlands Provincial Park", - "operator:wikidata=Q6379696" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kawarthahighlandsprovincialpark-7c1906.undefined" - }, { "if": { "and": [ @@ -117923,15 +53678,6 @@ }, "then": "./assets/data/nsi/logos/kfc-48c608.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Kymenlaakson virkistysalueyhdistys ry" - ] - }, - "then": "./assets/data/nsi/logos/kymenlaaksonvirkistysalueyhdistysry-086043.undefined" - }, { "if": { "and": [ @@ -117962,34 +53708,6 @@ }, "then": "./assets/data/nsi/logos/lutheranworldfederation-48c608.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Mairie de Bidart", - "operator:wikidata=Q115909588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedebidart-7a98d3.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-7a98d3.undefined" - }, { "if": { "and": [ @@ -118206,20 +53924,6 @@ }, "then": "./assets/data/nsi/logos/neste-48c608.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Newry, Mourne and Down District Council", - "operator:wikidata=Q16998911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-93a25a.undefined" - }, { "if": { "and": [ @@ -118234,34 +53938,6 @@ }, "then": "./assets/data/nsi/logos/nordseeheilbadcuxhavengmbh-b913f2.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=North Sydney Council", - "operator:wikidata=Q56477552" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northsydneycouncil-3fb4b7.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Northern Beaches Council", - "operator:wikidata=Q56477644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernbeachescouncil-3fb4b7.undefined" - }, { "if": { "and": [ @@ -118292,20 +53968,6 @@ }, "then": "./assets/data/nsi/logos/nswnationalparksandwildlifeservice-3fb4b7.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=O.Z.O.R.A.", - "operator:wikidata=Q56247081" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozora-c8692e.undefined" - }, { "if": { "and": [ @@ -118320,15 +53982,6 @@ }, "then": "./assets/data/nsi/logos/obb-dd4146.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Öklo" - ] - }, - "then": "./assets/data/nsi/logos/oklo-235e3c.undefined" - }, { "if": { "and": [ @@ -118413,20 +54066,6 @@ }, "then": "./assets/data/nsi/logos/rewe-a4f70c.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=RMK", - "operator:wikidata=Q12373967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rmk-fcb0e7.undefined" - }, { "if": { "and": [ @@ -118543,20 +54182,6 @@ }, "then": "./assets/data/nsi/logos/shell-48c608.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Skärgårdsstiftelsen", - "operator:wikidata=Q10670989" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skargardsstiftelsen-05ca0b.undefined" - }, { "if": { "and": [ @@ -118600,20 +54225,6 @@ }, "then": "./assets/data/nsi/logos/southafricannationalparks-48ee64.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Southern Grampians Shire Council", - "operator:wikidata=Q666486" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southerngrampiansshirecouncil-1f48c5.undefined" - }, { "if": { "and": [ @@ -118656,29 +54267,6 @@ }, "then": "./assets/data/nsi/logos/stadtkarlsruhe-ee7438.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Stadt Wien", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-235e3c.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Städtischer Abfallwirtschaftsbetrieb Magdeburg" - ] - }, - "then": "./assets/data/nsi/logos/stadtischerabfallwirtschaftsbetriebmagdeburg-a4f70c.undefined" - }, { "if": { "and": [ @@ -118853,20 +54441,6 @@ }, "then": "./assets/data/nsi/logos/thesalvationarmy-48c608.png" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Toi Toi", - "operator:wikidata=Q2384640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toitoi-48c608.undefined" - }, { "if": { "and": [ @@ -118923,20 +54497,6 @@ }, "then": "./assets/data/nsi/logos/unicef-48c608.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Union Lido", - "operator:wikidata=Q1234597" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionlido-1fde80.undefined" - }, { "if": { "and": [ @@ -118967,15 +54527,6 @@ }, "then": "./assets/data/nsi/logos/universidadtecnologicadepereira-452bf3.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Usługi Komunalne Miasta Poznań" - ] - }, - "then": "./assets/data/nsi/logos/uslugikomunalnemiastapoznan-dbab0a.undefined" - }, { "if": { "and": [ @@ -118990,34 +54541,6 @@ }, "then": "./assets/data/nsi/logos/vanuaturedcrosssociety-ad746b.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville d'Anglet", - "operator:wikidata=Q115918089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedanglet-7a98d3.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville de Besançon", - "operator:wikidata=Q86697997" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedebesancon-db1f83.undefined" - }, { "if": { "and": [ @@ -119034,62 +54557,6 @@ }, "then": "./assets/data/nsi/logos/villedebruxellesstadbrussel-d606a5.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville de Lons-le-Saunier", - "operator:wikidata=Q87134745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelonslesaunier-db1f83.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville de Lyon", - "operator:wikidata=Q3278474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelyon-28a80b.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville de Saint-Jean-de-Luz", - "operator:wikidata=Q115909949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintjeandeluz-7a98d3.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Ville de Saint-Nazaire", - "operator:wikidata=Q118529898" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintnazaire-852bf3.undefined" - }, { "if": { "and": [ @@ -119133,38 +54600,6 @@ }, "then": "./assets/data/nsi/logos/washingtondepartmentoffishandwildlife-6e9e2e.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Windle International Uganda" - ] - }, - "then": "./assets/data/nsi/logos/windleinternationaluganda-4a7536.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Wirtschaftsbetrieb Mainz" - ] - }, - "then": "./assets/data/nsi/logos/wirtschaftsbetriebmainz-a4f70c.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=Wollongong City Council", - "operator:wikidata=Q56477626" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wollongongcitycouncil-3fb4b7.undefined" - }, { "if": { "and": [ @@ -119194,399 +54629,6 @@ }, "then": "./assets/data/nsi/logos/worldvision-48c608.jpg" }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Yayasan Al-Fath Bina Insan Sakinah" - ] - }, - "then": "./assets/data/nsi/logos/yayasanalfathbinainsansakinah-5e6ea6.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=ZüriWC" - ] - }, - "then": "./assets/data/nsi/logos/zuriwc-960a4a.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Zwembad De Wisselslag" - ] - }, - "then": "./assets/data/nsi/logos/zwembaddewisselslag-2ed278.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Автодор" - ] - }, - "then": "./assets/data/nsi/logos/1994ef-074c50.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Газпромнефть" - ] - }, - "then": "./assets/data/nsi/logos/0b910f-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=ГУП «Водоканал Санкт-Петербурга»" - ] - }, - "then": "./assets/data/nsi/logos/edaa6f-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Киришиавтосервис" - ] - }, - "then": "./assets/data/nsi/logos/801ec2-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Лукойл" - ] - }, - "then": "./assets/data/nsi/logos/1dd7ca-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=ОАО \"РЖД\"" - ] - }, - "then": "./assets/data/nsi/logos/5ea107-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=ООО «Комхоз-Сервис»" - ] - }, - "then": "./assets/data/nsi/logos/0da572-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Роснефть" - ] - }, - "then": "./assets/data/nsi/logos/cb7fa1-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=Татнефть" - ] - }, - "then": "./assets/data/nsi/logos/44db9c-b276e9.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=سرویس بهداشتی" - ] - }, - "then": "./assets/data/nsi/logos/5d59e2-34f09d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=경제일자리과", - "operator:ko=경제일자리과" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0421fd-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=공원녹지과", - "operator:ko=공원녹지과" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e4fbfe-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=구좌읍", - "operator:ko=구좌읍", - "operator:wikidata=Q12585543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/72d089-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=세계유산본부 한라산국립공원관리소", - "operator:ko=세계유산본부 한라산국립공원관리소" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3615dc-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=애월읍", - "operator:ko=애월읍", - "operator:wikidata=Q16171330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c6530-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=우도면", - "operator:ko=우도면", - "operator:wikidata=Q16219660" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/809621-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=제주4.3평화재단", - "operator:ko=제주4.3평화재단", - "operator:wikidata=Q12616401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/62d12e-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=제주시 체육회", - "operator:ko=제주시 체육회" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3d38b7-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=조천읍", - "operator:ko=조천읍", - "operator:wikidata=Q12617105" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6890f0-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=차량관리과", - "operator:ko=차량관리과" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/36c28a-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=추자면", - "operator:ko=추자면", - "operator:wikidata=Q12620000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f76442-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=한경면", - "operator:ko=한경면", - "operator:wikidata=Q12622689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cffeab-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=한림읍", - "operator:ko=한림읍", - "operator:wikidata=Q12623979" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e90e2a-d43b8d.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - { - "or": [ - "operator=会津若松市 花と緑の課", - "operator:ja=会津若松市 花と緑の課" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aabdcb-efac16.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=公益財団法人 浜名湖総合環境財団" - ] - }, - "then": "./assets/data/nsi/logos/c1803f-efac16.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=北京市西城区环境卫生服务中心" - ] - }, - "then": "./assets/data/nsi/logos/4c9df5-a53701.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=北京海淀生态环保有限公司" - ] - }, - "then": "./assets/data/nsi/logos/31079a-a53701.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=北京石油化工学院" - ] - }, - "then": "./assets/data/nsi/logos/ce603a-a53701.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=品川区" - ] - }, - "then": "./assets/data/nsi/logos/9b71a0-efac16.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=大田区" - ] - }, - "then": "./assets/data/nsi/logos/431e24-efac16.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=天水湖公厕" - ] - }, - "then": "./assets/data/nsi/logos/1d24df-a53701.undefined" - }, - { - "if": { - "and": [ - "amenity=toilets", - "operator=独立行政法人国立高等専門学校機構" - ] - }, - "then": "./assets/data/nsi/logos/40c6ae-efac16.undefined" - }, { "if": { "and": [ @@ -119610,20 +54652,6 @@ }, "then": "./assets/data/nsi/logos/foodandenvironmentalhygienedepartment-70c95d.jpg" }, - { - "if": { - "and": [ - "amenity=townhall", - { - "or": [ - "operator=Bashkia Tiranë", - "operator:wikidata=Q13037436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bashkiatirane-1790fd.undefined" - }, { "if": { "and": [ @@ -119652,70 +54680,6 @@ }, "then": "./assets/data/nsi/logos/gemeenterotterdam-7a23ae.jpg" }, - { - "if": { - "and": [ - "amenity=townhall", - { - "or": [ - "operator=Gvern ta' Malta", - "operator:wikidata=Q5589242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gverntamalta-782a72.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - { - "or": [ - "operator=Mairie de Toulouse", - "operator:wikidata=Q59916588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetoulouse-b2a871.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=Mjesni odbor Grada Zagreba" - ] - }, - "then": "./assets/data/nsi/logos/mjesniodborgradazagreba-e2b3cd.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=Poblacion Barangay Government" - ] - }, - "then": "./assets/data/nsi/logos/poblacionbarangaygovernment-eda62e.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=RU-VGG-2-23" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg223-e37915.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=RU-VGG-9-60" - ] - }, - "then": "./assets/data/nsi/logos/ruvgg960-e37915.undefined" - }, { "if": { "and": [ @@ -119744,15 +54708,6 @@ }, "then": "./assets/data/nsi/logos/stadtschwabischgmund-40dca9.svg" }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=Государственное Управление РК" - ] - }, - "then": "./assets/data/nsi/logos/8d152d-fbca90.undefined" - }, { "if": { "and": [ @@ -119795,33 +54750,6 @@ }, "then": "./assets/data/nsi/logos/4c66bf-a72f79.png" }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=Ташанська сільська рада" - ] - }, - "then": "./assets/data/nsi/logos/4aa058-be28f7.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=札幌市" - ] - }, - "then": "./assets/data/nsi/logos/e1715c-31de42.undefined" - }, - { - "if": { - "and": [ - "amenity=townhall", - "operator=臺中市政府" - ] - }, - "then": "./assets/data/nsi/logos/f4942c-60eda3.undefined" - }, { "if": { "and": [ @@ -119871,33 +54799,6 @@ }, "then": "./assets/data/nsi/logos/aliae-187795.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "currency:PLN=yes", - "network=ZTM Warszawa", - "network:wikidata=Q8066998", - "payment:coins=yes", - "payment:contactless=yes", - "payment:maestro=yes", - "payment:mastercard=yes", - "payment:mastercard_electronic=yes", - "payment:notes=yes", - "payment:v_pay=yes", - "payment:visa=yes", - "payment:visa_electron=yes", - "vending=public_transport_tickets", - { - "or": [ - "operator=ASEC", - "operator:wikidata=Q115014416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/asec-a736eb.undefined" - }, { "if": { "and": [ @@ -119938,30 +54839,6 @@ }, "then": "./assets/data/nsi/logos/mennicapolska-a736eb.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "currency:PLN=yes", - "network=ZTM Warszawa", - "network:wikidata=Q8066998", - "payment:coins=yes", - "payment:contactless=yes", - "payment:credit_cards=yes", - "payment:debit_cards=yes", - "payment:electronic_purses=yes", - "payment:notes=yes", - "vending=public_transport_tickets", - { - "or": [ - "operator=Mera-Serwis SGL", - "operator:wikidata=Q115014490" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meraserwissgl-a736eb.undefined" - }, { "if": { "and": [ @@ -120010,21 +54887,6 @@ }, "then": "./assets/data/nsi/logos/returo-33f2a6.jpg" }, - { - "if": { - "and": [ - "vending=public_transport_tickets", - "amenity=vending_machine", - { - "or": [ - "operator=Rīgas Satiksme", - "operator:wikidata=Q2280274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rigassatiksme-3c36b4.undefined" - }, { "if": { "and": [ @@ -120094,24 +54956,6 @@ }, "then": "./assets/data/nsi/logos/translink-b39439.jpg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "vending=toll", - { - "or": [ - "name=БГ Тол", - "name:bg=БГ Тол", - "name:en=BG Toll", - "operator=БГ Тол", - "operator:wikidata=Q118964623" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bgtoll-c8e53b.undefined" - }, { "if": { "and": [ @@ -120130,29 +54974,6 @@ }, "then": "./assets/data/nsi/logos/184e0b-c8e53b.svg" }, - { - "if": { - "and": [ - "amenity=vending_machine", - "payment:alipay_HK=yes", - "payment:octopus=yes", - "recycling:plastic_bottles=yes", - "vending=bottle_return", - { - "or": [ - "name=入樽機先導計劃 Reverse Vending Machine Pilot Scheme", - "name:en=Reverse Vending Machine Pilot Scheme", - "name:zh=入樽機先導計劃", - "operator=環境保護署 Environmental Protection Department", - "operator:en=Environmental Protection Department", - "operator:wikidata=Q841892", - "operator:zh=環境保護署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/environmentalprotectiondepartment-7b8b38.undefined" - }, { "if": { "and": [ @@ -120167,24 +54988,6 @@ }, "then": "./assets/data/nsi/logos/thrivepethealthcare-af633f.png" }, - { - "if": { - "and": [ - "amenity=veterinary", - "operator=Био-Вет" - ] - }, - "then": "./assets/data/nsi/logos/c1dd27-ad3c97.undefined" - }, - { - "if": { - "and": [ - "amenity=veterinary", - "operator=ГБУ города Москвы \"Московское объединение ветеринарии\"" - ] - }, - "then": "./assets/data/nsi/logos/7071e6-ad3c97.undefined" - }, { "if": { "and": [ @@ -120334,21 +55137,6 @@ }, "then": "./assets/data/nsi/logos/institutonacionaldeparques-08aba9.svg" }, - { - "if": { - "and": [ - "boundary=national_park", - { - "or": [ - "operator=Manitoba Conservation", - "operator:type=public", - "operator:wikidata=Q6749981" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manitobaconservation-de5e8f.undefined" - }, { "if": { "and": [ @@ -120513,21 +55301,6 @@ }, "then": "./assets/data/nsi/logos/queenslandparksandwildlifeservice-223e1e.jpg" }, - { - "if": { - "and": [ - "boundary=national_park", - { - "or": [ - "operator=Servicio Nacional de Áreas Protegidas", - "operator:short=SERNAP", - "operator:wikidata=Q6126064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicionacionaldeareasprotegidas-3c2a1d.undefined" - }, { "if": { "and": [ @@ -120626,66 +55399,6 @@ }, "then": "./assets/data/nsi/logos/alaskadivisionofparksandoutdoorrecreation-fee862.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Área de Conservación Central", - "operator:short=ACC", - "operator:wikidata=Q5554484" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areadeconservacioncentral-837243.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Área de Conservación Osa", - "operator:short=ACOSA", - "operator:wikidata=Q7105486" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areadeconservacionosa-837243.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Área de Conservación Pacífico Central", - "operator:short=ACOPAC", - "operator:wikidata=Q5061579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areadeconservacionpacificocentral-837243.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Área de Conservación Tempisque", - "operator:short=ACT", - "operator:wikidata=Q7698383" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areadeconservaciontempisque-837243.undefined" - }, { "if": { "and": [ @@ -120730,51 +55443,6 @@ }, "then": "./assets/data/nsi/logos/australianwildlifeconservancy-b5b751.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Balai Besar Konservasi Sumber Daya Alam Jawa Barat" - ] - }, - "then": "./assets/data/nsi/logos/balaibesarkonservasisumberdayaalamjawabarat-46e05c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Balai Besar Konservasi Sumber Daya Alam Sumatera Utara" - ] - }, - "then": "./assets/data/nsi/logos/balaibesarkonservasisumberdayaalamsumaterautara-46e05c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Balai Konservasi Sumber Daya Alam Maluku" - ] - }, - "then": "./assets/data/nsi/logos/balaikonservasisumberdayaalammaluku-46e05c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Balai Konservasi Sumber Daya Alam Sulawesi Tenggara" - ] - }, - "then": "./assets/data/nsi/logos/balaikonservasisumberdayaalamsulawesitenggara-46e05c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Balai Konservasi Sumber Daya Alam Sumatera Barat" - ] - }, - "then": "./assets/data/nsi/logos/balaikonservasisumberdayaalamsumaterabarat-46e05c.undefined" - }, { "if": { "and": [ @@ -120930,29 +55598,6 @@ }, "then": "./assets/data/nsi/logos/californiadepartmentofparksandrecreation-6f7339.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Canberra Nature Park", - "operator:wikidata=Q220754" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canberranaturepark-5318fa.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Chickaming Open Lands" - ] - }, - "then": "./assets/data/nsi/logos/chickamingopenlands-0e46de.undefined" - }, { "if": { "and": [ @@ -121014,15 +55659,6 @@ }, "then": "./assets/data/nsi/logos/coloradoparksandwildlife-13d7c3.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Committee of Management" - ] - }, - "then": "./assets/data/nsi/logos/committeeofmanagement-261f43.undefined" - }, { "if": { "and": [ @@ -121080,30 +55716,6 @@ }, "then": "./assets/data/nsi/logos/corporacionnacionalforestal-f965a9.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=CORTOLIMA" - ] - }, - "then": "./assets/data/nsi/logos/cortolima-570342.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Department of Biodiversity, Conservation and Attractions", - "operator:short=DBCA", - "operator:wikidata=Q60760112" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofbiodiversityconservationandattractions-245152.undefined" - }, { "if": { "and": [ @@ -121134,15 +55746,6 @@ }, "then": "./assets/data/nsi/logos/delawaredivisionoffishandwildlife-429456.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Delaware Forest Service" - ] - }, - "then": "./assets/data/nsi/logos/delawareforestservice-429456.undefined" - }, { "if": { "and": [ @@ -121172,92 +55775,6 @@ }, "then": "./assets/data/nsi/logos/departmentoffisheriesandmarineresearch-98c4db.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Department of National Parks and Wildlife", - "operator:short=DPNW" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofnationalparksandwildlife-71d2b7.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Department for Environment and Water", - "operator:short=DEW", - "operator:wikidata=Q5260295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentforenvironmentandwater-c25f98.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Division of State Parks and Recreation", - "operator:type=government", - "operator:wikidata=Q130236044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/divisionofstateparksandrecreation-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Douglas County", - "operator:type=government", - "operator:wikidata=Q115556" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/douglascounty-13d7c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Dovrefjell nasjonalparkstyre" - ] - }, - "then": "./assets/data/nsi/logos/dovrefjellnasjonalparkstyre-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=DRA/DRAM" - ] - }, - "then": "./assets/data/nsi/logos/dradram-fdefa6.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=DRRF" - ] - }, - "then": "./assets/data/nsi/logos/drrf-fdefa6.undefined" - }, { "if": { "and": [ @@ -121287,80 +55804,6 @@ }, "then": "./assets/data/nsi/logos/emissionxggmbh-e037dc.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Environment, Planning and Sustainable Development Directorate", - "operator:wikidata=Q4823932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/environmentplanningandsustainabledevelopmentdirectorate-5318fa.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Essex County Greenbelt Association" - ] - }, - "then": "./assets/data/nsi/logos/essexcountygreenbeltassociation-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Fisheries Department" - ] - }, - "then": "./assets/data/nsi/logos/fisheriesdepartment-f6fb57.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Fisheries Service" - ] - }, - "then": "./assets/data/nsi/logos/fisheriesservice-f0b713.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=FL Dept. of Environmental Protection, Div. of State Lands" - ] - }, - "then": "./assets/data/nsi/logos/fldeptofenvironmentalprotectiondivofstatelands-a46e88.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Florida Forest Service" - ] - }, - "then": "./assets/data/nsi/logos/floridaforestservice-a46e88.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Forest Department", - "operator:type=government", - "operator:wikidata=Q30603316" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forestdepartment-4eee62.undefined" - }, { "if": { "and": [ @@ -121391,15 +55834,6 @@ }, "then": "./assets/data/nsi/logos/forestpreservedistrictofdupagecounty-8c9c28.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Forestry Commission of Ghana" - ] - }, - "then": "./assets/data/nsi/logos/forestrycommissionofghana-9ef143.undefined" - }, { "if": { "and": [ @@ -121414,39 +55848,6 @@ }, "then": "./assets/data/nsi/logos/forestrycorporationofnsw-292b9d.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Fundação Florestal" - ] - }, - "then": "./assets/data/nsi/logos/fundacaoflorestal-20a11c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Fundação para Conservação e a Produção Florestal do Estado de São Paulo" - ] - }, - "then": "./assets/data/nsi/logos/fundacaoparaconservacaoeaproducaoflorestaldoestadodesaopaulo-8b7529.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=GAMLP", - "operator:type=government", - "operator:wikidata=Q25410165" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamlp-7260ed.undefined" - }, { "if": { "and": [ @@ -121489,15 +55890,6 @@ }, "then": "./assets/data/nsi/logos/generalitatvalenciana-41b358.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Goois Natuurreservaat" - ] - }, - "then": "./assets/data/nsi/logos/gooisnatuurreservaat-889726.undefined" - }, { "if": { "and": [ @@ -121527,33 +55919,6 @@ }, "then": "./assets/data/nsi/logos/grongkommune-65ea71.svg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Harvard Conservation Trust" - ] - }, - "then": "./assets/data/nsi/logos/harvardconservationtrust-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Hawaii Department of Fish and Wildlife" - ] - }, - "then": "./assets/data/nsi/logos/hawaiidepartmentoffishandwildlife-433b65.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Hollis Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/hollisconservationcommission-38c1a8.undefined" - }, { "if": { "and": [ @@ -121570,46 +55935,6 @@ }, "then": "./assets/data/nsi/logos/illinoisdepartmentofnaturalresources-8c9c28.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Indiana Department of Natural Resources", - "operator:short=Indiana DNR", - "operator:type=government", - "operator:wikidata=Q6023149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-0d40c5.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Indigenous Management Group" - ] - }, - "then": "./assets/data/nsi/logos/indigenousmanagementgroup-b5b751.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Instituto Água e Terra", - "operator:short=IAT", - "operator:wikidata=Q10302390" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutoaguaeterra-20a11c.undefined" - }, { "if": { "and": [ @@ -121625,30 +55950,6 @@ }, "then": "./assets/data/nsi/logos/institutochicomendesdeconservacaodabiodiversidade-20a11c.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Instituto da Conservação da Natureza e das Florestas", - "operator:short=ICNF", - "operator:wikidata=Q6039514" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutodaconservacaodanaturezaedasflorestas-745874.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Instituto das Florestas e Conservação da Natureza, IP-RAM" - ] - }, - "then": "./assets/data/nsi/logos/institutodasflorestaseconservacaodanaturezaipram-445e96.undefined" - }, { "if": { "and": [ @@ -121680,15 +55981,6 @@ }, "then": "./assets/data/nsi/logos/iowadepartmentofnaturalresources-bde927.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Island Heritage Trust" - ] - }, - "then": "./assets/data/nsi/logos/islandheritagetrust-237098.undefined" - }, { "if": { "and": [ @@ -121737,38 +56029,6 @@ }, "then": "./assets/data/nsi/logos/losangelesdepartmentofwaterandpower-6f7339.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Land Brandenburg", - "operator:wikidata=Q897924" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landbrandenburg-f33cd9.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Land Preservation Trust" - ] - }, - "then": "./assets/data/nsi/logos/landpreservationtrust-f0b713.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Land Trust of Santa Cruz County" - ] - }, - "then": "./assets/data/nsi/logos/landtrustofsantacruzcounty-6f7339.undefined" - }, { "if": { "and": [ @@ -122105,20 +56365,6 @@ }, "then": "./assets/data/nsi/logos/limburgslandschap-12c161.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Littleton Conservation Trust", - "operator:short=LCT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/littletonconservationtrust-dd28c3.undefined" - }, { "if": { "and": [ @@ -122134,21 +56380,6 @@ }, "then": "./assets/data/nsi/logos/losangelescounty-396679.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Mairie de Saint-Florentin", - "operator:type=government", - "operator:wikidata=Q115918404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedesaintflorentin-f325f7.undefined" - }, { "if": { "and": [ @@ -122163,34 +56394,6 @@ }, "then": "./assets/data/nsi/logos/marincountyparks-6f7339.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Maryland Environmental Trust", - "operator:wikidata=Q6781321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marylandenvironmentaltrust-f0b713.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Maryland Forest Service", - "operator:wikidata=Q6781326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marylandforestservice-f0b713.undefined" - }, { "if": { "and": [ @@ -122235,30 +56438,6 @@ }, "then": "./assets/data/nsi/logos/massaudubon-dd28c3.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Massachusetts Department of Fish & Game", - "operator:type=government", - "operator:wikidata=Q30258915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/massachusettsdepartmentoffishandgame-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Metro Vancouver Parks" - ] - }, - "then": "./assets/data/nsi/logos/metrovancouverparks-dc06ea.undefined" - }, { "if": { "and": [ @@ -122304,34 +56483,6 @@ }, "then": "./assets/data/nsi/logos/michigandepartmentofnaturalresources-0e46de.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Midpeninsula Regional Open Space District", - "operator:wikidata=Q6842951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midpeninsularegionalopenspacedistrict-6f7339.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Ministerie van Oorlog", - "operator:wikidata=Q2441707" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministerievanoorlog-889726.undefined" - }, { "if": { "and": [ @@ -122363,15 +56514,6 @@ }, "then": "./assets/data/nsi/logos/missouridepartmentofconservation-ff9f49.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Mohawk Hudson Land Conservancy" - ] - }, - "then": "./assets/data/nsi/logos/mohawkhudsonlandconservancy-b02294.undefined" - }, { "if": { "and": [ @@ -122387,15 +56529,6 @@ }, "then": "./assets/data/nsi/logos/montanadepartmentoffishwildlifeandparks-d69c95.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Montana State Trust Lands" - ] - }, - "then": "./assets/data/nsi/logos/montanastatetrustlands-d69c95.undefined" - }, { "if": { "and": [ @@ -122440,24 +56573,6 @@ }, "then": "./assets/data/nsi/logos/mountainsrecreationandconservationauthority-6f7339.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Nasjonalparkstyret for Reinheimen" - ] - }, - "then": "./assets/data/nsi/logos/nasjonalparkstyretforreinheimen-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=National Forest Authority" - ] - }, - "then": "./assets/data/nsi/logos/nationalforestauthority-523005.undefined" - }, { "if": { "and": [ @@ -122525,15 +56640,6 @@ }, "then": "./assets/data/nsi/logos/nationaltrustforscotland-3da0d4.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Natural England" - ] - }, - "then": "./assets/data/nsi/logos/naturalengland-e218b1.undefined" - }, { "if": { "and": [ @@ -122639,15 +56745,6 @@ }, "then": "./assets/data/nsi/logos/newmexicodepartmentofgameandfish-515a72.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=New York City Department of Environmental Protection, Bureau of Water Supply" - ] - }, - "then": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotectionbureauofwatersupply-4ed472.undefined" - }, { "if": { "and": [ @@ -122724,48 +56821,6 @@ }, "then": "./assets/data/nsi/logos/northdakotagameandfishdepartment-86859c.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Nova Scotia Environment" - ] - }, - "then": "./assets/data/nsi/logos/novascotiaenvironment-7d09b1.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Nova Scotia Nature Trust" - ] - }, - "then": "./assets/data/nsi/logos/novascotianaturetrust-7d09b1.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Department of Natural Resources and Environment Tasmania", - "operator:short=NRE Tasmania", - "operator:wikidata=Q16956288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departmentofnaturalresourcesandenvironmenttasmania-3bca28.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=NS Department of Natural Resources" - ] - }, - "then": "./assets/data/nsi/logos/nsdepartmentofnaturalresources-7d09b1.undefined" - }, { "if": { "and": [ @@ -122951,71 +57006,6 @@ }, "then": "./assets/data/nsi/logos/parksvictoria-261f43.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Parks Victoria as COM" - ] - }, - "then": "./assets/data/nsi/logos/parksvictoriaascom-261f43.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Parques Nacionales Naturales", - "operator:wikidata=Q17081594" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parquesnacionalesnaturales-570342.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Pennsylvania Bureau of Forestry" - ] - }, - "then": "./assets/data/nsi/logos/pennsylvaniabureauofforestry-8cfad6.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Pennsylvania Bureau of State Parks", - "operator:type=government", - "operator:wikidata=Q130236073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-8cfad6.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Pennsylvania State Game Commission" - ] - }, - "then": "./assets/data/nsi/logos/pennsylvaniastategamecommission-8cfad6.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Presumpscot Regional Land Trust" - ] - }, - "then": "./assets/data/nsi/logos/presumpscotregionallandtrust-237098.undefined" - }, { "if": { "and": [ @@ -123216,52 +57206,6 @@ }, "then": "./assets/data/nsi/logos/provinciadireggioemilia-85a6ed.svg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Queensland Department of Environment and Science", - "operator:wikidata=Q5260301" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/queenslanddepartmentofenvironmentandscience-fa6129.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Queensland Department of National Parks, Sport and Racing", - "operator:wikidata=Q27995890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/queenslanddepartmentofnationalparkssportandracing-fa6129.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=RCOP Bratislava" - ] - }, - "then": "./assets/data/nsi/logos/rcopbratislava-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=RCOP Prešov" - ] - }, - "then": "./assets/data/nsi/logos/rcoppresov-2c9005.undefined" - }, { "if": { "and": [ @@ -123277,276 +57221,6 @@ }, "then": "./assets/data/nsi/logos/regioneumbria-72c2fa.svg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Rondane-Dovre nasjonalparkstyre" - ] - }, - "then": "./assets/data/nsi/logos/rondanedovrenasjonalparkstyre-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Royal Society for the Conservation of Nature", - "operator:short=RSCN", - "operator:wikidata=Q7374841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalsocietyfortheconservationofnature-33db75.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Royal Society for the Protection of Birds", - "operator:short=RSPB", - "operator:wikidata=Q7374841" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/royalsocietyfortheprotectionofbirds-e218b1.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=RU-VOR" - ] - }, - "then": "./assets/data/nsi/logos/ruvor-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Biele Karpaty" - ] - }, - "then": "./assets/data/nsi/logos/schkobielekarpaty-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Cerová vrchovina" - ] - }, - "then": "./assets/data/nsi/logos/schkocerovavrchovina-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Dunajské luhy" - ] - }, - "then": "./assets/data/nsi/logos/schkodunajskeluhy-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Kysuce" - ] - }, - "then": "./assets/data/nsi/logos/schkokysuce-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Latorica" - ] - }, - "then": "./assets/data/nsi/logos/schkolatorica-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Malé Karpaty" - ] - }, - "then": "./assets/data/nsi/logos/schkomalekarpaty-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Poľana" - ] - }, - "then": "./assets/data/nsi/logos/schkopolana-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Ponitrie" - ] - }, - "then": "./assets/data/nsi/logos/schkoponitrie-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Štiavnické vrchy" - ] - }, - "then": "./assets/data/nsi/logos/schkostiavnickevrchy-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Strážovské vrchy" - ] - }, - "then": "./assets/data/nsi/logos/schkostrazovskevrchy-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Vihorlat" - ] - }, - "then": "./assets/data/nsi/logos/schkovihorlat-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Východné Karpaty" - ] - }, - "then": "./assets/data/nsi/logos/schkovychodnekarpaty-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S CHKO Záhorie" - ] - }, - "then": "./assets/data/nsi/logos/schkozahorie-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NAPANT" - ] - }, - "then": "./assets/data/nsi/logos/snapant-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Malá Fatra" - ] - }, - "then": "./assets/data/nsi/logos/snpmalafatra-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Muránska planina" - ] - }, - "then": "./assets/data/nsi/logos/snpmuranskaplanina-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Poloniny" - ] - }, - "then": "./assets/data/nsi/logos/snppoloniny-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Slovenský kras" - ] - }, - "then": "./assets/data/nsi/logos/snpslovenskykras-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Slovenský raj" - ] - }, - "then": "./assets/data/nsi/logos/snpslovenskyraj-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S NP Veľká Fatra" - ] - }, - "then": "./assets/data/nsi/logos/snpvelkafatra-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S PIENAP" - ] - }, - "then": "./assets/data/nsi/logos/spienap-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=S TANAP" - ] - }, - "then": "./assets/data/nsi/logos/stanap-2c9005.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Saco Valley Land Trust" - ] - }, - "then": "./assets/data/nsi/logos/sacovalleylandtrust-237098.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Santa Clara County Parks and Recreation Department", - "operator:type=government", - "operator:wikidata=Q18151151" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/santaclaracountyparksandrecreationdepartment-6f7339.undefined" - }, { "if": { "and": [ @@ -123561,48 +57235,6 @@ }, "then": "./assets/data/nsi/logos/santaclaravalleyopenspaceauthority-6f7339.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Secretaria Estadual do Meio Ambiente do Rio Grande do Sul", - "operator:wikidata=Q10369209" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariaestadualdomeioambientedoriograndedosul-df762c.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Secretaria Municipal de Meio Ambiente do Rio de Janeiro", - "operator:short=SMAC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldemeioambientedoriodejaneiro-635e4f.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Secretaria Regional do Ambiente e Recursos Naturais", - "operator:wikidata=Q25442439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariaregionaldoambienteerecursosnaturais-445e96.undefined" - }, { "if": { "and": [ @@ -123617,60 +57249,6 @@ }, "then": "./assets/data/nsi/logos/sempervirensfund-6f7339.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Servicio Nacional de Áreas Naturales Protegidas por el Estado", - "operator:short=SERNANP", - "operator:wikidata=Q19521797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicionacionaldeareasnaturalesprotegidasporelestado-2c37fa.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Servicio Nacional de Áreas Protegidas", - "operator:short=SERNAP", - "operator:wikidata=Q6126064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicionacionaldeareasprotegidas-7260ed.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=South Australian Forestry Corporation", - "operator:short=Forestry SA", - "operator:wikidata=Q23073845" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southaustralianforestrycorporation-c25f98.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=South Endeavour Trust" - ] - }, - "then": "./assets/data/nsi/logos/southendeavourtrust-b5b751.undefined" - }, { "if": { "and": [ @@ -123728,328 +57306,6 @@ }, "then": "./assets/data/nsi/logos/stateofhawaii-433b65.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Agder", - "operator:wikidata=Q29639782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniagder-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Aust- og Vest-Agder", - "operator:wikidata=Q29639782" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniaustogvestagder-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Buskerud", - "operator:wikidata=Q60311475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenibuskerud-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Finnmark", - "operator:wikidata=Q93839891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenifinnmark-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Hedmark", - "operator:wikidata=Q93838372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenihedmark-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Hordaland", - "operator:wikidata=Q60311690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenihordaland-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Innlandet", - "operator:wikidata=Q93838372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniinnlandet-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Møre og Romsdal", - "operator:wikidata=Q93839668" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenimoreogromsdal-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Nord-Trøndelag", - "operator:wikidata=Q93837102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereninordtrondelag-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Nordland", - "operator:wikidata=Q17194935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereninordland-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Oppland", - "operator:wikidata=Q93838372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenioppland-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Oslo og Akershus", - "operator:wikidata=Q60311475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniosloogakershus-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Oslo og Viken", - "operator:wikidata=Q60311475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniosloogviken-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Østfold", - "operator:wikidata=Q60311475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvaltereniostfold-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Rogaland", - "operator:wikidata=Q93839405" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenirogaland-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Sogn og Fjordane", - "operator:wikidata=Q60311690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenisognogfjordane-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Sør-Trøndelag", - "operator:wikidata=Q93837102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenisortrondelag-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Telemark", - "operator:wikidata=Q93838967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenitelemark-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Troms og Finnmark", - "operator:wikidata=Q93839891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenitromsogfinnmark-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Trøndelag", - "operator:wikidata=Q93837102" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenitrondelag-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Vestfold", - "operator:wikidata=Q93838967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenivestfold-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Vestfold og Telemark", - "operator:wikidata=Q93838967" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenivestfoldogtelemark-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Statsforvalteren i Vestland", - "operator:wikidata=Q60311690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statsforvalterenivestland-65ea71.undefined" - }, { "if": { "and": [ @@ -124094,15 +57350,6 @@ }, "then": "./assets/data/nsi/logos/suwanneeriverwatermanagementdistrict-a46e88.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Sysselmesteren på Svalbard" - ] - }, - "then": "./assets/data/nsi/logos/sysselmesterenpasvalbard-65ea71.undefined" - }, { "if": { "and": [ @@ -124117,30 +57364,6 @@ }, "then": "./assets/data/nsi/logos/tasmaniaparksandwildlifeservice-3bca28.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Tasmanian Land Conservancy" - ] - }, - "then": "./assets/data/nsi/logos/tasmanianlandconservancy-3bca28.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Tennessee Department of Environment and Conservation", - "operator:type=government", - "operator:wikidata=Q7700063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tennesseedepartmentofenvironmentandconservation-091300.undefined" - }, { "if": { "and": [ @@ -124187,60 +57410,6 @@ }, "then": "./assets/data/nsi/logos/thenatureconservancy-7f8cf5.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Braintree Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofbraintreeconservationcommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Concord Natural Resources Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofconcordnaturalresourcescommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Easton Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofeastonconservationcommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Hingham Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofhinghamconservationcommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Holbrook Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofholbrookconservationcommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Medfield Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofmedfieldconservationcommission-dd28c3.undefined" - }, { "if": { "and": [ @@ -124256,15 +57425,6 @@ }, "then": "./assets/data/nsi/logos/townofrye-38c1a8.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Scituate Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofscituateconservationcommission-dd28c3.undefined" - }, { "if": { "and": [ @@ -124280,33 +57440,6 @@ }, "then": "./assets/data/nsi/logos/townofsudbury-dd28c3.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Town of Whitman Conservation Commission" - ] - }, - "then": "./assets/data/nsi/logos/townofwhitmanconservationcommission-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Truckee Donner Land Trust" - ] - }, - "then": "./assets/data/nsi/logos/truckeedonnerlandtrust-6f7339.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Trust for Nature Victoria" - ] - }, - "then": "./assets/data/nsi/logos/trustfornaturevictoria-261f43.undefined" - }, { "if": { "and": [ @@ -124404,38 +57537,6 @@ }, "then": "./assets/data/nsi/logos/unitedstatesofamerica-167f6a.png" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=BLM, Farmington Field Office" - ] - }, - "then": "./assets/data/nsi/logos/blmfarmingtonfieldoffice-515a72.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Utah Mitigation Commission" - ] - }, - "then": "./assets/data/nsi/logos/utahmitigationcommission-47b70f.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - { - "or": [ - "operator=Västkuststiftelsen", - "operator:wikidata=Q10718155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vastkuststiftelsen-c450a4.undefined" - }, { "if": { "and": [ @@ -124466,24 +57567,6 @@ }, "then": "./assets/data/nsi/logos/vermontfishandwildlifedepartment-6f8ce2.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Verneområdestyret for Setesdal-Vesthei-Ryfylkeheiane" - ] - }, - "then": "./assets/data/nsi/logos/verneomradestyretforsetesdalvestheiryfylkeheiane-65ea71.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Vernområdestyret for Oksøy-Ryvingen og Flekkefjord landskapsvernområder" - ] - }, - "then": "./assets/data/nsi/logos/vernomradestyretforoksoyryvingenogflekkefjordlandskapsvernomrader-65ea71.undefined" - }, { "if": { "and": [ @@ -124559,24 +57642,6 @@ }, "then": "./assets/data/nsi/logos/washingtonstateparksandrecreationcommission-4d9054.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Wildlands Trust" - ] - }, - "then": "./assets/data/nsi/logos/wildlandstrust-dd28c3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Wildlife and Heritage Service" - ] - }, - "then": "./assets/data/nsi/logos/wildlifeandheritageservice-f0b713.undefined" - }, { "if": { "and": [ @@ -124621,141 +57686,6 @@ }, "then": "./assets/data/nsi/logos/xuntadegalicia-41b358.jpg" }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Государственное бюджетное учреждение Амурской области «Дирекция по охране и использованию животного мира и особо охраняемых природных территорий»" - ] - }, - "then": "./assets/data/nsi/logos/f75bd5-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Государственное бюджетное учреждение Ростовской области \"Дирекция особо охраняемых природных территорий областного значения\"" - ] - }, - "then": "./assets/data/nsi/logos/0cfcb7-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Государственный комитет Республики Татарстан по биологическим ресурсам" - ] - }, - "then": "./assets/data/nsi/logos/4cd87d-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ДП „Добрянське лісове господарство”" - ] - }, - "then": "./assets/data/nsi/logos/100d60-0f9813.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ДП „Корюківське лісове господарство”" - ] - }, - "then": "./assets/data/nsi/logos/4cfa97-0f9813.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ДП „Новгород-Сіверське лісове господарство”" - ] - }, - "then": "./assets/data/nsi/logos/cd611e-0f9813.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ДП „Семенівське лісове господарство”" - ] - }, - "then": "./assets/data/nsi/logos/5e952a-0f9813.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ДП „Холминське лісове господарство”" - ] - }, - "then": "./assets/data/nsi/logos/827e15-0f9813.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Комитет охраны окружающей среды и природопользования Саратовской области" - ] - }, - "then": "./assets/data/nsi/logos/aaf988-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=Областное государственное учреждение «Особо охраняемые природные территории Челябинской области»" - ] - }, - "then": "./assets/data/nsi/logos/e3842c-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=ОГУ \"ООПТ Челябинской области\"" - ] - }, - "then": "./assets/data/nsi/logos/a67a72-93ddf3.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=內政部營建署" - ] - }, - "then": "./assets/data/nsi/logos/d6cef9-938fd0.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=內政部營建署台江國家公園管理處" - ] - }, - "then": "./assets/data/nsi/logos/139e6a-938fd0.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=內政部營建署玉山國家公園管理處" - ] - }, - "then": "./assets/data/nsi/logos/8bc97b-938fd0.undefined" - }, - { - "if": { - "and": [ - "boundary=protected_area", - "operator=內政部營建署陽明山國家公園管理處" - ] - }, - "then": "./assets/data/nsi/logos/39c8cc-938fd0.undefined" - }, { "if": { "and": [ @@ -124854,15 +57784,6 @@ }, "then": "./assets/data/nsi/logos/berlinerfeuerwehr-4125a2.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=crued" - ] - }, - "then": "./assets/data/nsi/logos/crued-fa4f03.undefined" - }, { "if": { "and": [ @@ -124905,15 +57826,6 @@ }, "then": "./assets/data/nsi/logos/eastofenglandambulanceservice-ccb804.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=Falck Notfallrettung und Krankentransport GmbH" - ] - }, - "then": "./assets/data/nsi/logos/falcknotfallrettungundkrankentransportgmbh-d077c2.undefined" - }, { "if": { "and": [ @@ -124928,30 +57840,6 @@ }, "then": "./assets/data/nsi/logos/feuerwehrhamburg-cc534f.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - { - "or": [ - "operator=Gemeinnützige Herzogtum Lauenburg Rettungsdienstgesellschaft mbH", - "operator:short=HLM", - "operator:wikidata=Q130192020" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeinnutzigeherzogtumlauenburgrettungsdienstgesellschaftmbh-86bca7.undefined" - }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=Hamilton County EMS" - ] - }, - "then": "./assets/data/nsi/logos/hamiltoncountyems-85c4c7.undefined" - }, { "if": { "and": [ @@ -124980,15 +57868,6 @@ }, "then": "./assets/data/nsi/logos/isleofwightnhstrust-071b94.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=Johnston County Emergency Services" - ] - }, - "then": "./assets/data/nsi/logos/johnstoncountyemergencyservices-d2a2b5.undefined" - }, { "if": { "and": [ @@ -125185,20 +58064,6 @@ }, "then": "./assets/data/nsi/logos/ravhollandsmidden-851507.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - { - "or": [ - "operator=Rettungsdienst Landkreis Barnim GmbH", - "operator:wikidata=Q130192035" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rettungsdienstlandkreisbarnimgmbh-eff076.undefined" - }, { "if": { "and": [ @@ -125439,15 +58304,6 @@ }, "then": "./assets/data/nsi/logos/wienerberufsrettung-804f9e.png" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=Wojewódzka Stacja Pogotowia Ratunkowego w Szczecinie" - ] - }, - "then": "./assets/data/nsi/logos/wojewodzkastacjapogotowiaratunkowegowszczecinie-a78dca.undefined" - }, { "if": { "and": [ @@ -125476,24 +58332,6 @@ }, "then": "./assets/data/nsi/logos/zdravotnickazachrannasluzbaplzenskehokraje-baba62.jpg" }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=ССМП" - ] - }, - "then": "./assets/data/nsi/logos/9cfa26-54fc4b.undefined" - }, - { - "if": { - "and": [ - "emergency=ambulance_station", - "operator=الهلال الأحمر السعودي" - ] - }, - "then": "./assets/data/nsi/logos/96ca9e-7ef6c2.undefined" - }, { "if": { "and": [ @@ -125527,20 +58365,6 @@ }, "then": "./assets/data/nsi/logos/actstateemergencyservice-5fddb6.jpg" }, - { - "if": { - "and": [ - "emergency=disaster_response", - { - "or": [ - "operator=DFES State Emergency Service", - "operator:wikidata=Q111654262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dfesstateemergencyservice-2f6045.undefined" - }, { "if": { "and": [ @@ -125555,48 +58379,6 @@ }, "then": "./assets/data/nsi/logos/nswstateemergencyservice-5c3990.jpg" }, - { - "if": { - "and": [ - "emergency=disaster_response", - { - "or": [ - "operator=NT State Emergency Service", - "operator:wikidata=Q111660761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntstateemergencyservice-d703f0.undefined" - }, - { - "if": { - "and": [ - "emergency=disaster_response", - { - "or": [ - "operator=Protezione Civile", - "operator:wikidata=Q206936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/protezionecivile-bb5504.undefined" - }, - { - "if": { - "and": [ - "emergency=disaster_response", - { - "or": [ - "operator=Queensland State Emergency Service", - "operator:wikidata=Q17054236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/queenslandstateemergencyservice-bbaa23.undefined" - }, { "if": { "and": [ @@ -125745,29 +58527,6 @@ }, "then": "./assets/data/nsi/logos/goldcoastcitycouncil-4be82f.jpg" }, - { - "if": { - "and": [ - "emergency=lifeguard", - { - "or": [ - "operator=Grado Impianti Turistici", - "operator:short=GIT" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gradoimpiantituristici-248a14.undefined" - }, - { - "if": { - "and": [ - "emergency=lifeguard", - "operator=Lifeguard Italia" - ] - }, - "then": "./assets/data/nsi/logos/lifeguarditalia-248a14.undefined" - }, { "if": { "and": [ @@ -125783,20 +58542,6 @@ }, "then": "./assets/data/nsi/logos/royalnationallifeboatinstitution-d799df.png" }, - { - "if": { - "and": [ - "emergency=lifeguard", - { - "or": [ - "operator=SDIS 34", - "operator:wikidata=Q61455703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdis34-d1555a.undefined" - }, { "if": { "and": [ @@ -125826,38 +58571,6 @@ }, "then": "./assets/data/nsi/logos/surflifesavingnewzealand-d0e9cd.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=AB Triangulo do Sol", - "operator:wikidata=Q3539764" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abtriangulodosol-880fe0.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Adelphi Public Safety & Transportation" - ] - }, - "then": "./assets/data/nsi/logos/adelphipublicsafetyandtransportation-c2fcbd.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=ARSSA" - ] - }, - "then": "./assets/data/nsi/logos/arssa-91d45d.undefined" - }, { "if": { "and": [ @@ -125915,33 +58628,6 @@ }, "then": "./assets/data/nsi/logos/autopistasurbanassa-91d45d.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Autobahnmeisterei Neumünster" - ] - }, - "then": "./assets/data/nsi/logos/autobahnmeistereineumunster-6c607b.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Autopistas del Oeste" - ] - }, - "then": "./assets/data/nsi/logos/autopistasdeloeste-91d45d.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Autopistas del Sol" - ] - }, - "then": "./assets/data/nsi/logos/autopistasdelsol-91d45d.undefined" - }, { "if": { "and": [ @@ -126013,52 +58699,6 @@ }, "then": "./assets/data/nsi/logos/brownuniversity-0bc0f6.png" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=C5 CDMX", - "operator:wikidata=Q128799742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5cdmx-717f5b.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=CART" - ] - }, - "then": "./assets/data/nsi/logos/cart-7790d1.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=CCR NovaDutra", - "operator:wikidata=Q10337752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ccrnovadutra-880fe0.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=CCR SPVias" - ] - }, - "then": "./assets/data/nsi/logos/ccrspvias-7790d1.undefined" - }, { "if": { "and": [ @@ -126073,21 +58713,6 @@ }, "then": "./assets/data/nsi/logos/clemsonuniversity-ce3621.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Concessionária Litoral Norte", - "operator:short=CLN", - "operator:wikidata=Q116167757" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/concessionarialitoralnorte-07ed79.undefined" - }, { "if": { "and": [ @@ -126144,102 +58769,6 @@ }, "then": "./assets/data/nsi/logos/dieautobahngmbhdesbundes-3876cc.png" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=DIR", - "operator:wikidata=Q3029575" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dir-6aca25.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=DIR Massif central", - "operator:short=DIRMC", - "operator:wikidata=Q18613273" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dirmassifcentral-02de38.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=DIR Sud-Ouest", - "operator:short=DIRSO", - "operator:wikidata=Q27551146" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dirsudouest-651a9a.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=DIRIF", - "operator:wikidata=Q3029613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dirif-a40419.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=EcoRodovias", - "operator:wikidata=Q5333122" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecorodovias-7790d1.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Federal Road Safety Corps", - "operator:short=FRSC", - "operator:wikidata=Q5440417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/federalroadsafetycorps-3ed96b.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Florida Polytechnic University Police Department" - ] - }, - "then": "./assets/data/nsi/logos/floridapolytechnicuniversitypolicedepartment-c0aeb4.undefined" - }, { "if": { "and": [ @@ -126326,15 +58855,6 @@ }, "then": "./assets/data/nsi/logos/landesbetriebstrassenbaunrw-3876cc.svg" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Marquette University Department of Public Safety" - ] - }, - "then": "./assets/data/nsi/logos/marquetteuniversitydepartmentofpublicsafety-05b8f9.undefined" - }, { "if": { "and": [ @@ -126349,20 +58869,6 @@ }, "then": "./assets/data/nsi/logos/mcgilluniversity-3673d4.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Milwaukee Police Department", - "operator:wikidata=Q6861797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/milwaukeepolicedepartment-142ed9.undefined" - }, { "if": { "and": [ @@ -126464,33 +58970,6 @@ }, "then": "./assets/data/nsi/logos/northcarolinastateuniversity-ca5227.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Oakland University Police Department" - ] - }, - "then": "./assets/data/nsi/logos/oaklanduniversitypolicedepartment-4b3b14.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Oklahoma State University Police Department" - ] - }, - "then": "./assets/data/nsi/logos/oklahomastateuniversitypolicedepartment-d029cc.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Poste SOS COVISUR" - ] - }, - "then": "./assets/data/nsi/logos/postesoscovisur-0d25eb.undefined" - }, { "if": { "and": [ @@ -126520,34 +58999,6 @@ }, "then": "./assets/data/nsi/logos/rochesterinstituteoftechnology-c2fcbd.cbd" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Rodovias das Colinas", - "operator:wikidata=Q10363789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rodoviasdascolinas-7790d1.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Rodovias do Tietê", - "operator:wikidata=Q18482836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rodoviasdotiete-7790d1.undefined" - }, { "if": { "and": [ @@ -126562,20 +59013,6 @@ }, "then": "./assets/data/nsi/logos/rsd-5526e0.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Sacred Heart Medical Center at Riverbend", - "operator:wikidata=Q7397238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sacredheartmedicalcenteratriverbend-84ad95.undefined" - }, { "if": { "and": [ @@ -126604,34 +59041,6 @@ }, "then": "./assets/data/nsi/logos/santaclaracounty-87c79e.svg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=SAPN", - "operator:wikidata=Q3488113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sapn-69f7c2.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=SDSU Police Department", - "operator:wikidata=Q120751640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sdsupolicedepartment-a22ec8.undefined" - }, { "if": { "and": [ @@ -126646,15 +59055,6 @@ }, "then": "./assets/data/nsi/logos/seattleuniversity-82c3f1.png" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Shippensburg University Police Department" - ] - }, - "then": "./assets/data/nsi/logos/shippensburguniversitypolicedepartment-db5f36.undefined" - }, { "if": { "and": [ @@ -126755,21 +59155,6 @@ }, "then": "./assets/data/nsi/logos/texaswomansuniversity-d7c31f.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=TII", - "operator:type=government", - "operator:wikidata=Q26838200" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tii-ee7ba4.undefined" - }, { "if": { "and": [ @@ -126826,24 +59211,6 @@ }, "then": "./assets/data/nsi/logos/trenesargentinos-91d45d.svg" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=UBC Security" - ] - }, - "then": "./assets/data/nsi/logos/ubcsecurity-6c17a8.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=UF Police Department" - ] - }, - "then": "./assets/data/nsi/logos/ufpolicedepartment-c0aeb4.undefined" - }, { "if": { "and": [ @@ -126858,15 +59225,6 @@ }, "then": "./assets/data/nsi/logos/umasslowell-4facae.cae" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=UNH Police" - ] - }, - "then": "./assets/data/nsi/logos/unhpolice-ec47aa.undefined" - }, { "if": { "and": [ @@ -126896,15 +59254,6 @@ }, "then": "./assets/data/nsi/logos/universityatbuffalo-c2fcbd.cbd" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=University of Alabama Police Department" - ] - }, - "then": "./assets/data/nsi/logos/universityofalabamapolicedepartment-b53a22.undefined" - }, { "if": { "and": [ @@ -126961,15 +59310,6 @@ }, "then": "./assets/data/nsi/logos/universityoftoronto-de0db7.png" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=University of Washington Police Department" - ] - }, - "then": "./assets/data/nsi/logos/universityofwashingtonpolicedepartment-82c3f1.undefined" - }, { "if": { "and": [ @@ -126998,34 +59338,6 @@ }, "then": "./assets/data/nsi/logos/verkehrsbetriebekarlsruhegmbh-3876cc.jpg" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=Vicente López Patrulla", - "operator:wikidata=Q97179385" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vicentelopezpatrulla-91d45d.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=VicRoads", - "operator:wikidata=Q1320887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vicroads-9d2726.undefined" - }, { "if": { "and": [ @@ -127054,24 +59366,6 @@ }, "then": "./assets/data/nsi/logos/wakakotahi-ed25d5.png" }, - { - "if": { - "and": [ - "emergency=phone", - "operator=Western Carolina University Police" - ] - }, - "then": "./assets/data/nsi/logos/westerncarolinauniversitypolice-6ce07d.undefined" - }, - { - "if": { - "and": [ - "emergency=phone", - "operator=WPI Police" - ] - }, - "then": "./assets/data/nsi/logos/wpipolice-4facae.undefined" - }, { "if": { "and": [ @@ -127114,93 +59408,6 @@ }, "then": "./assets/data/nsi/logos/yorkuniversity-de0db7.png" }, - { - "if": { - "and": [ - "emergency=phone", - { - "or": [ - "operator=공원녹지과", - "operator:ko=공원녹지과" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e4fbfe-9e18bc.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Addison Consolidated Dispatch Center" - ] - }, - "then": "./assets/data/nsi/logos/addisonconsolidateddispatchcenter-fc0e7f.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Amt für Bevölkerungsschutz" - ] - }, - "then": "./assets/data/nsi/logos/amtfurbevolkerungsschutz-faa12a.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Auckland Emergency Management" - ] - }, - "then": "./assets/data/nsi/logos/aucklandemergencymanagement-84203e.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Behörde für Inneres und Sport" - ] - }, - "then": "./assets/data/nsi/logos/behordefurinneresundsport-dba2ea.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Belügyminisztérium Országos Katasztrófavédelmi Főigazgatóság" - ] - }, - "then": "./assets/data/nsi/logos/belugyminiszteriumorszagoskatasztrofavedelmifoigazgatosag-30c3c0.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Berufsfeuerwehr Koblenz", - "operator:wikidata=Q1409884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/berufsfeuerwehrkoblenz-d10492.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Boone County", - "operator:wikidata=Q113185" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boonecounty-eccafb.undefined" - }, { "if": { "and": [ @@ -127215,48 +59422,6 @@ }, "then": "./assets/data/nsi/logos/bundesstadtbonn-f8b912.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Bixby", - "operator:wikidata=Q941310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbixby-058349.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Bloomington", - "operator:wikidata=Q490737" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbloomington-639ea2.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Broken Arrow", - "operator:wikidata=Q835810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbrokenarrow-058349.undefined" - }, { "if": { "and": [ @@ -127285,48 +59450,6 @@ }, "then": "./assets/data/nsi/logos/cityofdavao-26df2d.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Eden Prairie", - "operator:wikidata=Q985558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofedenprairie-639ea2.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Iowa City", - "operator:wikidata=Q487977" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofiowacity-d014e0.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Marysville", - "operator:wikidata=Q990973" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofmarysville-52d0dc.undefined" - }, { "if": { "and": [ @@ -127341,34 +59464,6 @@ }, "then": "./assets/data/nsi/logos/cityofminneapolis-639ea2.svg" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Owasso", - "operator:wikidata=Q2677698" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofowasso-058349.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Plymouth", - "operator:wikidata=Q936753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofplymouth-639ea2.undefined" - }, { "if": { "and": [ @@ -127383,34 +59478,6 @@ }, "then": "./assets/data/nsi/logos/cityofsandsprings-058349.png" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Sapulpa", - "operator:wikidata=Q3240318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsapulpa-058349.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=City of Smyrna", - "operator:wikidata=Q958676" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsmyrna-f0cbcf.undefined" - }, { "if": { "and": [ @@ -127427,15 +59494,6 @@ }, "then": "./assets/data/nsi/logos/cityoftulsa-058349.svg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Cobb County Emergency Management Agency" - ] - }, - "then": "./assets/data/nsi/logos/cobbcountyemergencymanagementagency-f0cbcf.undefined" - }, { "if": { "and": [ @@ -127450,29 +59508,6 @@ }, "then": "./assets/data/nsi/logos/douglascountyemergencymanagementagency-c6bab2.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Etelä-Karjalan Pelastuslaitos" - ] - }, - "then": "./assets/data/nsi/logos/etelakarjalanpelastuslaitos-b1cac9.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Feuerwehr Stadt Aachen", - "operator:wikidata=Q1409833" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/feuerwehrstadtaachen-f8b912.undefined" - }, { "if": { "and": [ @@ -127487,33 +59522,6 @@ }, "then": "./assets/data/nsi/logos/hamiltoncountyemergencymanagementandhomelandsecurityagency-52d0dc.png" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=HMP" - ] - }, - "then": "./assets/data/nsi/logos/hmp-af0ad5.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=HZS HMP" - ] - }, - "then": "./assets/data/nsi/logos/hzshmp-af0ad5.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Johnson County EMA" - ] - }, - "then": "./assets/data/nsi/logos/johnsoncountyema-d014e0.undefined" - }, { "if": { "and": [ @@ -127556,47 +59564,6 @@ }, "then": "./assets/data/nsi/logos/losangelescountysheriffsdepartment-7b4625.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Mahoning County EMA" - ] - }, - "then": "./assets/data/nsi/logos/mahoningcountyema-52d0dc.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Medina County Sheriff" - ] - }, - "then": "./assets/data/nsi/logos/medinacountysheriff-52d0dc.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Municipalidad de Lomas de Zamora", - "operator:wikidata=Q642057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddelomasdezamora-cad0e3.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Nationalparkverbandsgemeinde Herrstein-Rhaunen" - ] - }, - "then": "./assets/data/nsi/logos/nationalparkverbandsgemeindeherrsteinrhaunen-d10492.undefined" - }, { "if": { "and": [ @@ -127611,47 +59578,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldemarica-768e06.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - "siren:purpose=civil_defense;tornado", - "siren:type=electronic", - { - "or": [ - "operator=Saint Louis County Emergency Communications Commission", - "operator:wikidata=Q123689350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saintlouiscountyemergencycommunicationscommission-05d8de.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "siren:purpose=nuclear;civil_defense", - "siren:type=electronic", - { - "or": [ - "operator=Seabrook Station", - "operator:wikidata=Q475652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seabrookstation-2a6dd7.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Severnside Sirens Trust" - ] - }, - "then": "./assets/data/nsi/logos/severnsidesirenstrust-68aab9.undefined" - }, { "if": { "and": [ @@ -127667,20 +59593,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-6e3e97.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Springfield Fire Department", - "operator:wikidata=Q113623343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/springfieldfiredepartment-fc0e7f.undefined" - }, { "if": { "and": [ @@ -127821,15 +59733,6 @@ }, "then": "./assets/data/nsi/logos/stadtwitten-f8b912.jpg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Straż pożarna" - ] - }, - "then": "./assets/data/nsi/logos/strazpozarna-fe489a.undefined" - }, { "if": { "and": [ @@ -127844,15 +59747,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-99055c.svg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Trenes Argentinos" - ] - }, - "then": "./assets/data/nsi/logos/trenesargentinos-cad0e3.undefined" - }, { "if": { "and": [ @@ -127867,20 +59761,6 @@ }, "then": "./assets/data/nsi/logos/universityofminnesota-639ea2.png" }, - { - "if": { - "and": [ - "emergency=siren", - { - "or": [ - "operator=Verbandsgemeinde Gerolstein", - "operator:wikidata=Q52404118" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindegerolstein-d10492.undefined" - }, { "if": { "and": [ @@ -127909,33 +59789,6 @@ }, "then": "./assets/data/nsi/logos/verbandsgemeindesudeifel-d10492.svg" }, - { - "if": { - "and": [ - "emergency=siren", - "operator=Ростелеком" - ] - }, - "then": "./assets/data/nsi/logos/b6fed5-77f976.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=廿日市市" - ] - }, - "then": "./assets/data/nsi/logos/102513-1cc03d.undefined" - }, - { - "if": { - "and": [ - "emergency=siren", - "operator=青梅市" - ] - }, - "then": "./assets/data/nsi/logos/98f747-1cc03d.undefined" - }, { "if": { "and": [ @@ -128075,15 +59928,6 @@ }, "then": "./assets/data/nsi/logos/societenationaledesauvetageenmer-04cc00.jpg" }, - { - "if": { - "and": [ - "emergency=water_rescue", - "operator=Департамента по предупреждению и ликвидации чрезвычайных ситуаций Ростовской области" - ] - }, - "then": "./assets/data/nsi/logos/64f32f-2ac66f.undefined" - }, { "if": { "and": [ @@ -128182,20 +60026,6 @@ }, "then": "./assets/data/nsi/logos/esbnetworks-aacf49.png" }, - { - "if": { - "and": [ - "highway=street_lamp", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-1a9281.undefined" - }, { "if": { "and": [ @@ -128330,23 +60160,6 @@ }, "then": "./assets/data/nsi/logos/centraltexasregionalmobilityauthority-2ee94d.jpg" }, - { - "if": { - "and": [ - "highway=toll_gantry", - "payment:ez_tag=yes", - "payment:license_plate=no", - { - "or": [ - "operator=Fort Bend County Toll Road Authority", - "operator:short=FBCTRA", - "operator:wikidata=Q5470803" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortbendcountytollroadauthority-2ee94d.undefined" - }, { "if": { "and": [ @@ -128392,23 +60205,6 @@ }, "then": "./assets/data/nsi/logos/marylandtransportationauthority-7b785c.jpg" }, - { - "if": { - "and": [ - "highway=toll_gantry", - "payment:ez_tag=yes", - "payment:license_plate=no", - { - "or": [ - "operator=Montgomery County Toll Road Authority", - "operator:short=MCTRA", - "operator:wikidata=Q19877037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/montgomerycountytollroadauthority-2ee94d.undefined" - }, { "if": { "and": [ @@ -128459,82 +60255,6 @@ }, "then": "./assets/data/nsi/logos/northtexastollwayauthority-2ee94d.png" }, - { - "if": { - "and": [ - "highway=toll_gantry", - "payment:license_plate=yes", - "payment:txtag=yes", - { - "or": [ - "operator=SH 130 Concession Company", - "operator:wikidata=Q112700341" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sh130concessioncompany-2ee94d.undefined" - }, - { - "if": { - "and": [ - "highway=toll_gantry", - "payment:license_plate=yes", - "payment:txtag=yes", - { - "or": [ - "operator=Toll Operations Division of the Texas Department of Transportation", - "operator:short=TxDOT TOD", - "operator:wikidata=Q112700221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tolloperationsdivisionofthetexasdepartmentoftransportation-2ee94d.undefined" - }, - { - "if": { - "and": [ - "highway=toll_gantry", - { - "or": [ - "operator=Агенция \"Пътна инфраструктура\"", - "operator:wikidata=Q12271140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a1d9d-4a1371.undefined" - }, - { - "if": { - "and": [ - "internet_access=wlan", - "internet_access:fee=no", - "internet_access:operator=ABB Wi-Fi", - "internet_access:ssid=Ankara Buyuksehir WiFi", - "operator=ABB Wi-Fi" - ] - }, - "then": "./assets/data/nsi/logos/abbwifi-60e48e.undefined" - }, - { - "if": { - "and": [ - "internet_access=wlan", - "internet_access:fee=no", - "internet_access:operator=ibbWiFi", - "internet_access:ssid=ibbWiFi", - { - "or": [ - "operator=ibbWiFi", - "operator:wikidata=Q113512188" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ibbwifi-60e48e.undefined" - }, { "if": { "and": [ @@ -128552,23 +60272,6 @@ }, "then": "./assets/data/nsi/logos/linknyc-18f10f.gif" }, - { - "if": { - "and": [ - "internet_access=wlan", - "internet_access:fee=no", - "internet_access:operator=MobyKlick", - "internet_access:ssid=MobyKlick", - { - "or": [ - "operator=MobyKlick", - "operator:wikidata=Q108024323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobyklick-18a37e.undefined" - }, { "if": { "and": [ @@ -128617,22 +60320,6 @@ }, "then": "./assets/data/nsi/logos/skanskatransbetonsro-63d3fe.png" }, - { - "if": { - "and": [ - "industrial=meat_processing", - "landuse=industrial", - { - "or": [ - "operator=Zakład Mięsny Lenarcik", - "operator:short=Lenarcik", - "operator:wikidata=Q125542457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zakladmiesnylenarcik-9ff3f0.undefined" - }, { "if": { "and": [ @@ -128648,21 +60335,6 @@ }, "then": "./assets/data/nsi/logos/184e0b-4a2e40.png" }, - { - "if": { - "and": [ - "industrial=depot", - "landuse=industrial", - { - "or": [ - "operator=Столичен автотранспорт", - "operator:wikidata=Q112957887" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d3caae-4a2e40.undefined" - }, { "if": { "and": [ @@ -128750,22 +60422,6 @@ }, "then": "./assets/data/nsi/logos/greystar-c22904.jpg" }, - { - "if": { - "and": [ - "landuse=residential", - "residential=apartments", - { - "or": [ - "operator=Housing Authority of Tulare County", - "operator:short=HATC", - "operator:wikidata=Q113507051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/housingauthorityoftularecounty-01020c.undefined" - }, { "if": { "and": [ @@ -128885,23 +60541,6 @@ }, "then": "./assets/data/nsi/logos/forestpreservedistrictofkanecounty-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Johannesburg City Parks and Zoo", - "operator:en=Johannesburg City Parks and Zoo", - "operator:short=JCPZ", - "operator:type=government", - "operator:wikidata=Q6217144" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/johannesburgcityparksandzoo-e7313b.undefined" - }, { "if": { "and": [ @@ -129086,20 +60725,6 @@ }, "then": "./assets/data/nsi/logos/alaskadivisionofparksandoutdoorrecreation-e9a2c6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Alcaldia municipal de Soyapango", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcaldiamunicipaldesoyapango-b33958.undefined" - }, { "if": { "and": [ @@ -129115,20 +60740,6 @@ }, "then": "./assets/data/nsi/logos/alleganycountycommissioners-6ec8b9.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Alsip Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alsipparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -129144,21 +60755,6 @@ }, "then": "./assets/data/nsi/logos/andersonislandparksandrecreationdistrict-9f19b6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Arboretum de Versailles-Chèvreloup", - "operator:type=public", - "operator:wikidata=Q2011703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arboretumdeversailleschevreloup-23b918.undefined" - }, { "if": { "and": [ @@ -129189,20 +60785,6 @@ }, "then": "./assets/data/nsi/logos/arkansasstateparks-0cc157.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Arlington County Department of Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arlingtoncountydepartmentofparksandrecreation-d70331.undefined" - }, { "if": { "and": [ @@ -129249,36 +60831,6 @@ }, "then": "./assets/data/nsi/logos/austinparksandrecreationdepartment-a3b6e6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ayuntamiento de La Línea de la Concepción", - "operator:type=government", - "operator:wikidata=Q60051150" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodelalineadelaconcepcion-c4d908.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ayuntamiento de Majadahonda", - "operator:type=government", - "operator:wikidata=Q26260923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemajadahonda-c4d908.undefined" - }, { "if": { "and": [ @@ -129294,21 +60846,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemalaga-c4d908.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ayuntamiento de San Roque", - "operator:type=government", - "operator:wikidata=Q60053482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodesanroque-c4d908.undefined" - }, { "if": { "and": [ @@ -129478,20 +61015,6 @@ }, "then": "./assets/data/nsi/logos/blacksburgparksandrecreation-d70331.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Bloomington Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bloomingtonparksandrecreation-be422a.undefined" - }, { "if": { "and": [ @@ -129510,23 +61033,6 @@ }, "then": "./assets/data/nsi/logos/bhubaneswarmunicipalcorporation-73d14c.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=बृहन्मुंबई महानगरपालिका", - "operator:en=Brihanmumbai Municipal Corporation", - "operator:mr=बृहन्मुंबई महानगरपालिका", - "operator:short=BMC", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brihanmumbaimunicipalcorporation-237f04.undefined" - }, { "if": { "and": [ @@ -129572,21 +61078,6 @@ }, "then": "./assets/data/nsi/logos/brisbanecitycouncil-aa8094.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Bristol City Council", - "operator:type=government", - "operator:wikidata=Q16953796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bristolcitycouncil-cd8f03.undefined" - }, { "if": { "and": [ @@ -129665,21 +61156,6 @@ }, "then": "./assets/data/nsi/logos/camaramunicipaldelisboa-d55e30.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Camden Council", - "operator:type=government", - "operator:wikidata=Q56477584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camdencouncil-044fbe.undefined" - }, { "if": { "and": [ @@ -129726,21 +61202,6 @@ }, "then": "./assets/data/nsi/logos/capitaldevelopmentauthority-b726dd.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Carol Stream Park District", - "operator:type=public", - "operator:wikidata=Q114358374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carolstreamparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -129772,22 +61233,6 @@ }, "then": "./assets/data/nsi/logos/cartersvilleparksandrecreation-62554d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Communauté d'agglomération Les Sorgues du Comtat", - "operator:short=CASC", - "operator:type=government", - "operator:wikidata=Q2987258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedagglomerationlessorguesducomtat-07384b.undefined" - }, { "if": { "and": [ @@ -129819,20 +61264,6 @@ }, "then": "./assets/data/nsi/logos/chehalemparkandrecreationdistrict-4dc167.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Chesterfield County Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chesterfieldcountyparksandrecreation-d70331.undefined" - }, { "if": { "and": [ @@ -129878,35 +61309,6 @@ }, "then": "./assets/data/nsi/logos/christchurchcitycouncil-ff83c4.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City and County of Honolulu Department of Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityandcountyofhonoluludepartmentofparksandrecreation-589011.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Alma", - "operator:type=government", - "operator:wikidata=Q2745140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofalma-101c18.undefined" - }, { "if": { "and": [ @@ -130132,21 +61534,6 @@ }, "then": "./assets/data/nsi/logos/cityofbellingham-9f19b6.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Bethlehem", - "operator:type=government", - "operator:wikidata=Q164380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbethlehem-bec98d.undefined" - }, { "if": { "and": [ @@ -130357,21 +61744,6 @@ }, "then": "./assets/data/nsi/logos/cityofcambridge-45bb01.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Canning", - "operator:type=government", - "operator:wikidata=Q585453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcanning-c754d2.undefined" - }, { "if": { "and": [ @@ -130390,21 +61762,6 @@ }, "then": "./assets/data/nsi/logos/cityofcapetown-e7313b.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Casey", - "operator:type=government", - "operator:wikidata=Q1756241" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcasey-612bf2.undefined" - }, { "if": { "and": [ @@ -130480,36 +61837,6 @@ }, "then": "./assets/data/nsi/logos/cityofcoeurdalene-53eecf.ecf" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Coldwater", - "operator:type=government", - "operator:wikidata=Q1107962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcoldwater-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Coquitlam", - "operator:type=government", - "operator:wikidata=Q643215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcoquitlam-56b35c.undefined" - }, { "if": { "and": [ @@ -130540,21 +61867,6 @@ }, "then": "./assets/data/nsi/logos/cityofcornelius-4dc167.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Delta", - "operator:type=government", - "operator:wikidata=Q851838" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofdelta-56b35c.undefined" - }, { "if": { "and": [ @@ -130630,51 +61942,6 @@ }, "then": "./assets/data/nsi/logos/cityofdover-7b86a2.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of East Chicago", - "operator:type=government", - "operator:wikidata=Q599694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofeastchicago-be422a.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Easton", - "operator:type=government", - "operator:wikidata=Q1056542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofeaston-bec98d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Ecorse", - "operator:type=government", - "operator:wikidata=Q2514286" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofecorse-101c18.undefined" - }, { "if": { "and": [ @@ -130765,21 +62032,6 @@ }, "then": "./assets/data/nsi/logos/cityoffayetteville-0cc157.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Flint", - "operator:type=government", - "operator:wikidata=Q490584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofflint-101c18.undefined" - }, { "if": { "and": [ @@ -130840,21 +62092,6 @@ }, "then": "./assets/data/nsi/logos/cityofgeneva-5fa58e.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Gladstone", - "operator:type=government", - "operator:wikidata=Q968179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgladstone-44b06a.undefined" - }, { "if": { "and": [ @@ -130885,36 +62122,6 @@ }, "then": "./assets/data/nsi/logos/cityofglendale-d11711.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Gloversville", - "operator:type=government", - "operator:wikidata=Q1380511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgloversville-5fa58e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Goodyear", - "operator:type=government", - "operator:wikidata=Q79457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgoodyear-d11711.undefined" - }, { "if": { "and": [ @@ -130960,36 +62167,6 @@ }, "then": "./assets/data/nsi/logos/cityofgreeley-241158.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Greenville", - "operator:type=government", - "operator:wikidata=Q3011822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgreenville-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Greer", - "operator:type=government", - "operator:wikidata=Q647464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgreer-0d235d.undefined" - }, { "if": { "and": [ @@ -131020,21 +62197,6 @@ }, "then": "./assets/data/nsi/logos/cityofhammond-be422a.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Happy Valley", - "operator:type=government", - "operator:wikidata=Q1778806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhappyvalley-4dc167.undefined" - }, { "if": { "and": [ @@ -131065,36 +62227,6 @@ }, "then": "./assets/data/nsi/logos/cityofhartford-d8ec11.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Hattiesburg", - "operator:type=government", - "operator:wikidata=Q384464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhattiesburg-ae3bd1.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Helena", - "operator:type=government", - "operator:wikidata=Q38733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhelena-863db2.undefined" - }, { "if": { "and": [ @@ -131338,21 +62470,6 @@ }, "then": "./assets/data/nsi/logos/cityoflansing-101c18.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Lawrence", - "operator:type=government", - "operator:wikidata=Q49163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflawrence-defa05.undefined" - }, { "if": { "and": [ @@ -131383,36 +62500,6 @@ }, "then": "./assets/data/nsi/logos/cityoflincoln-d7c809.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Lincoln City", - "operator:type=government", - "operator:wikidata=Q988751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflincolncity-4dc167.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of London", - "operator:type=government", - "operator:wikidata=Q92561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflondon-45bb01.undefined" - }, { "if": { "and": [ @@ -131428,21 +62515,6 @@ }, "then": "./assets/data/nsi/logos/cityoflosangeles-1fa081.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Madison", - "operator:type=government", - "operator:wikidata=Q43788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofmadison-d8ec11.undefined" - }, { "if": { "and": [ @@ -131458,21 +62530,6 @@ }, "then": "./assets/data/nsi/logos/cityofmahtomedi-19fc0b.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Markham", - "operator:type=government", - "operator:wikidata=Q44016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofmarkham-45bb01.undefined" - }, { "if": { "and": [ @@ -131623,21 +62680,6 @@ }, "then": "./assets/data/nsi/logos/cityofnampa-53eecf.ecf" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Napa", - "operator:type=government", - "operator:wikidata=Q60537" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofnapa-46dc27.undefined" - }, { "if": { "and": [ @@ -131758,21 +62800,6 @@ }, "then": "./assets/data/nsi/logos/cityofottawa-45bb01.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Peachtree City", - "operator:type=government", - "operator:wikidata=Q2467256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofpeachtreecity-62554d.undefined" - }, { "if": { "and": [ @@ -131803,21 +62830,6 @@ }, "then": "./assets/data/nsi/logos/cityofpocatello-53eecf.ecf" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Port Huron", - "operator:type=government", - "operator:wikidata=Q1000222" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofporthuron-101c18.undefined" - }, { "if": { "and": [ @@ -132013,21 +63025,6 @@ }, "then": "./assets/data/nsi/logos/cityofrocklin-46dc27.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Rogers", - "operator:type=government", - "operator:wikidata=Q1924299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofrogers-19fc0b.undefined" - }, { "if": { "and": [ @@ -132103,21 +63100,6 @@ }, "then": "./assets/data/nsi/logos/cityofsanantonio-a3b6e6.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Sandy", - "operator:type=government", - "operator:wikidata=Q2416599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsandy-4dc167.undefined" - }, { "if": { "and": [ @@ -132193,21 +63175,6 @@ }, "then": "./assets/data/nsi/logos/cityofsherwood-4dc167.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Shoreline", - "operator:type=government", - "operator:wikidata=Q983657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofshoreline-9f19b6.undefined" - }, { "if": { "and": [ @@ -132268,21 +63235,6 @@ }, "then": "./assets/data/nsi/logos/cityofstuart-611b25.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Surrey", - "operator:type=government", - "operator:wikidata=Q390583" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsurrey-56b35c.undefined" - }, { "if": { "and": [ @@ -132358,36 +63310,6 @@ }, "then": "./assets/data/nsi/logos/cityoftracy-46dc27.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Traverse City", - "operator:type=government", - "operator:wikidata=Q984544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftraversecity-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Trenton", - "operator:type=government", - "operator:wikidata=Q547676" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftrenton-101c18.undefined" - }, { "if": { "and": [ @@ -132448,21 +63370,6 @@ }, "then": "./assets/data/nsi/logos/cityoftwinfalls-53eecf.ecf" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Unley", - "operator:type=government", - "operator:wikidata=Q1766439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofunley-e417c8.undefined" - }, { "if": { "and": [ @@ -132478,51 +63385,6 @@ }, "then": "./assets/data/nsi/logos/cityofvancouver-9f19b6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Vassar", - "operator:type=government", - "operator:wikidata=Q1919299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvassar-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Vaughan", - "operator:type=government", - "operator:wikidata=Q44013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvaughan-45bb01.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Wanneroo", - "operator:type=government", - "operator:wikidata=Q543262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofwanneroo-c754d2.undefined" - }, { "if": { "and": [ @@ -132583,21 +63445,6 @@ }, "then": "./assets/data/nsi/logos/cityofwashougal-9f19b6.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=City of Waterloo", - "operator:type=government", - "operator:wikidata=Q7974219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofwaterloo-d5c77d.undefined" - }, { "if": { "and": [ @@ -132839,21 +63686,6 @@ }, "then": "./assets/data/nsi/logos/comunedicarrara-900b86.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Comune di Rosà", - "operator:type=government", - "operator:wikidata=Q46589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedirosa-93e1cb.undefined" - }, { "if": { "and": [ @@ -132869,22 +63701,6 @@ }, "then": "./assets/data/nsi/logos/corvallisparksandrecreation-4dc167.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Cowichan Valley Regional District", - "operator:short=CVRD", - "operator:type=public", - "operator:wikidata=Q1138212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cowichanvalleyregionaldistrict-56b35c.undefined" - }, { "if": { "and": [ @@ -132900,64 +63716,6 @@ }, "then": "./assets/data/nsi/logos/crystallakeparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Çukurova Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cukurovabelediyesi-f5e45e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Cuttack Development Authority", - "operator:short=CDA", - "operator:type=public", - "operator:wikidata=Q5196919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuttackdevelopmentauthority-38394d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Deerfield Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deerfieldparkdistrict-6b40ef.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Denizli Büyükşehir Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denizlibuyuksehirbelediyesi-f5e45e.undefined" - }, { "if": { "and": [ @@ -132973,20 +63731,6 @@ }, "then": "./assets/data/nsi/logos/departmentofconservation-c80d8f.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Des Plaines Park District", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desplainesparkdistrict-842543.undefined" - }, { "if": { "and": [ @@ -133002,35 +63746,6 @@ }, "then": "./assets/data/nsi/logos/dinaskotasurabaya-4e42ef.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Dirección general de servicios públicos", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeserviciospublicos-776ed3.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Downers Grove Park District", - "operator:type=public", - "operator:wikidata=Q112060184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/downersgroveparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -133092,20 +63807,6 @@ }, "then": "./assets/data/nsi/logos/eastbayregionalparkdistrict-46dc27.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Elgin Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elginparksandrecreation-6b40ef.undefined" - }, { "if": { "and": [ @@ -133288,51 +63989,6 @@ }, "then": "./assets/data/nsi/logos/forestryengland-cd8f03.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Forsyth County", - "operator:type=government", - "operator:wikidata=Q493092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forsythcounty-62554d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Fox Valley Park District", - "operator:type=public", - "operator:wikidata=Q8565229" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foxvalleyparkdistrict-6b40ef.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=GAMLP", - "operator:type=government", - "operator:wikidata=Q25410165" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamlp-a93914.undefined" - }, { "if": { "and": [ @@ -133348,20 +64004,6 @@ }, "then": "./assets/data/nsi/logos/gams-a93914.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Gaslight Village", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gaslightvillage-defa05.undefined" - }, { "if": { "and": [ @@ -133407,20 +64049,6 @@ }, "then": "./assets/data/nsi/logos/georgiastateparksandhistoricsites-62554d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=GHMC", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghmc-38394d.undefined" - }, { "if": { "and": [ @@ -133466,20 +64094,6 @@ }, "then": "./assets/data/nsi/logos/glenviewparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Gmina Oborniki Śląskie - Zarząd Zieleni", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gminaobornikislaskiezarzadzieleni-34905d.undefined" - }, { "if": { "and": [ @@ -133496,20 +64110,6 @@ }, "then": "./assets/data/nsi/logos/goldcoastcitycouncil-aa8094.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Goshen Parks & Recreation Department", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goshenparksandrecreationdepartment-be422a.undefined" - }, { "if": { "and": [ @@ -133600,20 +64200,6 @@ }, "then": "./assets/data/nsi/logos/hammondparksandrecreation-be422a.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Hanover Township", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanovertownship-bec98d.undefined" - }, { "if": { "and": [ @@ -133659,21 +64245,6 @@ }, "then": "./assets/data/nsi/logos/hawaiidivisionofstateparks-589011.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-175718.undefined" - }, { "if": { "and": [ @@ -133704,20 +64275,6 @@ }, "then": "./assets/data/nsi/logos/hillsboroughcounty-611b25.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Homewood-Flossmoor Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homewoodflossmoorparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -133733,34 +64290,6 @@ }, "then": "./assets/data/nsi/logos/hurunuidistrictcouncil-ff83c4.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=I. Municipalidad de Valdivia", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imunicipalidaddevaldivia-94d6eb.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=IAM", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iam-8578a0.undefined" - }, { "if": { "and": [ @@ -133808,22 +64337,6 @@ }, "then": "./assets/data/nsi/logos/incorporatedvillageofflowerhill-5fa58e.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Indiana Department of Natural Resources", - "operator:short=Indiana DNR", - "operator:type=government", - "operator:wikidata=Q6023149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-be422a.undefined" - }, { "if": { "and": [ @@ -133963,36 +64476,6 @@ }, "then": "./assets/data/nsi/logos/jacksoncounty-19fc0b.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Jackson County", - "operator:type=government", - "operator:wikidata=Q450159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jacksoncounty-4dc167.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Jackson County", - "operator:type=government", - "operator:wikidata=Q500897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jacksoncounty-d8ec11.undefined" - }, { "if": { "and": [ @@ -134008,21 +64491,6 @@ }, "then": "./assets/data/nsi/logos/jacksoncountyconservation-083489.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Jaipur Nagar Nigam", - "operator:type=public", - "operator:wikidata=Q6124132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaipurnagarnigam-38394d.undefined" - }, { "if": { "and": [ @@ -134179,21 +64647,6 @@ }, "then": "./assets/data/nsi/logos/kolkatamunicipalcorporation-38394d.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Knowsley Council", - "operator:type=government", - "operator:wikidata=Q117769136" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/knowsleycouncil-6a216f.undefined" - }, { "if": { "and": [ @@ -134224,49 +64677,6 @@ }, "then": "./assets/data/nsi/logos/lakemetroparks-e4a950.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Lake Ogemaw Summer Resort Association", - "operator:type=association" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakeogemawsummerresortassociation-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Lambeth Council", - "operator:type=government", - "operator:wikidata=Q6481450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lambethcouncil-de0fdb.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Lan-Oak Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanoakparkdistrict-e727b8.undefined" - }, { "if": { "and": [ @@ -134327,35 +64737,6 @@ }, "then": "./assets/data/nsi/logos/lisleparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Lismore City Council", - "operator:type=government", - "operator:wikidata=Q753599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lismorecitycouncil-044fbe.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Little Rock Parks & Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/littlerockparksandrecreation-0cc157.undefined" - }, { "if": { "and": [ @@ -134416,125 +64797,6 @@ }, "then": "./assets/data/nsi/logos/lowermeriontownship-bec98d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Maine Bureau of Parks and Lands", - "operator:type=public", - "operator:wikidata=Q110072411" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainebureauofparksandlands-46e924.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie d'Ambilly", - "operator:type=government", - "operator:wikidata=Q118836392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedambilly-c3c72e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie d'Annemasse", - "operator:type=government", - "operator:wikidata=Q115909557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedannemasse-c3c72e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie de Montrouge", - "operator:type=government", - "operator:wikidata=Q115918331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedemontrouge-23b918.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:type=government", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-f23895.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie du 2e secteur de Marseille", - "operator:type=government", - "operator:wikidata=Q3025340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedu2esecteurdemarseille-07384b.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mairie du 3e secteur de Marseille", - "operator:type=government", - "operator:wikidata=Q3540213" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedu3esecteurdemarseille-07384b.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Majlis Bandaraya Pulau Pinang", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/majlisbandarayapulaupinang-0f52cf.undefined" - }, { "if": { "and": [ @@ -134550,21 +64812,6 @@ }, "then": "./assets/data/nsi/logos/manchestercitycouncil-cd8f03.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Manitoba Conservation", - "operator:type=public", - "operator:wikidata=Q6749981" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manitobaconservation-012dd4.undefined" - }, { "if": { "and": [ @@ -134595,21 +64842,6 @@ }, "then": "./assets/data/nsi/logos/mariettaparksandrecreation-62554d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Maroondah City Council", - "operator:type=government", - "operator:wikidata=Q115706174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maroondahcitycouncil-612bf2.undefined" - }, { "if": { "and": [ @@ -134640,21 +64872,6 @@ }, "then": "./assets/data/nsi/logos/marylandparkservice-6ec8b9.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mathews County", - "operator:type=government", - "operator:wikidata=Q336948" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mathewscounty-d70331.undefined" - }, { "if": { "and": [ @@ -134670,20 +64887,6 @@ }, "then": "./assets/data/nsi/logos/mauicounty-589011.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=MCD", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mcd-38394d.undefined" - }, { "if": { "and": [ @@ -134700,35 +64903,6 @@ }, "then": "./assets/data/nsi/logos/mississippidepartmentofwildlifefisheriesandparks-ae3bd1.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Meridian Charter Township", - "operator:type=government", - "operator:wikidata=Q1920969" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianchartertownship-101c18.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Merkezefendi Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merkezefendibelediyesi-f5e45e.undefined" - }, { "if": { "and": [ @@ -134945,80 +65119,6 @@ }, "then": "./assets/data/nsi/logos/mortongroveparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Mount Prospect Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mountprospectparkdistrict-6b40ef.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Cipolletti", - "operator:type=government", - "operator:wikidata=Q1014306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddecipolletti-7537b0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Cutral Có", - "operator:type=government", - "operator:wikidata=Q970536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddecutralco-7537b0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Las Lajas", - "operator:type=government", - "operator:wikidata=Q1016895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddelaslajas-7537b0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Morón", - "operator:type=government", - "operator:wikidata=Q967746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddemoron-7537b0.undefined" - }, { "if": { "and": [ @@ -135034,51 +65134,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddeneuquen-7537b0.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Plaza Huincul", - "operator:type=government", - "operator:wikidata=Q980712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddeplazahuincul-7537b0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Salsipuedes", - "operator:type=government", - "operator:wikidata=Q3400944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddesalsipuedes-7537b0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad de Ushuaia", - "operator:type=government", - "operator:wikidata=Q44254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddeushuaia-7537b0.undefined" - }, { "if": { "and": [ @@ -135094,36 +65149,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddezapala-7537b0.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Municipalidad Provincial de Sullana", - "operator:type=government", - "operator:wikidata=Q510413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidadprovincialdesullana-5e3ba0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Município de Maputo", - "operator:type=government", - "operator:wikidata=Q3889" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipiodemaputo-8f4719.undefined" - }, { "if": { "and": [ @@ -135218,21 +65243,6 @@ }, "then": "./assets/data/nsi/logos/nationaltrustforscotland-bce0df.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=National Trust of Australia", - "operator:type=public", - "operator:wikidata=Q569207" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationaltrustofaustralia-db6a54.undefined" - }, { "if": { "and": [ @@ -135372,21 +65382,6 @@ }, "then": "./assets/data/nsi/logos/newportnewsgreenfoundation-d70331.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Newry, Mourne and Down District Council", - "operator:type=government", - "operator:wikidata=Q16998911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-afc2c1.undefined" - }, { "if": { "and": [ @@ -135433,35 +65428,6 @@ }, "then": "./assets/data/nsi/logos/northdakotaparksandrecreationdepartment-f7d259.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Northbrook Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northbrookparkdistrict-6b40ef.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Northern Beaches Council", - "operator:type=government", - "operator:wikidata=Q56477644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernbeachescouncil-044fbe.undefined" - }, { "if": { "and": [ @@ -135508,20 +65474,6 @@ }, "then": "./assets/data/nsi/logos/newyorkcitydepartmentofparksandrecreation-d291b6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Oak Lawn Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oaklawnparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -135553,21 +65505,6 @@ }, "then": "./assets/data/nsi/logos/ohiostateparksandwatercraft-e4a950.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Oklahoma County", - "operator:type=government", - "operator:wikidata=Q485038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oklahomacounty-726c77.undefined" - }, { "if": { "and": [ @@ -135599,21 +65536,6 @@ }, "then": "./assets/data/nsi/logos/ontarioparks-45bb01.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Orange County Parks & Recreation", - "operator:type=public", - "operator:wikidata=Q21020929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orangecountyparksandrecreation-611b25.undefined" - }, { "if": { "and": [ @@ -135690,34 +65612,6 @@ }, "then": "./assets/data/nsi/logos/palmerstonnorthcitycouncil-e93827.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Pamukkale Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pamukkalebelediyesi-f5e45e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Park District of Highland Park", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkdistrictofhighlandpark-6b40ef.undefined" - }, { "if": { "and": [ @@ -135734,21 +65628,6 @@ }, "then": "./assets/data/nsi/logos/parkdistrictofoakpark-6b40ef.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Park Ridge Park District", - "operator:type=public", - "operator:wikidata=Q112221067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkridgeparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -135779,36 +65658,6 @@ }, "then": "./assets/data/nsi/logos/parksvictoria-612bf2.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Pendik Belediyesi", - "operator:type=government", - "operator:wikidata=Q857056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pendikbelediyesi-f5e45e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Pennsylvania Bureau of State Parks", - "operator:type=government", - "operator:wikidata=Q130236073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-bec98d.undefined" - }, { "if": { "and": [ @@ -135901,34 +65750,6 @@ }, "then": "./assets/data/nsi/logos/portlandparksandrecreation-4dc167.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Portsmouth Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/portsmouthparksandrecreation-d70331.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Pradella Sistemi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pradellasistemi-336d93.undefined" - }, { "if": { "and": [ @@ -135944,21 +65765,6 @@ }, "then": "./assets/data/nsi/logos/prefeituradecatalao-b4fd50.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Prefeitura de Juiz de Fora", - "operator:type=government", - "operator:wikidata=Q115842591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituradejuizdefora-9f31a9.undefined" - }, { "if": { "and": [ @@ -136019,51 +65825,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldefortaleza-2cb1ce.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Prefeitura Municipal de Laranjal Paulista", - "operator:type=government", - "operator:wikidata=Q95630587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldelaranjalpaulista-dd876e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Prefeitura Municipal de Paulínia", - "operator:type=government", - "operator:wikidata=Q107391609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldepaulinia-dd876e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Prefeitura Municipal de Santarém", - "operator:type=government", - "operator:wikidata=Q56450086" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldesantarem-17e374.undefined" - }, { "if": { "and": [ @@ -136079,49 +65840,6 @@ }, "then": "./assets/data/nsi/logos/princegeorgescountydepartmentofparksandrecreation-6ec8b9.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Puerto Pacifico", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertopacifico-20e6d9.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Redland City Council", - "operator:type=government", - "operator:wikidata=Q85372049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redlandcitycouncil-aa8094.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=River Forest Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/riverforestparkdistrict-6b40ef.undefined" - }, { "if": { "and": [ @@ -136152,20 +65870,6 @@ }, "then": "./assets/data/nsi/logos/rotherdistrictcouncil-18aa96.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=RWA", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwa-38394d.undefined" - }, { "if": { "and": [ @@ -136226,36 +65930,6 @@ }, "then": "./assets/data/nsi/logos/sanjoseparksrecreationandneighborhoodservices-5ed6d7.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=South Delhi Municipal Corporation", - "operator:short=SDMC", - "operator:type=government", - "operator:wikidata=Q17083576" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdelhimunicipalcorporation-38394d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Secretaria Municipal de Serviços Públicos Municipais de Laranjal Paulista", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeservicospublicosmunicipaisdelaranjalpaulista-dd876e.undefined" - }, { "if": { "and": [ @@ -136271,20 +65945,6 @@ }, "then": "./assets/data/nsi/logos/serviciodeparquesdelima-5e3ba0.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Seyhan Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seyhanbelediyesi-f5e45e.undefined" - }, { "if": { "and": [ @@ -136300,20 +65960,6 @@ }, "then": "./assets/data/nsi/logos/skokieparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Smyrna Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smyrnaparksandrecreation-62554d.undefined" - }, { "if": { "and": [ @@ -136360,21 +66006,6 @@ }, "then": "./assets/data/nsi/logos/southdakotadepartmentofgamefishandparks-4e700d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=South Whitehall Township", - "operator:type=government", - "operator:wikidata=Q7568934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwhitehalltownship-bec98d.undefined" - }, { "if": { "and": [ @@ -136511,20 +66142,6 @@ }, "then": "./assets/data/nsi/logos/stateofconnecticut-67b670.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Story County Conservation Board", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/storycountyconservationboard-083489.undefined" - }, { "if": { "and": [ @@ -136692,21 +66309,6 @@ }, "then": "./assets/data/nsi/logos/timarudistrictcouncil-ff83c4.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Toowoomba Regional Council", - "operator:type=government", - "operator:wikidata=Q85372051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toowoombaregionalcouncil-aa8094.undefined" - }, { "if": { "and": [ @@ -136767,36 +66369,6 @@ }, "then": "./assets/data/nsi/logos/townofamherst-fcd3ad.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Amherst", - "operator:type=government", - "operator:wikidata=Q470592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofamherst-5fa58e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Drayton Valley", - "operator:type=government", - "operator:wikidata=Q1022731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofdraytonvalley-469704.undefined" - }, { "if": { "and": [ @@ -136812,36 +66384,6 @@ }, "then": "./assets/data/nsi/logos/townofeasthartford-67b670.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Granite", - "operator:type=government", - "operator:wikidata=Q2324753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgranite-726c77.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Grimsby", - "operator:type=government", - "operator:wikidata=Q424901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgrimsby-45bb01.undefined" - }, { "if": { "and": [ @@ -136857,21 +66399,6 @@ }, "then": "./assets/data/nsi/logos/townofhempstead-5fa58e.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Lincoln", - "operator:type=government", - "operator:wikidata=Q448259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townoflincoln-45bb01.undefined" - }, { "if": { "and": [ @@ -136887,21 +66414,6 @@ }, "then": "./assets/data/nsi/logos/townofmanchester-67b670.png" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Milton", - "operator:type=government", - "operator:wikidata=Q425057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofmilton-45bb01.undefined" - }, { "if": { "and": [ @@ -136917,21 +66429,6 @@ }, "then": "./assets/data/nsi/logos/townofnorthhempstead-5fa58e.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Poolesville", - "operator:type=government", - "operator:wikidata=Q755052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofpoolesville-6ec8b9.undefined" - }, { "if": { "and": [ @@ -136947,21 +66444,6 @@ }, "then": "./assets/data/nsi/logos/townofsaintjohn-be422a.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Steilacoom", - "operator:type=government", - "operator:wikidata=Q1507851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofsteilacoom-9f19b6.undefined" - }, { "if": { "and": [ @@ -136977,36 +66459,6 @@ }, "then": "./assets/data/nsi/logos/townofvienna-d70331.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Town of Yarmouth", - "operator:type=government", - "operator:wikidata=Q864688" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofyarmouth-b8580d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Township of Langley", - "operator:type=government", - "operator:wikidata=Q1805330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townshipoflangley-56b35c.undefined" - }, { "if": { "and": [ @@ -137022,21 +66474,6 @@ }, "then": "./assets/data/nsi/logos/tredyffrintownship-bec98d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Union Point", - "operator:type=public", - "operator:wikidata=Q116943558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionpoint-defa05.undefined" - }, { "if": { "and": [ @@ -137068,20 +66505,6 @@ }, "then": "./assets/data/nsi/logos/universityofmelbourne-612bf2.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=UR都市機構", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5d6f6c-4dc726.undefined" - }, { "if": { "and": [ @@ -137142,21 +66565,6 @@ }, "then": "./assets/data/nsi/logos/villageoffayetteville-5fa58e.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Village of South Holland", - "operator:type=government", - "operator:wikidata=Q404614" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villageofsouthholland-6b40ef.undefined" - }, { "if": { "and": [ @@ -137172,81 +66580,6 @@ }, "then": "./assets/data/nsi/logos/villageofwaunakee-d8ec11.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville d'Istres", - "operator:type=government", - "operator:wikidata=Q118524890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedistres-07384b.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Fontaine", - "operator:type=government", - "operator:wikidata=Q118554947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedefontaine-c3c72e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Lyon", - "operator:type=government", - "operator:wikidata=Q3278474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelyon-c3c72e.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Marseille", - "operator:type=government", - "operator:wikidata=Q3278475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemarseille-07384b.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Montpellier", - "operator:type=government", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-9b254e.undefined" - }, { "if": { "and": [ @@ -137262,21 +66595,6 @@ }, "then": "./assets/data/nsi/logos/villedemontreal-9bd80d.svg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Nantes", - "operator:type=government", - "operator:wikidata=Q86693245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedenantes-de0451.undefined" - }, { "if": { "and": [ @@ -137292,36 +66610,6 @@ }, "then": "./assets/data/nsi/logos/villedenicolet-9bd80d.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Reims", - "operator:type=government", - "operator:wikidata=Q86699184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedereims-51f9ba.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Ville de Rouen", - "operator:type=government", - "operator:wikidata=Q3278481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villederouen-8cb955.undefined" - }, { "if": { "and": [ @@ -137368,21 +66656,6 @@ }, "then": "./assets/data/nsi/logos/waitakidistrictcouncil-6e0a50.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Walla Walla District, U.S. Army Corps of Engineers", - "operator:type=government", - "operator:wikidata=Q116796283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wallawalladistrictusarmycorpsofengineers-9f19b6.undefined" - }, { "if": { "and": [ @@ -137460,20 +66733,6 @@ }, "then": "./assets/data/nsi/logos/waukeganparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Welgevonden Estate", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/welgevondenestate-e7313b.undefined" - }, { "if": { "and": [ @@ -137611,20 +66870,6 @@ }, "then": "./assets/data/nsi/logos/wilmetteparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Windsor Essex Mobility Group", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windsoressexmobilitygroup-45bb01.undefined" - }, { "if": { "and": [ @@ -137686,21 +66931,6 @@ }, "then": "./assets/data/nsi/logos/woodridgeparkdistrict-6b40ef.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Woollahra Municipal Council", - "operator:type=government", - "operator:wikidata=Q56477516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/woollahramunicipalcouncil-044fbe.undefined" - }, { "if": { "and": [ @@ -137732,447 +66962,6 @@ }, "then": "./assets/data/nsi/logos/yakimaparksandrecreation-9f19b6.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Zarząd Zieleni Miejskiej w Krakowie", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zarzadzielenimiejskiejwkrakowie-34905d.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=Администрация ЗАТО Северск", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/34567b-c23172.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=شهرداری", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e3c1d5-d369f0.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=강동구청", - "operator:ko=강동구청", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58f637-b44ed1.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=안성시", - "operator:ko=안성시", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0bd2a5-b44ed1.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=안양시", - "operator:ko=안양시", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/45b691-b44ed1.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=춘천시 경관과", - "operator:ko=춘천시 경관과", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5be7b3-b44ed1.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=ひたちなか市", - "operator:ja=ひたちなか市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b349be-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=世田谷区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ef87eb-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=中野区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/070eb1-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=今治市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c318d2-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=仙台市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e2ad4e-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=仙台市宮城野区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0e66c7-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=仙台市若林区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ae143-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=会津若松市 花と緑の課", - "operator:ja=会津若松市 花と緑の課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aabdcb-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=八千代市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/94b900-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=出水市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/30a0d9-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=名古屋市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bf9c17-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=品川区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9b71a0-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=土佐清水市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3fac03-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=堺市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0d2762-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=堺市住宅管理課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/29773b-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=大口町", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8caa20-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=大和郡山市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/826de4-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=大田区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/431e24-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=宮崎市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d8b538-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=寝屋川市公園みどり課", - "operator:ja=寝屋川市公園みどり課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3789c9-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=小田原市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecdcc-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=岡垣町", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c03078-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=平塚市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98c9aa-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=広島県呉市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2812ff-4dc726.undefined" - }, { "if": { "and": [ @@ -138195,344 +66984,6 @@ }, "then": "./assets/data/nsi/logos/leisureandculturalservicesdepartment-3ea41a.jpg" }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=文京区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/96a521-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=新宿区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/565297-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=新居浜市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/484ba1-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=日本中央競馬会", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/71cdb4-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=札幌市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e1715c-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=東京都", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c81c00-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=東京都府中市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d961bb-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=東京都青梅市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6551d5-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=板橋区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77db3d-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=横手市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bdecba-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=深圳市公园管理中心", - "operator:type=government", - "operator:wikidata=Q113625158", - "operator:zh=深圳市公园管理中心" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/273b14-8c8bdc.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=渋谷区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ac18c-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=町田市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/113880-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=盛岡市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/68ddf0-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=目黒区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1e5d39-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=福岡市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aa5ccb-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=福岡市西区役所", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d24ddf-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=練馬区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc4696-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=豊川市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a86a0c-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=豊橋市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/03e5a7-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=那覇市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/030961-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=青梅市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98f747-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=青葉区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b530a9-4dc726.undefined" - }, - { - "if": { - "and": [ - "leisure=nature_reserve", - { - "or": [ - "operator=香芝市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a840db-4dc726.undefined" - }, { "if": { "and": [ @@ -138593,20 +67044,6 @@ }, "then": "./assets/data/nsi/logos/alaskadivisionofparksandoutdoorrecreation-50e0e1.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Alcaldia municipal de Soyapango", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alcaldiamunicipaldesoyapango-489562.undefined" - }, { "if": { "and": [ @@ -138622,20 +67059,6 @@ }, "then": "./assets/data/nsi/logos/alleganycountycommissioners-fb928d.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Alsip Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alsipparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -138651,21 +67074,6 @@ }, "then": "./assets/data/nsi/logos/andersonislandparksandrecreationdistrict-6c188f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Arboretum de Versailles-Chèvreloup", - "operator:type=public", - "operator:wikidata=Q2011703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arboretumdeversailleschevreloup-28de19.undefined" - }, { "if": { "and": [ @@ -138696,20 +67104,6 @@ }, "then": "./assets/data/nsi/logos/arkansasstateparks-2e75ab.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Arlington County Department of Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arlingtoncountydepartmentofparksandrecreation-414f19.undefined" - }, { "if": { "and": [ @@ -138756,36 +67150,6 @@ }, "then": "./assets/data/nsi/logos/austinparksandrecreationdepartment-8bfd34.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ayuntamiento de La Línea de la Concepción", - "operator:type=government", - "operator:wikidata=Q60051150" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodelalineadelaconcepcion-e4902f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ayuntamiento de Majadahonda", - "operator:type=government", - "operator:wikidata=Q26260923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemajadahonda-e4902f.undefined" - }, { "if": { "and": [ @@ -138801,21 +67165,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemalaga-e4902f.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ayuntamiento de San Roque", - "operator:type=government", - "operator:wikidata=Q60053482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodesanroque-e4902f.undefined" - }, { "if": { "and": [ @@ -138985,20 +67334,6 @@ }, "then": "./assets/data/nsi/logos/blacksburgparksandrecreation-414f19.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Bloomington Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bloomingtonparksandrecreation-86dc7f.undefined" - }, { "if": { "and": [ @@ -139017,23 +67352,6 @@ }, "then": "./assets/data/nsi/logos/bhubaneswarmunicipalcorporation-f088cd.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=बृहन्मुंबई महानगरपालिका", - "operator:en=Brihanmumbai Municipal Corporation", - "operator:mr=बृहन्मुंबई महानगरपालिका", - "operator:short=BMC", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brihanmumbaimunicipalcorporation-690040.undefined" - }, { "if": { "and": [ @@ -139079,21 +67397,6 @@ }, "then": "./assets/data/nsi/logos/brisbanecitycouncil-f88a26.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Bristol City Council", - "operator:type=government", - "operator:wikidata=Q16953796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bristolcitycouncil-0421ca.undefined" - }, { "if": { "and": [ @@ -139172,21 +67475,6 @@ }, "then": "./assets/data/nsi/logos/camaramunicipaldelisboa-2f623b.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Camden Council", - "operator:type=government", - "operator:wikidata=Q56477584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/camdencouncil-11d7e5.undefined" - }, { "if": { "and": [ @@ -139233,21 +67521,6 @@ }, "then": "./assets/data/nsi/logos/capitaldevelopmentauthority-0d1b38.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Carol Stream Park District", - "operator:type=public", - "operator:wikidata=Q114358374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carolstreamparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -139279,22 +67552,6 @@ }, "then": "./assets/data/nsi/logos/cartersvilleparksandrecreation-c2abce.bce" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Communauté d'agglomération Les Sorgues du Comtat", - "operator:short=CASC", - "operator:type=government", - "operator:wikidata=Q2987258" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedagglomerationlessorguesducomtat-ac0c18.undefined" - }, { "if": { "and": [ @@ -139326,20 +67583,6 @@ }, "then": "./assets/data/nsi/logos/chehalemparkandrecreationdistrict-9db284.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Chesterfield County Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chesterfieldcountyparksandrecreation-414f19.undefined" - }, { "if": { "and": [ @@ -139385,35 +67628,6 @@ }, "then": "./assets/data/nsi/logos/christchurchcitycouncil-b93ce4.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City and County of Honolulu Department of Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityandcountyofhonoluludepartmentofparksandrecreation-ea65bf.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Alma", - "operator:type=government", - "operator:wikidata=Q2745140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofalma-b9c410.undefined" - }, { "if": { "and": [ @@ -139639,21 +67853,6 @@ }, "then": "./assets/data/nsi/logos/cityofbellingham-6c188f.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Bethlehem", - "operator:type=government", - "operator:wikidata=Q164380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofbethlehem-dc67ca.undefined" - }, { "if": { "and": [ @@ -139864,21 +68063,6 @@ }, "then": "./assets/data/nsi/logos/cityofcambridge-62b82e.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Canning", - "operator:type=government", - "operator:wikidata=Q585453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcanning-7b192d.undefined" - }, { "if": { "and": [ @@ -139897,21 +68081,6 @@ }, "then": "./assets/data/nsi/logos/cityofcapetown-1d1c6d.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Casey", - "operator:type=government", - "operator:wikidata=Q1756241" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcasey-3b6b12.undefined" - }, { "if": { "and": [ @@ -139987,36 +68156,6 @@ }, "then": "./assets/data/nsi/logos/cityofcoeurdalene-e3f3ca.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Coldwater", - "operator:type=government", - "operator:wikidata=Q1107962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcoldwater-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Coquitlam", - "operator:type=government", - "operator:wikidata=Q643215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofcoquitlam-b3cf59.undefined" - }, { "if": { "and": [ @@ -140047,21 +68186,6 @@ }, "then": "./assets/data/nsi/logos/cityofcornelius-9db284.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Delta", - "operator:type=government", - "operator:wikidata=Q851838" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofdelta-b3cf59.undefined" - }, { "if": { "and": [ @@ -140137,51 +68261,6 @@ }, "then": "./assets/data/nsi/logos/cityofdover-bce3f1.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of East Chicago", - "operator:type=government", - "operator:wikidata=Q599694" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofeastchicago-86dc7f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Easton", - "operator:type=government", - "operator:wikidata=Q1056542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofeaston-dc67ca.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Ecorse", - "operator:type=government", - "operator:wikidata=Q2514286" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofecorse-b9c410.undefined" - }, { "if": { "and": [ @@ -140272,21 +68351,6 @@ }, "then": "./assets/data/nsi/logos/cityoffayetteville-2e75ab.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Flint", - "operator:type=government", - "operator:wikidata=Q490584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofflint-b9c410.undefined" - }, { "if": { "and": [ @@ -140347,21 +68411,6 @@ }, "then": "./assets/data/nsi/logos/cityofgeneva-932a36.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Gladstone", - "operator:type=government", - "operator:wikidata=Q968179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgladstone-5e2224.undefined" - }, { "if": { "and": [ @@ -140392,36 +68441,6 @@ }, "then": "./assets/data/nsi/logos/cityofglendale-1fe561.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Gloversville", - "operator:type=government", - "operator:wikidata=Q1380511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgloversville-932a36.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Goodyear", - "operator:type=government", - "operator:wikidata=Q79457" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgoodyear-1fe561.undefined" - }, { "if": { "and": [ @@ -140467,36 +68486,6 @@ }, "then": "./assets/data/nsi/logos/cityofgreeley-0900ba.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Greenville", - "operator:type=government", - "operator:wikidata=Q3011822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgreenville-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Greer", - "operator:type=government", - "operator:wikidata=Q647464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofgreer-35a23d.undefined" - }, { "if": { "and": [ @@ -140527,21 +68516,6 @@ }, "then": "./assets/data/nsi/logos/cityofhammond-86dc7f.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Happy Valley", - "operator:type=government", - "operator:wikidata=Q1778806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhappyvalley-9db284.undefined" - }, { "if": { "and": [ @@ -140572,36 +68546,6 @@ }, "then": "./assets/data/nsi/logos/cityofhartford-ef1d28.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Hattiesburg", - "operator:type=government", - "operator:wikidata=Q384464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhattiesburg-97a1c6.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Helena", - "operator:type=government", - "operator:wikidata=Q38733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofhelena-7d0f2d.undefined" - }, { "if": { "and": [ @@ -140845,21 +68789,6 @@ }, "then": "./assets/data/nsi/logos/cityoflansing-b9c410.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Lawrence", - "operator:type=government", - "operator:wikidata=Q49163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflawrence-58b3db.undefined" - }, { "if": { "and": [ @@ -140890,36 +68819,6 @@ }, "then": "./assets/data/nsi/logos/cityoflincoln-01fc82.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Lincoln City", - "operator:type=government", - "operator:wikidata=Q988751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflincolncity-9db284.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of London", - "operator:type=government", - "operator:wikidata=Q92561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoflondon-62b82e.undefined" - }, { "if": { "and": [ @@ -140935,21 +68834,6 @@ }, "then": "./assets/data/nsi/logos/cityoflosangeles-c970c6.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Madison", - "operator:type=government", - "operator:wikidata=Q43788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofmadison-ef1d28.undefined" - }, { "if": { "and": [ @@ -140965,21 +68849,6 @@ }, "then": "./assets/data/nsi/logos/cityofmahtomedi-853554.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Markham", - "operator:type=government", - "operator:wikidata=Q44016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofmarkham-62b82e.undefined" - }, { "if": { "and": [ @@ -141130,21 +68999,6 @@ }, "then": "./assets/data/nsi/logos/cityofnampa-e3f3ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Napa", - "operator:type=government", - "operator:wikidata=Q60537" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofnapa-dc1787.undefined" - }, { "if": { "and": [ @@ -141265,21 +69119,6 @@ }, "then": "./assets/data/nsi/logos/cityofottawa-62b82e.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Peachtree City", - "operator:type=government", - "operator:wikidata=Q2467256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofpeachtreecity-c2abce.undefined" - }, { "if": { "and": [ @@ -141310,21 +69149,6 @@ }, "then": "./assets/data/nsi/logos/cityofpocatello-e3f3ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Port Huron", - "operator:type=government", - "operator:wikidata=Q1000222" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofporthuron-b9c410.undefined" - }, { "if": { "and": [ @@ -141520,21 +69344,6 @@ }, "then": "./assets/data/nsi/logos/cityofrocklin-dc1787.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Rogers", - "operator:type=government", - "operator:wikidata=Q1924299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofrogers-853554.undefined" - }, { "if": { "and": [ @@ -141610,21 +69419,6 @@ }, "then": "./assets/data/nsi/logos/cityofsanantonio-8bfd34.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Sandy", - "operator:type=government", - "operator:wikidata=Q2416599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsandy-9db284.undefined" - }, { "if": { "and": [ @@ -141700,21 +69494,6 @@ }, "then": "./assets/data/nsi/logos/cityofsherwood-9db284.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Shoreline", - "operator:type=government", - "operator:wikidata=Q983657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofshoreline-6c188f.undefined" - }, { "if": { "and": [ @@ -141775,21 +69554,6 @@ }, "then": "./assets/data/nsi/logos/cityofstuart-38b713.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Surrey", - "operator:type=government", - "operator:wikidata=Q390583" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsurrey-b3cf59.undefined" - }, { "if": { "and": [ @@ -141865,36 +69629,6 @@ }, "then": "./assets/data/nsi/logos/cityoftracy-dc1787.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Traverse City", - "operator:type=government", - "operator:wikidata=Q984544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftraversecity-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Trenton", - "operator:type=government", - "operator:wikidata=Q547676" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftrenton-b9c410.undefined" - }, { "if": { "and": [ @@ -141955,21 +69689,6 @@ }, "then": "./assets/data/nsi/logos/cityoftwinfalls-e3f3ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Unley", - "operator:type=government", - "operator:wikidata=Q1766439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofunley-70e1bf.undefined" - }, { "if": { "and": [ @@ -141985,51 +69704,6 @@ }, "then": "./assets/data/nsi/logos/cityofvancouver-6c188f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Vassar", - "operator:type=government", - "operator:wikidata=Q1919299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvassar-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Vaughan", - "operator:type=government", - "operator:wikidata=Q44013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvaughan-62b82e.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Wanneroo", - "operator:type=government", - "operator:wikidata=Q543262" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofwanneroo-7b192d.undefined" - }, { "if": { "and": [ @@ -142090,21 +69764,6 @@ }, "then": "./assets/data/nsi/logos/cityofwashougal-6c188f.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=City of Waterloo", - "operator:type=government", - "operator:wikidata=Q7974219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofwaterloo-8068ce.undefined" - }, { "if": { "and": [ @@ -142346,21 +70005,6 @@ }, "then": "./assets/data/nsi/logos/comunedicarrara-e1f757.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Comune di Rosà", - "operator:type=government", - "operator:wikidata=Q46589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedirosa-ffc2c2.undefined" - }, { "if": { "and": [ @@ -142376,22 +70020,6 @@ }, "then": "./assets/data/nsi/logos/corvallisparksandrecreation-9db284.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Cowichan Valley Regional District", - "operator:short=CVRD", - "operator:type=public", - "operator:wikidata=Q1138212" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cowichanvalleyregionaldistrict-b3cf59.undefined" - }, { "if": { "and": [ @@ -142407,64 +70035,6 @@ }, "then": "./assets/data/nsi/logos/crystallakeparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Çukurova Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cukurovabelediyesi-2ed982.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Cuttack Development Authority", - "operator:short=CDA", - "operator:type=public", - "operator:wikidata=Q5196919" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cuttackdevelopmentauthority-d31221.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Deerfield Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deerfieldparkdistrict-17eabc.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Denizli Büyükşehir Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denizlibuyuksehirbelediyesi-2ed982.undefined" - }, { "if": { "and": [ @@ -142480,20 +70050,6 @@ }, "then": "./assets/data/nsi/logos/departmentofconservation-0a56ce.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Des Plaines Park District", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/desplainesparkdistrict-c27ed0.undefined" - }, { "if": { "and": [ @@ -142509,35 +70065,6 @@ }, "then": "./assets/data/nsi/logos/dinaskotasurabaya-eab1bf.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Dirección general de servicios públicos", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneraldeserviciospublicos-fb7751.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Downers Grove Park District", - "operator:type=public", - "operator:wikidata=Q112060184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/downersgroveparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -142599,20 +70126,6 @@ }, "then": "./assets/data/nsi/logos/eastbayregionalparkdistrict-dc1787.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Elgin Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elginparksandrecreation-17eabc.undefined" - }, { "if": { "and": [ @@ -142795,51 +70308,6 @@ }, "then": "./assets/data/nsi/logos/forestryengland-0421ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Forsyth County", - "operator:type=government", - "operator:wikidata=Q493092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/forsythcounty-c2abce.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Fox Valley Park District", - "operator:type=public", - "operator:wikidata=Q8565229" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foxvalleyparkdistrict-17eabc.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=GAMLP", - "operator:type=government", - "operator:wikidata=Q25410165" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamlp-14104f.undefined" - }, { "if": { "and": [ @@ -142855,20 +70323,6 @@ }, "then": "./assets/data/nsi/logos/gams-14104f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Gaslight Village", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gaslightvillage-58b3db.undefined" - }, { "if": { "and": [ @@ -142914,20 +70368,6 @@ }, "then": "./assets/data/nsi/logos/georgiastateparksandhistoricsites-c2abce.bce" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=GHMC", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghmc-d31221.undefined" - }, { "if": { "and": [ @@ -142973,20 +70413,6 @@ }, "then": "./assets/data/nsi/logos/glenviewparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Gmina Oborniki Śląskie - Zarząd Zieleni", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gminaobornikislaskiezarzadzieleni-d6816a.undefined" - }, { "if": { "and": [ @@ -143003,20 +70429,6 @@ }, "then": "./assets/data/nsi/logos/goldcoastcitycouncil-f88a26.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Goshen Parks & Recreation Department", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goshenparksandrecreationdepartment-86dc7f.undefined" - }, { "if": { "and": [ @@ -143107,20 +70519,6 @@ }, "then": "./assets/data/nsi/logos/hammondparksandrecreation-86dc7f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Hanover Township", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hanovertownship-dc67ca.undefined" - }, { "if": { "and": [ @@ -143166,21 +70564,6 @@ }, "then": "./assets/data/nsi/logos/hawaiidivisionofstateparks-ea65bf.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Helsingin kaupunki", - "operator:type=government", - "operator:wikidata=Q20251620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helsinginkaupunki-b3609d.undefined" - }, { "if": { "and": [ @@ -143211,20 +70594,6 @@ }, "then": "./assets/data/nsi/logos/hillsboroughcounty-38b713.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Homewood-Flossmoor Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/homewoodflossmoorparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -143240,34 +70609,6 @@ }, "then": "./assets/data/nsi/logos/hurunuidistrictcouncil-b93ce4.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=I. Municipalidad de Valdivia", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/imunicipalidaddevaldivia-c22377.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=IAM", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iam-53ffa5.undefined" - }, { "if": { "and": [ @@ -143315,22 +70656,6 @@ }, "then": "./assets/data/nsi/logos/incorporatedvillageofflowerhill-932a36.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Indiana Department of Natural Resources", - "operator:short=Indiana DNR", - "operator:type=government", - "operator:wikidata=Q6023149" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-86dc7f.undefined" - }, { "if": { "and": [ @@ -143470,36 +70795,6 @@ }, "then": "./assets/data/nsi/logos/jacksoncounty-853554.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Jackson County", - "operator:type=government", - "operator:wikidata=Q450159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jacksoncounty-9db284.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Jackson County", - "operator:type=government", - "operator:wikidata=Q500897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jacksoncounty-ef1d28.undefined" - }, { "if": { "and": [ @@ -143515,21 +70810,6 @@ }, "then": "./assets/data/nsi/logos/jacksoncountyconservation-5303d3.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Jaipur Nagar Nigam", - "operator:type=public", - "operator:wikidata=Q6124132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jaipurnagarnigam-d31221.undefined" - }, { "if": { "and": [ @@ -143545,23 +70825,6 @@ }, "then": "./assets/data/nsi/logos/jeffersoncounty-ef1d28.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Johannesburg City Parks and Zoo", - "operator:en=Johannesburg City Parks and Zoo", - "operator:short=JCPZ", - "operator:type=government", - "operator:wikidata=Q6217144" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/johannesburgcityparksandzoo-1d1c6d.undefined" - }, { "if": { "and": [ @@ -143703,21 +70966,6 @@ }, "then": "./assets/data/nsi/logos/kolkatamunicipalcorporation-d31221.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Knowsley Council", - "operator:type=government", - "operator:wikidata=Q117769136" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/knowsleycouncil-331094.undefined" - }, { "if": { "and": [ @@ -143748,49 +70996,6 @@ }, "then": "./assets/data/nsi/logos/lakemetroparks-c0c15b.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Lake Ogemaw Summer Resort Association", - "operator:type=association" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lakeogemawsummerresortassociation-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Lambeth Council", - "operator:type=government", - "operator:wikidata=Q6481450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lambethcouncil-777334.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Lan-Oak Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lanoakparkdistrict-dbd1a3.undefined" - }, { "if": { "and": [ @@ -143851,35 +71056,6 @@ }, "then": "./assets/data/nsi/logos/lisleparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Lismore City Council", - "operator:type=government", - "operator:wikidata=Q753599" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lismorecitycouncil-11d7e5.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Little Rock Parks & Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/littlerockparksandrecreation-2e75ab.undefined" - }, { "if": { "and": [ @@ -143940,125 +71116,6 @@ }, "then": "./assets/data/nsi/logos/lowermeriontownship-dc67ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Maine Bureau of Parks and Lands", - "operator:type=public", - "operator:wikidata=Q110072411" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainebureauofparksandlands-82e140.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie d'Ambilly", - "operator:type=government", - "operator:wikidata=Q118836392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedambilly-1dcb84.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie d'Annemasse", - "operator:type=government", - "operator:wikidata=Q115909557" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedannemasse-1dcb84.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie de Montrouge", - "operator:type=government", - "operator:wikidata=Q115918331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedemontrouge-28de19.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:type=government", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-b5fa10.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie du 2e secteur de Marseille", - "operator:type=government", - "operator:wikidata=Q3025340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedu2esecteurdemarseille-ac0c18.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mairie du 3e secteur de Marseille", - "operator:type=government", - "operator:wikidata=Q3540213" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedu3esecteurdemarseille-ac0c18.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Majlis Bandaraya Pulau Pinang", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/majlisbandarayapulaupinang-369792.undefined" - }, { "if": { "and": [ @@ -144074,21 +71131,6 @@ }, "then": "./assets/data/nsi/logos/manchestercitycouncil-0421ca.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Manitoba Conservation", - "operator:type=public", - "operator:wikidata=Q6749981" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manitobaconservation-3d8c8b.undefined" - }, { "if": { "and": [ @@ -144119,21 +71161,6 @@ }, "then": "./assets/data/nsi/logos/mariettaparksandrecreation-c2abce.bce" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Maroondah City Council", - "operator:type=government", - "operator:wikidata=Q115706174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maroondahcitycouncil-3b6b12.undefined" - }, { "if": { "and": [ @@ -144164,21 +71191,6 @@ }, "then": "./assets/data/nsi/logos/marylandparkservice-fb928d.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mathews County", - "operator:type=government", - "operator:wikidata=Q336948" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mathewscounty-414f19.undefined" - }, { "if": { "and": [ @@ -144194,20 +71206,6 @@ }, "then": "./assets/data/nsi/logos/mauicounty-ea65bf.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=MCD", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mcd-d31221.undefined" - }, { "if": { "and": [ @@ -144224,35 +71222,6 @@ }, "then": "./assets/data/nsi/logos/mississippidepartmentofwildlifefisheriesandparks-97a1c6.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Meridian Charter Township", - "operator:type=government", - "operator:wikidata=Q1920969" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianchartertownship-b9c410.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Merkezefendi Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/merkezefendibelediyesi-2ed982.undefined" - }, { "if": { "and": [ @@ -144469,80 +71438,6 @@ }, "then": "./assets/data/nsi/logos/mortongroveparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Mount Prospect Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mountprospectparkdistrict-17eabc.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Cipolletti", - "operator:type=government", - "operator:wikidata=Q1014306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddecipolletti-2881cb.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Cutral Có", - "operator:type=government", - "operator:wikidata=Q970536" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddecutralco-2881cb.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Las Lajas", - "operator:type=government", - "operator:wikidata=Q1016895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddelaslajas-2881cb.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Morón", - "operator:type=government", - "operator:wikidata=Q967746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddemoron-2881cb.undefined" - }, { "if": { "and": [ @@ -144558,51 +71453,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddeneuquen-2881cb.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Plaza Huincul", - "operator:type=government", - "operator:wikidata=Q980712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddeplazahuincul-2881cb.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Salsipuedes", - "operator:type=government", - "operator:wikidata=Q3400944" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddesalsipuedes-2881cb.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad de Ushuaia", - "operator:type=government", - "operator:wikidata=Q44254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddeushuaia-2881cb.undefined" - }, { "if": { "and": [ @@ -144618,36 +71468,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddezapala-2881cb.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Municipalidad Provincial de Sullana", - "operator:type=government", - "operator:wikidata=Q510413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidadprovincialdesullana-2a5779.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Município de Maputo", - "operator:type=government", - "operator:wikidata=Q3889" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipiodemaputo-840c65.undefined" - }, { "if": { "and": [ @@ -144742,21 +71562,6 @@ }, "then": "./assets/data/nsi/logos/nationaltrustforscotland-5433bf.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=National Trust of Australia", - "operator:type=public", - "operator:wikidata=Q569207" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationaltrustofaustralia-8d759d.undefined" - }, { "if": { "and": [ @@ -144896,21 +71701,6 @@ }, "then": "./assets/data/nsi/logos/newportnewsgreenfoundation-414f19.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Newry, Mourne and Down District Council", - "operator:type=government", - "operator:wikidata=Q16998911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-fe9c0f.undefined" - }, { "if": { "and": [ @@ -144957,35 +71747,6 @@ }, "then": "./assets/data/nsi/logos/northdakotaparksandrecreationdepartment-20a56e.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Northbrook Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northbrookparkdistrict-17eabc.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Northern Beaches Council", - "operator:type=government", - "operator:wikidata=Q56477644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernbeachescouncil-11d7e5.undefined" - }, { "if": { "and": [ @@ -145032,20 +71793,6 @@ }, "then": "./assets/data/nsi/logos/newyorkcitydepartmentofparksandrecreation-155697.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Oak Lawn Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oaklawnparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -145077,21 +71824,6 @@ }, "then": "./assets/data/nsi/logos/ohiostateparksandwatercraft-c0c15b.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Oklahoma County", - "operator:type=government", - "operator:wikidata=Q485038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oklahomacounty-930c38.undefined" - }, { "if": { "and": [ @@ -145123,21 +71855,6 @@ }, "then": "./assets/data/nsi/logos/ontarioparks-62b82e.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Orange County Parks & Recreation", - "operator:type=public", - "operator:wikidata=Q21020929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/orangecountyparksandrecreation-38b713.undefined" - }, { "if": { "and": [ @@ -145214,34 +71931,6 @@ }, "then": "./assets/data/nsi/logos/palmerstonnorthcitycouncil-174b70.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Pamukkale Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pamukkalebelediyesi-2ed982.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Park District of Highland Park", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkdistrictofhighlandpark-17eabc.undefined" - }, { "if": { "and": [ @@ -145258,21 +71947,6 @@ }, "then": "./assets/data/nsi/logos/parkdistrictofoakpark-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Park Ridge Park District", - "operator:type=public", - "operator:wikidata=Q112221067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkridgeparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -145303,36 +71977,6 @@ }, "then": "./assets/data/nsi/logos/parksvictoria-3b6b12.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Pendik Belediyesi", - "operator:type=government", - "operator:wikidata=Q857056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pendikbelediyesi-2ed982.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Pennsylvania Bureau of State Parks", - "operator:type=government", - "operator:wikidata=Q130236073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-dc67ca.undefined" - }, { "if": { "and": [ @@ -145425,34 +72069,6 @@ }, "then": "./assets/data/nsi/logos/portlandparksandrecreation-9db284.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Portsmouth Parks and Recreation", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/portsmouthparksandrecreation-414f19.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Pradella Sistemi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pradellasistemi-d995cd.undefined" - }, { "if": { "and": [ @@ -145468,21 +72084,6 @@ }, "then": "./assets/data/nsi/logos/prefeituradecatalao-2ff008.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Prefeitura de Juiz de Fora", - "operator:type=government", - "operator:wikidata=Q115842591" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituradejuizdefora-56062c.undefined" - }, { "if": { "and": [ @@ -145543,51 +72144,6 @@ }, "then": "./assets/data/nsi/logos/prefeituramunicipaldefortaleza-09addb.ddb" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Prefeitura Municipal de Laranjal Paulista", - "operator:type=government", - "operator:wikidata=Q95630587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldelaranjalpaulista-7edb87.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Prefeitura Municipal de Paulínia", - "operator:type=government", - "operator:wikidata=Q107391609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldepaulinia-7edb87.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Prefeitura Municipal de Santarém", - "operator:type=government", - "operator:wikidata=Q56450086" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefeituramunicipaldesantarem-485d7b.undefined" - }, { "if": { "and": [ @@ -145603,49 +72159,6 @@ }, "then": "./assets/data/nsi/logos/princegeorgescountydepartmentofparksandrecreation-fb928d.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Puerto Pacifico", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/puertopacifico-c560bd.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Redland City Council", - "operator:type=government", - "operator:wikidata=Q85372049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/redlandcitycouncil-f88a26.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=River Forest Park District", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/riverforestparkdistrict-17eabc.undefined" - }, { "if": { "and": [ @@ -145676,20 +72189,6 @@ }, "then": "./assets/data/nsi/logos/rotherdistrictcouncil-4c36e5.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=RWA", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwa-d31221.undefined" - }, { "if": { "and": [ @@ -145750,36 +72249,6 @@ }, "then": "./assets/data/nsi/logos/sanjoseparksrecreationandneighborhoodservices-551cbb.cbb" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=South Delhi Municipal Corporation", - "operator:short=SDMC", - "operator:type=government", - "operator:wikidata=Q17083576" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southdelhimunicipalcorporation-d31221.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Secretaria Municipal de Serviços Públicos Municipais de Laranjal Paulista", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariamunicipaldeservicospublicosmunicipaisdelaranjalpaulista-7edb87.undefined" - }, { "if": { "and": [ @@ -145795,20 +72264,6 @@ }, "then": "./assets/data/nsi/logos/serviciodeparquesdelima-2a5779.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Seyhan Belediyesi", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/seyhanbelediyesi-2ed982.undefined" - }, { "if": { "and": [ @@ -145824,20 +72279,6 @@ }, "then": "./assets/data/nsi/logos/skokieparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Smyrna Parks & Recreation", - "operator:type=public" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smyrnaparksandrecreation-c2abce.undefined" - }, { "if": { "and": [ @@ -145884,21 +72325,6 @@ }, "then": "./assets/data/nsi/logos/southdakotadepartmentofgamefishandparks-2c4d84.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=South Whitehall Township", - "operator:type=government", - "operator:wikidata=Q7568934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwhitehalltownship-dc67ca.undefined" - }, { "if": { "and": [ @@ -146035,20 +72461,6 @@ }, "then": "./assets/data/nsi/logos/stateofconnecticut-e713eb.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Story County Conservation Board", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/storycountyconservationboard-5303d3.undefined" - }, { "if": { "and": [ @@ -146216,21 +72628,6 @@ }, "then": "./assets/data/nsi/logos/timarudistrictcouncil-b93ce4.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Toowoomba Regional Council", - "operator:type=government", - "operator:wikidata=Q85372051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/toowoombaregionalcouncil-f88a26.undefined" - }, { "if": { "and": [ @@ -146291,36 +72688,6 @@ }, "then": "./assets/data/nsi/logos/townofamherst-97a560.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Amherst", - "operator:type=government", - "operator:wikidata=Q470592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofamherst-932a36.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Drayton Valley", - "operator:type=government", - "operator:wikidata=Q1022731" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofdraytonvalley-85dee0.undefined" - }, { "if": { "and": [ @@ -146336,36 +72703,6 @@ }, "then": "./assets/data/nsi/logos/townofeasthartford-e713eb.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Granite", - "operator:type=government", - "operator:wikidata=Q2324753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgranite-930c38.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Grimsby", - "operator:type=government", - "operator:wikidata=Q424901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgrimsby-62b82e.undefined" - }, { "if": { "and": [ @@ -146381,21 +72718,6 @@ }, "then": "./assets/data/nsi/logos/townofhempstead-932a36.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Lincoln", - "operator:type=government", - "operator:wikidata=Q448259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townoflincoln-62b82e.undefined" - }, { "if": { "and": [ @@ -146411,21 +72733,6 @@ }, "then": "./assets/data/nsi/logos/townofmanchester-e713eb.png" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Milton", - "operator:type=government", - "operator:wikidata=Q425057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofmilton-62b82e.undefined" - }, { "if": { "and": [ @@ -146441,21 +72748,6 @@ }, "then": "./assets/data/nsi/logos/townofnorthhempstead-932a36.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Poolesville", - "operator:type=government", - "operator:wikidata=Q755052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofpoolesville-fb928d.undefined" - }, { "if": { "and": [ @@ -146471,21 +72763,6 @@ }, "then": "./assets/data/nsi/logos/townofsaintjohn-86dc7f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Steilacoom", - "operator:type=government", - "operator:wikidata=Q1507851" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofsteilacoom-6c188f.undefined" - }, { "if": { "and": [ @@ -146501,36 +72778,6 @@ }, "then": "./assets/data/nsi/logos/townofvienna-414f19.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Town of Yarmouth", - "operator:type=government", - "operator:wikidata=Q864688" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofyarmouth-f40be7.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Township of Langley", - "operator:type=government", - "operator:wikidata=Q1805330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townshipoflangley-b3cf59.undefined" - }, { "if": { "and": [ @@ -146546,21 +72793,6 @@ }, "then": "./assets/data/nsi/logos/tredyffrintownship-dc67ca.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Union Point", - "operator:type=public", - "operator:wikidata=Q116943558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionpoint-58b3db.undefined" - }, { "if": { "and": [ @@ -146592,20 +72824,6 @@ }, "then": "./assets/data/nsi/logos/universityofmelbourne-3b6b12.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=UR都市機構", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5d6f6c-1b6974.undefined" - }, { "if": { "and": [ @@ -146666,21 +72884,6 @@ }, "then": "./assets/data/nsi/logos/villageoffayetteville-932a36.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Village of South Holland", - "operator:type=government", - "operator:wikidata=Q404614" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villageofsouthholland-17eabc.undefined" - }, { "if": { "and": [ @@ -146696,81 +72899,6 @@ }, "then": "./assets/data/nsi/logos/villageofwaunakee-ef1d28.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville d'Istres", - "operator:type=government", - "operator:wikidata=Q118524890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedistres-ac0c18.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Fontaine", - "operator:type=government", - "operator:wikidata=Q118554947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedefontaine-1dcb84.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Lyon", - "operator:type=government", - "operator:wikidata=Q3278474" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelyon-1dcb84.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Marseille", - "operator:type=government", - "operator:wikidata=Q3278475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemarseille-ac0c18.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Montpellier", - "operator:type=government", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-64a54d.undefined" - }, { "if": { "and": [ @@ -146786,21 +72914,6 @@ }, "then": "./assets/data/nsi/logos/villedemontreal-8d83b2.svg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Nantes", - "operator:type=government", - "operator:wikidata=Q86693245" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedenantes-cbad7b.undefined" - }, { "if": { "and": [ @@ -146816,36 +72929,6 @@ }, "then": "./assets/data/nsi/logos/villedenicolet-8d83b2.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Reims", - "operator:type=government", - "operator:wikidata=Q86699184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedereims-e0fd98.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Ville de Rouen", - "operator:type=government", - "operator:wikidata=Q3278481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villederouen-f7f2de.undefined" - }, { "if": { "and": [ @@ -146892,21 +72975,6 @@ }, "then": "./assets/data/nsi/logos/waitakidistrictcouncil-a83a4e.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Walla Walla District, U.S. Army Corps of Engineers", - "operator:type=government", - "operator:wikidata=Q116796283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wallawalladistrictusarmycorpsofengineers-6c188f.undefined" - }, { "if": { "and": [ @@ -146984,20 +73052,6 @@ }, "then": "./assets/data/nsi/logos/waukeganparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Welgevonden Estate", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/welgevondenestate-1d1c6d.undefined" - }, { "if": { "and": [ @@ -147135,20 +73189,6 @@ }, "then": "./assets/data/nsi/logos/wilmetteparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Windsor Essex Mobility Group", - "operator:type=private" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windsoressexmobilitygroup-62b82e.undefined" - }, { "if": { "and": [ @@ -147210,21 +73250,6 @@ }, "then": "./assets/data/nsi/logos/woodridgeparkdistrict-17eabc.abc" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Woollahra Municipal Council", - "operator:type=government", - "operator:wikidata=Q56477516" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/woollahramunicipalcouncil-11d7e5.undefined" - }, { "if": { "and": [ @@ -147256,447 +73281,6 @@ }, "then": "./assets/data/nsi/logos/yakimaparksandrecreation-6c188f.jpg" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Zarząd Zieleni Miejskiej w Krakowie", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zarzadzielenimiejskiejwkrakowie-d6816a.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=Администрация ЗАТО Северск", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/34567b-3a487e.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=شهرداری", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e3c1d5-7946fa.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=강동구청", - "operator:ko=강동구청", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/58f637-e2593f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=안성시", - "operator:ko=안성시", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0bd2a5-e2593f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=안양시", - "operator:ko=안양시", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/45b691-e2593f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=춘천시 경관과", - "operator:ko=춘천시 경관과", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5be7b3-e2593f.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=ひたちなか市", - "operator:ja=ひたちなか市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b349be-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=世田谷区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ef87eb-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=中野区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/070eb1-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=今治市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c318d2-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=仙台市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e2ad4e-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=仙台市宮城野区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0e66c7-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=仙台市若林区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ae143-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=会津若松市 花と緑の課", - "operator:ja=会津若松市 花と緑の課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aabdcb-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=八千代市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/94b900-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=出水市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/30a0d9-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=名古屋市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bf9c17-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=品川区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9b71a0-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=土佐清水市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3fac03-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=堺市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0d2762-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=堺市住宅管理課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/29773b-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=大口町", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8caa20-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=大和郡山市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/826de4-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=大田区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/431e24-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=宮崎市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d8b538-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=寝屋川市公園みどり課", - "operator:ja=寝屋川市公園みどり課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3789c9-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=小田原市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecdcc-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=岡垣町", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c03078-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=平塚市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98c9aa-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=広島県呉市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2812ff-1b6974.undefined" - }, { "if": { "and": [ @@ -147719,398 +73303,6 @@ }, "then": "./assets/data/nsi/logos/leisureandculturalservicesdepartment-30eaed.aed" }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=文京区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/96a521-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=新宿区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/565297-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=新居浜市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/484ba1-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=日本中央競馬会", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/71cdb4-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=札幌市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e1715c-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=東京都", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c81c00-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=東京都府中市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d961bb-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=東京都青梅市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6551d5-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=板橋区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/77db3d-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=横手市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bdecba-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=深圳市公园管理中心", - "operator:type=government", - "operator:wikidata=Q113625158", - "operator:zh=深圳市公园管理中心" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/273b14-caf390.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=渋谷区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ac18c-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=町田市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/113880-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=盛岡市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/68ddf0-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=目黒区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1e5d39-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=福岡市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aa5ccb-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=福岡市西区役所", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d24ddf-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=練馬区", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bc4696-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=豊川市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a86a0c-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=豊橋市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/03e5a7-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=那覇市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/030961-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=青梅市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98f747-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=青葉区役所建設部公園課", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b530a9-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=park", - { - "or": [ - "operator=香芝市", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a840db-1b6974.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=ACEMA" - ] - }, - "then": "./assets/data/nsi/logos/acema-82c6fb.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Ailes du Bugey" - ] - }, - "then": "./assets/data/nsi/logos/ailesdubugey-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Aligers" - ] - }, - "then": "./assets/data/nsi/logos/aligers-adbaf8.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=B93" - ] - }, - "then": "./assets/data/nsi/logos/b93-e67756.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Besancon Vol Libre" - ] - }, - "then": "./assets/data/nsi/logos/besanconvollibre-0a3ef5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Bonita Beach and Tennis Club" - ] - }, - "then": "./assets/data/nsi/logos/bonitabeachandtennisclub-82f98a.undefined" - }, { "if": { "and": [ @@ -148140,47 +73332,6 @@ }, "then": "./assets/data/nsi/logos/broxtoweboroughcouncil-45fac9.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Burke Centre Conservancy" - ] - }, - "then": "./assets/data/nsi/logos/burkecentreconservancy-669006.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Sherman E. Burroughs High School", - "operator:wikidata=Q7495163" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shermaneburroughshighschool-6d2462.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=C.D.V.L. du Cantal" - ] - }, - "then": "./assets/data/nsi/logos/cdvlducantal-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=C.D.V.L. Puy-de-Dome" - ] - }, - "then": "./assets/data/nsi/logos/cdvlpuydedome-75a103.undefined" - }, { "if": { "and": [ @@ -148223,56 +73374,6 @@ }, "then": "./assets/data/nsi/logos/cityofottawa-272e42.png" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Cluny s'envole" - ] - }, - "then": "./assets/data/nsi/logos/clunysenvole-0a3ef5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Communauté de communes Côte Ouest Centre Manche", - "operator:wikidata=Q28494334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunescoteouestcentremanche-a99456.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Conselho Municipal de Maputo" - ] - }, - "then": "./assets/data/nsi/logos/conselhomunicipaldemaputo-fe1461.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Cotentin Vol Libre" - ] - }, - "then": "./assets/data/nsi/logos/cotentinvollibre-a99456.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=D.W Fitness" - ] - }, - "then": "./assets/data/nsi/logos/dwfitness-02a05d.undefined" - }, { "if": { "and": [ @@ -148287,88 +73388,6 @@ }, "then": "./assets/data/nsi/logos/decathlon-31fbc1.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Dellinger Park", - "operator:wikidata=Q49482671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dellingerpark-80b0d4.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=DJK Schweinfurt" - ] - }, - "then": "./assets/data/nsi/logos/djkschweinfurt-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Edinburgh Leisure" - ] - }, - "then": "./assets/data/nsi/logos/edinburghleisure-139a55.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Envol sud isere" - ] - }, - "then": "./assets/data/nsi/logos/envolsudisere-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Eur en ciel" - ] - }, - "then": "./assets/data/nsi/logos/eurenciel-a99456.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Europäische Schule" - ] - }, - "then": "./assets/data/nsi/logos/europaischeschule-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Florida Tennis Center" - ] - }, - "then": "./assets/data/nsi/logos/floridatenniscenter-82f98a.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Fraser Public Schools", - "operator:wikidata=Q5493657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fraserpublicschools-fce86c.undefined" - }, { "if": { "and": [ @@ -148399,56 +73418,6 @@ }, "then": "./assets/data/nsi/logos/hackneytennis-bac174.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Harrison Park" - ] - }, - "then": "./assets/data/nsi/logos/harrisonpark-80b0d4.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Jones County Junior College", - "operator:wikidata=Q6275177" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonescountyjuniorcollege-5d0479.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Journey at Pechanga" - ] - }, - "then": "./assets/data/nsi/logos/journeyatpechanga-6d2462.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Joy Jaagpad" - ] - }, - "then": "./assets/data/nsi/logos/joyjaagpad-cc7be6.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Karlsruher TV e.V." - ] - }, - "then": "./assets/data/nsi/logos/karlsruhertvev-b87489.undefined" - }, { "if": { "and": [ @@ -148477,106 +73446,6 @@ }, "then": "./assets/data/nsi/logos/kuopionkaupunki-8c67a7.png" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Les Archers du Mont-Aiguille" - ] - }, - "then": "./assets/data/nsi/logos/lesarchersdumontaiguille-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Les gratte-ciel" - ] - }, - "then": "./assets/data/nsi/logos/lesgratteciel-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Les loups volants" - ] - }, - "then": "./assets/data/nsi/logos/lesloupsvolants-a06f09.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Les Milans du Crêt d'Eau" - ] - }, - "then": "./assets/data/nsi/logos/lesmilansducretdeau-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Ligue de vol libre de Corse" - ] - }, - "then": "./assets/data/nsi/logos/liguedevollibredecorse-303fbf.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Ligue de vol libre de La Reunion" - ] - }, - "then": "./assets/data/nsi/logos/liguedevollibredelareunion-dc8eb4.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Ligue de vol libre Occitanie" - ] - }, - "then": "./assets/data/nsi/logos/liguedevollibreoccitanie-adbaf8.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Mairie de Saint-Paul-lès-Dax", - "operator:wikidata=Q118555096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedesaintpaullesdax-794434.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Mairie de Villenave-d'Ornon", - "operator:wikidata=Q118555147" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillenavedornon-794434.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Mierlose Tennis Vereniging" - ] - }, - "then": "./assets/data/nsi/logos/mierlosetennisvereniging-cc7be6.undefined" - }, { "if": { "and": [ @@ -148592,29 +73461,6 @@ }, "then": "./assets/data/nsi/logos/magistratmestaceskebudejovice-378c31.png" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=mTrade Park" - ] - }, - "then": "./assets/data/nsi/logos/mtradepark-5d0479.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Município de Maputo", - "operator:wikidata=Q3889" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipiodemaputo-fe1461.undefined" - }, { "if": { "and": [ @@ -148629,179 +73475,6 @@ }, "then": "./assets/data/nsi/logos/newportcitycouncil-1a17df.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Newry, Mourne and Down District Council", - "operator:wikidata=Q16998911" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-a4a9b2.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Norman Public Schools", - "operator:wikidata=Q14708640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/normanpublicschools-da33c9.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=O.L.T.C." - ] - }, - "then": "./assets/data/nsi/logos/oltc-cc7be6.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Oslo kommune Bymiljøetaten" - ] - }, - "then": "./assets/data/nsi/logos/oslokommunebymiljoetaten-9e31f9.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Paintball-Wesenberg" - ] - }, - "then": "./assets/data/nsi/logos/paintballwesenberg-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Palm Beach Polo and Hunt Club" - ] - }, - "then": "./assets/data/nsi/logos/palmbeachpoloandhuntclub-82f98a.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Pamukkale Belediyesi" - ] - }, - "then": "./assets/data/nsi/logos/pamukkalebelediyesi-74f08e.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Parapente club de haute tarentaise" - ] - }, - "then": "./assets/data/nsi/logos/parapenteclubdehautetarentaise-75a103.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Parapentes de la ste victoire" - ] - }, - "then": "./assets/data/nsi/logos/parapentesdelastevictoire-a06f09.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Phillips Exeter Academy", - "operator:wikidata=Q1426464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/phillipsexeteracademy-7a66c5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Poupet vol libre" - ] - }, - "then": "./assets/data/nsi/logos/poupetvollibre-0a3ef5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Putzbrunner SV" - ] - }, - "then": "./assets/data/nsi/logos/putzbrunnersv-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Redhawk Golf Course" - ] - }, - "then": "./assets/data/nsi/logos/redhawkgolfcourse-6d2462.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Rohan Regional Recreation Center" - ] - }, - "then": "./assets/data/nsi/logos/rohanregionalrecreationcenter-82f98a.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Secretaria de Estado de Educação de Minas Gerais", - "operator:wikidata=Q61612780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodeeducacaodeminasgerais-8e6589.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Sharp Recrean" - ] - }, - "then": "./assets/data/nsi/logos/sharprecrean-d34695.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Sícoris Club" - ] - }, - "then": "./assets/data/nsi/logos/sicorisclub-5e9b04.undefined" - }, { "if": { "and": [ @@ -148830,24 +73503,6 @@ }, "then": "./assets/data/nsi/logos/sportskiparkmladost-dca74c.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Sportzentrum Rif" - ] - }, - "then": "./assets/data/nsi/logos/sportzentrumrif-52047b.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=SSC Karlsruhe e.V." - ] - }, - "then": "./assets/data/nsi/logos/ssckarlsruheev-b87489.undefined" - }, { "if": { "and": [ @@ -148918,105 +73573,6 @@ }, "then": "./assets/data/nsi/logos/stadtwitten-d74e32.jpg" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Stadt Zürich, SSD, Sportamt" - ] - }, - "then": "./assets/data/nsi/logos/stadtzurichssdsportamt-962b4a.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=TC Rot-Blau Regensburg e.V." - ] - }, - "then": "./assets/data/nsi/logos/tcrotblauregensburgev-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=TC Valkenswaard" - ] - }, - "then": "./assets/data/nsi/logos/tcvalkenswaard-cc7be6.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Tennis Club du Bassin de Lons-le-Saunier" - ] - }, - "then": "./assets/data/nsi/logos/tennisclubdubassindelonslesaunier-0a3ef5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Tennis- und Ski-Club (TSC) Göttingen e. V." - ] - }, - "then": "./assets/data/nsi/logos/tennisundskiclubtscgottingenev-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Tennisclub Herford" - ] - }, - "then": "./assets/data/nsi/logos/tennisclubherford-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=THC Horn-Hamm" - ] - }, - "then": "./assets/data/nsi/logos/thchornhamm-b87489.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=The Manor Golf & Country Club" - ] - }, - "then": "./assets/data/nsi/logos/themanorgolfandcountryclub-80b0d4.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=The Raquet Club of Hattiesburg" - ] - }, - "then": "./assets/data/nsi/logos/theraquetclubofhattiesburg-5d0479.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=The Tejas Pradip Patel Tennis Center" - ] - }, - "then": "./assets/data/nsi/logos/thetejaspradippateltenniscenter-82f98a.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=Todtglüsinger Sportverein" - ] - }, - "then": "./assets/data/nsi/logos/todtglusingersportverein-b87489.undefined" - }, { "if": { "and": [ @@ -149033,15 +73589,6 @@ }, "then": "./assets/data/nsi/logos/towerhamletstennis-bac174.png" }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=TV Valkenswaard" - ] - }, - "then": "./assets/data/nsi/logos/tvvalkenswaard-cc7be6.undefined" - }, { "if": { "and": [ @@ -149056,61 +73603,6 @@ }, "then": "./assets/data/nsi/logos/universityofminnesota-8586be.png" }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Ville d'Anglet", - "operator:wikidata=Q115918089" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedanglet-794434.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - { - "or": [ - "operator=Ville de Lons-le-Saunier", - "operator:wikidata=Q87134745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelonslesaunier-0a3ef5.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=WTC" - ] - }, - "then": "./assets/data/nsi/logos/wtc-cc7be6.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=ООО\"ССК НЕВСКИЙ\"" - ] - }, - "then": "./assets/data/nsi/logos/535547-d0edcf.undefined" - }, - { - "if": { - "and": [ - "leisure=pitch", - "operator=انجمن ورزشهای هوایی ایران" - ] - }, - "then": "./assets/data/nsi/logos/b2742d-fcb937.undefined" - }, { "if": { "and": [ @@ -149169,20 +73661,6 @@ }, "then": "./assets/data/nsi/logos/abb-5601d5.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=ABC", - "operator:wikidata=Q10397504" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-c07792.undefined" - }, { "if": { "and": [ @@ -149197,20 +73675,6 @@ }, "then": "./assets/data/nsi/logos/accionaenergia-9bc2ed.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=AcegasApsAmga", - "operator:wikidata=Q20009034" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acegasapsamga-60858d.undefined" - }, { "if": { "and": [ @@ -149253,34 +73717,6 @@ }, "then": "./assets/data/nsi/logos/agrola-d761b8.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Agsm Verona Spa", - "operator:wikidata=Q17620223" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agsmveronaspa-60858d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Aimo Park", - "operator:wikidata=Q126728228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/aimopark-f2d071.undefined" - }, { "if": { "and": [ @@ -149351,15 +73787,6 @@ }, "then": "./assets/data/nsi/logos/alfen-073d71.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Alizé" - ] - }, - "then": "./assets/data/nsi/logos/alize-fa309c.undefined" - }, { "if": { "and": [ @@ -149417,20 +73844,6 @@ }, "then": "./assets/data/nsi/logos/altis-9327de.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=AmpCharge", - "operator:wikidata=Q111744561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ampcharge-6d1cb9.undefined" - }, { "if": { "and": [ @@ -149460,20 +73873,6 @@ }, "then": "./assets/data/nsi/logos/aral-026fb8.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Areal Böhler", - "operator:wikidata=Q124952587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arealbohler-0f84be.undefined" - }, { "if": { "and": [ @@ -149502,24 +73901,6 @@ }, "then": "./assets/data/nsi/logos/asp-0f84be.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Astor Enerji" - ] - }, - "then": "./assets/data/nsi/logos/astorenerji-680e24.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Atlante" - ] - }, - "then": "./assets/data/nsi/logos/atlante-009624.undefined" - }, { "if": { "and": [ @@ -149647,15 +74028,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-c1a2f3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Base2Charge" - ] - }, - "then": "./assets/data/nsi/logos/base2charge-b5d24c.undefined" - }, { "if": { "and": [ @@ -149712,53 +74084,6 @@ }, "then": "./assets/data/nsi/logos/becharge-60858d.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=be emobil" - ] - }, - "then": "./assets/data/nsi/logos/beemobil-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Be.EV", - "operator=Iduna", - "operator:wikidata=Q118263083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/iduna-07df9b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Belib'", - "operator:wikidata=Q127780256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belib-e794c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Bender" - ] - }, - "then": "./assets/data/nsi/logos/bender-9a316b.undefined" - }, { "if": { "and": [ @@ -149773,20 +74098,6 @@ }, "then": "./assets/data/nsi/logos/berlinerstadtwerke-d5d657.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=BEW", - "operator:wikidata=Q42975492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bew-d5d657.undefined" - }, { "if": { "and": [ @@ -149847,20 +74158,6 @@ }, "then": "./assets/data/nsi/logos/blink-4b4f7a.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Blue Corner", - "operator:wikidata=Q106902344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluecorner-31a4ce.undefined" - }, { "if": { "and": [ @@ -149933,29 +74230,6 @@ }, "then": "./assets/data/nsi/logos/boschebikesystems-5601d5.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Bouygues (1-OUEST)" - ] - }, - "then": "./assets/data/nsi/logos/bouygues1ouest-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Bouygues Energies & Services", - "operator:wikidata=Q3046208" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bouyguesenergiesandservices-fa309c.undefined" - }, { "if": { "and": [ @@ -149970,24 +74244,6 @@ }, "then": "./assets/data/nsi/logos/bp-7872f6.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=BP Europa SE" - ] - }, - "then": "./assets/data/nsi/logos/bpeuropase-f838d9.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Branäsgruppen AB" - ] - }, - "then": "./assets/data/nsi/logos/branasgruppenab-fe9964.undefined" - }, { "if": { "and": [ @@ -150016,15 +74272,6 @@ }, "then": "./assets/data/nsi/logos/bsenergy-7a74c6.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Budimex Mobility S.A." - ] - }, - "then": "./assets/data/nsi/logos/budimexmobilitysa-3c58b6.undefined" - }, { "if": { "and": [ @@ -150137,15 +74384,6 @@ }, "then": "./assets/data/nsi/logos/chargeyourcar-2a0385.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Charge-ON GmbH" - ] - }, - "then": "./assets/data/nsi/logos/chargeongmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -150204,40 +74442,6 @@ }, "then": "./assets/data/nsi/logos/chargepoint-5601d5.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=chargEV" - ] - }, - "then": "./assets/data/nsi/logos/chargev-885411.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Charging the Regions", - "brand:wikidata=Q106320264", - "operator=Central Victorian Greenhouse Alliance", - "operator:wikidata=Q106320329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralvictoriangreenhousealliance-36f71a.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Charging Together" - ] - }, - "then": "./assets/data/nsi/logos/chargingtogether-009624.undefined" - }, { "if": { "and": [ @@ -150276,20 +74480,6 @@ }, "then": "./assets/data/nsi/logos/circuitelectrique-40271b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=City Charging", - "operator:wikidata=Q126405534" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citycharging-a00d8a.undefined" - }, { "if": { "and": [ @@ -150346,15 +74536,6 @@ }, "then": "./assets/data/nsi/logos/citywatt-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Clem" - ] - }, - "then": "./assets/data/nsi/logos/clem-fa309c.undefined" - }, { "if": { "and": [ @@ -150369,20 +74550,6 @@ }, "then": "./assets/data/nsi/logos/clever-819017.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Comfortcharge", - "operator:wikidata=Q122750420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comfortcharge-9a316b.undefined" - }, { "if": { "and": [ @@ -150525,15 +74692,6 @@ }, "then": "./assets/data/nsi/logos/daemobil-5d4d83.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Daimler AG" - ] - }, - "then": "./assets/data/nsi/logos/daimlerag-9a316b.undefined" - }, { "if": { "and": [ @@ -150548,15 +74706,6 @@ }, "then": "./assets/data/nsi/logos/dats24-9feda4.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=DBT" - ] - }, - "then": "./assets/data/nsi/logos/dbt-22bfb3.undefined" - }, { "if": { "and": [ @@ -150571,15 +74720,6 @@ }, "then": "./assets/data/nsi/logos/deergmbh-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Deutsche Post DHL Group" - ] - }, - "then": "./assets/data/nsi/logos/deutschepostdhlgroup-9a316b.undefined" - }, { "if": { "and": [ @@ -150636,30 +74776,6 @@ }, "then": "./assets/data/nsi/logos/drewag-7df435.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=DRIVECO" - ] - }, - "then": "./assets/data/nsi/logos/driveco-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-a42d45.undefined" - }, { "if": { "and": [ @@ -150702,33 +74818,6 @@ }, "then": "./assets/data/nsi/logos/dukeenergy-416623.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=e-Mobi" - ] - }, - "then": "./assets/data/nsi/logos/emobi-7c6771.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=e-Mobi Elektromobilitás Nonprofit Kft." - ] - }, - "then": "./assets/data/nsi/logos/emobielektromobilitasnonprofitkft-7c6771.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=E-Plug" - ] - }, - "then": "./assets/data/nsi/logos/eplug-009624.undefined" - }, { "if": { "and": [ @@ -150743,36 +74832,6 @@ }, "then": "./assets/data/nsi/logos/eregio-0f84be.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=e-Totem", - "operator:wikidata=Q127503965" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/etotem-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=E-WALD", - "brand:wikidata=Q61804335", - "operator=E-WALD", - "operator:wikidata=Q61804335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewald-9a316b.undefined" - }, { "if": { "and": [ @@ -150829,15 +74888,6 @@ }, "then": "./assets/data/nsi/logos/eon-22bfb3.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=E.On Danmark" - ] - }, - "then": "./assets/data/nsi/logos/eondanmark-b5d24c.undefined" - }, { "if": { "and": [ @@ -150852,15 +74902,6 @@ }, "then": "./assets/data/nsi/logos/eam-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Easycharger" - ] - }, - "then": "./assets/data/nsi/logos/easycharger-9bc2ed.undefined" - }, { "if": { "and": [ @@ -150875,70 +74916,6 @@ }, "then": "./assets/data/nsi/logos/easygo-3b851d.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EasyPark" - ] - }, - "then": "./assets/data/nsi/logos/easypark-07ce21.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=eborn", - "operator:wikidata=Q126000881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eborn-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EC Charging" - ] - }, - "then": "./assets/data/nsi/logos/eccharging-3b851d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=eCarUp", - "operator:wikidata=Q113192759" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ecarup-d761b8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EcoInside" - ] - }, - "then": "./assets/data/nsi/logos/ecoinside-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=econec.eu" - ] - }, - "then": "./assets/data/nsi/logos/econeceu-d74d01.undefined" - }, { "if": { "and": [ @@ -150981,20 +74958,6 @@ }, "then": "./assets/data/nsi/logos/edp-367d30.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=eE4mobile eG", - "operator:wikidata=Q74642561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ee4mobileeg-8cbe12.undefined" - }, { "if": { "and": [ @@ -151009,20 +74972,6 @@ }, "then": "./assets/data/nsi/logos/eestienergiaas-eec16b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Effia", - "operator:wikidata=Q3045894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/effia-fa309c.undefined" - }, { "if": { "and": [ @@ -151093,29 +75042,6 @@ }, "then": "./assets/data/nsi/logos/eldrive-d04590.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Electra", - "operator:wikidata=Q128592938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electra-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Electric 55 Charging" - ] - }, - "then": "./assets/data/nsi/logos/electric55charging-fa309c.undefined" - }, { "if": { "and": [ @@ -151145,21 +75071,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-7872f6.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Electricity Authority of Cyprus", - "operator:short=EAC", - "operator:wikidata=Q5357793" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricityauthorityofcyprus-00afc2.undefined" - }, { "if": { "and": [ @@ -151174,15 +75085,6 @@ }, "then": "./assets/data/nsi/logos/electrifyamerica-416623.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Electromin Limited Company" - ] - }, - "then": "./assets/data/nsi/logos/electrominlimitedcompany-bf010e.undefined" - }, { "if": { "and": [ @@ -151211,48 +75113,6 @@ }, "then": "./assets/data/nsi/logos/elektrizitatswerkobwalden-ac53a7.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Elektrum", - "operator:wikidata=Q124728932" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrum-935738.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Elektrum", - "operator:wikidata=Q67199788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrum-7d5905.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=ELEN", - "operator:wikidata=Q127433242" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elen-e5e57c.undefined" - }, { "if": { "and": [ @@ -151267,15 +75127,6 @@ }, "then": "./assets/data/nsi/logos/eleport-bb1b8e.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Elinta" - ] - }, - "then": "./assets/data/nsi/logos/elinta-7d5905.undefined" - }, { "if": { "and": [ @@ -151318,29 +75169,6 @@ }, "then": "./assets/data/nsi/logos/elmu-7c6771.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Elocity", - "operator:wikidata=Q129964130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elocity-3c58b6.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Emacom" - ] - }, - "then": "./assets/data/nsi/logos/emacom-d95359.undefined" - }, { "if": { "and": [ @@ -151398,15 +75226,6 @@ }, "then": "./assets/data/nsi/logos/enbwenergiebadenwurttembergag-9a316b.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EnBW Ostwürttemberg DonauRies AG" - ] - }, - "then": "./assets/data/nsi/logos/enbwostwurttembergdonauriesag-9a316b.undefined" - }, { "if": { "and": [ @@ -151421,20 +75240,6 @@ }, "then": "./assets/data/nsi/logos/endesa-9bc2ed.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Endesa X", - "operator:wikidata=Q104874542" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/endesax-9bc2ed.undefined" - }, { "if": { "and": [ @@ -151449,15 +75254,6 @@ }, "then": "./assets/data/nsi/logos/eneco-c910a1.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Enefit Volt" - ] - }, - "then": "./assets/data/nsi/logos/enefitvolt-eec16b.undefined" - }, { "if": { "and": [ @@ -151630,33 +75426,6 @@ }, "then": "./assets/data/nsi/logos/energiesudbayern-e3d1c8.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Energie und Wasser Potsdam GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-0f6172.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Energie- und Wasserversorgung Bonn/Rhein-Sieg GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserversorgungbonnrheinsieggmbh-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Energie- und Wasserversorgung Bruchsal GmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserversorgungbruchsalgmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -151671,29 +75440,6 @@ }, "then": "./assets/data/nsi/logos/energiedienst-0a01b8.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Energieversorgung Kleinwalsertal GesmbH" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungkleinwalsertalgesmbh-5e1ef5.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Energieversorgung Rodau", - "operator:wikidata=Q130427261" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungrodau-c6e3e9.undefined" - }, { "if": { "and": [ @@ -151708,24 +75454,6 @@ }, "then": "./assets/data/nsi/logos/energis-cb812f.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EnergyDrive" - ] - }, - "then": "./assets/data/nsi/logos/energydrive-31a4ce.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EneRSIEIL" - ] - }, - "then": "./assets/data/nsi/logos/enersieil-50b7ae.undefined" - }, { "if": { "and": [ @@ -151824,47 +75552,6 @@ }, "then": "./assets/data/nsi/logos/eo-ae7de3.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=eONE" - ] - }, - "then": "./assets/data/nsi/logos/eone-e805b7.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ePower" - ] - }, - "then": "./assets/data/nsi/logos/epower-3b851d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Equans", - "operator:wikidata=Q118687687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equans-a00d8a.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Eranovum" - ] - }, - "then": "./assets/data/nsi/logos/eranovum-9bc2ed.undefined" - }, { "if": { "and": [ @@ -151937,29 +75624,6 @@ }, "then": "./assets/data/nsi/logos/eswe-c6e3e9.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Etecnic", - "operator:wikidata=Q126922055" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/etecnic-9bc2ed.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Eulektro" - ] - }, - "then": "./assets/data/nsi/logos/eulektro-fd47ae.undefined" - }, { "if": { "and": [ @@ -151974,24 +75638,6 @@ }, "then": "./assets/data/nsi/logos/evconnect-416623.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EV Power" - ] - }, - "then": "./assets/data/nsi/logos/evpower-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EV+" - ] - }, - "then": "./assets/data/nsi/logos/ev-3c58b6.undefined" - }, { "if": { "and": [ @@ -152006,20 +75652,6 @@ }, "then": "./assets/data/nsi/logos/evbox-22bfb3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=EVC", - "operator:wikidata=Q123527456" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evc-2a0385.undefined" - }, { "if": { "and": [ @@ -152048,22 +75680,6 @@ }, "then": "./assets/data/nsi/logos/evdenergieversorgungdormagen-0f84be.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=EVgo", - "brand:wikidata=Q61803820", - "operator=EVgo", - "operator:wikidata=Q61803820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evgo-416623.undefined" - }, { "if": { "and": [ @@ -152078,38 +75694,6 @@ }, "then": "./assets/data/nsi/logos/evienetworks-6d1cb9.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Evio" - ] - }, - "then": "./assets/data/nsi/logos/evio-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=EVlink", - "operator:wikidata=Q130270938" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evlink-7872f6.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EVMAPA" - ] - }, - "then": "./assets/data/nsi/logos/evmapa-788d35.undefined" - }, { "if": { "and": [ @@ -152124,38 +75708,6 @@ }, "then": "./assets/data/nsi/logos/evn-c4e7a0.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=EVN", - "operator:wikidata=Q48784884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evn-216929.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=EVnetNL" - ] - }, - "then": "./assets/data/nsi/logos/evnetnl-a00d8a.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=evolt" - ] - }, - "then": "./assets/data/nsi/logos/evolt-2a0385.undefined" - }, { "if": { "and": [ @@ -152184,29 +75736,6 @@ }, "then": "./assets/data/nsi/logos/evway-60858d.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=evyve", - "operator:wikidata=Q116698197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evyve-2a0385.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=evzen (SMEG Développement)" - ] - }, - "then": "./assets/data/nsi/logos/evzensmegdeveloppement-3c974e.undefined" - }, { "if": { "and": [ @@ -152305,48 +75834,6 @@ }, "then": "./assets/data/nsi/logos/ewv-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=EZE", - "operator:wikidata=Q127690117" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eze-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Factor Energia", - "operator:wikidata=Q90119469" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/factorenergia-d95359.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=FairEnergie GmbH", - "operator:wikidata=Q1392985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairenergiegmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -152375,20 +75862,6 @@ }, "then": "./assets/data/nsi/logos/fenieenergia-9bc2ed.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Filderstadtwerke", - "operator:wikidata=Q130302538" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/filderstadtwerke-f38d07.undefined" - }, { "if": { "and": [ @@ -152419,15 +75892,6 @@ }, "then": "./assets/data/nsi/logos/flo-5b5c3d.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Free to X" - ] - }, - "then": "./assets/data/nsi/logos/freetox-60858d.undefined" - }, { "if": { "and": [ @@ -152456,33 +75920,6 @@ }, "then": "./assets/data/nsi/logos/fyrfasenenergiab-fe9964.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Galp Geste" - ] - }, - "then": "./assets/data/nsi/logos/galpgeste-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Galp Power" - ] - }, - "then": "./assets/data/nsi/logos/galppower-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=GaraGeeks" - ] - }, - "then": "./assets/data/nsi/logos/garageeks-60858d.undefined" - }, { "if": { "and": [ @@ -152539,43 +75976,6 @@ }, "then": "./assets/data/nsi/logos/gemeindeunterhaching-e3d1c8.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Gemeindewerke Garmisch-Partenkirchen", - "operator:wikidata=Q130302548" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkegarmischpartenkirchen-e3d1c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Gemeindewerke Oberhaching", - "operator:wikidata=Q113465070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkeoberhaching-e3d1c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Generation Journey" - ] - }, - "then": "./assets/data/nsi/logos/generationjourney-009624.undefined" - }, { "if": { "and": [ @@ -152590,43 +75990,6 @@ }, "then": "./assets/data/nsi/logos/geniepoint-2a0385.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Gentari", - "operator:wikidata=Q123457836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gentari-885411.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-5b6f55.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Gesvican" - ] - }, - "then": "./assets/data/nsi/logos/gesvican-9bc2ed.undefined" - }, { "if": { "and": [ @@ -152641,15 +76004,6 @@ }, "then": "./assets/data/nsi/logos/ggew-c6e3e9.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=GIC" - ] - }, - "then": "./assets/data/nsi/logos/gic-9bc2ed.undefined" - }, { "if": { "and": [ @@ -152664,15 +76018,6 @@ }, "then": "./assets/data/nsi/logos/750c54-f58e30.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=GO+EAuto" - ] - }, - "then": "./assets/data/nsi/logos/goeauto-3c58b6.undefined" - }, { "if": { "and": [ @@ -152717,20 +76062,6 @@ }, "then": "./assets/data/nsi/logos/62c656-5601d5.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Göteborgs Stads Parkerings AB", - "operator:wikidata=Q129501123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-fe9964.undefined" - }, { "if": { "and": [ @@ -152759,24 +76090,6 @@ }, "then": "./assets/data/nsi/logos/greenmotion-d761b8.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Green Technologie" - ] - }, - "then": "./assets/data/nsi/logos/greentechnologie-6a1a02.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=GreenCharge" - ] - }, - "then": "./assets/data/nsi/logos/greencharge-c59d8c.undefined" - }, { "if": { "and": [ @@ -152791,15 +76104,6 @@ }, "then": "./assets/data/nsi/logos/greenflux-a00d8a.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=GreenTE" - ] - }, - "then": "./assets/data/nsi/logos/greente-f559c0.undefined" - }, { "if": { "and": [ @@ -152856,65 +76160,6 @@ }, "then": "./assets/data/nsi/logos/helen-c07792.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Helexia II" - ] - }, - "then": "./assets/data/nsi/logos/helexiaii-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Hera" - ] - }, - "then": "./assets/data/nsi/logos/hera-60858d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Herzo Werke", - "operator:wikidata=Q113464934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herzowerke-e3d1c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Hesse GmbH" - ] - }, - "then": "./assets/data/nsi/logos/hessegmbh-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Hexagonal Ocean" - ] - }, - "then": "./assets/data/nsi/logos/hexagonalocean-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=High Green Power" - ] - }, - "then": "./assets/data/nsi/logos/highgreenpower-009624.undefined" - }, { "if": { "and": [ @@ -152929,15 +76174,6 @@ }, "then": "./assets/data/nsi/logos/hikotron-3fbaa3.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Höganäs Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/hoganasenergiab-fe9964.undefined" - }, { "if": { "and": [ @@ -152980,15 +76216,6 @@ }, "then": "./assets/data/nsi/logos/iberdrola-9bc2ed.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=IBIL" - ] - }, - "then": "./assets/data/nsi/logos/ibil-9bc2ed.undefined" - }, { "if": { "and": [ @@ -153003,15 +76230,6 @@ }, "then": "./assets/data/nsi/logos/ice-ac12d3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=IECharge" - ] - }, - "then": "./assets/data/nsi/logos/iecharge-fa309c.undefined" - }, { "if": { "and": [ @@ -153054,24 +76272,6 @@ }, "then": "./assets/data/nsi/logos/illwerkevkw-c4e7a0.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=InEnergies" - ] - }, - "then": "./assets/data/nsi/logos/inenergies-50b7ae.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Infinite Charge" - ] - }, - "then": "./assets/data/nsi/logos/infinitecharge-bfc601.undefined" - }, { "if": { "and": [ @@ -153158,15 +76358,6 @@ }, "then": "./assets/data/nsi/logos/isorka-e805b7.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Italia Vento Power Corporation" - ] - }, - "then": "./assets/data/nsi/logos/italiaventopowercorporation-60858d.undefined" - }, { "if": { "and": [ @@ -153181,20 +76372,6 @@ }, "then": "./assets/data/nsi/logos/iwb-d761b8.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Izivia", - "operator:wikidata=Q86671322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/izivia-fa309c.undefined" - }, { "if": { "and": [ @@ -153223,15 +76400,6 @@ }, "then": "./assets/data/nsi/logos/jolt-a34f13.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=JomCharge" - ] - }, - "then": "./assets/data/nsi/logos/jomcharge-885411.undefined" - }, { "if": { "and": [ @@ -153302,38 +76470,6 @@ }, "then": "./assets/data/nsi/logos/kelag-534534.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=kiwEV", - "operator:wikidata=Q113807417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kiwev-3fbaa3.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=KLC Serviços" - ] - }, - "then": "./assets/data/nsi/logos/klcservicos-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Kreis Paderborn" - ] - }, - "then": "./assets/data/nsi/logos/kreispaderborn-0f84be.undefined" - }, { "if": { "and": [ @@ -153362,33 +76498,6 @@ }, "then": "./assets/data/nsi/logos/kungsbackakommun-fe9964.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Lade i Norge" - ] - }, - "then": "./assets/data/nsi/logos/ladeinorge-0916f2.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ladenetz.de" - ] - }, - "then": "./assets/data/nsi/logos/ladenetzde-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Ladeverbund+" - ] - }, - "then": "./assets/data/nsi/logos/ladeverbund-9a316b.undefined" - }, { "if": { "and": [ @@ -153431,15 +76540,6 @@ }, "then": "./assets/data/nsi/logos/lastmilesolutions-22bfb3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Laudert GmbH & Co. KG" - ] - }, - "then": "./assets/data/nsi/logos/laudertgmbhandcokg-0f84be.undefined" - }, { "if": { "and": [ @@ -153468,15 +76568,6 @@ }, "then": "./assets/data/nsi/logos/leasys-9c7e3a.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Lebensland Kärnten" - ] - }, - "then": "./assets/data/nsi/logos/lebenslandkarnten-cf0a17.undefined" - }, { "if": { "and": [ @@ -153547,29 +76638,6 @@ }, "then": "./assets/data/nsi/logos/lokalwerke-0f84be.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Lotos", - "operator:wikidata=Q1256909" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lotos-3c58b6.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Loulé Concelho Global" - ] - }, - "then": "./assets/data/nsi/logos/louleconcelhoglobal-531ab2.undefined" - }, { "if": { "and": [ @@ -153584,15 +76652,6 @@ }, "then": "./assets/data/nsi/logos/lswenergie-7a74c6.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=LUMI'IN" - ] - }, - "then": "./assets/data/nsi/logos/lumiin-c9b0aa.undefined" - }, { "if": { "and": [ @@ -153607,15 +76666,6 @@ }, "then": "./assets/data/nsi/logos/luminus-31a4ce.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Lüneparken" - ] - }, - "then": "./assets/data/nsi/logos/luneparken-9a316b.undefined" - }, { "if": { "and": [ @@ -153672,15 +76722,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-e794c8.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Maksu Services" - ] - }, - "then": "./assets/data/nsi/logos/maksuservices-009624.undefined" - }, { "if": { "and": [ @@ -153821,30 +76862,6 @@ }, "then": "./assets/data/nsi/logos/mobie-009624.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Mobiletric" - ] - }, - "then": "./assets/data/nsi/logos/mobiletric-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Mobiliti", - "operator=Mobiliti", - "operator:wikidata=Q126734853" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobiliti-7c6771.undefined" - }, { "if": { "and": [ @@ -153859,43 +76876,6 @@ }, "then": "./assets/data/nsi/logos/mobilityplus-31a4ce.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=MobiSmart" - ] - }, - "then": "./assets/data/nsi/logos/mobismart-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Mobive", - "operator:wikidata=Q128100307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobive-edac1b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Modulo", - "operator:wikidata=Q128788809" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modulo-fa309c.undefined" - }, { "if": { "and": [ @@ -153924,24 +76904,6 @@ }, "then": "./assets/data/nsi/logos/molnyrt-7c6771.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Monta" - ] - }, - "then": "./assets/data/nsi/logos/monta-065623.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Moon" - ] - }, - "then": "./assets/data/nsi/logos/moon-009624.undefined" - }, { "if": { "and": [ @@ -153956,33 +76918,6 @@ }, "then": "./assets/data/nsi/logos/morbihanenergies-fa309c.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Mota" - ] - }, - "then": "./assets/data/nsi/logos/mota-3c974e.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Mota Engil II" - ] - }, - "then": "./assets/data/nsi/logos/motaengilii-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Mouv Élec Var" - ] - }, - "then": "./assets/data/nsi/logos/mouvelecvar-3c974e.undefined" - }, { "if": { "and": [ @@ -154081,15 +77016,6 @@ }, "then": "./assets/data/nsi/logos/neogy-60858d.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Neuwoges" - ] - }, - "then": "./assets/data/nsi/logos/neuwoges-9a316b.undefined" - }, { "if": { "and": [ @@ -154118,15 +77044,6 @@ }, "then": "./assets/data/nsi/logos/nissan-5601d5.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=NKM Mobilitás Kft." - ] - }, - "then": "./assets/data/nsi/logos/nkmmobilitaskft-7c6771.undefined" - }, { "if": { "and": [ @@ -154211,38 +77128,6 @@ }, "then": "./assets/data/nsi/logos/oamtc-c4e7a0.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=OIKEN" - ] - }, - "then": "./assets/data/nsi/logos/oiken-9327de.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=OK", - "operator:wikidata=Q12329785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ok-b5d24c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=OOO \"TOK BOR\"" - ] - }, - "then": "./assets/data/nsi/logos/oootokbor-f559c0.undefined" - }, { "if": { "and": [ @@ -154299,15 +77184,6 @@ }, "then": "./assets/data/nsi/logos/orlen-3c58b6.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Oskarshamn Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/oskarshamnenergiab-fe9964.undefined" - }, { "if": { "and": [ @@ -154322,15 +77198,6 @@ }, "then": "./assets/data/nsi/logos/osprey-2a0385.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Ouest Charge" - ] - }, - "then": "./assets/data/nsi/logos/ouestcharge-fa309c.undefined" - }, { "if": { "and": [ @@ -154345,29 +77212,6 @@ }, "then": "./assets/data/nsi/logos/ovag-9a316b.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Paris-Saclay Innovation Playground" - ] - }, - "then": "./assets/data/nsi/logos/parissaclayinnovationplayground-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Park&Charge", - "operator:wikidata=Q126404473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/parkandcharge-a00d8a.undefined" - }, { "if": { "and": [ @@ -154410,29 +77254,6 @@ }, "then": "./assets/data/nsi/logos/pfalzwerke-9a316b.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=PGE Nowa Energia" - ] - }, - "then": "./assets/data/nsi/logos/pgenowaenergia-3c58b6.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=PitPoint", - "operator:wikidata=Q109923423" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pitpoint-ce6b96.undefined" - }, { "if": { "and": [ @@ -154461,24 +77282,6 @@ }, "then": "./assets/data/nsi/logos/plugnroll-d761b8.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Plus de Bornes" - ] - }, - "then": "./assets/data/nsi/logos/plusdebornes-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=PNB" - ] - }, - "then": "./assets/data/nsi/logos/pnb-a00d8a.undefined" - }, { "if": { "and": [ @@ -154507,33 +77310,6 @@ }, "then": "./assets/data/nsi/logos/porsche-5601d5.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Power Dot France" - ] - }, - "then": "./assets/data/nsi/logos/powerdotfrance-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Power EV" - ] - }, - "then": "./assets/data/nsi/logos/powerev-3c58b6.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Pradella Sistemi" - ] - }, - "then": "./assets/data/nsi/logos/pradellasistemi-60858d.undefined" - }, { "if": { "and": [ @@ -154548,15 +77324,6 @@ }, "then": "./assets/data/nsi/logos/pre-788d35.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Prio.E" - ] - }, - "then": "./assets/data/nsi/logos/prioe-009624.undefined" - }, { "if": { "and": [ @@ -154585,15 +77352,6 @@ }, "then": "./assets/data/nsi/logos/qpark-22bfb3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Q8" - ] - }, - "then": "./assets/data/nsi/logos/q8-ea9218.undefined" - }, { "if": { "and": [ @@ -154608,29 +77366,6 @@ }, "then": "./assets/data/nsi/logos/qbuzz-a00d8a.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Qelo" - ] - }, - "then": "./assets/data/nsi/logos/qelo-e5e57c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Yurika", - "operator:wikidata=Q106234391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yurika-7879ae.undefined" - }, { "if": { "and": [ @@ -154645,49 +77380,6 @@ }, "then": "./assets/data/nsi/logos/qwello-bb1996.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=R3" - ] - }, - "then": "./assets/data/nsi/logos/r3-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=Red E", - "brand:wikidata=Q131416886", - "operator=Red E", - "operator:wikidata=Q131416886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rede-416623.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=reev" - ] - }, - "then": "./assets/data/nsi/logos/reev-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Reload Solution" - ] - }, - "then": "./assets/data/nsi/logos/reloadsolution-9a316b.undefined" - }, { "if": { "and": [ @@ -154758,15 +77450,6 @@ }, "then": "./assets/data/nsi/logos/reveo-fa309c.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Revnet" - ] - }, - "then": "./assets/data/nsi/logos/revnet-3c58b6.undefined" - }, { "if": { "and": [ @@ -154865,33 +77548,6 @@ }, "then": "./assets/data/nsi/logos/roche-7872f6.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Rotterdam Elektrisch" - ] - }, - "then": "./assets/data/nsi/logos/rotterdamelektrisch-a00d8a.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=RSE" - ] - }, - "then": "./assets/data/nsi/logos/rse-a9e3c5.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=RWE-Effizienz" - ] - }, - "then": "./assets/data/nsi/logos/rweeffizienz-9a316b.undefined" - }, { "if": { "and": [ @@ -154948,33 +77604,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-28a506.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Samenwerkende Gemeenten Zuid-Holland" - ] - }, - "then": "./assets/data/nsi/logos/samenwerkendegemeentenzuidholland-a00d8a.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Sandviken Energi AB" - ] - }, - "then": "./assets/data/nsi/logos/sandvikenenergiab-fe9964.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=sas e-motum" - ] - }, - "then": "./assets/data/nsi/logos/sasemotum-0e6e1c.undefined" - }, { "if": { "and": [ @@ -154989,96 +77618,6 @@ }, "then": "./assets/data/nsi/logos/schneiderelectric-5601d5.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDE04" - ] - }, - "then": "./assets/data/nsi/logos/sde04-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDE07" - ] - }, - "then": "./assets/data/nsi/logos/sde07-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDE35" - ] - }, - "then": "./assets/data/nsi/logos/sde35-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDED" - ] - }, - "then": "./assets/data/nsi/logos/sded-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDEI36" - ] - }, - "then": "./assets/data/nsi/logos/sdei36-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDEM50" - ] - }, - "then": "./assets/data/nsi/logos/sdem50-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDEV" - ] - }, - "then": "./assets/data/nsi/logos/sdev-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SDEY" - ] - }, - "then": "./assets/data/nsi/logos/sdey-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SEDI" - ] - }, - "then": "./assets/data/nsi/logos/sedi-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SEGMA" - ] - }, - "then": "./assets/data/nsi/logos/segma-7f98b5.undefined" - }, { "if": { "and": [ @@ -155093,60 +77632,6 @@ }, "then": "./assets/data/nsi/logos/semaconnect-416623.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Séolis" - ] - }, - "then": "./assets/data/nsi/logos/seolis-edac1b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SERVICE plus GmbH" - ] - }, - "then": "./assets/data/nsi/logos/serviceplusgmbh-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SEY 78" - ] - }, - "then": "./assets/data/nsi/logos/sey78-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SEYMABORNE" - ] - }, - "then": "./assets/data/nsi/logos/seymaborne-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SGA Mobility" - ] - }, - "then": "./assets/data/nsi/logos/sgamobility-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SHARZ" - ] - }, - "then": "./assets/data/nsi/logos/sharz-680e24.undefined" - }, { "if": { "and": [ @@ -155175,94 +77660,6 @@ }, "then": "./assets/data/nsi/logos/shellrechargesolutions-7872f6.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=SIEEEN", - "operator:wikidata=Q92935934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sieeen-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SIEGE 27" - ] - }, - "then": "./assets/data/nsi/logos/siege27-1d5018.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=SIEL42", - "operator:wikidata=Q92935952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siel42-a9e3c5.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Siemens SRE" - ] - }, - "then": "./assets/data/nsi/logos/siemenssre-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=SIEML", - "operator:wikidata=Q92944662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sieml-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Sigeif", - "operator:wikidata=Q3508360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sigeif-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=SIPLEC", - "operator:wikidata=Q113466243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/siplec-fa309c.undefined" - }, { "if": { "and": [ @@ -155277,56 +77674,6 @@ }, "then": "./assets/data/nsi/logos/smatrics-c4e7a0.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Smoov" - ] - }, - "then": "./assets/data/nsi/logos/smoov-ce6b96.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Sodetrel" - ] - }, - "then": "./assets/data/nsi/logos/sodetrel-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SODO" - ] - }, - "then": "./assets/data/nsi/logos/sodo-3ff954.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Sonae" - ] - }, - "then": "./assets/data/nsi/logos/sonae-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Sorégies", - "operator:wikidata=Q3491321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/soregies-edac1b.undefined" - }, { "if": { "and": [ @@ -155371,56 +77718,6 @@ }, "then": "./assets/data/nsi/logos/spar-7872f6.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SPBR1" - ] - }, - "then": "./assets/data/nsi/logos/spbr1-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Sperto" - ] - }, - "then": "./assets/data/nsi/logos/sperto-b5d24c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Spie" - ] - }, - "then": "./assets/data/nsi/logos/spie-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SPIE CityNetworks" - ] - }, - "then": "./assets/data/nsi/logos/spiecitynetworks-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Spirii", - "operator:wikidata=Q126362766" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/spirii-b5d24c.undefined" - }, { "if": { "and": [ @@ -155479,34 +77776,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeaugsburg-e3d1c8.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Bad Aibling", - "operator:wikidata=Q124472215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadaibling-e3d1c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Bad Homburg", - "operator:wikidata=Q130302857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadhomburg-c6e3e9.undefined" - }, { "if": { "and": [ @@ -155549,20 +77818,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkebochum-0f84be.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Bruchsal", - "operator:wikidata=Q130302869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebruchsal-f38d07.undefined" - }, { "if": { "and": [ @@ -155605,20 +77860,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkedusseldorf-0f84be.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Elmshorn", - "operator:wikidata=Q124472368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeelmshorn-2af49a.undefined" - }, { "if": { "and": [ @@ -155732,20 +77973,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkehamm-0f84be.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Heide", - "operator:wikidata=Q130302929" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeheide-2af49a.undefined" - }, { "if": { "and": [ @@ -155860,20 +78087,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelangen-c6e3e9.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Leinfelden-Echterdingen", - "operator:wikidata=Q130302990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeleinfeldenechterdingen-f38d07.undefined" - }, { "if": { "and": [ @@ -156045,20 +78258,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkerhede-0f84be.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Rostock", - "operator:wikidata=Q39524051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkerostock-0be82b.undefined" - }, { "if": { "and": [ @@ -156087,34 +78286,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeschwabischhall-f38d07.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Schweinfurt", - "operator:wikidata=Q130303093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeschweinfurt-e3d1c8.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke SH", - "operator:wikidata=Q130303114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkesh-2af49a.undefined" - }, { "if": { "and": [ @@ -156229,20 +78400,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeweimar-6e1091.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Stadtwerke Wernigerode", - "operator:wikidata=Q130303191" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkewernigerode-ea9737.undefined" - }, { "if": { "and": [ @@ -156257,24 +78414,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkewitten-0f84be.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=STATIONS-E" - ] - }, - "then": "./assets/data/nsi/logos/stationse-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Stavanger Parkering" - ] - }, - "then": "./assets/data/nsi/logos/stavangerparkering-0916f2.undefined" - }, { "if": { "and": [ @@ -156333,20 +78472,6 @@ }, "then": "./assets/data/nsi/logos/suwag-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Swarco", - "operator:wikidata=Q118383410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swarco-2a0385.undefined" - }, { "if": { "and": [ @@ -156405,42 +78530,6 @@ }, "then": "./assets/data/nsi/logos/swustadtwerkeulmneuulmgmbh-a90ddb.ddb" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SYANE" - ] - }, - "then": "./assets/data/nsi/logos/syane-a9e3c5.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SYDELA" - ] - }, - "then": "./assets/data/nsi/logos/sydela-48f58d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=SYME05" - ] - }, - "then": "./assets/data/nsi/logos/syme05-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Syndicat de l'Énergie de l'Orne" - ] - }, - "then": "./assets/data/nsi/logos/syndicatdelenergiedelorne-1d5018.undefined" - }, { "if": { "and": [ @@ -156455,20 +78544,6 @@ }, "then": "./assets/data/nsi/logos/tankandrast-9a316b.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=TankE", - "operator:wikidata=Q129938413" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanke-9a316b.undefined" - }, { "if": { "and": [ @@ -156483,20 +78558,6 @@ }, "then": "./assets/data/nsi/logos/tauron-3c58b6.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=TEAG Mobil", - "operator:wikidata=Q130303294" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teagmobil-9a316b.undefined" - }, { "if": { "and": [ @@ -156554,15 +78615,6 @@ }, "then": "./assets/data/nsi/logos/teplarnybrno-788d35.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Tesla Germany GmbH" - ] - }, - "then": "./assets/data/nsi/logos/teslagermanygmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -156607,20 +78659,6 @@ }, "then": "./assets/data/nsi/logos/total-5601d5.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Total Marketing France", - "operator:wikidata=Q116051053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalmarketingfrance-fa309c.undefined" - }, { "if": { "and": [ @@ -156635,15 +78673,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-7872f6.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Turmstrom" - ] - }, - "then": "./assets/data/nsi/logos/turmstrom-c4e7a0.undefined" - }, { "if": { "and": [ @@ -156672,47 +78701,6 @@ }, "then": "./assets/data/nsi/logos/ubeeqo-7872f6.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Überlandwerk Groß-Gerau GmbH" - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkgrossgeraugmbh-9a316b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Ucharge" - ] - }, - "then": "./assets/data/nsi/logos/ucharge-009624.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-09be4b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Umbria Energy" - ] - }, - "then": "./assets/data/nsi/logos/umbriaenergy-60858d.undefined" - }, { "if": { "and": [ @@ -156757,15 +78745,6 @@ }, "then": "./assets/data/nsi/logos/unox-7aa565.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Uppsala parkerings AB" - ] - }, - "then": "./assets/data/nsi/logos/uppsalaparkeringsab-fe9964.undefined" - }, { "if": { "and": [ @@ -156824,24 +78803,6 @@ }, "then": "./assets/data/nsi/logos/vector-3fbaa3.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=VendElectric" - ] - }, - "then": "./assets/data/nsi/logos/vendelectric-ae7de3.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=VGS mbH" - ] - }, - "then": "./assets/data/nsi/logos/vgsmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -156856,29 +78817,6 @@ }, "then": "./assets/data/nsi/logos/viesgo-9bc2ed.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Ville de Saint-Louis", - "operator:wikidata=Q115909955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintlouis-09be4b.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=VinFast" - ] - }, - "then": "./assets/data/nsi/logos/vinfast-026882.undefined" - }, { "if": { "and": [ @@ -156895,20 +78833,6 @@ }, "then": "./assets/data/nsi/logos/virta-c07792.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=vkw vlotte", - "operator:wikidata=Q126371727" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkwvlotte-c4e7a0.undefined" - }, { "if": { "and": [ @@ -156923,47 +78847,6 @@ }, "then": "./assets/data/nsi/logos/volkswagen-9a316b.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=Volta", - "operator:wikidata=Q109307156" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volta-416623.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=VOLTRUN" - ] - }, - "then": "./assets/data/nsi/logos/voltrun-680e24.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=WAAT" - ] - }, - "then": "./assets/data/nsi/logos/waat-fa309c.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=wallbe" - ] - }, - "then": "./assets/data/nsi/logos/wallbe-9a316b.undefined" - }, { "if": { "and": [ @@ -156978,22 +78861,6 @@ }, "then": "./assets/data/nsi/logos/waybler-fe9964.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=We Drive Solar", - "brand:wikidata=Q127260037", - "operator=We Drive Solar", - "operator:wikidata=Q127260037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wedrivesolar-a00d8a.undefined" - }, { "if": { "and": [ @@ -157010,15 +78877,6 @@ }, "then": "./assets/data/nsi/logos/welnetworks-3fbaa3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Wels Strom E-Mobil" - ] - }, - "then": "./assets/data/nsi/logos/welsstromemobil-384565.undefined" - }, { "if": { "and": [ @@ -157061,15 +78919,6 @@ }, "then": "./assets/data/nsi/logos/westenergie-9a316b.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Westenergie Metering GmbH" - ] - }, - "then": "./assets/data/nsi/logos/westenergiemeteringgmbh-9a316b.undefined" - }, { "if": { "and": [ @@ -157126,15 +78975,6 @@ }, "then": "./assets/data/nsi/logos/wirelane-9a316b.svg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Wowplug" - ] - }, - "then": "./assets/data/nsi/logos/wowplug-009624.undefined" - }, { "if": { "and": [ @@ -157165,15 +79005,6 @@ }, "then": "./assets/data/nsi/logos/zenergy-3fbaa3.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ZEBORNE" - ] - }, - "then": "./assets/data/nsi/logos/zeborne-fa309c.undefined" - }, { "if": { "and": [ @@ -157202,24 +79033,6 @@ }, "then": "./assets/data/nsi/logos/zest-2a0385.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Zeus" - ] - }, - "then": "./assets/data/nsi/logos/zeus-60858d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ZTM" - ] - }, - "then": "./assets/data/nsi/logos/ztm-3c58b6.undefined" - }, { "if": { "and": [ @@ -157276,33 +79089,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-ab9b63.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ΔΕΗ blue" - ] - }, - "then": "./assets/data/nsi/logos/3ef695-ab9b63.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=АО \"Сетевая компания\"" - ] - }, - "then": "./assets/data/nsi/logos/e19896-e1f318.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Белтелеком" - ] - }, - "then": "./assets/data/nsi/logos/672155-a79466.undefined" - }, { "if": { "and": [ @@ -157331,51 +79117,6 @@ }, "then": "./assets/data/nsi/logos/09a705-bfc601.jpg" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ПАО \"Ленэнерго\"" - ] - }, - "then": "./assets/data/nsi/logos/7771ec-e1f318.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=ПО «Белоруснефть»" - ] - }, - "then": "./assets/data/nsi/logos/ab4fd9-a79466.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Пункт Е" - ] - }, - "then": "./assets/data/nsi/logos/59d85b-e1f318.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=РУП \"Белоруснефть-Гомельоблнефтепродукт\"" - ] - }, - "then": "./assets/data/nsi/logos/026cd5-a79466.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=РУП \"Белоруснефть-Минскавтозаправка\"" - ] - }, - "then": "./assets/data/nsi/logos/44a84d-a79466.undefined" - }, { "if": { "and": [ @@ -157390,108 +79131,6 @@ }, "then": "./assets/data/nsi/logos/70aabc-e1f318.png" }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=Столичен електротранспорт" - ] - }, - "then": "./assets/data/nsi/logos/28c7ea-f58e30.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=国家电网", - "brand:en=State Grid", - "brand:wikidata=Q209078", - "brand:zh=国家电网", - "name:en=State Grid", - "name:zh=国家电网", - "operator=国家电网有限公司", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-007870.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "operator=小兔充充", - "operator:en=BunnyPower", - "operator:wikidata=Q113625344", - "operator:zh=小兔充充" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bunnypower-007870.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - { - "or": [ - "brand=東光高岳", - "brand:en=Takaoka Toko", - "brand:ja=東光高岳", - "brand:wikidata=Q17220263", - "name:en=Takaoka Toko", - "name:ja=東光高岳", - "operator=東光高岳", - "operator:en=Takaoka Toko", - "operator:ja=東光高岳", - "operator:wikidata=Q17220263" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/takaokatoko-09bd9d.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=睿能創意股份有限公司" - ] - }, - "then": "./assets/data/nsi/logos/d4b35c-ba5c78.undefined" - }, - { - "if": { - "and": [ - "man_made=charge_point", - "operator=英屬開曼群島商睿能新動力股份有限公司台灣分公司" - ] - }, - "then": "./assets/data/nsi/logos/66d0d4-ba5c78.undefined" - }, - { - "if": { - "and": [ - "tower:type=communication", - "man_made=mast", - { - "or": [ - "operator=Airwave", - "operator:wikidata=Q4699058" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/airwave-556014.undefined" - }, { "if": { "and": [ @@ -157524,23 +79163,6 @@ }, "then": "./assets/data/nsi/logos/baltimorepolicedepartment-6caef4.jpg" }, - { - "if": { - "and": [ - "communication:mobile_phone=yes", - "tower:type=communication", - "man_made=mast", - { - "or": [ - "operator=Cornerstone Telecommunications Infrastructure Limited", - "operator:short=CTIL", - "operator:wikidata=Q60993796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cornerstonetelecommunicationsinfrastructurelimited-556014.undefined" - }, { "if": { "and": [ @@ -157572,23 +79194,6 @@ }, "then": "./assets/data/nsi/logos/iheartmedia-005557.png" }, - { - "if": { - "and": [ - "communication:mobile_phone=yes", - "tower:type=communication", - "man_made=mast", - { - "or": [ - "operator=Mobile Broadband Network Limited", - "operator:short=MBNL", - "operator:wikidata=Q116251739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobilebroadbandnetworklimited-556014.undefined" - }, { "if": { "and": [ @@ -157834,30 +79439,6 @@ }, "then": "./assets/data/nsi/logos/vodafone-556014.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=06-GPS B.V." - ] - }, - "then": "./assets/data/nsi/logos/06gpsbv-2cb44b.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Administration de la gestion de l'eau", - "operator:type=government", - "operator:wikidata=Q122828582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/administrationdelagestiondeleau-f89b7e.undefined" - }, { "if": { "and": [ @@ -157904,24 +79485,6 @@ }, "then": "./assets/data/nsi/logos/agencianacionaldetierras-eaf2bf.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Agenzia Regionale per la Prevenzione Ambientale del Veneto" - ] - }, - "then": "./assets/data/nsi/logos/agenziaregionaleperlaprevenzioneambientaledelveneto-73d6fa.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Amt der Steiermärkischen Landesregierung A15 Energie, Wohnbau. Technik" - ] - }, - "then": "./assets/data/nsi/logos/amtdersteiermarkischenlandesregierunga15energiewohnbautechnik-b7373e.undefined" - }, { "if": { "and": [ @@ -157936,66 +79499,6 @@ }, "then": "./assets/data/nsi/logos/arlingtoncounty-004478.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=ARPA LAZIO" - ] - }, - "then": "./assets/data/nsi/logos/arpalazio-46fbfb.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=ARPA Piemonte", - "operator:wikidata=Q389834" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arpapiemonte-484419.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=ARPAL", - "operator:wikidata=Q30255444" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arpal-76bbf8.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=ARSARP" - ] - }, - "then": "./assets/data/nsi/logos/arsarp-3ab61f.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=ARSO", - "operator:wikidata=Q7541808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arso-78ea59.undefined" - }, { "if": { "and": [ @@ -158010,29 +79513,6 @@ }, "then": "./assets/data/nsi/logos/asfinag-5d5a13.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=ASTA" - ] - }, - "then": "./assets/data/nsi/logos/asta-f89b7e.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Atmo Auvergne-Rhône-Alpes", - "operator:wikidata=Q64929579" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atmoauvergnerhonealpes-7e4705.undefined" - }, { "if": { "and": [ @@ -158063,35 +79543,6 @@ }, "then": "./assets/data/nsi/logos/aucklandtransport-c4e69c.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Ayuntamiento de Santander", - "operator:wikidata=Q5714934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodesantander-4de89d.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Bayerisches Landesamt für Umwelt", - "operator:type=government", - "operator:wikidata=Q63088680" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayerischeslandesamtfurumwelt-3932c9.undefined" - }, { "if": { "and": [ @@ -158106,29 +79557,6 @@ }, "then": "./assets/data/nsi/logos/birminghamcitycouncil-ee3921.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Boston Public Works Department", - "operator:wikidata=Q130273501" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bostonpublicworksdepartment-6d0127.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=BRGM" - ] - }, - "then": "./assets/data/nsi/logos/brgm-94cf3c.undefined" - }, { "if": { "and": [ @@ -158175,29 +79603,6 @@ }, "then": "./assets/data/nsi/logos/bureauofmeteorology-c56e64.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Calvert Cliffs Nuclear Power Plant Chemistry" - ] - }, - "then": "./assets/data/nsi/logos/calvertcliffsnuclearpowerplantchemistry-e28917.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Car De Defensa De La Meseta De Bucaramanga", - "operator:short=CDMB" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cardedefensadelamesetadebucaramanga-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158212,29 +79617,6 @@ }, "then": "./assets/data/nsi/logos/centralhidroelectricadecaldas-eaf2bf.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Centro Nacional De Investigacion Para La Caña De Azucar" - ] - }, - "then": "./assets/data/nsi/logos/centronacionaldeinvestigacionparalacanadeazucar-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Centro Nacional de Investigaciones de Café", - "operator:wikidata=Q21511954" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centronacionaldeinvestigacionesdecafe-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158250,15 +79632,6 @@ }, "then": "./assets/data/nsi/logos/ceskyhydrometeorologickyustav-c67c8a.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Compania Colombiana De Tabaco" - ] - }, - "then": "./assets/data/nsi/logos/companiacolombianadetabaco-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158273,43 +79646,6 @@ }, "then": "./assets/data/nsi/logos/comunedigenova-1fc046.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Confederación Hidrográfica del Ebro", - "operator:wikidata=Q8349719" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/confederacionhidrograficadelebro-4de89d.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Corporación Autónoma Regional De Antioquia" - ] - }, - "then": "./assets/data/nsi/logos/corporacionautonomaregionaldeantioquia-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Corporacion Autonoma Regional De Cundinamarca", - "operator:short=CAR" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/corporacionautonomaregionaldecundinamarca-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158325,53 +79661,6 @@ }, "then": "./assets/data/nsi/logos/corporacionautonomaregionaldelafronteranororiental-eaf2bf.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Corporacion Autonoma Regional De Los Valles Del Magdalena Y Del Sinu", - "operator:short=CVM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/corporacionautonomaregionaldelosvallesdelmagdalenaydelsinu-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Corporación Autónoma Regional del Valle del Cauca", - "operator:short=CVC", - "operator:wikidata=Q5788888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/corporacionautonomaregionaldelvalledelcauca-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Corporacion Regional Del Quindio" - ] - }, - "then": "./assets/data/nsi/logos/corporacionregionaldelquindio-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=CRS" - ] - }, - "then": "./assets/data/nsi/logos/crs-9409ae.undefined" - }, { "if": { "and": [ @@ -158386,22 +79675,6 @@ }, "then": "./assets/data/nsi/logos/ctbto-756944.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Danmarks Meteorologiske Institut", - "operator:short=DMI", - "operator:type=government", - "operator:wikidata=Q1164325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/danmarksmeteorologiskeinstitut-0818f3.undefined" - }, { "if": { "and": [ @@ -158418,20 +79691,6 @@ }, "then": "./assets/data/nsi/logos/dcmrmilieudienstrijnmond-2cb44b.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Département du Doubs", - "operator:wikidata=Q123220907" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/departementdudoubs-f62ba9.undefined" - }, { "if": { "and": [ @@ -158492,15 +79751,6 @@ }, "then": "./assets/data/nsi/logos/deutscheszentrumfurluftundraumfahrt-91e43b.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Direccion General Maritima" - ] - }, - "then": "./assets/data/nsi/logos/direcciongeneralmaritima-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158515,15 +79765,6 @@ }, "then": "./assets/data/nsi/logos/ecocompteur-69109e.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Emgesa Empresa Generadora Y Comercializadora De Energía" - ] - }, - "then": "./assets/data/nsi/logos/emgesaempresageneradoraycomercializadoradeenergia-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158538,15 +79779,6 @@ }, "then": "./assets/data/nsi/logos/empresadeacueductoyalcantarilladodebogota-eaf2bf.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Empresa De Energia Electrica De Bogota" - ] - }, - "then": "./assets/data/nsi/logos/empresadeenergiaelectricadebogota-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158590,29 +79822,6 @@ }, "then": "./assets/data/nsi/logos/environmentcanada-a34f5a.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Estadistica Departamental De Antioquia" - ] - }, - "then": "./assets/data/nsi/logos/estadisticadepartamentaldeantioquia-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Federación Nacional de Cafeteros de Colombia", - "operator:wikidata=Q5439970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/federacionnacionaldecafeterosdecolombia-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158628,34 +79837,6 @@ }, "then": "./assets/data/nsi/logos/federationfrancaisedevollibre-94cf3c.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Ferrocarriles Nacionales de Colombia", - "operator:wikidata=Q5860783" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ferrocarrilesnacionalesdecolombia-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Fővárosi Vízművek", - "operator:wikidata=Q118725712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fovarosivizmuvek-8e971f.undefined" - }, { "if": { "and": [ @@ -158686,29 +79867,6 @@ }, "then": "./assets/data/nsi/logos/generalnadyrekcjadrogkrajowychiautostrad-3409e6.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Geometius B.V." - ] - }, - "then": "./assets/data/nsi/logos/geometiusbv-9f02ae.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=GeoNet", - "operator:wikidata=Q130755651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geonet-11d9cb.undefined" - }, { "if": { "and": [ @@ -158751,29 +79909,6 @@ }, "then": "./assets/data/nsi/logos/glencore-ec2cd1.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Grenoble-Alpes Métropole", - "operator:wikidata=Q999238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grenoblealpesmetropole-7e4705.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Hamburger Luftmessnetz" - ] - }, - "then": "./assets/data/nsi/logos/hamburgerluftmessnetz-07a9c8.undefined" - }, { "if": { "and": [ @@ -158788,74 +79923,6 @@ }, "then": "./assets/data/nsi/logos/hansestadtrostock-bfcca6.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Harita Genel Müdürlüğü", - "operator:wikidata=Q5531781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/haritagenelmudurlugu-6619be.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Heart of the City" - ] - }, - "then": "./assets/data/nsi/logos/heartofthecity-4c3d8e.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=HGM,TKGM,TUBİTAK" - ] - }, - "then": "./assets/data/nsi/logos/hgmtkgmtubitak-6619be.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Hydrographischer Dienst OÖ" - ] - }, - "then": "./assets/data/nsi/logos/hydrographischerdienstoo-af3c8e.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Hydrographischer Dienst Steiermark" - ] - }, - "then": "./assets/data/nsi/logos/hydrographischerdienststeiermark-b7373e.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Hydrographischer Dienst Tirol" - ] - }, - "then": "./assets/data/nsi/logos/hydrographischerdiensttirol-10d800.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Hydrographisches Amt - Autonome Provinz Bozen" - ] - }, - "then": "./assets/data/nsi/logos/hydrographischesamtautonomeprovinzbozen-73d6fa.undefined" - }, { "if": { "and": [ @@ -158871,52 +79938,6 @@ }, "then": "./assets/data/nsi/logos/illinoisdepartmentoftransportation-4018ee.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Ilmatieteen laitos", - "operator:wikidata=Q3266959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ilmatieteenlaitos-1d4e78.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Ingenieros Tecnicos Consultores" - ] - }, - "then": "./assets/data/nsi/logos/ingenierostecnicosconsultores-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Instituto Colombiano De Energia Electrica", - "operator:short=Electraguas" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutocolombianodeenergiaelectrica-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Instituto De Fomento Algodonero" - ] - }, - "then": "./assets/data/nsi/logos/institutodefomentoalgodonero-eaf2bf.undefined" - }, { "if": { "and": [ @@ -158931,69 +79952,6 @@ }, "then": "./assets/data/nsi/logos/institutodehidrologiameteorologiayestudiosambientales-eaf2bf.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Instituto Distrital De Gestión De Riesgos Y Cambio Climático" - ] - }, - "then": "./assets/data/nsi/logos/institutodistritaldegestionderiesgosycambioclimatico-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Instituto Geográfico Agustín Codazzi", - "operator:short=IGAC", - "operator:wikidata=Q3152313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutogeograficoagustincodazzi-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Instytut Meteorologii i Gospodarki Wodnej", - "operator:short=IMGW", - "operator:wikidata=Q11713124" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/instytutmeteorologiiigospodarkiwodnej-3409e6.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Iraqi Meteorological Organization and Seismology" - ] - }, - "then": "./assets/data/nsi/logos/iraqimeteorologicalorganizationandseismology-505382.undefined" - }, { "if": { "and": [ @@ -159008,15 +79966,6 @@ }, "then": "./assets/data/nsi/logos/isagen-eaf2bf.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Ispra" - ] - }, - "then": "./assets/data/nsi/logos/ispra-73d6fa.undefined" - }, { "if": { "and": [ @@ -159032,15 +79981,6 @@ }, "then": "./assets/data/nsi/logos/koninklijknederlandsmeteorologischinstituut-2cb44b.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Kreis Dithmarschen Amt für Umweltschutz" - ] - }, - "then": "./assets/data/nsi/logos/kreisdithmarschenamtfurumweltschutz-07a9c8.undefined" - }, { "if": { "and": [ @@ -159069,38 +80009,6 @@ }, "then": "./assets/data/nsi/logos/landtirol-10d800.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Landesanstalt für Umwelt, Messungen und Naturschutz Baden-Württemberg", - "operator:short=LUBW", - "operator:type=government", - "operator:wikidata=Q1802082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landesanstaltfurumweltmessungenundnaturschutzbadenwurttemberg-f441e8.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Landesbetrieb für Küstenschutz, Nationalpark und Meeresschutz Schleswig-Holstein", - "operator:short=LKN.SH", - "operator:type=government", - "operator:wikidata=Q1785301" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landesbetriebfurkustenschutznationalparkundmeeresschutzschleswigholstein-200a26.undefined" - }, { "if": { "and": [ @@ -159143,15 +80051,6 @@ }, "then": "./assets/data/nsi/logos/lmbv-07a9c8.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=LNR Globalcom B.V." - ] - }, - "then": "./assets/data/nsi/logos/lnrglobalcombv-baf0be.undefined" - }, { "if": { "and": [ @@ -159166,52 +80065,6 @@ }, "then": "./assets/data/nsi/logos/lwdtirol-5d5a13.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=MA 22" - ] - }, - "then": "./assets/data/nsi/logos/ma22-3cbf4c.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Magistrát města Brna", - "operator:wikidata=Q118601137" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/magistratmestabrna-c67c8a.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Meetnet Vlaamse Banken" - ] - }, - "then": "./assets/data/nsi/logos/meetnetvlaamsebanken-3026fb.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Městský úřad České Budějovice", - "operator:wikidata=Q118592806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskyuradceskebudejovice-c67c8a.undefined" - }, { "if": { "and": [ @@ -159226,29 +80079,6 @@ }, "then": "./assets/data/nsi/logos/metoffice-505a45.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=met.no" - ] - }, - "then": "./assets/data/nsi/logos/metno-8246c4.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Météo-France", - "operator:wikidata=Q1810406" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meteofrance-4d578b.undefined" - }, { "if": { "and": [ @@ -159263,35 +80093,6 @@ }, "then": "./assets/data/nsi/logos/meteomedia-07a9c8.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Meteoroloji Genel Müdürlüğü", - "operator:short=MGM", - "operator:wikidata=Q7855314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meteorolojigenelmudurlugu-5f056e.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=MeteoSchweiz", - "operator:wikidata=Q674998" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meteoschweiz-9bf443.undefined" - }, { "if": { "and": [ @@ -159307,20 +80108,6 @@ }, "then": "./assets/data/nsi/logos/metropoolregiorotterdamdenhaag-2cb44b.svg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Ministère des Ressources naturelles et des Forêts", - "operator:wikidata=Q3315394" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredesressourcesnaturellesetdesforets-f01cb5.undefined" - }, { "if": { "and": [ @@ -159335,15 +80122,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodeagriculturaydesarrollorural-eaf2bf.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Ministerio De La Economia" - ] - }, - "then": "./assets/data/nsi/logos/ministeriodelaeconomia-eaf2bf.undefined" - }, { "if": { "and": [ @@ -159373,79 +80151,6 @@ }, "then": "./assets/data/nsi/logos/nationaloceanicandatmosphericadministration-35adb7.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=National Oceanic Atmospheric Administration" - ] - }, - "then": "./assets/data/nsi/logos/nationaloceanicatmosphericadministration-eaf2bf.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Niedersächsische Gewerbeaufsicht" - ] - }, - "then": "./assets/data/nsi/logos/niedersachsischegewerbeaufsicht-07a9c8.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Niedersächsischer Landesbetrieb für Wasserwirtschaft, Küsten- und Naturschutz", - "operator:short=NLWKN", - "operator:type=government", - "operator:wikidata=Q1988606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niedersachsischerlandesbetriebfurwasserwirtschaftkustenundnaturschutz-16beac.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=North Dakota Agricultural Weather Network", - "operator:short=NDAWN", - "operator:type=university", - "operator:wikidata=Q128430471" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northdakotaagriculturalweathernetwork-72daba.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Ö3" - ] - }, - "then": "./assets/data/nsi/logos/o3-5d5a13.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Observatorio Pierre Auger", - "operator:wikidata=Q794886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/observatoriopierreauger-7438ae.undefined" - }, { "if": { "and": [ @@ -159460,52 +80165,6 @@ }, "then": "./assets/data/nsi/logos/ogs-73d6fa.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Oregon Department of Environmental Quality", - "operator:wikidata=Q7101171" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oregondepartmentofenvironmentalquality-5ca9c6.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Pays de Montbéliard Agglomération", - "operator:wikidata=Q3373485" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/paysdemontbeliardagglomeration-f62ba9.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Protezione Civile Friuli Venezia Giulia" - ] - }, - "then": "./assets/data/nsi/logos/protezionecivilefriuliveneziagiulia-963811.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Protezione Civile Molise" - ] - }, - "then": "./assets/data/nsi/logos/protezionecivilemolise-3ab61f.undefined" - }, { "if": { "and": [ @@ -159612,20 +80271,6 @@ }, "then": "./assets/data/nsi/logos/regierungsprasidiumtubingen-f441e8.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Réseau FRIPON", - "operator:wikidata=Q21427321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseaufripon-9656b8.undefined" - }, { "if": { "and": [ @@ -159714,21 +80359,6 @@ }, "then": "./assets/data/nsi/logos/serveimeteorologicdecatalunya-4de89d.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Sheffield City Council", - "operator:type=government", - "operator:wikidata=Q7492609" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sheffieldcitycouncil-4112ea.undefined" - }, { "if": { "and": [ @@ -159758,21 +80388,6 @@ }, "then": "./assets/data/nsi/logos/slovenskyhydrometeorologickyustav-a6407c.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Swedish Meteorological and Hydrological Institute", - "operator:short=SMHI", - "operator:wikidata=Q2983328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swedishmeteorologicalandhydrologicalinstitute-73cf66.undefined" - }, { "if": { "and": [ @@ -159801,15 +80416,6 @@ }, "then": "./assets/data/nsi/logos/stadtfreiburg-f441e8.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Stadt Graz - Abteilung für Grünraum und Gewässer" - ] - }, - "then": "./assets/data/nsi/logos/stadtgrazabteilungfurgrunraumundgewasser-b7373e.undefined" - }, { "if": { "and": [ @@ -159852,54 +80458,6 @@ }, "then": "./assets/data/nsi/logos/statensvegvesen-8246c4.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Thüringer Landesamt für Umwelt, Bergbau und Naturschutz", - "operator:type=government", - "operator:wikidata=Q60504078" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerlandesamtfurumweltbergbauundnaturschutz-ec2810.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Thüringer Landesanstalt für Umwelt und Geologie", - "operator:type=government", - "operator:wikidata=Q2430812" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerlandesanstaltfurumweltundgeologie-ec2810.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=UDİM" - ] - }, - "then": "./assets/data/nsi/logos/udim-6619be.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Unidad Nacional De Gestion Del Riesgo" - ] - }, - "then": "./assets/data/nsi/logos/unidadnacionaldegestiondelriesgo-eaf2bf.undefined" - }, { "if": { "and": [ @@ -159945,61 +80503,6 @@ }, "then": "./assets/data/nsi/logos/vlaamsemilieumaatschappij-3026fb.jpg" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=VRS Next B.V." - ] - }, - "then": "./assets/data/nsi/logos/vrsnextbv-dc8a1d.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Wasserstraßen- und Schifffahrtsamt Elbe-Nordsee", - "operator:short=WSA Elbe-Nordsee", - "operator:type=government", - "operator:wikidata=Q105966498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wasserstrassenundschifffahrtsamtelbenordsee-07a9c8.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Wasserwirtschaftsamt Bad Kissingen", - "operator:type=government", - "operator:wikidata=Q130388079" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wasserwirtschaftsamtbadkissingen-3932c9.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=WaterNSW", - "operator:type=government", - "operator:wikidata=Q65049612" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/waternsw-6d1e55.undefined" - }, { "if": { "and": [ @@ -160014,61 +80517,6 @@ }, "then": "./assets/data/nsi/logos/wegenercenterfurklimaundglobalenwandel-b7373e.png" }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=ZiaMet", - "operator:wikidata=Q128514092" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ziamet-46ba33.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - { - "or": [ - "operator=Zweckverband Wasserwerk Wacken", - "operator:wikidata=Q130388052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zweckverbandwasserwerkwacken-200a26.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=Закарпатський обласний центр з гідрометеорології" - ] - }, - "then": "./assets/data/nsi/logos/1bdc7e-26b8d4.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=ФГБУ «Уральское УГМС»" - ] - }, - "then": "./assets/data/nsi/logos/7fa42f-7489c8.undefined" - }, - { - "if": { - "and": [ - "man_made=monitoring_station", - "operator=وزارة الزراعة - مركز الارصاد الجوية" - ] - }, - "then": "./assets/data/nsi/logos/e86792-505382.undefined" - }, { "if": { "and": [ @@ -160083,38 +80531,6 @@ }, "then": "./assets/data/nsi/logos/23d9d7-9afd0a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=ABC", - "operator:wikidata=Q3601133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-e17829.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Abwasserzweckverband Gemeinschaftskläranlage Großenhain" - ] - }, - "then": "./assets/data/nsi/logos/abwasserzweckverbandgemeinschaftsklaranlagegrossenhain-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Acadian Gas Pipeline System" - ] - }, - "then": "./assets/data/nsi/logos/acadiangaspipelinesystem-f14113.undefined" - }, { "if": { "and": [ @@ -160129,69 +80545,6 @@ }, "then": "./assets/data/nsi/logos/acea-e17829.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ACF" - ] - }, - "then": "./assets/data/nsi/logos/acf-379caa.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Acock/Anaqua Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/acockanaquaoperatingcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Acquedotto del Fiora SpA" - ] - }, - "then": "./assets/data/nsi/logos/acquedottodelfioraspa-e17829.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Aethon Energy" - ] - }, - "then": "./assets/data/nsi/logos/aethonenergy-e26c82.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Aguas & Aguas de Pereira" - ] - }, - "then": "./assets/data/nsi/logos/aguasandaguasdepereira-d48841.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Águas do Algarve" - ] - }, - "then": "./assets/data/nsi/logos/aguasdoalgarve-ee8da3.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Águas do Tejo Atlântico" - ] - }, - "then": "./assets/data/nsi/logos/aguasdotejoatlantico-3817b0.undefined" - }, { "if": { "and": [ @@ -160206,20 +80559,6 @@ }, "then": "./assets/data/nsi/logos/airliquide-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Air Liquide Large Industries", - "operator:wikidata=Q113466577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/airliquidelargeindustries-46297b.undefined" - }, { "if": { "and": [ @@ -160234,47 +80573,6 @@ }, "then": "./assets/data/nsi/logos/airproducts-143312.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Alaska Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/alaskapipelinecompany-16072e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Alliance Pipeline", - "operator:wikidata=Q4732327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alliancepipeline-e04216.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Alpaugh Community Services District" - ] - }, - "then": "./assets/data/nsi/logos/alpaughcommunityservicesdistrict-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Alteo" - ] - }, - "then": "./assets/data/nsi/logos/alteo-5bb313.undefined" - }, { "if": { "and": [ @@ -160289,52 +80587,6 @@ }, "then": "./assets/data/nsi/logos/alyeskapipelineservicecompany-16072e.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Amen Souss" - ] - }, - "then": "./assets/data/nsi/logos/amensouss-37dd11.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=AMP Texas Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/amptexaspipelines-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Anadarko Petroleum", - "operator:wikidata=Q483637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anadarkopetroleum-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Anglian Water", - "operator:wikidata=Q4763422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anglianwater-0affc0.undefined" - }, { "if": { "and": [ @@ -160363,47 +80615,6 @@ }, "then": "./assets/data/nsi/logos/ankarasuvekanalizasyonidaresi-8a4901.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=ANR Pipeline", - "operator:wikidata=Q4653023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anrpipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Arcadia Operating" - ] - }, - "then": "./assets/data/nsi/logos/arcadiaoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Arena Offshore" - ] - }, - "then": "./assets/data/nsi/logos/arenaoffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Arrowhead Gas Services" - ] - }, - "then": "./assets/data/nsi/logos/arrowheadgasservices-46297b.undefined" - }, { "if": { "and": [ @@ -160418,29 +80629,6 @@ }, "then": "./assets/data/nsi/logos/ascendperformancematerials-184490.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Ascend Performance Materials France", - "operator:wikidata=Q126874637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ascendperformancematerialsfrance-02b185.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=aslpc" - ] - }, - "then": "./assets/data/nsi/logos/aslpc-30087e.undefined" - }, { "if": { "and": [ @@ -160455,62 +80643,6 @@ }, "then": "./assets/data/nsi/logos/atlantagaslight-9a3d1a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Atlantic Fuel Supply Company Limited" - ] - }, - "then": "./assets/data/nsi/logos/atlanticfuelsupplycompanylimited-d9b47c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Atmos Energy", - "operator:wikidata=Q4817084" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atmosenergy-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Atmos Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/atmospipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Auris Kaasunjakelu Oy" - ] - }, - "then": "./assets/data/nsi/logos/auriskaasunjakeluoy-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Australia Pacific LNG", - "operator:short=APLNG", - "operator:wikidata=Q131319014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/australiapacificlng-3592c9.undefined" - }, { "if": { "and": [ @@ -160553,20 +80685,6 @@ }, "then": "./assets/data/nsi/logos/badenova-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=badenovaWÄRMEPLUS", - "operator:wikidata=Q63110091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badenovawarmeplus-da7c89.undefined" - }, { "if": { "and": [ @@ -160581,21 +80699,6 @@ }, "then": "./assets/data/nsi/logos/baltimorecitydepartmentofpublicworks-0dc4c6.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Bangalore Water Supply and Sewerage Board", - "operator:short=BWSSB", - "operator:wikidata=Q4855083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-fbc79a.undefined" - }, { "if": { "and": [ @@ -160610,79 +80713,6 @@ }, "then": "./assets/data/nsi/logos/basf-de820e.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Bay Gas Storage Company" - ] - }, - "then": "./assets/data/nsi/logos/baygasstoragecompany-dcd036.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=bayernets", - "operator:wikidata=Q17310477" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayernets-d75ea7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Bayerngas", - "operator:wikidata=Q812498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayerngas-d75ea7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BB-Southtex" - ] - }, - "then": "./assets/data/nsi/logos/bbsouthtex-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BBT Alabama Intrastate" - ] - }, - "then": "./assets/data/nsi/logos/bbtalabamaintrastate-dcd036.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BBT AlaTenn" - ] - }, - "then": "./assets/data/nsi/logos/bbtalatenn-b4b3e5.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BBT Mississippi" - ] - }, - "then": "./assets/data/nsi/logos/bbtmississippi-a29f0a.undefined" - }, { "if": { "and": [ @@ -160698,48 +80728,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-f62730.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Beacon Growthco Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/beacongrowthcooperatingcompany-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Bear Creek Storage Company" - ] - }, - "then": "./assets/data/nsi/logos/bearcreekstoragecompany-f14113.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Beehive Operating" - ] - }, - "then": "./assets/data/nsi/logos/beehiveoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Belgian Pipeline Organisation", - "operator:short=BPO", - "operator:wikidata=Q105867772" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belgianpipelineorganisation-5c754e.undefined" - }, { "if": { "and": [ @@ -160755,93 +80743,6 @@ }, "then": "./assets/data/nsi/logos/berlinerwasserbetriebe-55a794.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=BEW Berliner Energie und Wärme AG", - "operator:short=BEW", - "operator:wikidata=Q42975492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bewberlinerenergieundwarmeag-55a794.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Billerud" - ] - }, - "then": "./assets/data/nsi/logos/billerud-febfa2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Biogas Linnau GbR" - ] - }, - "then": "./assets/data/nsi/logos/biogaslinnaugbr-9683bf.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BKM Nonprofit Zrt." - ] - }, - "then": "./assets/data/nsi/logos/bkmnonprofitzrt-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Black Hills Energy" - ] - }, - "then": "./assets/data/nsi/logos/blackhillsenergy-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Blue Cube Operations" - ] - }, - "then": "./assets/data/nsi/logos/bluecubeoperations-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Bluefin Resources" - ] - }, - "then": "./assets/data/nsi/logos/bluefinresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Bluestone Natural Resources" - ] - }, - "then": "./assets/data/nsi/logos/bluestonenaturalresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Boardwalk Field Services" - ] - }, - "then": "./assets/data/nsi/logos/boardwalkfieldservices-46297b.undefined" - }, { "if": { "and": [ @@ -160870,60 +80771,6 @@ }, "then": "./assets/data/nsi/logos/bp-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BP Exploration & Production" - ] - }, - "then": "./assets/data/nsi/logos/bpexplorationandproduction-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BPA" - ] - }, - "then": "./assets/data/nsi/logos/bpa-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BPX Gathering" - ] - }, - "then": "./assets/data/nsi/logos/bpxgathering-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BPX Midstream" - ] - }, - "then": "./assets/data/nsi/logos/bpxmidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BPX Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/bpxoperatingcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BRG Lone Star" - ] - }, - "then": "./assets/data/nsi/logos/brglonestar-46297b.undefined" - }, { "if": { "and": [ @@ -160938,61 +80785,6 @@ }, "then": "./assets/data/nsi/logos/bristolwater-7ca529.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=BTC" - ] - }, - "then": "./assets/data/nsi/logos/btc-43e201.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Buckeye Development & Logistics" - ] - }, - "then": "./assets/data/nsi/logos/buckeyedevelopmentandlogistics-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Buckeye Partners", - "operator:wikidata=Q4983090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buckeyepartners-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Buckeye Texas Hub" - ] - }, - "then": "./assets/data/nsi/logos/buckeyetexashub-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Burlington Resources", - "operator:wikidata=Q4999281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burlingtonresources-46297b.undefined" - }, { "if": { "and": [ @@ -161008,47 +80800,6 @@ }, "then": "./assets/data/nsi/logos/cadent-0affc0.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=CAGEPA" - ] - }, - "then": "./assets/data/nsi/logos/cagepa-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Calbayog City Water District", - "operator:short=CCWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogcitywaterdistrict-2af988.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Caloring" - ] - }, - "then": "./assets/data/nsi/logos/caloring-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Calpine Texas Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/calpinetexaspipeline-46297b.undefined" - }, { "if": { "and": [ @@ -161063,147 +80814,6 @@ }, "then": "./assets/data/nsi/logos/caltex-b8bcc2.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Camino Real Gathering Company" - ] - }, - "then": "./assets/data/nsi/logos/caminorealgatheringcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Camuzzi Gas del Sur S.A." - ] - }, - "then": "./assets/data/nsi/logos/camuzzigasdelsursa-02fa2c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Can" - ] - }, - "then": "./assets/data/nsi/logos/can-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Canal de Isabel II", - "operator:short=CYII", - "operator:wikidata=Q2407104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canaldeisabelii-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Canes Midstream G&P" - ] - }, - "then": "./assets/data/nsi/logos/canesmidstreamgandp-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Canlin Energy" - ] - }, - "then": "./assets/data/nsi/logos/canlinenergy-085e21.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Caño Limón - Coveñas" - ] - }, - "then": "./assets/data/nsi/logos/canolimoncovenas-d48841.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cantera Operating" - ] - }, - "then": "./assets/data/nsi/logos/canteraoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cantium" - ] - }, - "then": "./assets/data/nsi/logos/cantium-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Canyon Creek Resources" - ] - }, - "then": "./assets/data/nsi/logos/canyoncreekresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Carolina Gas Transmission" - ] - }, - "then": "./assets/data/nsi/logos/carolinagastransmission-d2ddcb.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Catarina Midstream" - ] - }, - "then": "./assets/data/nsi/logos/catarinamidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cayrol International" - ] - }, - "then": "./assets/data/nsi/logos/cayrolinternational-35ff55.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cenagas" - ] - }, - "then": "./assets/data/nsi/logos/cenagas-c74959.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Centana Intrastate Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/centanaintrastatepipeline-46297b.undefined" - }, { "if": { "and": [ @@ -161218,24 +80828,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-0a386a.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Centralna Pompownia \"Bolko\"" - ] - }, - "then": "./assets/data/nsi/logos/centralnapompowniabolko-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Centralno Grijanje Tuzla" - ] - }, - "then": "./assets/data/nsi/logos/centralnogrijanjetuzla-639c1f.undefined" - }, { "if": { "and": [ @@ -161250,139 +80842,6 @@ }, "then": "./assets/data/nsi/logos/cez-446620.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Chaparral Energy", - "operator:wikidata=Q30271233" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chaparralenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Chemelot", - "operator:wikidata=Q2013196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chemelot-f82a4b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Chesapeake Operating" - ] - }, - "then": "./assets/data/nsi/logos/chesapeakeoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Chevron Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/chevronpipelinecompany-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cheyenne Energy Services" - ] - }, - "then": "./assets/data/nsi/logos/cheyenneenergyservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cinco Natural Resources" - ] - }, - "then": "./assets/data/nsi/logos/cinconaturalresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cinco Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/cincooilandgas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Citgo Products Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/citgoproductspipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Citgo Refining & Chemicals Company" - ] - }, - "then": "./assets/data/nsi/logos/citgorefiningandchemicalscompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=City of Burlington", - "operator:wikidata=Q1016638" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofburlington-7aea5f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=City of Farmersville", - "operator:wikidata=Q986808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoffarmersville-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=City of Springfield", - "operator:wikidata=Q40268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofspringfield-128d34.undefined" - }, { "if": { "and": [ @@ -161411,38 +80870,6 @@ }, "then": "./assets/data/nsi/logos/cityofvancouver-f62730.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=City of Visalia", - "operator:wikidata=Q495373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvisalia-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=CityWest Homes" - ] - }, - "then": "./assets/data/nsi/logos/citywesthomes-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Clarke - Mobile Counties Gas Distribution" - ] - }, - "then": "./assets/data/nsi/logos/clarkemobilecountiesgasdistribution-dcd036.undefined" - }, { "if": { "and": [ @@ -161457,15 +80884,6 @@ }, "then": "./assets/data/nsi/logos/cnr-02b185.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cody Energy" - ] - }, - "then": "./assets/data/nsi/logos/codyenergy-46297b.undefined" - }, { "if": { "and": [ @@ -161480,61 +80898,6 @@ }, "then": "./assets/data/nsi/logos/colonialpipeline-0a386a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Colorado Interstate Gas", - "operator:wikidata=Q5148822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coloradointerstategas-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Columbia Gas Transmission" - ] - }, - "then": "./assets/data/nsi/logos/columbiagastransmission-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Columbia Gulf Transmission" - ] - }, - "then": "./assets/data/nsi/logos/columbiagulftransmission-564fc7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Compesa", - "operator:wikidata=Q9830582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compesa-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Comstock Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/comstockoilandgas-46297b.undefined" - }, { "if": { "and": [ @@ -161549,69 +80912,6 @@ }, "then": "./assets/data/nsi/logos/conagua-c74959.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Confederación Hidrográfica del Júcar" - ] - }, - "then": "./assets/data/nsi/logos/confederacionhidrograficadeljucar-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Consorcio de Aguas Bilbao Bizkaia" - ] - }, - "then": "./assets/data/nsi/logos/consorciodeaguasbilbaobizkaia-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Copano Field Services" - ] - }, - "then": "./assets/data/nsi/logos/copanofieldservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Copano Field Services South Texas" - ] - }, - "then": "./assets/data/nsi/logos/copanofieldservicessouthtexas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Copano NGL Services" - ] - }, - "then": "./assets/data/nsi/logos/copanonglservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Copano Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/copanopipelines-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cox Operating" - ] - }, - "then": "./assets/data/nsi/logos/coxoperating-0a386a.undefined" - }, { "if": { "and": [ @@ -161640,33 +80940,6 @@ }, "then": "./assets/data/nsi/logos/creosdeutschland-da7c89.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Crescent Midstream" - ] - }, - "then": "./assets/data/nsi/logos/crescentmidstream-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cumming Utilities" - ] - }, - "then": "./assets/data/nsi/logos/cummingutilities-9a3d1a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Cuno Kraftwerk Herdecke" - ] - }, - "then": "./assets/data/nsi/logos/cunokraftwerkherdecke-e37083.undefined" - }, { "if": { "and": [ @@ -161681,188 +80954,6 @@ }, "then": "./assets/data/nsi/logos/dalkia-55fc32.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dallas Petroleum Group" - ] - }, - "then": "./assets/data/nsi/logos/dallaspetroleumgroup-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DAPL-ETCO Operations Management" - ] - }, - "then": "./assets/data/nsi/logos/dapletcooperationsmanagement-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dasmariñas Water District" - ] - }, - "then": "./assets/data/nsi/logos/dasmarinaswaterdistrict-2e5b58.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Davis Gas Processing" - ] - }, - "then": "./assets/data/nsi/logos/davisgasprocessing-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Daylight Petroleum" - ] - }, - "then": "./assets/data/nsi/logos/daylightpetroleum-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DCP Hinshaw Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/dcphinshawpipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DCP Intrastate Network" - ] - }, - "then": "./assets/data/nsi/logos/dcpintrastatenetwork-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=DCP Midstream Partners", - "operator:wikidata=Q28404585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dcpmidstreampartners-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DCP Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/dcpoperatingcompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Defensie Pijpleiding Organisatie", - "operator:wikidata=Q2397777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/defensiepijpleidingorganisatie-f82a4b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Delek Logistics Operating" - ] - }, - "then": "./assets/data/nsi/logos/deleklogisticsoperating-c7ce6c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Denbury Green Pipeline-Texas" - ] - }, - "then": "./assets/data/nsi/logos/denburygreenpipelinetexas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Denbury Gulf Coast Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/denburygulfcoastpipelines-19ccdf.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Denbury Onshore" - ] - }, - "then": "./assets/data/nsi/logos/denburyonshore-19ccdf.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Denver Water", - "operator:wikidata=Q5259799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denverwater-845c5d.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DESO" - ] - }, - "then": "./assets/data/nsi/logos/deso-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Deusa International" - ] - }, - "then": "./assets/data/nsi/logos/deusainternational-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Deutsche Transalpine Oelleitung GmbH", - "operator:wikidata=Q118610879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deutschetransalpineoelleitunggmbh-da7c89.undefined" - }, { "if": { "and": [ @@ -161877,15 +80968,6 @@ }, "then": "./assets/data/nsi/logos/dhakawasa-7a1e05.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Discovery Natural Resources" - ] - }, - "then": "./assets/data/nsi/logos/discoverynaturalresources-46297b.undefined" - }, { "if": { "and": [ @@ -161900,79 +80982,6 @@ }, "then": "./assets/data/nsi/logos/districtofcolumbiawaterandsewerauthority-c0acc8.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Distrigaz" - ] - }, - "then": "./assets/data/nsi/logos/distrigaz-93d1e9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dixie Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/dixiepipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Dofasco", - "operator:wikidata=Q1234590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dofasco-88afd4.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dolphin Energy" - ] - }, - "then": "./assets/data/nsi/logos/dolphinenergy-f5e839.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-d2ddcb.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dominion Transmission" - ] - }, - "then": "./assets/data/nsi/logos/dominiontransmission-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Double Eagle Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/doubleeaglepipeline-46297b.undefined" - }, { "if": { "and": [ @@ -161987,15 +80996,6 @@ }, "then": "./assets/data/nsi/logos/dowchemicalcompany-0a386a.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Dow Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/dowpipelinecompany-46297b.undefined" - }, { "if": { "and": [ @@ -162010,33 +81010,6 @@ }, "then": "./assets/data/nsi/logos/dsm-f82a4b.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DT/REGIONAL NNE" - ] - }, - "then": "./assets/data/nsi/logos/dtregionalnne-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DTE Gas Company" - ] - }, - "then": "./assets/data/nsi/logos/dtegascompany-c34430.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=DTM Louisiana Gathering" - ] - }, - "then": "./assets/data/nsi/logos/dtmlouisianagathering-f14113.undefined" - }, { "if": { "and": [ @@ -162079,119 +81052,6 @@ }, "then": "./assets/data/nsi/logos/eregio-e37083.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eagle Ford Gathering" - ] - }, - "then": "./assets/data/nsi/logos/eaglefordgathering-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eagle Ford Midstream" - ] - }, - "then": "./assets/data/nsi/logos/eaglefordmidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eagle Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/eagleoilandgas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=East Bay Municipal Utility District", - "operator:wikidata=Q5327824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastbaymunicipalutilitydistrict-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=East Tennessee Natural Gas" - ] - }, - "then": "./assets/data/nsi/logos/easttennesseenaturalgas-5bf236.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eastern Gas Transmission and Storage" - ] - }, - "then": "./assets/data/nsi/logos/easterngastransmissionandstorage-029bec.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Easton Energy Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/eastonenergypipelines-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eastward Energy" - ] - }, - "then": "./assets/data/nsi/logos/eastwardenergy-14d875.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Echo Canyon Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/echocanyonpipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ecopetrol" - ] - }, - "then": "./assets/data/nsi/logos/ecopetrol-d48841.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EDF PEI" - ] - }, - "then": "./assets/data/nsi/logos/edfpei-7bbe69.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EdiPower" - ] - }, - "then": "./assets/data/nsi/logos/edipower-e17829.undefined" - }, { "if": { "and": [ @@ -162206,34 +81066,6 @@ }, "then": "./assets/data/nsi/logos/edison-e17829.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=El Paso Corporation", - "operator:wikidata=Q1324451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elpasocorporation-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=El Paso Natural Gas Company", - "operator:wikidata=Q5351783" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elpasonaturalgascompany-c0ea40.undefined" - }, { "if": { "and": [ @@ -162263,66 +81095,6 @@ }, "then": "./assets/data/nsi/logos/elering-4947e8.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-d5c971.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EMAPAS" - ] - }, - "then": "./assets/data/nsi/logos/emapas-6c161b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EMGESA" - ] - }, - "then": "./assets/data/nsi/logos/emgesa-d48841.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Empresa Misicuni" - ] - }, - "then": "./assets/data/nsi/logos/empresamisicuni-6c161b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enable Gas Transmission" - ] - }, - "then": "./assets/data/nsi/logos/enablegastransmission-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enable Mississippi River Transmission" - ] - }, - "then": "./assets/data/nsi/logos/enablemississippirivertransmission-59da6f.undefined" - }, { "if": { "and": [ @@ -162351,24 +81123,6 @@ }, "then": "./assets/data/nsi/logos/enbridge-e04216.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enbridge Offshore" - ] - }, - "then": "./assets/data/nsi/logos/enbridgeoffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enbridge Offshore Facilities" - ] - }, - "then": "./assets/data/nsi/logos/enbridgeoffshorefacilities-b5a8e8.undefined" - }, { "if": { "and": [ @@ -162439,15 +81193,6 @@ }, "then": "./assets/data/nsi/logos/enelproduzione-e17829.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enerfin Field Services" - ] - }, - "then": "./assets/data/nsi/logos/enerfinfieldservices-e26c82.undefined" - }, { "if": { "and": [ @@ -162462,20 +81207,6 @@ }, "then": "./assets/data/nsi/logos/energiesaarlorlux-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Energienetze Bayern", - "operator:wikidata=Q124422414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energienetzebayern-d75ea7.undefined" - }, { "if": { "and": [ @@ -162491,20 +81222,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungfilstal-0b5f1c.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Energieversorgung Halle Netz", - "operator:wikidata=Q124422244" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgunghallenetz-65c7fe.undefined" - }, { "if": { "and": [ @@ -162520,47 +81237,6 @@ }, "then": "./assets/data/nsi/logos/energir-ec6451.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Energy Resource Technology" - ] - }, - "then": "./assets/data/nsi/logos/energyresourcetechnology-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Energy Transfer Company" - ] - }, - "then": "./assets/data/nsi/logos/energytransfercompany-60e4f2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Energy Transfer Partners", - "operator:wikidata=Q5377000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energytransferpartners-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Energy XXI GOM" - ] - }, - "then": "./assets/data/nsi/logos/energyxxigom-9b1cf7.undefined" - }, { "if": { "and": [ @@ -162575,15 +81251,6 @@ }, "then": "./assets/data/nsi/logos/engie-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Engie Solutions" - ] - }, - "then": "./assets/data/nsi/logos/engiesolutions-02b185.undefined" - }, { "if": { "and": [ @@ -162598,65 +81265,6 @@ }, "then": "./assets/data/nsi/logos/eni-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Eni US Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/eniusoperatingcompany-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EnLink Processing Services" - ] - }, - "then": "./assets/data/nsi/logos/enlinkprocessingservices-f14113.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ensoNETZ" - ] - }, - "then": "./assets/data/nsi/logos/ensonetz-2bc2b4.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enterprise Crude Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/enterprisecrudepipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Enterprise Products", - "operator:wikidata=Q5380346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enterpriseproducts-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Enterprise Products Operating" - ] - }, - "then": "./assets/data/nsi/logos/enterpriseproductsoperating-46297b.undefined" - }, { "if": { "and": [ @@ -162671,69 +81279,6 @@ }, "then": "./assets/data/nsi/logos/eogresources-0a386a.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EP Energy Company" - ] - }, - "then": "./assets/data/nsi/logos/epenergycompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EP UK Investments" - ] - }, - "then": "./assets/data/nsi/logos/epukinvestments-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EPAL" - ] - }, - "then": "./assets/data/nsi/logos/epal-995069.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Epic Consolidated Operations" - ] - }, - "then": "./assets/data/nsi/logos/epicconsolidatedoperations-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Epic Permian Operating" - ] - }, - "then": "./assets/data/nsi/logos/epicpermianoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EPL Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/eploilandgas-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=EPSAS" - ] - }, - "then": "./assets/data/nsi/logos/epsas-6c161b.undefined" - }, { "if": { "and": [ @@ -162748,15 +81293,6 @@ }, "then": "./assets/data/nsi/logos/equinor-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Equistar Chemicals" - ] - }, - "then": "./assets/data/nsi/logos/equistarchemicals-46297b.undefined" - }, { "if": { "and": [ @@ -162785,15 +81321,6 @@ }, "then": "./assets/data/nsi/logos/erdgaszentralschweiz-c2536a.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Erema" - ] - }, - "then": "./assets/data/nsi/logos/erema-35ff55.undefined" - }, { "if": { "and": [ @@ -162822,30 +81349,6 @@ }, "then": "./assets/data/nsi/logos/esso-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ETC Tiger Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/etctigerpipeline-f14113.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Ethylen-Pipeline-Süd", - "operator:short=EPS", - "operator:wikidata=Q1251194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ethylenpipelinesud-da7c89.undefined" - }, { "if": { "and": [ @@ -162874,20 +81377,6 @@ }, "then": "./assets/data/nsi/logos/evn-9c8423.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=EVN Топлофикция", - "operator:wikidata=Q113611221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c9ec9c-324985.undefined" - }, { "if": { "and": [ @@ -162931,15 +81420,6 @@ }, "then": "./assets/data/nsi/logos/exolum-0a3816.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Explorer Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/explorerpipelinecompany-49a425.undefined" - }, { "if": { "and": [ @@ -162954,122 +81434,6 @@ }, "then": "./assets/data/nsi/logos/exxonmobilpipelinecompany-9b1cf7.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Faraday Midstream Company" - ] - }, - "then": "./assets/data/nsi/logos/faradaymidstreamcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Faulconer Energy" - ] - }, - "then": "./assets/data/nsi/logos/faulconerenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Fenaka Vaikaradhoo Branch", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenakavaikaradhoobranch-ebce48.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=Ferngas Netzgesellschaft", - "operator:wikidata=Q108874442" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ferngasnetzgesellschaft-2e5efe.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Fernleitungs-Betriebsgesellschaft" - ] - }, - "then": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaft-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Fernleitungs-Betriebsgesellschaft mbH Bereichsverwaltung Süd Idar-Oberstein", - "operator:short=FBG", - "operator:wikidata=Q87647495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaftmbhbereichsverwaltungsudidaroberstein-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FGSZ" - ] - }, - "then": "./assets/data/nsi/logos/fgsz-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FGSZ Földgázszállító Zrt." - ] - }, - "then": "./assets/data/nsi/logos/fgszfoldgazszallitozrt-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FGSZ Zrt." - ] - }, - "then": "./assets/data/nsi/logos/fgszzrt-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Field Petroleum" - ] - }, - "then": "./assets/data/nsi/logos/fieldpetroleum-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Fieldwood Energy" - ] - }, - "then": "./assets/data/nsi/logos/fieldwoodenergy-0a386a.undefined" - }, { "if": { "and": [ @@ -163085,42 +81449,6 @@ }, "then": "./assets/data/nsi/logos/firstgas-22b69e.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FL Rich Gas Services" - ] - }, - "then": "./assets/data/nsi/logos/flrichgasservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Flint Hills Resources" - ] - }, - "then": "./assets/data/nsi/logos/flinthillsresources-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Flint Hills Resources Port Arthur" - ] - }, - "then": "./assets/data/nsi/logos/flinthillsresourcesportarthur-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Florida Gas Transmission" - ] - }, - "then": "./assets/data/nsi/logos/floridagastransmission-0a386a.undefined" - }, { "if": { "and": [ @@ -163135,20 +81463,6 @@ }, "then": "./assets/data/nsi/logos/fluxys-5c754e.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=FMHL", - "operator:wikidata=Q16854962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fmhl-fa00c9.undefined" - }, { "if": { "and": [ @@ -163163,65 +81477,6 @@ }, "then": "./assets/data/nsi/logos/fortisbc-f62730.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FŐTÁV" - ] - }, - "then": "./assets/data/nsi/logos/fotav-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=FŐTÁV Zrt." - ] - }, - "then": "./assets/data/nsi/logos/fotavzrt-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Fourth Floor Operating" - ] - }, - "then": "./assets/data/nsi/logos/fourthflooroperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Freeport LNG Development", - "operator:wikidata=Q113511541" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freeportlngdevelopment-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Frio Lasalle Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/friolasallepipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Fulmine" - ] - }, - "then": "./assets/data/nsi/logos/fulmine-324985.undefined" - }, { "if": { "and": [ @@ -163237,47 +81492,6 @@ }, "then": "./assets/data/nsi/logos/gail-fbc79a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Galveston Bay Refinery Logistics" - ] - }, - "then": "./assets/data/nsi/logos/galvestonbayrefinerylogistics-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Gandara Water District", - "operator:short=GWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gandarawaterdistrict-2af988.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gas Natural" - ] - }, - "then": "./assets/data/nsi/logos/gasnatural-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gas Natural BAN" - ] - }, - "then": "./assets/data/nsi/logos/gasnaturalban-02fa2c.undefined" - }, { "if": { "and": [ @@ -163292,15 +81506,6 @@ }, "then": "./assets/data/nsi/logos/gasnetworksireland-d9b47c.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gas Transmission Northwest" - ] - }, - "then": "./assets/data/nsi/logos/gastransmissionnorthwest-34ba63.undefined" - }, { "if": { "and": [ @@ -163315,15 +81520,6 @@ }, "then": "./assets/data/nsi/logos/gascade-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gasconnect Austria GmbH" - ] - }, - "then": "./assets/data/nsi/logos/gasconnectaustriagmbh-9c8423.undefined" - }, { "if": { "and": [ @@ -163366,20 +81562,6 @@ }, "then": "./assets/data/nsi/logos/gasunie-f82a4b.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Gasunie Deutschland", - "operator:wikidata=Q1495700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gasuniedeutschland-da7c89.undefined" - }, { "if": { "and": [ @@ -163395,15 +81577,6 @@ }, "then": "./assets/data/nsi/logos/gasverbundmittellandag-e0d926.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gaz-System" - ] - }, - "then": "./assets/data/nsi/logos/gazsystem-b36b52.undefined" - }, { "if": { "and": [ @@ -163432,15 +81605,6 @@ }, "then": "./assets/data/nsi/logos/gazprom-143312.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gedea Linach KG" - ] - }, - "then": "./assets/data/nsi/logos/gedealinachkg-0b5f1c.undefined" - }, { "if": { "and": [ @@ -163483,42 +81647,6 @@ }, "then": "./assets/data/nsi/logos/gemeindetrabitz-d75ea7.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Genesis Offshore Holdings" - ] - }, - "then": "./assets/data/nsi/logos/genesisoffshoreholdings-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Genesis Pipeline USA" - ] - }, - "then": "./assets/data/nsi/logos/genesispipelineusa-50ecfd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Genesis Producing Company" - ] - }, - "then": "./assets/data/nsi/logos/genesisproducingcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gilkes Energy" - ] - }, - "then": "./assets/data/nsi/logos/gilkesenergy-f2d4b6.undefined" - }, { "if": { "and": [ @@ -163533,120 +81661,6 @@ }, "then": "./assets/data/nsi/logos/gippslandwater-76a468.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=GOM Shelf" - ] - }, - "then": "./assets/data/nsi/logos/gomshelf-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=GPEC" - ] - }, - "then": "./assets/data/nsi/logos/gpec-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Grand Annecy", - "operator:wikidata=Q28465087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grandannecy-35ff55.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Grande Dixence S.A.", - "operator:wikidata=Q2664023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grandedixencesa-7a9e7b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gravity Midstream CC" - ] - }, - "then": "./assets/data/nsi/logos/gravitymidstreamcc-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=GRDF" - ] - }, - "then": "./assets/data/nsi/logos/grdf-02b185.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Greater Vancouver Sewerage & Drainage District" - ] - }, - "then": "./assets/data/nsi/logos/greatervancouversewerageanddrainagedistrict-f62730.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Greater Vancouver Water District" - ] - }, - "then": "./assets/data/nsi/logos/greatervancouverwaterdistrict-f62730.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Green Mountain Water Company", - "operator:short=GMWC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainwatercompany-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Greyhound Energy" - ] - }, - "then": "./assets/data/nsi/logos/greyhoundenergy-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Grit Oil & Gas Management" - ] - }, - "then": "./assets/data/nsi/logos/gritoilandgasmanagement-46297b.undefined" - }, { "if": { "and": [ @@ -163662,110 +81676,6 @@ }, "then": "./assets/data/nsi/logos/grosskraftwerkmannheim-0b5f1c.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=GRTgaz" - ] - }, - "then": "./assets/data/nsi/logos/grtgaz-02b185.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=GTG Nord", - "operator:wikidata=Q130388037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gtgnord-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gulf Coast Energy" - ] - }, - "then": "./assets/data/nsi/logos/gulfcoastenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gulf South Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/gulfsouthpipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gulfstream Natural Gas System" - ] - }, - "then": "./assets/data/nsi/logos/gulfstreamnaturalgassystem-411ee5.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Gulfstream Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/gulfstreampipeline-dcd036.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=GYŐR-SZOL Zrt." - ] - }, - "then": "./assets/data/nsi/logos/gyorszolzrt-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Hackschnitzelheizung Frankenburg" - ] - }, - "then": "./assets/data/nsi/logos/hackschnitzelheizungfrankenburg-b77acd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Harvest Alaska" - ] - }, - "then": "./assets/data/nsi/logos/harvestalaska-16072e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Harvest Midstream Company" - ] - }, - "then": "./assets/data/nsi/logos/harvestmidstreamcompany-e26c82.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Harvest Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/harvestpipelinecompany-46297b.undefined" - }, { "if": { "and": [ @@ -163780,56 +81690,6 @@ }, "then": "./assets/data/nsi/logos/harzenergie-38071f.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Harzwasserwerke", - "operator:wikidata=Q1588057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/harzwasserwerke-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Headington Energy Partners" - ] - }, - "then": "./assets/data/nsi/logos/headingtonenergypartners-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Helen" - ] - }, - "then": "./assets/data/nsi/logos/helen-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Helsingin Vesi" - ] - }, - "then": "./assets/data/nsi/logos/helsinginvesi-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=HEP Toplinarstvo" - ] - }, - "then": "./assets/data/nsi/logos/heptoplinarstvo-b82f8a.undefined" - }, { "if": { "and": [ @@ -163844,110 +81704,6 @@ }, "then": "./assets/data/nsi/logos/hesscorporation-9b1cf7.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Hibbard Energy" - ] - }, - "then": "./assets/data/nsi/logos/hibbardenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=High Point Gas Gathering" - ] - }, - "then": "./assets/data/nsi/logos/highpointgasgathering-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Hilcorp Alaska" - ] - }, - "then": "./assets/data/nsi/logos/hilcorpalaska-16072e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Hilcorp Energy", - "operator:wikidata=Q30752849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hilcorpenergy-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=HK" - ] - }, - "then": "./assets/data/nsi/logos/hk-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Honeoye Storage Corporation" - ] - }, - "then": "./assets/data/nsi/logos/honeoyestoragecorporation-70803a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Hooks Gas Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/hooksgaspipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Houston Pipe Line Company" - ] - }, - "then": "./assets/data/nsi/logos/houstonpipelinecompany-ad1b55.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=HS Orka" - ] - }, - "then": "./assets/data/nsi/logos/hsorka-9f3dd9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=HS Veitur" - ] - }, - "then": "./assets/data/nsi/logos/hsveitur-9f3dd9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Hunt Crude Oil Supply Company" - ] - }, - "then": "./assets/data/nsi/logos/huntcrudeoilsupplycompany-b36b33.undefined" - }, { "if": { "and": [ @@ -163962,20 +81718,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-ec6451.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Hydrocop", - "operator:wikidata=Q130384733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydrocop-02b185.undefined" - }, { "if": { "and": [ @@ -164032,20 +81774,6 @@ }, "then": "./assets/data/nsi/logos/ineosusa-0a386a.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Infracor GmbH", - "operator:wikidata=Q1662650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infracorgmbh-da7c89.undefined" - }, { "if": { "and": [ @@ -164091,24 +81819,6 @@ }, "then": "./assets/data/nsi/logos/irishwater-d9b47c.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ironwood Midstream Energy Partners" - ] - }, - "then": "./assets/data/nsi/logos/ironwoodmidstreamenergypartners-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Iroquois Gas Transmission System" - ] - }, - "then": "./assets/data/nsi/logos/iroquoisgastransmissionsystem-b72c52.undefined" - }, { "if": { "and": [ @@ -164138,60 +81848,6 @@ }, "then": "./assets/data/nsi/logos/istanbulsuvekanalizasyonidaresi-8a4901.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ITC Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/itcpipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=J.P. Oil Company" - ] - }, - "then": "./assets/data/nsi/logos/jpoilcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Jadranski naftovod" - ] - }, - "then": "./assets/data/nsi/logos/jadranskinaftovod-b82f8a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Joint Bunkering Services" - ] - }, - "then": "./assets/data/nsi/logos/jointbunkeringservices-b6e068.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=JRC/IRMM" - ] - }, - "then": "./assets/data/nsi/logos/jrcirmm-5c754e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=KarakudukMunai" - ] - }, - "then": "./assets/data/nsi/logos/karakudukmunai-51ed47.undefined" - }, { "if": { "and": [ @@ -164207,39 +81863,6 @@ }, "then": "./assets/data/nsi/logos/karlsruherinstitutfurtechnologie-0b5f1c.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-10264d.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kauno termofikacinė elektrinė" - ] - }, - "then": "./assets/data/nsi/logos/kaunotermofikacineelektrine-ff9899.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=KEBAG" - ] - }, - "then": "./assets/data/nsi/logos/kebag-65e4eb.undefined" - }, { "if": { "and": [ @@ -164254,15 +81877,6 @@ }, "then": "./assets/data/nsi/logos/kelag-739664.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=KGHM" - ] - }, - "then": "./assets/data/nsi/logos/kghm-b36b52.undefined" - }, { "if": { "and": [ @@ -164277,136 +81891,6 @@ }, "then": "./assets/data/nsi/logos/kindermorgan-e04216.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kinder Morgan Crude & Condensate" - ] - }, - "then": "./assets/data/nsi/logos/kindermorgancrudeandcondensate-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kinder Morgan Liquids Terminals" - ] - }, - "then": "./assets/data/nsi/logos/kindermorganliquidsterminals-e26c82.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Kinder Morgan Tejas Pipeline LLC", - "operator:wikidata=Q114554280" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantejaspipelinellc-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Kinder Morgan Texas Pipeline LLC", - "operator:wikidata=Q110987354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantexaspipelinellc-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kinder Morgan Treating" - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantreating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kinetica Partners" - ] - }, - "then": "./assets/data/nsi/logos/kineticapartners-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Koch Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/kochpipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Koksik" - ] - }, - "then": "./assets/data/nsi/logos/koksik-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Korsnäs" - ] - }, - "then": "./assets/data/nsi/logos/korsnas-febfa2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Kraftwerke Linth-Limmern", - "operator:short=KKL", - "operator:wikidata=Q689068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftwerkelinthlimmern-fbe470.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Kudu Midstream" - ] - }, - "then": "./assets/data/nsi/logos/kudumidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Kyffhäuser Abwasser- und Trinkwasserverband", - "operator:short=KAT", - "operator:wikidata=Q130387991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kyffhauserabwasserundtrinkwasserverband-c878f8.undefined" - }, { "if": { "and": [ @@ -164422,116 +81906,6 @@ }, "then": "./assets/data/nsi/logos/losangelesdepartmentofwaterandpower-6bbcf6.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lakeshore Operating" - ] - }, - "then": "./assets/data/nsi/logos/lakeshoreoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lamar Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/lamaroilandgas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lamay Corporation" - ] - }, - "then": "./assets/data/nsi/logos/lamaycorporation-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Latvijas gāze" - ] - }, - "then": "./assets/data/nsi/logos/latvijasgaze-dd96cc.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lavaca Midstream" - ] - }, - "then": "./assets/data/nsi/logos/lavacamidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lavaca Pipe Line Company" - ] - }, - "then": "./assets/data/nsi/logos/lavacapipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lempäälän Lastusten Vesihuolto-osuuskunta" - ] - }, - "then": "./assets/data/nsi/logos/lempaalanlastustenvesihuoltoosuuskunta-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lenington Farms" - ] - }, - "then": "./assets/data/nsi/logos/leningtonfarms-76c462.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lennheden Vatten AB" - ] - }, - "then": "./assets/data/nsi/logos/lennhedenvattenab-febfa2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Leyte Metropolitan Water District", - "operator:short=LMWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leytemetropolitanwaterdistrict-23205e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Liechtensteinische Gasversorgung LGV", - "operator:short=LGV", - "operator:wikidata=Q15294509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liechtensteinischegasversorgunglgv-6bd55e.undefined" - }, { "if": { "and": [ @@ -164546,106 +81920,6 @@ }, "then": "./assets/data/nsi/logos/linde-0a386a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Linn Operating" - ] - }, - "then": "./assets/data/nsi/logos/linnoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=LLOG Exploration Offshore" - ] - }, - "then": "./assets/data/nsi/logos/llogexplorationoffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lonestar Operating" - ] - }, - "then": "./assets/data/nsi/logos/lonestaroperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Lundin Energy Norway AS" - ] - }, - "then": "./assets/data/nsi/logos/lundinenergynorwayas-3ed402.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=LWG Lausitzer Wasser", - "operator:wikidata=Q124422219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lwglausitzerwasser-746834.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=MA 31", - "operator:wikidata=Q262313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ma31-ac055c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Magellan Crude Oil Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/magellancrudeoilpipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Magellan Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/magellanpipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Magellan Terminals Holdings" - ] - }, - "then": "./assets/data/nsi/logos/magellanterminalsholdings-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mainline Pipelines Limited" - ] - }, - "then": "./assets/data/nsi/logos/mainlinepipelineslimited-f2d4b6.undefined" - }, { "if": { "and": [ @@ -164660,24 +81934,6 @@ }, "then": "./assets/data/nsi/logos/mancomunidaddeloscanalesdeltaibilla-86ac77.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Manta Ray Gathering Company" - ] - }, - "then": "./assets/data/nsi/logos/mantaraygatheringcompany-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MAPP" - ] - }, - "then": "./assets/data/nsi/logos/mapp-37dd11.undefined" - }, { "if": { "and": [ @@ -164706,75 +81962,6 @@ }, "then": "./assets/data/nsi/logos/marathonpipeline-0a386a.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Maritimes and Northeast Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/maritimesandnortheastpipeline-e04216.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MarkWest Energy South Texas Gas Company" - ] - }, - "then": "./assets/data/nsi/logos/markwestenergysouthtexasgascompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MarkWest Javelina Company" - ] - }, - "then": "./assets/data/nsi/logos/markwestjavelinacompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MarkWest Javelina Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/markwestjavelinapipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Martin Operating Partnership" - ] - }, - "then": "./assets/data/nsi/logos/martinoperatingpartnership-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Massachusetts Water Resources Authority", - "operator:short=MWRA", - "operator:wikidata=Q6784392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/massachusettswaterresourcesauthority-bdeafa.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Max Midstream Texas" - ] - }, - "then": "./assets/data/nsi/logos/maxmidstreamtexas-46297b.undefined" - }, { "if": { "and": [ @@ -164789,15 +81976,6 @@ }, "then": "./assets/data/nsi/logos/mayniladwaterservices-98d0ce.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MEGAL Mittel-Europäische Gasleitungsgesellschaft mbH & Co. KG" - ] - }, - "then": "./assets/data/nsi/logos/megalmitteleuropaischegasleitungsgesellschaftmbhandcokg-da7c89.undefined" - }, { "if": { "and": [ @@ -164827,61 +82005,6 @@ }, "then": "./assets/data/nsi/logos/memphislightgasandwater-f2876e.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MěPOS Šenov" - ] - }, - "then": "./assets/data/nsi/logos/mepossenov-446620.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianenergy-8ca9c6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Merit Energy Company", - "operator:wikidata=Q6819524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meritenergycompany-ccd82f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Metro Vancouver" - ] - }, - "then": "./assets/data/nsi/logos/metrovancouver-f62730.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Metropolitan Wastewater Management Commission" - ] - }, - "then": "./assets/data/nsi/logos/metropolitanwastewatermanagementcommission-128d34.undefined" - }, { "if": { "and": [ @@ -164897,96 +82020,6 @@ }, "then": "./assets/data/nsi/logos/metropolitanwaterdistrictofsoutherncalifornia-3e913e.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mid Valley Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/midvalleypipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Midcoast Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/midcoastpipelines-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Midcontinent Express Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/midcontinentexpresspipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Midwestern Gas Transmission Company" - ] - }, - "then": "./assets/data/nsi/logos/midwesterngastransmissioncompany-ecb025.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mihő Kft." - ] - }, - "then": "./assets/data/nsi/logos/mihokft-26624f.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Millennium Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/millenniumpipeline-70803a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Minera Alumbrera YMAD-UTE" - ] - }, - "then": "./assets/data/nsi/logos/mineraalumbreraymadute-02fa2c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mitteldeutsche Netzgesellschaft Gas GmbH" - ] - }, - "then": "./assets/data/nsi/logos/mitteldeutschenetzgesellschaftgasgmbh-c878f8.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mobil Pipe Line Company" - ] - }, - "then": "./assets/data/nsi/logos/mobilpipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mobile" - ] - }, - "then": "./assets/data/nsi/logos/mobile-5d4126.undefined" - }, { "if": { "and": [ @@ -165001,42 +82034,6 @@ }, "then": "./assets/data/nsi/logos/mol-26624f.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Moldovagaz" - ] - }, - "then": "./assets/data/nsi/logos/moldovagaz-44ac92.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Momentum Production" - ] - }, - "then": "./assets/data/nsi/logos/momentumproduction-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Monroe Gas Storage Company" - ] - }, - "then": "./assets/data/nsi/logos/monroegasstoragecompany-a29f0a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Monument Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/monumentpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -165051,123 +82048,6 @@ }, "then": "./assets/data/nsi/logos/motivaenterprises-0a386a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MPEC Rzeszów" - ] - }, - "then": "./assets/data/nsi/logos/mpecrzeszow-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=MPEC S.A" - ] - }, - "then": "./assets/data/nsi/logos/mpecsa-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=MPLX", - "operator:wikidata=Q105965677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mplx-0d2314.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Murphy Exploration & Production" - ] - }, - "then": "./assets/data/nsi/logos/murphyexplorationandproduction-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Mustang Island Gathering" - ] - }, - "then": "./assets/data/nsi/logos/mustangislandgathering-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-1006b1.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=NAM", - "operator:wikidata=Q1903706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nam-f82a4b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=National Gas", - "operator:wikidata=Q116544806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalgas-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=National Gas Transmission PLC" - ] - }, - "then": "./assets/data/nsi/logos/nationalgastransmissionplc-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Natural Gas Pipeline Company of America", - "operator:wikidata=Q6980495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naturalgaspipelinecompanyofamerica-46297b.undefined" - }, { "if": { "and": [ @@ -165182,53 +82062,6 @@ }, "then": "./assets/data/nsi/logos/naturgy-86ac77.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Navarro Midstream Services" - ] - }, - "then": "./assets/data/nsi/logos/navarromidstreamservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=NEL Gastransport", - "operator:wikidata=Q124422184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nelgastransport-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Net Mexico Pipeline Partners" - ] - }, - "then": "./assets/data/nsi/logos/netmexicopipelinepartners-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-c20508.undefined" - }, { "if": { "and": [ @@ -165258,58 +82091,6 @@ }, "then": "./assets/data/nsi/logos/netzesudwest-0b5f1c.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Netzgesellschaft Schwerin", - "operator:short=NGS", - "operator:wikidata=Q124422389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftschwerin-5ca434.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Neumin Production Company" - ] - }, - "then": "./assets/data/nsi/logos/neuminproductioncompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=New York City Department of Environmental Protection", - "operator:wikidata=Q7013162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotection-70803a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Newfield Exploration Company", - "operator:wikidata=Q7017778" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newfieldexplorationcompany-9b1cf7.undefined" - }, { "if": { "and": [ @@ -165324,20 +82105,6 @@ }, "then": "./assets/data/nsi/logos/nicorgas-0a386a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Nord Stream AG", - "operator:wikidata=Q691563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordstreamag-904332.undefined" - }, { "if": { "and": [ @@ -165353,30 +82120,6 @@ }, "then": "./assets/data/nsi/logos/nordwestoelleitunggmbh-db8d21.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Norðurorka" - ] - }, - "then": "./assets/data/nsi/logos/nordhurorka-9f3dd9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=Northern Gas Networks", - "operator:wikidata=Q7058365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northerngasnetworks-0affc0.undefined" - }, { "if": { "and": [ @@ -165391,24 +82134,6 @@ }, "then": "./assets/data/nsi/logos/northernirelandwater-caca88.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Northern Natural Gas" - ] - }, - "then": "./assets/data/nsi/logos/northernnaturalgas-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Northwest Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/northwestpipeline-0a386a.undefined" - }, { "if": { "and": [ @@ -165437,29 +82162,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-14d875.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Nowega", - "operator:wikidata=Q67171186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nowega-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=NSWDB" - ] - }, - "then": "./assets/data/nsi/logos/nswdb-5906f0.undefined" - }, { "if": { "and": [ @@ -165474,24 +82176,6 @@ }, "then": "./assets/data/nsi/logos/nukissiorfiit-f00fb9.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Nustar Logistics" - ] - }, - "then": "./assets/data/nsi/logos/nustarlogistics-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=NuStar Pipeline Operating Partnership" - ] - }, - "then": "./assets/data/nsi/logos/nustarpipelineoperatingpartnership-0a386a.undefined" - }, { "if": { "and": [ @@ -165521,29 +82205,6 @@ }, "then": "./assets/data/nsi/logos/obb-9c8423.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Occidental Chemical Corporation", - "operator:wikidata=Q31884170" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/occidentalchemicalcorporation-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Occidental Permian" - ] - }, - "then": "./assets/data/nsi/logos/occidentalpermian-46297b.undefined" - }, { "if": { "and": [ @@ -165558,15 +82219,6 @@ }, "then": "./assets/data/nsi/logos/oiltankingdeutschlandgmbhandcokg-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Olipdp II" - ] - }, - "then": "./assets/data/nsi/logos/olipdpii-46297b.undefined" - }, { "if": { "and": [ @@ -165581,20 +82233,6 @@ }, "then": "./assets/data/nsi/logos/omv-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=OMV Refining & Marketing GmbH", - "operator:wikidata=Q108295335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/omvrefiningandmarketinggmbh-9c8423.undefined" - }, { "if": { "and": [ @@ -165609,24 +82247,6 @@ }, "then": "./assets/data/nsi/logos/oneok-0a386a.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Oneok Hydrocarbon Southwest" - ] - }, - "then": "./assets/data/nsi/logos/oneokhydrocarbonsouthwest-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Oneok NGL Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/oneoknglpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -165641,15 +82261,6 @@ }, "then": "./assets/data/nsi/logos/ontras-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=OÖ Ferngas" - ] - }, - "then": "./assets/data/nsi/logos/ooferngas-b77acd.undefined" - }, { "if": { "and": [ @@ -165665,15 +82276,6 @@ }, "then": "./assets/data/nsi/logos/opengrideuropegmbh-143312.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Orange" - ] - }, - "then": "./assets/data/nsi/logos/orange-b36b52.undefined" - }, { "if": { "and": [ @@ -165688,56 +82290,6 @@ }, "then": "./assets/data/nsi/logos/orkanatturunnar-9f3dd9.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Orkuveita Reykjavíkur" - ] - }, - "then": "./assets/data/nsi/logos/orkuveitareykjavikur-9f3dd9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Ormat Technologies", - "operator:wikidata=Q1549511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormattechnologies-6bbcf6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ouray Ice Park" - ] - }, - "then": "./assets/data/nsi/logos/ourayicepark-845c5d.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=OXY USA" - ] - }, - "then": "./assets/data/nsi/logos/oxyusa-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ozona Pipeline Energy Company" - ] - }, - "then": "./assets/data/nsi/logos/ozonapipelineenergycompany-46297b.undefined" - }, { "if": { "and": [ @@ -165753,88 +82305,6 @@ }, "then": "./assets/data/nsi/logos/pacificgasandelectric-3e913e.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Panhandle Eastern Pipe Line Company", - "operator:wikidata=Q7131012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panhandleeasternpipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Panhandle Energy" - ] - }, - "then": "./assets/data/nsi/logos/panhandleenergy-3ff652.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Panther Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/pantheroperatingcompany-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Panther Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/pantherpipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Paradigm Midstream Services" - ] - }, - "then": "./assets/data/nsi/logos/paradigmmidstreamservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=PDAM" - ] - }, - "then": "./assets/data/nsi/logos/pdam-2fbc97.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=PDVSA" - ] - }, - "then": "./assets/data/nsi/logos/pdvsa-8a6ad8.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Pembina", - "operator:wikidata=Q7161915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pembina-095cc1.undefined" - }, { "if": { "and": [ @@ -165863,33 +82333,6 @@ }, "then": "./assets/data/nsi/logos/pennsylvaniastateuniversity-586f4c.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Peoples Gas System" - ] - }, - "then": "./assets/data/nsi/logos/peoplesgassystem-3ff652.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Permian Express Partners" - ] - }, - "then": "./assets/data/nsi/logos/permianexpresspartners-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Pertamina" - ] - }, - "then": "./assets/data/nsi/logos/pertamina-2fbc97.undefined" - }, { "if": { "and": [ @@ -165904,29 +82347,6 @@ }, "then": "./assets/data/nsi/logos/petrobras-b2714a.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Petrobras Transporte SA" - ] - }, - "then": "./assets/data/nsi/logos/petrobrastransportesa-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Petrochemical Pipeline Services", - "operator:wikidata=Q105951179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrochemicalpipelineservices-7f7c60.undefined" - }, { "if": { "and": [ @@ -165941,47 +82361,6 @@ }, "then": "./assets/data/nsi/logos/petroecuador-a80893.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Petroleum Fuels Company" - ] - }, - "then": "./assets/data/nsi/logos/petroleumfuelscompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Petroterminales de Panamá", - "operator:short=PTP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petroterminalesdepanama-e203a2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=PGE Górnictwo i Energetyka Konwencjonalna S.A." - ] - }, - "then": "./assets/data/nsi/logos/pgegornictwoienergetykakonwencjonalnasa-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=PGNiG TERMIKA" - ] - }, - "then": "./assets/data/nsi/logos/pgnigtermika-b36b52.undefined" - }, { "if": { "and": [ @@ -165996,15 +82375,6 @@ }, "then": "./assets/data/nsi/logos/phillips66-143312.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Phillips 66 Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/phillips66pipeline-46297b.undefined" - }, { "if": { "and": [ @@ -166019,56 +82389,6 @@ }, "then": "./assets/data/nsi/logos/piedmontnaturalgascompany-9444cc.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Placer County Water Agency" - ] - }, - "then": "./assets/data/nsi/logos/placercountywateragency-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Plains Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/plainspipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Plantation Pipeline", - "operator:wikidata=Q17085634" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plantationpipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Plinacro" - ] - }, - "then": "./assets/data/nsi/logos/plinacro-b82f8a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=PLTP Patuha" - ] - }, - "then": "./assets/data/nsi/logos/pltppatuha-2fbc97.undefined" - }, { "if": { "and": [ @@ -166083,15 +82403,6 @@ }, "then": "./assets/data/nsi/logos/plzenskateplarenskaas-446620.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Polaris Pipeline Systems" - ] - }, - "then": "./assets/data/nsi/logos/polarispipelinesystems-46297b.undefined" - }, { "if": { "and": [ @@ -166121,65 +82432,6 @@ }, "then": "./assets/data/nsi/logos/preem-febfa2.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Premier Transmission Limited" - ] - }, - "then": "./assets/data/nsi/logos/premiertransmissionlimited-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Producers Gas Gathering JV" - ] - }, - "then": "./assets/data/nsi/logos/producersgasgatheringjv-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Products (SE) Pipe Line Corporation", - "operator:wikidata=Q130233116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/productssepipelinecorporation-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Promioriente" - ] - }, - "then": "./assets/data/nsi/logos/promioriente-d48841.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Protege Energy III" - ] - }, - "then": "./assets/data/nsi/logos/protegeenergyiii-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Public Service Company of North Carolina" - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofnorthcarolina-9444cc.undefined" - }, { "if": { "and": [ @@ -166194,24 +82446,6 @@ }, "then": "./assets/data/nsi/logos/qgc-3592c9.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Quail Creek Oil Corporation" - ] - }, - "then": "./assets/data/nsi/logos/quailcreekoilcorporation-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=QuarterNorth Energy" - ] - }, - "then": "./assets/data/nsi/logos/quarternorthenergy-eefa49.undefined" - }, { "if": { "and": [ @@ -166226,79 +82460,6 @@ }, "then": "./assets/data/nsi/logos/ragaustria-9c8423.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Ranger Oil Corporation", - "operator:wikidata=Q7163348" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rangeroilcorporation-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Recoil Resources Operating" - ] - }, - "then": "./assets/data/nsi/logos/recoilresourcesoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Redexis" - ] - }, - "then": "./assets/data/nsi/logos/redexis-86ac77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Régaz" - ] - }, - "then": "./assets/data/nsi/logos/regaz-dac93d.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Regio Energie Solothurn", - "operator:wikidata=Q2138132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regioenergiesolothurn-65e4eb.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Regional NNE" - ] - }, - "then": "./assets/data/nsi/logos/regionalnne-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Remora Operating" - ] - }, - "then": "./assets/data/nsi/logos/remoraoperating-46297b.undefined" - }, { "if": { "and": [ @@ -166313,33 +82474,6 @@ }, "then": "./assets/data/nsi/logos/ren-9fc26f.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Renaissance Offshore" - ] - }, - "then": "./assets/data/nsi/logos/renaissanceoffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Repsol Oil & Gas USA" - ] - }, - "then": "./assets/data/nsi/logos/repsoloilandgasusa-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Republic Coast Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/republiccoastpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -166355,20 +82489,6 @@ }, "then": "./assets/data/nsi/logos/rheinmainrohrleitungstransportgesellschaft-da7c89.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Rheinkalk GmbH", - "operator:wikidata=Q2147848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rheinkalkgmbh-da7c89.undefined" - }, { "if": { "and": [ @@ -166383,56 +82503,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-aa0e70.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Rockdale Energy" - ] - }, - "then": "./assets/data/nsi/logos/rockdaleenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Rosneft" - ] - }, - "then": "./assets/data/nsi/logos/rosneft-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Rotterdam-Rijn Pijpleidingmaatschappij", - "operator:wikidata=Q2703585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rotterdamrijnpijpleidingmaatschappij-f82a4b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=RUBIS Antilles Guyane" - ] - }, - "then": "./assets/data/nsi/logos/rubisantillesguyane-7e96c3.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ruhroel" - ] - }, - "then": "./assets/data/nsi/logos/ruhroel-da7c89.undefined" - }, { "if": { "and": [ @@ -166461,15 +82531,6 @@ }, "then": "./assets/data/nsi/logos/sawater-c35d57.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sabal Trail Transmission" - ] - }, - "then": "./assets/data/nsi/logos/sabaltrailtransmission-863e18.undefined" - }, { "if": { "and": [ @@ -166498,79 +82559,6 @@ }, "then": "./assets/data/nsi/logos/sachsenenergie-2bc2b4.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sakhalin Energy" - ] - }, - "then": "./assets/data/nsi/logos/sakhalinenergy-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Samarco" - ] - }, - "then": "./assets/data/nsi/logos/samarco-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=San Francisco Public Utilities Commission", - "operator:wikidata=Q7414097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscopublicutilitiescommission-3e913e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sanare Energy Partners" - ] - }, - "then": "./assets/data/nsi/logos/sanareenergypartners-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sandel Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/sandeloperatingcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=SAPPRO", - "operator:wikidata=Q105037820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sappro-1b588c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sarita Energy Resources" - ] - }, - "then": "./assets/data/nsi/logos/saritaenergyresources-46297b.undefined" - }, { "if": { "and": [ @@ -166587,15 +82575,6 @@ }, "then": "./assets/data/nsi/logos/sbbcff-e0d926.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SC-GÁS" - ] - }, - "then": "./assets/data/nsi/logos/scgas-b2714a.undefined" - }, { "if": { "and": [ @@ -166610,29 +82589,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-9683bf.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-0b5f1c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Scottish & Southern Energy" - ] - }, - "then": "./assets/data/nsi/logos/scottishandsouthernenergy-f2d4b6.undefined" - }, { "if": { "and": [ @@ -166647,33 +82603,6 @@ }, "then": "./assets/data/nsi/logos/scottishwater-73cbec.bec" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sea Eagle Ford" - ] - }, - "then": "./assets/data/nsi/logos/seaeagleford-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sea Robin Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/searobinpipelinecompany-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Seadrift Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/seadriftpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -166690,15 +82619,6 @@ }, "then": "./assets/data/nsi/logos/seattlepublicutilities-6da778.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SEP Congo" - ] - }, - "then": "./assets/data/nsi/logos/sepcongo-7033b9.undefined" - }, { "if": { "and": [ @@ -166713,33 +82633,6 @@ }, "then": "./assets/data/nsi/logos/seqwater-3592c9.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Serhy" - ] - }, - "then": "./assets/data/nsi/logos/serhy-e17829.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Servicio Municipal de Agua Potable y Alcantarillado" - ] - }, - "then": "./assets/data/nsi/logos/serviciomunicipaldeaguapotableyalcantarillado-6c161b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SEV" - ] - }, - "then": "./assets/data/nsi/logos/sev-56f351.undefined" - }, { "if": { "and": [ @@ -166754,30 +82647,6 @@ }, "then": "./assets/data/nsi/logos/severntrent-0affc0.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SFDM" - ] - }, - "then": "./assets/data/nsi/logos/sfdm-02b185.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=SGN", - "operator:wikidata=Q7435584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sgn-e248bd.undefined" - }, { "if": { "and": [ @@ -166806,24 +82675,6 @@ }, "then": "./assets/data/nsi/logos/shelldeutschland-da7c89.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Shell Offshore" - ] - }, - "then": "./assets/data/nsi/logos/shelloffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Shell Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/shellpipelinecompany-ad1b55.undefined" - }, { "if": { "and": [ @@ -166838,70 +82689,6 @@ }, "then": "./assets/data/nsi/logos/shem-02b185.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sheridan Production Company III" - ] - }, - "then": "./assets/data/nsi/logos/sheridanproductioncompanyiii-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Silverbow Resources", - "operator:wikidata=Q113654251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silverbowresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=SM Energy Company", - "operator:wikidata=Q16984687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smenergycompany-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SN EF Maverick" - ] - }, - "then": "./assets/data/nsi/logos/snefmaverick-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SN Operating" - ] - }, - "then": "./assets/data/nsi/logos/snoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SNAM" - ] - }, - "then": "./assets/data/nsi/logos/snam-e17829.undefined" - }, { "if": { "and": [ @@ -166916,44 +82703,6 @@ }, "then": "./assets/data/nsi/logos/snowyhydro-588004.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Société Anonyme de Raffinerie des Antilles", - "operator:short=SARA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societeanonymederaffineriedesantilles-7e96c3.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Société du Pipeline Sud-Européen", - "operator:short=SPSE", - "operator:wikidata=Q7552961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societedupipelinesudeuropeen-25e302.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SONATRACH" - ] - }, - "then": "./assets/data/nsi/logos/sonatrach-6d32cf.undefined" - }, { "if": { "and": [ @@ -166968,92 +82717,6 @@ }, "then": "./assets/data/nsi/logos/sonelgaz-6d32cf.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sonera" - ] - }, - "then": "./assets/data/nsi/logos/sonera-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=South Australian Government", - "operator:wikidata=Q3112580" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southaustraliangovernment-c35d57.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=South-West Water" - ] - }, - "then": "./assets/data/nsi/logos/southwestwater-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southcross CCNG Gathering" - ] - }, - "then": "./assets/data/nsi/logos/southcrossccnggathering-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southcross CCNG Transmission" - ] - }, - "then": "./assets/data/nsi/logos/southcrossccngtransmission-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southcross Gulf Coast Transmission" - ] - }, - "then": "./assets/data/nsi/logos/southcrossgulfcoasttransmission-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southcross NGL Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/southcrossnglpipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southeast Gas" - ] - }, - "then": "./assets/data/nsi/logos/southeastgas-dcd036.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southeast Supply Header" - ] - }, - "then": "./assets/data/nsi/logos/southeastsupplyheader-50ecfd.undefined" - }, { "if": { "and": [ @@ -167069,52 +82732,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniagascompany-3e913e.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southern Indiana Gas & Electric" - ] - }, - "then": "./assets/data/nsi/logos/southernindianagasandelectric-89b618.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Southern Natural Gas", - "operator:wikidata=Q7570164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernnaturalgas-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Southern Star Central Gas Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/southernstarcentralgaspipeline-d1be48.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Southern Water", - "operator:wikidata=Q7570621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernwater-0affc0.undefined" - }, { "if": { "and": [ @@ -167144,69 +82761,6 @@ }, "then": "./assets/data/nsi/logos/spacex-0a386a.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SPDC" - ] - }, - "then": "./assets/data/nsi/logos/spdc-e319af.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Spire Gulf" - ] - }, - "then": "./assets/data/nsi/logos/spiregulf-dcd036.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Spółka Energetyczna Jaworzno" - ] - }, - "then": "./assets/data/nsi/logos/spolkaenergetycznajaworzno-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Spółka Wodociągowo–Kanalizacyjna Dzimierz – Nowa Wieś" - ] - }, - "then": "./assets/data/nsi/logos/spolkawodociagowokanalizacyjnadzimierznowawies-b36b52.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SPP" - ] - }, - "then": "./assets/data/nsi/logos/spp-7fc625.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SpreeGas" - ] - }, - "then": "./assets/data/nsi/logos/spreegas-da7c89.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Springfield Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/springfieldpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -167221,38 +82775,6 @@ }, "then": "./assets/data/nsi/logos/sse-143312.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=SSE Ireland" - ] - }, - "then": "./assets/data/nsi/logos/sseireland-d9b47c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=St Mary River Irrigation District" - ] - }, - "then": "./assets/data/nsi/logos/stmaryriverirrigationdistrict-085e21.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Stadt Wien", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-f28f65.undefined" - }, { "if": { "and": [ @@ -167297,20 +82819,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkejena-b8415f.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Stadtwerke Karlsruhe Netzservice", - "operator:wikidata=Q124476041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-0b5f1c.undefined" - }, { "if": { "and": [ @@ -167368,97 +82876,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerketreuchtlingen-d75ea7.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Stanwell", - "operator:wikidata=Q7600309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stanwell-3592c9.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Startex Field Services" - ] - }, - "then": "./assets/data/nsi/logos/startexfieldservices-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Stingray Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/stingraypipelinecompany-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Stonewater Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/stonewaterpipelinecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Sturgeon Aquafarms", - "operator:short=SAF" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sturgeonaquafarms-3ff652.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sulphur River Exploration" - ] - }, - "then": "./assets/data/nsi/logos/sulphurriverexploration-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sulphur River Gathering" - ] - }, - "then": "./assets/data/nsi/logos/sulphurrivergathering-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Sunoco Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/sunocopipeline-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Superior Midstream" - ] - }, - "then": "./assets/data/nsi/logos/superiormidstream-46297b.undefined" - }, { "if": { "and": [ @@ -167473,34 +82890,6 @@ }, "then": "./assets/data/nsi/logos/swissgas-e0d926.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=SWKiel Netz GmbH", - "operator:wikidata=Q130385984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swkielnetzgmbh-9683bf.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Sydney Catchment Authority", - "operator:wikidata=Q7659859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydneycatchmentauthority-7a96c6.undefined" - }, { "if": { "and": [ @@ -167515,101 +82904,6 @@ }, "then": "./assets/data/nsi/logos/sydneywater-7a96c6.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TAG" - ] - }, - "then": "./assets/data/nsi/logos/tag-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TAG Pipelines Norte" - ] - }, - "then": "./assets/data/nsi/logos/tagpipelinesnorte-c74959.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TAG Pipelines Sur" - ] - }, - "then": "./assets/data/nsi/logos/tagpipelinessur-c74959.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Tallgrass Energy Partners", - "operator:wikidata=Q17089427" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tallgrassenergypartners-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Talos Energy Offshore" - ] - }, - "then": "./assets/data/nsi/logos/talosenergyoffshore-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Talos Energy Ventures" - ] - }, - "then": "./assets/data/nsi/logos/talosenergyventures-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Talos ERT" - ] - }, - "then": "./assets/data/nsi/logos/talosert-e92df5.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Talos Petroleum" - ] - }, - "then": "./assets/data/nsi/logos/talospetroleum-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TANAP" - ] - }, - "then": "./assets/data/nsi/logos/tanap-8a4901.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Targa NGL Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/targanglpipelinecompany-46297b.undefined" - }, { "if": { "and": [ @@ -167624,48 +82918,6 @@ }, "then": "./assets/data/nsi/logos/tcenergycorporation-45a322.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TC Oil Pipeline Operations" - ] - }, - "then": "./assets/data/nsi/logos/tcoilpipelineoperations-82496e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=Tennessee Gas Pipeline Company", - "operator:wikidata=Q7700085" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tennesseegaspipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TEOL" - ] - }, - "then": "./assets/data/nsi/logos/teol-293174.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Terega" - ] - }, - "then": "./assets/data/nsi/logos/terega-88a578.undefined" - }, { "if": { "and": [ @@ -167681,92 +82933,6 @@ }, "then": "./assets/data/nsi/logos/terranetsbwgmbh-0b5f1c.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TESKİ" - ] - }, - "then": "./assets/data/nsi/logos/teski-8a4901.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Texas Eastern Transmission, LP", - "operator:wikidata=Q130233152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaseasterntransmissionlp-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Texas Gas Service Company" - ] - }, - "then": "./assets/data/nsi/logos/texasgasservicecompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Texas Gas Transmission" - ] - }, - "then": "./assets/data/nsi/logos/texasgastransmission-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Texas Independent Exploration" - ] - }, - "then": "./assets/data/nsi/logos/texasindependentexploration-43809e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Texas Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/texaspipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Texas Pipeline Systems" - ] - }, - "then": "./assets/data/nsi/logos/texaspipelinesystems-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TGG Shelby Assets" - ] - }, - "then": "./assets/data/nsi/logos/tggshelbyassets-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TGS SA" - ] - }, - "then": "./assets/data/nsi/logos/tgssa-02fa2c.undefined" - }, { "if": { "and": [ @@ -167781,15 +82947,6 @@ }, "then": "./assets/data/nsi/logos/thameswater-0affc0.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Thika Power" - ] - }, - "then": "./assets/data/nsi/logos/thikapower-ff82fc.undefined" - }, { "if": { "and": [ @@ -167819,29 +82976,6 @@ }, "then": "./assets/data/nsi/logos/thyssenkruppsteel-e37083.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=TIGAS", - "operator:wikidata=Q113466439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigas-7bfa60.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Torrent Oil" - ] - }, - "then": "./assets/data/nsi/logos/torrentoil-46297b.undefined" - }, { "if": { "and": [ @@ -167856,34 +82990,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-143312.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Town of Gillham", - "operator:wikidata=Q2082067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgillham-251ea2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Town of Inuvik", - "operator:wikidata=Q338686" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofinuvik-233b9e.undefined" - }, { "if": { "and": [ @@ -167898,102 +83004,6 @@ }, "then": "./assets/data/nsi/logos/tpcgroup-46297b.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TPL Southtex Midstream" - ] - }, - "then": "./assets/data/nsi/logos/tplsouthtexmidstream-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TR Offshore" - ] - }, - "then": "./assets/data/nsi/logos/troffshore-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Trans Adriatic Pipeline AG", - "operator:wikidata=Q29476714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transadriaticpipelineag-f712d2.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trans Austria Gasleitung GmbH" - ] - }, - "then": "./assets/data/nsi/logos/transaustriagasleitunggmbh-9c8423.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Trans Europa Naturgas Pipeline GmbH & Co. KG", - "operator:short=TENP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transeuropanaturgaspipelinegmbhandcokg-25e302.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trans Mountain" - ] - }, - "then": "./assets/data/nsi/logos/transmountain-095cc1.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trans-Northern Pipelines" - ] - }, - "then": "./assets/data/nsi/logos/transnorthernpipelines-88afd4.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Transcontinental Gas Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/transcontinentalgaspipelinecompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Transitgas", - "operator:wikidata=Q3997515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transitgas-e0d926.undefined" - }, { "if": { "and": [ @@ -168008,205 +83018,6 @@ }, "then": "./assets/data/nsi/logos/transpetrol-7fc625.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Transportadora Associada de Gás S.A" - ] - }, - "then": "./assets/data/nsi/logos/transportadoraassociadadegassa-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Transportadora Brasileira Gasoduto Bolívia-Brasil S.A." - ] - }, - "then": "./assets/data/nsi/logos/transportadorabrasileiragasodutoboliviabrasilsa-355e26.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Transportadora de Gas del Norte S.A." - ] - }, - "then": "./assets/data/nsi/logos/transportadoradegasdelnortesa-02fa2c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Transwestern Pipeline Company" - ] - }, - "then": "./assets/data/nsi/logos/transwesternpipelinecompany-56e6f5.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=TRAPIL" - ] - }, - "then": "./assets/data/nsi/logos/trapil-02b185.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trek Resources" - ] - }, - "then": "./assets/data/nsi/logos/trekresources-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trinity Operating" - ] - }, - "then": "./assets/data/nsi/logos/trinityoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trinity River Energy Operating" - ] - }, - "then": "./assets/data/nsi/logos/trinityriverenergyoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Trunkline Gas Company" - ] - }, - "then": "./assets/data/nsi/logos/trunklinegascompany-0a386a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Tryall" - ] - }, - "then": "./assets/data/nsi/logos/tryall-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Twin Rivers Paper Company" - ] - }, - "then": "./assets/data/nsi/logos/twinriverspapercompany-8a094d.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-a7d138.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UKOP" - ] - }, - "then": "./assets/data/nsi/logos/ukop-f2d4b6.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN - ES" - ] - }, - "then": "./assets/data/nsi/logos/unes-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN-BA" - ] - }, - "then": "./assets/data/nsi/logos/unba-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN-BC" - ] - }, - "then": "./assets/data/nsi/logos/unbc-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN-BSOL" - ] - }, - "then": "./assets/data/nsi/logos/unbsol-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN-RNCE" - ] - }, - "then": "./assets/data/nsi/logos/unrnce-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UN-SEAL" - ] - }, - "then": "./assets/data/nsi/logos/unseal-b2714a.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Unigaz" - ] - }, - "then": "./assets/data/nsi/logos/unigaz-e0d926.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Union Gas", - "operator:wikidata=Q7885706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uniongas-88afd4.undefined" - }, { "if": { "and": [ @@ -168221,24 +83032,6 @@ }, "then": "./assets/data/nsi/logos/uniper-55fc32.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UNIPETROL RPA, s.r.o." - ] - }, - "then": "./assets/data/nsi/logos/unipetrolrpasro-446620.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=United Brine Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/unitedbrinepipeline-46297b.undefined" - }, { "if": { "and": [ @@ -168281,51 +83074,6 @@ }, "then": "./assets/data/nsi/logos/unocalcorporation-e92df5.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UPM-Kymmene" - ] - }, - "then": "./assets/data/nsi/logos/upmkymmene-e3c464.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UPP Operating" - ] - }, - "then": "./assets/data/nsi/logos/uppoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=UralTransGas" - ] - }, - "then": "./assets/data/nsi/logos/uraltransgas-4cec55.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Urban Oil & Gas Group" - ] - }, - "then": "./assets/data/nsi/logos/urbanoilandgasgroup-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Valence Operating Company" - ] - }, - "then": "./assets/data/nsi/logos/valenceoperatingcompany-46297b.undefined" - }, { "if": { "and": [ @@ -168340,51 +83088,6 @@ }, "then": "./assets/data/nsi/logos/valero-761061.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Valero Houston Refinery" - ] - }, - "then": "./assets/data/nsi/logos/valerohoustonrefinery-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Valero Refining - Texas" - ] - }, - "then": "./assets/data/nsi/logos/valerorefiningtexas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Validus NRG Aquilas Assetco" - ] - }, - "then": "./assets/data/nsi/logos/validusnrgaquilasassetco-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Valley Crossing Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/valleycrossingpipeline-056ed7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Vanguard Operating" - ] - }, - "then": "./assets/data/nsi/logos/vanguardoperating-46297b.undefined" - }, { "if": { "and": [ @@ -168513,109 +83216,6 @@ }, "then": "./assets/data/nsi/logos/verbundnetzgas-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Verdun Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/verdunoilandgas-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Vernon E. Faulconer, Inc." - ] - }, - "then": "./assets/data/nsi/logos/vernonefaulconerinc-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Vivaqua", - "operator:wikidata=Q3561439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vivaqua-5c754e.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=W&T Offshore" - ] - }, - "then": "./assets/data/nsi/logos/wandtoffshore-5f8925.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Wagner Oil Company" - ] - }, - "then": "./assets/data/nsi/logos/wagneroilcompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "substance=gas", - { - "or": [ - "operator=Wales & West Utilities", - "operator:wikidata=Q7961745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/walesandwestutilities-834d77.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Walter Oil & Gas Corporation" - ] - }, - "then": "./assets/data/nsi/logos/walteroilandgascorporation-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Water & Power Development Authority", - "operator:short=WAPDA", - "operator:wikidata=Q7973437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-4464f3.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Wärmeversorgung Offenburg", - "operator:wikidata=Q130387888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warmeversorgungoffenburg-0b5f1c.undefined" - }, { "if": { "and": [ @@ -168645,15 +83245,6 @@ }, "then": "./assets/data/nsi/logos/watercare-4e7678.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Weld Exploration" - ] - }, - "then": "./assets/data/nsi/logos/weldexploration-46297b.undefined" - }, { "if": { "and": [ @@ -168696,42 +83287,6 @@ }, "then": "./assets/data/nsi/logos/westtexasgasutility-46297b.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Western Gas Interstate" - ] - }, - "then": "./assets/data/nsi/logos/westerngasinterstate-49a425.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=White Marlin Operating" - ] - }, - "then": "./assets/data/nsi/logos/whitemarlinoperating-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Whiting Oil and Gas Corporation" - ] - }, - "then": "./assets/data/nsi/logos/whitingoilandgascorporation-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Whitney Oil & Gas" - ] - }, - "then": "./assets/data/nsi/logos/whitneyoilandgas-eefa49.undefined" - }, { "if": { "and": [ @@ -168760,33 +83315,6 @@ }, "then": "./assets/data/nsi/logos/williams-0a386a.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Williams Field Services" - ] - }, - "then": "./assets/data/nsi/logos/williamsfieldservices-586f4c.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Williams Field Services - Gulf Coast Company" - ] - }, - "then": "./assets/data/nsi/logos/williamsfieldservicesgulfcoastcompany-9b1cf7.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Williams MLP Operating" - ] - }, - "then": "./assets/data/nsi/logos/williamsmlpoperating-0a386a.undefined" - }, { "if": { "and": [ @@ -168801,15 +83329,6 @@ }, "then": "./assets/data/nsi/logos/wingasgmbhandcokg-da7c89.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Wink to Webster Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/winktowebsterpipeline-46297b.undefined" - }, { "if": { "and": [ @@ -168825,51 +83344,6 @@ }, "then": "./assets/data/nsi/logos/wisconsinpublicservicecorporation-7aea5f.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Woodside Energy" - ] - }, - "then": "./assets/data/nsi/logos/woodsideenergy-eefa49.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Woodway Bluebonnet Pipeline" - ] - }, - "then": "./assets/data/nsi/logos/woodwaybluebonnetpipeline-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=WTG Gas Transmission Company" - ] - }, - "then": "./assets/data/nsi/logos/wtggastransmissioncompany-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=WTG Jameson" - ] - }, - "then": "./assets/data/nsi/logos/wtgjameson-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=WTG South Permian Midstream" - ] - }, - "then": "./assets/data/nsi/logos/wtgsouthpermianmidstream-46297b.undefined" - }, { "if": { "and": [ @@ -168899,15 +83373,6 @@ }, "then": "./assets/data/nsi/logos/xtoenergy-46297b.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Y.P.F. S.A." - ] - }, - "then": "./assets/data/nsi/logos/ypfsa-02fa2c.undefined" - }, { "if": { "and": [ @@ -168922,42 +83387,6 @@ }, "then": "./assets/data/nsi/logos/yacimientosdelitiobolivianos-6c161b.svg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=YPFB Transporte" - ] - }, - "then": "./assets/data/nsi/logos/ypfbtransporte-6232f3.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ZADCO" - ] - }, - "then": "./assets/data/nsi/logos/zadco-eb7fb1.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Zarvona Energy" - ] - }, - "then": "./assets/data/nsi/logos/zarvonaenergy-46297b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Zarvonia Energy" - ] - }, - "then": "./assets/data/nsi/logos/zarvoniaenergy-46297b.undefined" - }, { "if": { "and": [ @@ -168973,33 +83402,6 @@ }, "then": "./assets/data/nsi/logos/zweckverbandbodenseewasserversorgung-0b5f1c.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=АО «Интер РАО - Электрогенерация»" - ] - }, - "then": "./assets/data/nsi/logos/3e4273-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=АО «Транснефть — Верхняя Волга»" - ] - }, - "then": "./assets/data/nsi/logos/b7b538-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=АО «Транснефть — Север»" - ] - }, - "then": "./assets/data/nsi/logos/75914e-a0c8bd.undefined" - }, { "if": { "and": [ @@ -169014,313 +83416,6 @@ }, "then": "./assets/data/nsi/logos/bb4e91-324985.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Газпром" - ] - }, - "then": "./assets/data/nsi/logos/9bee30-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Газпром газораспределение Великий Новгород" - ] - }, - "then": "./assets/data/nsi/logos/3e27f7-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ДЭУ Советского района" - ] - }, - "then": "./assets/data/nsi/logos/0acdef-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ІЗС" - ] - }, - "then": "./assets/data/nsi/logos/77b345-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Київгаз" - ] - }, - "then": "./assets/data/nsi/logos/f651f5-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-6" - ] - }, - "then": "./assets/data/nsi/logos/0497e7-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-8" - ] - }, - "then": "./assets/data/nsi/logos/e7cae4-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Михайловское тепловое хозяйство" - ] - }, - "then": "./assets/data/nsi/logos/97ff9d-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=НорильскГазпром" - ] - }, - "then": "./assets/data/nsi/logos/60840b-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ОАО \"Гомельтранснефть Дружба\"" - ] - }, - "then": "./assets/data/nsi/logos/0e50c9-e76619.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ОАО \"Трансаммиак\"" - ] - }, - "then": "./assets/data/nsi/logos/13afd2-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ОКВП \"Дніпро-Кіровоград\"" - ] - }, - "then": "./assets/data/nsi/logos/5845cb-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО \"Газпром трансгаз Сургут\"" - ] - }, - "then": "./assets/data/nsi/logos/689785-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО \"Газпром трансгаз Югорск\"" - ] - }, - "then": "./assets/data/nsi/logos/8a9d59-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО \"Газпром трансгаз Югорск\", ОАО \"Газпром\"" - ] - }, - "then": "./assets/data/nsi/logos/55fdab-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Газпром ПХГ»" - ] - }, - "then": "./assets/data/nsi/logos/00c96c-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Газпром трансгаз Москва»" - ] - }, - "then": "./assets/data/nsi/logos/7c48dd-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Газпром трансгаз Нижний Новгород»" - ] - }, - "then": "./assets/data/nsi/logos/53d415-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Газпром трансгаз Санкт-Петербург»" - ] - }, - "then": "./assets/data/nsi/logos/08fb6e-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Газпром трансгаз Ухта»" - ] - }, - "then": "./assets/data/nsi/logos/72d59b-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Транснефть — Балтика»" - ] - }, - "then": "./assets/data/nsi/logos/375d9f-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Транснефть — Верхняя Волга»" - ] - }, - "then": "./assets/data/nsi/logos/5bdec0-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ООО «Транснефть — Порт Приморск»" - ] - }, - "then": "./assets/data/nsi/logos/cbfe80-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Органический синтез" - ] - }, - "then": "./assets/data/nsi/logos/399e5e-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ПУ \"Пинскгаз\"" - ] - }, - "then": "./assets/data/nsi/logos/ab2f8e-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=СКРУ-3 АО «Уралкалий»" - ] - }, - "then": "./assets/data/nsi/logos/d20da1-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Татэнерго" - ] - }, - "then": "./assets/data/nsi/logos/fa25fa-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ТГК-11" - ] - }, - "then": "./assets/data/nsi/logos/514ea7-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ТГК-14" - ] - }, - "then": "./assets/data/nsi/logos/d5bc82-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Теплосети" - ] - }, - "then": "./assets/data/nsi/logos/590bdb-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=теплотрасса" - ] - }, - "then": "./assets/data/nsi/logos/90997a-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Топлофикация Бургас", - "operator:wikidata=Q113611230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dac849-324985.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Топлофикация Враца", - "operator:wikidata=Q113611296" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e23d2f-324985.undefined" - }, { "if": { "and": [ @@ -169335,48 +83430,6 @@ }, "then": "./assets/data/nsi/logos/71a366-324985.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Топлофикация Плевен", - "operator:wikidata=Q113611303" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2cd3dd-324985.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Топлофикация Русе", - "operator:wikidata=Q113611300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/520b86-324985.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=Топлофикация Сливен", - "operator:wikidata=Q113611307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b92d89-324985.undefined" - }, { "if": { "and": [ @@ -169391,139 +83444,6 @@ }, "then": "./assets/data/nsi/logos/d08e33-324985.png" }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Транснефть" - ] - }, - "then": "./assets/data/nsi/logos/8dc88a-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ТЭЦ-2" - ] - }, - "then": "./assets/data/nsi/logos/a73f21-e76619.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Укртрансгаз" - ] - }, - "then": "./assets/data/nsi/logos/fa3399-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Укртранснафта" - ] - }, - "then": "./assets/data/nsi/logos/23cf93-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ульбинская гидроэлектростанция" - ] - }, - "then": "./assets/data/nsi/logos/ce6be5-51ed47.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=УП \"Брестгаз\" Производственное управление \"Пинскгаз\"" - ] - }, - "then": "./assets/data/nsi/logos/d32730-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=УП \"Брестоблгаз\" Производственное управление \"Пинскгаз\"" - ] - }, - "then": "./assets/data/nsi/logos/a24add-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Ухта-Торжок" - ] - }, - "then": "./assets/data/nsi/logos/f54129-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=ФГУП УЭВ" - ] - }, - "then": "./assets/data/nsi/logos/f383ea-a0c8bd.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Филиал РУП \"Брестэнерго\" Пинские тепловые сети" - ] - }, - "then": "./assets/data/nsi/logos/eb993e-640b83.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=Черкасигаз" - ] - }, - "then": "./assets/data/nsi/logos/762161-03c626.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=临沂富源热电有限公司" - ] - }, - "then": "./assets/data/nsi/logos/48d7b3-8e8c5b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - "operator=曹妃甸港" - ] - }, - "then": "./assets/data/nsi/logos/e40afb-8e8c5b.undefined" - }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=横浜市水道局", - "operator:en=Yokohama Waterworks Bureau", - "operator:ja=横浜市水道局", - "operator:wikidata=Q27928104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yokohamawaterworksbureau-9676b4.undefined" - }, { "if": { "and": [ @@ -169540,56 +83460,6 @@ }, "then": "./assets/data/nsi/logos/watersuppliesdepartment-dde9b2.jpg" }, - { - "if": { - "and": [ - "man_made=pipeline", - { - "or": [ - "operator=渠務署 Drainage Services Department", - "operator:en=Drainage Services Department", - "operator:wikidata=Q11703256", - "operator:zh=渠務署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drainageservicesdepartment-dde9b2.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - "landuse=industrial", - "pumping_station=sewage", - { - "or": [ - "operator=渠務署 Drainage Services Department", - "operator:en=Drainage Services Department", - "operator:type=government", - "operator:wikidata=Q11703256", - "operator:zh=渠務署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drainageservicesdepartment-c4c4f5.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=Companhia de Águas e Esgotos do Rio Grande do Norte", - "operator:short=CAERN", - "operator:wikidata=Q9832063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-039e25.undefined" - }, { "if": { "and": [ @@ -169604,21 +83474,6 @@ }, "then": "./assets/data/nsi/logos/dewatergroep-37f4a5.png" }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=Instituto Nacional de Recursos Hidráulicos", - "operator:short=INRH", - "operator:wikidata=Q99897897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-40c7b9.undefined" - }, { "if": { "and": [ @@ -169705,286 +83560,6 @@ }, "then": "./assets/data/nsi/logos/41df5e-479c7b.png" }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Благоевград", - "operator:wikidata=Q113588831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7d6cd-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Бургас", - "operator:wikidata=Q113588987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04e09c-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Варна", - "operator:wikidata=Q113588992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efdd8-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Видин", - "operator:wikidata=Q64785053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ff433-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Враца", - "operator:wikidata=Q113588748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd05a8-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Габрово", - "operator:wikidata=Q113588824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2d9d3-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Добрич", - "operator:wikidata=Q113588994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fca690-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Йовковци", - "operator:wikidata=Q113611510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2f01b-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Кърджали", - "operator:wikidata=Q113588980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92d36e-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Ловеч", - "operator:wikidata=Q113588800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7620d6-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Монтана", - "operator:wikidata=Q113588745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ea2fe0-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Пазарджик", - "operator:wikidata=Q113588836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13156c-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Перник", - "operator:wikidata=Q113588978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960625-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Плевен", - "operator:wikidata=Q113588761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0736fe-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Пловдив", - "operator:wikidata=Q113588952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d609e6-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Разград", - "operator:wikidata=Q113588990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28b8e9-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Русе", - "operator:wikidata=Q113611512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae57d-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Силистра", - "operator:wikidata=Q127693837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4448c6-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Сливен", - "operator:wikidata=Q113588985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f80e1-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Смолян", - "operator:wikidata=Q113588934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/909eab-c9307d.undefined" - }, { "if": { "and": [ @@ -169999,90 +83574,6 @@ }, "then": "./assets/data/nsi/logos/423877-c9307d.png" }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Стара Загора", - "operator:wikidata=Q113588955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8ff0f-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Търговище", - "operator:wikidata=Q113588988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5e9ca-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Хасково", - "operator:wikidata=Q113588961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed3c2-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Шумен", - "operator:wikidata=Q113588991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2be4ff-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=ВиК Ямбол", - "operator:wikidata=Q113588986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/460ece-c9307d.undefined" - }, - { - "if": { - "and": [ - "man_made=pumping_station", - { - "or": [ - "operator=Кюстендилска вода", - "operator:wikidata=Q113588828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcb696-c9307d.undefined" - }, { "if": { "and": [ @@ -170113,21 +83604,6 @@ }, "then": "./assets/data/nsi/logos/watersuppliesdepartment-c4c4f5.jpg" }, - { - "if": { - "and": [ - "man_made=street_cabinet", - "utility=power", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-8d06eb.undefined" - }, { "if": { "and": [ @@ -170231,29 +83707,6 @@ }, "then": "./assets/data/nsi/logos/wightfibre-9ac957.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=ABIX" - ] - }, - "then": "./assets/data/nsi/logos/abix-c70fa3.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Agglo du Pays de Dreux", - "operator:wikidata=Q2986890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/agglodupaysdedreux-b22b7e.undefined" - }, { "if": { "and": [ @@ -170268,22 +83721,6 @@ }, "then": "./assets/data/nsi/logos/ajuntamentdebarcelona-eb94ba.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ajuntament de Castelló de la Plana", - "operator:ca=Ajuntament de Castelló de la Plana", - "operator:es=Ayuntamiento de Castellón de la Plana", - "operator:wikidata=Q5714812" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ajuntamentdecastellodelaplana-c70fa3.undefined" - }, { "if": { "and": [ @@ -170514,38 +83951,6 @@ }, "then": "./assets/data/nsi/logos/australiannationaluniversity-5b876a.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Autobahnmeisterei Fallingbostel" - ] - }, - "then": "./assets/data/nsi/logos/autobahnmeistereifallingbostel-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Autopista Litoral Sul", - "operator:wikidata=Q28679199" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/autopistalitoralsul-c03834.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Autopista Planalto Sul" - ] - }, - "then": "./assets/data/nsi/logos/autopistaplanaltosul-70d601.undefined" - }, { "if": { "and": [ @@ -170560,20 +83965,6 @@ }, "then": "./assets/data/nsi/logos/autoroutesdusuddelafrance-d6d8df.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ayuntamiento de Benicàssim", - "operator:wikidata=Q126483556" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodebenicassim-c70fa3.undefined" - }, { "if": { "and": [ @@ -170588,20 +83979,6 @@ }, "then": "./assets/data/nsi/logos/ayuntamientodemadrid-ad7c50.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ayuntamiento de Ponferrada", - "operator:wikidata=Q60051077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodeponferrada-c70fa3.undefined" - }, { "if": { "and": [ @@ -170630,20 +84007,6 @@ }, "then": "./assets/data/nsi/logos/banquedefrance-e10d05.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Bayer Schering Pharma", - "operator:wikidata=Q545590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayerscheringpharma-2b1420.undefined" - }, { "if": { "and": [ @@ -170672,20 +84035,6 @@ }, "then": "./assets/data/nsi/logos/billa-5f01ff.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Bluefield Solar Income Fund", - "operator:wikidata=Q114352274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluefieldsolarincomefund-74812b.undefined" - }, { "if": { "and": [ @@ -170700,15 +84049,6 @@ }, "then": "./assets/data/nsi/logos/bnpparibas-9c1a6c.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Bodensee-Therme" - ] - }, - "then": "./assets/data/nsi/logos/bodenseetherme-2b1420.undefined" - }, { "if": { "and": [ @@ -170752,29 +84092,6 @@ }, "then": "./assets/data/nsi/logos/bp-9c1a6c.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Brandenburgischer IT-Dienstleister", - "operator:wikidata=Q897935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brandenburgischeritdienstleister-d67f12.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=BreBeMi" - ] - }, - "then": "./assets/data/nsi/logos/brebemi-00fbd3.undefined" - }, { "if": { "and": [ @@ -170789,29 +84106,6 @@ }, "then": "./assets/data/nsi/logos/brfk-300a9e.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Bristol City Council", - "operator:wikidata=Q16953796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bristolcitycouncil-36d2be.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Britannia Village General" - ] - }, - "then": "./assets/data/nsi/logos/britanniavillagegeneral-74812b.undefined" - }, { "if": { "and": [ @@ -170826,15 +84120,6 @@ }, "then": "./assets/data/nsi/logos/brownuniversity-373ed2.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=BTP" - ] - }, - "then": "./assets/data/nsi/logos/btp-a0748e.undefined" - }, { "if": { "and": [ @@ -170863,35 +84148,6 @@ }, "then": "./assets/data/nsi/logos/burgerking-33dc65.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=C5 CDMX", - "operator:wikidata=Q128799742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c5cdmx-c2139d.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Communauté d'agglomération du Bassin d'Aurillac", - "operator:short=CABA", - "operator:wikidata=Q1120054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedagglomerationdubassindaurillac-276786.undefined" - }, { "if": { "and": [ @@ -170936,29 +84192,6 @@ }, "then": "./assets/data/nsi/logos/cambridgecitycouncil-0f75ee.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Camping La Marina" - ] - }, - "then": "./assets/data/nsi/logos/campinglamarina-c70fa3.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=CANARD", - "operator:wikidata=Q11689299" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canard-e50517.undefined" - }, { "if": { "and": [ @@ -170987,15 +84220,6 @@ }, "then": "./assets/data/nsi/logos/carrefour-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=CCR ViaCosteira" - ] - }, - "then": "./assets/data/nsi/logos/ccrviacosteira-db2979.undefined" - }, { "if": { "and": [ @@ -171010,29 +84234,6 @@ }, "then": "./assets/data/nsi/logos/ceamse-ae8db7.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Centro de Gestión Integral de Movilidad del Ayuntamiento de Granada" - ] - }, - "then": "./assets/data/nsi/logos/centrodegestionintegraldemovilidaddelayuntamientodegranada-c70fa3.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Çerkezköy Organize Sanayi Bölgesi", - "operator:short=ÇOSB" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cerkezkoyorganizesanayibolgesi-6c6e5f.undefined" - }, { "if": { "and": [ @@ -171075,15 +84276,6 @@ }, "then": "./assets/data/nsi/logos/ceskasporitelna-5f01ff.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Champaign Police Department" - ] - }, - "then": "./assets/data/nsi/logos/champaignpolicedepartment-8cb4a4.undefined" - }, { "if": { "and": [ @@ -171112,63 +84304,6 @@ }, "then": "./assets/data/nsi/logos/cic-3bfa97.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=CISEM", - "operator:wikidata=Q131378440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cisem-ae8db7.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Cité Judiciaire", - "operator:wikidata=Q56223009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citejudiciaire-9ba658.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=City Business Center", - "operator:short=CBC", - "operator:wikidata=Q4180036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citybusinesscenter-77e4ef.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=City of Dasmariñas", - "operator:wikidata=Q17068216" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofdasmarinas-35c712.undefined" - }, { "if": { "and": [ @@ -171183,20 +84318,6 @@ }, "then": "./assets/data/nsi/logos/cityofedinburghcouncil-cadc88.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=City of Issaquah", - "operator:wikidata=Q40251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofissaquah-a51efb.undefined" - }, { "if": { "and": [ @@ -171253,20 +84374,6 @@ }, "then": "./assets/data/nsi/logos/clermontauvergnemetropole-276786.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=CNFPT", - "operator:wikidata=Q2945925" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cnfpt-3bfa97.undefined" - }, { "if": { "and": [ @@ -171423,20 +84530,6 @@ }, "then": "./assets/data/nsi/logos/comunedimagenta-5db564.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Comune di Mazzarrà Sant'Andrea", - "operator:wikidata=Q491389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedimazzarrasantandrea-385808.undefined" - }, { "if": { "and": [ @@ -171451,20 +84544,6 @@ }, "then": "./assets/data/nsi/logos/comunedimontepulciano-63c64f.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Comune di Pecetto Torinese", - "operator:wikidata=Q9549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedipecettotorinese-9c1680.undefined" - }, { "if": { "and": [ @@ -171493,20 +84572,6 @@ }, "then": "./assets/data/nsi/logos/comunedisangiulianomilanese-5db564.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Comune di Terme Vigliatore", - "operator:wikidata=Q491867" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comuneditermevigliatore-385808.undefined" - }, { "if": { "and": [ @@ -171535,20 +84600,6 @@ }, "then": "./assets/data/nsi/logos/comuneditrezzosulladda-5db564.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Comune di Vercelli", - "operator:wikidata=Q126391992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/comunedivercelli-9c1680.undefined" - }, { "if": { "and": [ @@ -171579,20 +84630,6 @@ }, "then": "./assets/data/nsi/logos/connecticutdepartmentoftransportation-5f4799.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=CPI City Center", - "operator:wikidata=Q115103901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cpicitycenter-5f01ff.undefined" - }, { "if": { "and": [ @@ -171621,15 +84658,6 @@ }, "then": "./assets/data/nsi/logos/creditmutuel-e10d05.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Crosscan" - ] - }, - "then": "./assets/data/nsi/logos/crosscan-2b1420.undefined" - }, { "if": { "and": [ @@ -171644,15 +84672,6 @@ }, "then": "./assets/data/nsi/logos/csob-9137b5.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=CSU du Valparisis" - ] - }, - "then": "./assets/data/nsi/logos/csuduvalparisis-ddc08a.undefined" - }, { "if": { "and": [ @@ -171667,22 +84686,6 @@ }, "then": "./assets/data/nsi/logos/dbinfrago-2b1420.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Delaware Department of Transportation", - "operator:short=DelDOT", - "operator:type=government", - "operator:wikidata=Q3297972" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delawaredepartmentoftransportation-b2ceea.undefined" - }, { "if": { "and": [ @@ -171697,20 +84700,6 @@ }, "then": "./assets/data/nsi/logos/dennsbiomarkt-38ba6f.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Der Generalbundesanwalt beim Bundesgerichtshof", - "operator:wikidata=Q449319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dergeneralbundesanwaltbeimbundesgerichtshof-2b1420.undefined" - }, { "if": { "and": [ @@ -171767,20 +84756,6 @@ }, "then": "./assets/data/nsi/logos/dieautobahngmbhdesbundes-2b1420.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=DIRIF", - "operator:wikidata=Q3029613" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dirif-ddc08a.undefined" - }, { "if": { "and": [ @@ -171935,15 +84910,6 @@ }, "then": "./assets/data/nsi/logos/eon-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=e.on Kraftwerke GmbH" - ] - }, - "then": "./assets/data/nsi/logos/eonkraftwerkegmbh-2b1420.undefined" - }, { "if": { "and": [ @@ -171959,29 +84925,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Elisengalerie" - ] - }, - "then": "./assets/data/nsi/logos/elisengalerie-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Embassy of Poland, Vienna", - "operator:wikidata=Q5369829" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/embassyofpolandvienna-9815c8.undefined" - }, { "if": { "and": [ @@ -171996,20 +84939,6 @@ }, "then": "./assets/data/nsi/logos/emschemie-db5bb4.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=EnBW Kernkraft GmbH", - "operator:wikidata=Q113947713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enbwkernkraftgmbh-2b1420.undefined" - }, { "if": { "and": [ @@ -172108,20 +85037,6 @@ }, "then": "./assets/data/nsi/logos/federalepolitie-fe27ed.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Flock Safety", - "operator:wikidata=Q108485435" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flocksafety-cf76d3.undefined" - }, { "if": { "and": [ @@ -172152,43 +85067,6 @@ }, "then": "./assets/data/nsi/logos/flughafenwienag-6f6c15.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Fondazione Teatro Carlo Felice", - "operator:wikidata=Q73001544" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fondazioneteatrocarlofelice-00fbd3.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Foresight", - "operator:wikidata=Q69525805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/foresight-74812b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=foto-webcam.eu" - ] - }, - "then": "./assets/data/nsi/logos/fotowebcameu-9c1a6c.undefined" - }, { "if": { "and": [ @@ -172264,20 +85142,6 @@ }, "then": "./assets/data/nsi/logos/georgiadepartmentoftransportation-17a2f1.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Greater Geelong City Council", - "operator:wikidata=Q112919122" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greatergeelongcitycouncil-f55e99.undefined" - }, { "if": { "and": [ @@ -172364,29 +85228,6 @@ }, "then": "./assets/data/nsi/logos/hem-2b1420.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Hennessy", - "operator:wikidata=Q1229287" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hennessy-aa2570.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Hive Energy" - ] - }, - "then": "./assets/data/nsi/logos/hiveenergy-b199cc.undefined" - }, { "if": { "and": [ @@ -172430,31 +85271,6 @@ }, "then": "./assets/data/nsi/logos/hamburgerverkehrsverbund-2b1420.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=i-Trafik MBJB" - ] - }, - "then": "./assets/data/nsi/logos/itrafikmbjb-1711cf.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Idaho Transportation Department", - "operator:short=IDT", - "operator:type=government", - "operator:wikidata=Q4925016" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/idahotransportationdepartment-87131f.undefined" - }, { "if": { "and": [ @@ -172502,24 +85318,6 @@ }, "then": "./assets/data/nsi/logos/indianadepartmentoftransportation-0b40aa.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=InfoCirculation.fr" - ] - }, - "then": "./assets/data/nsi/logos/infocirculationfr-3bfa97.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=InfoRoute05.fr" - ] - }, - "then": "./assets/data/nsi/logos/inforoute05fr-4bcffb.undefined" - }, { "if": { "and": [ @@ -172534,20 +85332,6 @@ }, "then": "./assets/data/nsi/logos/intermarche-9c1a6c.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Internationales Congress Centrum Berlin", - "operator:wikidata=Q820164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/internationalescongresscentrumberlin-afce8c.undefined" - }, { "if": { "and": [ @@ -172592,15 +85376,6 @@ }, "then": "./assets/data/nsi/logos/johnsonandwalesuniversity-373ed2.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=JP LPT" - ] - }, - "then": "./assets/data/nsi/logos/jplpt-46bec6.undefined" - }, { "if": { "and": [ @@ -172631,34 +85406,6 @@ }, "then": "./assets/data/nsi/logos/kaufland-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Keolis Dijon", - "operator:wikidata=Q2361824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keolisdijon-3bfa97.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Keolis Rennes", - "operator:wikidata=Q3195353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keolisrennes-3bfa97.undefined" - }, { "if": { "and": [ @@ -172673,38 +85420,6 @@ }, "then": "./assets/data/nsi/logos/kik-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Konzum.cz" - ] - }, - "then": "./assets/data/nsi/logos/konzumcz-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Korps landelijke politiediensten", - "operator:wikidata=Q502435" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/korpslandelijkepolitiediensten-4a64b4.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=KTS" - ] - }, - "then": "./assets/data/nsi/logos/kts-6f6c15.undefined" - }, { "if": { "and": [ @@ -172761,35 +85476,6 @@ }, "then": "./assets/data/nsi/logos/landtirol-668f50.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Land Transport Authority", - "operator:short=LTA", - "operator:wikidata=Q3299279" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landtransportauthority-1886fd.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Lawrence Police Department", - "operator:wikidata=Q116178983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lawrencepolicedepartment-ab554c.undefined" - }, { "if": { "and": [ @@ -172832,15 +85518,6 @@ }, "then": "./assets/data/nsi/logos/lightsourcebp-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Löffler" - ] - }, - "then": "./assets/data/nsi/logos/loffler-9815c8.undefined" - }, { "if": { "and": [ @@ -172855,20 +85532,6 @@ }, "then": "./assets/data/nsi/logos/londonboroughofnewham-2402d9.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Loomis Deutschland", - "operator:wikidata=Q113503339" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/loomisdeutschland-2b1420.undefined" - }, { "if": { "and": [ @@ -172899,15 +85562,6 @@ }, "then": "./assets/data/nsi/logos/lyceumofthephilippinesuniversity-0dafa0.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Lyttelton Port Company" - ] - }, - "then": "./assets/data/nsi/logos/lytteltonportcompany-4f75ec.undefined" - }, { "if": { "and": [ @@ -172924,188 +85578,6 @@ }, "then": "./assets/data/nsi/logos/mainedepartmentoftransportation-a83068.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie d'Albi", - "operator:wikidata=Q115918082" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedalbi-54417e.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie d'Orange", - "operator:wikidata=Q113961953" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedorange-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Beauvais", - "operator:wikidata=Q115902780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedebeauvais-68c249.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Bordeaux", - "operator:wikidata=Q86605651" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedebordeaux-259304.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Calais", - "operator:wikidata=Q115918159" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedecalais-68c249.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Carquefou", - "operator:wikidata=Q115909624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedecarquefou-9ba658.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Dijon", - "operator:wikidata=Q86692799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiededijon-6e3818.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Forcalquier", - "operator:wikidata=Q118524844" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedeforcalquier-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Jonquières", - "operator:wikidata=Q118524893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedejonquieres-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de La Ciotat", - "operator:wikidata=Q118524915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedelaciotat-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Montigny-le-Bretonneux", - "operator:wikidata=Q118540991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedemontignylebretonneux-ddc08a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Montrouge", - "operator:wikidata=Q115918331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedemontrouge-ddc08a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Niort", - "operator:wikidata=Q115594108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedeniort-259304.undefined" - }, { "if": { "and": [ @@ -173120,122 +85592,6 @@ }, "then": "./assets/data/nsi/logos/mairiedeparis-ddc08a.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Port-la-Nouvelle", - "operator:wikidata=Q118525194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedeportlanouvelle-54417e.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Saint-Étienne-de-Montluc", - "operator:wikidata=Q118812734" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedesaintetiennedemontluc-9ba658.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Toulouse", - "operator:wikidata=Q59916588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetoulouse-54417e.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Tours", - "operator:wikidata=Q86590746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetours-7517ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Troyes", - "operator:wikidata=Q87071088" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedetroyes-7e2509.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mairie de Villemeux-sur-Eure", - "operator:wikidata=Q115910028" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mairiedevillemeuxsureure-7517ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Manila Toll Expressway Systems" - ] - }, - "then": "./assets/data/nsi/logos/manilatollexpresswaysystems-91d4b9.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Marine Hotel", - "operator:wikidata=Q11769975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marinehotel-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Marquette University Department of Public Safety" - ] - }, - "then": "./assets/data/nsi/logos/marquetteuniversitydepartmentofpublicsafety-13167a.undefined" - }, { "if": { "and": [ @@ -173283,15 +85639,6 @@ }, "then": "./assets/data/nsi/logos/massachusettsdepartmentoftransportation-13fd93.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=master DIESEL" - ] - }, - "then": "./assets/data/nsi/logos/masterdiesel-9815c8.undefined" - }, { "if": { "and": [ @@ -173377,622 +85724,6 @@ }, "then": "./assets/data/nsi/logos/mestoruzomberok-77e4ef.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Mestská polícia Ružomberok", - "operator:wikidata=Q131378404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciaruzomberok-77e4ef.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Beroun", - "operator:wikidata=Q131378314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieberoun-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Bílovec", - "operator:wikidata=Q131378315" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciebilovec-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Blansko", - "operator:wikidata=Q131378316" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieblansko-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Bohumín", - "operator:wikidata=Q131378317" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciebohumin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Boskovice", - "operator:wikidata=Q131378318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieboskovice-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Brandýs n.L.-Stará Boleslav", - "operator:wikidata=Q131378319" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciebrandysnlstaraboleslav-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Brno", - "operator:wikidata=Q131378320" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciebrno-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Česká Lípa", - "operator:wikidata=Q131378321" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieceskalipa-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Český Těšín", - "operator:wikidata=Q131378322" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieceskytesin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Cheb", - "operator:wikidata=Q131378323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciecheb-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Děčín", - "operator:wikidata=Q131378324" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciedecin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Dvůr Králové nad Labem", - "operator:wikidata=Q131378325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciedvurkralovenadlabem-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Frýdek-Místek", - "operator:wikidata=Q131378326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciefrydekmistek-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Frýdlant nad Ostravicí", - "operator:wikidata=Q131378327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciefrydlantnadostravici-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Havířov", - "operator:wikidata=Q131378328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciehavirov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Havlíčkův Brod", - "operator:wikidata=Q131378329" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciehavlickuvbrod-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Hluboká nad Vltavou", - "operator:wikidata=Q131378330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciehlubokanadvltavou-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Holešov", - "operator:wikidata=Q131378331" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieholesov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Hradec Králové", - "operator:wikidata=Q131378332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciehradeckralove-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Jeseník", - "operator:wikidata=Q131378333" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciejesenik-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Jindřichův Hradec", - "operator:wikidata=Q131378334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciejindrichuvhradec-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kadaň", - "operator:wikidata=Q131378335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekadan-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Karlovy Vary", - "operator:wikidata=Q131378336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekarlovyvary-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kladno", - "operator:wikidata=Q131378337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekladno-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kojetín", - "operator:wikidata=Q131378338" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekojetin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kolín", - "operator:wikidata=Q131378339" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekolin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kostelec nad Orlicí", - "operator:wikidata=Q131378340" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekostelecnadorlici-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kroměříž", - "operator:wikidata=Q131378341" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekromeriz-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Kyjov", - "operator:wikidata=Q131378342" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciekyjov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Lanškroun", - "operator:wikidata=Q131378343" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielanskroun-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Litoměřice", - "operator:wikidata=Q131378344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielitomerice-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Litomyšl", - "operator:wikidata=Q131378345" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielitomysl-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Litovel", - "operator:wikidata=Q131378346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielitovel-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Lomnice nad Popelkou", - "operator:wikidata=Q131378347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielomnicenadpopelkou-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Louny", - "operator:wikidata=Q131378348" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicielouny-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Modřice", - "operator:wikidata=Q131378349" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciemodrice-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Nejdek", - "operator:wikidata=Q131378350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicienejdek-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Nový Bor", - "operator:wikidata=Q131378351" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicienovybor-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Nový Jičín", - "operator:wikidata=Q131378352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicienovyjicin-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Opava", - "operator:wikidata=Q131378353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieopava-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Orlová", - "operator:wikidata=Q131378354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieorlova-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Ostrava", - "operator:wikidata=Q131378355" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieostrava-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Písek", - "operator:wikidata=Q131378356" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciepisek-5f01ff.undefined" - }, { "if": { "and": [ @@ -174007,62 +85738,6 @@ }, "then": "./assets/data/nsi/logos/mestskapolicieprerov-5f01ff.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Příbram", - "operator:wikidata=Q131378357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciepribram-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Prostějov", - "operator:wikidata=Q131378358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieprostejov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Říčany u Prahy", - "operator:wikidata=Q131378359" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciericanyuprahy-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Rokycany", - "operator:wikidata=Q131378360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicierokycany-5f01ff.undefined" - }, { "if": { "and": [ @@ -174077,300 +85752,6 @@ }, "then": "./assets/data/nsi/logos/mestskapolicieroudnicenadlabem-5f01ff.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Soběslav", - "operator:wikidata=Q131378362" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciesobeslav-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Šternberk", - "operator:wikidata=Q131378363" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciesternberk-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Stříbro", - "operator:wikidata=Q131378364" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciestribro-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Šumperk", - "operator:wikidata=Q131378365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciesumperk-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Tábor", - "operator:wikidata=Q131378366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicietabor-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Tišnov", - "operator:wikidata=Q131378367" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicietisnov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Třebíč", - "operator:wikidata=Q131378368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicietrebic-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Trutnov", - "operator:wikidata=Q131378369" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicietrutnov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Turnov", - "operator:wikidata=Q131378370" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieturnov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Ústí nad Labem", - "operator:wikidata=Q131378371" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieustinadlabem-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Valašské Meziříčí", - "operator:wikidata=Q131378372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicievalasskemezirici-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Velké Meziříčí", - "operator:wikidata=Q131378373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicievelkemezirici-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Veselí nad Lužnicí", - "operator:wikidata=Q131378374" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieveselinadluznici-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Vítkov", - "operator:wikidata=Q131378375" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicievitkov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Vlašim", - "operator:wikidata=Q131378376" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicievlasim-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Vyškov", - "operator:wikidata=Q131378377" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicievyskov-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Žatec", - "operator:wikidata=Q131378378" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciezatec-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Žďár nad Sázavou", - "operator:wikidata=Q131378379" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapoliciezdarnadsazavou-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městská policie Znojmo", - "operator:wikidata=Q131378380" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskapolicieznojmo-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Městský úřad České Budějovice", - "operator:wikidata=Q118592806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mestskyuradceskebudejovice-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=MeteoSchweiz", - "operator:wikidata=Q674998" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meteoschweiz-6a6eac.undefined" - }, { "if": { "and": [ @@ -174503,67 +85884,6 @@ }, "then": "./assets/data/nsi/logos/mit-13fd93.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Mobiris" - ] - }, - "then": "./assets/data/nsi/logos/mobiris-fe27ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Montana Department of Transportation", - "operator:short=MDT", - "operator:type=government", - "operator:wikidata=Q5558259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/montanadepartmentoftransportation-b984ac.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Morrisons" - ] - }, - "then": "./assets/data/nsi/logos/morrisons-74812b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=MOSIR" - ] - }, - "then": "./assets/data/nsi/logos/mosir-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Mount Lebanon Police Department" - ] - }, - "then": "./assets/data/nsi/logos/mountlebanonpolicedepartment-00360b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=MPCALA Holdings, Inc." - ] - }, - "then": "./assets/data/nsi/logos/mpcalaholdingsinc-35c712.undefined" - }, { "if": { "and": [ @@ -174578,20 +85898,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddefunes-ae8db7.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Municipalidad de Roldán", - "operator:wikidata=Q7360617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidadderoldan-ae8db7.undefined" - }, { "if": { "and": [ @@ -174606,62 +85912,6 @@ }, "then": "./assets/data/nsi/logos/municipalidadderosario-ae8db7.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Municipalidad de San Fernando", - "operator:wikidata=Q2241864" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddesanfernando-ae8db7.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Municipalidad de Tandil", - "operator:wikidata=Q1000336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddetandil-ae8db7.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Municipalité du Val d'Hazey", - "operator:wikidata=Q118802292" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipaliteduvaldhazey-760155.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Nantes Métropole", - "operator:wikidata=Q3335802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nantesmetropole-9ba658.undefined" - }, { "if": { "and": [ @@ -174720,15 +85970,6 @@ }, "then": "./assets/data/nsi/logos/nationalsecurityagency-cf76d3.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=NC Fontána" - ] - }, - "then": "./assets/data/nsi/logos/ncfontana-5f01ff.undefined" - }, { "if": { "and": [ @@ -174745,20 +85986,6 @@ }, "then": "./assets/data/nsi/logos/nebraskadepartmentoftransportation-e249dc.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Nemzeti Útdíjfizetési Szolgáltató", - "operator:wikidata=Q108169094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetiutdijfizetesiszolgaltato-300a9e.undefined" - }, { "if": { "and": [ @@ -174775,20 +86002,6 @@ }, "then": "./assets/data/nsi/logos/nevadadepartmentoftransportation-4a48c1.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=New Hampshire Bureau of Turnpikes", - "operator:wikidata=Q124371913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newhampshirebureauofturnpikes-69a4af.undefined" - }, { "if": { "and": [ @@ -174917,15 +86130,6 @@ }, "then": "./assets/data/nsi/logos/northdakotadepartmentoftransportation-58741c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Northern Transcon Railcams - Otter Tail Channel" - ] - }, - "then": "./assets/data/nsi/logos/northerntransconrailcamsottertailchannel-b6cd3f.undefined" - }, { "if": { "and": [ @@ -174954,43 +86158,6 @@ }, "then": "./assets/data/nsi/logos/obb-b9389d.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=OC Forum" - ] - }, - "then": "./assets/data/nsi/logos/ocforum-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=OC Galerie Teplice", - "operator:wikidata=Q115538352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ocgalerieteplice-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Octopus Investments", - "operator:wikidata=Q86685332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/octopusinvestments-74812b.undefined" - }, { "if": { "and": [ @@ -175037,15 +86204,6 @@ }, "then": "./assets/data/nsi/logos/oklahomadepartmentoftransportation-440757.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Olympia" - ] - }, - "then": "./assets/data/nsi/logos/olympia-5f01ff.undefined" - }, { "if": { "and": [ @@ -175074,22 +86232,6 @@ }, "then": "./assets/data/nsi/logos/orange-3bfa97.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Oregon Department of Transportation", - "operator:short=ODOT", - "operator:type=government", - "operator:wikidata=Q4413096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oregondepartmentoftransportation-3f92c7.undefined" - }, { "if": { "and": [ @@ -175104,57 +86246,6 @@ }, "then": "./assets/data/nsi/logos/orlen-e50517.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Osiedle Bałtyk" - ] - }, - "then": "./assets/data/nsi/logos/osiedlebaltyk-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Palais de justice - Justitiepaleis", - "operator:wikidata=Q850537" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/palaisdejusticejustitiepaleis-fe27ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Passi City LGU", - "operator:wikidata=Q1855693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/passicitylgu-0ab610.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Penn Station", - "operator:wikidata=Q54451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pennstation-0a7690.undefined" - }, { "if": { "and": [ @@ -175185,24 +86276,6 @@ }, "then": "./assets/data/nsi/logos/penny-9c1a6c.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polanki" - ] - }, - "then": "./assets/data/nsi/logos/polanki-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polanki Aqua" - ] - }, - "then": "./assets/data/nsi/logos/polankiaqua-e50517.undefined" - }, { "if": { "and": [ @@ -175217,15 +86290,6 @@ }, "then": "./assets/data/nsi/logos/poleuniversitaireleonarddevinci-ddc08a.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Police municipale de Saint-Maur-des-Fossés" - ] - }, - "then": "./assets/data/nsi/logos/policemunicipaledesaintmaurdesfosses-ddc08a.undefined" - }, { "if": { "and": [ @@ -175240,15 +86304,6 @@ }, "then": "./assets/data/nsi/logos/policenationale-e10d05.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Policia Local de Granollers" - ] - }, - "then": "./assets/data/nsi/logos/policialocaldegranollers-eb94ba.undefined" - }, { "if": { "and": [ @@ -175334,98 +86389,6 @@ }, "then": "./assets/data/nsi/logos/politiezonezennevallei-fe27ed.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polizei Aachen" - ] - }, - "then": "./assets/data/nsi/logos/polizeiaachen-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polizei Görlitz" - ] - }, - "then": "./assets/data/nsi/logos/polizeigorlitz-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polizei Köln" - ] - }, - "then": "./assets/data/nsi/logos/polizeikoln-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Polizeidirektion Oldenburg", - "operator:wikidata=Q124257116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polizeidirektionoldenburg-7368ba.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Polizeipräsidium Essen", - "operator:wikidata=Q106713154" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polizeiprasidiumessen-bddc17.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Polizeipräsidium Oberpfalz", - "operator:wikidata=Q2101799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polizeiprasidiumoberpfalz-04f701.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Polizia Locale - Comune di Brescia" - ] - }, - "then": "./assets/data/nsi/logos/polizialocalecomunedibrescia-5db564.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Polizia locale di Milano", - "operator:wikidata=Q30880709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/polizialocaledimilano-5db564.undefined" - }, { "if": { "and": [ @@ -175440,20 +86403,6 @@ }, "then": "./assets/data/nsi/logos/polomarket-e50517.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Port Autonome de Papeete", - "operator:wikidata=Q115458044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/portautonomedepapeete-9cba75.undefined" - }, { "if": { "and": [ @@ -175482,34 +86431,6 @@ }, "then": "./assets/data/nsi/logos/prefecturedepolicedeparis-ddc08a.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Préfecture des Deux-Sèvres", - "operator:wikidata=Q59210797" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefecturedesdeuxsevres-259304.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Préfecture du Rhône", - "operator:wikidata=Q59210722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prefecturedurhone-276786.undefined" - }, { "if": { "and": [ @@ -175524,20 +86445,6 @@ }, "then": "./assets/data/nsi/logos/provinciegroningen-4a64b4.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Queen Elizabeth Olympic Park", - "operator:wikidata=Q525481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/queenelizabetholympicpark-e6c6e4.undefined" - }, { "if": { "and": [ @@ -175552,29 +86459,6 @@ }, "then": "./assets/data/nsi/logos/ratp-3bfa97.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Rectorat d'académie de Toulouse", - "operator:wikidata=Q87763197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rectoratdacademiedetoulouse-54417e.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=REWE" - ] - }, - "then": "./assets/data/nsi/logos/rewe-2b1420.undefined" - }, { "if": { "and": [ @@ -175633,20 +86517,6 @@ }, "then": "./assets/data/nsi/logos/rhodeislandschoolofdesign-373ed2.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Rigspolitiet", - "operator:wikidata=Q3756751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rigspolitiet-e9585f.undefined" - }, { "if": { "and": [ @@ -175662,33 +86532,6 @@ }, "then": "./assets/data/nsi/logos/rijkswaterstaat-4a64b4.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Rota Sistemas Segurança" - ] - }, - "then": "./assets/data/nsi/logos/rotasistemasseguranca-70d601.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Roundshot" - ] - }, - "then": "./assets/data/nsi/logos/roundshot-86000f.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Royal Wharf FCC Centre" - ] - }, - "then": "./assets/data/nsi/logos/royalwharffcccentre-e6c6e4.undefined" - }, { "if": { "and": [ @@ -175717,24 +86560,6 @@ }, "then": "./assets/data/nsi/logos/sanef-3bfa97.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=SBD Mír" - ] - }, - "then": "./assets/data/nsi/logos/sbdmir-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Schreiber" - ] - }, - "then": "./assets/data/nsi/logos/schreiber-2b1420.undefined" - }, { "if": { "and": [ @@ -175749,44 +86574,6 @@ }, "then": "./assets/data/nsi/logos/schwarzwaldmilch-c3b0f7.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Severočeské vodovody a kanalizace", - "operator:short=SČVK", - "operator:wikidata=Q12051566" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/severoceskevodovodyakanalizace-5f01ff.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Secretaria de Estado da Segurança Publica", - "operator:short=SSP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadeestadodasegurancapublica-db2979.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Secretaría Seguridad Edo. de México" - ] - }, - "then": "./assets/data/nsi/logos/secretariaseguridadedodemexico-149ab9.undefined" - }, { "if": { "and": [ @@ -175886,15 +86673,6 @@ }, "then": "./assets/data/nsi/logos/societegenerale-9c1a6c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Solar Ventures UK Limited" - ] - }, - "then": "./assets/data/nsi/logos/solarventuresuklimited-74812b.undefined" - }, { "if": { "and": [ @@ -175910,15 +86688,6 @@ }, "then": "./assets/data/nsi/logos/somersetcouncil-2d7413.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Somerville Public Schools" - ] - }, - "then": "./assets/data/nsi/logos/somervillepublicschools-13fd93.undefined" - }, { "if": { "and": [ @@ -175979,33 +86748,6 @@ }, "then": "./assets/data/nsi/logos/sparkassespreeneisse-d67f12.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=SPF Finances" - ] - }, - "then": "./assets/data/nsi/logos/spffinances-fe27ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Spielbank Saarbrücken" - ] - }, - "then": "./assets/data/nsi/logos/spielbanksaarbrucken-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Spółdzielnia Mieszkaniowa PROJEKTANT w Rzeszowie" - ] - }, - "then": "./assets/data/nsi/logos/spoldzielniamieszkaniowaprojektantwrzeszowie-e50517.undefined" - }, { "if": { "and": [ @@ -176160,20 +86902,6 @@ }, "then": "./assets/data/nsi/logos/stadtundland-afce8c.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Stadt Wien", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-063466.undefined" - }, { "if": { "and": [ @@ -176286,33 +87014,6 @@ }, "then": "./assets/data/nsi/logos/stellantis-74812b.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Stock Americain Vermeersch" - ] - }, - "then": "./assets/data/nsi/logos/stockamericainvermeersch-fe27ed.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Straßenverkehrszentrale Baden-Württemberg" - ] - }, - "then": "./assets/data/nsi/logos/strassenverkehrszentralebadenwurttemberg-2b1420.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Straż Miejska Zdw" - ] - }, - "then": "./assets/data/nsi/logos/strazmiejskazdw-e50517.undefined" - }, { "if": { "and": [ @@ -176327,20 +87028,6 @@ }, "then": "./assets/data/nsi/logos/sudtirolersparkasse-00fbd3.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Sund & Bælt", - "operator:wikidata=Q12337680" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sundandbaelt-e9585f.undefined" - }, { "if": { "and": [ @@ -176383,15 +87070,6 @@ }, "then": "./assets/data/nsi/logos/swg-011884.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Syracuse Police Department" - ] - }, - "then": "./assets/data/nsi/logos/syracusepolicedepartment-e862e8.undefined" - }, { "if": { "and": [ @@ -176406,20 +87084,6 @@ }, "then": "./assets/data/nsi/logos/szdc-5f01ff.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=T-Center", - "operator:wikidata=Q206226" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tcenter-9815c8.undefined" - }, { "if": { "and": [ @@ -176563,29 +87227,6 @@ }, "then": "./assets/data/nsi/logos/trafikverket-926ff3.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Transdev Saint-Étienne" - ] - }, - "then": "./assets/data/nsi/logos/transdevsaintetienne-3bfa97.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Transport Canberra", - "operator:wikidata=Q4650892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transportcanberra-5b876a.undefined" - }, { "if": { "and": [ @@ -176615,34 +87256,6 @@ }, "then": "./assets/data/nsi/logos/trenesargentinos-ae8db7.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Tristar", - "operator:wikidata=Q9361634" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tristar-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Trondheim Havn", - "operator:wikidata=Q12007648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/trondheimhavn-be4042.undefined" - }, { "if": { "and": [ @@ -176727,20 +87340,6 @@ }, "then": "./assets/data/nsi/logos/universitecatholiquedelouvain-fe27ed.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Université de Pau et des Pays de l'Adour", - "operator:wikidata=Q572968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/universitedepauetdespaysdeladour-259304.undefined" - }, { "if": { "and": [ @@ -176755,29 +87354,6 @@ }, "then": "./assets/data/nsi/logos/universitepaulsabatier-54417e.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=UOCT", - "operator:wikidata=Q9091436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uoct-73c7ab.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=UOCT O'Higgins" - ] - }, - "then": "./assets/data/nsi/logos/uoctohiggins-73c7ab.undefined" - }, { "if": { "and": [ @@ -176792,20 +87368,6 @@ }, "then": "./assets/data/nsi/logos/urzadmiastahelu-e50517.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Urząd Miasta Olsztyna", - "operator:wikidata=Q110688008" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/urzadmiastaolsztyna-e50517.undefined" - }, { "if": { "and": [ @@ -176880,244 +87442,6 @@ }, "then": "./assets/data/nsi/logos/vermontagencyoftransportation-21d333.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Vicente López Patrulla", - "operator:wikidata=Q97179385" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vicentelopezpatrulla-ae8db7.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville d'Amiens", - "operator:wikidata=Q87071093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedamiens-68c249.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville d'Istres", - "operator:wikidata=Q118524890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedistres-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Arue", - "operator:wikidata=Q716412" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedearue-9cba75.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Bar-le-Duc", - "operator:wikidata=Q118822065" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedebarleduc-7e2509.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Bellerive-sur-Allier", - "operator:wikidata=Q118549272" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedebellerivesurallier-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Champigneulles", - "operator:wikidata=Q118529670" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedechampigneulles-7e2509.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Charleville-Mézières", - "operator:wikidata=Q86697194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecharlevillemezieres-7e2509.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Clermont-Ferrand", - "operator:wikidata=Q86697679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedeclermontferrand-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Courbevoie", - "operator:wikidata=Q115902810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecourbevoie-ddc08a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Cusset", - "operator:wikidata=Q115909669" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedecusset-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Fontaine", - "operator:wikidata=Q118554947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedefontaine-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de La Rochelle", - "operator:wikidata=Q3278472" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelarochelle-259304.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Limoges", - "operator:wikidata=Q86698506" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedelimoges-259304.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Mamoudzou", - "operator:wikidata=Q115909826" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemamoudzou-9cba75.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Marseille", - "operator:wikidata=Q3278475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemarseille-ea567b.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Montpellier", - "operator:wikidata=Q86688720" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedemontpellier-54417e.undefined" - }, { "if": { "and": [ @@ -177132,34 +87456,6 @@ }, "then": "./assets/data/nsi/logos/villedemontreal-89d7b3.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Nogent-sur-Marne", - "operator:wikidata=Q115909859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedenogentsurmarne-ddc08a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Papeete", - "operator:wikidata=Q130800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedepapeete-9cba75.undefined" - }, { "if": { "and": [ @@ -177174,169 +87470,6 @@ }, "then": "./assets/data/nsi/logos/villedepirae-9cba75.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Punaauia", - "operator:wikidata=Q1969812" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedepunaauia-9cba75.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Royan", - "operator:wikidata=Q115909925" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villederoyan-259304.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Saint-Étienne", - "operator:wikidata=Q87134913" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintetienne-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Saint-Priest", - "operator:wikidata=Q118525310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedesaintpriest-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Tournus", - "operator:wikidata=Q115902960" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedetournus-6e3818.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Vichy", - "operator:wikidata=Q115902978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedevichy-276786.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Villeneuve d'Ascq", - "operator:wikidata=Q115910029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedevilleneuvedascq-68c249.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Vincennes", - "operator:wikidata=Q115918498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedevincennes-ddc08a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Vitré", - "operator:wikidata=Q118808807" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedevitre-244fb4.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville de Yutz", - "operator:wikidata=Q118823608" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedeyutz-7e2509.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Ville du Mans", - "operator:wikidata=Q86605648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedumans-9ba658.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Vinci" - ] - }, - "then": "./assets/data/nsi/logos/vinci-3bfa97.undefined" - }, { "if": { "and": [ @@ -177367,15 +87500,6 @@ }, "then": "./assets/data/nsi/logos/virginiatech-25e72c.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Virtual Railfan" - ] - }, - "then": "./assets/data/nsi/logos/virtualrailfan-789ce3.undefined" - }, { "if": { "and": [ @@ -177404,47 +87528,6 @@ }, "then": "./assets/data/nsi/logos/volksbank-9c1a6c.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Vumacam" - ] - }, - "then": "./assets/data/nsi/logos/vumacam-5f86be.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Walkrys Security" - ] - }, - "then": "./assets/data/nsi/logos/walkryssecurity-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Warwick District Council", - "operator:wikidata=Q73072810" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warwickdistrictcouncil-2e6784.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Washington Place Homeowners' Association, Inc." - ] - }, - "then": "./assets/data/nsi/logos/washingtonplacehomeownersassociationinc-35c712.undefined" - }, { "if": { "and": [ @@ -177461,47 +87544,6 @@ }, "then": "./assets/data/nsi/logos/washingtonstatedepartmentoftransportation-a51efb.efb" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=webcam.gelderland.nl" - ] - }, - "then": "./assets/data/nsi/logos/webcamgelderlandnl-4a64b4.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=WebCam.NL" - ] - }, - "then": "./assets/data/nsi/logos/webcamnl-62d83d.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=WebCamera" - ] - }, - "then": "./assets/data/nsi/logos/webcamera-de6404.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=West Suffolk Council", - "operator:wikidata=Q73072837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westsuffolkcouncil-0f75ee.undefined" - }, { "if": { "and": [ @@ -177590,24 +87632,6 @@ }, "then": "./assets/data/nsi/logos/wisconsindepartmentoftransportation-13167a.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Wspólnota Mieszkaniowa Koszalińska 31" - ] - }, - "then": "./assets/data/nsi/logos/wspolnotamieszkaniowakoszalinska31-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Wspólnota Mieszkaniowa Koszalińska 32" - ] - }, - "then": "./assets/data/nsi/logos/wspolnotamieszkaniowakoszalinska32-e50517.undefined" - }, { "if": { "and": [ @@ -177622,15 +87646,6 @@ }, "then": "./assets/data/nsi/logos/wuwien-9815c8.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=WVV" - ] - }, - "then": "./assets/data/nsi/logos/wvv-2b1420.undefined" - }, { "if": { "and": [ @@ -177675,38 +87690,6 @@ }, "then": "./assets/data/nsi/logos/zagrebackiholding-234fa0.svg" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Zarząd Portu Kołobrzeg" - ] - }, - "then": "./assets/data/nsi/logos/zarzadportukolobrzeg-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Zarząd Zieleni Miejskiej w Łodzi" - ] - }, - "then": "./assets/data/nsi/logos/zarzadzielenimiejskiejwlodzi-e50517.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Zimák", - "operator:wikidata=Q67637695" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zimak-5f01ff.undefined" - }, { "if": { "and": [ @@ -177755,22 +87738,6 @@ }, "then": "./assets/data/nsi/logos/zonedepolicemidipolitiezonezuid-fe27ed.jpg" }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=Zone de Police Montgomery – Politiezone Montgomery", - "operator:fr=Zone de Police Montgomery", - "operator:nl=Politiezone Montgomery", - "operator:wikidata=Q111544094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zonedepolicemontgomerypolitiezonemontgomery-fe27ed.undefined" - }, { "if": { "and": [ @@ -177787,157 +87754,6 @@ }, "then": "./assets/data/nsi/logos/zonedepolicepolbrunopolitiezonepolbruno-fe27ed.png" }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Νέα Οδός" - ] - }, - "then": "./assets/data/nsi/logos/8b8efb-c6c157.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Екатеринбургское суворовское военное училище" - ] - }, - "then": "./assets/data/nsi/logos/b01dc4-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Интерсвязь" - ] - }, - "then": "./assets/data/nsi/logos/bfc684-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Моссвет" - ] - }, - "then": "./assets/data/nsi/logos/a92283-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=ООО \"РТИТС\"" - ] - }, - "then": "./assets/data/nsi/logos/37e204-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=Орион телеком" - ] - }, - "then": "./assets/data/nsi/logos/ac4429-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=ОСН \"КОМІТЕТ М-НУ \"БЕРЕЗНЯКИ-ТЕЛЬБІН\"" - ] - }, - "then": "./assets/data/nsi/logos/f2c613-4edc59.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=СетиТагила" - ] - }, - "then": "./assets/data/nsi/logos/770f8a-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=УрФУ" - ] - }, - "then": "./assets/data/nsi/logos/4fad4e-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=ХТФ/МТФ УрФУ" - ] - }, - "then": "./assets/data/nsi/logos/a7c90f-11be7a.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=대구광역시 서구청", - "operator:ko=대구광역시 서구청" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c3ca21-587fe3.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - { - "or": [ - "operator=上田ケーブルビジョン", - "operator:ja=上田ケーブルビジョン", - "operator:wikidata=Q11359656" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3ffc1d-47fee2.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=善通寺市" - ] - }, - "then": "./assets/data/nsi/logos/6dc7a1-47fee2.undefined" - }, - { - "if": { - "and": [ - "man_made=surveillance", - "operator=深圳市公安局" - ] - }, - "then": "./assets/data/nsi/logos/832ec8-f33103.undefined" - }, - { - "if": { - "and": [ - "man_made=survey_point", - { - "or": [ - "operator=Ministère des Ressources naturelles et des Forêts", - "operator:wikidata=Q3315394" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeredesressourcesnaturellesetdesforets-9cab83.undefined" - }, { "if": { "and": [ @@ -177980,21 +87796,6 @@ }, "then": "./assets/data/nsi/logos/ressourcesnaturellescanada-9cab83.png" }, - { - "if": { - "and": [ - "tower:type=communication", - "man_made=tower", - { - "or": [ - "operator=Airwave", - "operator:wikidata=Q4699058" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/airwave-b64a30.undefined" - }, { "if": { "and": [ @@ -178027,23 +87828,6 @@ }, "then": "./assets/data/nsi/logos/baltimorepolicedepartment-62d396.jpg" }, - { - "if": { - "and": [ - "communication:mobile_phone=yes", - "tower:type=communication", - "man_made=tower", - { - "or": [ - "operator=Cornerstone Telecommunications Infrastructure Limited", - "operator:short=CTIL", - "operator:wikidata=Q60993796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cornerstonetelecommunicationsinfrastructurelimited-b64a30.undefined" - }, { "if": { "and": [ @@ -178075,23 +87859,6 @@ }, "then": "./assets/data/nsi/logos/iheartmedia-cdc266.png" }, - { - "if": { - "and": [ - "communication:mobile_phone=yes", - "tower:type=communication", - "man_made=tower", - { - "or": [ - "operator=Mobile Broadband Network Limited", - "operator:short=MBNL", - "operator:wikidata=Q116251739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mobilebroadbandnetworklimited-b64a30.undefined" - }, { "if": { "and": [ @@ -178337,56 +88104,6 @@ }, "then": "./assets/data/nsi/logos/vodafone-b64a30.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Águas do Algarve" - ] - }, - "then": "./assets/data/nsi/logos/aguasdoalgarve-674fcc.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Águas do Tejo Atlântico" - ] - }, - "then": "./assets/data/nsi/logos/aguasdotejoatlantico-f1a3cc.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Águas Públicas do Alentejo" - ] - }, - "then": "./assets/data/nsi/logos/aguaspublicasdoalentejo-c3a72d.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=ALFÖLDVÍZ Zrt." - ] - }, - "then": "./assets/data/nsi/logos/alfoldvizzrt-931b06.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Anglian Water", - "operator:wikidata=Q4763422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anglianwater-3c939b.undefined" - }, { "if": { "and": [ @@ -178401,24 +88118,6 @@ }, "then": "./assets/data/nsi/logos/aquafin-2214b4.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Aqualter Exploitation - Assainissement" - ] - }, - "then": "./assets/data/nsi/logos/aqualterexploitationassainissement-798128.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Asteo" - ] - }, - "then": "./assets/data/nsi/logos/asteo-798128.undefined" - }, { "if": { "and": [ @@ -178433,21 +88132,6 @@ }, "then": "./assets/data/nsi/logos/autoridaddeacueductosyalcantarillados-e33c0e.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Bangalore Water Supply and Sewerage Board", - "operator:short=BWSSB", - "operator:wikidata=Q4855083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-495723.undefined" - }, { "if": { "and": [ @@ -178462,21 +88146,6 @@ }, "then": "./assets/data/nsi/logos/barwonwater-9409a2.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Bergisch-Rheinischer Wasserverband", - "operator:short=BRW", - "operator:wikidata=Q130247180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bergischrheinischerwasserverband-ea0c8b.undefined" - }, { "if": { "and": [ @@ -178492,21 +88161,6 @@ }, "then": "./assets/data/nsi/logos/berlinerwasserbetriebe-96557d.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Canal de Isabel II", - "operator:short=CYII", - "operator:wikidata=Q2407104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canaldeisabelii-81f88b.undefined" - }, { "if": { "and": [ @@ -178564,34 +88218,6 @@ }, "then": "./assets/data/nsi/logos/colibanwater-9409a2.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Communauté de communes du Clermontais", - "operator:wikidata=Q2988384" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesduclermontais-798128.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Communauté de communes du Grand Pic Saint-Loup", - "operator:wikidata=Q2988424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesdugrandpicsaintloup-798128.undefined" - }, { "if": { "and": [ @@ -178606,20 +88232,6 @@ }, "then": "./assets/data/nsi/logos/communautedecommuneslesavantmonts-798128.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Communauté de communes Vallée de l'Hérault", - "operator:wikidata=Q1117464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communautedecommunesvalleedelherault-798128.undefined" - }, { "if": { "and": [ @@ -178635,20 +88247,6 @@ }, "then": "./assets/data/nsi/logos/companhiadeaguaeesgotodoceara-11a6e3.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Compesa", - "operator:wikidata=Q9830582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compesa-11a6e3.undefined" - }, { "if": { "and": [ @@ -178663,21 +88261,6 @@ }, "then": "./assets/data/nsi/logos/copasa-11a6e3.svg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Durance Luberon Verdon Agglomération", - "operator:short=DLVA", - "operator:wikidata=Q2986893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/duranceluberonverdonagglomeration-1cb922.undefined" - }, { "if": { "and": [ @@ -178708,21 +88291,6 @@ }, "then": "./assets/data/nsi/logos/eastgippslandwater-9409a2.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Entsorgungsverband Saar", - "operator:short=EVS", - "operator:wikidata=Q1345464" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entsorgungsverbandsaar-ae41e9.undefined" - }, { "if": { "and": [ @@ -178835,15 +88403,6 @@ }, "then": "./assets/data/nsi/logos/iconwater-98f006.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=INASEP" - ] - }, - "then": "./assets/data/nsi/logos/inasep-2214b4.undefined" - }, { "if": { "and": [ @@ -178859,15 +88418,6 @@ }, "then": "./assets/data/nsi/logos/indahwater-36d0a3.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Iren Emilia" - ] - }, - "then": "./assets/data/nsi/logos/irenemilia-94afab.undefined" - }, { "if": { "and": [ @@ -179055,34 +88605,6 @@ }, "then": "./assets/data/nsi/logos/northumbrianwater-9a5141.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ONAS", - "operator:wikidata=Q30268305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onas-9154d6.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ONAS", - "operator:wikidata=Q3349645" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onas-5fcb3a.undefined" - }, { "if": { "and": [ @@ -179154,20 +88676,6 @@ }, "then": "./assets/data/nsi/logos/sabesp-220197.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=SAUR", - "operator:wikidata=Q3117550" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saur-ea08bf.undefined" - }, { "if": { "and": [ @@ -179226,15 +88734,6 @@ }, "then": "./assets/data/nsi/logos/severntrent-3c939b.svg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - "operator=Simarsul" - ] - }, - "then": "./assets/data/nsi/logos/simarsul-ed5d24.undefined" - }, { "if": { "and": [ @@ -179249,20 +88748,6 @@ }, "then": "./assets/data/nsi/logos/southeastwater-9409a2.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=South Gippsland Water", - "operator:wikidata=Q111143421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southgippslandwater-9409a2.undefined" - }, { "if": { "and": [ @@ -179277,20 +88762,6 @@ }, "then": "./assets/data/nsi/logos/southwestwater-2a6f9d.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Southern Water", - "operator:wikidata=Q7570621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernwater-3c939b.undefined" - }, { "if": { "and": [ @@ -179375,20 +88846,6 @@ }, "then": "./assets/data/nsi/logos/veolia-ea08bf.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Vichy Communauté", - "operator:wikidata=Q28088238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vichycommunaute-292a84.undefined" - }, { "if": { "and": [ @@ -179403,21 +88860,6 @@ }, "then": "./assets/data/nsi/logos/wannonwater-9409a2.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=WasserVerband Eifel-Rur", - "operator:short=WVER", - "operator:wikidata=Q2551890" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wasserverbandeifelrur-ea0c8b.undefined" - }, { "if": { "and": [ @@ -179488,20 +88930,6 @@ }, "then": "./assets/data/nsi/logos/wessexwater-2a6f9d.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Westernport Water", - "operator:wikidata=Q111143439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernportwater-9409a2.undefined" - }, { "if": { "and": [ @@ -179530,300 +88958,6 @@ }, "then": "./assets/data/nsi/logos/yarravalleywater-9409a2.jpg" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Yorkshire Water", - "operator:wikidata=Q8055763" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yorkshirewater-9a5141.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Благоевград", - "operator:wikidata=Q113588831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7d6cd-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Бургас", - "operator:wikidata=Q113588987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04e09c-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Варна", - "operator:wikidata=Q113588992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efdd8-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Видин", - "operator:wikidata=Q64785053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ff433-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Враца", - "operator:wikidata=Q113588748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd05a8-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Габрово", - "operator:wikidata=Q113588824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2d9d3-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Добрич", - "operator:wikidata=Q113588994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fca690-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Йовковци", - "operator:wikidata=Q113611510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2f01b-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Кърджали", - "operator:wikidata=Q113588980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92d36e-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Ловеч", - "operator:wikidata=Q113588800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7620d6-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Монтана", - "operator:wikidata=Q113588745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ea2fe0-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Пазарджик", - "operator:wikidata=Q113588836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13156c-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Перник", - "operator:wikidata=Q113588978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960625-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Плевен", - "operator:wikidata=Q113588761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0736fe-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Пловдив", - "operator:wikidata=Q113588952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d609e6-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Разград", - "operator:wikidata=Q113588990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28b8e9-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Русе", - "operator:wikidata=Q113611512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae57d-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Силистра", - "operator:wikidata=Q127693837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4448c6-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Сливен", - "operator:wikidata=Q113588985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f80e1-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Смолян", - "operator:wikidata=Q113588934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/909eab-bcdd97.undefined" - }, { "if": { "and": [ @@ -179838,90 +88972,6 @@ }, "then": "./assets/data/nsi/logos/423877-bcdd97.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Стара Загора", - "operator:wikidata=Q113588955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8ff0f-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Търговище", - "operator:wikidata=Q113588988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5e9ca-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Хасково", - "operator:wikidata=Q113588961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed3c2-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Шумен", - "operator:wikidata=Q113588991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2be4ff-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=ВиК Ямбол", - "operator:wikidata=Q113588986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/460ece-bcdd97.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=Кюстендилска вода", - "operator:wikidata=Q113588828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcb696-bcdd97.undefined" - }, { "if": { "and": [ @@ -179936,39 +88986,6 @@ }, "then": "./assets/data/nsi/logos/938062-bcdd97.png" }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=成都市排水有限责任公司", - "operator:en=Chengdu Drainage Co.,LTD.", - "operator:wikidata=Q113625102", - "operator:zh=成都市排水有限责任公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chengdudrainagecoltd-96de96.undefined" - }, - { - "if": { - "and": [ - "man_made=wastewater_plant", - { - "or": [ - "operator=渠務署 Drainage Services Department", - "operator:en=Drainage Services Department", - "operator:type=government", - "operator:wikidata=Q11703256", - "operator:zh=渠務署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drainageservicesdepartment-942386.undefined" - }, { "if": { "and": [ @@ -179984,21 +89001,6 @@ }, "then": "./assets/data/nsi/logos/jacksonvilleelectricauthority-c592bb.jpg" }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=Companhia de Águas e Esgotos do Rio Grande do Norte", - "operator:short=CAERN", - "operator:wikidata=Q9832063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-c1a788.undefined" - }, { "if": { "and": [ @@ -180013,21 +89015,6 @@ }, "then": "./assets/data/nsi/logos/dewatergroep-08646f.png" }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=Instituto Nacional de Recursos Hidráulicos", - "operator:short=INRH", - "operator:wikidata=Q99897897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-f421e7.undefined" - }, { "if": { "and": [ @@ -180114,286 +89101,6 @@ }, "then": "./assets/data/nsi/logos/41df5e-23dae7.png" }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Благоевград", - "operator:wikidata=Q113588831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7d6cd-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Бургас", - "operator:wikidata=Q113588987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04e09c-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Варна", - "operator:wikidata=Q113588992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efdd8-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Видин", - "operator:wikidata=Q64785053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ff433-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Враца", - "operator:wikidata=Q113588748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd05a8-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Габрово", - "operator:wikidata=Q113588824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2d9d3-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Добрич", - "operator:wikidata=Q113588994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fca690-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Йовковци", - "operator:wikidata=Q113611510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2f01b-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Кърджали", - "operator:wikidata=Q113588980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92d36e-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Ловеч", - "operator:wikidata=Q113588800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7620d6-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Монтана", - "operator:wikidata=Q113588745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ea2fe0-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Пазарджик", - "operator:wikidata=Q113588836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13156c-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Перник", - "operator:wikidata=Q113588978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960625-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Плевен", - "operator:wikidata=Q113588761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0736fe-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Пловдив", - "operator:wikidata=Q113588952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d609e6-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Разград", - "operator:wikidata=Q113588990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28b8e9-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Русе", - "operator:wikidata=Q113611512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae57d-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Силистра", - "operator:wikidata=Q127693837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4448c6-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Сливен", - "operator:wikidata=Q113588985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f80e1-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Смолян", - "operator:wikidata=Q113588934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/909eab-067baf.undefined" - }, { "if": { "and": [ @@ -180408,90 +89115,6 @@ }, "then": "./assets/data/nsi/logos/423877-067baf.baf" }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Стара Загора", - "operator:wikidata=Q113588955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8ff0f-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Търговище", - "operator:wikidata=Q113588988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5e9ca-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Хасково", - "operator:wikidata=Q113588961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed3c2-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Шумен", - "operator:wikidata=Q113588991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2be4ff-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=ВиК Ямбол", - "operator:wikidata=Q113588986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/460ece-067baf.undefined" - }, - { - "if": { - "and": [ - "man_made=water_tower", - { - "or": [ - "operator=Кюстендилска вода", - "operator:wikidata=Q113588828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcb696-067baf.undefined" - }, { "if": { "and": [ @@ -180806,20 +89429,6 @@ }, "then": "./assets/data/nsi/logos/southeastwater-086b9d.jpg" }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=South Gippsland Water", - "operator:wikidata=Q111143421" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southgippslandwater-086b9d.undefined" - }, { "if": { "and": [ @@ -180891,35 +89500,6 @@ }, "then": "./assets/data/nsi/logos/watercorporation-bf7ce7.jpg" }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=Westernport Water", - "operator:wikidata=Q111143439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernportwater-086b9d.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=Companhia de Águas e Esgotos do Rio Grande do Norte", - "operator:short=CAERN", - "operator:wikidata=Q9832063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-839e47.undefined" - }, { "if": { "and": [ @@ -180934,21 +89514,6 @@ }, "then": "./assets/data/nsi/logos/dewatergroep-71ff59.png" }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=Instituto Nacional de Recursos Hidráulicos", - "operator:short=INRH", - "operator:wikidata=Q99897897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-d72a81.undefined" - }, { "if": { "and": [ @@ -181035,286 +89600,6 @@ }, "then": "./assets/data/nsi/logos/41df5e-1c8757.png" }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Благоевград", - "operator:wikidata=Q113588831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7d6cd-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Бургас", - "operator:wikidata=Q113588987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04e09c-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Варна", - "operator:wikidata=Q113588992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efdd8-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Видин", - "operator:wikidata=Q64785053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ff433-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Враца", - "operator:wikidata=Q113588748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd05a8-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Габрово", - "operator:wikidata=Q113588824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2d9d3-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Добрич", - "operator:wikidata=Q113588994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fca690-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Йовковци", - "operator:wikidata=Q113611510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2f01b-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Кърджали", - "operator:wikidata=Q113588980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92d36e-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Ловеч", - "operator:wikidata=Q113588800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7620d6-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Монтана", - "operator:wikidata=Q113588745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ea2fe0-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Пазарджик", - "operator:wikidata=Q113588836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13156c-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Перник", - "operator:wikidata=Q113588978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960625-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Плевен", - "operator:wikidata=Q113588761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0736fe-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Пловдив", - "operator:wikidata=Q113588952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d609e6-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Разград", - "operator:wikidata=Q113588990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28b8e9-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Русе", - "operator:wikidata=Q113611512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae57d-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Силистра", - "operator:wikidata=Q127693837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4448c6-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Сливен", - "operator:wikidata=Q113588985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f80e1-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Смолян", - "operator:wikidata=Q113588934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/909eab-a924a3.undefined" - }, { "if": { "and": [ @@ -181329,90 +89614,6 @@ }, "then": "./assets/data/nsi/logos/423877-a924a3.png" }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Стара Загора", - "operator:wikidata=Q113588955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8ff0f-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Търговище", - "operator:wikidata=Q113588988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5e9ca-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Хасково", - "operator:wikidata=Q113588961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed3c2-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Шумен", - "operator:wikidata=Q113588991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2be4ff-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=ВиК Ямбол", - "operator:wikidata=Q113588986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/460ece-a924a3.undefined" - }, - { - "if": { - "and": [ - "man_made=water_works", - { - "or": [ - "operator=Кюстендилска вода", - "operator:wikidata=Q113588828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcb696-a924a3.undefined" - }, { "if": { "and": [ @@ -181798,30 +89999,6 @@ }, "then": "./assets/data/nsi/logos/unionelectricadecuba-602d88.jpg" }, - { - "if": { - "and": [ - "office=energy_supplier", - { - "or": [ - "name=Watt+Volt", - "operator=Watt+Volt", - "operator:wikidata=Q25047624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wattvolt-d62fd2.undefined" - }, - { - "if": { - "and": [ - "office=energy_supplier", - "operator=АО «Петроэлектросбыт»" - ] - }, - "then": "./assets/data/nsi/logos/d96aa3-100467.undefined" - }, { "if": { "and": [ @@ -181854,30 +90031,6 @@ }, "then": "./assets/data/nsi/logos/2dfabb-8661b0.png" }, - { - "if": { - "and": [ - "office=energy_supplier", - { - "or": [ - "brand=თელმიკო", - "brand:en=Telmico", - "brand:ka=თელმიკო", - "brand:wikidata=Q131470237", - "name=თელმიკო", - "name:en=Telmico", - "name:ka=თელმიკო", - "name:ru=Телмико", - "operator=თელმიკო", - "operator:en=Telmico", - "operator:ka=თელმიკო", - "operator:wikidata=Q131470237" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/telmico-0258f5.undefined" - }, { "if": { "and": [ @@ -182046,34 +90199,6 @@ }, "then": "./assets/data/nsi/logos/autoridadnacionaldelagua-b5f2e9.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Ayuntamiento de Málaga", - "operator:wikidata=Q5714892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodemalaga-f19bf1.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Ayuntamiento de Santa Cruz de Tenerife", - "operator:wikidata=Q5714931" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ayuntamientodesantacruzdetenerife-f19bf1.undefined" - }, { "if": { "and": [ @@ -182208,36 +90333,6 @@ }, "then": "./assets/data/nsi/logos/bureauofjailmanagementandpenology-7987d4.png" }, - { - "if": { - "and": [ - "government=social_welfare", - "office=government", - { - "or": [ - "operator=Caisse d'Allocations Familiales", - "operator:wikidata=Q1395254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caissedallocationsfamiliales-57141e.undefined" - }, - { - "if": { - "and": [ - "government=social_security", - "office=government", - { - "or": [ - "operator=Caisse Primaire d'Assurance Maladie", - "operator:wikidata=Q2110238" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/caisseprimairedassurancemaladie-57141e.undefined" - }, { "if": { "and": [ @@ -182288,20 +90383,6 @@ }, "then": "./assets/data/nsi/logos/canadaborderservicesagency-84c35e.png" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=City of Tagum", - "operator:wikidata=Q725168" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoftagum-a51c9f.undefined" - }, { "if": { "and": [ @@ -182421,16 +90502,6 @@ }, "then": "./assets/data/nsi/logos/connecticutdepartmentofmotorvehicles-5b0fd8.png" }, - { - "if": { - "and": [ - "government=education", - "office=government", - "operator=Consejo General de Educación de la Provincia de Misiones" - ] - }, - "then": "./assets/data/nsi/logos/consejogeneraldeeducaciondelaprovinciademisiones-cc6da1.undefined" - }, { "if": { "and": [ @@ -182701,40 +90772,6 @@ }, "then": "./assets/data/nsi/logos/deutscherbundestag-c58ea0.svg" }, - { - "if": { - "and": [ - "government=tax", - "office=government", - { - "or": [ - "operator=Direction générale des Finances publiques", - "operator:short=DGFiP", - "operator:wikidata=Q3029562" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/directiongeneraledesfinancespubliques-57141e.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Dinas Pertanian" - ] - }, - "then": "./assets/data/nsi/logos/dinaspertanian-0dfe8f.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Dinas PU" - ] - }, - "then": "./assets/data/nsi/logos/dinaspu-0dfe8f.undefined" - }, { "if": { "and": [ @@ -182750,22 +90787,6 @@ }, "then": "./assets/data/nsi/logos/driverandvehiclestandardsagency-3cd046.png" }, - { - "if": { - "and": [ - "government=transportation", - "office=government", - { - "or": [ - "name=DriveTest", - "operator=DriveTest", - "operator:wikidata=Q124035192" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drivetest-a69e09.undefined" - }, { "if": { "and": [ @@ -182812,21 +90833,6 @@ }, "then": "./assets/data/nsi/logos/floridadepartmentofhighwaysafetyandmotorvehicles-75d2a7.png" }, - { - "if": { - "and": [ - "government=ministry", - "office=government", - { - "or": [ - "operator=FOD Financiën - SPF Finances - FOD Finanzen", - "operator:wikidata=Q2479908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fodfinancienspffinancesfodfinanzen-81c06d.undefined" - }, { "if": { "and": [ @@ -182869,20 +90875,6 @@ }, "then": "./assets/data/nsi/logos/generalitatdecatalunya-f19bf1.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Gobierno Autónomo Municipal de Cochabamba", - "operator:wikidata=Q124635344" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernoautonomomunicipaldecochabamba-277d1f.undefined" - }, { "if": { "and": [ @@ -182897,34 +90889,6 @@ }, "then": "./assets/data/nsi/logos/gobiernodeespana-f19bf1.svg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Gobierno de la Provincia del Neuquén", - "operator:wikidata=Q123743040" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernodelaprovinciadelneuquen-cc6da1.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Gobierno del Estado de San Luis Potosí", - "operator:wikidata=Q90616671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gobiernodelestadodesanluispotosi-877419.undefined" - }, { "if": { "and": [ @@ -182943,20 +90907,6 @@ }, "then": "./assets/data/nsi/logos/governmentserviceinsurancesystem-7987d4.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Governo do Estado de São Paulo", - "operator:wikidata=Q10290787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/governodoestadodesaopaulo-24bd29.undefined" - }, { "if": { "and": [ @@ -183014,21 +90964,6 @@ }, "then": "./assets/data/nsi/logos/illinoissecretaryofstate-4714be.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Instituto Capixaba de Pesquisa, Assistência Técnica e Extensão Rural", - "operator:short=Incaper", - "operator:wikidata=Q29521519" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutocapixabadepesquisaassistenciatecnicaeextensaorural-efa52e.undefined" - }, { "if": { "and": [ @@ -183109,22 +91044,6 @@ }, "then": "./assets/data/nsi/logos/jabatanimigresenmalaysia-e4510b.svg" }, - { - "if": { - "and": [ - "government=register_office", - "office=government", - { - "or": [ - "operator=Jabatan Pendaftaran Negara", - "operator:short=JPN", - "operator:wikidata=Q7354404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jabatanpendaftarannegara-e4510b.undefined" - }, { "if": { "and": [ @@ -183249,15 +91168,6 @@ }, "then": "./assets/data/nsi/logos/landeshauptstadtsaarbrucken-ce5de2.svg" }, - { - "if": { - "and": [ - "office=government", - "operator=Lesotho Government" - ] - }, - "then": "./assets/data/nsi/logos/lesothogovernment-355874.undefined" - }, { "if": { "and": [ @@ -183274,22 +91184,6 @@ }, "then": "./assets/data/nsi/logos/landesamtfurgeoinformationundlandesvermessungniedersachsen-d4346f.svg" }, - { - "if": { - "and": [ - "government=transportation", - "office=government", - { - "or": [ - "operator=Maine Bureau of Motor Vehicles", - "operator:short=Maine BMV", - "operator:wikidata=Q6736325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainebureauofmotorvehicles-6dbe4c.undefined" - }, { "if": { "and": [ @@ -183349,33 +91243,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodecienciatecnologiaymedioambiente-a67644.svg" }, - { - "if": { - "and": [ - "office=government", - "operator=Ministerio de Educación" - ] - }, - "then": "./assets/data/nsi/logos/ministeriodeeducacion-7429f2.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Ministerio de Gobierno y Comunidad - Gobierno de Río Negro" - ] - }, - "then": "./assets/data/nsi/logos/ministeriodegobiernoycomunidadgobiernoderionegro-cc6da1.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Ministerio de Gobierno y Educación - Gobierno de la Provincia del Neuquén" - ] - }, - "then": "./assets/data/nsi/logos/ministeriodegobiernoyeducaciongobiernodelaprovinciadelneuquen-cc6da1.undefined" - }, { "if": { "and": [ @@ -183404,20 +91271,6 @@ }, "then": "./assets/data/nsi/logos/ministeriodesalud-7b455f.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Ministério Público do Estado do Espírito Santo", - "operator:wikidata=Q20060323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministeriopublicodoestadodoespiritosanto-34425c.undefined" - }, { "if": { "and": [ @@ -183509,20 +91362,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddecordoba-cc6da1.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Municipalidad de Moreno", - "operator:wikidata=Q1496283" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddemoreno-cc6da1.undefined" - }, { "if": { "and": [ @@ -183537,20 +91376,6 @@ }, "then": "./assets/data/nsi/logos/municipalidaddeneuquen-cc6da1.png" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Municipalidad de Pergamino", - "operator:wikidata=Q921239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/municipalidaddepergamino-cc6da1.undefined" - }, { "if": { "and": [ @@ -183785,22 +91610,6 @@ }, "then": "./assets/data/nsi/logos/newjerseymotorvehiclecommission-7de197.png" }, - { - "if": { - "and": [ - "government=transportation", - "office=government", - { - "or": [ - "operator=North Carolina Division of Motor Vehicles", - "operator:short=North Carolina DMV", - "operator:wikidata=Q7054481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northcarolinadivisionofmotorvehicles-d24a87.undefined" - }, { "if": { "and": [ @@ -183831,21 +91640,6 @@ }, "then": "./assets/data/nsi/logos/ohiobureauofmotorvehicles-e18323.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Oklahoma Department of Public Safety", - "operator:short=Oklahoma DPS", - "operator:wikidata=Q17108253" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oklahomadepartmentofpublicsafety-1c35fb.undefined" - }, { "if": { "and": [ @@ -183862,21 +91656,6 @@ }, "then": "./assets/data/nsi/logos/oregondepartmentofhumanservices-244100.png" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Oregon Department of Transportation", - "operator:short=ODOT", - "operator:wikidata=Q4413096" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/oregondepartmentoftransportation-244100.undefined" - }, { "if": { "and": [ @@ -183958,29 +91737,6 @@ }, "then": "./assets/data/nsi/logos/sarenministeriodeinterioryjusticia-b90a8d.png" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Secretaria da Educaçao CEARA", - "operator:short=SEDUC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/secretariadaeducacaoceara-efe909.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Secretaría de Educación del Gobierno del Estado" - ] - }, - "then": "./assets/data/nsi/logos/secretariadeeducaciondelgobiernodelestado-d2c31c.undefined" - }, { "if": { "and": [ @@ -183995,48 +91751,6 @@ }, "then": "./assets/data/nsi/logos/servicecanada-c369f1.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=ServiceOntario", - "operator:wikidata=Q3480052" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/serviceontario-a69e09.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Services Australia", - "operator:wikidata=Q4294705" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicesaustralia-1b54b2.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Servicio Nacional de Sanidad Agraria del Perú", - "operator:wikidata=Q108178860" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/servicionacionaldesanidadagrariadelperu-b5f2e9.undefined" - }, { "if": { "and": [ @@ -184163,21 +91877,6 @@ }, "then": "./assets/data/nsi/logos/texasdepartmentofmotorvehicles-c28928.jpg" }, - { - "if": { - "and": [ - "government=register_office", - "office=government", - { - "or": [ - "operator=Tribunal Regional Eleitoral - DF", - "operator:wikidata=Q25428038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tribunalregionaleleitoraldf-efa52e.undefined" - }, { "if": { "and": [ @@ -184210,15 +91909,6 @@ }, "then": "./assets/data/nsi/logos/unitedstatesgeologicalsurvey-eaa288.jpg" }, - { - "if": { - "and": [ - "office=government", - "operator=Urząd Miasta Poznania" - ] - }, - "then": "./assets/data/nsi/logos/urzadmiastapoznania-995fc9.undefined" - }, { "if": { "and": [ @@ -184235,20 +91925,6 @@ }, "then": "./assets/data/nsi/logos/vermontdepartmentofmotorvehicles-e8b2d3.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Ville de Vandœuvre-lès-Nancy", - "operator:wikidata=Q118821982" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/villedevandoeuvrelesnancy-84705a.undefined" - }, { "if": { "and": [ @@ -184265,15 +91941,6 @@ }, "then": "./assets/data/nsi/logos/virginiadepartmentofmotorvehicles-74923a.jpg" }, - { - "if": { - "and": [ - "office=government", - "operator=Vlaamse overheid" - ] - }, - "then": "./assets/data/nsi/logos/vlaamseoverheid-81c06d.undefined" - }, { "if": { "and": [ @@ -184288,65 +91955,6 @@ }, "then": "./assets/data/nsi/logos/xuntadegalicia-f19bf1.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Агенция \"Пътна инфраструктура\"", - "operator:wikidata=Q12271140" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7a1d9d-8d3c9a.undefined" - }, - { - "if": { - "and": [ - "government=social_services", - "office=government", - { - "or": [ - "operator=Агенция за социално подпомагане", - "operator:wikidata=Q130288114" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/98c885-8d3c9a.undefined" - }, - { - "if": { - "and": [ - "government=register_office", - "office=government", - { - "or": [ - "operator=Агенция по вписванията", - "operator:wikidata=Q101218804" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/30f803-8d3c9a.undefined" - }, - { - "if": { - "and": [ - "government=cadaster", - "office=government", - { - "or": [ - "operator=Агенция по геодезия, картография и кадастър", - "operator:wikidata=Q20498487" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ca337a-8d3c9a.undefined" - }, { "if": { "and": [ @@ -184362,29 +91970,6 @@ }, "then": "./assets/data/nsi/logos/ff615c-8d3c9a.png" }, - { - "if": { - "and": [ - "office=government", - "operator=Государственное бюджетное учреждение Ленинградской области «Многофункциональный центр предоставления государственных и муниципальных услуг»" - ] - }, - "then": "./assets/data/nsi/logos/376e63-5712be.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Изпълнителна агенция \"Автомобилна администрация\"", - "operator:wikidata=Q112581933" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d21924-8d3c9a.undefined" - }, { "if": { "and": [ @@ -184413,20 +91998,6 @@ }, "then": "./assets/data/nsi/logos/144fef-8d3c9a.jpg" }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=Национален осигурителен институт", - "operator:wikidata=Q12287856" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/6e9305-8d3c9a.undefined" - }, { "if": { "and": [ @@ -184471,24 +92042,6 @@ }, "then": "./assets/data/nsi/logos/5494fb-8d3c9a.jpg" }, - { - "if": { - "and": [ - "office=government", - "operator=Санкт-Петербургское государственное автономное учреждение «Центр занятости населения Санкт-Петербурга»" - ] - }, - "then": "./assets/data/nsi/logos/d26c72-5712be.undefined" - }, - { - "if": { - "and": [ - "office=government", - "operator=Санкт-Петербургское государственное казенное учреждение «Многофункциональный центр предоставления государственных и муниципальных услуг»" - ] - }, - "then": "./assets/data/nsi/logos/1beaed-5712be.undefined" - }, { "if": { "and": [ @@ -184514,43 +92067,6 @@ }, "then": "./assets/data/nsi/logos/leplpublicservicehall-9d46cb.png" }, - { - "if": { - "and": [ - "office=government", - "operator=الشركة الوطنية للكهرباء والغاز" - ] - }, - "then": "./assets/data/nsi/logos/f763df-942c38.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=पोखरा महानगरपालिका", - "operator:wikidata=Q6640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/90ff21-3371e4.undefined" - }, - { - "if": { - "and": [ - "office=government", - { - "or": [ - "operator=日本年金機構", - "operator:wikidata=Q11508070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/235863-8ff2cf.undefined" - }, { "if": { "and": [ @@ -184566,21 +92082,6 @@ }, "then": "./assets/data/nsi/logos/vfsglobal-3aff24.jpg" }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "operator=Companhia de Águas e Esgotos do Rio Grande do Norte", - "operator:short=CAERN", - "operator:wikidata=Q9832063" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-22ce70.undefined" - }, { "if": { "and": [ @@ -184596,21 +92097,6 @@ }, "then": "./assets/data/nsi/logos/dewatergroep-a32d06.png" }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "operator=Instituto Nacional de Recursos Hidráulicos", - "operator:short=INRH", - "operator:wikidata=Q99897897" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-95c224.undefined" - }, { "if": { "and": [ @@ -184703,306 +92189,6 @@ }, "then": "./assets/data/nsi/logos/41df5e-0a36a3.png" }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Благоевград", - "operator=ВиК Благоевград", - "operator:wikidata=Q113588831" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b7d6cd-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Бургас", - "operator=ВиК Бургас", - "operator:wikidata=Q113588987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/04e09c-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Варна", - "operator=ВиК Варна", - "operator:wikidata=Q113588992" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7efdd8-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Видин", - "operator=ВиК Видин", - "operator:wikidata=Q64785053" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8ff433-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Враца", - "operator=ВиК Враца", - "operator:wikidata=Q113588748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd05a8-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Габрово", - "operator=ВиК Габрово", - "operator:wikidata=Q113588824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2d9d3-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Добрич", - "operator=ВиК Добрич", - "operator:wikidata=Q113588994" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fca690-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Йовковци", - "operator=ВиК Йовковци", - "operator:wikidata=Q113611510" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c2f01b-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Кърджали", - "operator=ВиК Кърджали", - "operator:wikidata=Q113588980" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/92d36e-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Ловеч", - "operator=ВиК Ловеч", - "operator:wikidata=Q113588800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7620d6-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Монтана", - "operator=ВиК Монтана", - "operator:wikidata=Q113588745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ea2fe0-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Пазарджик", - "operator=ВиК Пазарджик", - "operator:wikidata=Q113588836" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/13156c-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Перник", - "operator=ВиК Перник", - "operator:wikidata=Q113588978" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/960625-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Плевен", - "operator=ВиК Плевен", - "operator:wikidata=Q113588761" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0736fe-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Пловдив", - "operator=ВиК Пловдив", - "operator:wikidata=Q113588952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d609e6-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Разград", - "operator=ВиК Разград", - "operator:wikidata=Q113588990" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28b8e9-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Русе", - "operator=ВиК Русе", - "operator:wikidata=Q113611512" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0ae57d-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Силистра", - "operator=ВиК Силистра", - "operator:wikidata=Q127693837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4448c6-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Сливен", - "operator=ВиК Сливен", - "operator:wikidata=Q113588985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1f80e1-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Смолян", - "operator=ВиК Смолян", - "operator:wikidata=Q113588934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/909eab-2a765c.undefined" - }, { "if": { "and": [ @@ -185018,96 +92204,6 @@ }, "then": "./assets/data/nsi/logos/423877-2a765c.png" }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Стара Загора", - "operator=ВиК Стара Загора", - "operator:wikidata=Q113588955" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8ff0f-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Търговище", - "operator=ВиК Търговище", - "operator:wikidata=Q113588988" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5e9ca-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Хасково", - "operator=ВиК Хасково", - "operator:wikidata=Q113588961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1ed3c2-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Шумен", - "operator=ВиК Шумен", - "operator:wikidata=Q113588991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2be4ff-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=ВиК Ямбол", - "operator=ВиК Ямбол", - "operator:wikidata=Q113588986" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/460ece-2a765c.undefined" - }, - { - "if": { - "and": [ - "office=water_utility", - { - "or": [ - "name=Кюстендилска вода", - "operator=Кюстендилска вода", - "operator:wikidata=Q113588828" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bcb696-2a765c.undefined" - }, { "if": { "and": [ @@ -185139,38 +92235,6 @@ }, "then": "./assets/data/nsi/logos/watersuppliesdepartment-b29262.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=ABC", - "operator:wikidata=Q3601133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/abc-bb421b.undefined" - }, - { - "if": { - "and": [ - "operator=Abwasserzweckverband Gemeinschaftskläranlage Großenhain", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/abwasserzweckverbandgemeinschaftsklaranlagegrossenhain-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=Acadian Gas Pipeline System", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/acadiangaspipelinesystem-d7b8a3.undefined" - }, { "if": { "and": [ @@ -185185,69 +92249,6 @@ }, "then": "./assets/data/nsi/logos/acea-bb421b.jpg" }, - { - "if": { - "and": [ - "operator=ACF", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/acf-cea795.undefined" - }, - { - "if": { - "and": [ - "operator=Acock/Anaqua Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/acockanaquaoperatingcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Acquedotto del Fiora SpA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/acquedottodelfioraspa-bb421b.undefined" - }, - { - "if": { - "and": [ - "operator=Aethon Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/aethonenergy-b00ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Aguas & Aguas de Pereira", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/aguasandaguasdepereira-8a71da.undefined" - }, - { - "if": { - "and": [ - "operator=Águas do Algarve", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/aguasdoalgarve-fddf8b.undefined" - }, - { - "if": { - "and": [ - "operator=Águas do Tejo Atlântico", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/aguasdotejoatlantico-71856c.undefined" - }, { "if": { "and": [ @@ -185262,20 +92263,6 @@ }, "then": "./assets/data/nsi/logos/airliquide-03e08c.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Air Liquide Large Industries", - "operator:wikidata=Q113466577" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/airliquidelargeindustries-15c306.undefined" - }, { "if": { "and": [ @@ -185290,47 +92277,6 @@ }, "then": "./assets/data/nsi/logos/airproducts-03e08c.png" }, - { - "if": { - "and": [ - "operator=Alaska Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/alaskapipelinecompany-4e089c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Alliance Pipeline", - "operator:wikidata=Q4732327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alliancepipeline-2e27a1.undefined" - }, - { - "if": { - "and": [ - "operator=Alpaugh Community Services District", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/alpaughcommunityservicesdistrict-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=Alteo", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/alteo-d5fbca.undefined" - }, { "if": { "and": [ @@ -185345,52 +92291,6 @@ }, "then": "./assets/data/nsi/logos/alyeskapipelineservicecompany-4e089c.jpg" }, - { - "if": { - "and": [ - "operator=Amen Souss", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/amensouss-a06e13.undefined" - }, - { - "if": { - "and": [ - "operator=AMP Texas Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/amptexaspipelines-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Anadarko Petroleum", - "operator:wikidata=Q483637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anadarkopetroleum-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Anglian Water", - "operator:wikidata=Q4763422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anglianwater-5737c5.undefined" - }, { "if": { "and": [ @@ -185419,47 +92319,6 @@ }, "then": "./assets/data/nsi/logos/ankarasuvekanalizasyonidaresi-d39c59.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=ANR Pipeline", - "operator:wikidata=Q4653023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anrpipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Arcadia Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/arcadiaoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Arena Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/arenaoffshore-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Arrowhead Gas Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/arrowheadgasservices-15c306.undefined" - }, { "if": { "and": [ @@ -185474,29 +92333,6 @@ }, "then": "./assets/data/nsi/logos/ascendperformancematerials-79a9ce.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Ascend Performance Materials France", - "operator:wikidata=Q126874637" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ascendperformancematerialsfrance-4a5c8f.undefined" - }, - { - "if": { - "and": [ - "operator=aslpc", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/aslpc-1de2ca.undefined" - }, { "if": { "and": [ @@ -185511,62 +92347,6 @@ }, "then": "./assets/data/nsi/logos/atlantagaslight-8e8830.png" }, - { - "if": { - "and": [ - "operator=Atlantic Fuel Supply Company Limited", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/atlanticfuelsupplycompanylimited-00086a.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Atmos Energy", - "operator:wikidata=Q4817084" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/atmosenergy-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Atmos Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/atmospipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Auris Kaasunjakelu Oy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/auriskaasunjakeluoy-30982d.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Australia Pacific LNG", - "operator:short=APLNG", - "operator:wikidata=Q131319014" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/australiapacificlng-0331bf.undefined" - }, { "if": { "and": [ @@ -185609,20 +92389,6 @@ }, "then": "./assets/data/nsi/logos/badenova-47dd0d.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=badenovaWÄRMEPLUS", - "operator:wikidata=Q63110091" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/badenovawarmeplus-47dd0d.undefined" - }, { "if": { "and": [ @@ -185637,21 +92403,6 @@ }, "then": "./assets/data/nsi/logos/baltimorecitydepartmentofpublicworks-b96711.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Bangalore Water Supply and Sewerage Board", - "operator:short=BWSSB", - "operator:wikidata=Q4855083" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-4351eb.undefined" - }, { "if": { "and": [ @@ -185666,79 +92417,6 @@ }, "then": "./assets/data/nsi/logos/basf-961a21.png" }, - { - "if": { - "and": [ - "operator=Bay Gas Storage Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/baygasstoragecompany-8dbf8a.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=bayernets", - "operator:wikidata=Q17310477" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayernets-32d0c9.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Bayerngas", - "operator:wikidata=Q812498" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayerngas-32d0c9.undefined" - }, - { - "if": { - "and": [ - "operator=BB-Southtex", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bbsouthtex-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=BBT Alabama Intrastate", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bbtalabamaintrastate-8dbf8a.undefined" - }, - { - "if": { - "and": [ - "operator=BBT AlaTenn", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bbtalatenn-ba12c0.undefined" - }, - { - "if": { - "and": [ - "operator=BBT Mississippi", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bbtmississippi-fa613f.undefined" - }, { "if": { "and": [ @@ -185754,48 +92432,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-21cbc0.jpg" }, - { - "if": { - "and": [ - "operator=Beacon Growthco Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/beacongrowthcooperatingcompany-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Bear Creek Storage Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bearcreekstoragecompany-d7b8a3.undefined" - }, - { - "if": { - "and": [ - "operator=Beehive Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/beehiveoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Belgian Pipeline Organisation", - "operator:short=BPO", - "operator:wikidata=Q105867772" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/belgianpipelineorganisation-0d984d.undefined" - }, { "if": { "and": [ @@ -185811,93 +92447,6 @@ }, "then": "./assets/data/nsi/logos/berlinerwasserbetriebe-599929.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=BEW Berliner Energie und Wärme AG", - "operator:short=BEW", - "operator:wikidata=Q42975492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bewberlinerenergieundwarmeag-599929.undefined" - }, - { - "if": { - "and": [ - "operator=Billerud", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/billerud-6502da.undefined" - }, - { - "if": { - "and": [ - "operator=Biogas Linnau GbR", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/biogaslinnaugbr-63650c.undefined" - }, - { - "if": { - "and": [ - "operator=BKM Nonprofit Zrt.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bkmnonprofitzrt-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=Black Hills Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/blackhillsenergy-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Blue Cube Operations", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bluecubeoperations-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Bluefin Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bluefinresources-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Bluestone Natural Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bluestonenaturalresources-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Boardwalk Field Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/boardwalkfieldservices-15c306.undefined" - }, { "if": { "and": [ @@ -185926,60 +92475,6 @@ }, "then": "./assets/data/nsi/logos/bp-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=BP Exploration & Production", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bpexplorationandproduction-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=BPA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bpa-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=BPX Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bpxgathering-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=BPX Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bpxmidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=BPX Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/bpxoperatingcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=BRG Lone Star", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/brglonestar-15c306.undefined" - }, { "if": { "and": [ @@ -185994,61 +92489,6 @@ }, "then": "./assets/data/nsi/logos/bristolwater-7b0aaf.aaf" }, - { - "if": { - "and": [ - "operator=BTC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/btc-f9b80c.undefined" - }, - { - "if": { - "and": [ - "operator=Buckeye Development & Logistics", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/buckeyedevelopmentandlogistics-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Buckeye Partners", - "operator:wikidata=Q4983090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/buckeyepartners-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Buckeye Texas Hub", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/buckeyetexashub-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Burlington Resources", - "operator:wikidata=Q4999281" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/burlingtonresources-15c306.undefined" - }, { "if": { "and": [ @@ -186064,47 +92504,6 @@ }, "then": "./assets/data/nsi/logos/cadent-5737c5.jpg" }, - { - "if": { - "and": [ - "operator=CAGEPA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cagepa-0efc1c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Calbayog City Water District", - "operator:short=CCWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/calbayogcitywaterdistrict-a4d86a.undefined" - }, - { - "if": { - "and": [ - "operator=Caloring", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/caloring-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=Calpine Texas Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/calpinetexaspipeline-15c306.undefined" - }, { "if": { "and": [ @@ -186119,147 +92518,6 @@ }, "then": "./assets/data/nsi/logos/caltex-fe28ca.jpg" }, - { - "if": { - "and": [ - "operator=Camino Real Gathering Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/caminorealgatheringcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Camuzzi Gas del Sur S.A.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/camuzzigasdelsursa-f2a8db.undefined" - }, - { - "if": { - "and": [ - "operator=Can", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/can-0e4881.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Canal de Isabel II", - "operator:short=CYII", - "operator:wikidata=Q2407104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/canaldeisabelii-0e4881.undefined" - }, - { - "if": { - "and": [ - "operator=Canes Midstream G&P", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/canesmidstreamgandp-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Canlin Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/canlinenergy-8f5c91.undefined" - }, - { - "if": { - "and": [ - "operator=Caño Limón - Coveñas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/canolimoncovenas-8a71da.undefined" - }, - { - "if": { - "and": [ - "operator=Cantera Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/canteraoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Cantium", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cantium-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Canyon Creek Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/canyoncreekresources-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Carolina Gas Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/carolinagastransmission-51a622.undefined" - }, - { - "if": { - "and": [ - "operator=Catarina Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/catarinamidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Cayrol International", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cayrolinternational-f878fc.undefined" - }, - { - "if": { - "and": [ - "operator=Cenagas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cenagas-02fb83.undefined" - }, - { - "if": { - "and": [ - "operator=Centana Intrastate Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/centanaintrastatepipeline-15c306.undefined" - }, { "if": { "and": [ @@ -186274,24 +92532,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-cbbbb7.jpg" }, - { - "if": { - "and": [ - "operator=Centralna Pompownia \"Bolko\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/centralnapompowniabolko-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=Centralno Grijanje Tuzla", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/centralnogrijanjetuzla-174596.undefined" - }, { "if": { "and": [ @@ -186306,139 +92546,6 @@ }, "then": "./assets/data/nsi/logos/cez-ccffd7.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Chaparral Energy", - "operator:wikidata=Q30271233" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chaparralenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Chemelot", - "operator:wikidata=Q2013196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chemelot-983549.undefined" - }, - { - "if": { - "and": [ - "operator=Chesapeake Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/chesapeakeoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Chevron Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/chevronpipelinecompany-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Cheyenne Energy Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cheyenneenergyservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Cinco Natural Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cinconaturalresources-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Cinco Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cincooilandgas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Citgo Products Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/citgoproductspipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Citgo Refining & Chemicals Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/citgorefiningandchemicalscompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=City of Burlington", - "operator:wikidata=Q1016638" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofburlington-ea69f5.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=City of Farmersville", - "operator:wikidata=Q986808" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityoffarmersville-2125b6.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=City of Springfield", - "operator:wikidata=Q40268" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofspringfield-663069.undefined" - }, { "if": { "and": [ @@ -186467,38 +92574,6 @@ }, "then": "./assets/data/nsi/logos/cityofvancouver-21cbc0.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=City of Visalia", - "operator:wikidata=Q495373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofvisalia-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=CityWest Homes", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/citywesthomes-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=Clarke - Mobile Counties Gas Distribution", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/clarkemobilecountiesgasdistribution-8dbf8a.undefined" - }, { "if": { "and": [ @@ -186513,15 +92588,6 @@ }, "then": "./assets/data/nsi/logos/cnr-4a5c8f.jpg" }, - { - "if": { - "and": [ - "operator=Cody Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/codyenergy-15c306.undefined" - }, { "if": { "and": [ @@ -186536,61 +92602,6 @@ }, "then": "./assets/data/nsi/logos/colonialpipeline-cbbbb7.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Colorado Interstate Gas", - "operator:wikidata=Q5148822" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/coloradointerstategas-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Columbia Gas Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/columbiagastransmission-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Columbia Gulf Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/columbiagulftransmission-c3c06a.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Compesa", - "operator:wikidata=Q9830582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compesa-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=Comstock Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/comstockoilandgas-15c306.undefined" - }, { "if": { "and": [ @@ -186605,69 +92616,6 @@ }, "then": "./assets/data/nsi/logos/conagua-02fb83.jpg" }, - { - "if": { - "and": [ - "operator=Confederación Hidrográfica del Júcar", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/confederacionhidrograficadeljucar-0e4881.undefined" - }, - { - "if": { - "and": [ - "operator=Consorcio de Aguas Bilbao Bizkaia", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/consorciodeaguasbilbaobizkaia-0e4881.undefined" - }, - { - "if": { - "and": [ - "operator=Copano Field Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/copanofieldservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Copano Field Services South Texas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/copanofieldservicessouthtexas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Copano NGL Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/copanonglservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Copano Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/copanopipelines-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Cox Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/coxoperating-cbbbb7.undefined" - }, { "if": { "and": [ @@ -186696,33 +92644,6 @@ }, "then": "./assets/data/nsi/logos/creosdeutschland-47dd0d.jpg" }, - { - "if": { - "and": [ - "operator=Crescent Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/crescentmidstream-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Cumming Utilities", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cummingutilities-8e8830.undefined" - }, - { - "if": { - "and": [ - "operator=Cuno Kraftwerk Herdecke", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cunokraftwerkherdecke-dfd0ce.undefined" - }, { "if": { "and": [ @@ -186737,188 +92658,6 @@ }, "then": "./assets/data/nsi/logos/dalkia-706135.svg" }, - { - "if": { - "and": [ - "operator=Dallas Petroleum Group", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dallaspetroleumgroup-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=DAPL-ETCO Operations Management", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dapletcooperationsmanagement-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Dasmariñas Water District", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dasmarinaswaterdistrict-fa9055.undefined" - }, - { - "if": { - "and": [ - "operator=Davis Gas Processing", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/davisgasprocessing-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Daylight Petroleum", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/daylightpetroleum-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=DCP Hinshaw Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dcphinshawpipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=DCP Intrastate Network", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dcpintrastatenetwork-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=DCP Midstream Partners", - "operator:wikidata=Q28404585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dcpmidstreampartners-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=DCP Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dcpoperatingcompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Defensie Pijpleiding Organisatie", - "operator:wikidata=Q2397777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/defensiepijpleidingorganisatie-983549.undefined" - }, - { - "if": { - "and": [ - "operator=Delek Logistics Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/deleklogisticsoperating-b16bf0.undefined" - }, - { - "if": { - "and": [ - "operator=Denbury Green Pipeline-Texas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/denburygreenpipelinetexas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Denbury Gulf Coast Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/denburygulfcoastpipelines-89f4b1.undefined" - }, - { - "if": { - "and": [ - "operator=Denbury Onshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/denburyonshore-89f4b1.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Denver Water", - "operator:wikidata=Q5259799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/denverwater-d590c3.undefined" - }, - { - "if": { - "and": [ - "operator=DESO", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/deso-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=Deusa International", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/deusainternational-47dd0d.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Deutsche Transalpine Oelleitung GmbH", - "operator:wikidata=Q118610879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/deutschetransalpineoelleitunggmbh-47dd0d.undefined" - }, { "if": { "and": [ @@ -186933,15 +92672,6 @@ }, "then": "./assets/data/nsi/logos/dhakawasa-5e5bff.svg" }, - { - "if": { - "and": [ - "operator=Discovery Natural Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/discoverynaturalresources-15c306.undefined" - }, { "if": { "and": [ @@ -186956,79 +92686,6 @@ }, "then": "./assets/data/nsi/logos/districtofcolumbiawaterandsewerauthority-7540e0.jpg" }, - { - "if": { - "and": [ - "operator=Distrigaz", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/distrigaz-4faf6c.undefined" - }, - { - "if": { - "and": [ - "operator=Dixie Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dixiepipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Dofasco", - "operator:wikidata=Q1234590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dofasco-32ef7a.undefined" - }, - { - "if": { - "and": [ - "operator=Dolphin Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dolphinenergy-ba4337.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-51a622.undefined" - }, - { - "if": { - "and": [ - "operator=Dominion Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dominiontransmission-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Double Eagle Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/doubleeaglepipeline-15c306.undefined" - }, { "if": { "and": [ @@ -187043,15 +92700,6 @@ }, "then": "./assets/data/nsi/logos/dowchemicalcompany-cbbbb7.jpg" }, - { - "if": { - "and": [ - "operator=Dow Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dowpipelinecompany-15c306.undefined" - }, { "if": { "and": [ @@ -187066,33 +92714,6 @@ }, "then": "./assets/data/nsi/logos/dsm-983549.svg" }, - { - "if": { - "and": [ - "operator=DT/REGIONAL NNE", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dtregionalnne-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=DTE Gas Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dtegascompany-cdb0d7.undefined" - }, - { - "if": { - "and": [ - "operator=DTM Louisiana Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/dtmlouisianagathering-d7b8a3.undefined" - }, { "if": { "and": [ @@ -187135,119 +92756,6 @@ }, "then": "./assets/data/nsi/logos/eregio-dfd0ce.jpg" }, - { - "if": { - "and": [ - "operator=Eagle Ford Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eaglefordgathering-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Eagle Ford Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eaglefordmidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Eagle Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eagleoilandgas-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=East Bay Municipal Utility District", - "operator:wikidata=Q5327824" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastbaymunicipalutilitydistrict-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=East Tennessee Natural Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/easttennesseenaturalgas-577342.undefined" - }, - { - "if": { - "and": [ - "operator=Eastern Gas Transmission and Storage", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/easterngastransmissionandstorage-76ecf5.undefined" - }, - { - "if": { - "and": [ - "operator=Easton Energy Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eastonenergypipelines-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Eastward Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eastwardenergy-fc7ec3.undefined" - }, - { - "if": { - "and": [ - "operator=Echo Canyon Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/echocanyonpipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Ecopetrol", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ecopetrol-8a71da.undefined" - }, - { - "if": { - "and": [ - "operator=EDF PEI", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/edfpei-5668b8.undefined" - }, - { - "if": { - "and": [ - "operator=EdiPower", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/edipower-bb421b.undefined" - }, { "if": { "and": [ @@ -187262,34 +92770,6 @@ }, "then": "./assets/data/nsi/logos/edison-bb421b.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=El Paso Corporation", - "operator:wikidata=Q1324451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elpasocorporation-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=El Paso Natural Gas Company", - "operator:wikidata=Q5351783" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elpasonaturalgascompany-d28726.undefined" - }, { "if": { "and": [ @@ -187319,66 +92799,6 @@ }, "then": "./assets/data/nsi/logos/elering-0c79f8.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-3d2196.undefined" - }, - { - "if": { - "and": [ - "operator=EMAPAS", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/emapas-45421b.undefined" - }, - { - "if": { - "and": [ - "operator=EMGESA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/emgesa-8a71da.undefined" - }, - { - "if": { - "and": [ - "operator=Empresa Misicuni", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/empresamisicuni-45421b.undefined" - }, - { - "if": { - "and": [ - "operator=Enable Gas Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enablegastransmission-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Enable Mississippi River Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enablemississippirivertransmission-608458.undefined" - }, { "if": { "and": [ @@ -187407,24 +92827,6 @@ }, "then": "./assets/data/nsi/logos/enbridge-2e27a1.jpg" }, - { - "if": { - "and": [ - "operator=Enbridge Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enbridgeoffshore-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Enbridge Offshore Facilities", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enbridgeoffshorefacilities-df3996.undefined" - }, { "if": { "and": [ @@ -187495,15 +92897,6 @@ }, "then": "./assets/data/nsi/logos/enelproduzione-bb421b.svg" }, - { - "if": { - "and": [ - "operator=Enerfin Field Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enerfinfieldservices-b00ae8.undefined" - }, { "if": { "and": [ @@ -187518,20 +92911,6 @@ }, "then": "./assets/data/nsi/logos/energiesaarlorlux-47dd0d.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Energienetze Bayern", - "operator:wikidata=Q124422414" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energienetzebayern-32d0c9.undefined" - }, { "if": { "and": [ @@ -187547,20 +92926,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungfilstal-3970e4.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Energieversorgung Halle Netz", - "operator:wikidata=Q124422244" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgunghallenetz-462e6a.undefined" - }, { "if": { "and": [ @@ -187576,47 +92941,6 @@ }, "then": "./assets/data/nsi/logos/energir-16a4d7.png" }, - { - "if": { - "and": [ - "operator=Energy Resource Technology", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/energyresourcetechnology-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Energy Transfer Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/energytransfercompany-100122.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Energy Transfer Partners", - "operator:wikidata=Q5377000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energytransferpartners-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Energy XXI GOM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/energyxxigom-075232.undefined" - }, { "if": { "and": [ @@ -187631,15 +92955,6 @@ }, "then": "./assets/data/nsi/logos/engie-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=Engie Solutions", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/engiesolutions-4a5c8f.undefined" - }, { "if": { "and": [ @@ -187654,65 +92969,6 @@ }, "then": "./assets/data/nsi/logos/eni-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=Eni US Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eniusoperatingcompany-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=EnLink Processing Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enlinkprocessingservices-d7b8a3.undefined" - }, - { - "if": { - "and": [ - "operator=ensoNETZ", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ensonetz-e6f7d6.undefined" - }, - { - "if": { - "and": [ - "operator=Enterprise Crude Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enterprisecrudepipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Enterprise Products", - "operator:wikidata=Q5380346" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enterpriseproducts-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Enterprise Products Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/enterpriseproductsoperating-15c306.undefined" - }, { "if": { "and": [ @@ -187727,69 +92983,6 @@ }, "then": "./assets/data/nsi/logos/eogresources-cbbbb7.svg" }, - { - "if": { - "and": [ - "operator=EP Energy Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epenergycompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=EP UK Investments", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epukinvestments-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=EPAL", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epal-b694bb.undefined" - }, - { - "if": { - "and": [ - "operator=Epic Consolidated Operations", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epicconsolidatedoperations-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Epic Permian Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epicpermianoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=EPL Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eploilandgas-075232.undefined" - }, - { - "if": { - "and": [ - "operator=EPSAS", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/epsas-45421b.undefined" - }, { "if": { "and": [ @@ -187804,15 +92997,6 @@ }, "then": "./assets/data/nsi/logos/equinor-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=Equistar Chemicals", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/equistarchemicals-15c306.undefined" - }, { "if": { "and": [ @@ -187841,15 +93025,6 @@ }, "then": "./assets/data/nsi/logos/erdgaszentralschweiz-c0f0d1.svg" }, - { - "if": { - "and": [ - "operator=Erema", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/erema-f878fc.undefined" - }, { "if": { "and": [ @@ -187878,30 +93053,6 @@ }, "then": "./assets/data/nsi/logos/esso-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=ETC Tiger Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/etctigerpipeline-d7b8a3.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Ethylen-Pipeline-Süd", - "operator:short=EPS", - "operator:wikidata=Q1251194" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ethylenpipelinesud-47dd0d.undefined" - }, { "if": { "and": [ @@ -187930,20 +93081,6 @@ }, "then": "./assets/data/nsi/logos/evn-a158a5.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=EVN Топлофикция", - "operator:wikidata=Q113611221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c9ec9c-b34ac9.undefined" - }, { "if": { "and": [ @@ -187987,15 +93124,6 @@ }, "then": "./assets/data/nsi/logos/exolum-7ee736.svg" }, - { - "if": { - "and": [ - "operator=Explorer Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/explorerpipelinecompany-ea9857.undefined" - }, { "if": { "and": [ @@ -188010,122 +93138,6 @@ }, "then": "./assets/data/nsi/logos/exxonmobilpipelinecompany-075232.jpg" }, - { - "if": { - "and": [ - "operator=Faraday Midstream Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/faradaymidstreamcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Faulconer Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/faulconerenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Fenaka Vaikaradhoo Branch", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenakavaikaradhoobranch-0b97e8.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=Ferngas Netzgesellschaft", - "operator:wikidata=Q108874442" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ferngasnetzgesellschaft-7e9ccd.undefined" - }, - { - "if": { - "and": [ - "operator=Fernleitungs-Betriebsgesellschaft", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaft-47dd0d.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Fernleitungs-Betriebsgesellschaft mbH Bereichsverwaltung Süd Idar-Oberstein", - "operator:short=FBG", - "operator:wikidata=Q87647495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaftmbhbereichsverwaltungsudidaroberstein-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=FGSZ", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fgsz-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=FGSZ Földgázszállító Zrt.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fgszfoldgazszallitozrt-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=FGSZ Zrt.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fgszzrt-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=Field Petroleum", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fieldpetroleum-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Fieldwood Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fieldwoodenergy-cbbbb7.undefined" - }, { "if": { "and": [ @@ -188141,42 +93153,6 @@ }, "then": "./assets/data/nsi/logos/firstgas-dddc03.jpg" }, - { - "if": { - "and": [ - "operator=FL Rich Gas Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/flrichgasservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Flint Hills Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/flinthillsresources-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Flint Hills Resources Port Arthur", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/flinthillsresourcesportarthur-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Florida Gas Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/floridagastransmission-cbbbb7.undefined" - }, { "if": { "and": [ @@ -188191,20 +93167,6 @@ }, "then": "./assets/data/nsi/logos/fluxys-0d984d.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=FMHL", - "operator:wikidata=Q16854962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fmhl-b60912.undefined" - }, { "if": { "and": [ @@ -188219,65 +93181,6 @@ }, "then": "./assets/data/nsi/logos/fortisbc-21cbc0.png" }, - { - "if": { - "and": [ - "operator=FŐTÁV", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fotav-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=FŐTÁV Zrt.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fotavzrt-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=Fourth Floor Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fourthflooroperating-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Freeport LNG Development", - "operator:wikidata=Q113511541" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freeportlngdevelopment-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Frio Lasalle Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/friolasallepipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Fulmine", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fulmine-b34ac9.undefined" - }, { "if": { "and": [ @@ -188293,47 +93196,6 @@ }, "then": "./assets/data/nsi/logos/gail-4351eb.png" }, - { - "if": { - "and": [ - "operator=Galveston Bay Refinery Logistics", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/galvestonbayrefinerylogistics-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Gandara Water District", - "operator:short=GWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gandarawaterdistrict-a4d86a.undefined" - }, - { - "if": { - "and": [ - "operator=Gas Natural", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gasnatural-0e4881.undefined" - }, - { - "if": { - "and": [ - "operator=Gas Natural BAN", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gasnaturalban-f2a8db.undefined" - }, { "if": { "and": [ @@ -188348,15 +93210,6 @@ }, "then": "./assets/data/nsi/logos/gasnetworksireland-00086a.jpg" }, - { - "if": { - "and": [ - "operator=Gas Transmission Northwest", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gastransmissionnorthwest-4e52ce.undefined" - }, { "if": { "and": [ @@ -188371,15 +93224,6 @@ }, "then": "./assets/data/nsi/logos/gascade-47dd0d.svg" }, - { - "if": { - "and": [ - "operator=Gasconnect Austria GmbH", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gasconnectaustriagmbh-a158a5.undefined" - }, { "if": { "and": [ @@ -188422,20 +93266,6 @@ }, "then": "./assets/data/nsi/logos/gasunie-983549.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Gasunie Deutschland", - "operator:wikidata=Q1495700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gasuniedeutschland-47dd0d.undefined" - }, { "if": { "and": [ @@ -188451,15 +93281,6 @@ }, "then": "./assets/data/nsi/logos/gasverbundmittellandag-03e5ba.svg" }, - { - "if": { - "and": [ - "operator=Gaz-System", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gazsystem-e3bdc4.undefined" - }, { "if": { "and": [ @@ -188488,15 +93309,6 @@ }, "then": "./assets/data/nsi/logos/gazprom-03e08c.svg" }, - { - "if": { - "and": [ - "operator=Gedea Linach KG", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gedealinachkg-3970e4.undefined" - }, { "if": { "and": [ @@ -188539,42 +93351,6 @@ }, "then": "./assets/data/nsi/logos/gemeindetrabitz-32d0c9.svg" }, - { - "if": { - "and": [ - "operator=Genesis Offshore Holdings", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/genesisoffshoreholdings-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Genesis Pipeline USA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/genesispipelineusa-a55dc2.undefined" - }, - { - "if": { - "and": [ - "operator=Genesis Producing Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/genesisproducingcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Gilkes Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gilkesenergy-d20081.undefined" - }, { "if": { "and": [ @@ -188589,120 +93365,6 @@ }, "then": "./assets/data/nsi/logos/gippslandwater-cba2a8.jpg" }, - { - "if": { - "and": [ - "operator=GOM Shelf", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gomshelf-075232.undefined" - }, - { - "if": { - "and": [ - "operator=GPEC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gpec-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Grand Annecy", - "operator:wikidata=Q28465087" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grandannecy-f878fc.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Grande Dixence S.A.", - "operator:wikidata=Q2664023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/grandedixencesa-736591.undefined" - }, - { - "if": { - "and": [ - "operator=Gravity Midstream CC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gravitymidstreamcc-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=GRDF", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/grdf-4a5c8f.undefined" - }, - { - "if": { - "and": [ - "operator=Greater Vancouver Sewerage & Drainage District", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/greatervancouversewerageanddrainagedistrict-21cbc0.undefined" - }, - { - "if": { - "and": [ - "operator=Greater Vancouver Water District", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/greatervancouverwaterdistrict-21cbc0.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Green Mountain Water Company", - "operator:short=GMWC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainwatercompany-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=Greyhound Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/greyhoundenergy-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Grit Oil & Gas Management", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gritoilandgasmanagement-15c306.undefined" - }, { "if": { "and": [ @@ -188718,110 +93380,6 @@ }, "then": "./assets/data/nsi/logos/grosskraftwerkmannheim-3970e4.svg" }, - { - "if": { - "and": [ - "operator=GRTgaz", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/grtgaz-4a5c8f.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=GTG Nord", - "operator:wikidata=Q130388037" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gtgnord-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=Gulf Coast Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gulfcoastenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Gulf South Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gulfsouthpipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Gulfstream Natural Gas System", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gulfstreamnaturalgassystem-1e140a.undefined" - }, - { - "if": { - "and": [ - "operator=Gulfstream Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gulfstreampipeline-8dbf8a.undefined" - }, - { - "if": { - "and": [ - "operator=GYŐR-SZOL Zrt.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/gyorszolzrt-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=Hackschnitzelheizung Frankenburg", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hackschnitzelheizungfrankenburg-7244ea.undefined" - }, - { - "if": { - "and": [ - "operator=Harvest Alaska", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/harvestalaska-4e089c.undefined" - }, - { - "if": { - "and": [ - "operator=Harvest Midstream Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/harvestmidstreamcompany-b00ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Harvest Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/harvestpipelinecompany-15c306.undefined" - }, { "if": { "and": [ @@ -188836,56 +93394,6 @@ }, "then": "./assets/data/nsi/logos/harzenergie-433a4c.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Harzwasserwerke", - "operator:wikidata=Q1588057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/harzwasserwerke-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=Headington Energy Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/headingtonenergypartners-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Helen", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/helen-30982d.undefined" - }, - { - "if": { - "and": [ - "operator=Helsingin Vesi", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/helsinginvesi-30982d.undefined" - }, - { - "if": { - "and": [ - "operator=HEP Toplinarstvo", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/heptoplinarstvo-ed8d76.undefined" - }, { "if": { "and": [ @@ -188900,110 +93408,6 @@ }, "then": "./assets/data/nsi/logos/hesscorporation-075232.jpg" }, - { - "if": { - "and": [ - "operator=Hibbard Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hibbardenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=High Point Gas Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/highpointgasgathering-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Hilcorp Alaska", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hilcorpalaska-4e089c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Hilcorp Energy", - "operator:wikidata=Q30752849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hilcorpenergy-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=HK", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hk-30982d.undefined" - }, - { - "if": { - "and": [ - "operator=Honeoye Storage Corporation", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/honeoyestoragecorporation-97a5e1.undefined" - }, - { - "if": { - "and": [ - "operator=Hooks Gas Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hooksgaspipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Houston Pipe Line Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/houstonpipelinecompany-67fbd2.undefined" - }, - { - "if": { - "and": [ - "operator=HS Orka", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hsorka-b95f4c.undefined" - }, - { - "if": { - "and": [ - "operator=HS Veitur", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/hsveitur-b95f4c.undefined" - }, - { - "if": { - "and": [ - "operator=Hunt Crude Oil Supply Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/huntcrudeoilsupplycompany-f14388.undefined" - }, { "if": { "and": [ @@ -189018,20 +93422,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-16a4d7.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Hydrocop", - "operator:wikidata=Q130384733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydrocop-4a5c8f.undefined" - }, { "if": { "and": [ @@ -189088,20 +93478,6 @@ }, "then": "./assets/data/nsi/logos/ineosusa-cbbbb7.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Infracor GmbH", - "operator:wikidata=Q1662650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infracorgmbh-47dd0d.undefined" - }, { "if": { "and": [ @@ -189147,24 +93523,6 @@ }, "then": "./assets/data/nsi/logos/irishwater-00086a.jpg" }, - { - "if": { - "and": [ - "operator=Ironwood Midstream Energy Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ironwoodmidstreamenergypartners-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Iroquois Gas Transmission System", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/iroquoisgastransmissionsystem-d2c694.undefined" - }, { "if": { "and": [ @@ -189194,60 +93552,6 @@ }, "then": "./assets/data/nsi/logos/istanbulsuvekanalizasyonidaresi-d39c59.jpg" }, - { - "if": { - "and": [ - "operator=ITC Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/itcpipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=J.P. Oil Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/jpoilcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Jadranski naftovod", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/jadranskinaftovod-ed8d76.undefined" - }, - { - "if": { - "and": [ - "operator=Joint Bunkering Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/jointbunkeringservices-45f41e.undefined" - }, - { - "if": { - "and": [ - "operator=JRC/IRMM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/jrcirmm-0d984d.undefined" - }, - { - "if": { - "and": [ - "operator=KarakudukMunai", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/karakudukmunai-b5d3fc.undefined" - }, { "if": { "and": [ @@ -189263,39 +93567,6 @@ }, "then": "./assets/data/nsi/logos/karlsruherinstitutfurtechnologie-3970e4.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-f03f5c.undefined" - }, - { - "if": { - "and": [ - "operator=Kauno termofikacinė elektrinė", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kaunotermofikacineelektrine-f205df.undefined" - }, - { - "if": { - "and": [ - "operator=KEBAG", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kebag-fa7150.undefined" - }, { "if": { "and": [ @@ -189310,15 +93581,6 @@ }, "then": "./assets/data/nsi/logos/kelag-4d2223.jpg" }, - { - "if": { - "and": [ - "operator=KGHM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kghm-e3bdc4.undefined" - }, { "if": { "and": [ @@ -189333,136 +93595,6 @@ }, "then": "./assets/data/nsi/logos/kindermorgan-2e27a1.png" }, - { - "if": { - "and": [ - "operator=Kinder Morgan Crude & Condensate", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kindermorgancrudeandcondensate-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Kinder Morgan Liquids Terminals", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kindermorganliquidsterminals-b00ae8.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Kinder Morgan Tejas Pipeline LLC", - "operator:wikidata=Q114554280" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantejaspipelinellc-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Kinder Morgan Texas Pipeline LLC", - "operator:wikidata=Q110987354" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantexaspipelinellc-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Kinder Morgan Treating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kindermorgantreating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Kinetica Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kineticapartners-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Koch Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kochpipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Koksik", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/koksik-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=Korsnäs", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/korsnas-6502da.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Kraftwerke Linth-Limmern", - "operator:short=KKL", - "operator:wikidata=Q689068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftwerkelinthlimmern-9c18eb.undefined" - }, - { - "if": { - "and": [ - "operator=Kudu Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/kudumidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Kyffhäuser Abwasser- und Trinkwasserverband", - "operator:short=KAT", - "operator:wikidata=Q130387991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kyffhauserabwasserundtrinkwasserverband-49c3f2.undefined" - }, { "if": { "and": [ @@ -189478,116 +93610,6 @@ }, "then": "./assets/data/nsi/logos/losangelesdepartmentofwaterandpower-2a0bd0.png" }, - { - "if": { - "and": [ - "operator=Lakeshore Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lakeshoreoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Lamar Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lamaroilandgas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Lamay Corporation", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lamaycorporation-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Latvijas gāze", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/latvijasgaze-da0826.undefined" - }, - { - "if": { - "and": [ - "operator=Lavaca Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lavacamidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Lavaca Pipe Line Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lavacapipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Lempäälän Lastusten Vesihuolto-osuuskunta", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lempaalanlastustenvesihuoltoosuuskunta-30982d.undefined" - }, - { - "if": { - "and": [ - "operator=Lenington Farms", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/leningtonfarms-d4b8f4.undefined" - }, - { - "if": { - "and": [ - "operator=Lennheden Vatten AB", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lennhedenvattenab-6502da.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Leyte Metropolitan Water District", - "operator:short=LMWD" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/leytemetropolitanwaterdistrict-91371e.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Liechtensteinische Gasversorgung LGV", - "operator:short=LGV", - "operator:wikidata=Q15294509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liechtensteinischegasversorgunglgv-16a848.undefined" - }, { "if": { "and": [ @@ -189602,106 +93624,6 @@ }, "then": "./assets/data/nsi/logos/linde-cbbbb7.png" }, - { - "if": { - "and": [ - "operator=Linn Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/linnoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=LLOG Exploration Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/llogexplorationoffshore-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Lonestar Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lonestaroperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Lundin Energy Norway AS", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/lundinenergynorwayas-4e20da.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=LWG Lausitzer Wasser", - "operator:wikidata=Q124422219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lwglausitzerwasser-6a8892.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=MA 31", - "operator:wikidata=Q262313" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ma31-70ce42.undefined" - }, - { - "if": { - "and": [ - "operator=Magellan Crude Oil Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/magellancrudeoilpipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Magellan Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/magellanpipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Magellan Terminals Holdings", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/magellanterminalsholdings-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Mainline Pipelines Limited", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mainlinepipelineslimited-d20081.undefined" - }, { "if": { "and": [ @@ -189716,24 +93638,6 @@ }, "then": "./assets/data/nsi/logos/mancomunidaddeloscanalesdeltaibilla-0e4881.png" }, - { - "if": { - "and": [ - "operator=Manta Ray Gathering Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mantaraygatheringcompany-075232.undefined" - }, - { - "if": { - "and": [ - "operator=MAPP", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mapp-a06e13.undefined" - }, { "if": { "and": [ @@ -189762,75 +93666,6 @@ }, "then": "./assets/data/nsi/logos/marathonpipeline-cbbbb7.svg" }, - { - "if": { - "and": [ - "operator=Maritimes and Northeast Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/maritimesandnortheastpipeline-2e27a1.undefined" - }, - { - "if": { - "and": [ - "operator=MarkWest Energy South Texas Gas Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/markwestenergysouthtexasgascompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=MarkWest Javelina Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/markwestjavelinacompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=MarkWest Javelina Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/markwestjavelinapipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Martin Operating Partnership", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/martinoperatingpartnership-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Massachusetts Water Resources Authority", - "operator:short=MWRA", - "operator:wikidata=Q6784392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/massachusettswaterresourcesauthority-8b72af.undefined" - }, - { - "if": { - "and": [ - "operator=Max Midstream Texas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/maxmidstreamtexas-15c306.undefined" - }, { "if": { "and": [ @@ -189845,15 +93680,6 @@ }, "then": "./assets/data/nsi/logos/mayniladwaterservices-4097bd.jpg" }, - { - "if": { - "and": [ - "operator=MEGAL Mittel-Europäische Gasleitungsgesellschaft mbH & Co. KG", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/megalmitteleuropaischegasleitungsgesellschaftmbhandcokg-47dd0d.undefined" - }, { "if": { "and": [ @@ -189883,61 +93709,6 @@ }, "then": "./assets/data/nsi/logos/memphislightgasandwater-67a7c7.jpg" }, - { - "if": { - "and": [ - "operator=MěPOS Šenov", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mepossenov-ccffd7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianenergy-655644.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Merit Energy Company", - "operator:wikidata=Q6819524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meritenergycompany-afab9c.undefined" - }, - { - "if": { - "and": [ - "operator=Metro Vancouver", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/metrovancouver-21cbc0.undefined" - }, - { - "if": { - "and": [ - "operator=Metropolitan Wastewater Management Commission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/metropolitanwastewatermanagementcommission-663069.undefined" - }, { "if": { "and": [ @@ -189953,96 +93724,6 @@ }, "then": "./assets/data/nsi/logos/metropolitanwaterdistrictofsoutherncalifornia-2125b6.jpg" }, - { - "if": { - "and": [ - "operator=Mid Valley Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/midvalleypipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Midcoast Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/midcoastpipelines-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Midcontinent Express Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/midcontinentexpresspipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Midwestern Gas Transmission Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/midwesterngastransmissioncompany-138b71.undefined" - }, - { - "if": { - "and": [ - "operator=Mihő Kft.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mihokft-1cc3f6.undefined" - }, - { - "if": { - "and": [ - "operator=Millennium Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/millenniumpipeline-97a5e1.undefined" - }, - { - "if": { - "and": [ - "operator=Minera Alumbrera YMAD-UTE", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mineraalumbreraymadute-f2a8db.undefined" - }, - { - "if": { - "and": [ - "operator=Mitteldeutsche Netzgesellschaft Gas GmbH", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mitteldeutschenetzgesellschaftgasgmbh-49c3f2.undefined" - }, - { - "if": { - "and": [ - "operator=Mobil Pipe Line Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mobilpipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Mobile", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mobile-002653.undefined" - }, { "if": { "and": [ @@ -190057,42 +93738,6 @@ }, "then": "./assets/data/nsi/logos/mol-1cc3f6.png" }, - { - "if": { - "and": [ - "operator=Moldovagaz", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/moldovagaz-e03b02.undefined" - }, - { - "if": { - "and": [ - "operator=Momentum Production", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/momentumproduction-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Monroe Gas Storage Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/monroegasstoragecompany-fa613f.undefined" - }, - { - "if": { - "and": [ - "operator=Monument Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/monumentpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -190107,123 +93752,6 @@ }, "then": "./assets/data/nsi/logos/motivaenterprises-cbbbb7.png" }, - { - "if": { - "and": [ - "operator=MPEC Rzeszów", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mpecrzeszow-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=MPEC S.A", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mpecsa-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=MPLX", - "operator:wikidata=Q105965677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mplx-154416.undefined" - }, - { - "if": { - "and": [ - "operator=Murphy Exploration & Production", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/murphyexplorationandproduction-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Mustang Island Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/mustangislandgathering-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-db6291.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=NAM", - "operator:wikidata=Q1903706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nam-983549.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=National Gas", - "operator:wikidata=Q116544806" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalgas-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=National Gas Transmission PLC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/nationalgastransmissionplc-d20081.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Natural Gas Pipeline Company of America", - "operator:wikidata=Q6980495" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/naturalgaspipelinecompanyofamerica-15c306.undefined" - }, { "if": { "and": [ @@ -190238,53 +93766,6 @@ }, "then": "./assets/data/nsi/logos/naturgy-0e4881.jpg" }, - { - "if": { - "and": [ - "operator=Navarro Midstream Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/navarromidstreamservices-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=NEL Gastransport", - "operator:wikidata=Q124422184" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nelgastransport-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=Net Mexico Pipeline Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/netmexicopipelinepartners-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-f13994.undefined" - }, { "if": { "and": [ @@ -190314,58 +93795,6 @@ }, "then": "./assets/data/nsi/logos/netzesudwest-3970e4.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Netzgesellschaft Schwerin", - "operator:short=NGS", - "operator:wikidata=Q124422389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftschwerin-ebfdd8.undefined" - }, - { - "if": { - "and": [ - "operator=Neumin Production Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/neuminproductioncompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=New York City Department of Environmental Protection", - "operator:wikidata=Q7013162" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotection-97a5e1.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Newfield Exploration Company", - "operator:wikidata=Q7017778" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newfieldexplorationcompany-075232.undefined" - }, { "if": { "and": [ @@ -190380,20 +93809,6 @@ }, "then": "./assets/data/nsi/logos/nicorgas-cbbbb7.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Nord Stream AG", - "operator:wikidata=Q691563" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordstreamag-88a045.undefined" - }, { "if": { "and": [ @@ -190409,30 +93824,6 @@ }, "then": "./assets/data/nsi/logos/nordwestoelleitunggmbh-26df3e.jpg" }, - { - "if": { - "and": [ - "operator=Norðurorka", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/nordhurorka-b95f4c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=Northern Gas Networks", - "operator:wikidata=Q7058365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northerngasnetworks-5737c5.undefined" - }, { "if": { "and": [ @@ -190447,24 +93838,6 @@ }, "then": "./assets/data/nsi/logos/northernirelandwater-c929bc.jpg" }, - { - "if": { - "and": [ - "operator=Northern Natural Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/northernnaturalgas-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Northwest Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/northwestpipeline-cbbbb7.undefined" - }, { "if": { "and": [ @@ -190493,29 +93866,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-fc7ec3.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Nowega", - "operator:wikidata=Q67171186" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nowega-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=NSWDB", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/nswdb-d69902.undefined" - }, { "if": { "and": [ @@ -190530,24 +93880,6 @@ }, "then": "./assets/data/nsi/logos/nukissiorfiit-5901b9.jpg" }, - { - "if": { - "and": [ - "operator=Nustar Logistics", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/nustarlogistics-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=NuStar Pipeline Operating Partnership", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/nustarpipelineoperatingpartnership-cbbbb7.undefined" - }, { "if": { "and": [ @@ -190577,29 +93909,6 @@ }, "then": "./assets/data/nsi/logos/obb-a158a5.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Occidental Chemical Corporation", - "operator:wikidata=Q31884170" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/occidentalchemicalcorporation-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Occidental Permian", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/occidentalpermian-15c306.undefined" - }, { "if": { "and": [ @@ -190614,15 +93923,6 @@ }, "then": "./assets/data/nsi/logos/oiltankingdeutschlandgmbhandcokg-47dd0d.svg" }, - { - "if": { - "and": [ - "operator=Olipdp II", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/olipdpii-15c306.undefined" - }, { "if": { "and": [ @@ -190637,20 +93937,6 @@ }, "then": "./assets/data/nsi/logos/omv-03e08c.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=OMV Refining & Marketing GmbH", - "operator:wikidata=Q108295335" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/omvrefiningandmarketinggmbh-a158a5.undefined" - }, { "if": { "and": [ @@ -190665,24 +93951,6 @@ }, "then": "./assets/data/nsi/logos/oneok-cbbbb7.jpg" }, - { - "if": { - "and": [ - "operator=Oneok Hydrocarbon Southwest", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/oneokhydrocarbonsouthwest-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Oneok NGL Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/oneoknglpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -190697,15 +93965,6 @@ }, "then": "./assets/data/nsi/logos/ontras-47dd0d.svg" }, - { - "if": { - "and": [ - "operator=OÖ Ferngas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ooferngas-7244ea.undefined" - }, { "if": { "and": [ @@ -190721,15 +93980,6 @@ }, "then": "./assets/data/nsi/logos/opengrideuropegmbh-03e08c.svg" }, - { - "if": { - "and": [ - "operator=Orange", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/orange-e3bdc4.undefined" - }, { "if": { "and": [ @@ -190744,56 +93994,6 @@ }, "then": "./assets/data/nsi/logos/orkanatturunnar-b95f4c.png" }, - { - "if": { - "and": [ - "operator=Orkuveita Reykjavíkur", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/orkuveitareykjavikur-b95f4c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Ormat Technologies", - "operator:wikidata=Q1549511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormattechnologies-2a0bd0.undefined" - }, - { - "if": { - "and": [ - "operator=Ouray Ice Park", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ourayicepark-d590c3.undefined" - }, - { - "if": { - "and": [ - "operator=OXY USA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/oxyusa-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Ozona Pipeline Energy Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ozonapipelineenergycompany-15c306.undefined" - }, { "if": { "and": [ @@ -190809,88 +94009,6 @@ }, "then": "./assets/data/nsi/logos/pacificgasandelectric-2125b6.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Panhandle Eastern Pipe Line Company", - "operator:wikidata=Q7131012" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/panhandleeasternpipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Panhandle Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/panhandleenergy-b5a7aa.undefined" - }, - { - "if": { - "and": [ - "operator=Panther Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pantheroperatingcompany-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Panther Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pantherpipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Paradigm Midstream Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/paradigmmidstreamservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=PDAM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pdam-2086bb.undefined" - }, - { - "if": { - "and": [ - "operator=PDVSA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pdvsa-bdd962.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Pembina", - "operator:wikidata=Q7161915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pembina-3e8808.undefined" - }, { "if": { "and": [ @@ -190919,33 +94037,6 @@ }, "then": "./assets/data/nsi/logos/pennsylvaniastateuniversity-3a2dd1.jpg" }, - { - "if": { - "and": [ - "operator=Peoples Gas System", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/peoplesgassystem-b5a7aa.undefined" - }, - { - "if": { - "and": [ - "operator=Permian Express Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/permianexpresspartners-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Pertamina", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pertamina-2086bb.undefined" - }, { "if": { "and": [ @@ -190960,29 +94051,6 @@ }, "then": "./assets/data/nsi/logos/petrobras-0efc1c.png" }, - { - "if": { - "and": [ - "operator=Petrobras Transporte SA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/petrobrastransportesa-0efc1c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Petrochemical Pipeline Services", - "operator:wikidata=Q105951179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petrochemicalpipelineservices-53243c.undefined" - }, { "if": { "and": [ @@ -190997,47 +94065,6 @@ }, "then": "./assets/data/nsi/logos/petroecuador-81ae8e.jpg" }, - { - "if": { - "and": [ - "operator=Petroleum Fuels Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/petroleumfuelscompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Petroterminales de Panamá", - "operator:short=PTP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/petroterminalesdepanama-464cf2.undefined" - }, - { - "if": { - "and": [ - "operator=PGE Górnictwo i Energetyka Konwencjonalna S.A.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pgegornictwoienergetykakonwencjonalnasa-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=PGNiG TERMIKA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pgnigtermika-e3bdc4.undefined" - }, { "if": { "and": [ @@ -191052,15 +94079,6 @@ }, "then": "./assets/data/nsi/logos/phillips66-03e08c.jpg" }, - { - "if": { - "and": [ - "operator=Phillips 66 Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/phillips66pipeline-15c306.undefined" - }, { "if": { "and": [ @@ -191075,56 +94093,6 @@ }, "then": "./assets/data/nsi/logos/piedmontnaturalgascompany-e18127.jpg" }, - { - "if": { - "and": [ - "operator=Placer County Water Agency", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/placercountywateragency-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=Plains Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/plainspipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Plantation Pipeline", - "operator:wikidata=Q17085634" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/plantationpipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Plinacro", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/plinacro-ed8d76.undefined" - }, - { - "if": { - "and": [ - "operator=PLTP Patuha", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/pltppatuha-2086bb.undefined" - }, { "if": { "and": [ @@ -191139,15 +94107,6 @@ }, "then": "./assets/data/nsi/logos/plzenskateplarenskaas-ccffd7.jpg" }, - { - "if": { - "and": [ - "operator=Polaris Pipeline Systems", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/polarispipelinesystems-15c306.undefined" - }, { "if": { "and": [ @@ -191177,65 +94136,6 @@ }, "then": "./assets/data/nsi/logos/preem-6502da.png" }, - { - "if": { - "and": [ - "operator=Premier Transmission Limited", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/premiertransmissionlimited-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=Producers Gas Gathering JV", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/producersgasgatheringjv-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Products (SE) Pipe Line Corporation", - "operator:wikidata=Q130233116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/productssepipelinecorporation-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Promioriente", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/promioriente-8a71da.undefined" - }, - { - "if": { - "and": [ - "operator=Protege Energy III", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/protegeenergyiii-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Public Service Company of North Carolina", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofnorthcarolina-e18127.undefined" - }, { "if": { "and": [ @@ -191250,24 +94150,6 @@ }, "then": "./assets/data/nsi/logos/qgc-0331bf.png" }, - { - "if": { - "and": [ - "operator=Quail Creek Oil Corporation", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/quailcreekoilcorporation-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=QuarterNorth Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/quarternorthenergy-dafc90.undefined" - }, { "if": { "and": [ @@ -191282,79 +94164,6 @@ }, "then": "./assets/data/nsi/logos/ragaustria-a158a5.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Ranger Oil Corporation", - "operator:wikidata=Q7163348" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rangeroilcorporation-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Recoil Resources Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/recoilresourcesoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Redexis", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/redexis-0e4881.undefined" - }, - { - "if": { - "and": [ - "operator=Régaz", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/regaz-f51be3.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Regio Energie Solothurn", - "operator:wikidata=Q2138132" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/regioenergiesolothurn-fa7150.undefined" - }, - { - "if": { - "and": [ - "operator=Regional NNE", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/regionalnne-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=Remora Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/remoraoperating-15c306.undefined" - }, { "if": { "and": [ @@ -191369,33 +94178,6 @@ }, "then": "./assets/data/nsi/logos/ren-fe4ad6.svg" }, - { - "if": { - "and": [ - "operator=Renaissance Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/renaissanceoffshore-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Repsol Oil & Gas USA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/repsoloilandgasusa-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Republic Coast Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/republiccoastpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -191411,20 +94193,6 @@ }, "then": "./assets/data/nsi/logos/rheinmainrohrleitungstransportgesellschaft-47dd0d.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Rheinkalk GmbH", - "operator:wikidata=Q2147848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rheinkalkgmbh-47dd0d.undefined" - }, { "if": { "and": [ @@ -191439,56 +94207,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-7d59ca.svg" }, - { - "if": { - "and": [ - "operator=Rockdale Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/rockdaleenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Rosneft", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/rosneft-b9219a.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Rotterdam-Rijn Pijpleidingmaatschappij", - "operator:wikidata=Q2703585" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rotterdamrijnpijpleidingmaatschappij-983549.undefined" - }, - { - "if": { - "and": [ - "operator=RUBIS Antilles Guyane", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/rubisantillesguyane-a99029.undefined" - }, - { - "if": { - "and": [ - "operator=Ruhroel", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ruhroel-47dd0d.undefined" - }, { "if": { "and": [ @@ -191517,15 +94235,6 @@ }, "then": "./assets/data/nsi/logos/sawater-137d4e.jpg" }, - { - "if": { - "and": [ - "operator=Sabal Trail Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sabaltrailtransmission-619bd2.undefined" - }, { "if": { "and": [ @@ -191554,79 +94263,6 @@ }, "then": "./assets/data/nsi/logos/sachsenenergie-e6f7d6.png" }, - { - "if": { - "and": [ - "operator=Sakhalin Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sakhalinenergy-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Samarco", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/samarco-0efc1c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=San Francisco Public Utilities Commission", - "operator:wikidata=Q7414097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanfranciscopublicutilitiescommission-2125b6.undefined" - }, - { - "if": { - "and": [ - "operator=Sanare Energy Partners", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sanareenergypartners-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Sandel Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sandeloperatingcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=SAPPRO", - "operator:wikidata=Q105037820" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sappro-3e2612.undefined" - }, - { - "if": { - "and": [ - "operator=Sarita Energy Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/saritaenergyresources-15c306.undefined" - }, { "if": { "and": [ @@ -191643,15 +94279,6 @@ }, "then": "./assets/data/nsi/logos/sbbcff-03e5ba.png" }, - { - "if": { - "and": [ - "operator=SC-GÁS", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/scgas-0efc1c.undefined" - }, { "if": { "and": [ @@ -191666,29 +94293,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-63650c.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-3970e4.undefined" - }, - { - "if": { - "and": [ - "operator=Scottish & Southern Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/scottishandsouthernenergy-d20081.undefined" - }, { "if": { "and": [ @@ -191703,33 +94307,6 @@ }, "then": "./assets/data/nsi/logos/scottishwater-5f4966.png" }, - { - "if": { - "and": [ - "operator=Sea Eagle Ford", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/seaeagleford-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Sea Robin Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/searobinpipelinecompany-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Seadrift Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/seadriftpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -191746,15 +94323,6 @@ }, "then": "./assets/data/nsi/logos/seattlepublicutilities-5fe888.png" }, - { - "if": { - "and": [ - "operator=SEP Congo", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sepcongo-cea1fc.undefined" - }, { "if": { "and": [ @@ -191769,33 +94337,6 @@ }, "then": "./assets/data/nsi/logos/seqwater-0331bf.jpg" }, - { - "if": { - "and": [ - "operator=Serhy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/serhy-bb421b.undefined" - }, - { - "if": { - "and": [ - "operator=Servicio Municipal de Agua Potable y Alcantarillado", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/serviciomunicipaldeaguapotableyalcantarillado-45421b.undefined" - }, - { - "if": { - "and": [ - "operator=SEV", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sev-f804ed.undefined" - }, { "if": { "and": [ @@ -191810,30 +94351,6 @@ }, "then": "./assets/data/nsi/logos/severntrent-5737c5.svg" }, - { - "if": { - "and": [ - "operator=SFDM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sfdm-4a5c8f.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=SGN", - "operator:wikidata=Q7435584" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sgn-c59045.undefined" - }, { "if": { "and": [ @@ -191862,24 +94379,6 @@ }, "then": "./assets/data/nsi/logos/shelldeutschland-47dd0d.png" }, - { - "if": { - "and": [ - "operator=Shell Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/shelloffshore-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Shell Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/shellpipelinecompany-67fbd2.undefined" - }, { "if": { "and": [ @@ -191894,70 +94393,6 @@ }, "then": "./assets/data/nsi/logos/shem-4a5c8f.png" }, - { - "if": { - "and": [ - "operator=Sheridan Production Company III", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sheridanproductioncompanyiii-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Silverbow Resources", - "operator:wikidata=Q113654251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/silverbowresources-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=SM Energy Company", - "operator:wikidata=Q16984687" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smenergycompany-075232.undefined" - }, - { - "if": { - "and": [ - "operator=SN EF Maverick", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/snefmaverick-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=SN Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/snoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=SNAM", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/snam-bb421b.undefined" - }, { "if": { "and": [ @@ -191972,44 +94407,6 @@ }, "then": "./assets/data/nsi/logos/snowyhydro-2fb7da.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Société Anonyme de Raffinerie des Antilles", - "operator:short=SARA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societeanonymederaffineriedesantilles-a99029.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Société du Pipeline Sud-Européen", - "operator:short=SPSE", - "operator:wikidata=Q7552961" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/societedupipelinesudeuropeen-b3a4b1.undefined" - }, - { - "if": { - "and": [ - "operator=SONATRACH", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sonatrach-1d7473.undefined" - }, { "if": { "and": [ @@ -192024,92 +94421,6 @@ }, "then": "./assets/data/nsi/logos/sonelgaz-1d7473.jpg" }, - { - "if": { - "and": [ - "operator=Sonera", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sonera-30982d.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=South Australian Government", - "operator:wikidata=Q3112580" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southaustraliangovernment-137d4e.undefined" - }, - { - "if": { - "and": [ - "operator=South-West Water", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southwestwater-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=Southcross CCNG Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southcrossccnggathering-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Southcross CCNG Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southcrossccngtransmission-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Southcross Gulf Coast Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southcrossgulfcoasttransmission-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Southcross NGL Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southcrossnglpipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Southeast Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southeastgas-8dbf8a.undefined" - }, - { - "if": { - "and": [ - "operator=Southeast Supply Header", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southeastsupplyheader-a55dc2.undefined" - }, { "if": { "and": [ @@ -192125,52 +94436,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniagascompany-2125b6.jpg" }, - { - "if": { - "and": [ - "operator=Southern Indiana Gas & Electric", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southernindianagasandelectric-cd1ae8.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Southern Natural Gas", - "operator:wikidata=Q7570164" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernnaturalgas-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Southern Star Central Gas Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/southernstarcentralgaspipeline-4423a7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Southern Water", - "operator:wikidata=Q7570621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernwater-5737c5.undefined" - }, { "if": { "and": [ @@ -192200,69 +94465,6 @@ }, "then": "./assets/data/nsi/logos/spacex-cbbbb7.svg" }, - { - "if": { - "and": [ - "operator=SPDC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spdc-26b839.undefined" - }, - { - "if": { - "and": [ - "operator=Spire Gulf", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spiregulf-8dbf8a.undefined" - }, - { - "if": { - "and": [ - "operator=Spółka Energetyczna Jaworzno", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spolkaenergetycznajaworzno-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=Spółka Wodociągowo–Kanalizacyjna Dzimierz – Nowa Wieś", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spolkawodociagowokanalizacyjnadzimierznowawies-e3bdc4.undefined" - }, - { - "if": { - "and": [ - "operator=SPP", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spp-0d789f.undefined" - }, - { - "if": { - "and": [ - "operator=SpreeGas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/spreegas-47dd0d.undefined" - }, - { - "if": { - "and": [ - "operator=Springfield Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/springfieldpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -192277,38 +94479,6 @@ }, "then": "./assets/data/nsi/logos/sse-03e08c.png" }, - { - "if": { - "and": [ - "operator=SSE Ireland", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sseireland-00086a.undefined" - }, - { - "if": { - "and": [ - "operator=St Mary River Irrigation District", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/stmaryriverirrigationdistrict-8f5c91.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Stadt Wien", - "operator:wikidata=Q1884195" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwien-a0dadd.undefined" - }, { "if": { "and": [ @@ -192353,20 +94523,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkejena-dc7419.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Stadtwerke Karlsruhe Netzservice", - "operator:wikidata=Q124476041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-3970e4.undefined" - }, { "if": { "and": [ @@ -192424,97 +94580,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerketreuchtlingen-32d0c9.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Stanwell", - "operator:wikidata=Q7600309" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stanwell-0331bf.undefined" - }, - { - "if": { - "and": [ - "operator=Startex Field Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/startexfieldservices-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Stingray Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/stingraypipelinecompany-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Stonewater Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/stonewaterpipelinecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Sturgeon Aquafarms", - "operator:short=SAF" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sturgeonaquafarms-b5a7aa.undefined" - }, - { - "if": { - "and": [ - "operator=Sulphur River Exploration", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sulphurriverexploration-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Sulphur River Gathering", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sulphurrivergathering-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Sunoco Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/sunocopipeline-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Superior Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/superiormidstream-15c306.undefined" - }, { "if": { "and": [ @@ -192529,34 +94594,6 @@ }, "then": "./assets/data/nsi/logos/swissgas-03e5ba.svg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=SWKiel Netz GmbH", - "operator:wikidata=Q130385984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swkielnetzgmbh-63650c.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Sydney Catchment Authority", - "operator:wikidata=Q7659859" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sydneycatchmentauthority-db32ff.undefined" - }, { "if": { "and": [ @@ -192571,101 +94608,6 @@ }, "then": "./assets/data/nsi/logos/sydneywater-db32ff.jpg" }, - { - "if": { - "and": [ - "operator=TAG", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tag-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=TAG Pipelines Norte", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tagpipelinesnorte-02fb83.undefined" - }, - { - "if": { - "and": [ - "operator=TAG Pipelines Sur", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tagpipelinessur-02fb83.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Tallgrass Energy Partners", - "operator:wikidata=Q17089427" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tallgrassenergypartners-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Talos Energy Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/talosenergyoffshore-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Talos Energy Ventures", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/talosenergyventures-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Talos ERT", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/talosert-fbf18f.undefined" - }, - { - "if": { - "and": [ - "operator=Talos Petroleum", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/talospetroleum-075232.undefined" - }, - { - "if": { - "and": [ - "operator=TANAP", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tanap-d39c59.undefined" - }, - { - "if": { - "and": [ - "operator=Targa NGL Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/targanglpipelinecompany-15c306.undefined" - }, { "if": { "and": [ @@ -192680,48 +94622,6 @@ }, "then": "./assets/data/nsi/logos/tcenergycorporation-06fef8.svg" }, - { - "if": { - "and": [ - "operator=TC Oil Pipeline Operations", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tcoilpipelineoperations-e390b2.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=Tennessee Gas Pipeline Company", - "operator:wikidata=Q7700085" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tennesseegaspipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=TEOL", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/teol-d23be4.undefined" - }, - { - "if": { - "and": [ - "operator=Terega", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/terega-2dc40f.undefined" - }, { "if": { "and": [ @@ -192737,92 +94637,6 @@ }, "then": "./assets/data/nsi/logos/terranetsbwgmbh-3970e4.svg" }, - { - "if": { - "and": [ - "operator=TESKİ", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/teski-d39c59.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Texas Eastern Transmission, LP", - "operator:wikidata=Q130233152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaseasterntransmissionlp-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Texas Gas Service Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/texasgasservicecompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Texas Gas Transmission", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/texasgastransmission-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Texas Independent Exploration", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/texasindependentexploration-3b8e96.undefined" - }, - { - "if": { - "and": [ - "operator=Texas Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/texaspipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Texas Pipeline Systems", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/texaspipelinesystems-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=TGG Shelby Assets", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tggshelbyassets-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=TGS SA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tgssa-f2a8db.undefined" - }, { "if": { "and": [ @@ -192837,15 +94651,6 @@ }, "then": "./assets/data/nsi/logos/thameswater-5737c5.jpg" }, - { - "if": { - "and": [ - "operator=Thika Power", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/thikapower-07322b.undefined" - }, { "if": { "and": [ @@ -192875,29 +94680,6 @@ }, "then": "./assets/data/nsi/logos/thyssenkruppsteel-dfd0ce.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=TIGAS", - "operator:wikidata=Q113466439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tigas-296981.undefined" - }, - { - "if": { - "and": [ - "operator=Torrent Oil", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/torrentoil-15c306.undefined" - }, { "if": { "and": [ @@ -192912,34 +94694,6 @@ }, "then": "./assets/data/nsi/logos/totalenergies-03e08c.png" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Town of Gillham", - "operator:wikidata=Q2082067" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofgillham-e4be4f.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Town of Inuvik", - "operator:wikidata=Q338686" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/townofinuvik-6d2f31.undefined" - }, { "if": { "and": [ @@ -192954,102 +94708,6 @@ }, "then": "./assets/data/nsi/logos/tpcgroup-15c306.png" }, - { - "if": { - "and": [ - "operator=TPL Southtex Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tplsouthtexmidstream-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=TR Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/troffshore-075232.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Trans Adriatic Pipeline AG", - "operator:wikidata=Q29476714" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transadriaticpipelineag-0f53f2.undefined" - }, - { - "if": { - "and": [ - "operator=Trans Austria Gasleitung GmbH", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transaustriagasleitunggmbh-a158a5.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Trans Europa Naturgas Pipeline GmbH & Co. KG", - "operator:short=TENP" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transeuropanaturgaspipelinegmbhandcokg-b3a4b1.undefined" - }, - { - "if": { - "and": [ - "operator=Trans Mountain", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transmountain-3e8808.undefined" - }, - { - "if": { - "and": [ - "operator=Trans-Northern Pipelines", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transnorthernpipelines-32ef7a.undefined" - }, - { - "if": { - "and": [ - "operator=Transcontinental Gas Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transcontinentalgaspipelinecompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Transitgas", - "operator:wikidata=Q3997515" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transitgas-03e5ba.undefined" - }, { "if": { "and": [ @@ -193064,205 +94722,6 @@ }, "then": "./assets/data/nsi/logos/transpetrol-0d789f.svg" }, - { - "if": { - "and": [ - "operator=Transportadora Associada de Gás S.A", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transportadoraassociadadegassa-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=Transportadora Brasileira Gasoduto Bolívia-Brasil S.A.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transportadorabrasileiragasodutoboliviabrasilsa-f208ee.undefined" - }, - { - "if": { - "and": [ - "operator=Transportadora de Gas del Norte S.A.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transportadoradegasdelnortesa-f2a8db.undefined" - }, - { - "if": { - "and": [ - "operator=Transwestern Pipeline Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/transwesternpipelinecompany-4a4897.undefined" - }, - { - "if": { - "and": [ - "operator=TRAPIL", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/trapil-4a5c8f.undefined" - }, - { - "if": { - "and": [ - "operator=Trek Resources", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/trekresources-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Trinity Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/trinityoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Trinity River Energy Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/trinityriverenergyoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Trunkline Gas Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/trunklinegascompany-cbbbb7.undefined" - }, - { - "if": { - "and": [ - "operator=Tryall", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/tryall-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Twin Rivers Paper Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/twinriverspapercompany-f4fa3f.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-ed6b11.undefined" - }, - { - "if": { - "and": [ - "operator=UKOP", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ukop-d20081.undefined" - }, - { - "if": { - "and": [ - "operator=UN - ES", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unes-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=UN-BA", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unba-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=UN-BC", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unbc-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=UN-BSOL", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unbsol-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=UN-RNCE", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unrnce-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=UN-SEAL", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unseal-0efc1c.undefined" - }, - { - "if": { - "and": [ - "operator=Unigaz", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unigaz-03e5ba.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Union Gas", - "operator:wikidata=Q7885706" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uniongas-32ef7a.undefined" - }, { "if": { "and": [ @@ -193277,24 +94736,6 @@ }, "then": "./assets/data/nsi/logos/uniper-706135.png" }, - { - "if": { - "and": [ - "operator=UNIPETROL RPA, s.r.o.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unipetrolrpasro-ccffd7.undefined" - }, - { - "if": { - "and": [ - "operator=United Brine Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/unitedbrinepipeline-15c306.undefined" - }, { "if": { "and": [ @@ -193337,51 +94778,6 @@ }, "then": "./assets/data/nsi/logos/unocalcorporation-fbf18f.svg" }, - { - "if": { - "and": [ - "operator=UPM-Kymmene", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/upmkymmene-30982d.undefined" - }, - { - "if": { - "and": [ - "operator=UPP Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/uppoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=UralTransGas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/uraltransgas-02a52c.undefined" - }, - { - "if": { - "and": [ - "operator=Urban Oil & Gas Group", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/urbanoilandgasgroup-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Valence Operating Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/valenceoperatingcompany-15c306.undefined" - }, { "if": { "and": [ @@ -193396,51 +94792,6 @@ }, "then": "./assets/data/nsi/logos/valero-011eb6.png" }, - { - "if": { - "and": [ - "operator=Valero Houston Refinery", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/valerohoustonrefinery-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Valero Refining - Texas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/valerorefiningtexas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Validus NRG Aquilas Assetco", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/validusnrgaquilasassetco-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Valley Crossing Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/valleycrossingpipeline-582efb.undefined" - }, - { - "if": { - "and": [ - "operator=Vanguard Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/vanguardoperating-15c306.undefined" - }, { "if": { "and": [ @@ -193569,109 +94920,6 @@ }, "then": "./assets/data/nsi/logos/verbundnetzgas-47dd0d.svg" }, - { - "if": { - "and": [ - "operator=Verdun Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/verdunoilandgas-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Vernon E. Faulconer, Inc.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/vernonefaulconerinc-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Vivaqua", - "operator:wikidata=Q3561439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vivaqua-0d984d.undefined" - }, - { - "if": { - "and": [ - "operator=W&T Offshore", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/wandtoffshore-7ed5f8.undefined" - }, - { - "if": { - "and": [ - "operator=Wagner Oil Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/wagneroilcompany-15c306.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - "substance=gas", - { - "or": [ - "operator=Wales & West Utilities", - "operator:wikidata=Q7961745" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/walesandwestutilities-c5f20b.undefined" - }, - { - "if": { - "and": [ - "operator=Walter Oil & Gas Corporation", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/walteroilandgascorporation-075232.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Water & Power Development Authority", - "operator:short=WAPDA", - "operator:wikidata=Q7973437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-7914f5.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Wärmeversorgung Offenburg", - "operator:wikidata=Q130387888" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/warmeversorgungoffenburg-3970e4.undefined" - }, { "if": { "and": [ @@ -193701,15 +94949,6 @@ }, "then": "./assets/data/nsi/logos/watercare-a4487c.jpg" }, - { - "if": { - "and": [ - "operator=Weld Exploration", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/weldexploration-15c306.undefined" - }, { "if": { "and": [ @@ -193752,42 +94991,6 @@ }, "then": "./assets/data/nsi/logos/westtexasgasutility-15c306.jpg" }, - { - "if": { - "and": [ - "operator=Western Gas Interstate", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/westerngasinterstate-ea9857.undefined" - }, - { - "if": { - "and": [ - "operator=White Marlin Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/whitemarlinoperating-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Whiting Oil and Gas Corporation", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/whitingoilandgascorporation-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Whitney Oil & Gas", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/whitneyoilandgas-dafc90.undefined" - }, { "if": { "and": [ @@ -193816,33 +95019,6 @@ }, "then": "./assets/data/nsi/logos/williams-cbbbb7.jpg" }, - { - "if": { - "and": [ - "operator=Williams Field Services", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/williamsfieldservices-3a2dd1.undefined" - }, - { - "if": { - "and": [ - "operator=Williams Field Services - Gulf Coast Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/williamsfieldservicesgulfcoastcompany-075232.undefined" - }, - { - "if": { - "and": [ - "operator=Williams MLP Operating", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/williamsmlpoperating-cbbbb7.undefined" - }, { "if": { "and": [ @@ -193857,15 +95033,6 @@ }, "then": "./assets/data/nsi/logos/wingasgmbhandcokg-47dd0d.svg" }, - { - "if": { - "and": [ - "operator=Wink to Webster Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/winktowebsterpipeline-15c306.undefined" - }, { "if": { "and": [ @@ -193881,51 +95048,6 @@ }, "then": "./assets/data/nsi/logos/wisconsinpublicservicecorporation-ea69f5.jpg" }, - { - "if": { - "and": [ - "operator=Woodside Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/woodsideenergy-dafc90.undefined" - }, - { - "if": { - "and": [ - "operator=Woodway Bluebonnet Pipeline", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/woodwaybluebonnetpipeline-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=WTG Gas Transmission Company", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/wtggastransmissioncompany-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=WTG Jameson", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/wtgjameson-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=WTG South Permian Midstream", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/wtgsouthpermianmidstream-15c306.undefined" - }, { "if": { "and": [ @@ -193955,15 +95077,6 @@ }, "then": "./assets/data/nsi/logos/xtoenergy-15c306.svg" }, - { - "if": { - "and": [ - "operator=Y.P.F. S.A.", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ypfsa-f2a8db.undefined" - }, { "if": { "and": [ @@ -193978,42 +95091,6 @@ }, "then": "./assets/data/nsi/logos/yacimientosdelitiobolivianos-45421b.svg" }, - { - "if": { - "and": [ - "operator=YPFB Transporte", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ypfbtransporte-81d88e.undefined" - }, - { - "if": { - "and": [ - "operator=ZADCO", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/zadco-5e0f63.undefined" - }, - { - "if": { - "and": [ - "operator=Zarvona Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/zarvonaenergy-15c306.undefined" - }, - { - "if": { - "and": [ - "operator=Zarvonia Energy", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/zarvoniaenergy-15c306.undefined" - }, { "if": { "and": [ @@ -194029,33 +95106,6 @@ }, "then": "./assets/data/nsi/logos/zweckverbandbodenseewasserversorgung-3970e4.jpg" }, - { - "if": { - "and": [ - "operator=АО «Интер РАО - Электрогенерация»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/3e4273-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=АО «Транснефть — Верхняя Волга»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/b7b538-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=АО «Транснефть — Север»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/75914e-b9219a.undefined" - }, { "if": { "and": [ @@ -194070,313 +95120,6 @@ }, "then": "./assets/data/nsi/logos/bb4e91-b34ac9.jpg" }, - { - "if": { - "and": [ - "operator=Газпром", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/9bee30-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Газпром газораспределение Великий Новгород", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/3e27f7-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ДЭУ Советского района", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/0acdef-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ІЗС", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/77b345-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=Київгаз", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/f651f5-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-6", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/0497e7-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-8", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/e7cae4-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=Михайловское тепловое хозяйство", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/97ff9d-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=НорильскГазпром", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/60840b-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Гомельтранснефть Дружба\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/0e50c9-bab038.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Трансаммиак\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/13afd2-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ОКВП \"Дніпро-Кіровоград\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/5845cb-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Газпром трансгаз Сургут\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/689785-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Газпром трансгаз Югорск\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/8a9d59-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Газпром трансгаз Югорск\", ОАО \"Газпром\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/55fdab-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Газпром ПХГ»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/00c96c-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Газпром трансгаз Москва»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/7c48dd-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Газпром трансгаз Нижний Новгород»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/53d415-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Газпром трансгаз Санкт-Петербург»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/08fb6e-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Газпром трансгаз Ухта»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/72d59b-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Транснефть — Балтика»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/375d9f-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Транснефть — Верхняя Волга»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/5bdec0-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Транснефть — Порт Приморск»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/cbfe80-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Органический синтез", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/399e5e-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ПУ \"Пинскгаз\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ab2f8e-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=СКРУ-3 АО «Уралкалий»", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/d20da1-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Татэнерго", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fa25fa-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ТГК-11", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/514ea7-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ТГК-14", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/d5bc82-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Теплосети", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/590bdb-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=теплотрасса", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/90997a-b9219a.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Топлофикация Бургас", - "operator:wikidata=Q113611230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dac849-b34ac9.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Топлофикация Враца", - "operator:wikidata=Q113611296" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e23d2f-b34ac9.undefined" - }, { "if": { "and": [ @@ -194391,48 +95134,6 @@ }, "then": "./assets/data/nsi/logos/71a366-b34ac9.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Топлофикация Плевен", - "operator:wikidata=Q113611303" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2cd3dd-b34ac9.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Топлофикация Русе", - "operator:wikidata=Q113611300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/520b86-b34ac9.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=Топлофикация Сливен", - "operator:wikidata=Q113611307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b92d89-b34ac9.undefined" - }, { "if": { "and": [ @@ -194447,139 +95148,6 @@ }, "then": "./assets/data/nsi/logos/d08e33-b34ac9.png" }, - { - "if": { - "and": [ - "operator=Транснефть", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/8dc88a-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ТЭЦ-2", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/a73f21-bab038.undefined" - }, - { - "if": { - "and": [ - "operator=Укртрансгаз", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/fa3399-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=Укртранснафта", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/23cf93-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=Ульбинская гидроэлектростанция", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/ce6be5-b5d3fc.undefined" - }, - { - "if": { - "and": [ - "operator=УП \"Брестгаз\" Производственное управление \"Пинскгаз\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/d32730-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=УП \"Брестоблгаз\" Производственное управление \"Пинскгаз\"", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/a24add-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=Ухта-Торжок", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/f54129-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=ФГУП УЭВ", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/f383ea-b9219a.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал РУП \"Брестэнерго\" Пинские тепловые сети", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/eb993e-dd779a.undefined" - }, - { - "if": { - "and": [ - "operator=Черкасигаз", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/762161-e176fb.undefined" - }, - { - "if": { - "and": [ - "operator=临沂富源热电有限公司", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/48d7b3-ac03db.undefined" - }, - { - "if": { - "and": [ - "operator=曹妃甸港", - "pipeline=substation" - ] - }, - "then": "./assets/data/nsi/logos/e40afb-ac03db.undefined" - }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=横浜市水道局", - "operator:en=Yokohama Waterworks Bureau", - "operator:ja=横浜市水道局", - "operator:wikidata=Q27928104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/yokohamawaterworksbureau-a761ef.undefined" - }, { "if": { "and": [ @@ -194596,22 +95164,6 @@ }, "then": "./assets/data/nsi/logos/watersuppliesdepartment-dfcc55.jpg" }, - { - "if": { - "and": [ - "pipeline=substation", - { - "or": [ - "operator=渠務署 Drainage Services Department", - "operator:en=Drainage Services Department", - "operator:wikidata=Q11703256", - "operator:zh=渠務署" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/drainageservicesdepartment-dfcc55.undefined" - }, { "if": { "and": [ @@ -194768,20 +95320,6 @@ }, "then": "./assets/data/nsi/logos/comboiosdeportugal-58c517.png" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=Conrail", - "operator:wikidata=Q5162679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conrail-0c2e78.undefined" - }, { "if": { "and": [ @@ -194830,15 +95368,6 @@ }, "then": "./assets/data/nsi/logos/ferrocarrilsdelageneralitatdecatalunya-3adfd3.svg" }, - { - "if": { - "and": [ - "operator=GIO Rail", - "power=catenary_mast" - ] - }, - "then": "./assets/data/nsi/logos/giorail-5c4676.undefined" - }, { "if": { "and": [ @@ -194869,20 +95398,6 @@ }, "then": "./assets/data/nsi/logos/gysev-9b4488.jpg" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=HŽ Infrastruktura", - "operator:wikidata=Q102035872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hzinfrastruktura-864256.undefined" - }, { "if": { "and": [ @@ -195109,20 +95624,6 @@ }, "then": "./assets/data/nsi/logos/obb-744936.jpg" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=Ontario Southland Railway", - "operator:wikidata=Q7094908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ontariosouthlandrailway-20d6f3.undefined" - }, { "if": { "and": [ @@ -195193,20 +95694,6 @@ }, "then": "./assets/data/nsi/logos/rumosa-1ff1a5.png" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=San Joaquin Valley Railroad", - "operator:wikidata=Q7414408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjoaquinvalleyrailroad-b614de.undefined" - }, { "if": { "and": [ @@ -195221,20 +95708,6 @@ }, "then": "./assets/data/nsi/logos/sbb-33be22.png" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=SNCC", - "operator:wikidata=Q1481581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sncc-374ff8.undefined" - }, { "if": { "and": [ @@ -195277,21 +95750,6 @@ }, "then": "./assets/data/nsi/logos/spravazeleznicso-e7d44b.jpg" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=Tanzania Railways Corporation", - "operator:short=TRC", - "operator:wikidata=Q2393276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanzaniarailwayscorporation-064c9f.undefined" - }, { "if": { "and": [ @@ -195320,21 +95778,6 @@ }, "then": "./assets/data/nsi/logos/trafikverket-0ff71a.png" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=Uganda Railways Corporation", - "operator:short=URC", - "operator:wikidata=Q1711861" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ugandarailwayscorporation-684c26.undefined" - }, { "if": { "and": [ @@ -195471,22 +95914,6 @@ }, "then": "./assets/data/nsi/logos/chinarailway-452f47.svg" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=中国铁路哈尔滨局集团有限公司", - "operator:en=China Railway Harbin Group", - "operator:wikidata=Q10922014", - "operator:zh=中国铁路哈尔滨局集团有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinarailwayharbingroup-452f47.undefined" - }, { "if": { "and": [ @@ -195506,43 +95933,6 @@ }, "then": "./assets/data/nsi/logos/nagoyarailroad-9408c5.jpg" }, - { - "if": { - "and": [ - "operator=國營臺灣鐵路股份有限公司", - "power=catenary_mast" - ] - }, - "then": "./assets/data/nsi/logos/48bbdc-0c3e1d.undefined" - }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=臺灣鐵路公司", - "operator:en=Taiwan Railway Corporation", - "operator:hak=Thòi-vân Thiet-lu Kûng-sṳ̂", - "operator:nan=Tâi-oân Thih-lō͘ Kong-si", - "operator:nan-Hant=臺灣鐵路公司", - "operator:nan-Latn-pehoeji=Tâi-oân Thih-lō͘ Kong-si", - "operator:nan-Latn-tailo=Tâi-uân Thih-lōo Kong-si", - "operator:short=台鐵", - "operator:short:en=TRA", - "operator:short:nan=Tâi-thih", - "operator:short:nan-Hant=台鐵", - "operator:short:nan-Latn-pehoeji=Tâi-thih", - "operator:short:nan-Latn-tailo=Tâi-thih", - "operator:short:zh=台鐵", - "operator:wikidata=Q112151129", - "operator:zh=臺灣鐵路公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiwanrailwaycorporation-0c3e1d.undefined" - }, { "if": { "and": [ @@ -195577,15 +95967,6 @@ }, "then": "./assets/data/nsi/logos/albtalverkehrsgesellschaftmbh-319ba8.png" }, - { - "if": { - "and": [ - "operator=CFR Infrastructură", - "power=catenary_mast" - ] - }, - "then": "./assets/data/nsi/logos/cfrinfrastructura-7a5ea5.undefined" - }, { "if": { "and": [ @@ -195615,21 +95996,6 @@ }, "then": "./assets/data/nsi/logos/hgk-7e6c6f.svg" }, - { - "if": { - "and": [ - "power=catenary_mast", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-744936.undefined" - }, { "if": { "and": [ @@ -195686,15 +96052,6 @@ }, "then": "./assets/data/nsi/logos/szinfrastruktura-f19c50.svg" }, - { - "if": { - "and": [ - "operator=3D Energies", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/3denergies-33d749.undefined" - }, { "if": { "and": [ @@ -195709,33 +96066,6 @@ }, "then": "./assets/data/nsi/logos/abowind-74685d.svg" }, - { - "if": { - "and": [ - "operator=ABO Wind Ireland Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/abowindirelandltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Åby Alebo Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/abyaleboenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Acampo Arias, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/acampoariassl-ae5946.undefined" - }, { "if": { "and": [ @@ -195750,42 +96080,6 @@ }, "then": "./assets/data/nsi/logos/accionaenergia-ae5946.jpg" }, - { - "if": { - "and": [ - "operator=Aciloe", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aciloe-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=ACS", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/acs-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=ACS/Canepa Green Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/acscanepagreenenergy-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=AE Power Services", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aepowerservices-19ecba.undefined" - }, { "if": { "and": [ @@ -195814,24 +96108,6 @@ }, "then": "./assets/data/nsi/logos/aescorporation-f7f223.png" }, - { - "if": { - "and": [ - "operator=Age Generación Eólica SA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/agegeneracioneolicasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Age Generacion Eolica SA - Los Lirios", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/agegeneracioneolicasaloslirios-ae5946.undefined" - }, { "if": { "and": [ @@ -195846,60 +96122,6 @@ }, "then": "./assets/data/nsi/logos/aglenergy-08761e.jpg" }, - { - "if": { - "and": [ - "operator=Agrivind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/agrivindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Agsm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/agsm-052129.undefined" - }, - { - "if": { - "and": [ - "operator=Aguilon 20 S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aguilon20sa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Ailes Marines SAS", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ailesmarinessas-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Aioliki Panachaikou", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aiolikipanachaikou-6bff69.undefined" - }, - { - "if": { - "and": [ - "operator=Akka Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/akkavindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -195984,70 +96206,6 @@ }, "then": "./assets/data/nsi/logos/aldisud-63ded7.png" }, - { - "if": { - "and": [ - "operator=Alectoris Energía Sostenible 3, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/alectorisenergiasostenible3slforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Alectoris Energía Sostenible 6, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/alectorisenergiasostenible6slforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Alenka Enerji Üretim ve Yatırım Limited Şirketi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/alenkaenerjiuretimveyatirimlimitedsirketi-90eacc.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Algonquin Power", - "operator:wikidata=Q4724337" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/algonquinpower-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Åliden Vind AB", - "operator:wikidata=Q113465964" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alidenvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Alize Enerji Elektrik Üretim A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/alizeenerjielektrikuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -196062,24 +96220,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Allianz", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/allianz-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Alternergy Wind One Corporation", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/alternergywindonecorporation-736f8c.undefined" - }, { "if": { "and": [ @@ -196095,20 +96235,6 @@ }, "then": "./assets/data/nsi/logos/amazonwebservices-74685d.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazonasenergia-104cf6.undefined" - }, { "if": { "and": [ @@ -196123,20 +96249,6 @@ }, "then": "./assets/data/nsi/logos/ameren-ebd878.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-cf12d9.undefined" - }, { "if": { "and": [ @@ -196152,92 +96264,6 @@ }, "then": "./assets/data/nsi/logos/americanelectricpower-19ecba.cba" }, - { - "if": { - "and": [ - "operator=AMGA Legnano S.p.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/amgalegnanospa-052129.undefined" - }, - { - "if": { - "and": [ - "operator=Åmliden Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/amlidenvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Åmot-Lingbo Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/amotlingbovindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Amrum-Offshore West GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/amrumoffshorewestgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Åndberg Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/andbergvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Andes Mainstream SpA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/andesmainstreamspa-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Andes Wind Parks", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/andeswindparks-daaa5a.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Anesco", - "operator:wikidata=Q108565133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anesco-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=APB - PLZEŇ a.s.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/apbplzenas-e7507c.undefined" - }, { "if": { "and": [ @@ -196266,15 +96292,6 @@ }, "then": "./assets/data/nsi/logos/apexenergies-ebc5ae.jpg" }, - { - "if": { - "and": [ - "operator=Aqualectra", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aqualectra-d0fb25.undefined" - }, { "if": { "and": [ @@ -196289,114 +96306,6 @@ }, "then": "./assets/data/nsi/logos/aquilacapital-a62919.svg" }, - { - "if": { - "and": [ - "operator=AR Alto Loa SpA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/araltoloaspa-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=AR Llanos del Viento SpA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/arllanosdelvientospa-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Aracati Energia Renovavel Ltda.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aracatienergiarenovavelltda-104cf6.undefined" - }, - { - "if": { - "and": [ - "operator=Arise Windfarm 1 AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/arisewindfarm1ab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Arise Windpower AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/arisewindpowerab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Årjäng Sydväst Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/arjangsydvastvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Armstrong Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/armstrongenergy-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Åskälen Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/askalenvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Aspiravi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aspiravi-a327c1.undefined" - }, - { - "if": { - "and": [ - "operator=Athena Investments", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/athenainvestments-052129.undefined" - }, - { - "if": { - "and": [ - "operator=Aton Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/atonenergy-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Aulepa Tuulepark OÜ (Eesti Energia)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/aulepatuuleparkoueestienergia-7050ae.undefined" - }, { "if": { "and": [ @@ -196439,42 +96348,6 @@ }, "then": "./assets/data/nsi/logos/axpo-5b591a.jpg" }, - { - "if": { - "and": [ - "operator=Bäckhammar Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/backhammarvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Baki Elektrik Üretim Ltd. Şti.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bakielektrikuretimltdsti-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Ballywater Windfarms Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ballywaterwindfarmsltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Balm Solar", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/balmsolar-2af0cf.undefined" - }, { "if": { "and": [ @@ -196489,15 +96362,6 @@ }, "then": "./assets/data/nsi/logos/banksrenewables-9ac094.jpg" }, - { - "if": { - "and": [ - "operator=Barranafaddock Sustainable Electricity Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/barranafaddocksustainableelectricitylimited-1f8ba0.undefined" - }, { "if": { "and": [ @@ -196512,24 +96376,6 @@ }, "then": "./assets/data/nsi/logos/baywa-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=BayWa r.e. Scandinavia AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/baywarescandinaviaab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=BBE Energie GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bbeenergiegmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -196544,29 +96390,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-4add1e.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Berkshire Hathaway Energy", - "operator:wikidata=Q16840677" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/berkshirehathawayenergy-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Berkshire Wind Power Cooperative", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/berkshirewindpowercooperative-c012c2.undefined" - }, { "if": { "and": [ @@ -196595,15 +96418,6 @@ }, "then": "./assets/data/nsi/logos/bernmobil-80ad05.svg" }, - { - "if": { - "and": [ - "operator=Beşiktepe Üretim ve Ticaret A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/besiktepeuretimveticaretas-90eacc.undefined" - }, { "if": { "and": [ @@ -196618,15 +96432,6 @@ }, "then": "./assets/data/nsi/logos/blackhillscorporation-19ecba.cba" }, - { - "if": { - "and": [ - "operator=BlaikenVind Aktiebolag", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/blaikenvindaktiebolag-ec34a3.undefined" - }, { "if": { "and": [ @@ -196641,47 +96446,6 @@ }, "then": "./assets/data/nsi/logos/bluearthrenewables-2d6bbd.bbd" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Bluefield Solar Income Fund", - "operator:wikidata=Q114352274" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bluefieldsolarincomefund-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Bon Vent de l'Ebre, S.L.U.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bonventdelebreslu-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Bondön Wind ApS, Filial Danmark", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bondonwindapsfilialdanmark-c31bbc.undefined" - }, - { - "if": { - "and": [ - "operator=Booly Wind Farm Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/boolywindfarmlimited-1f8ba0.undefined" - }, { "if": { "and": [ @@ -196724,65 +96488,6 @@ }, "then": "./assets/data/nsi/logos/bordnamona-1f8ba0.png" }, - { - "if": { - "and": [ - "operator=Borealis Infrastructure", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/borealisinfrastructure-b3e144.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Boreas", - "operator:wikidata=Q130394432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/boreas-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Borkum Riffgrund 2 Offshore Wind Farm GmbH & Co. OHG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/borkumriffgrund2offshorewindfarmgmbhandcoohg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Borkum Riffgrund 3 GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/borkumriffgrund3gmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Borkum Riffgrund I Offshore Windpark A/S GmbH & Co. OHG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/borkumriffgrundioffshorewindparkasgmbhandcoohg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=BorusanEnBW Enerji", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/borusanenbwenerji-90eacc.undefined" - }, { "if": { "and": [ @@ -196812,61 +96517,6 @@ }, "then": "./assets/data/nsi/logos/bp-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Braintree Electric Light Department", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/braintreeelectriclightdepartment-c012c2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Brattmyrliden Vind AB", - "operator:wikidata=Q113465957" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brattmyrlidenvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Breeze Two Energy GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/breezetwoenergygmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Bridge Infrastructure Capital", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bridgeinfrastructurecapital-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Bright Energy", - "operator:wikidata=Q78436358" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brightenergy-854d0f.undefined" - }, { "if": { "and": [ @@ -196882,24 +96532,6 @@ }, "then": "./assets/data/nsi/logos/britishsolarrenewables-9ac094.png" }, - { - "if": { - "and": [ - "operator=Brookfield Renewable", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/brookfieldrenewable-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Brookfield Renewable Partners", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/brookfieldrenewablepartners-1f8ba0.undefined" - }, { "if": { "and": [ @@ -196915,69 +96547,6 @@ }, "then": "./assets/data/nsi/logos/bundfurumweltundnaturschutzdeutschland-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Bürger-Energie-Unterhaching eG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/burgerenergieunterhachingeg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=BürgerEnergie Tauberfranken 2 eG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/burgerenergietauberfranken2eg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Bürgerwindpark Mittelholstein", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/burgerwindparkmittelholstein-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Bursa Temiz Enerji Elektrik Üretim San. ve Tic. A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bursatemizenerjielektrikuretimsanveticas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=BV Zonnepark Ameland", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/bvzonneparkameland-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=CABEOLICA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cabeolica-6e1785.undefined" - }, - { - "if": { - "and": [ - "operator=Callagheen Wind Farm Ltd (Scottish Power Renewables)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/callagheenwindfarmltdscottishpowerrenewables-725ea6.undefined" - }, { "if": { "and": [ @@ -196992,42 +96561,6 @@ }, "then": "./assets/data/nsi/logos/calpine-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Canadian Breaks Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/canadianbreakswindfarm-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=Çanres Rüzgar Enerji Üretimi San. ve Tic. A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/canresruzgarenerjiuretimisanveticas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Çanta Rüzgar Enerji Santrali - RHG ENERTÜRK ENERJİ ÜRETİM VE TİCARET ANONİM ŞİRKETİ", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cantaruzgarenerjisantralirhgenerturkenerjiuretimveticaretanonimsirketi-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Capital Dynamics", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/capitaldynamics-a95dca.undefined" - }, { "if": { "and": [ @@ -197042,99 +96575,6 @@ }, "then": "./assets/data/nsi/logos/capitalpower-4cccf0.jpg" }, - { - "if": { - "and": [ - "operator=Capital Power Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/capitalpowerenergy-60f7b4.undefined" - }, - { - "if": { - "and": [ - "operator=Cappawhite Wind Ltd (ESB)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cappawhitewindltdesb-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Capstone Infrastructure", - "operator:wikidata=Q5036370" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/capstoneinfrastructure-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Cartier Énergie Éolienne", - "operator:en=Cartier Wind Energy", - "operator:fr=Cartier Énergie Éolienne", - "operator:wikidata=Q5047342" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cartierenergieeolienne-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Castle Rock Ridge Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/castlerockridgelimited-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Castledockrell Wind Group Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/castledockrellwindgroupltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Cayrol International", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cayrolinternational-170e40.undefined" - }, - { - "if": { - "and": [ - "operator=Cedar Ridge Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cedarridgewindfarm-27c60c.undefined" - }, - { - "if": { - "and": [ - "operator=CEPE du Bois de la Serre", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cepeduboisdelaserre-33d749.undefined" - }, { "if": { "and": [ @@ -197164,24 +96604,6 @@ }, "then": "./assets/data/nsi/logos/cez-e7507c.jpg" }, - { - "if": { - "and": [ - "operator=CGN Europe Energy Ireland Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cgneuropeenergyirelandlimited-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=CGN New Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cgnnewenergy-7a5436.undefined" - }, { "if": { "and": [ @@ -197196,15 +96618,6 @@ }, "then": "./assets/data/nsi/logos/chevron-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Cirrus Wind Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cirruswindenergy-546c7b.undefined" - }, { "if": { "and": [ @@ -197219,20 +96632,6 @@ }, "then": "./assets/data/nsi/logos/cityofbeaverton-a46631.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=City of Dasmariñas", - "operator:wikidata=Q17068216" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofdasmarinas-d3815d.undefined" - }, { "if": { "and": [ @@ -197261,47 +96660,6 @@ }, "then": "./assets/data/nsi/logos/cityoftruthorconsequences-bcd865.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Clicks Group", - "operator:wikidata=Q114367372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clicksgroup-6ca71c.undefined" - }, - { - "if": { - "and": [ - "operator=Cloncreen Wind Farm DAC (Bord na Móna Powergen)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cloncreenwindfarmdacbordnamonapowergen-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Cloud Snurran AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cloudsnurranab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Cloudberry Offshore Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cloudberryoffshorewindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -197316,15 +96674,6 @@ }, "then": "./assets/data/nsi/logos/cnr-33d749.jpg" }, - { - "if": { - "and": [ - "operator=Cogentrix", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cogentrix-a34a72.undefined" - }, { "if": { "and": [ @@ -197353,15 +96702,6 @@ }, "then": "./assets/data/nsi/logos/colbun-daaa5a.jpg" }, - { - "if": { - "and": [ - "operator=Colorado Highlands Wind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/coloradohighlandswind-a34a72.undefined" - }, { "if": { "and": [ @@ -197377,15 +96717,6 @@ }, "then": "./assets/data/nsi/logos/coloradostateuniversity-a34a72.jpg" }, - { - "if": { - "and": [ - "operator=Comiolica, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/comiolicasl-ae5946.undefined" - }, { "if": { "and": [ @@ -197401,15 +96732,6 @@ }, "then": "./assets/data/nsi/logos/comisionfederaldeelectricidad-5ce1cf.png" }, - { - "if": { - "and": [ - "operator=Community Windpower", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/communitywindpower-9ac094.undefined" - }, { "if": { "and": [ @@ -197425,44 +96747,6 @@ }, "then": "./assets/data/nsi/logos/compagniavaldostanaacque-052129.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-104cf6.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Compañía Eólica Aragonesa", - "operator:short=CEASA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companiaeolicaaragonesa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Comunidad Indígena Nuevo San Juan Parangaricutiro", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/comunidadindigenanuevosanjuanparangaricutiro-0bcdea.undefined" - }, { "if": { "and": [ @@ -197477,47 +96761,6 @@ }, "then": "./assets/data/nsi/logos/constellation-c841a9.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-5b871c.undefined" - }, - { - "if": { - "and": [ - "operator=Coopesantos", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/coopesantos-3c54c2.undefined" - }, - { - "if": { - "and": [ - "operator=CPC Germania", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cpcgermania-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=CPC Lakiakangas Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/cpclakiakangasoy-ae9fa2.undefined" - }, { "if": { "and": [ @@ -197532,24 +96775,6 @@ }, "then": "./assets/data/nsi/logos/cpsenergy-546c7b.jpg" }, - { - "if": { - "and": [ - "operator=Dala Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dalavindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Danta de Energías, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dantadeenergiassa-ae5946.undefined" - }, { "if": { "and": [ @@ -197578,15 +96803,6 @@ }, "then": "./assets/data/nsi/logos/decathlon-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Delta NV", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/deltanv-7c4044.undefined" - }, { "if": { "and": [ @@ -197601,51 +96817,6 @@ }, "then": "./assets/data/nsi/logos/denkerandwulf-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Desarrollo de energías Renovables de la Rioja, S. A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/desarrollodeenergiasrenovablesdelariojasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Desarrollo Eólico Las Majas VII, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/desarrolloeolicolasmajasviislforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Desarrollo Eólico Las Majas XIX, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/desarrolloeolicolasmajasxixslforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Desarrollos Eólicos del Ebro, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/desarrolloseolicosdelebrosa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Desarrollos Eólicos El Águila, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/desarrolloseolicoselaguilasa-ae5946.undefined" - }, { "if": { "and": [ @@ -197660,15 +96831,6 @@ }, "then": "./assets/data/nsi/logos/deutschebahn-b8ae25.png" }, - { - "if": { - "and": [ - "operator=Deutsche Offshore Testfeld- und Infrastruktur GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/deutscheoffshoretestfeldundinfrastrukturgmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -197683,24 +96845,6 @@ }, "then": "./assets/data/nsi/logos/dewind-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Dezentrale Energie Anlagen Beteiligungs- und Verwaltungsgesellschaft mbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dezentraleenergieanlagenbeteiligungsundverwaltungsgesellschaftmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Dienst Justitiele Inrichtingen Zaandam", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dienstjustitieleinrichtingenzaandam-7c4044.undefined" - }, { "if": { "and": [ @@ -197715,15 +96859,6 @@ }, "then": "./assets/data/nsi/logos/digitalrealty-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Dinwiddie Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dinwiddiepower-4ed0ab.undefined" - }, { "if": { "and": [ @@ -197738,15 +96873,6 @@ }, "then": "./assets/data/nsi/logos/dmdrogeriemarktgmbhandcokg-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Doğal Enerji Elektrik Üretim A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dogalenerjielektrikuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -197761,47 +96887,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-c58391.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-3f646f.undefined" - }, - { - "if": { - "and": [ - "operator=Dong Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dongenergy-c31bbc.undefined" - }, - { - "if": { - "and": [ - "operator=Dragaliden Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dragalidenvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Drumkee Energy Limited (Low Carbon Storage Ireland Ltd)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/drumkeeenergylimitedlowcarbonstorageirelandltd-9ac094.undefined" - }, { "if": { "and": [ @@ -197816,21 +96901,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-b3e144.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-40d406.undefined" - }, { "if": { "and": [ @@ -197859,15 +96929,6 @@ }, "then": "./assets/data/nsi/logos/dukeenergyprogress-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Dulacca Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/dulaccawindfarm-fc806b.undefined" - }, { "if": { "and": [ @@ -197882,29 +96943,6 @@ }, "then": "./assets/data/nsi/logos/eon-74685d.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=E.ON Climate and Renewables", - "operator:wikidata=Q130005876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eonclimateandrenewables-74685d.undefined" - }, - { - "if": { - "and": [ - "operator=E.ON Energiatermelő Kft.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eonenergiatermelokft-dc1ee9.undefined" - }, { "if": { "and": [ @@ -197919,78 +96957,6 @@ }, "then": "./assets/data/nsi/logos/eonwasserkraft-b8ae25.svg" }, - { - "if": { - "and": [ - "operator=Eagle 2 US", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eagle2us-f22164.undefined" - }, - { - "if": { - "and": [ - "operator=Easa-Oute SA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/easaoutesa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=EAZ Wind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eazwind-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=ECN Wind Energy Facilities", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ecnwindenergyfacilities-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Econergi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/econergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Ecopower", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ecopower-efd363.undefined" - }, - { - "if": { - "and": [ - "operator=Ecorus Projects B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ecorusprojectsbv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Ecotecnia - Los Pedreros", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ecotecnialospedreros-ae5946.undefined" - }, { "if": { "and": [ @@ -198019,34 +96985,6 @@ }, "then": "./assets/data/nsi/logos/edfrenewables-f15854.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=EDF Renewables Canada", - "operator:wikidata=Q110653754" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edfrenewablescanada-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=EDF Renewables Ireland", - "operator:wikidata=Q130007214" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edfrenewablesireland-1f8ba0.undefined" - }, { "if": { "and": [ @@ -198061,15 +96999,6 @@ }, "then": "./assets/data/nsi/logos/edgeconnex-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Edincik enerji Üretim A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/edincikenerjiuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -198098,21 +97027,6 @@ }, "then": "./assets/data/nsi/logos/edp-74685d.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-58f53b.undefined" - }, { "if": { "and": [ @@ -198158,15 +97072,6 @@ }, "then": "./assets/data/nsi/logos/eestienergia-7050ae.jpg" }, - { - "if": { - "and": [ - "operator=EEZ", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eez-c79aa4.undefined" - }, { "if": { "and": [ @@ -198181,75 +97086,6 @@ }, "then": "./assets/data/nsi/logos/egat-4362ae.jpg" }, - { - "if": { - "and": [ - "operator=Einbecker Brauhaus AG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/einbeckerbrauhausag-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Ekovind AB", - "operator:wikidata=Q113465894" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ekovindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=ELECAUSTRO", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elecaustro-4037a3.undefined" - }, - { - "if": { - "and": [ - "operator=Elecdey Tarazona, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elecdeytarazonasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Electrabel", - "operator:wikidata=Q608323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electrabel-a327c1.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Electrawinds", - "operator:wikidata=Q15906805" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electrawinds-ef21ea.undefined" - }, { "if": { "and": [ @@ -198265,72 +97101,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-74685d.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Elektroprivreda Bosne i Hercegovine", - "operator:short=EPBiH", - "operator:wikidata=Q3048615" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroprivredabosneihercegovine-a096ef.undefined" - }, - { - "if": { - "and": [ - "operator=Elektrowerk Assling", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elektrowerkassling-b3c54e.undefined" - }, - { - "if": { - "and": [ - "operator=Element Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elementpower-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Elgin Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elginenergy-725ea6.undefined" - }, - { - "if": { - "and": [ - "operator=Elicio", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/elicio-ef21ea.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Empresa Pública de Produção de Electricidade", - "operator:short=PRODEL", - "operator:wikidata=Q106836436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/empresapublicadeproducaodeelectricidade-0ddd58.undefined" - }, { "if": { "and": [ @@ -198345,24 +97115,6 @@ }, "then": "./assets/data/nsi/logos/enbridge-4cccf0.jpg" }, - { - "if": { - "and": [ - "operator=EnBW Albatros GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwalbatrosgmbh-2b875e.undefined" - }, - { - "if": { - "and": [ - "operator=EnBW Baltic 2 GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwbaltic2gmbhandcokg-42ea02.undefined" - }, { "if": { "and": [ @@ -198377,51 +97129,6 @@ }, "then": "./assets/data/nsi/logos/enbwenergiebadenwurttembergag-b8ae25.png" }, - { - "if": { - "and": [ - "operator=EnBW Hohe See GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwhoheseegmbhandcokg-4c28ad.undefined" - }, - { - "if": { - "and": [ - "operator=EnBW Onshore Portfolio GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwonshoreportfoliogmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=EnBW Sverige Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwsverigevindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=EnBW WindInvest GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enbwwindinvestgmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Ende Corani", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/endecorani-2c2b71.undefined" - }, { "if": { "and": [ @@ -198436,15 +97143,6 @@ }, "then": "./assets/data/nsi/logos/endesa-ae5946.jpg" }, - { - "if": { - "and": [ - "operator=Endesa - Pena Ventosa", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/endesapenaventosa-ae5946.undefined" - }, { "if": { "and": [ @@ -198501,24 +97199,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpower-885195.svg" }, - { - "if": { - "and": [ - "operator=Enel Green Power Canada", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enelgreenpowercanada-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=EnerCit'IF", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enercitif-794cff.undefined" - }, { "if": { "and": [ @@ -198533,15 +97213,6 @@ }, "then": "./assets/data/nsi/logos/enercon-b8ae25.svg" }, - { - "if": { - "and": [ - "operator=Energa Wytwarzanie S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energawytwarzaniesa-c79aa4.undefined" - }, { "if": { "and": [ @@ -198556,15 +97227,6 @@ }, "then": "./assets/data/nsi/logos/energia-8a255d.jpg" }, - { - "if": { - "and": [ - "operator=Energia Global Castellana", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energiaglobalcastellana-ae5946.undefined" - }, { "if": { "and": [ @@ -198579,24 +97241,6 @@ }, "then": "./assets/data/nsi/logos/energieag-7d0c03.png" }, - { - "if": { - "and": [ - "operator=Energie Avesnes", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energieavesnes-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Energie Bernkastel-Wittlich AöR", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energiebernkastelwittlichaor-b8ae25.undefined" - }, { "if": { "and": [ @@ -198611,29 +97255,6 @@ }, "then": "./assets/data/nsi/logos/energiesteiermark-a6368a.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Energiekontor", - "operator:wikidata=Q1341306" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energiekontor-b85a3e.undefined" - }, - { - "if": { - "and": [ - "operator=Energiekontor UK", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energiekontoruk-9ac094.undefined" - }, { "if": { "and": [ @@ -198663,24 +97284,6 @@ }, "then": "./assets/data/nsi/logos/energyfijilimited-32a62a.png" }, - { - "if": { - "and": [ - "operator=Energy Park 44 sp. z o.o.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/energypark44spzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=EnerjiSA Enerji ÜRETİM A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enerjisaenerjiuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -198695,29 +97298,6 @@ }, "then": "./assets/data/nsi/logos/enertrag-a301bb.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=EnerVest AG", - "operator:wikidata=Q130394505" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervestag-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Engelhorn Solarpark Heidelberg-Grenzhof GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/engelhornsolarparkheidelberggrenzhofgmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -198732,75 +97312,6 @@ }, "then": "./assets/data/nsi/logos/engie-74685d.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=ENGIE Deutschland Erneuerbare GmbH", - "operator:wikidata=Q130404048" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/engiedeutschlanderneuerbaregmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Engie Energía Chile S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/engieenergiachilesa-daaa5a.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Engie Green", - "operator:wikidata=Q129986005" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/engiegreen-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=ENGIE Windpark Portfolio 2 GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/engiewindparkportfolio2gmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=ENHOL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/enhol-ae5946.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Enlight", - "operator:wikidata=Q5379060" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enlight-a37acc.undefined" - }, { "if": { "and": [ @@ -198829,20 +97340,6 @@ }, "then": "./assets/data/nsi/logos/enmaxenergy-60f7b4.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Enovos", - "operator:wikidata=Q1343601" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enovos-b8ae25.undefined" - }, { "if": { "and": [ @@ -198885,200 +97382,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-35de23.jpg" }, - { - "if": { - "and": [ - "operator=EO-ZON Generación Eólica, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eozongeneracioneolicasl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eole RES", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eoleres-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Eolfi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolfi-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Eolia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolica-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica Cabezo San Roque, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicacabezosanroquesa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica de Medinaceli", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicademedinaceli-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica de Radona", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicaderadona-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica Guadalteba", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicaguadalteba-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eolica Guadalteba - La Nava", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicaguadaltebalanava-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólica La Janda", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicalajanda-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eolica La Janda - Tejonero", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicalajandatejonero-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólicas de Euskadi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicasdeeuskadi-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólicas de La Rioja", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicasdelarioja-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eólicas El Coscojar, SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolicaselcoscojarsl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Eolien Maritime France", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolienmaritimefrance-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Eoliki Zaraka Rachi Gkioni Energy S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eolikizarakarachigkionienergysa-6bff69.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Eolus Vind AB", - "operator:wikidata=Q10485218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eolusvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=EPP Gdbr", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eppgdbr-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Epuron", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/epuron-08761e.undefined" - }, - { - "if": { - "and": [ - "operator=EPV Tuulivoima Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/epvtuulivoimaoy-ae9fa2.undefined" - }, { "if": { "and": [ @@ -199093,15 +97396,6 @@ }, "then": "./assets/data/nsi/logos/equinor-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Erby", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/erby-ae5946.undefined" - }, { "if": { "and": [ @@ -199116,15 +97410,6 @@ }, "then": "./assets/data/nsi/logos/erdgassudwestgmbh-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=ERG S.p.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ergspa-9ac094.undefined" - }, { "if": { "and": [ @@ -199154,29 +97439,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-f81514.png" }, - { - "if": { - "and": [ - "operator=Eufer", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/eufer-ae5946.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=European Energy", - "operator:wikidata=Q66325802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/europeanenergy-6d36df.undefined" - }, { "if": { "and": [ @@ -199205,20 +97467,6 @@ }, "then": "./assets/data/nsi/logos/evergy-e9dfd9.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-dd42ec.undefined" - }, { "if": { "and": [ @@ -199262,206 +97510,6 @@ }, "then": "./assets/data/nsi/logos/evn-87ac22.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=EVN", - "operator:wikidata=Q48784884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evn-a4b8ed.undefined" - }, - { - "if": { - "and": [ - "operator=EWO Solarpark III KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ewosolarparkiiikg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=ewz Atlantic Sverige AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ewzatlanticsverigeab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Exilion Tuuli Ky", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/exiliontuuliky-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Explotaciones Eólicas El Puerto, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/explotacioneseolicaselpuertosa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Explotaciones Eólicas Escucha, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/explotacioneseolicasescuchasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Explotaciones Eólicas Saso Plano, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/explotacioneseolicassasoplanosa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Explotaciones Eólicas Sierra Costera, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/explotacioneseolicassierracosterasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Explotaciones Eólicas Sierra de la Virgen, S.A. - ENEL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/explotacioneseolicassierradelavirgensaenel-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Extresol 3", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/extresol3-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fäbodliden Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fabodlidenvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Falck Renewables", - "operator:wikidata=Q5431701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/falckrenewables-ae4916.undefined" - }, - { - "if": { - "and": [ - "operator=Farmer's Light Plant Corporation", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/farmerslightplantcorporation-383cfd.undefined" - }, - { - "if": { - "and": [ - "operator=Fazenda Santa Rosa", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fazendasantarosa-104cf6.undefined" - }, - { - "if": { - "and": [ - "operator=Federal Ministry of Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/federalministryofpower-06a2cc.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Fenaka", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenaka-1b2052.undefined" - }, - { - "if": { - "and": [ - "operator=Fera s.r.l.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ferasrl-052129.undefined" - }, - { - "if": { - "and": [ - "operator=Ffos Las Solar Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ffoslassolarfarm-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Firma Ramström Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/firmaramstromvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=First Reserve", - "operator:wikidata=Q5453756" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstreserve-19ecba.undefined" - }, { "if": { "and": [ @@ -199504,15 +97552,6 @@ }, "then": "./assets/data/nsi/logos/firstenergy-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Fjällberget Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fjallbergetenergiab-ec34a3.undefined" - }, { "if": { "and": [ @@ -199527,56 +97566,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-2af0cf.png" }, - { - "if": { - "and": [ - "operator=Flughafen Stuttgart Energie GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/flughafenstuttgartenergiegmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Foresight", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/foresight-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/forestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Formosa Plastics", - "operator:wikidata=Q16241638" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/formosaplastics-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Forsa Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/forsaenergy-33d749.undefined" - }, { "if": { "and": [ @@ -199591,246 +97580,6 @@ }, "then": "./assets/data/nsi/logos/fortum-cf9247.jpg" }, - { - "if": { - "and": [ - "operator=Fortum & Helen", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fortumandhelen-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=FP Lux Wind Bröcklingberget AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fpluxwindbrocklingbergetab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Fred. Olsen Renewables", - "operator:wikidata=Q115955049" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fredolsenrenewables-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa IX, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaixslforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa VII, SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaviisl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa X, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxslforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa XI,SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxislforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa XII, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxiislforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Fuerzas Energéticas del Sur de Europa XV S.L. - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxvslforestalia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=G-Tech Environmental Holdings", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gtechenvironmentalholdings-e517ca.undefined" - }, - { - "if": { - "and": [ - "operator=Gabrielsberget Vind Nord AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gabrielsbergetvindnordab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Gabrielsberget Vind Syd AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gabrielsbergetvindsydab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Gaelectric", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gaelectric-7260e8.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Gamesa", - "operator:wikidata=Q42916742" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gamesa-8b20a8.undefined" - }, - { - "if": { - "and": [ - "operator=Gamesa - Altamira", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gamesaaltamira-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Gamma", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gamma-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Garvagh Glebe Power Ltd (ESB)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/garvaghglebepowerltdesb-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=GDF Suez Zielona Energia Sp. z o.o.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gdfsuezzielonaenergiaspzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=GE Green Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gegreenenergy-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=GE Wind", - "operator:wikidata=Q634056" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gewind-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Gecalsa", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gecalsa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Gecalsa - El Hierro", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gecalsaelhierro-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Gecalsa - La Rabia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gecalsalarabia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Gecalsa - Montamarta", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gecalsamontamarta-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Gecalsa - Peñarroldana", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gecalsapenarroldana-ae5946.undefined" - }, { "if": { "and": [ @@ -199845,15 +97594,6 @@ }, "then": "./assets/data/nsi/logos/gemeindeubstadtweiher-235ee2.jpg" }, - { - "if": { - "and": [ - "operator=Generaciones Renovables del Gállego, SL - Forestalia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/generacionesrenovablesdelgallegoslforestalia-ae5946.undefined" - }, { "if": { "and": [ @@ -199882,124 +97622,6 @@ }, "then": "./assets/data/nsi/logos/genesisenergy-7b0614.png" }, - { - "if": { - "and": [ - "operator=GENNEIA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/genneia-76b721.undefined" - }, - { - "if": { - "and": [ - "operator=Geólica Magallón II, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/geolicamagalloniisl-ae5946.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-42ce66.undefined" - }, - { - "if": { - "and": [ - "operator=GERES Power II GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gerespoweriigmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Gesa - Gargaú energética S/A", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gesagargauenergeticasa-104cf6.undefined" - }, - { - "if": { - "and": [ - "operator=Gigawatti", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gigawatti-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Gigawatti Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gigawattioy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=GILDEMEISTER Energy Solutions", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gildemeisterenergysolutions-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Global Tech I Offshore Wind GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/globaltechioffshorewindgmbh-0daf2e.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Glötesvålen Vind AB", - "operator:wikidata=Q113465939" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glotesvalenvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Glötesvålen Vind AB (IKEA)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/glotesvalenvindabikea-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=GLS Bank, WP Warburg", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/glsbankwpwarburg-b8ae25.undefined" - }, { "if": { "and": [ @@ -200028,29 +97650,6 @@ }, "then": "./assets/data/nsi/logos/goldwind-19ecba.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Göteborg Energi AB", - "operator:wikidata=Q10512780" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goteborgenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Great Lakes Hydro America", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greatlakeshydroamerica-0aad60.undefined" - }, { "if": { "and": [ @@ -200065,111 +97664,6 @@ }, "then": "./assets/data/nsi/logos/greencityag-b8ae25.png" }, - { - "if": { - "and": [ - "operator=Green Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greenenergy-e6beb4.undefined" - }, - { - "if": { - "and": [ - "operator=Green Energy Company Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greenenergycompanyltd-16c9d0.undefined" - }, - { - "if": { - "and": [ - "operator=Green Energy International", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greenenergyinternational-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Green Genius", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greengenius-f48411.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Green Investment Group", - "operator:wikidata=Q97968817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greeninvestmentgroup-c79aa4.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Greenbacker Renewable Energy Company", - "operator:wikidata=Q130382431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenbackerrenewableenergycompany-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Greenchoice", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greenchoice-7c4044.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Greencoat Renewables", - "operator:wikidata=Q97354365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greencoatrenewables-8d3bcf.undefined" - }, - { - "if": { - "and": [ - "operator=Greensolver", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/greensolver-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Grimsås Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/grimsasvindkraftab-ec34a3.undefined" - }, { "if": { "and": [ @@ -200184,196 +97678,6 @@ }, "then": "./assets/data/nsi/logos/groenleven-7c4044.jpg" }, - { - "if": { - "and": [ - "operator=Grönhult Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gronhultwindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Growind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/growind-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Grytsjö Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/grytsjoenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=GS E&R", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gseandr-9277d2.undefined" - }, - { - "if": { - "and": [ - "operator=Güneş Enerji Santrali", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/gunesenerjisantrali-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Hans Solar GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hanssolargmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Harvest Windfarm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/harvestwindfarm-b3e144.undefined" - }, - { - "if": { - "and": [ - "operator=Havsnäs Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/havsnasvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Heather Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/heatherwindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Helen/CPC Finland Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/helencpcfinlandoy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Heliotec", - "operator:wikidata=Q130404036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/heliotec-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Helix Maine Wind Development", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/helixmainewinddevelopment-906027.undefined" - }, - { - "if": { - "and": [ - "operator=Heritage Sustainable Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/heritagesustainableenergy-b3e144.undefined" - }, - { - "if": { - "and": [ - "operator=Hibernian Wind Power (ESB)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hibernianwindpoweresb-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Hidromedia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hidromedia-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Highfield Renewable Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/highfieldrenewableenergy-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Hive Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hiveenergy-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=HOFOR", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hofor-c31bbc.undefined" - }, - { - "if": { - "and": [ - "operator=Högaliden Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/hogalidenvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Holyoke Gas & Electric", - "operator:wikidata=Q60769752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holyokegasandelectric-c012c2.undefined" - }, { "if": { "and": [ @@ -200402,20 +97706,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-e9c9aa.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Hydrocop", - "operator:wikidata=Q130384733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydrocop-33d749.undefined" - }, { "if": { "and": [ @@ -200430,51 +97720,6 @@ }, "then": "./assets/data/nsi/logos/iberdrola-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Iberdrola Renewables", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/iberdrolarenewables-4ed0ab.undefined" - }, - { - "if": { - "and": [ - "operator=Iberdrola Renovables Offshore Deutschland GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/iberdrolarenovablesoffshoredeutschlandgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Ibereólica Cabo Leones II", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ibereolicacaboleonesii-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Iberia Aprovechamientos Eólicos, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/iberiaaprovechamientoseolicossa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=ICO", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ico-a327c1.undefined" - }, { "if": { "and": [ @@ -200531,120 +97776,6 @@ }, "then": "./assets/data/nsi/logos/ikea-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Ilmatar", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ilmatar-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Ilmatar Energy Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ilmatarenergyoy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Indonesia Power", - "operator:wikidata=Q12486500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indonesiapower-e605d3.undefined" - }, - { - "if": { - "and": [ - "operator=Industrial Power Generating Company", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/industrialpowergeneratingcompany-4ed0ab.undefined" - }, - { - "if": { - "and": [ - "operator=Industriepark Philippsburg GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/industrieparkphilippsburggmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Infigen Energy", - "operator:wikidata=Q6029640" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infigenenergy-08761e.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Infinis", - "operator:wikidata=Q16848459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/infinis-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Ingenious Renewable Enterprises Energy Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ingeniousrenewableenterprisesenergyltd-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Ingka Deutschland Windfarms GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ingkadeutschlandwindfarmsgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=init SE", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/initse-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Initiatives et Énergies Locales", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/initiativesetenergieslocales-33d749.undefined" - }, { "if": { "and": [ @@ -200673,42 +97804,6 @@ }, "then": "./assets/data/nsi/logos/innogy-16c9d0.svg" }, - { - "if": { - "and": [ - "operator=Innogy Renewables Polska", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/innogyrenewablespolska-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Innogy Spain, S.A.U", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/innogyspainsau-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=InnoWind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/innowind-6ca71c.undefined" - }, - { - "if": { - "and": [ - "operator=INTERVENT", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/intervent-33d749.undefined" - }, { "if": { "and": [ @@ -200723,47 +97818,6 @@ }, "then": "./assets/data/nsi/logos/invenergy-19ecba.cba" }, - { - "if": { - "and": [ - "operator=INVEST-WIND Regenerativ-Energie Anlagen GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/investwindregenerativenergieanlagengmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Invis Energy", - "operator:wikidata=Q130384813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/invisenergy-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Iowa Lakes Electric Cooperative", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/iowalakeselectriccooperative-2c3da9.undefined" - }, - { - "if": { - "and": [ - "operator=Island Green Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/islandgreenpower-eb919b.undefined" - }, { "if": { "and": [ @@ -200778,15 +97832,6 @@ }, "then": "./assets/data/nsi/logos/itaipubinacional-635f5b.svg" }, - { - "if": { - "and": [ - "operator=Jädraås Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/jadraasvindkraftab-ec34a3.undefined" - }, { "if": { "and": [ @@ -200815,24 +97860,6 @@ }, "then": "./assets/data/nsi/logos/jamtkraftab-ec34a3.jpg" }, - { - "if": { - "and": [ - "operator=Järvsö Sörby Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/jarvsosorbyvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Jenner Wind Limited Partnership", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/jennerwindlimitedpartnership-60f7b4.undefined" - }, { "if": { "and": [ @@ -200847,24 +97874,6 @@ }, "then": "./assets/data/nsi/logos/juwi-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=juwi Bestandsanlagen GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/juwibestandsanlagengmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=juwi Beteiligungs GmbH & Co. Naturpower 10 KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/juwibeteiligungsgmbhandconaturpower10kg-b8ae25.undefined" - }, { "if": { "and": [ @@ -200879,42 +97888,6 @@ }, "then": "./assets/data/nsi/logos/juwioperationsandmaintenancegmbh-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=K-WIND", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kwind-6bff69.undefined" - }, - { - "if": { - "and": [ - "operator=Kapıdağ Rüzgar Enerji Santralı Elektrik Üretim San. ve Tic. A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kapidagruzgarenerjisantralielektrikuretimsanveticas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Karayel Elektrik Üretim Anonim Şirketi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/karayelelektrikuretimanonimsirketi-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Karlsruher Energieservice GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/karlsruherenergieservicegmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -200930,24 +97903,6 @@ }, "then": "./assets/data/nsi/logos/karlsruherinstitutfurtechnologie-235ee2.jpg" }, - { - "if": { - "and": [ - "operator=Karskruv Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/karskruvvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Kearsarge Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kearsargeenergy-a48495.undefined" - }, { "if": { "and": [ @@ -200990,42 +97945,6 @@ }, "then": "./assets/data/nsi/logos/kentstateuniversity-3c4f74.jpg" }, - { - "if": { - "and": [ - "operator=Khorasan Regional Electric Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/khorasanregionalelectricpower-7260e8.undefined" - }, - { - "if": { - "and": [ - "operator=Kindel Vara OÜ", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kindelvaraou-7050ae.undefined" - }, - { - "if": { - "and": [ - "operator=Klev Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/klevwindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=KMW Windpark Straubenhardt GmbH & Co KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kmwwindparkstraubenhardtgmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -201040,15 +97959,6 @@ }, "then": "./assets/data/nsi/logos/kochimetro-d7cade.ade" }, - { - "if": { - "and": [ - "operator=KOLBA Grundstücksgesellschaft mbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kolbagrundstucksgesellschaftmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -201063,132 +97973,6 @@ }, "then": "./assets/data/nsi/logos/koncar-0189d2.svg" }, - { - "if": { - "and": [ - "operator=Kotzebue Electric Association", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kotzebueelectricassociation-d933bc.undefined" - }, - { - "if": { - "and": [ - "operator=Kronoberget Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kronobergetenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=KS Solar GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kssolargmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Kuehne+Nagel B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/kuehnenagelbv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Lake Turkana Wind Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/laketurkanawindpower-eb775a.undefined" - }, - { - "if": { - "and": [ - "operator=Landvolk Grafschaft Diepholz", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/landvolkgrafschaftdiepholz-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Landwind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/landwind-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Las Majadas Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lasmajadaswindfarm-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=Leeward Asset Management", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/leewardassetmanagement-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Leeward Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/leewardenergy-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Leeward Renewable Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/leewardrenewableenergy-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Lehtirova Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lehtirovawindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Lemnhult Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lemnhultenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Lidl Ireland GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lidlirelandgmbh-1f8ba0.undefined" - }, { "if": { "and": [ @@ -201203,24 +97987,6 @@ }, "then": "./assets/data/nsi/logos/lightsourcebp-74685d.png" }, - { - "if": { - "and": [ - "operator=Lincoln Clean Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lincolncleanenergy-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=Lista Vindkraftverk AS", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/listavindkraftverkas-dd42ec.undefined" - }, { "if": { "and": [ @@ -201235,15 +98001,6 @@ }, "then": "./assets/data/nsi/logos/listerundlennekraftwerkegmbh-b8ae25.svg" }, - { - "if": { - "and": [ - "operator=Little Silver House", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/littlesilverhouse-9ac094.undefined" - }, { "if": { "and": [ @@ -201258,15 +98015,6 @@ }, "then": "./assets/data/nsi/logos/lockhartpowercompany-3f646f.png" }, - { - "if": { - "and": [ - "operator=Lodos Elektrik Üretim Anonim Şirketi", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lodoselektrikuretimanonimsirketi-90eacc.undefined" - }, { "if": { "and": [ @@ -201295,24 +98043,6 @@ }, "then": "./assets/data/nsi/logos/longyuansa-6ca71c.jpg" }, - { - "if": { - "and": [ - "operator=Lorte SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lortesl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Low Carbon Storage Ireland Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lowcarbonstorageirelandltd-8d3bcf.undefined" - }, { "if": { "and": [ @@ -201343,15 +98073,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-546c7b.png" }, - { - "if": { - "and": [ - "operator=Lumcloon Energy Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lumcloonenergylimited-1f8ba0.undefined" - }, { "if": { "and": [ @@ -201380,24 +98101,6 @@ }, "then": "./assets/data/nsi/logos/luminus-a327c1.jpg" }, - { - "if": { - "and": [ - "operator=Lyrestad Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/lyrestadvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Macquarie", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/macquarie-9277d2.undefined" - }, { "if": { "and": [ @@ -201413,15 +98116,6 @@ }, "then": "./assets/data/nsi/logos/madisongasandelectric-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Maevaara Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/maevaaravindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -201436,70 +98130,6 @@ }, "then": "./assets/data/nsi/logos/mainova-b8ae25.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Mainstream Renewable Power", - "operator:wikidata=Q6736765" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mainstreamrenewablepower-74685d.undefined" - }, - { - "if": { - "and": [ - "operator=Markbygden Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/markbygdenvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Mashav Management sp. z o.o.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/mashavmanagementspzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Mässingberget Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/massingbergetvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-f56ef1.undefined" - }, - { - "if": { - "and": [ - "operator=Max Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/maxpower-02fd9a.undefined" - }, { "if": { "and": [ @@ -201542,38 +98172,6 @@ }, "then": "./assets/data/nsi/logos/mercuryenergy-7b0614.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianenergy-f3b698.undefined" - }, - { - "if": { - "and": [ - "operator=Merkur Offshore GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/merkuroffshoregmbh-e82a86.undefined" - }, - { - "if": { - "and": [ - "operator=MESA", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/mesa-ae5946.undefined" - }, { "if": { "and": [ @@ -201588,15 +98186,6 @@ }, "then": "./assets/data/nsi/logos/metropolitanpoliceservice-a0f939.svg" }, - { - "if": { - "and": [ - "operator=Microsoft Ireland Operations Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/microsoftirelandoperationslimited-1f8ba0.undefined" - }, { "if": { "and": [ @@ -201625,15 +98214,6 @@ }, "then": "./assets/data/nsi/logos/middleburycollege-281c4a.jpg" }, - { - "if": { - "and": [ - "operator=Millennium Wind II Participações Ltda.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/millenniumwindiiparticipacoesltda-104cf6.undefined" - }, { "if": { "and": [ @@ -201648,97 +98228,6 @@ }, "then": "./assets/data/nsi/logos/ministryofhealthandsanitation-899c80.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=MK Fintel Wind", - "operator:wikidata=Q28402825" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mkfintelwind-a37acc.undefined" - }, - { - "if": { - "and": [ - "operator=Molinos del Ebro S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/molinosdelebrosa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Molinos del Jalón, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/molinosdeljalonsa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Molinos del Moncayo S.L", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/molinosdelmoncayosl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Monaincha Wind Farm Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/monainchawindfarmlimited-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Morcillas Tere", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/morcillastere-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=MS Power Projects Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/mspowerprojectsltd-9ac094.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Mullbergs Vindpark AB", - "operator:wikidata=Q113465907" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mullbergsvindparkab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Munkflohögen Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/munkflohogenvindkraftab-ec34a3.undefined" - }, { "if": { "and": [ @@ -201767,33 +98256,6 @@ }, "then": "./assets/data/nsi/logos/mvvenergieag-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=MVV Windenergie GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/mvvwindenergiegmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Näsudden Väst Administration", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nasuddenvastadministration-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Naturener", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/naturener-db2de1.undefined" - }, { "if": { "and": [ @@ -201822,15 +98284,6 @@ }, "then": "./assets/data/nsi/logos/naturstromag-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Neckar AG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/neckarag-b8ae25.undefined" - }, { "if": { "and": [ @@ -201859,43 +98312,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-104cf6.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-1e292e.undefined" - }, - { - "if": { - "and": [ - "operator=Neue Energien Verbandsgemeinde Lingenfeld GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/neueenergienverbandsgemeindelingenfeldgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=New Gullen Range Wind Farm Pty. Ltd.", - "operator:short=NGRWF" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/newgullenrangewindfarmptyltd-4d20e6.undefined" - }, { "if": { "and": [ @@ -201910,15 +98326,6 @@ }, "then": "./assets/data/nsi/logos/nextbike-74685d.jpg" }, - { - "if": { - "and": [ - "operator=NextEnergy Solar Fund Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nextenergysolarfundltd-9ac094.undefined" - }, { "if": { "and": [ @@ -201933,33 +98340,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-4cccf0.png" }, - { - "if": { - "and": [ - "operator=Noble Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/noblepower-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=NoordzeeWind B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/noordzeewindbv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=NOP Agrowind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nopagrowind-7c4044.undefined" - }, { "if": { "and": [ @@ -201974,66 +98354,6 @@ }, "then": "./assets/data/nsi/logos/nordex-74685d.svg" }, - { - "if": { - "and": [ - "operator=Nordsee One GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nordseeonegmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=North Carolina Electric Membership Corporation", - "operator:wikidata=Q131346418" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northcarolinaelectricmembershipcorporation-019b7e.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=North Carolina Municipal Power Agency #1", - "operator:short=NCMPA1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northcarolinamunicipalpoweragency1-019b7e.undefined" - }, - { - "if": { - "and": [ - "operator=Northland Deutsche Bucht GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/northlanddeutschebuchtgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Northland Power", - "operator:wikidata=Q7059529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northlandpower-e97dc0.undefined" - }, { "if": { "and": [ @@ -202048,15 +98368,6 @@ }, "then": "./assets/data/nsi/logos/northwestenergy-19ecba.cba" }, - { - "if": { - "and": [ - "operator=NOTUS", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/notus-b8ae25.undefined" - }, { "if": { "and": [ @@ -202071,15 +98382,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-eabe09.jpg" }, - { - "if": { - "and": [ - "operator=Novatus Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/novatusenergy-906027.undefined" - }, { "if": { "and": [ @@ -202150,24 +98452,6 @@ }, "then": "./assets/data/nsi/logos/nukissiorfiit-f72d87.jpg" }, - { - "if": { - "and": [ - "operator=Nylandbergens Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nylandbergenswindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Nysäter Wind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/nysaterwindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -202196,15 +98480,6 @@ }, "then": "./assets/data/nsi/logos/octopusinvestments-9ac094.png" }, - { - "if": { - "and": [ - "operator=Offshore-Windpark RIFFGAT GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/offshorewindparkriffgatgmbhandcokg-d0c7c7.undefined" - }, { "if": { "and": [ @@ -202220,51 +98495,6 @@ }, "then": "./assets/data/nsi/logos/oklahomagasandelectric-7551be.jpg" }, - { - "if": { - "and": [ - "operator=Ökoenergie WP Obersiebenbrunn GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/okoenergiewpobersiebenbrunngmbh-0752de.undefined" - }, - { - "if": { - "and": [ - "operator=Olivento, S.L.U.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/oliventoslu-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Oliviento S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/olivientosl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Oltavan tuulipuisto Ky", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/oltavantuulipuistoky-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Önusberget Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/onusbergetvindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -202293,24 +98523,6 @@ }, "then": "./assets/data/nsi/logos/orsted-6f1448.png" }, - { - "if": { - "and": [ - "operator=Orsted Borkum Riffgrund I GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/orstedborkumriffgrundigmbh-59ae9a.undefined" - }, - { - "if": { - "and": [ - "operator=Ostermann", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ostermann-b8ae25.undefined" - }, { "if": { "and": [ @@ -202325,47 +98537,6 @@ }, "then": "./assets/data/nsi/logos/ovag-b8ae25.png" }, - { - "if": { - "and": [ - "operator=OWP Nordergründe GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/owpnordergrundegmbhandcokg-508ec3.undefined" - }, - { - "if": { - "and": [ - "operator=OWS Off-Shore Wind Solutions GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/owsoffshorewindsolutionsgmbh-884809.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=OX2", - "operator:wikidata=Q10605629" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ox2-8a600f.undefined" - }, - { - "if": { - "and": [ - "operator=OX2 Technical and Commercial Management AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ox2technicalandcommercialmanagementab-ec34a3.undefined" - }, { "if": { "and": [ @@ -202394,105 +98565,6 @@ }, "then": "./assets/data/nsi/logos/pacifichydro-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Pallas Windfarm Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pallaswindfarmlimited-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Cabo Leones I", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicocaboleonesi-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico de Gevancas, S.A", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicodegevancassa-a6f1cf.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico El Arrayán", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicoelarrayan-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Farlan, SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicofarlansl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico La Sotonera, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicolasotonerasl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Los Cantales SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicoloscantalessl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Muniesa, SL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicomuniesasl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Renaico", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicorenaico-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico San Gabriel", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicosangabriel-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Parque Eólico Tolpán Sur", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/parqueeolicotolpansur-daaa5a.undefined" - }, { "if": { "and": [ @@ -202521,51 +98593,6 @@ }, "then": "./assets/data/nsi/logos/patternenergycanada-2d6bbd.bbd" }, - { - "if": { - "and": [ - "operator=Peel", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/peel-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Peesa", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/peesa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=PES Madero", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pesmadero-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=PetroWind Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/petrowindenergy-736f8c.undefined" - }, - { - "if": { - "and": [ - "operator=pfalzwind GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pfalzwindgmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -202580,35 +98607,6 @@ }, "then": "./assets/data/nsi/logos/pge-c79aa4.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=PGE Energia Odnawialna", - "operator:short=PGE EO", - "operator:wikidata=Q130382422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pgeenergiaodnawialna-c79aa4.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Photosol", - "operator:wikidata=Q130385923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/photosol-33d749.undefined" - }, { "if": { "and": [ @@ -202623,15 +98621,6 @@ }, "then": "./assets/data/nsi/logos/pioneerenergy-7b0614.jpg" }, - { - "if": { - "and": [ - "operator=Planet energy GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/planetenergygmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -202675,33 +98664,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofnewmexico-d67b9a.jpg" }, - { - "if": { - "and": [ - "operator=Polenergia", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/polenergia-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Polenergia Farma Wiatrowa Mycielin Sp. z o.o.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/polenergiafarmawiatrowamycielinspzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Powell Valley Electric Cooperative", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/powellvalleyelectriccooperative-44a1e4.undefined" - }, { "if": { "and": [ @@ -202716,24 +98678,6 @@ }, "then": "./assets/data/nsi/logos/poweo-ef21ea.png" }, - { - "if": { - "and": [ - "operator=Poyraz Enerji Elektrik Üretim A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/poyrazenerjielektrikuretimas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Projektör ej registrerad", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/projektorejregistrerad-ec34a3.undefined" - }, { "if": { "and": [ @@ -202748,142 +98692,6 @@ }, "then": "./assets/data/nsi/logos/prokon-8248fb.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=PROKON Regenerative Energien eG", - "operator:wikidata=Q27479367" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/prokonregenerativeenergieneg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=PROKON Wind Energy Finland", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/prokonwindenergyfinland-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Proyectos Eólicos Aragoneses, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/proyectoseolicosaragonesessl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=PSA Peugeot", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/psapeugeot-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Puhuri Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/puhurioy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Pure Energie", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pureenergie-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Pure Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pureenergy-0f1f5c.undefined" - }, - { - "if": { - "and": [ - "operator=PV-Projekt Gruibingen GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/pvprojektgruibingengmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Q-Energy Watzerath GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/qenergywatzerathgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Rabbalshede Kraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rabbalshedekraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Raheenleagh Power DAC (Coillte and ESB)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/raheenleaghpowerdaccoillteandesb-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=RATCH-Australia", - "operator:wikidata=Q72236788" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ratchaustralia-08761e.undefined" - }, - { - "if": { - "and": [ - "operator=Rattlesnake Flats", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rattlesnakeflats-58ce0f.undefined" - }, - { - "if": { - "and": [ - "operator=REA GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/reagmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -202898,42 +98706,6 @@ }, "then": "./assets/data/nsi/logos/redcap-6ca71c.jpg" }, - { - "if": { - "and": [ - "operator=redigesco", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/redigesco-2e937b.undefined" - }, - { - "if": { - "and": [ - "operator=Régie d'Electricité de la Vendée", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/regiedelectricitedelavendee-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Reirk Energy Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/reirkenergyltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Reloj del Sol Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/relojdelsolwindfarm-546c7b.undefined" - }, { "if": { "and": [ @@ -202963,15 +98735,6 @@ }, "then": "./assets/data/nsi/logos/repowerag-e3662a.svg" }, - { - "if": { - "and": [ - "operator=Repowering London", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/repoweringlondon-a0f939.undefined" - }, { "if": { "and": [ @@ -203000,15 +98763,6 @@ }, "then": "./assets/data/nsi/logos/rescanada-60f7b4.jpg" }, - { - "if": { - "and": [ - "operator=RES Renewable Norden AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/resrenewablenordenab-ec34a3.undefined" - }, { "if": { "and": [ @@ -203023,60 +98777,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-2e2ed1.svg" }, - { - "if": { - "and": [ - "operator=RMS Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rmsenergy-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Roatán Electric Company", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/roatanelectriccompany-12a571.undefined" - }, - { - "if": { - "and": [ - "operator=Rödene Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rodenevindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Roheline Ring Tuulepargid OÜ", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rohelineringtuulepargidou-7050ae.undefined" - }, - { - "if": { - "and": [ - "operator=Rolla Municipal Utilities", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/rollamunicipalutilities-cf12d9.undefined" - }, - { - "if": { - "and": [ - "operator=Ronaver Energy Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ronaverenergyltd-1f8ba0.undefined" - }, { "if": { "and": [ @@ -203161,30 +98861,6 @@ }, "then": "./assets/data/nsi/logos/rwerenewablesswedenab-ec34a3.jpg" }, - { - "if": { - "and": [ - "operator=S.E.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sev-7fa0c9.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-ce71c9.undefined" - }, { "if": { "and": [ @@ -203199,15 +98875,6 @@ }, "then": "./assets/data/nsi/logos/sachsenenergie-1f61f0.png" }, - { - "if": { - "and": [ - "operator=SAG Sadisdorfer Agrar AG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sagsadisdorferagrarag-b8ae25.undefined" - }, { "if": { "and": [ @@ -203237,83 +98904,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-295d00.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Samruk Energy", - "operator:wikidata=Q126951349" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/samrukenergy-110234.undefined" - }, - { - "if": { - "and": [ - "operator=San Juan", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sanjuan-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=San Juan de Bargas Eólica, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sanjuandebargaseolicasl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sandbank Offshore GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sandbankoffshoregmbh-5272c1.undefined" - }, - { - "if": { - "and": [ - "operator=Santa Clara Energia Renovável Ltda.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/santaclaraenergiarenovavelltda-104cf6.undefined" - }, - { - "if": { - "and": [ - "operator=Santa Luce S.r.l.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/santalucesrl-052129.undefined" - }, - { - "if": { - "and": [ - "operator=Saorgus Energy Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/saorgusenergyltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Sapphire Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sapphirewindfarm-4d20e6.undefined" - }, { "if": { "and": [ @@ -203328,51 +98918,6 @@ }, "then": "./assets/data/nsi/logos/saskpower-167375.svg" }, - { - "if": { - "and": [ - "operator=SB Solarpark Borkum GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sbsolarparkborkumgmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=SCA Energy AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/scaenergyab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Scotian Windfields", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/scotianwindfields-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Scottish Power Renewables", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/scottishpowerrenewables-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Seelsorgeeinheit Oberhausen-Philippsburg", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/seelsorgeeinheitoberhausenphilippsburg-b8ae25.undefined" - }, { "if": { "and": [ @@ -203387,33 +98932,6 @@ }, "then": "./assets/data/nsi/logos/seminoleelectriccooperative-2af0cf.jpg" }, - { - "if": { - "and": [ - "operator=Sergies", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sergies-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Sergies SEML", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sergiesseml-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Shehy More Windfarm Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/shehymorewindfarmlimited-1f8ba0.undefined" - }, { "if": { "and": [ @@ -203428,169 +98946,6 @@ }, "then": "./assets/data/nsi/logos/shem-33d749.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Sidensjö Vindkraft AB", - "operator:wikidata=Q113465891" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sidensjovindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=SIEL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/siel-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Sierra de Selva, S.L.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sierradeselvasl-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Silverstone Green Energy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/silverstonegreenenergy-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Siral System & Co AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/siralsystemandcoab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energ/Forgoselo", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergforgoselo-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energeticos Alhama-Linares", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergeticosalhamalinares-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energéticos Campoliva SAU - ENEL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergeticoscampolivasauenel-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energéticos del Mocayo - Grupo Enhol", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergeticosdelmocayogrupoenhol-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energéticos La Muela, S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergeticoslamuelasa-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sistemas Energéticos Sierra del Carazo, SL - ENEL", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sistemasenergeticossierradelcarazoslenel-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Sjisjka Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sjisjkavindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Skaftåsen Vindkraft AB", - "operator:wikidata=Q113465941" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/skaftasenvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Skaveröd Gurseröd Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/skaverodgurserodvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Skellefteå Kraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/skellefteakraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Skogberget Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/skogbergetvindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=SKTM", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sktm-91b722.undefined" - }, { "if": { "and": [ @@ -203605,38 +98960,6 @@ }, "then": "./assets/data/nsi/logos/slnaturenergie-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Slättens Vind ek för", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/slattensvindekfor-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Slitevind AB", - "operator:wikidata=Q10671596" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/slitevindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=SMH Windkraft", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/smhwindkraft-b8ae25.undefined" - }, { "if": { "and": [ @@ -203679,33 +99002,6 @@ }, "then": "./assets/data/nsi/logos/snowyhydro-08761e.jpg" }, - { - "if": { - "and": [ - "operator=Solar Power South", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/solarpowersouth-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Solar Ventures UK Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/solarventuresuklimited-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Solarfields", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/solarfields-7c4044.undefined" - }, { "if": { "and": [ @@ -203720,38 +99016,6 @@ }, "then": "./assets/data/nsi/logos/solarwatt-b8ae25.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Solberg Vindkraft AB", - "operator:wikidata=Q113465966" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solbergvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Sorea", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sorea-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=South Carolina Public Service Authority", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/southcarolinapublicserviceauthority-3f646f.undefined" - }, { "if": { "and": [ @@ -203780,29 +99044,6 @@ }, "then": "./assets/data/nsi/logos/southerncompany-19ecba.cba" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Southern Power", - "operator:wikidata=Q116866621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernpower-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=SPE", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/spe-a327c1.undefined" - }, { "if": { "and": [ @@ -203817,15 +99058,6 @@ }, "then": "./assets/data/nsi/logos/squadronenergy-4d20e6.jpg" }, - { - "if": { - "and": [ - "operator=SR Energy AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/srenergyab-ec34a3.undefined" - }, { "if": { "and": [ @@ -203854,20 +99086,6 @@ }, "then": "./assets/data/nsi/logos/sserenewables-8d3bcf.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=SSE Thermal", - "operator:wikidata=Q105078879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ssethermal-8d3bcf.undefined" - }, { "if": { "and": [ @@ -203896,20 +99114,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkekarlsruhegmbh-235ee2.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Stadtwerke Lingen", - "operator:wikidata=Q113464982" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkelingen-19830d.undefined" - }, { "if": { "and": [ @@ -203939,20 +99143,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkemunchen-64ea79.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Stadtwerke Pfarrkirchen", - "operator:wikidata=Q130604871" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkepfarrkirchen-64ea79.undefined" - }, { "if": { "and": [ @@ -204010,105 +99200,6 @@ }, "then": "./assets/data/nsi/logos/statkraft-16c9d0.png" }, - { - "if": { - "and": [ - "operator=Statkraft Chile", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/statkraftchile-daaa5a.undefined" - }, - { - "if": { - "and": [ - "operator=Statkraft SCA Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/statkraftscavindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Stavro Vind Aktiebolag", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/stavrovindaktiebolag-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Steag", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/steag-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Steag New Energies", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/steagnewenergies-068682.undefined" - }, - { - "if": { - "and": [ - "operator=Steag Rüzgar Süloğlu Enerji Üretim A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/steagruzgarsulogluenerjiuretimas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Stena Renewable", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/stenarenewable-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Stephentown Spindle", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/stephentownspindle-48f92d.undefined" - }, - { - "if": { - "and": [ - "operator=Stirling Wind Project Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/stirlingwindprojectltd-60f7b4.undefined" - }, - { - "if": { - "and": [ - "operator=Stockyard Hill Wind Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/stockyardhillwindfarm-7a5436.undefined" - }, - { - "if": { - "and": [ - "operator=Stor-Skälsjön Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/storskalsjonvindab-ec34a3.undefined" - }, { "if": { "and": [ @@ -204123,24 +99214,6 @@ }, "then": "./assets/data/nsi/logos/storm-a327c1.jpg" }, - { - "if": { - "and": [ - "operator=Storrun Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/storrunvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=SunBridge", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sunbridge-2d6bbd.undefined" - }, { "if": { "and": [ @@ -204169,42 +99242,6 @@ }, "then": "./assets/data/nsi/logos/sunedison-9a0961.jpg" }, - { - "if": { - "and": [ - "operator=Sunray Wind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sunraywind-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=Suomen Hyötytuuli Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/suomenhyotytuulioy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=SUSI Renewable Energy Fund II", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/susirenewableenergyfundii-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Susurluk Enerji A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/susurlukenerjias-90eacc.undefined" - }, { "if": { "and": [ @@ -204219,33 +99256,6 @@ }, "then": "./assets/data/nsi/logos/suwag-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Svartnäs Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/svartnasvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Svenska Vindbolaget AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/svenskavindbolagetab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Sveriges Vindkraftkooperativ Ek för", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/sverigesvindkraftkooperativekfor-ec34a3.undefined" - }, { "if": { "and": [ @@ -204260,60 +99270,6 @@ }, "then": "./assets/data/nsi/logos/swisscom-b18b84.jpg" }, - { - "if": { - "and": [ - "operator=SWS Gneeves Wind Farm Limited", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/swsgneeveswindfarmlimited-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=SWS Knockacummer Wind Farm Ltd", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/swsknockacummerwindfarmltd-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Szegedi Távfűtő Kft.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/szegeditavfutokft-dc1ee9.undefined" - }, - { - "if": { - "and": [ - "operator=Taaleri Energia Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/taalerienergiaoy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Tannery Marketplace", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tannerymarketplace-c012c2.undefined" - }, - { - "if": { - "and": [ - "operator=Tarfaya Energy Company", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tarfayaenergycompany-207964.undefined" - }, { "if": { "and": [ @@ -204328,38 +99284,6 @@ }, "then": "./assets/data/nsi/logos/targetcorporation-19ecba.cba" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=TAURON Ekoenergia Sp. z o.o.", - "operator:wikidata=Q9355892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauronekoenergiaspzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Técnicas", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tecnicas-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Tekniska verken i Linköping Vind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tekniskaverkenilinkopingvind-ec34a3.undefined" - }, { "if": { "and": [ @@ -204403,47 +99327,6 @@ }, "then": "./assets/data/nsi/logos/ternaenergy-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Terra-Gen", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/terragen-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=TGC Renewables", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tgcrenewables-9ac094.undefined" - }, - { - "if": { - "and": [ - "operator=Third Planet Windpower", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/thirdplanetwindpower-546c7b.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Tilt Renewables", - "operator:wikidata=Q29025700" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tiltrenewables-08761e.undefined" - }, { "if": { "and": [ @@ -204458,65 +99341,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-7d0c03.svg" }, - { - "if": { - "and": [ - "operator=Tjessinga Windenergie B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tjessingawindenergiebv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Tolvmanstegen Drift AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tolvmanstegendriftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Tonga Power", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tongapower-0c3ce9.undefined" - }, - { - "if": { - "and": [ - "operator=Toplane Sarajevo", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/toplanesarajevo-a096ef.undefined" - }, - { - "if": { - "and": [ - "operator=Tormoseröd Vindpark AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tormoserodvindparkab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=TotalEnergies renouvelables", - "operator:wikidata=Q30255328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/totalenergiesrenouvelables-74685d.undefined" - }, { "if": { "and": [ @@ -204531,33 +99355,6 @@ }, "then": "./assets/data/nsi/logos/transalta-74685d.jpg" }, - { - "if": { - "and": [ - "operator=TransAlta Renewables", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/transaltarenewables-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=TransAlta Wind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/transaltawind-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Treblade Björkvattnet AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/trebladebjorkvattnetab-ec34a3.undefined" - }, { "if": { "and": [ @@ -204586,15 +99383,6 @@ }, "then": "./assets/data/nsi/logos/trianelwindkraftwerkborkumgmbhandcokg-1a7ca0.svg" }, - { - "if": { - "and": [ - "operator=Trianel Windkraftwerk Borkum II GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/trianelwindkraftwerkborkumiigmbhandcokg-225d54.undefined" - }, { "if": { "and": [ @@ -204609,92 +99397,6 @@ }, "then": "./assets/data/nsi/logos/trustpower-239f09.jpg" }, - { - "if": { - "and": [ - "operator=TrustWind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/trustwind-bf02f3.undefined" - }, - { - "if": { - "and": [ - "operator=Tullynahaw Power Ltd. (ESB)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tullynahawpowerltdesb-1f8ba0.undefined" - }, - { - "if": { - "and": [ - "operator=Turinge Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/turingeenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Tvinnesheda Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/tvinneshedaenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Two Dot Wind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/twodotwind-db2de1.undefined" - }, - { - "if": { - "and": [ - "operator=UAB European Energy Lithuania", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/uabeuropeanenergylithuania-f48411.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-5a7af0.undefined" - }, - { - "if": { - "and": [ - "operator=Ufuk Enerjiİ Elektrik Üretim A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ufukenerjiielektrikuretimas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Uhl Windkraft Projektierung GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/uhlwindkraftprojektierunggmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -204738,15 +99440,6 @@ }, "then": "./assets/data/nsi/logos/unitedstatesbureauofreclamation-19ecba.cba" }, - { - "if": { - "and": [ - "operator=Universal Wind Enerji Elektrik Üretim A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/universalwindenerjielektrikuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -204761,20 +99454,6 @@ }, "then": "./assets/data/nsi/logos/ute-626380.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Valeco", - "operator:wikidata=Q59275017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valeco-33d749.undefined" - }, { "if": { "and": [ @@ -204803,33 +99482,6 @@ }, "then": "./assets/data/nsi/logos/valorem-ebc5ae.png" }, - { - "if": { - "and": [ - "operator=Varberg Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/varbergenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Varsvik AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/varsvikab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Vasa Vind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vasavind-ec34a3.undefined" - }, { "if": { "and": [ @@ -204886,119 +99538,6 @@ }, "then": "./assets/data/nsi/logos/vattenfallunitedkingdom-9ac094.png" }, - { - "if": { - "and": [ - "operator=Vattenfall Toledo Vind AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vattenfalltoledovindab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Vattenfall Vindkraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vattenfallvindkraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Veja Mate Offshore Project GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vejamateoffshoreprojectgmbh-d938e4.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Ventient Energy", - "operator:wikidata=Q115955849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ventientenergy-32f5c4.undefined" - }, - { - "if": { - "and": [ - "operator=Ventis", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventis-a327c1.undefined" - }, - { - "if": { - "and": [ - "operator=Vento Energetikai Villamosenergiatermelő Kft.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventoenergetikaivillamosenergiatermelokft-dc1ee9.undefined" - }, - { - "if": { - "and": [ - "operator=Vento Ludens GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventoludensgmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Ventos De Santo Expedito Energias Renováveis S.A.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventosdesantoexpeditoenergiasrenovaveissa-104cf6.undefined" - }, - { - "if": { - "and": [ - "operator=Ventotec GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventotecgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Vents du Kempt", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventsdukempt-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Ventuno - Capo Rizzuto", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ventunocaporizzuto-052129.undefined" - }, - { - "if": { - "and": [ - "operator=VERBUND Green Power Deutschland GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/verbundgreenpowerdeutschlandgmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -205013,15 +99552,6 @@ }, "then": "./assets/data/nsi/logos/verbundhydropowergmbh-7d0c03.jpg" }, - { - "if": { - "and": [ - "operator=Verlag Manias Gmbh", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/verlagmaniasgmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -205036,83 +99566,6 @@ }, "then": "./assets/data/nsi/logos/vestas-74685d.jpg" }, - { - "if": { - "and": [ - "operator=Viesgo Renovables, S.L.U.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/viesgorenovablesslu-ae5946.undefined" - }, - { - "if": { - "and": [ - "operator=Vindin AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vindinab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=VindIn Kalax Ab/Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vindinkalaxaboy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=Vindkraft i Ytterberg AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vindkraftiytterbergab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Vindpark Målarberget i Norberg AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vindparkmalarbergetinorbergab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-a84d3b.undefined" - }, - { - "if": { - "and": [ - "operator=VKS Vindkraft Sverige AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vksvindkraftsverigeab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=VLEEMO", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vleemo-a327c1.undefined" - }, { "if": { "and": [ @@ -205127,43 +99580,6 @@ }, "then": "./assets/data/nsi/logos/volkswagen-74685d.svg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Volkswind", - "operator:wikidata=Q323970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volkswind-94ca4b.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=Volkswind France", - "operator:wikidata=Q323970" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/volkswindfrance-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=Volkswohnung GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/volkswohnunggmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -205178,51 +99594,6 @@ }, "then": "./assets/data/nsi/logos/voltalia-cc560c.jpg" }, - { - "if": { - "and": [ - "operator=Vrångens Kraft AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vrangenskraftab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=VSB énergies nouvelles", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/vsbenergiesnouvelles-33d749.undefined" - }, - { - "if": { - "and": [ - "operator=W Power GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wpowergmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Wallenstam Energi AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wallenstamenergiab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=wdp", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wdp-c79aa4.undefined" - }, { "if": { "and": [ @@ -205237,47 +99608,6 @@ }, "then": "./assets/data/nsi/logos/webwindenergieag-47fbc0.jpg" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=WEC Energy Group", - "operator:wikidata=Q8027166" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wecenergygroup-19ecba.undefined" - }, - { - "if": { - "and": [ - "operator=Wehde Wind Energie GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wehdewindenergiegmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Werner Genzwürker Elektrotechnik GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wernergenzwurkerelektrotechnikgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Westermeerwind B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/westermeerwindbv-7c4044.undefined" - }, { "if": { "and": [ @@ -205292,24 +99622,6 @@ }, "then": "./assets/data/nsi/logos/westwindenergy-f033f7.jpg" }, - { - "if": { - "and": [ - "operator=Wheatland Wind Project Ltd.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wheatlandwindprojectltd-2d6bbd.undefined" - }, - { - "if": { - "and": [ - "operator=Whitehorn Solar", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/whitehornsolar-4ed0ab.undefined" - }, { "if": { "and": [ @@ -205324,69 +99636,6 @@ }, "then": "./assets/data/nsi/logos/wienenergie-7d0c03.jpg" }, - { - "if": { - "and": [ - "operator=Wildorado Wind 1", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wildoradowind1-546c7b.undefined" - }, - { - "if": { - "and": [ - "operator=Wind Farm Jenasen AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windfarmjenasenab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Wind Farms Götaland Svealand AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windfarmsgotalandsvealandab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Wind Field Korytnica Sp. z o.o.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windfieldkorytnicaspzoo-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Windenergiepark Heidenrod GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windenergieparkheidenrodgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windfarm Högkölen AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windfarmhogkolenab-ec34a3.undefined" - }, - { - "if": { - "and": [ - "operator=Windkraft RP Errichtungs- und Vertriebs-GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windkraftrperrichtungsundvertriebsgmbhandcokg-b8ae25.undefined" - }, { "if": { "and": [ @@ -205401,200 +99650,6 @@ }, "then": "./assets/data/nsi/logos/windkraftsimonsfeld-4f665e.jpg" }, - { - "if": { - "and": [ - "operator=Windlab", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windlab-7a5436.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=WindMW", - "operator:wikidata=Q113465077" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/windmw-4dfee7.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark De Drentse Monden en Oostermoer", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkdedrentsemondenenoostermoer-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Golzow", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkgolzow-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Hanze", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkhanze-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Heidenrod", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkheidenrod-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Kirchberg GmbH & Co. KG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkkirchberggmbhandcokg-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Krammer", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkkrammer-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Kubbeweg", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkkubbeweg-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Kubbeweg BV", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkkubbewegbv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Märkische Heide", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkmarkischeheide-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark N33 / Eekerpolder (RWE)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkn33eekerpolderrwe-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark N33 / Vermeer (YARD)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkn33vermeeryard-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Nordsee Ost GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparknordseeostgmbh-a9e497.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Rethwisch GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkrethwischgmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Windpark Vermeer BV (Eurus Energy)", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/windparkvermeerbveurusenergy-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=Wircon GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wircongmbh-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Wirsol", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wirsol-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Wirsol Solar AG", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wirsolsolarag-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Wirtgen Invest Energy GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wirtgeninvestenergygmbh-c79aa4.undefined" - }, - { - "if": { - "and": [ - "operator=Wirth Exklusiv Fenstertechnik GmbH", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wirthexklusivfenstertechnikgmbh-b8ae25.undefined" - }, { "if": { "and": [ @@ -205610,24 +99665,6 @@ }, "then": "./assets/data/nsi/logos/wisconsinpublicservicecorporation-27c60c.jpg" }, - { - "if": { - "and": [ - "operator=Wohnbau Gießen", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wohnbaugiessen-b8ae25.undefined" - }, - { - "if": { - "and": [ - "operator=Woolooga Solar Farm", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wooloogasolarfarm-fc806b.undefined" - }, { "if": { "and": [ @@ -205642,24 +99679,6 @@ }, "then": "./assets/data/nsi/logos/wpd-74685d.svg" }, - { - "if": { - "and": [ - "operator=wpd Kannuksen Tuulipuisto Oy", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wpdkannuksentuulipuistooy-ae9fa2.undefined" - }, - { - "if": { - "and": [ - "operator=WPD Onshore Aldermyrberget AB", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/wpdonshorealdermyrbergetab-ec34a3.undefined" - }, { "if": { "and": [ @@ -205716,15 +99735,6 @@ }, "then": "./assets/data/nsi/logos/yaleuniversity-866ce7.jpg" }, - { - "if": { - "and": [ - "operator=Yapısan Elektrik Üretim A. Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/yapisanelektrikuretimas-90eacc.undefined" - }, { "if": { "and": [ @@ -205753,588 +99763,6 @@ }, "then": "./assets/data/nsi/logos/zeagerneuerbareenergiengmbh-b8ae25.jpg" }, - { - "if": { - "and": [ - "operator=Zeeuwind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/zeeuwind-a327c1.undefined" - }, - { - "if": { - "and": [ - "operator=Zephyr Eifelwind", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/zephyreifelwind-865cfd.undefined" - }, - { - "if": { - "and": [ - "operator=Zeytineli RES Elektrik Üretim A.Ş.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/zeytinelireselektrikuretimas-90eacc.undefined" - }, - { - "if": { - "and": [ - "operator=Zonnepark Wolvega B.V.", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/zonneparkwolvegabv-7c4044.undefined" - }, - { - "if": { - "and": [ - "operator=ΕΛ.ΤΕΧ. ΑΝΕΜΟΣ", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/f1462a-6bff69.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"НоваВинд\"", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/0e380e-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=Ветроелектране Балкана", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/864351-a37acc.undefined" - }, - { - "if": { - "and": [ - "operator=Елицио", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/d9b8d5-a37acc.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО «Молдавская ГРЭС»", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/e90c0f-058e5e.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"СЕДЬМОЙ ВЕТРОПАРК ФРВ\"", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/56cac1-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"ТРЕТИЙ ВЕТРОПАРК ФРВ\"", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/ecc548-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Альтрэн»", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/9f88f8-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Петербургтеплоэнерго»", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/b9d3d1-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Мосэнерго\"", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/19460e-a02620.undefined" - }, - { - "if": { - "and": [ - "operator=الشركة التونسية للكهرباء والغاز", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/763bc8-8ba78f.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=강원풍력발전", - "operator:ko=강원풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bd5f5f-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=금성산풍력발전", - "operator:ko=금성산풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dffdb5-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=대명GEC", - "operator:ko=대명GEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e578f0-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=부선", - "operator:ko=부선" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a24f2d-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=영광풍력발전", - "operator:ko=영광풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2e64d6-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=영양에코파워", - "operator:ko=영양에코파워" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd9ffc-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=유니슨", - "operator:ko=유니슨" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/23bb92-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=정암풍력발전", - "operator:ko=정암풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99434f-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=제주에너지공사", - "operator:ko=제주에너지공사" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e825d5-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=태기산풍력발전", - "operator:ko=태기산풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/0d03c4-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=태백귀네미풍력발전", - "operator:ko=태백귀네미풍력발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/76f776-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=포스코에너지", - "operator:ko=포스코에너지" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3961e3-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국남동발전", - "operator:ko=한국남동발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/34f1e8-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국남부발전", - "operator:ko=한국남부발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/82b997-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국동서발전", - "operator:ko=한국동서발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/155fcc-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국서부발전", - "operator:ko=한국서부발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/395c45-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국전력공사", - "operator:ko=한국전력공사" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3c9891-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국중부발전", - "operator:ko=한국중부발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28c025-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한국해상풍력", - "operator:ko=한국해상풍력" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/3c24f1-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=한신에너지", - "operator:ko=한신에너지" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1d4ffe-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=효성윈드파워", - "operator:ko=효성윈드파워" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f5c66d-9277d2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=グリーンパワーインベストメント", - "operator:en=Green Power Investment", - "operator:ja=グリーンパワーインベストメント", - "operator:wikidata=Q20044057" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenpowerinvestment-11cc64.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=コスモエコパワー株式会社", - "operator:en=Cosmo Eco Power Co.,Ltd.", - "operator:ja=コスモエコパワー株式会社" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cosmoecopowercoltd-11cc64.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国华电集团", - "operator:en=China Huadian Corporation", - "operator:short=华电", - "operator:wikidata=Q2580472", - "operator:zh=中国华电集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinahuadiancorporation-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=中国华能-江华新能", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/0472d7-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国华能集团", - "operator:en=China Huaneng Group", - "operator:short=华能", - "operator:wikidata=Q842509", - "operator:zh=中国华能集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinahuanenggroup-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国大唐集团", - "operator:en=China Datang Corporation", - "operator:short=大唐", - "operator:wikidata=Q2963711", - "operator:zh=中国大唐集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinadatangcorporation-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国广核集团", - "operator:en=China General Nuclear Power Corporation", - "operator:short=中广核", - "operator:wikidata=Q1769991", - "operator:zh=中国广核集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinageneralnuclearpowercorporation-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国核工业集团", - "operator:en=China National Nuclear Corporation", - "operator:short=中核", - "operator:wikidata=Q1073337", - "operator:zh=中国核工业集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinanationalnuclearcorporation-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=中国能建-江永新能", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/997ca8-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=中国节能环保集团", - "operator:en=China Energy Conservation And Environmental Protection Group", - "operator:short=中国节能", - "operator:short:en=CECEP", - "operator:short:zh=中国节能", - "operator:wikidata=Q5099674", - "operator:zh=中国节能环保集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaenergyconservationandenvironmentalprotectiongroup-892ef2.undefined" - }, { "if": { "and": [ @@ -206419,40 +99847,6 @@ }, "then": "./assets/data/nsi/logos/hokurikuelectricpowercompany-11cc64.png" }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=华润电力控股", - "operator:en=China Resources Power", - "operator:wikidata=Q748693", - "operator:zh=华润电力控股" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinaresourcespower-413242.undefined" - }, - { - "if": { - "and": [ - "operator=华电国际电力股份有限公司", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/77e6b8-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=协和新能", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/6f6a43-892ef2.undefined" - }, { "if": { "and": [ @@ -206469,15 +99863,6 @@ }, "then": "./assets/data/nsi/logos/taiwanpowercompany-b27929.jpg" }, - { - "if": { - "and": [ - "operator=含山龙源梅山风力发电有限公司", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/d8f023-892ef2.undefined" - }, { "if": { "and": [ @@ -206495,93 +99880,6 @@ }, "then": "./assets/data/nsi/logos/shikokuelectricpowercompany-11cc64.jpg" }, - { - "if": { - "and": [ - "operator=国华(当涂)新能源有限公司", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/3d7a51-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=国家电力投资集团", - "operator:en=State Power Investment Corporation", - "operator:short=国家电投", - "operator:wikidata=Q2580472", - "operator:zh=国家电力投资集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/statepowerinvestmentcorporation-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=国家电网", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/024934-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=国家能源集团", - "operator:en=CHN ENERGY", - "operator:short=国家能投", - "operator:wikidata=Q38180956", - "operator:zh=国家能源集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chnenergy-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=国网湖南-综合能源/中车株机", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/1d5859-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=广东能源集团", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/2da729-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=新天绿色能源", - "operator:en=China Suntien Green Energy", - "operator:short=新天绿能", - "operator:wikidata=Q11082162", - "operator:zh=新天绿色能源" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasuntiengreenenergy-892ef2.undefined" - }, { "if": { "and": [ @@ -206633,76 +99931,6 @@ }, "then": "./assets/data/nsi/logos/okinawaelectricpowercompany-11cc64.jpg" }, - { - "if": { - "and": [ - "operator=浙江国资-运达丰合", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/5ab1e7-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=浙江国资-运达丰安", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/847cc2-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=浙江国资-运达丰广", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/0b43ca-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=湘投国际", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/af6eff-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=湘投能源", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/2278ea-892ef2.undefined" - }, - { - "if": { - "and": [ - "operator=运达风电", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/c77307-892ef2.undefined" - }, - { - "if": { - "and": [ - "power=generator", - { - "or": [ - "operator=长江电力", - "operator:en=China Yangtze Power", - "operator:wikidata=Q752496", - "operator:zh=长江电力" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinayangtzepower-892ef2.undefined" - }, { "if": { "and": [ @@ -206720,15 +99948,6 @@ }, "then": "./assets/data/nsi/logos/kansaielectricpowercompany-11cc64.jpg" }, - { - "if": { - "and": [ - "operator=防城港新天绿色能源有限公司", - "power=generator" - ] - }, - "then": "./assets/data/nsi/logos/c9b92b-892ef2.undefined" - }, { "if": { "and": [ @@ -206886,15 +100105,6 @@ }, "then": "./assets/data/nsi/logos/aew-3c10bb.png" }, - { - "if": { - "and": [ - "operator=Afluente Transmissão de Energia Elétrica", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-ddc6a3.undefined" - }, { "if": { "and": [ @@ -206909,15 +100119,6 @@ }, "then": "./assets/data/nsi/logos/agderenergi-e0b869.svg" }, - { - "if": { - "and": [ - "operator=Agrienergia", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/agrienergia-769454.undefined" - }, { "if": { "and": [ @@ -206947,20 +100148,6 @@ }, "then": "./assets/data/nsi/logos/alabamapower-ed245e.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Allegheny Power System", - "operator:short=APS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alleghenypowersystem-5bcd98.undefined" - }, { "if": { "and": [ @@ -206991,15 +100178,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-b654b4.png" }, - { - "if": { - "and": [ - "operator=Alta Kraftlag", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/altakraftlag-e0b869.undefined" - }, { "if": { "and": [ @@ -207014,52 +100192,6 @@ }, "then": "./assets/data/nsi/logos/altalink-a4e32f.jpg" }, - { - "if": { - "and": [ - "operator=Alternative Resource Energy Authority", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/alternativeresourceenergyauthority-5f1772.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazonasenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Amazonas Geração e Transmissão de Energia", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-ddc6a3.undefined" - }, { "if": { "and": [ @@ -207075,48 +100207,6 @@ }, "then": "./assets/data/nsi/logos/ameren-858afb.afb" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-f274f2.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-b654b4.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=American Transmission Systems", - "operator:short=ATSI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissionsystems-1e9253.undefined" - }, { "if": { "and": [ @@ -207173,20 +100263,6 @@ }, "then": "./assets/data/nsi/logos/ande-101239.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Angeles Electric Corporation", - "operator:wikidata=Q119889064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angeleselectriccorporation-53cceb.undefined" - }, { "if": { "and": [ @@ -207201,29 +100277,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-33137a.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Arendals Fossekompani", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/arendalsfossekompani-e0b869.undefined" - }, { "if": { "and": [ @@ -207238,20 +100291,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-33eed2.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-527b39.undefined" - }, { "if": { "and": [ @@ -207266,20 +100305,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-527b39.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-e0b869.undefined" - }, { "if": { "and": [ @@ -207364,34 +100389,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-2d9f43.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-7a29cb.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-439c77.undefined" - }, { "if": { "and": [ @@ -207420,15 +100417,6 @@ }, "then": "./assets/data/nsi/logos/axpo-ac4ca5.jpg" }, - { - "if": { - "and": [ - "operator=Azusa Light & Power", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/azusalightandpower-eefbc4.undefined" - }, { "if": { "and": [ @@ -207444,29 +100432,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-ab2cf5.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-53cceb.undefined" - }, { "if": { "and": [ @@ -207495,29 +100460,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-5611ce.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Beaches Energy Services", - "operator:short=BES" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beachesenergyservices-05df97.undefined" - }, - { - "if": { - "and": [ - "operator=Beauregard Electric Cooperative", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/beauregardelectriccooperative-f4d799.undefined" - }, { "if": { "and": [ @@ -207533,33 +100475,6 @@ }, "then": "./assets/data/nsi/logos/belizeelectricitylimited-f57c83.jpg" }, - { - "if": { - "and": [ - "operator=Bentonville Electrical Utility Department", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-527b39.undefined" - }, - { - "if": { - "and": [ - "operator=Bessemer Electric Service", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/bessemerelectricservice-ed245e.undefined" - }, - { - "if": { - "and": [ - "operator=Bihar State Electricity Board", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/biharstateelectricityboard-5c9c82.undefined" - }, { "if": { "and": [ @@ -207588,21 +100503,6 @@ }, "then": "./assets/data/nsi/logos/bkw-34ad9c.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-c9a7db.undefined" - }, { "if": { "and": [ @@ -207646,49 +100546,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-5fe2bf.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-fb59b6.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Braunschweiger Netz GmbH", - "operator:wikidata=Q124369438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/braunschweigernetzgmbh-9e30b0.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-2d9f43.undefined" - }, { "if": { "and": [ @@ -207703,15 +100560,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-be4a58.jpg" }, - { - "if": { - "and": [ - "operator=Brookings Municipal Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/brookingsmunicipalutilities-df3dae.undefined" - }, { "if": { "and": [ @@ -207740,15 +100588,6 @@ }, "then": "./assets/data/nsi/logos/burgenlandenergieag-43114e.jpg" }, - { - "if": { - "and": [ - "operator=CADAFE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cadafe-220436.undefined" - }, { "if": { "and": [ @@ -207763,20 +100602,6 @@ }, "then": "./assets/data/nsi/logos/capitalpower-464507.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-3a58f1.undefined" - }, { "if": { "and": [ @@ -207819,20 +100644,6 @@ }, "then": "./assets/data/nsi/logos/ceee-ddc6a3.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-28a19b.undefined" - }, { "if": { "and": [ @@ -207847,15 +100658,6 @@ }, "then": "./assets/data/nsi/logos/celesc-ddc6a3.jpg" }, - { - "if": { - "and": [ - "operator=Celg Geração e Transmissão S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/celggeracaoetransmissaosa-ddc6a3.undefined" - }, { "if": { "and": [ @@ -207884,20 +100686,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-b654b4.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-f274f2.undefined" - }, { "if": { "and": [ @@ -207912,15 +100700,6 @@ }, "then": "./assets/data/nsi/logos/centralmainepowercompany-834cd5.jpg" }, - { - "if": { - "and": [ - "operator=CEPALCO", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cepalco-53cceb.undefined" - }, { "if": { "and": [ @@ -207949,15 +100728,6 @@ }, "then": "./assets/data/nsi/logos/cern-68daa6.jpg" }, - { - "if": { - "and": [ - "operator=Certel", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/certel-ddc6a3.undefined" - }, { "if": { "and": [ @@ -207973,29 +100743,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-5c8a2f.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-88e3b2.undefined" - }, - { - "if": { - "and": [ - "operator=CFM", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cfm-4f2e12.undefined" - }, { "if": { "and": [ @@ -208010,42 +100757,6 @@ }, "then": "./assets/data/nsi/logos/cge-ea1a07.jpg" }, - { - "if": { - "and": [ - "operator=CGE Transmisión", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cgetransmision-ea1a07.undefined" - }, - { - "if": { - "and": [ - "operator=CGWF", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cgwf-189d90.undefined" - }, - { - "if": { - "and": [ - "operator=Chimarrão Transmissora de Energia", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=CIE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cie-736c80.undefined" - }, { "if": { "and": [ @@ -208103,29 +100814,6 @@ }, "then": "./assets/data/nsi/logos/cityofelizabeth-86b821.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=City of Harrisonburg", - "operator:wikidata=Q511935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonburg-0c4694.undefined" - }, - { - "if": { - "and": [ - "operator=City of Harrisonville Electric Department", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-f274f2.undefined" - }, { "if": { "and": [ @@ -208182,48 +100870,6 @@ }, "then": "./assets/data/nsi/logos/cityofnatchitoches-f4d799.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=City of Owensboro", - "operator:wikidata=Q494295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofowensboro-ab6528.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=City of Radford", - "operator:wikidata=Q586070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofradford-0c4694.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=City of Salem", - "operator:wikidata=Q502230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsalem-0c4694.undefined" - }, { "if": { "and": [ @@ -208238,43 +100884,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-05df97.jpg" }, - { - "if": { - "and": [ - "operator=City of Tupelo Water & Light Department", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-7d3f64.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-88ff58.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Clark Electric Distribution Company", - "operator:wikidata=Q119856968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarkelectricdistributioncompany-53cceb.undefined" - }, { "if": { "and": [ @@ -208289,15 +100898,6 @@ }, "then": "./assets/data/nsi/logos/clarkpublicutilities-fa4900.jpg" }, - { - "if": { - "and": [ - "operator=Clarksville Department of Electricity", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-be4a58.undefined" - }, { "if": { "and": [ @@ -208340,60 +100940,6 @@ }, "then": "./assets/data/nsi/logos/clevelandpublicpower-b6ef1d.jpg" }, - { - "if": { - "and": [ - "operator=CNEE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnee-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Guayas Los Rios", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnelguayaslosrios-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Los Rios", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnellosrios-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Esmeraldas", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnelesmeraldas-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Manabí", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnelmanabi-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Sta. Elena", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cnelstaelena-28a19b.undefined" - }, { "if": { "and": [ @@ -208464,15 +101010,6 @@ }, "then": "./assets/data/nsi/logos/coloradospringsutilities-482ae7.jpg" }, - { - "if": { - "and": [ - "operator=Columbus Light & Water", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/columbuslightandwater-7d3f64.undefined" - }, { "if": { "and": [ @@ -208502,83 +101039,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-a6ad72.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-e991ad.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-736c80.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Companhia de Transmissão de Energia Elétrica Paulista", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Concordia Electric Cooperative", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/concordiaelectriccooperative-f4d799.undefined" - }, { "if": { "and": [ @@ -208593,20 +101053,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-255ed7.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-be4a58.undefined" - }, { "if": { "and": [ @@ -208621,20 +101067,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-a1df2e.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-d723bd.undefined" - }, { "if": { "and": [ @@ -208706,15 +101138,6 @@ }, "then": "./assets/data/nsi/logos/countiesenergy-737a3a.png" }, - { - "if": { - "and": [ - "operator=Counties Power", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/countiespower-737a3a.undefined" - }, { "if": { "and": [ @@ -208729,15 +101152,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-ddc6a3.png" }, - { - "if": { - "and": [ - "operator=CPFL Transmissão Sul", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/cpfltransmissaosul-ddc6a3.undefined" - }, { "if": { "and": [ @@ -208752,43 +101166,6 @@ }, "then": "./assets/data/nsi/logos/cpsenergy-2d9f43.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-ed245e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-cf3c91.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-ddc6a3.undefined" - }, { "if": { "and": [ @@ -208817,33 +101194,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-f1b5e8.jpg" }, - { - "if": { - "and": [ - "operator=Dalane Nett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/dalanenett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Dalhousie Mountain Wind", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/dalhousiemountainwind-5f1772.undefined" - }, - { - "if": { - "and": [ - "operator=Danville Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/danvilleutilities-0c4694.undefined" - }, { "if": { "and": [ @@ -208915,33 +101265,6 @@ }, "then": "./assets/data/nsi/logos/demco-f4d799.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-b2cc4d.undefined" - }, - { - "if": { - "and": [ - "operator=Dinel", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/dinel-b29599.undefined" - }, - { - "if": { - "and": [ - "operator=DME Distribuição S.A", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/dmedistribuicaosa-ddc6a3.undefined" - }, { "if": { "and": [ @@ -208956,20 +101279,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-48be4c.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-ae69b6.undefined" - }, { "if": { "and": [ @@ -209012,21 +101321,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-a1df2e.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-535016.undefined" - }, { "if": { "and": [ @@ -209097,33 +101391,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-3723c9.jpg" }, - { - "if": { - "and": [ - "operator=E.E. Centro Sur", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Quito", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eequito-28a19b.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eesur-28a19b.undefined" - }, { "if": { "and": [ @@ -209208,38 +101475,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-389441.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-737a3a.undefined" - }, - { - "if": { - "and": [ - "operator=EDE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/ede-74d56c.undefined" - }, - { - "if": { - "and": [ - "operator=EDELCA", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/edelca-220436.undefined" - }, { "if": { "and": [ @@ -209254,24 +101489,6 @@ }, "then": "./assets/data/nsi/logos/edenor-c85572.jpg" }, - { - "if": { - "and": [ - "operator=EDF SEI", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/edfsei-34bf95.undefined" - }, - { - "if": { - "and": [ - "operator=EDH", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/edh-567949.undefined" - }, { "if": { "and": [ @@ -209286,21 +101503,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-f914f4.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-ca8780.undefined" - }, { "if": { "and": [ @@ -209331,24 +101533,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-ddc6a3.jpg" }, - { - "if": { - "and": [ - "operator=EEB", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eeb-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eed-74d56c.undefined" - }, { "if": { "and": [ @@ -209363,29 +101547,6 @@ }, "then": "./assets/data/nsi/logos/egd-04ae3b.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-66f37f.undefined" - }, - { - "if": { - "and": [ - "operator=Eidefoss", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eidefoss-e0b869.undefined" - }, { "if": { "and": [ @@ -209414,35 +101575,6 @@ }, "then": "./assets/data/nsi/logos/ekt-2c2136.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-8d5e75.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Electricidade de Moçambique", - "operator:short=EDM", - "operator:wikidata=Q5357771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricidadedemocambique-8757c0.undefined" - }, { "if": { "and": [ @@ -209458,36 +101590,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-116894.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Électricité de Mayotte", - "operator:short=EDM", - "operator:wikidata=Q60849817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitedemayotte-6390c7.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-a4e165.undefined" - }, { "if": { "and": [ @@ -209502,15 +101604,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-11f3a5.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-97fc17.undefined" - }, { "if": { "and": [ @@ -209525,50 +101618,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-d57d1a.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-d8f97b.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-6c4b65.undefined" - }, { "if": { "and": [ @@ -209597,67 +101646,6 @@ }, "then": "./assets/data/nsi/logos/elering-d57d1a.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-c7f9a6.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobras Distribuição AM", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobrás Distribuição Roraima", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-ddc6a3.undefined" - }, { "if": { "and": [ @@ -209672,20 +101660,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-ddc6a3.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-ddc6a3.undefined" - }, { "if": { "and": [ @@ -209700,20 +101674,6 @@ }, "then": "./assets/data/nsi/logos/elia-d02b4f.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-e0b869.undefined" - }, { "if": { "and": [ @@ -209728,20 +101688,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-dc38bb.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-e0b869.undefined" - }, { "if": { "and": [ @@ -209770,34 +101716,6 @@ }, "then": "./assets/data/nsi/logos/elvia-e0b869.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-74d56c.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Emera", - "operator:wikidata=Q5370387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emera-50b9b2.undefined" - }, { "if": { "and": [ @@ -209813,24 +101731,6 @@ }, "then": "./assets/data/nsi/logos/emeraldpeoplesutilitydistrict-c9a7db.png" }, - { - "if": { - "and": [ - "operator=Empresa Provincial de la Energía de Santa Fe", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-c85572.undefined" - }, - { - "if": { - "and": [ - "operator=ENDE Transmisión", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/endetransmision-57554f.undefined" - }, { "if": { "and": [ @@ -209887,15 +101787,6 @@ }, "then": "./assets/data/nsi/logos/enedis-34bf95.png" }, - { - "if": { - "and": [ - "operator=ENEE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/enee-649129.undefined" - }, { "if": { "and": [ @@ -209924,20 +101815,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-ddc6a3.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-ddc6a3.undefined" - }, { "if": { "and": [ @@ -209966,29 +101843,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpower-116894.svg" }, - { - "if": { - "and": [ - "operator=Enercal", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/enercal-fff3e1.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-9e30b0.undefined" - }, { "if": { "and": [ @@ -210003,15 +101857,6 @@ }, "then": "./assets/data/nsi/logos/energa-dffc4e.png" }, - { - "if": { - "and": [ - "operator=Energética Águas da Pedra S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/energeticaaguasdapedrasa-ddc6a3.undefined" - }, { "if": { "and": [ @@ -210069,24 +101914,6 @@ }, "then": "./assets/data/nsi/logos/energiedumali-c36b76.jpg" }, - { - "if": { - "and": [ - "operator=Energie und Wasser Potsdam GmbH", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-d5e323.undefined" - }, - { - "if": { - "and": [ - "operator=Energienetze Steiermark", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/energienetzesteiermark-3df8ab.undefined" - }, { "if": { "and": [ @@ -210102,15 +101929,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-dc465b.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Schwaben", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungschwaben-d5e323.undefined" - }, { "if": { "and": [ @@ -210125,71 +101943,6 @@ }, "then": "./assets/data/nsi/logos/energinet-b29599.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=Energisa BO", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/energisabo-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-1bb79e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-ddc6a3.undefined" - }, { "if": { "and": [ @@ -210205,29 +101958,6 @@ }, "then": "./assets/data/nsi/logos/energyfijilimited-64ce40.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-86b821.undefined" - }, - { - "if": { - "and": [ - "operator=Enersur", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/enersur-4127a0.undefined" - }, { "if": { "and": [ @@ -210242,20 +101972,6 @@ }, "then": "./assets/data/nsi/logos/enertrag-33ce8b.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-fe2846.undefined" - }, { "if": { "and": [ @@ -210284,20 +102000,6 @@ }, "then": "./assets/data/nsi/logos/engie-116894.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-e0b869.undefined" - }, { "if": { "and": [ @@ -210368,34 +102070,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-c5977e.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-1c0f86.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Entergy New Orleans", - "operator:wikidata=Q7010776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergyneworleans-f4d799.undefined" - }, { "if": { "and": [ @@ -210452,99 +102126,6 @@ }, "then": "./assets/data/nsi/logos/epec-c85572.jpg" }, - { - "if": { - "and": [ - "operator=EPV Alueverkko", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/epvalueverkko-17e9a7.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-df80cc.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-e820f7.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-74dc30.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-306a6b.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-5f7225.undefined" - }, { "if": { "and": [ @@ -210587,15 +102168,6 @@ }, "then": "./assets/data/nsi/logos/esbnetworks-1057b0.png" }, - { - "if": { - "and": [ - "operator=ESCOM", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/escom-82cd7c.undefined" - }, { "if": { "and": [ @@ -210639,15 +102211,6 @@ }, "then": "./assets/data/nsi/logos/eswatinielectricitycompany-60a7a1.png" }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-88ff58.undefined" - }, { "if": { "and": [ @@ -210663,15 +102226,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-079142.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/eti-74d56c.undefined" - }, { "if": { "and": [ @@ -210716,20 +102270,6 @@ }, "then": "./assets/data/nsi/logos/eversource-b15319.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-e0b869.undefined" - }, { "if": { "and": [ @@ -210759,15 +102299,6 @@ }, "then": "./assets/data/nsi/logos/evn-e72a33.svg" }, - { - "if": { - "and": [ - "operator=Evonik", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/evonik-d5e323.undefined" - }, { "if": { "and": [ @@ -210825,20 +102356,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-86b821.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-4d28c7.undefined" - }, { "if": { "and": [ @@ -210881,48 +102398,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-e0b869.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-b21ee4.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-ed245e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Florida Keys Electric Cooperative", - "operator:short=FKEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridakeyselectriccooperative-05df97.undefined" - }, { "if": { "and": [ @@ -210937,43 +102412,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-05df97.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Florida Public Utilities", - "operator:short=FPUC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridapublicutilities-05df97.undefined" - }, - { - "if": { - "and": [ - "operator=Fort Pierce Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/fortpierceutilities-05df97.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-a4e32f.undefined" - }, { "if": { "and": [ @@ -211002,20 +102440,6 @@ }, "then": "./assets/data/nsi/logos/fortum-73a902.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-86b821.undefined" - }, { "if": { "and": [ @@ -211059,99 +102483,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-05df97.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-2d9f43.undefined" - }, - { - "if": { - "and": [ - "operator=GECOL.LY", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/gecolly-843cda.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-6dfce0.undefined" - }, - { - "if": { - "and": [ - "operator=Georgia Transmission Corporation", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/georgiatransmissioncorporation-6dfce0.undefined" - }, - { - "if": { - "and": [ - "operator=Gerdau", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/gerdau-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=GEYSEL", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/geysel-7a03fb.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-a4e165.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-b21ee4.undefined" - }, { "if": { "and": [ @@ -211194,15 +102525,6 @@ }, "then": "./assets/data/nsi/logos/goldenspreadelectriccooperative-2d9f43.jpg" }, - { - "if": { - "and": [ - "operator=Gralha Azul Transmissora de Energia", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-ddc6a3.undefined" - }, { "if": { "and": [ @@ -211218,21 +102540,6 @@ }, "then": "./assets/data/nsi/logos/grandriverdamauthority-67f39c.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-7bd252.undefined" - }, { "if": { "and": [ @@ -211275,65 +102582,6 @@ }, "then": "./assets/data/nsi/logos/groupee-34ad9c.jpg" }, - { - "if": { - "and": [ - "operator=GRTE", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/grte-1c2f9f.undefined" - }, - { - "if": { - "and": [ - "operator=Gudbrandsdal Energi", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/gudbrandsdalenergi-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Guntersville Electric Board", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/guntersvilleelectricboard-ed245e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Hafslund E-CO Vannkraft", - "operator:wikidata=Q5321386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hafslundecovannkraft-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Hallingdal Kraftnett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hallingdalkraftnett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Hammerfest Energi Nett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hammerfestenerginett-e0b869.undefined" - }, { "if": { "and": [ @@ -211376,79 +102624,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-a27456.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-625a7b.undefined" - }, - { - "if": { - "and": [ - "operator=HEP ODS", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hepods-625a7b.undefined" - }, - { - "if": { - "and": [ - "operator=Herøya Nett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/heroyanett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Herrfors", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/herrfors-17e9a7.undefined" - }, - { - "if": { - "and": [ - "operator=Hetch Hetchy Water & Power", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hetchhetchywaterandpower-eefbc4.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Holyoke Gas & Electric", - "operator:wikidata=Q60769752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holyokegasandelectric-4253c7.undefined" - }, - { - "if": { - "and": [ - "operator=HOPS", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hops-625a7b.undefined" - }, { "if": { "and": [ @@ -211477,20 +102652,6 @@ }, "then": "./assets/data/nsi/logos/hydroenergi-e0b869.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-c48131.undefined" - }, { "if": { "and": [ @@ -211505,24 +102666,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-f669fe.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-f669fe.undefined" - }, - { - "if": { - "and": [ - "operator=I/S Midtkraft", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/ismidtkraft-b29599.undefined" - }, { "if": { "and": [ @@ -211624,20 +102767,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-6d7c22.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=INELFE", - "operator:wikidata=Q16642975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inelfe-cd4900.undefined" - }, { "if": { "and": [ @@ -211653,44 +102782,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-afbd38.jpg" }, - { - "if": { - "and": [ - "operator=Interchile", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/interchile-ea1a07.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-fa2b6f.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Interligação Elétrica do Madeira S.A", - "operator:short=IEM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-ddc6a3.undefined" - }, { "if": { "and": [ @@ -211719,15 +102810,6 @@ }, "then": "./assets/data/nsi/logos/ipto-8d1dd6.png" }, - { - "if": { - "and": [ - "operator=Istad Nett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/istadnett-e0b869.undefined" - }, { "if": { "and": [ @@ -211814,20 +102896,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-ed245e.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-86b821.undefined" - }, { "if": { "and": [ @@ -211880,29 +102948,6 @@ }, "then": "./assets/data/nsi/logos/centraljapanrailwaycompany-e95322.svg" }, - { - "if": { - "and": [ - "operator=Juruena Participações e Investimentos S.A", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-6139a9.undefined" - }, { "if": { "and": [ @@ -211918,30 +102963,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-beff6d.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-17951a.undefined" - }, - { - "if": { - "and": [ - "operator=KEDCO", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/kedco-d7a735.undefined" - }, { "if": { "and": [ @@ -211970,20 +102991,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-ab6528.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-ab6528.undefined" - }, { "if": { "and": [ @@ -211999,34 +103006,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-5c9c82.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Ketraco", - "operator:wikidata=Q24236326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ketraco-091bd2.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Keys Energy Services", - "operator:short=KEYS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keysenergyservices-05df97.undefined" - }, { "if": { "and": [ @@ -212056,34 +103035,6 @@ }, "then": "./assets/data/nsi/logos/knoxvilleutilitiesboard-be4a58.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-5c9c82.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Kraftnät Åland", - "operator:wikidata=Q18688883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftnataland-17e9a7.undefined" - }, { "if": { "and": [ @@ -212128,43 +103079,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-f4d799.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-136ef7.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-a1df2e.undefined" - }, - { - "if": { - "and": [ - "operator=Lassen Municipal Utility District", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-eefbc4.undefined" - }, { "if": { "and": [ @@ -212209,29 +103123,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-fe1279.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-541e2d.undefined" - }, { "if": { "and": [ @@ -212246,53 +103137,6 @@ }, "then": "./assets/data/nsi/logos/liander-754f07.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-b554f3.undefined" - }, - { - "if": { - "and": [ - "operator=Liberty Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/libertyutilities-b654b4.undefined" - }, - { - "if": { - "and": [ - "operator=Lidköping Elnät", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/lidkopingelnat-dc38bb.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-ddc6a3.undefined" - }, { "if": { "and": [ @@ -212307,15 +103151,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-fcf6da.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/linea-e0b869.undefined" - }, { "if": { "and": [ @@ -212344,20 +103179,6 @@ }, "then": "./assets/data/nsi/logos/linzag-c1b8b3.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-e0b869.undefined" - }, { "if": { "and": [ @@ -212372,43 +103193,6 @@ }, "then": "./assets/data/nsi/logos/lockhartpowercompany-ae69b6.png" }, - { - "if": { - "and": [ - "operator=Lofotkraft", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/lofotkraft-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-255ed7.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Louisville Gas & Electric", - "operator:wikidata=Q6689482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/louisvillegasandelectric-ab6528.undefined" - }, { "if": { "and": [ @@ -212424,20 +103208,6 @@ }, "then": "./assets/data/nsi/logos/lowercoloradoriverauthority-2d9f43.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=LS Power", - "operator:wikidata=Q126367251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lspower-2d9f43.undefined" - }, { "if": { "and": [ @@ -212467,29 +103237,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-2d9f43.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Luminora Solar Dos", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/luminorasolardos-769454.undefined" - }, { "if": { "and": [ @@ -212518,43 +103265,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-d668c3.svg" }, - { - "if": { - "and": [ - "operator=Mantiqueira Transmissora de Energia", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-be061e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-3b2cbf.undefined" - }, { "if": { "and": [ @@ -212597,34 +103307,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-ed245e.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-a27456.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-74d56c.undefined" - }, { "if": { "and": [ @@ -212639,20 +103321,6 @@ }, "then": "./assets/data/nsi/logos/mdu-955eef.eef" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-e0b869.undefined" - }, { "if": { "and": [ @@ -212696,15 +103364,6 @@ }, "then": "./assets/data/nsi/logos/meted-32252f.jpg" }, - { - "if": { - "and": [ - "operator=Michigan Public Power Agency", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/michiganpublicpoweragency-a1df2e.undefined" - }, { "if": { "and": [ @@ -212720,20 +103379,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-43ace8.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-e0b869.undefined" - }, { "if": { "and": [ @@ -212748,38 +103393,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-beff6d.jpg" }, - { - "if": { - "and": [ - "operator=Minera Centinela", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/mineracentinela-ea1a07.undefined" - }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-ea1a07.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-ea1a07.undefined" - }, { "if": { "and": [ @@ -212808,20 +103421,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-982f8f.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-b21ee4.undefined" - }, { "if": { "and": [ @@ -212836,43 +103435,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-7d3f64.png" }, - { - "if": { - "and": [ - "operator=Missouri Power & Light Company", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/missouripowerandlightcompany-f274f2.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-4628b6.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Modesto Irrigation District", - "operator:wikidata=Q6889224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modestoirrigationdistrict-eefbc4.undefined" - }, { "if": { "and": [ @@ -212887,81 +103449,6 @@ }, "then": "./assets/data/nsi/logos/monpower-349cef.cef" }, - { - "if": { - "and": [ - "operator=Moorhead Public Service", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/moorheadpublicservice-982f8f.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-5c9c82.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Mutual Energy", - "operator:wikidata=Q112882722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mutualenergy-a6966c.undefined" - }, - { - "if": { - "and": [ - "operator=MVM PA", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/mvmpa-74d56c.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-c34551.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-fe1279.undefined" - }, { "if": { "and": [ @@ -213064,34 +103551,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-d59b81.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-fcf6da.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-a4e165.undefined" - }, { "if": { "and": [ @@ -213106,34 +103565,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-ddc6a3.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-eb7f6c.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-43114e.undefined" - }, { "if": { "and": [ @@ -213148,20 +103579,6 @@ }, "then": "./assets/data/nsi/logos/netzno-7a29cb.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Netz OÖ", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoo-7a29cb.undefined" - }, { "if": { "and": [ @@ -213176,34 +103593,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-2bcac7.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-82f595.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Nevada Power Company", - "operator:wikidata=Q17107993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadapowercompany-21bd89.undefined" - }, { "if": { "and": [ @@ -213261,20 +103650,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-464507.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Niagara Mohawk", - "operator:wikidata=Q25028424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niagaramohawk-255ed7.undefined" - }, { "if": { "and": [ @@ -213289,100 +103664,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-a6966c.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-74d56c.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Nordmøre Energiverk", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordmoreenergiverk-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-e0b869.undefined" - }, - { - "if": { - "and": [ - "operator=Norte Brasil Transmissora de Energia S.A", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-527b39.undefined" - }, { "if": { "and": [ @@ -213397,20 +103678,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-11f3a5.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Northern States Power Company", - "operator:wikidata=Q7058996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernstatespowercompany-d25f7a.undefined" - }, { "if": { "and": [ @@ -213439,20 +103706,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-5f1772.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-42ff26.undefined" - }, { "if": { "and": [ @@ -213509,44 +103762,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-255ed7.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-7a29cb.undefined" - }, - { - "if": { - "and": [ - "operator=Odda Energi", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/oddaenergi-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Oʻzbekenergo", - "operator:wikidata=Q4469715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99723a-1301e2.undefined" - }, { "if": { "and": [ @@ -213590,29 +103805,6 @@ }, "then": "./assets/data/nsi/logos/oncor-2d9f43.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-1260f2.undefined" - }, - { - "if": { - "and": [ - "operator=Orange & Rockland", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/orangeandrockland-1e48d9.undefined" - }, { "if": { "and": [ @@ -213642,24 +103834,6 @@ }, "then": "./assets/data/nsi/logos/orlandoutilitiescommission-05df97.jpg" }, - { - "if": { - "and": [ - "operator=Ørsted Onshore North America", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/orstedonshorenorthamerica-beff6d.undefined" - }, - { - "if": { - "and": [ - "operator=Otra Kraft", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/otrakraft-e0b869.undefined" - }, { "if": { "and": [ @@ -213674,20 +103848,6 @@ }, "then": "./assets/data/nsi/logos/ottertailpowercompany-59ff21.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-67f39c.undefined" - }, { "if": { "and": [ @@ -213731,42 +103891,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-b654b4.svg" }, - { - "if": { - "and": [ - "operator=Paducah Power System", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/paducahpowersystem-ab6528.undefined" - }, - { - "if": { - "and": [ - "operator=Pampanga III Electric Cooperative, Inc.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-53cceb.undefined" - }, - { - "if": { - "and": [ - "operator=Paragould Light & Water Commission", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/paragouldlightandwatercommission-527b39.undefined" - }, - { - "if": { - "and": [ - "operator=Paris Utility Authority", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/parisutilityauthority-be4a58.undefined" - }, { "if": { "and": [ @@ -213823,21 +103947,6 @@ }, "then": "./assets/data/nsi/logos/penelec-32252f.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-53cceb.undefined" - }, { "if": { "and": [ @@ -213923,29 +104032,6 @@ }, "then": "./assets/data/nsi/logos/pjm-4409eb.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Platte River Power Authority", - "operator:short=PRPA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/platteriverpowerauthority-482ae7.undefined" - }, - { - "if": { - "and": [ - "operator=PNG Power Ltd.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/pngpowerltd-4b7db3.undefined" - }, { "if": { "and": [ @@ -213991,15 +104077,6 @@ }, "then": "./assets/data/nsi/logos/portlandgeneralelectric-c9a7db.png" }, - { - "if": { - "and": [ - "operator=Porto Primavera Transmissora de Energia S/A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-ddc6a3.undefined" - }, { "if": { "and": [ @@ -214085,21 +104162,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-189d90.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-05dced.undefined" - }, { "if": { "and": [ @@ -214142,34 +104204,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-4f2e12.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-b654b4.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=PSNH", - "operator:wikidata=Q86749900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/psnh-b654b4.undefined" - }, { "if": { "and": [ @@ -214185,20 +104219,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-bcec93.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-482ae7.undefined" - }, { "if": { "and": [ @@ -214286,15 +104306,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-769454.jpg" }, - { - "if": { - "and": [ - "operator=Red Nord S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/rednordsa-4f2e12.undefined" - }, { "if": { "and": [ @@ -214323,20 +104334,6 @@ }, "then": "./assets/data/nsi/logos/ren-4d28c7.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-e3be4c.undefined" - }, { "if": { "and": [ @@ -214407,15 +104404,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-c4d364.svg" }, - { - "if": { - "and": [ - "operator=RNT", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/rnt-bb6fb3.undefined" - }, { "if": { "and": [ @@ -214486,21 +104474,6 @@ }, "then": "./assets/data/nsi/logos/rte-e3be4c.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-adef80.undefined" - }, { "if": { "and": [ @@ -214515,21 +104488,6 @@ }, "then": "./assets/data/nsi/logos/rwe-87b138.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-97fc17.undefined" - }, { "if": { "and": [ @@ -214602,15 +104560,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-38d9ce.jpg" }, - { - "if": { - "and": [ - "operator=SAMELCO 2", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/samelco2-53cceb.undefined" - }, { "if": { "and": [ @@ -214668,20 +104617,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-2d11c2.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-2bcac7.undefined" - }, { "if": { "and": [ @@ -214697,15 +104632,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-2a61eb.jpg" }, - { - "if": { - "and": [ - "operator=Scottsboro Electric Power Board", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/scottsboroelectricpowerboard-ed245e.undefined" - }, { "if": { "and": [ @@ -214749,52 +104675,6 @@ }, "then": "./assets/data/nsi/logos/senelec-2f9919.jpg" }, - { - "if": { - "and": [ - "operator=SEPS / MAVIR", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/sepsmavir-8a0f16.undefined" - }, - { - "if": { - "and": [ - "operator=SFE Nett", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/sfenett-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-2d9f43.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Sierra Pacific Power Company", - "operator:wikidata=Q117357239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sierrapacificpowercompany-b654b4.undefined" - }, { "if": { "and": [ @@ -214809,20 +104689,6 @@ }, "then": "./assets/data/nsi/logos/sig-27ed5d.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=South Louisiana Electric Cooperative Association", - "operator:short=SLECA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-f4d799.undefined" - }, { "if": { "and": [ @@ -214880,15 +104746,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-e3be4c.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/snel-8bc223.undefined" - }, { "if": { "and": [ @@ -214919,29 +104776,6 @@ }, "then": "./assets/data/nsi/logos/sognogfjordaneenergi-e0b869.jpg" }, - { - "if": { - "and": [ - "operator=Sognekraft", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/sognekraft-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-2d9f43.undefined" - }, { "if": { "and": [ @@ -214957,21 +104791,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-eefbc4.jpg" }, - { - "if": { - "and": [ - "frequency=60", - "power=line", - { - "or": [ - "operator=Southern Maryland Electric Cooperative", - "operator:wikidata=Q7570123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernmarylandelectriccooperative-ab2cf5.undefined" - }, { "if": { "and": [ @@ -214986,43 +104805,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-527b39.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Southwest Transmission Cooperative", - "operator:short=SWTC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesttransmissioncooperative-33eed2.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-a65d99.undefined" - }, - { - "if": { - "and": [ - "operator=Southwestern Public Service Company", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/southwesternpublicservicecompany-2bc569.undefined" - }, { "if": { "and": [ @@ -215037,20 +104819,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-2a61eb.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-cd3045.undefined" - }, { "if": { "and": [ @@ -215066,34 +104834,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-c9a7db.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=SQM", - "operator:wikidata=Q3067064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sqm-ea1a07.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-e3be4c.undefined" - }, { "if": { "and": [ @@ -215151,20 +104891,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkemunchen-fe1279.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Stadtwerke Staßfurt", - "operator:wikidata=Q130391876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkestassfurt-82f595.undefined" - }, { "if": { "and": [ @@ -215207,73 +104933,6 @@ }, "then": "./assets/data/nsi/logos/stedin-754f07.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=STEWEAG", - "operator:wikidata=Q122223916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steweag-3df8ab.undefined" - }, - { - "if": { - "and": [ - "operator=STEWEAG-STEG", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/steweagsteg-3df8ab.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-dffc4e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-73d08d.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-1baa28.undefined" - }, { "if": { "and": [ @@ -215302,33 +104961,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-840ea0.jpg" }, - { - "if": { - "and": [ - "operator=Stromnetz Steiermark GmbH", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-3df8ab.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/sts-ea1a07.undefined" - }, - { - "if": { - "and": [ - "operator=Sulgipe", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/sulgipe-ddc6a3.undefined" - }, { "if": { "and": [ @@ -215414,48 +105046,6 @@ }, "then": "./assets/data/nsi/logos/sygnir-e0b869.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Tafjord Kraftproduksjon", - "operator:wikidata=Q79247647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tafjordkraftproduksjon-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-62f471.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Taunton Municipal Lighting Plant", - "operator:wikidata=Q7688796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauntonmunicipallightingplant-4253c7.undefined" - }, { "if": { "and": [ @@ -215470,20 +105060,6 @@ }, "then": "./assets/data/nsi/logos/tauron-dffc4e.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-05df97.undefined" - }, { "if": { "and": [ @@ -215569,34 +105145,6 @@ }, "then": "./assets/data/nsi/logos/tensio-e0b869.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-e0b869.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-e0b869.undefined" - }, { "if": { "and": [ @@ -215611,15 +105159,6 @@ }, "then": "./assets/data/nsi/logos/terna-7de2b1.png" }, - { - "if": { - "and": [ - "operator=Texas Municipal Power Agency", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/texasmunicipalpoweragency-2d9f43.undefined" - }, { "if": { "and": [ @@ -215635,21 +105174,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-2d9f43.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-77b3b8.undefined" - }, { "if": { "and": [ @@ -215664,38 +105188,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-7a29cb.svg" }, - { - "if": { - "and": [ - "operator=Town of Braintree Electric Light Department", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-2d9f43.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-c85572.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-7bc8e3.undefined" - }, { "if": { "and": [ @@ -215710,29 +105202,6 @@ }, "then": "./assets/data/nsi/logos/transcomahuesa-c85572.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-ea1a07.undefined" - }, - { - "if": { - "and": [ - "operator=Transelectric", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/transelectric-28a19b.undefined" - }, { "if": { "and": [ @@ -215761,20 +105230,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-67a43a.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-ea1a07.undefined" - }, { "if": { "and": [ @@ -215789,43 +105244,6 @@ }, "then": "./assets/data/nsi/logos/transmissioncompanyofnigeria-d7a735.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Transmissora Aliança de Energia Elétrica", - "operator:wikidata=Q54622013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Transmissora Sul Brasileira de Energia", - "operator:short=TSBE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-ddc6a3.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSNEA S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/transneasa-c85572.undefined" - }, { "if": { "and": [ @@ -215840,29 +105258,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-2bcac7.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-c85572.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=TRANSPA S.A.", - "operator:wikidata=Q109314314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transpasa-c85572.undefined" - }, { "if": { "and": [ @@ -215905,24 +105300,6 @@ }, "then": "./assets/data/nsi/logos/tredas-54dc4b.jpg" }, - { - "if": { - "and": [ - "operator=Tri-State Generation and Transmission Association", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-8891fc.undefined" - }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-88ff58.undefined" - }, { "if": { "and": [ @@ -215938,15 +105315,6 @@ }, "then": "./assets/data/nsi/logos/tucsonelectricpower-33eed2.jpg" }, - { - "if": { - "and": [ - "operator=Turlock Irrigation District", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/turlockirrigationdistrict-a33d32.undefined" - }, { "if": { "and": [ @@ -215975,30 +105343,6 @@ }, "then": "./assets/data/nsi/logos/ukpowernetworks-11f3a5.jpg" }, - { - "if": { - "and": [ - "operator=Umatilla Electric Cooperative", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/umatillaelectriccooperative-c9a7db.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-769454.undefined" - }, { "if": { "and": [ @@ -216055,21 +105399,6 @@ }, "then": "./assets/data/nsi/logos/unitil-6459f7.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Uttarakhand Power Corporation Limited", - "operator:short=UPCL", - "operator:wikidata=Q112623951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-5c9c82.undefined" - }, { "if": { "and": [ @@ -216098,15 +105427,6 @@ }, "then": "./assets/data/nsi/logos/valesa-ddc6a3.jpg" }, - { - "if": { - "and": [ - "operator=Valley Electric Association", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/valleyelectricassociation-21bd89.undefined" - }, { "if": { "and": [ @@ -216177,20 +105497,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-f51223.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-f51223.undefined" - }, { "if": { "and": [ @@ -216205,20 +105511,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-834cd5.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Vest-Telemark Kraftlag", - "operator:wikidata=Q115858158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vesttelemarkkraftlag-e0b869.undefined" - }, { "if": { "and": [ @@ -216261,20 +105553,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-769454.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-a36c89.undefined" - }, { "if": { "and": [ @@ -216303,48 +105581,6 @@ }, "then": "./assets/data/nsi/logos/vissi-e0b869.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-3280e4.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=VKG Elektrivõrgud", - "operator:wikidata=Q7907126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkgelektrivorgud-d57d1a.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-3a5a41.undefined" - }, { "if": { "and": [ @@ -216374,15 +105610,6 @@ }, "then": "./assets/data/nsi/logos/washingtonsttammanyelectriccooperative-f4d799.jpg" }, - { - "if": { - "and": [ - "operator=Watertown Municipal Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/watertownmunicipalutilities-df3dae.undefined" - }, { "if": { "and": [ @@ -216397,29 +105624,6 @@ }, "then": "./assets/data/nsi/logos/wemagnetzgmbh-3723c9.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-d5e323.undefined" - }, - { - "if": { - "and": [ - "operator=Wesernetz Bremen GmbH", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremengmbh-d524d1.undefined" - }, { "if": { "and": [ @@ -216506,43 +105710,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-7a29cb.png" }, - { - "if": { - "and": [ - "operator=Willmar Municipal Utilities", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/willmarmunicipalutilities-16a6a1.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-a1df2e.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-fe2846.undefined" - }, { "if": { "and": [ @@ -216585,51 +105752,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-8d1dd6.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Самарская сетевая компания\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Янтарьэнерго\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=АО СУЭНКО", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/8e6ee5-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=АТ Житомиробленерго", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/4f2cfa-af3ca1.undefined" - }, { "if": { "and": [ @@ -216658,298 +105780,6 @@ }, "then": "./assets/data/nsi/logos/f36860-af3ca1.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Вінницяобленерго", - "operator:wikidata=Q12093389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/084a1e-af3ca1.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Волиньобленерго", - "operator:wikidata=Q60986646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-af3ca1.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-9f81c6.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-9f81c6.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-9f81c6.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-99800a.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Запоріжжяобленерго", - "operator:wikidata=Q60986642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd2584-af3ca1.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-99800a.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Київобленерго", - "operator:wikidata=Q30971518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e843b-af3ca1.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=Колэнерго", - "operator:wikidata=Q4229038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c502b-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК СК", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/591585-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/06d162-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/f37282-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/a80300-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК СК»", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/56a442-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Центра и Приволжья»", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/e9dfd9-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/23025a-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/11be48-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПО ЗЭС", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/5743cb-99800a.undefined" - }, - { - "if": { - "and": [ - "operator=ПрАТ Рівнеобленерго", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/3daebd-af3ca1.undefined" - }, { "if": { "and": [ @@ -216978,29 +105808,6 @@ }, "then": "./assets/data/nsi/logos/1fc076-99800a.jpg" }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-99800a.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1728dd-99800a.undefined" - }, { "if": { "and": [ @@ -217031,15 +105838,6 @@ }, "then": "./assets/data/nsi/logos/tunisiancompanyofelectricityandgas-7743c5.jpg" }, - { - "if": { - "and": [ - "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/d88147-1c2f9f.undefined" - }, { "if": { "and": [ @@ -217073,47 +105871,6 @@ }, "then": "./assets/data/nsi/logos/electricitygeneratingauthorityofthailand-af4985.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=中国南方电网", - "operator:en=China Southern Power Grid", - "operator:wikidata=Q209039", - "operator:zh=中国南方电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasouthernpowergrid-cf3c91.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-e95322.undefined" - }, - { - "if": { - "and": [ - "operator=中核新华-江永新善", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/e255e9-cf3c91.undefined" - }, { "if": { "and": [ @@ -217186,22 +105943,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-e95322.png" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-e95322.undefined" - }, { "if": { "and": [ @@ -217216,56 +105957,6 @@ }, "then": "./assets/data/nsi/logos/34ba0b-4e9660.jpg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-e95322.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-cf3c91.undefined" - }, - { - "if": { - "and": [ - "operator=国网吉林省供电有限公司", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/e8a76c-cf3c91.undefined" - }, - { - "if": { - "and": [ - "operator=广西能源", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/56a686-cf3c91.undefined" - }, { "if": { "and": [ @@ -217282,22 +105973,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-e95322.svg" }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-e95322.undefined" - }, { "if": { "and": [ @@ -217315,31 +105990,6 @@ }, "then": "./assets/data/nsi/logos/okinawaelectricpowercompany-e95322.jpg" }, - { - "if": { - "and": [ - "operator=湖南华电-永江新能", - "power=line" - ] - }, - "then": "./assets/data/nsi/logos/3c5a38-cf3c91.undefined" - }, - { - "if": { - "and": [ - "power=line", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistribution-e95322.undefined" - }, { "if": { "and": [ @@ -217548,15 +106198,6 @@ }, "then": "./assets/data/nsi/logos/aew-f9871c.png" }, - { - "if": { - "and": [ - "operator=Afluente Transmissão de Energia Elétrica", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-241a4c.undefined" - }, { "if": { "and": [ @@ -217571,15 +106212,6 @@ }, "then": "./assets/data/nsi/logos/agderenergi-5b4abc.svg" }, - { - "if": { - "and": [ - "operator=Agrienergia", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/agrienergia-0a3cea.undefined" - }, { "if": { "and": [ @@ -217609,20 +106241,6 @@ }, "then": "./assets/data/nsi/logos/alabamapower-07573a.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Allegheny Power System", - "operator:short=APS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alleghenypowersystem-0a953a.undefined" - }, { "if": { "and": [ @@ -217653,15 +106271,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-8222ce.png" }, - { - "if": { - "and": [ - "operator=Alta Kraftlag", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/altakraftlag-5b4abc.undefined" - }, { "if": { "and": [ @@ -217676,52 +106285,6 @@ }, "then": "./assets/data/nsi/logos/altalink-f0e797.jpg" }, - { - "if": { - "and": [ - "operator=Alternative Resource Energy Authority", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/alternativeresourceenergyauthority-9248e3.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazonasenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Amazonas Geração e Transmissão de Energia", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-241a4c.undefined" - }, { "if": { "and": [ @@ -217737,48 +106300,6 @@ }, "then": "./assets/data/nsi/logos/ameren-8445a0.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-50b8fb.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-8222ce.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=American Transmission Systems", - "operator:short=ATSI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissionsystems-8f9e21.undefined" - }, { "if": { "and": [ @@ -217835,20 +106356,6 @@ }, "then": "./assets/data/nsi/logos/ande-221939.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Angeles Electric Corporation", - "operator:wikidata=Q119889064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angeleselectriccorporation-da5cb0.undefined" - }, { "if": { "and": [ @@ -217863,29 +106370,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-a249c6.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Arendals Fossekompani", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/arendalsfossekompani-5b4abc.undefined" - }, { "if": { "and": [ @@ -217900,20 +106384,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-568d52.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-20ede4.undefined" - }, { "if": { "and": [ @@ -217928,20 +106398,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-20ede4.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-5b4abc.undefined" - }, { "if": { "and": [ @@ -218026,34 +106482,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-1f3576.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-877aa7.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-ae138d.undefined" - }, { "if": { "and": [ @@ -218082,15 +106510,6 @@ }, "then": "./assets/data/nsi/logos/axpo-3c6d24.jpg" }, - { - "if": { - "and": [ - "operator=Azusa Light & Power", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/azusalightandpower-16d513.undefined" - }, { "if": { "and": [ @@ -218106,29 +106525,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-d4ea6d.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-da5cb0.undefined" - }, { "if": { "and": [ @@ -218157,29 +106553,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-b42389.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Beaches Energy Services", - "operator:short=BES" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beachesenergyservices-1d9dd1.undefined" - }, - { - "if": { - "and": [ - "operator=Beauregard Electric Cooperative", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/beauregardelectriccooperative-d6d8c4.undefined" - }, { "if": { "and": [ @@ -218195,33 +106568,6 @@ }, "then": "./assets/data/nsi/logos/belizeelectricitylimited-8eb1ad.jpg" }, - { - "if": { - "and": [ - "operator=Bentonville Electrical Utility Department", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-20ede4.undefined" - }, - { - "if": { - "and": [ - "operator=Bessemer Electric Service", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/bessemerelectricservice-07573a.undefined" - }, - { - "if": { - "and": [ - "operator=Bihar State Electricity Board", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/biharstateelectricityboard-0db0d2.undefined" - }, { "if": { "and": [ @@ -218250,21 +106596,6 @@ }, "then": "./assets/data/nsi/logos/bkw-ee442c.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-6a73f0.undefined" - }, { "if": { "and": [ @@ -218308,49 +106639,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-dd69df.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-a5c56c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Braunschweiger Netz GmbH", - "operator:wikidata=Q124369438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/braunschweigernetzgmbh-fcdf17.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-1f3576.undefined" - }, { "if": { "and": [ @@ -218365,15 +106653,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-a20e2a.jpg" }, - { - "if": { - "and": [ - "operator=Brookings Municipal Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/brookingsmunicipalutilities-4dc635.undefined" - }, { "if": { "and": [ @@ -218402,15 +106681,6 @@ }, "then": "./assets/data/nsi/logos/burgenlandenergieag-ac2579.jpg" }, - { - "if": { - "and": [ - "operator=CADAFE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cadafe-4f3615.undefined" - }, { "if": { "and": [ @@ -218425,20 +106695,6 @@ }, "then": "./assets/data/nsi/logos/capitalpower-3c7f2b.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-61c600.undefined" - }, { "if": { "and": [ @@ -218481,20 +106737,6 @@ }, "then": "./assets/data/nsi/logos/ceee-241a4c.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-b76169.undefined" - }, { "if": { "and": [ @@ -218509,15 +106751,6 @@ }, "then": "./assets/data/nsi/logos/celesc-241a4c.jpg" }, - { - "if": { - "and": [ - "operator=Celg Geração e Transmissão S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/celggeracaoetransmissaosa-241a4c.undefined" - }, { "if": { "and": [ @@ -218546,20 +106779,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-8222ce.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-50b8fb.undefined" - }, { "if": { "and": [ @@ -218574,15 +106793,6 @@ }, "then": "./assets/data/nsi/logos/centralmainepowercompany-13240d.jpg" }, - { - "if": { - "and": [ - "operator=CEPALCO", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cepalco-da5cb0.undefined" - }, { "if": { "and": [ @@ -218611,15 +106821,6 @@ }, "then": "./assets/data/nsi/logos/cern-db1f4d.jpg" }, - { - "if": { - "and": [ - "operator=Certel", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/certel-241a4c.undefined" - }, { "if": { "and": [ @@ -218635,29 +106836,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-827b69.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-1482a1.undefined" - }, - { - "if": { - "and": [ - "operator=CFM", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cfm-414eae.undefined" - }, { "if": { "and": [ @@ -218672,42 +106850,6 @@ }, "then": "./assets/data/nsi/logos/cge-68c0ce.jpg" }, - { - "if": { - "and": [ - "operator=CGE Transmisión", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cgetransmision-68c0ce.undefined" - }, - { - "if": { - "and": [ - "operator=CGWF", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cgwf-069ec2.undefined" - }, - { - "if": { - "and": [ - "operator=Chimarrão Transmissora de Energia", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=CIE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cie-b34e16.undefined" - }, { "if": { "and": [ @@ -218765,29 +106907,6 @@ }, "then": "./assets/data/nsi/logos/cityofelizabeth-183b18.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=City of Harrisonburg", - "operator:wikidata=Q511935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonburg-d0b6bc.undefined" - }, - { - "if": { - "and": [ - "operator=City of Harrisonville Electric Department", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-50b8fb.undefined" - }, { "if": { "and": [ @@ -218844,48 +106963,6 @@ }, "then": "./assets/data/nsi/logos/cityofnatchitoches-d6d8c4.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=City of Owensboro", - "operator:wikidata=Q494295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofowensboro-cc20a8.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=City of Radford", - "operator:wikidata=Q586070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofradford-d0b6bc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=City of Salem", - "operator:wikidata=Q502230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsalem-d0b6bc.undefined" - }, { "if": { "and": [ @@ -218900,43 +106977,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-1d9dd1.jpg" }, - { - "if": { - "and": [ - "operator=City of Tupelo Water & Light Department", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-311089.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-238b2e.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Clark Electric Distribution Company", - "operator:wikidata=Q119856968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarkelectricdistributioncompany-da5cb0.undefined" - }, { "if": { "and": [ @@ -218951,15 +106991,6 @@ }, "then": "./assets/data/nsi/logos/clarkpublicutilities-4d2784.jpg" }, - { - "if": { - "and": [ - "operator=Clarksville Department of Electricity", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-a20e2a.undefined" - }, { "if": { "and": [ @@ -219002,60 +107033,6 @@ }, "then": "./assets/data/nsi/logos/clevelandpublicpower-d69390.jpg" }, - { - "if": { - "and": [ - "operator=CNEE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnee-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Guayas Los Rios", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnelguayaslosrios-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Los Rios", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnellosrios-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Esmeraldas", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnelesmeraldas-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Manabí", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnelmanabi-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Sta. Elena", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cnelstaelena-b76169.undefined" - }, { "if": { "and": [ @@ -219126,15 +107103,6 @@ }, "then": "./assets/data/nsi/logos/coloradospringsutilities-ff44fb.jpg" }, - { - "if": { - "and": [ - "operator=Columbus Light & Water", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/columbuslightandwater-311089.undefined" - }, { "if": { "and": [ @@ -219164,83 +107132,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-dbfde7.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-67e977.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-b34e16.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Companhia de Transmissão de Energia Elétrica Paulista", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Concordia Electric Cooperative", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/concordiaelectriccooperative-d6d8c4.undefined" - }, { "if": { "and": [ @@ -219255,20 +107146,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-451afe.afe" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-a20e2a.undefined" - }, { "if": { "and": [ @@ -219283,20 +107160,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-b0ef94.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-b4e9fa.undefined" - }, { "if": { "and": [ @@ -219368,15 +107231,6 @@ }, "then": "./assets/data/nsi/logos/countiesenergy-43abd4.png" }, - { - "if": { - "and": [ - "operator=Counties Power", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/countiespower-43abd4.undefined" - }, { "if": { "and": [ @@ -219391,15 +107245,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-241a4c.png" }, - { - "if": { - "and": [ - "operator=CPFL Transmissão Sul", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/cpfltransmissaosul-241a4c.undefined" - }, { "if": { "and": [ @@ -219414,43 +107259,6 @@ }, "then": "./assets/data/nsi/logos/cpsenergy-1f3576.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-07573a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-9dfb9b.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-241a4c.undefined" - }, { "if": { "and": [ @@ -219479,33 +107287,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-401a30.jpg" }, - { - "if": { - "and": [ - "operator=Dalane Nett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/dalanenett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Dalhousie Mountain Wind", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/dalhousiemountainwind-9248e3.undefined" - }, - { - "if": { - "and": [ - "operator=Danville Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/danvilleutilities-d0b6bc.undefined" - }, { "if": { "and": [ @@ -219577,33 +107358,6 @@ }, "then": "./assets/data/nsi/logos/demco-d6d8c4.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-df453c.undefined" - }, - { - "if": { - "and": [ - "operator=Dinel", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/dinel-dd0e35.undefined" - }, - { - "if": { - "and": [ - "operator=DME Distribuição S.A", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/dmedistribuicaosa-241a4c.undefined" - }, { "if": { "and": [ @@ -219618,20 +107372,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-fe3dff.dff" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-cbaa6f.undefined" - }, { "if": { "and": [ @@ -219674,21 +107414,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-b0ef94.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-c15346.undefined" - }, { "if": { "and": [ @@ -219759,33 +107484,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-7fac1b.jpg" }, - { - "if": { - "and": [ - "operator=E.E. Centro Sur", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Quito", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eequito-b76169.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eesur-b76169.undefined" - }, { "if": { "and": [ @@ -219870,38 +107568,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-0861a1.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-43abd4.undefined" - }, - { - "if": { - "and": [ - "operator=EDE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/ede-b8e692.undefined" - }, - { - "if": { - "and": [ - "operator=EDELCA", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/edelca-4f3615.undefined" - }, { "if": { "and": [ @@ -219916,24 +107582,6 @@ }, "then": "./assets/data/nsi/logos/edenor-0aca96.jpg" }, - { - "if": { - "and": [ - "operator=EDF SEI", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/edfsei-46f9bb.undefined" - }, - { - "if": { - "and": [ - "operator=EDH", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/edh-e665b3.undefined" - }, { "if": { "and": [ @@ -219948,21 +107596,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-06c212.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-92e4d4.undefined" - }, { "if": { "and": [ @@ -219993,24 +107626,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-241a4c.jpg" }, - { - "if": { - "and": [ - "operator=EEB", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eeb-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eed-b8e692.undefined" - }, { "if": { "and": [ @@ -220025,29 +107640,6 @@ }, "then": "./assets/data/nsi/logos/egd-9e3254.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-e95c33.undefined" - }, - { - "if": { - "and": [ - "operator=Eidefoss", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eidefoss-5b4abc.undefined" - }, { "if": { "and": [ @@ -220076,35 +107668,6 @@ }, "then": "./assets/data/nsi/logos/ekt-46d8da.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-b4baaa.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Electricidade de Moçambique", - "operator:short=EDM", - "operator:wikidata=Q5357771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricidadedemocambique-06127e.undefined" - }, { "if": { "and": [ @@ -220120,36 +107683,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-060465.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Électricité de Mayotte", - "operator:short=EDM", - "operator:wikidata=Q60849817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitedemayotte-dc1fab.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-df0bcc.undefined" - }, { "if": { "and": [ @@ -220164,15 +107697,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-73f066.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-7478eb.undefined" - }, { "if": { "and": [ @@ -220187,50 +107711,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-9b4ddf.ddf" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-6db4e8.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-938324.undefined" - }, { "if": { "and": [ @@ -220259,67 +107739,6 @@ }, "then": "./assets/data/nsi/logos/elering-9b4ddf.ddf" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-5ea3d1.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobras Distribuição AM", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobrás Distribuição Roraima", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-241a4c.undefined" - }, { "if": { "and": [ @@ -220334,20 +107753,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-241a4c.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-241a4c.undefined" - }, { "if": { "and": [ @@ -220362,20 +107767,6 @@ }, "then": "./assets/data/nsi/logos/elia-683ab7.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-5b4abc.undefined" - }, { "if": { "and": [ @@ -220390,20 +107781,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-da7f1f.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-5b4abc.undefined" - }, { "if": { "and": [ @@ -220432,34 +107809,6 @@ }, "then": "./assets/data/nsi/logos/elvia-5b4abc.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-b8e692.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Emera", - "operator:wikidata=Q5370387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emera-45a2bc.undefined" - }, { "if": { "and": [ @@ -220475,24 +107824,6 @@ }, "then": "./assets/data/nsi/logos/emeraldpeoplesutilitydistrict-6a73f0.png" }, - { - "if": { - "and": [ - "operator=Empresa Provincial de la Energía de Santa Fe", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-0aca96.undefined" - }, - { - "if": { - "and": [ - "operator=ENDE Transmisión", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/endetransmision-564db9.undefined" - }, { "if": { "and": [ @@ -220549,15 +107880,6 @@ }, "then": "./assets/data/nsi/logos/enedis-46f9bb.png" }, - { - "if": { - "and": [ - "operator=ENEE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/enee-ff2b0c.undefined" - }, { "if": { "and": [ @@ -220586,20 +107908,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-241a4c.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-241a4c.undefined" - }, { "if": { "and": [ @@ -220628,29 +107936,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpower-060465.svg" }, - { - "if": { - "and": [ - "operator=Enercal", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/enercal-fb7c49.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-fcdf17.undefined" - }, { "if": { "and": [ @@ -220665,15 +107950,6 @@ }, "then": "./assets/data/nsi/logos/energa-8d0004.png" }, - { - "if": { - "and": [ - "operator=Energética Águas da Pedra S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/energeticaaguasdapedrasa-241a4c.undefined" - }, { "if": { "and": [ @@ -220731,24 +108007,6 @@ }, "then": "./assets/data/nsi/logos/energiedumali-ff520c.jpg" }, - { - "if": { - "and": [ - "operator=Energie und Wasser Potsdam GmbH", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-be6516.undefined" - }, - { - "if": { - "and": [ - "operator=Energienetze Steiermark", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/energienetzesteiermark-ef9b10.undefined" - }, { "if": { "and": [ @@ -220764,15 +108022,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-b8409d.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Schwaben", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungschwaben-be6516.undefined" - }, { "if": { "and": [ @@ -220787,71 +108036,6 @@ }, "then": "./assets/data/nsi/logos/energinet-dd0e35.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=Energisa BO", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/energisabo-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-c5142b.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-241a4c.undefined" - }, { "if": { "and": [ @@ -220867,29 +108051,6 @@ }, "then": "./assets/data/nsi/logos/energyfijilimited-bff915.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-183b18.undefined" - }, - { - "if": { - "and": [ - "operator=Enersur", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/enersur-fa23ac.undefined" - }, { "if": { "and": [ @@ -220904,20 +108065,6 @@ }, "then": "./assets/data/nsi/logos/enertrag-b3beb3.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-727666.undefined" - }, { "if": { "and": [ @@ -220946,20 +108093,6 @@ }, "then": "./assets/data/nsi/logos/engie-060465.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-5b4abc.undefined" - }, { "if": { "and": [ @@ -221030,34 +108163,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-03a962.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-a857bd.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Entergy New Orleans", - "operator:wikidata=Q7010776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergyneworleans-d6d8c4.undefined" - }, { "if": { "and": [ @@ -221114,99 +108219,6 @@ }, "then": "./assets/data/nsi/logos/epec-0aca96.jpg" }, - { - "if": { - "and": [ - "operator=EPV Alueverkko", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/epvalueverkko-4923eb.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-5973ec.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-12571a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-909fc1.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-2abdef.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-f0a965.undefined" - }, { "if": { "and": [ @@ -221249,15 +108261,6 @@ }, "then": "./assets/data/nsi/logos/esbnetworks-9084ae.png" }, - { - "if": { - "and": [ - "operator=ESCOM", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/escom-9eab7a.undefined" - }, { "if": { "and": [ @@ -221301,15 +108304,6 @@ }, "then": "./assets/data/nsi/logos/eswatinielectricitycompany-45a461.png" }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-238b2e.undefined" - }, { "if": { "and": [ @@ -221325,15 +108319,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-02869f.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/eti-b8e692.undefined" - }, { "if": { "and": [ @@ -221378,20 +108363,6 @@ }, "then": "./assets/data/nsi/logos/eversource-fa80fd.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-5b4abc.undefined" - }, { "if": { "and": [ @@ -221421,15 +108392,6 @@ }, "then": "./assets/data/nsi/logos/evn-45575f.svg" }, - { - "if": { - "and": [ - "operator=Evonik", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/evonik-be6516.undefined" - }, { "if": { "and": [ @@ -221487,20 +108449,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-183b18.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-a8586b.undefined" - }, { "if": { "and": [ @@ -221543,48 +108491,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-5b4abc.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-241229.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-07573a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Florida Keys Electric Cooperative", - "operator:short=FKEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridakeyselectriccooperative-1d9dd1.undefined" - }, { "if": { "and": [ @@ -221599,43 +108505,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-1d9dd1.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Florida Public Utilities", - "operator:short=FPUC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridapublicutilities-1d9dd1.undefined" - }, - { - "if": { - "and": [ - "operator=Fort Pierce Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/fortpierceutilities-1d9dd1.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-f0e797.undefined" - }, { "if": { "and": [ @@ -221664,20 +108533,6 @@ }, "then": "./assets/data/nsi/logos/fortum-21296c.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-183b18.undefined" - }, { "if": { "and": [ @@ -221721,99 +108576,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-1d9dd1.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-1f3576.undefined" - }, - { - "if": { - "and": [ - "operator=GECOL.LY", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/gecolly-01f253.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-39b74b.undefined" - }, - { - "if": { - "and": [ - "operator=Georgia Transmission Corporation", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/georgiatransmissioncorporation-39b74b.undefined" - }, - { - "if": { - "and": [ - "operator=Gerdau", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/gerdau-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=GEYSEL", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/geysel-577dd6.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-df0bcc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-241229.undefined" - }, { "if": { "and": [ @@ -221856,15 +108618,6 @@ }, "then": "./assets/data/nsi/logos/goldenspreadelectriccooperative-1f3576.jpg" }, - { - "if": { - "and": [ - "operator=Gralha Azul Transmissora de Energia", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-241a4c.undefined" - }, { "if": { "and": [ @@ -221880,21 +108633,6 @@ }, "then": "./assets/data/nsi/logos/grandriverdamauthority-cdec2d.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-5670f3.undefined" - }, { "if": { "and": [ @@ -221937,65 +108675,6 @@ }, "then": "./assets/data/nsi/logos/groupee-ee442c.jpg" }, - { - "if": { - "and": [ - "operator=GRTE", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/grte-9d8084.undefined" - }, - { - "if": { - "and": [ - "operator=Gudbrandsdal Energi", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/gudbrandsdalenergi-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Guntersville Electric Board", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/guntersvilleelectricboard-07573a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Hafslund E-CO Vannkraft", - "operator:wikidata=Q5321386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hafslundecovannkraft-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Hallingdal Kraftnett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hallingdalkraftnett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Hammerfest Energi Nett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hammerfestenerginett-5b4abc.undefined" - }, { "if": { "and": [ @@ -222038,79 +108717,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-6e2dd9.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-08cfa6.undefined" - }, - { - "if": { - "and": [ - "operator=HEP ODS", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hepods-08cfa6.undefined" - }, - { - "if": { - "and": [ - "operator=Herøya Nett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/heroyanett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Herrfors", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/herrfors-4923eb.undefined" - }, - { - "if": { - "and": [ - "operator=Hetch Hetchy Water & Power", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hetchhetchywaterandpower-16d513.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Holyoke Gas & Electric", - "operator:wikidata=Q60769752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holyokegasandelectric-b0068b.undefined" - }, - { - "if": { - "and": [ - "operator=HOPS", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hops-08cfa6.undefined" - }, { "if": { "and": [ @@ -222139,20 +108745,6 @@ }, "then": "./assets/data/nsi/logos/hydroenergi-5b4abc.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-e22604.undefined" - }, { "if": { "and": [ @@ -222167,24 +108759,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-8a4c04.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-8a4c04.undefined" - }, - { - "if": { - "and": [ - "operator=I/S Midtkraft", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/ismidtkraft-dd0e35.undefined" - }, { "if": { "and": [ @@ -222286,20 +108860,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-4b415d.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=INELFE", - "operator:wikidata=Q16642975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inelfe-a5d7d3.undefined" - }, { "if": { "and": [ @@ -222315,44 +108875,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-c6799e.jpg" }, - { - "if": { - "and": [ - "operator=Interchile", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/interchile-68c0ce.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-8418a0.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Interligação Elétrica do Madeira S.A", - "operator:short=IEM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-241a4c.undefined" - }, { "if": { "and": [ @@ -222381,15 +108903,6 @@ }, "then": "./assets/data/nsi/logos/ipto-693934.png" }, - { - "if": { - "and": [ - "operator=Istad Nett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/istadnett-5b4abc.undefined" - }, { "if": { "and": [ @@ -222476,20 +108989,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-07573a.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-183b18.undefined" - }, { "if": { "and": [ @@ -222542,29 +109041,6 @@ }, "then": "./assets/data/nsi/logos/centraljapanrailwaycompany-89f10b.svg" }, - { - "if": { - "and": [ - "operator=Juruena Participações e Investimentos S.A", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-ba587d.undefined" - }, { "if": { "and": [ @@ -222580,30 +109056,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-4c7c55.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-629ee7.undefined" - }, - { - "if": { - "and": [ - "operator=KEDCO", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/kedco-51c9f4.undefined" - }, { "if": { "and": [ @@ -222632,20 +109084,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-cc20a8.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-cc20a8.undefined" - }, { "if": { "and": [ @@ -222661,34 +109099,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-0db0d2.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Ketraco", - "operator:wikidata=Q24236326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ketraco-fe893e.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Keys Energy Services", - "operator:short=KEYS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keysenergyservices-1d9dd1.undefined" - }, { "if": { "and": [ @@ -222718,34 +109128,6 @@ }, "then": "./assets/data/nsi/logos/knoxvilleutilitiesboard-a20e2a.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-0db0d2.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Kraftnät Åland", - "operator:wikidata=Q18688883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftnataland-4923eb.undefined" - }, { "if": { "and": [ @@ -222790,43 +109172,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-d6d8c4.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-fcb760.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-b0ef94.undefined" - }, - { - "if": { - "and": [ - "operator=Lassen Municipal Utility District", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-16d513.undefined" - }, { "if": { "and": [ @@ -222871,29 +109216,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-fe9235.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-9bf1c7.undefined" - }, { "if": { "and": [ @@ -222908,53 +109230,6 @@ }, "then": "./assets/data/nsi/logos/liander-bd8f8a.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-11aa26.undefined" - }, - { - "if": { - "and": [ - "operator=Liberty Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/libertyutilities-8222ce.undefined" - }, - { - "if": { - "and": [ - "operator=Lidköping Elnät", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/lidkopingelnat-da7f1f.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-241a4c.undefined" - }, { "if": { "and": [ @@ -222969,15 +109244,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-84a479.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/linea-5b4abc.undefined" - }, { "if": { "and": [ @@ -223006,20 +109272,6 @@ }, "then": "./assets/data/nsi/logos/linzag-c2c254.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-5b4abc.undefined" - }, { "if": { "and": [ @@ -223034,43 +109286,6 @@ }, "then": "./assets/data/nsi/logos/lockhartpowercompany-cbaa6f.png" }, - { - "if": { - "and": [ - "operator=Lofotkraft", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/lofotkraft-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-451afe.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Louisville Gas & Electric", - "operator:wikidata=Q6689482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/louisvillegasandelectric-cc20a8.undefined" - }, { "if": { "and": [ @@ -223086,20 +109301,6 @@ }, "then": "./assets/data/nsi/logos/lowercoloradoriverauthority-1f3576.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=LS Power", - "operator:wikidata=Q126367251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lspower-1f3576.undefined" - }, { "if": { "and": [ @@ -223129,29 +109330,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-1f3576.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Luminora Solar Dos", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/luminorasolardos-0a3cea.undefined" - }, { "if": { "and": [ @@ -223180,43 +109358,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-1ab7f3.svg" }, - { - "if": { - "and": [ - "operator=Mantiqueira Transmissora de Energia", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-0fe4c6.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-7f3e79.undefined" - }, { "if": { "and": [ @@ -223259,34 +109400,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-07573a.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-6e2dd9.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-b8e692.undefined" - }, { "if": { "and": [ @@ -223301,20 +109414,6 @@ }, "then": "./assets/data/nsi/logos/mdu-487d89.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-5b4abc.undefined" - }, { "if": { "and": [ @@ -223358,15 +109457,6 @@ }, "then": "./assets/data/nsi/logos/meted-cdf661.jpg" }, - { - "if": { - "and": [ - "operator=Michigan Public Power Agency", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/michiganpublicpoweragency-b0ef94.undefined" - }, { "if": { "and": [ @@ -223382,20 +109472,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-2f7812.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-5b4abc.undefined" - }, { "if": { "and": [ @@ -223410,38 +109486,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-4c7c55.jpg" }, - { - "if": { - "and": [ - "operator=Minera Centinela", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/mineracentinela-68c0ce.undefined" - }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-68c0ce.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-68c0ce.undefined" - }, { "if": { "and": [ @@ -223470,20 +109514,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-93f57a.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-241229.undefined" - }, { "if": { "and": [ @@ -223498,43 +109528,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-311089.png" }, - { - "if": { - "and": [ - "operator=Missouri Power & Light Company", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/missouripowerandlightcompany-50b8fb.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-ecb88f.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Modesto Irrigation District", - "operator:wikidata=Q6889224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modestoirrigationdistrict-16d513.undefined" - }, { "if": { "and": [ @@ -223549,81 +109542,6 @@ }, "then": "./assets/data/nsi/logos/monpower-703893.jpg" }, - { - "if": { - "and": [ - "operator=Moorhead Public Service", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/moorheadpublicservice-93f57a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-0db0d2.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Mutual Energy", - "operator:wikidata=Q112882722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mutualenergy-538231.undefined" - }, - { - "if": { - "and": [ - "operator=MVM PA", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/mvmpa-b8e692.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-810827.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-fe9235.undefined" - }, { "if": { "and": [ @@ -223726,34 +109644,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-45aa37.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-84a479.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-df0bcc.undefined" - }, { "if": { "and": [ @@ -223768,34 +109658,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-241a4c.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-7c6d21.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-ac2579.undefined" - }, { "if": { "and": [ @@ -223810,20 +109672,6 @@ }, "then": "./assets/data/nsi/logos/netzno-877aa7.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Netz OÖ", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoo-877aa7.undefined" - }, { "if": { "and": [ @@ -223838,34 +109686,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-c11af1.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-3138d1.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Nevada Power Company", - "operator:wikidata=Q17107993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadapowercompany-008944.undefined" - }, { "if": { "and": [ @@ -223923,20 +109743,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-3c7f2b.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Niagara Mohawk", - "operator:wikidata=Q25028424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niagaramohawk-451afe.undefined" - }, { "if": { "and": [ @@ -223951,100 +109757,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-538231.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-b8e692.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Nordmøre Energiverk", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordmoreenergiverk-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "operator=Norte Brasil Transmissora de Energia S.A", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-20ede4.undefined" - }, { "if": { "and": [ @@ -224059,20 +109771,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-73f066.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Northern States Power Company", - "operator:wikidata=Q7058996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernstatespowercompany-dd2b63.undefined" - }, { "if": { "and": [ @@ -224101,20 +109799,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-9248e3.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-7d7ffe.undefined" - }, { "if": { "and": [ @@ -224171,44 +109855,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-451afe.afe" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-877aa7.undefined" - }, - { - "if": { - "and": [ - "operator=Odda Energi", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/oddaenergi-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Oʻzbekenergo", - "operator:wikidata=Q4469715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99723a-47c44f.undefined" - }, { "if": { "and": [ @@ -224252,29 +109898,6 @@ }, "then": "./assets/data/nsi/logos/oncor-1f3576.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-a2dad4.undefined" - }, - { - "if": { - "and": [ - "operator=Orange & Rockland", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/orangeandrockland-6d7e7a.undefined" - }, { "if": { "and": [ @@ -224304,24 +109927,6 @@ }, "then": "./assets/data/nsi/logos/orlandoutilitiescommission-1d9dd1.jpg" }, - { - "if": { - "and": [ - "operator=Ørsted Onshore North America", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/orstedonshorenorthamerica-4c7c55.undefined" - }, - { - "if": { - "and": [ - "operator=Otra Kraft", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/otrakraft-5b4abc.undefined" - }, { "if": { "and": [ @@ -224336,20 +109941,6 @@ }, "then": "./assets/data/nsi/logos/ottertailpowercompany-a52be3.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-cdec2d.undefined" - }, { "if": { "and": [ @@ -224393,42 +109984,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-8222ce.svg" }, - { - "if": { - "and": [ - "operator=Paducah Power System", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/paducahpowersystem-cc20a8.undefined" - }, - { - "if": { - "and": [ - "operator=Pampanga III Electric Cooperative, Inc.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-da5cb0.undefined" - }, - { - "if": { - "and": [ - "operator=Paragould Light & Water Commission", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/paragouldlightandwatercommission-20ede4.undefined" - }, - { - "if": { - "and": [ - "operator=Paris Utility Authority", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/parisutilityauthority-a20e2a.undefined" - }, { "if": { "and": [ @@ -224485,21 +110040,6 @@ }, "then": "./assets/data/nsi/logos/penelec-cdf661.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-da5cb0.undefined" - }, { "if": { "and": [ @@ -224585,29 +110125,6 @@ }, "then": "./assets/data/nsi/logos/pjm-10d01e.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Platte River Power Authority", - "operator:short=PRPA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/platteriverpowerauthority-ff44fb.undefined" - }, - { - "if": { - "and": [ - "operator=PNG Power Ltd.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/pngpowerltd-c803bb.undefined" - }, { "if": { "and": [ @@ -224653,15 +110170,6 @@ }, "then": "./assets/data/nsi/logos/portlandgeneralelectric-6a73f0.png" }, - { - "if": { - "and": [ - "operator=Porto Primavera Transmissora de Energia S/A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-241a4c.undefined" - }, { "if": { "and": [ @@ -224747,21 +110255,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-069ec2.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-43629a.undefined" - }, { "if": { "and": [ @@ -224804,34 +110297,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-414eae.eae" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-8222ce.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=PSNH", - "operator:wikidata=Q86749900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/psnh-8222ce.undefined" - }, { "if": { "and": [ @@ -224847,20 +110312,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-fab6f4.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-ff44fb.undefined" - }, { "if": { "and": [ @@ -224948,15 +110399,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-0a3cea.cea" }, - { - "if": { - "and": [ - "operator=Red Nord S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/rednordsa-414eae.undefined" - }, { "if": { "and": [ @@ -224985,20 +110427,6 @@ }, "then": "./assets/data/nsi/logos/ren-a8586b.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-718125.undefined" - }, { "if": { "and": [ @@ -225069,15 +110497,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-0427a6.svg" }, - { - "if": { - "and": [ - "operator=RNT", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/rnt-45d98c.undefined" - }, { "if": { "and": [ @@ -225148,21 +110567,6 @@ }, "then": "./assets/data/nsi/logos/rte-718125.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-237a89.undefined" - }, { "if": { "and": [ @@ -225177,21 +110581,6 @@ }, "then": "./assets/data/nsi/logos/rwe-7feb9d.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-7478eb.undefined" - }, { "if": { "and": [ @@ -225264,15 +110653,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-bd38fa.jpg" }, - { - "if": { - "and": [ - "operator=SAMELCO 2", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/samelco2-da5cb0.undefined" - }, { "if": { "and": [ @@ -225330,20 +110710,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-99a780.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-c11af1.undefined" - }, { "if": { "and": [ @@ -225359,15 +110725,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-18a6c2.jpg" }, - { - "if": { - "and": [ - "operator=Scottsboro Electric Power Board", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/scottsboroelectricpowerboard-07573a.undefined" - }, { "if": { "and": [ @@ -225411,52 +110768,6 @@ }, "then": "./assets/data/nsi/logos/senelec-0f3a97.jpg" }, - { - "if": { - "and": [ - "operator=SEPS / MAVIR", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/sepsmavir-049a8e.undefined" - }, - { - "if": { - "and": [ - "operator=SFE Nett", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/sfenett-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-1f3576.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Sierra Pacific Power Company", - "operator:wikidata=Q117357239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sierrapacificpowercompany-8222ce.undefined" - }, { "if": { "and": [ @@ -225471,20 +110782,6 @@ }, "then": "./assets/data/nsi/logos/sig-28e447.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=South Louisiana Electric Cooperative Association", - "operator:short=SLECA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-d6d8c4.undefined" - }, { "if": { "and": [ @@ -225542,15 +110839,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-718125.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/snel-71cb64.undefined" - }, { "if": { "and": [ @@ -225581,29 +110869,6 @@ }, "then": "./assets/data/nsi/logos/sognogfjordaneenergi-5b4abc.abc" }, - { - "if": { - "and": [ - "operator=Sognekraft", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/sognekraft-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-1f3576.undefined" - }, { "if": { "and": [ @@ -225619,21 +110884,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-16d513.jpg" }, - { - "if": { - "and": [ - "frequency=60", - "power=minor_line", - { - "or": [ - "operator=Southern Maryland Electric Cooperative", - "operator:wikidata=Q7570123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernmarylandelectriccooperative-d4ea6d.undefined" - }, { "if": { "and": [ @@ -225648,43 +110898,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-20ede4.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Southwest Transmission Cooperative", - "operator:short=SWTC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesttransmissioncooperative-568d52.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-592154.undefined" - }, - { - "if": { - "and": [ - "operator=Southwestern Public Service Company", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/southwesternpublicservicecompany-d040e0.undefined" - }, { "if": { "and": [ @@ -225699,20 +110912,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-18a6c2.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-65daaf.undefined" - }, { "if": { "and": [ @@ -225728,34 +110927,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-6a73f0.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=SQM", - "operator:wikidata=Q3067064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sqm-68c0ce.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-718125.undefined" - }, { "if": { "and": [ @@ -225813,20 +110984,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkemunchen-fe9235.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Stadtwerke Staßfurt", - "operator:wikidata=Q130391876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkestassfurt-3138d1.undefined" - }, { "if": { "and": [ @@ -225869,73 +111026,6 @@ }, "then": "./assets/data/nsi/logos/stedin-bd8f8a.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=STEWEAG", - "operator:wikidata=Q122223916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steweag-ef9b10.undefined" - }, - { - "if": { - "and": [ - "operator=STEWEAG-STEG", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/steweagsteg-ef9b10.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-8d0004.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-ebbb62.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-475230.undefined" - }, { "if": { "and": [ @@ -225964,33 +111054,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-6e3902.jpg" }, - { - "if": { - "and": [ - "operator=Stromnetz Steiermark GmbH", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-ef9b10.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/sts-68c0ce.undefined" - }, - { - "if": { - "and": [ - "operator=Sulgipe", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/sulgipe-241a4c.undefined" - }, { "if": { "and": [ @@ -226076,48 +111139,6 @@ }, "then": "./assets/data/nsi/logos/sygnir-5b4abc.abc" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Tafjord Kraftproduksjon", - "operator:wikidata=Q79247647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tafjordkraftproduksjon-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-0a0f64.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Taunton Municipal Lighting Plant", - "operator:wikidata=Q7688796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauntonmunicipallightingplant-b0068b.undefined" - }, { "if": { "and": [ @@ -226132,20 +111153,6 @@ }, "then": "./assets/data/nsi/logos/tauron-8d0004.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-1d9dd1.undefined" - }, { "if": { "and": [ @@ -226231,34 +111238,6 @@ }, "then": "./assets/data/nsi/logos/tensio-5b4abc.abc" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-5b4abc.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-5b4abc.undefined" - }, { "if": { "and": [ @@ -226273,15 +111252,6 @@ }, "then": "./assets/data/nsi/logos/terna-062e0c.png" }, - { - "if": { - "and": [ - "operator=Texas Municipal Power Agency", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/texasmunicipalpoweragency-1f3576.undefined" - }, { "if": { "and": [ @@ -226297,21 +111267,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-1f3576.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-79c357.undefined" - }, { "if": { "and": [ @@ -226326,38 +111281,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-877aa7.svg" }, - { - "if": { - "and": [ - "operator=Town of Braintree Electric Light Department", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-1f3576.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-0aca96.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-003d60.undefined" - }, { "if": { "and": [ @@ -226372,29 +111295,6 @@ }, "then": "./assets/data/nsi/logos/transcomahuesa-0aca96.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-68c0ce.undefined" - }, - { - "if": { - "and": [ - "operator=Transelectric", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/transelectric-b76169.undefined" - }, { "if": { "and": [ @@ -226423,20 +111323,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-efee82.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-68c0ce.undefined" - }, { "if": { "and": [ @@ -226451,43 +111337,6 @@ }, "then": "./assets/data/nsi/logos/transmissioncompanyofnigeria-51c9f4.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Transmissora Aliança de Energia Elétrica", - "operator:wikidata=Q54622013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-241a4c.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Transmissora Sul Brasileira de Energia", - "operator:short=TSBE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-241a4c.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSNEA S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/transneasa-0aca96.undefined" - }, { "if": { "and": [ @@ -226502,29 +111351,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-c11af1.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-0aca96.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=TRANSPA S.A.", - "operator:wikidata=Q109314314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transpasa-0aca96.undefined" - }, { "if": { "and": [ @@ -226567,24 +111393,6 @@ }, "then": "./assets/data/nsi/logos/tredas-34b30e.jpg" }, - { - "if": { - "and": [ - "operator=Tri-State Generation and Transmission Association", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-fed31e.undefined" - }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-238b2e.undefined" - }, { "if": { "and": [ @@ -226600,15 +111408,6 @@ }, "then": "./assets/data/nsi/logos/tucsonelectricpower-568d52.jpg" }, - { - "if": { - "and": [ - "operator=Turlock Irrigation District", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/turlockirrigationdistrict-354bfd.undefined" - }, { "if": { "and": [ @@ -226637,30 +111436,6 @@ }, "then": "./assets/data/nsi/logos/ukpowernetworks-73f066.jpg" }, - { - "if": { - "and": [ - "operator=Umatilla Electric Cooperative", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/umatillaelectriccooperative-6a73f0.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-0a3cea.undefined" - }, { "if": { "and": [ @@ -226717,21 +111492,6 @@ }, "then": "./assets/data/nsi/logos/unitil-175481.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Uttarakhand Power Corporation Limited", - "operator:short=UPCL", - "operator:wikidata=Q112623951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-0db0d2.undefined" - }, { "if": { "and": [ @@ -226760,15 +111520,6 @@ }, "then": "./assets/data/nsi/logos/valesa-241a4c.jpg" }, - { - "if": { - "and": [ - "operator=Valley Electric Association", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/valleyelectricassociation-008944.undefined" - }, { "if": { "and": [ @@ -226839,20 +111590,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-950eb5.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-950eb5.undefined" - }, { "if": { "and": [ @@ -226867,20 +111604,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-13240d.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Vest-Telemark Kraftlag", - "operator:wikidata=Q115858158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vesttelemarkkraftlag-5b4abc.undefined" - }, { "if": { "and": [ @@ -226923,20 +111646,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-0a3cea.cea" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-59e99d.undefined" - }, { "if": { "and": [ @@ -226965,48 +111674,6 @@ }, "then": "./assets/data/nsi/logos/vissi-5b4abc.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-14de89.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=VKG Elektrivõrgud", - "operator:wikidata=Q7907126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkgelektrivorgud-9b4ddf.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-9a236a.undefined" - }, { "if": { "and": [ @@ -227036,15 +111703,6 @@ }, "then": "./assets/data/nsi/logos/washingtonsttammanyelectriccooperative-d6d8c4.jpg" }, - { - "if": { - "and": [ - "operator=Watertown Municipal Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/watertownmunicipalutilities-4dc635.undefined" - }, { "if": { "and": [ @@ -227059,29 +111717,6 @@ }, "then": "./assets/data/nsi/logos/wemagnetzgmbh-7fac1b.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-be6516.undefined" - }, - { - "if": { - "and": [ - "operator=Wesernetz Bremen GmbH", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremengmbh-ec3149.undefined" - }, { "if": { "and": [ @@ -227168,43 +111803,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-877aa7.png" }, - { - "if": { - "and": [ - "operator=Willmar Municipal Utilities", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/willmarmunicipalutilities-7acf5a.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-b0ef94.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-727666.undefined" - }, { "if": { "and": [ @@ -227247,51 +111845,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-693934.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Самарская сетевая компания\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Янтарьэнерго\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=АО СУЭНКО", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/8e6ee5-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=АТ Житомиробленерго", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/4f2cfa-c7c530.undefined" - }, { "if": { "and": [ @@ -227320,298 +111873,6 @@ }, "then": "./assets/data/nsi/logos/f36860-c7c530.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Вінницяобленерго", - "operator:wikidata=Q12093389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/084a1e-c7c530.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Волиньобленерго", - "operator:wikidata=Q60986646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-c7c530.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-2f8a32.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-2f8a32.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-2f8a32.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-ba1053.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Запоріжжяобленерго", - "operator:wikidata=Q60986642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd2584-c7c530.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-ba1053.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Київобленерго", - "operator:wikidata=Q30971518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e843b-c7c530.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=Колэнерго", - "operator:wikidata=Q4229038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c502b-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК СК", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/591585-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/06d162-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/f37282-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/a80300-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК СК»", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/56a442-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Центра и Приволжья»", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/e9dfd9-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/23025a-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/11be48-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПО ЗЭС", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/5743cb-ba1053.undefined" - }, - { - "if": { - "and": [ - "operator=ПрАТ Рівнеобленерго", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/3daebd-c7c530.undefined" - }, { "if": { "and": [ @@ -227640,29 +111901,6 @@ }, "then": "./assets/data/nsi/logos/1fc076-ba1053.jpg" }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-ba1053.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1728dd-ba1053.undefined" - }, { "if": { "and": [ @@ -227693,15 +111931,6 @@ }, "then": "./assets/data/nsi/logos/tunisiancompanyofelectricityandgas-d3d77a.jpg" }, - { - "if": { - "and": [ - "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/d88147-9d8084.undefined" - }, { "if": { "and": [ @@ -227735,47 +111964,6 @@ }, "then": "./assets/data/nsi/logos/electricitygeneratingauthorityofthailand-4edad1.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=中国南方电网", - "operator:en=China Southern Power Grid", - "operator:wikidata=Q209039", - "operator:zh=中国南方电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasouthernpowergrid-9dfb9b.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-89f10b.undefined" - }, - { - "if": { - "and": [ - "operator=中核新华-江永新善", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/e255e9-9dfb9b.undefined" - }, { "if": { "and": [ @@ -227848,22 +112036,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-89f10b.png" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-89f10b.undefined" - }, { "if": { "and": [ @@ -227878,56 +112050,6 @@ }, "then": "./assets/data/nsi/logos/34ba0b-b8f128.jpg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-89f10b.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-9dfb9b.undefined" - }, - { - "if": { - "and": [ - "operator=国网吉林省供电有限公司", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/e8a76c-9dfb9b.undefined" - }, - { - "if": { - "and": [ - "operator=广西能源", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/56a686-9dfb9b.undefined" - }, { "if": { "and": [ @@ -227944,22 +112066,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-89f10b.svg" }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-89f10b.undefined" - }, { "if": { "and": [ @@ -227977,31 +112083,6 @@ }, "then": "./assets/data/nsi/logos/okinawaelectricpowercompany-89f10b.jpg" }, - { - "if": { - "and": [ - "operator=湖南华电-永江新能", - "power=minor_line" - ] - }, - "then": "./assets/data/nsi/logos/3c5a38-9dfb9b.undefined" - }, - { - "if": { - "and": [ - "power=minor_line", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistribution-89f10b.undefined" - }, { "if": { "and": [ @@ -228041,15 +112122,6 @@ }, "then": "./assets/data/nsi/logos/thehongkongelectriccompanylimited-bb3ff5.jpg" }, - { - "if": { - "and": [ - "operator=38 Degrees North", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/38degreesnorth-1c772a.undefined" - }, { "if": { "and": [ @@ -228106,33 +112178,6 @@ }, "then": "./assets/data/nsi/logos/accionaenergia-d14bb1.jpg" }, - { - "if": { - "and": [ - "operator=Acciona Energia Portugal", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/accionaenergiaportugal-6bc5f8.undefined" - }, - { - "if": { - "and": [ - "operator=Adapture Renewables", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/adapturerenewables-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=AEP Onsite Partners", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/aeponsitepartners-2ac081.undefined" - }, { "if": { "and": [ @@ -228161,15 +112206,6 @@ }, "then": "./assets/data/nsi/logos/aescorporation-12344d.png" }, - { - "if": { - "and": [ - "operator=AES Distributed Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/aesdistributedenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -228198,15 +112234,6 @@ }, "then": "./assets/data/nsi/logos/aglenergy-225a52.jpg" }, - { - "if": { - "and": [ - "operator=Akuo Renováveis Portugal", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/akuorenovaveisportugal-6bc5f8.undefined" - }, { "if": { "and": [ @@ -228221,15 +112248,6 @@ }, "then": "./assets/data/nsi/logos/alabamapower-035181.jpg" }, - { - "if": { - "and": [ - "operator=Alchemy Renewable Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/alchemyrenewableenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -228244,15 +112262,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-2ac081.png" }, - { - "if": { - "and": [ - "operator=Altus Power America Management", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/altuspoweramericamanagement-2ac081.undefined" - }, { "if": { "and": [ @@ -228267,20 +112276,6 @@ }, "then": "./assets/data/nsi/logos/ameren-b27b77.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-9a90cc.undefined" - }, { "if": { "and": [ @@ -228295,20 +112290,6 @@ }, "then": "./assets/data/nsi/logos/americanmunicipalpower-fbd018.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Anesco", - "operator:wikidata=Q108565133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/anesco-961ad5.undefined" - }, { "if": { "and": [ @@ -228394,20 +112375,6 @@ }, "then": "./assets/data/nsi/logos/bangladeshpowerdevelopmentboard-495def.def" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Basin Electric Power Cooperative", - "operator:wikidata=Q4867481" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/basinelectricpowercooperative-26f854.undefined" - }, { "if": { "and": [ @@ -228422,20 +112389,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-4dbdc9.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Biffa", - "operator:wikidata=Q4904749" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/biffa-961ad5.undefined" - }, { "if": { "and": [ @@ -228450,15 +112403,6 @@ }, "then": "./assets/data/nsi/logos/boralex-e0e75c.png" }, - { - "if": { - "and": [ - "operator=BQ Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/bqenergy-f48e75.undefined" - }, { "if": { "and": [ @@ -228474,15 +112418,6 @@ }, "then": "./assets/data/nsi/logos/britishsolarrenewables-961ad5.png" }, - { - "if": { - "and": [ - "operator=Brookfield White Pine Hydro", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/brookfieldwhitepinehydro-06bf59.undefined" - }, { "if": { "and": [ @@ -228511,33 +112446,6 @@ }, "then": "./assets/data/nsi/logos/canadiansolar-e6c8aa.png" }, - { - "if": { - "and": [ - "operator=CD Global Solar Holdings", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cdglobalsolarholdings-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=CD US Solar MT 2", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cdussolarmt2-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Central Rivers Power", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/centralriverspower-2ac081.undefined" - }, { "if": { "and": [ @@ -228567,33 +112475,6 @@ }, "then": "./assets/data/nsi/logos/cez-14fcf8.jpg" }, - { - "if": { - "and": [ - "operator=Citizens Enterprises Corporation", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/citizensenterprisescorporation-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=CleanCapital Holdings", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cleancapitalholdings-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Clemens Kraft", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/clemenskraft-44cc7f.undefined" - }, { "if": { "and": [ @@ -228637,38 +112518,6 @@ }, "then": "./assets/data/nsi/logos/comisionfederaldeelectricidad-56e313.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Compañía Eólica Aragonesa", - "operator:short=CEASA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companiaeolicaaragonesa-d14bb1.undefined" - }, - { - "if": { - "and": [ - "operator=Conductive Power", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/conductivepower-637885.undefined" - }, - { - "if": { - "and": [ - "operator=Consolidated Edison Development", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/consolidatededisondevelopment-2ac081.undefined" - }, { "if": { "and": [ @@ -228683,20 +112532,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-b409f5.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=ContourGlobal", - "operator:wikidata=Q27926476" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/contourglobal-e6c8aa.undefined" - }, { "if": { "and": [ @@ -228711,24 +112546,6 @@ }, "then": "./assets/data/nsi/logos/copel-f91242.jpg" }, - { - "if": { - "and": [ - "operator=Cubico Sustainable Investments", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cubicosustainableinvestments-56e313.undefined" - }, - { - "if": { - "and": [ - "operator=Cypress Creek Renewables", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cypresscreekrenewables-2ac081.undefined" - }, { "if": { "and": [ @@ -228757,29 +112574,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-ff5e26.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-f65593.undefined" - }, - { - "if": { - "and": [ - "operator=Dominion Renewable Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/dominionrenewableenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -228851,15 +112645,6 @@ }, "then": "./assets/data/nsi/logos/dukeenergyprogress-2ac081.jpg" }, - { - "if": { - "and": [ - "operator=Duke Energy Renewables Services", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/dukeenergyrenewablesservices-2ac081.undefined" - }, { "if": { "and": [ @@ -228874,47 +112659,6 @@ }, "then": "./assets/data/nsi/logos/eon-e6c8aa.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Eagle Creek Renewable Energy", - "operator:wikidata=Q113376370" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eaglecreekrenewableenergy-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=East Delta Electricity Production Company", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/eastdeltaelectricityproductioncompany-2c49d4.undefined" - }, - { - "if": { - "and": [ - "operator=Ecoplexus", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/ecoplexus-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Ecos Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/ecosenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -228971,44 +112715,6 @@ }, "then": "./assets/data/nsi/logos/edison-ed757e.jpg" }, - { - "if": { - "and": [ - "operator=EDL", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/edl-cd5781.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=EDP Brasil", - "operator:wikidata=Q5322863" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edpbrasil-f91242.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-e00f6a.undefined" - }, { "if": { "and": [ @@ -229039,20 +112745,6 @@ }, "then": "./assets/data/nsi/logos/egehaina-20d3cf.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Electric Power Generation Enterprise", - "operator:short=EPGE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricpowergenerationenterprise-f68bce.undefined" - }, { "if": { "and": [ @@ -229068,36 +112760,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-9c3b97.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-6f9a45.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Empresa Pública de Produção de Electricidade", - "operator:short=PRODEL", - "operator:wikidata=Q106836436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/empresapublicadeproducaodeelectricidade-1c55f2.undefined" - }, { "if": { "and": [ @@ -229197,15 +112859,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpowerespana-d14bb1.svg" }, - { - "if": { - "and": [ - "operator=Enel Green Power North America", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/enelgreenpowernorthamerica-2ac081.undefined" - }, { "if": { "and": [ @@ -229277,24 +112930,6 @@ }, "then": "./assets/data/nsi/logos/energopro-8a4876.png" }, - { - "if": { - "and": [ - "operator=Enerjisa Elektrik", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/enerjisaelektrik-bd89f3.undefined" - }, - { - "if": { - "and": [ - "operator=Enerparc", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/enerparc-8bd004.undefined" - }, { "if": { "and": [ @@ -229323,43 +112958,6 @@ }, "then": "./assets/data/nsi/logos/engie-1c8782.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Engie Green", - "operator:wikidata=Q129986005" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/engiegreen-a6c8fe.undefined" - }, - { - "if": { - "and": [ - "operator=Engie North America", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/engienorthamerica-708d89.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Ennskraftwerke AG", - "operator:wikidata=Q1343462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ennskraftwerkeag-228c1b.undefined" - }, { "if": { "and": [ @@ -229388,29 +112986,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-87cc41.jpg" }, - { - "if": { - "and": [ - "operator=Eole RES", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/eoleres-a6c8fe.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Eolus Vind AB", - "operator:wikidata=Q10485218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eolusvindab-13fdb6.undefined" - }, { "if": { "and": [ @@ -229425,29 +113000,6 @@ }, "then": "./assets/data/nsi/logos/epec-fe32f3.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-f91242.undefined" - }, - { - "if": { - "and": [ - "operator=Erie Boulevard Hydropower", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/erieboulevardhydropower-f48e75.undefined" - }, { "if": { "and": [ @@ -229490,15 +113042,6 @@ }, "then": "./assets/data/nsi/logos/euas-bd89f3.svg" }, - { - "if": { - "and": [ - "operator=Evergreen Wind", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/evergreenwind-2ac081.undefined" - }, { "if": { "and": [ @@ -229513,20 +113056,6 @@ }, "then": "./assets/data/nsi/logos/evergy-7ad0e6.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-44cc7f.undefined" - }, { "if": { "and": [ @@ -229556,48 +113085,6 @@ }, "then": "./assets/data/nsi/logos/evn-2004ec.svg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=EVN", - "operator:wikidata=Q48784884" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evn-418dda.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=EVN Naturkraft", - "operator:wikidata=Q2693541" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evnnaturkraft-0c9556.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=EVN Топлофикция", - "operator:wikidata=Q113611221" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/c9ec9c-becb55.undefined" - }, { "if": { "and": [ @@ -229612,48 +113099,6 @@ }, "then": "./assets/data/nsi/logos/exelon-2ac081.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=FCC Environment", - "operator:wikidata=Q5424713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fccenvironment-961ad5.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Fenaka", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenaka-a15a28.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-6bc5f8.undefined" - }, { "if": { "and": [ @@ -229668,15 +113113,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-a087b9.png" }, - { - "if": { - "and": [ - "operator=Forefront Power", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/forefrontpower-2ac081.undefined" - }, { "if": { "and": [ @@ -229691,131 +113127,6 @@ }, "then": "./assets/data/nsi/logos/fortum-b16c32.jpg" }, - { - "if": { - "and": [ - "operator=Fortum Generation AB", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/fortumgenerationab-13fdb6.undefined" - }, - { - "if": { - "and": [ - "operator=Generate Capital", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/generatecapital-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Generg", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/generg-6bc5f8.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-b3811d.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Glitre Energi", - "operator:wikidata=Q5376857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glitreenergi-44cc7f.undefined" - }, - { - "if": { - "and": [ - "operator=Goldman Sachs Renewable Power Group", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/goldmansachsrenewablepowergroup-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Green Genius", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/greengenius-c52a54.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-d48826.undefined" - }, - { - "if": { - "and": [ - "operator=Green Street Power Partners", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/greenstreetpowerpartners-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Greenbacker Renewable Energy Company", - "operator:wikidata=Q130382431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenbackerrenewableenergycompany-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Greencoat Renewables", - "operator:wikidata=Q97354365" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greencoatrenewables-6adf37.undefined" - }, { "if": { "and": [ @@ -229830,61 +113141,6 @@ }, "then": "./assets/data/nsi/logos/groenleven-789671.jpg" }, - { - "if": { - "and": [ - "operator=Guascor do Brasil", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/guascordobrasil-f91242.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Hafslund E-CO Vannkraft", - "operator:wikidata=Q5321386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hafslundecovannkraft-44cc7f.undefined" - }, - { - "if": { - "and": [ - "operator=Heelstone Energy Holdings", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/heelstoneenergyholdings-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Helgeland Kraft Vannkraft", - "operator:wikidata=Q76168952" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/helgelandkraftvannkraft-44cc7f.undefined" - }, - { - "if": { - "and": [ - "operator=HEP Proizvodnja d.o.o.", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/hepproizvodnjadoo-63d2ac.undefined" - }, { "if": { "and": [ @@ -229899,15 +113155,6 @@ }, "then": "./assets/data/nsi/logos/hoosierenergy-2f6852.jpg" }, - { - "if": { - "and": [ - "operator=Horizon Power", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/horizonpower-a0632d.undefined" - }, { "if": { "and": [ @@ -229964,15 +113211,6 @@ }, "then": "./assets/data/nsi/logos/iberdrola-e6c8aa.jpg" }, - { - "if": { - "and": [ - "operator=Iberdrola Renowables", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/iberdrolarenowables-d14bb1.undefined" - }, { "if": { "and": [ @@ -230001,15 +113239,6 @@ }, "then": "./assets/data/nsi/logos/idahopower-02d2e7.jpg" }, - { - "if": { - "and": [ - "operator=Idaho Wind Partners 1", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/idahowindpartners1-11fec1.undefined" - }, { "if": { "and": [ @@ -230039,38 +113268,6 @@ }, "then": "./assets/data/nsi/logos/imperialirrigationdistrict-190d94.jpg" }, - { - "if": { - "and": [ - "operator=Indiana Municipal Power Agency", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/indianamunicipalpoweragency-f61d79.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Indonesia Power", - "operator:wikidata=Q12486500" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/indonesiapower-db9f5e.undefined" - }, - { - "if": { - "and": [ - "operator=Initiatives et Énergies Locales", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/initiativesetenergieslocales-a6c8fe.undefined" - }, { "if": { "and": [ @@ -230085,15 +113282,6 @@ }, "then": "./assets/data/nsi/logos/innergex-dafc6c.jpg" }, - { - "if": { - "and": [ - "operator=Innogy Spain, S.A.U", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/innogyspainsau-d14bb1.undefined" - }, { "if": { "and": [ @@ -230123,29 +113311,6 @@ }, "then": "./assets/data/nsi/logos/invenergy-2ac081.jpg" }, - { - "if": { - "and": [ - "operator=Invenergy Services", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/invenergyservices-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Invis Energy", - "operator:wikidata=Q130384813" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/invisenergy-68fa62.undefined" - }, { "if": { "and": [ @@ -230160,20 +113325,6 @@ }, "then": "./assets/data/nsi/logos/juwi-b0fa44.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Karnataka Power Corporation Limited", - "operator:wikidata=Q6372867" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karnatakapowercorporationlimited-bf89c5.undefined" - }, { "if": { "and": [ @@ -230188,20 +113339,6 @@ }, "then": "./assets/data/nsi/logos/kelag-5af64d.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Kemijoki Oy", - "operator:wikidata=Q11870854" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kemijokioy-48beaf.undefined" - }, { "if": { "and": [ @@ -230245,24 +113382,6 @@ }, "then": "./assets/data/nsi/logos/landsvirkjun-4ac1fe.jpg" }, - { - "if": { - "and": [ - "operator=Lark Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/larkenergy-961ad5.undefined" - }, - { - "if": { - "and": [ - "operator=Leeward Asset Management", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/leewardassetmanagement-2ac081.undefined" - }, { "if": { "and": [ @@ -230306,43 +113425,6 @@ }, "then": "./assets/data/nsi/logos/luminus-0e3d28.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Madhya Pradesh Power Generating Company Limited", - "operator:wikidata=Q6727604" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/madhyapradeshpowergeneratingcompanylimited-bf89c5.undefined" - }, - { - "if": { - "and": [ - "operator=Madison Energy Holdings", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/madisonenergyholdings-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Maharashtra State Power Generation Company", - "operator:wikidata=Q97251179" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maharashtrastatepowergenerationcompany-bf89c5.undefined" - }, { "if": { "and": [ @@ -230371,20 +113453,6 @@ }, "then": "./assets/data/nsi/logos/masen-ff30b3.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=MC Power Companies", - "operator:wikidata=Q64141964" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mcpowercompanies-7ad0e6.undefined" - }, { "if": { "and": [ @@ -230399,20 +113467,6 @@ }, "then": "./assets/data/nsi/logos/mercuryenergy-2bbe4e.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Meridian Energy", - "operator:wikidata=Q6819305" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/meridianenergy-164197.undefined" - }, { "if": { "and": [ @@ -230427,29 +113481,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-c2f488.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Ministry of Electricity", - "operator:wikidata=Q6866866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ministryofelectricity-b08361.undefined" - }, - { - "if": { - "and": [ - "operator=MN8 Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/mn8energy-2ac081.undefined" - }, { "if": { "and": [ @@ -230464,15 +113495,6 @@ }, "then": "./assets/data/nsi/logos/mvm-0e87a9.jpg" }, - { - "if": { - "and": [ - "operator=National Grid Renewables", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/nationalgridrenewables-2ac081.undefined" - }, { "if": { "and": [ @@ -230487,15 +113509,6 @@ }, "then": "./assets/data/nsi/logos/naturgy-d14bb1.jpg" }, - { - "if": { - "and": [ - "operator=Nautilus Solar Solutions", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/nautilussolarsolutions-2ac081.undefined" - }, { "if": { "and": [ @@ -230583,85 +113596,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-708d89.png" }, - { - "if": { - "and": [ - "operator=NJR Clean Energy Ventures Corporation", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/njrcleanenergyventurescorporation-06f695.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Nordkraft Energidrift", - "operator:wikidata=Q106603236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordkraftenergidrift-44cc7f.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=North Carolina Municipal Power Agency #1", - "operator:short=NCMPA1" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northcarolinamunicipalpoweragency1-ae8fcf.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Northern States Power Company", - "operator:wikidata=Q7058996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernstatespowercompany-12c448.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Northland Power", - "operator:wikidata=Q7059529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northlandpower-123db7.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Northwest Territories Power Corporation", - "operator:wikidata=Q7060220" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northwestterritoriespowercorporation-e558ac.undefined" - }, { "if": { "and": [ @@ -230704,15 +113638,6 @@ }, "then": "./assets/data/nsi/logos/nrgenergy-2ac081.jpg" }, - { - "if": { - "and": [ - "operator=NRG Energy Gas & Wind Holdings", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/nrgenergygasandwindholdings-2ac081.undefined" - }, { "if": { "and": [ @@ -230741,15 +113666,6 @@ }, "then": "./assets/data/nsi/logos/ntpc-bf89c5.jpg" }, - { - "if": { - "and": [ - "operator=NuGen Capital Management", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/nugencapitalmanagement-e557f4.undefined" - }, { "if": { "and": [ @@ -230779,47 +113695,6 @@ }, "then": "./assets/data/nsi/logos/ontariopowergeneration-fa3428.svg" }, - { - "if": { - "and": [ - "operator=Onward Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/onwardenergy-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Onyx Asset Services Group", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/onyxassetservicesgroup-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Oppidum Renewables USA", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/oppidumrenewablesusa-ae8fcf.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Ormat Nevada", - "operator:wikidata=Q1549511" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ormatnevada-684f2b.undefined" - }, { "if": { "and": [ @@ -230877,30 +113752,6 @@ }, "then": "./assets/data/nsi/logos/pampaenergia-fe32f3.jpg" }, - { - "if": { - "and": [ - "operator=Pattern Operators", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/patternoperators-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=PGE Energia Odnawialna", - "operator:short=PGE EO", - "operator:wikidata=Q130382422" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pgeenergiaodnawialna-73b00d.undefined" - }, { "if": { "and": [ @@ -230916,20 +113767,6 @@ }, "then": "./assets/data/nsi/logos/pgepolskagrupaenergetycznasa-73b00d.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Photosol", - "operator:wikidata=Q130385923" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/photosol-a6c8fe.undefined" - }, { "if": { "and": [ @@ -230987,44 +113824,6 @@ }, "then": "./assets/data/nsi/logos/powerandwater-f6a6c0.jpg" }, - { - "if": { - "and": [ - "operator=Power Depot Group A", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/powerdepotgroupa-e34e34.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=PT Pembangkitan Jawa Bali", - "operator:short=PJB", - "operator:wikidata=Q12504353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ptpembangkitanjawabali-db9f5e.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-ddf7c8.undefined" - }, { "if": { "and": [ @@ -231054,47 +113853,6 @@ }, "then": "./assets/data/nsi/logos/punjabstatepowercorporation-bf89c5.jpg" }, - { - "if": { - "and": [ - "operator=Quadran", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/quadran-e1f5e6.undefined" - }, - { - "if": { - "and": [ - "operator=Rays Power Infra", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/rayspowerinfra-bf89c5.undefined" - }, - { - "if": { - "and": [ - "operator=REA Investments", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/reainvestments-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Recurrent Energy", - "operator:wikidata=Q124212314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/recurrentenergy-708d89.undefined" - }, { "if": { "and": [ @@ -231138,15 +113896,6 @@ }, "then": "./assets/data/nsi/logos/rwe-fadf07.jpg" }, - { - "if": { - "and": [ - "operator=RWE Renewables Americas", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/rwerenewablesamericas-2ac081.undefined" - }, { "if": { "and": [ @@ -231162,20 +113911,6 @@ }, "then": "./assets/data/nsi/logos/sacramentomunicipalutilitydistrict-190d94.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Safari Energy", - "operator:wikidata=Q116483821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/safarienergy-b3811d.undefined" - }, { "if": { "and": [ @@ -231191,20 +113926,6 @@ }, "then": "./assets/data/nsi/logos/saltriverproject-78c78a.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Salten Kraftsamband Produksjon", - "operator:wikidata=Q7406074" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/saltenkraftsambandproduksjon-7f89ba.undefined" - }, { "if": { "and": [ @@ -231261,24 +113982,6 @@ }, "then": "./assets/data/nsi/logos/saudielectricitycompany-435ddd.ddd" }, - { - "if": { - "and": [ - "operator=Scotian Wind", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/scotianwind-09803b.undefined" - }, - { - "if": { - "and": [ - "operator=Scottish Power Renewables", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/scottishpowerrenewables-961ad5.undefined" - }, { "if": { "and": [ @@ -231307,24 +114010,6 @@ }, "then": "./assets/data/nsi/logos/skagerakkraft-44cc7f.png" }, - { - "if": { - "and": [ - "operator=SKTM", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/sktm-029c1e.undefined" - }, - { - "if": { - "and": [ - "operator=SkyHigh 2 Solar", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/skyhigh2solar-2ac081.undefined" - }, { "if": { "and": [ @@ -231340,20 +114025,6 @@ }, "then": "./assets/data/nsi/logos/slovenskeelektrarne-074aec.aec" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Småkraft", - "operator:wikidata=Q19389391" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/smakraft-44cc7f.undefined" - }, { "if": { "and": [ @@ -231368,15 +114039,6 @@ }, "then": "./assets/data/nsi/logos/snowyhydro-225a52.jpg" }, - { - "if": { - "and": [ - "operator=SoCore Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/socoreenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -231392,29 +114054,6 @@ }, "then": "./assets/data/nsi/logos/sognogfjordaneenergi-44cc7f.jpg" }, - { - "if": { - "and": [ - "operator=Sol Systems", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/solsystems-2ac081.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Solairedirect", - "operator:wikidata=Q21178691" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/solairedirect-a6c8fe.undefined" - }, { "if": { "and": [ @@ -231429,24 +114068,6 @@ }, "then": "./assets/data/nsi/logos/sonelgaz-029c1e.jpg" }, - { - "if": { - "and": [ - "operator=Sonnedix", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/sonnedix-ff7844.undefined" - }, - { - "if": { - "and": [ - "operator=Soške elektrarne Nova Gorica d.o.o.", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/soskeelektrarnenovagoricadoo-526b7d.undefined" - }, { "if": { "and": [ @@ -231462,29 +114083,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-190d94.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Southern Power", - "operator:wikidata=Q116866621" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernpower-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=SRE Utility Solar 1", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/sreutilitysolar1-dc663d.undefined" - }, { "if": { "and": [ @@ -231513,29 +114111,6 @@ }, "then": "./assets/data/nsi/logos/sserenewables-6adf37.svg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=SSE Thermal", - "operator:wikidata=Q105078879" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ssethermal-6adf37.undefined" - }, - { - "if": { - "and": [ - "operator=Standard Solar", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/standardsolar-2ac081.undefined" - }, { "if": { "and": [ @@ -231550,15 +114125,6 @@ }, "then": "./assets/data/nsi/logos/statkraft-fadf07.png" }, - { - "if": { - "and": [ - "operator=Strata Manager", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/stratamanager-2ac081.undefined" - }, { "if": { "and": [ @@ -231573,95 +114139,6 @@ }, "then": "./assets/data/nsi/logos/sunedison-1b79f6.jpg" }, - { - "if": { - "and": [ - "operator=Sustainable Power Group", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/sustainablepowergroup-2ac081.undefined" - }, - { - "if": { - "and": [ - "operator=Szegedi Távfűtő Kft.", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/szegeditavfutokft-0e87a9.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Tampa Electric Company", - "operator:wikidata=Q117424372" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tampaelectriccompany-a087b9.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-ffca24.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=TANGEDCO", - "operator:wikidata=Q17074901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangedco-bf89c5.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=TAURON Ekoenergia Sp. z o.o.", - "operator:wikidata=Q9355892" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauronekoenergiaspzoo-73b00d.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Telangana State Power Generation Corporation Limited", - "operator:short=TSGENCO", - "operator:wikidata=Q18388424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/telanganastatepowergenerationcorporationlimited-bf89c5.undefined" - }, { "if": { "and": [ @@ -231691,15 +114168,6 @@ }, "then": "./assets/data/nsi/logos/tennesseevalleyauthority-2ac081.png" }, - { - "if": { - "and": [ - "operator=Terraform Arcadia", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/terraformarcadia-2ac081.undefined" - }, { "if": { "and": [ @@ -231728,29 +114196,6 @@ }, "then": "./assets/data/nsi/logos/transalta-e6c8aa.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Troms Kraft Produksjon", - "operator:wikidata=Q81360352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tromskraftproduksjon-44cc7f.undefined" - }, - { - "if": { - "and": [ - "operator=Trustenergy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/trustenergy-6bc5f8.undefined" - }, { "if": { "and": [ @@ -231765,29 +114210,6 @@ }, "then": "./assets/data/nsi/logos/trustpower-3485ae.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=UEM", - "operator:wikidata=Q3552642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uem-8fe454.undefined" - }, - { - "if": { - "and": [ - "operator=UNE", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/une-722bca.undefined" - }, { "if": { "and": [ @@ -231846,15 +114268,6 @@ }, "then": "./assets/data/nsi/logos/unitedstatesbureauofreclamation-2ac081.png" }, - { - "if": { - "and": [ - "operator=United States Solar Corporation", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/unitedstatessolarcorporation-6c20f7.undefined" - }, { "if": { "and": [ @@ -231883,20 +114296,6 @@ }, "then": "./assets/data/nsi/logos/ute-39af9f.svg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Valeco", - "operator:wikidata=Q59275017" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/valeco-a6c8fe.undefined" - }, { "if": { "and": [ @@ -231939,34 +114338,6 @@ }, "then": "./assets/data/nsi/logos/vattenfall-b0fa44.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Vattenfall Europe AG", - "operator:wikidata=Q27486104" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vattenfalleuropeag-b0fa44.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Ventient Energy", - "operator:wikidata=Q115955849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ventientenergy-6ec812.undefined" - }, { "if": { "and": [ @@ -231995,29 +114366,6 @@ }, "then": "./assets/data/nsi/logos/verbundhydropowergmbh-e28236.jpg" }, - { - "if": { - "and": [ - "operator=Viljandi Energiabaas OÜ", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/viljandienergiabaasou-8dbf80.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-87b9b7.undefined" - }, { "if": { "and": [ @@ -232046,39 +114394,6 @@ }, "then": "./assets/data/nsi/logos/voltalia-12b85e.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Water & Power Development Authority", - "operator:short=WAPDA", - "operator:wikidata=Q7973437" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-4a4c5b.undefined" - }, - { - "if": { - "and": [ - "operator=Westbound Solar", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/westboundsolar-b3811d.undefined" - }, - { - "if": { - "and": [ - "operator=Wheelabrator Environmental Systems", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/wheelabratorenvironmentalsystems-2ac081.undefined" - }, { "if": { "and": [ @@ -232107,24 +114422,6 @@ }, "then": "./assets/data/nsi/logos/windkraftsimonsfeld-b0af4a.jpg" }, - { - "if": { - "and": [ - "operator=Wisconsin Electric Power Company", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/wisconsinelectricpowercompany-cf9054.undefined" - }, - { - "if": { - "and": [ - "operator=Wisconsin Power and Light Company", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/wisconsinpowerandlightcompany-12c448.undefined" - }, { "if": { "and": [ @@ -232140,15 +114437,6 @@ }, "then": "./assets/data/nsi/logos/wisconsinpublicservicecorporation-12c448.jpg" }, - { - "if": { - "and": [ - "operator=WM Renewable Energy", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/wmrenewableenergy-2ac081.undefined" - }, { "if": { "and": [ @@ -232191,29 +114479,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-245a70.jpg" }, - { - "if": { - "and": [ - "operator=АО \"Красногорская теплосеть\"", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/f4512b-d6d29e.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Веолия Енерджи Варна", - "operator:wikidata=Q113611256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5538b9-becb55.undefined" - }, { "if": { "and": [ @@ -232242,40 +114507,6 @@ }, "then": "./assets/data/nsi/logos/3ea478-b5970c.svg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=ИНТЕР РАО ЕЭС", - "operator:en=Inter RAO UES", - "operator:ru=ИНТЕР РАО ЕЭС", - "operator:wikidata=Q1963801" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interraoues-d6d29e.undefined" - }, - { - "if": { - "and": [ - "operator=ЈКП Београдске електране", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/61e87b-b5970c.undefined" - }, - { - "if": { - "and": [ - "operator=МОЭК", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/738c38-d6d29e.undefined" - }, { "if": { "and": [ @@ -232290,15 +114521,6 @@ }, "then": "./assets/data/nsi/logos/3b87db-becb55.jpg" }, - { - "if": { - "and": [ - "operator=ПАО «Т Плюс»", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/6cf4d1-d6d29e.undefined" - }, { "if": { "and": [ @@ -232313,48 +114535,6 @@ }, "then": "./assets/data/nsi/logos/70aabc-d6d29e.png" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=ТГК-1", - "operator:wikidata=Q1967957" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/65d44d-d6d29e.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Топлофикация Бургас", - "operator:wikidata=Q113611230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dac849-becb55.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Топлофикация Враца", - "operator:wikidata=Q113611296" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/e23d2f-becb55.undefined" - }, { "if": { "and": [ @@ -232369,48 +114549,6 @@ }, "then": "./assets/data/nsi/logos/71a366-becb55.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Топлофикация Плевен", - "operator:wikidata=Q113611303" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2cd3dd-becb55.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Топлофикация Русе", - "operator:wikidata=Q113611300" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/520b86-becb55.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=Топлофикация Сливен", - "operator:wikidata=Q113611307" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/b92d89-becb55.undefined" - }, { "if": { "and": [ @@ -232425,15 +114563,6 @@ }, "then": "./assets/data/nsi/logos/d08e33-becb55.png" }, - { - "if": { - "and": [ - "operator=Топлофикация София ЕАД", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/b8ef5a-becb55.undefined" - }, { "if": { "and": [ @@ -232465,162 +114594,6 @@ }, "then": "./assets/data/nsi/logos/electricitygeneratingauthorityofthailand-06427d.jpg" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=한국농어촌공사", - "operator:ko=한국농어촌공사" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2aeb19-02dd35.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=한국수력원자력", - "operator:ko=한국수력원자력", - "operator:wikidata=Q6431646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/7af654-02dd35.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=한국중부발전", - "operator:ko=한국중부발전" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/28c025-02dd35.undefined" - }, - { - "if": { - "and": [ - "operator=中国华电-华电国际", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/0bd5f2-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=中国华电集团", - "operator:en=China Huadian Corporation", - "operator:wikidata=Q2580472", - "operator:zh=中国华电集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinahuadiancorporation-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国华能-北方联合", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/0f34d2-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国华能-华能国际", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/ff7de7-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=中国华能集团", - "operator:en=China Huaneng Group", - "operator:wikidata=Q842509", - "operator:zh=中国华能集团" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinahuanenggroup-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国大唐", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/3995df-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国大唐-大唐国际", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/75cda0-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国石化", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/fd1cea-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国石油", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/c8ec69-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国节能", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/c89218-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=中国電力株式会社", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/dc7674-083ddd.undefined" - }, { "if": { "and": [ @@ -232655,65 +114628,6 @@ }, "then": "./assets/data/nsi/logos/kyushuelectricpowercompany-083ddd.ddd" }, - { - "if": { - "and": [ - "operator=個人", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/a1d1ec-083ddd.undefined" - }, - { - "if": { - "and": [ - "operator=光大环保", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/f1a269-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=北京能源-京能电力", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/dc1c4d-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=北海道電力", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/be290e-083ddd.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=华润电力", - "operator:wikidata=Q748693" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ad322f-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=协合新能", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/316ec6-42ff7b.undefined" - }, { "if": { "and": [ @@ -232730,82 +114644,6 @@ }, "then": "./assets/data/nsi/logos/taiwanpowercompany-84e908.jpg" }, - { - "if": { - "and": [ - "operator=国家电投", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/15cd0e-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=国家能源", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/8d7729-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=国家能源-中国神华", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/82e6a3-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=国家能源-北京国电", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/cb09bb-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=山东能源", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/4d844b-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=广东粤电", - "operator:wikidata=Q113655602" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/303876-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=東京発電株式会社", - "operator:en=Tokyo Electric Generation Company", - "operator:ja=東京発電株式会社", - "operator:short=東京発電", - "operator:wikidata=Q11525044" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tokyoelectricgenerationcompany-083ddd.undefined" - }, { "if": { "and": [ @@ -232823,22 +114661,6 @@ }, "then": "./assets/data/nsi/logos/tokyoelectricpowercompany-083ddd.ddd" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=東京電力リニューアブルパワー", - "operator:en=TEPCO Renewable Power", - "operator:ja=東京電力リニューアブルパワー", - "operator:wikidata=Q88941917" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tepcorenewablepower-083ddd.undefined" - }, { "if": { "and": [ @@ -232856,66 +114678,6 @@ }, "then": "./assets/data/nsi/logos/tohokuelectricpowercompany-083ddd.ddd" }, - { - "if": { - "and": [ - "operator=江永县水利水电责任公司", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/7f3ec1-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=浙能电力", - "operator:wikidata=Q106241128" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/4bfddc-42ff7b.undefined" - }, - { - "if": { - "and": [ - "operator=玖龙纸业", - "power=plant" - ] - }, - "then": "./assets/data/nsi/logos/0fff43-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=琦泉热电", - "operator:wikidata=Q113655489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/a28b9f-42ff7b.undefined" - }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=群馬県企業局", - "operator:wikidata=Q11609576" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/f8514d-083ddd.undefined" - }, { "if": { "and": [ @@ -232950,22 +114712,6 @@ }, "then": "./assets/data/nsi/logos/electricpowerdevelopmentcompany-083ddd.ddd" }, - { - "if": { - "and": [ - "power=plant", - { - "or": [ - "operator=魏桥创业", - "operator:en=Shandong Weiqiao Pioneering Group", - "operator:wikidata=Q17036101", - "operator:zh=魏桥创业" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shandongweiqiaopioneeringgroup-42ff7b.undefined" - }, { "if": { "and": [ @@ -233135,15 +114881,6 @@ }, "then": "./assets/data/nsi/logos/aew-6b178d.png" }, - { - "if": { - "and": [ - "operator=Afluente Transmissão de Energia Elétrica", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-0aa22a.undefined" - }, { "if": { "and": [ @@ -233158,15 +114895,6 @@ }, "then": "./assets/data/nsi/logos/agderenergi-05f310.svg" }, - { - "if": { - "and": [ - "operator=Agrienergia", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/agrienergia-139d53.undefined" - }, { "if": { "and": [ @@ -233196,20 +114924,6 @@ }, "then": "./assets/data/nsi/logos/alabamapower-58f3ef.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Allegheny Power System", - "operator:short=APS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alleghenypowersystem-a0c984.undefined" - }, { "if": { "and": [ @@ -233240,15 +114954,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-777c2a.png" }, - { - "if": { - "and": [ - "operator=Alta Kraftlag", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/altakraftlag-05f310.undefined" - }, { "if": { "and": [ @@ -233263,52 +114968,6 @@ }, "then": "./assets/data/nsi/logos/altalink-70d480.jpg" }, - { - "if": { - "and": [ - "operator=Alternative Resource Energy Authority", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/alternativeresourceenergyauthority-4e702c.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazonasenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Amazonas Geração e Transmissão de Energia", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-0aa22a.undefined" - }, { "if": { "and": [ @@ -233324,48 +114983,6 @@ }, "then": "./assets/data/nsi/logos/ameren-395973.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-c17ebf.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-777c2a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=American Transmission Systems", - "operator:short=ATSI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissionsystems-e4eb0b.undefined" - }, { "if": { "and": [ @@ -233422,20 +115039,6 @@ }, "then": "./assets/data/nsi/logos/ande-839b81.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Angeles Electric Corporation", - "operator:wikidata=Q119889064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angeleselectriccorporation-4b9a17.undefined" - }, { "if": { "and": [ @@ -233450,29 +115053,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-a9fd36.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Arendals Fossekompani", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/arendalsfossekompani-05f310.undefined" - }, { "if": { "and": [ @@ -233487,20 +115067,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-4d7f6d.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-ab0eee.undefined" - }, { "if": { "and": [ @@ -233515,20 +115081,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-ab0eee.eee" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-05f310.undefined" - }, { "if": { "and": [ @@ -233613,34 +115165,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-b4c145.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-3edee5.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-b411b9.undefined" - }, { "if": { "and": [ @@ -233669,15 +115193,6 @@ }, "then": "./assets/data/nsi/logos/axpo-fbb9cb.jpg" }, - { - "if": { - "and": [ - "operator=Azusa Light & Power", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/azusalightandpower-4d73bd.undefined" - }, { "if": { "and": [ @@ -233693,29 +115208,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-39a21c.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-4b9a17.undefined" - }, { "if": { "and": [ @@ -233744,29 +115236,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-f4e8ab.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Beaches Energy Services", - "operator:short=BES" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beachesenergyservices-7b79c3.undefined" - }, - { - "if": { - "and": [ - "operator=Beauregard Electric Cooperative", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/beauregardelectriccooperative-16cc25.undefined" - }, { "if": { "and": [ @@ -233782,33 +115251,6 @@ }, "then": "./assets/data/nsi/logos/belizeelectricitylimited-2d1f01.jpg" }, - { - "if": { - "and": [ - "operator=Bentonville Electrical Utility Department", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-ab0eee.undefined" - }, - { - "if": { - "and": [ - "operator=Bessemer Electric Service", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/bessemerelectricservice-58f3ef.undefined" - }, - { - "if": { - "and": [ - "operator=Bihar State Electricity Board", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/biharstateelectricityboard-178f76.undefined" - }, { "if": { "and": [ @@ -233837,21 +115279,6 @@ }, "then": "./assets/data/nsi/logos/bkw-84ac21.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-8c99ae.undefined" - }, { "if": { "and": [ @@ -233895,49 +115322,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-fcd4fa.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-9abe55.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Braunschweiger Netz GmbH", - "operator:wikidata=Q124369438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/braunschweigernetzgmbh-91d594.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-b4c145.undefined" - }, { "if": { "and": [ @@ -233952,15 +115336,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-ef3bf9.jpg" }, - { - "if": { - "and": [ - "operator=Brookings Municipal Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/brookingsmunicipalutilities-ef4772.undefined" - }, { "if": { "and": [ @@ -233989,15 +115364,6 @@ }, "then": "./assets/data/nsi/logos/burgenlandenergieag-1b1e2a.jpg" }, - { - "if": { - "and": [ - "operator=CADAFE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cadafe-1a0ccd.undefined" - }, { "if": { "and": [ @@ -234012,20 +115378,6 @@ }, "then": "./assets/data/nsi/logos/capitalpower-84ef3e.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-9e9307.undefined" - }, { "if": { "and": [ @@ -234068,20 +115420,6 @@ }, "then": "./assets/data/nsi/logos/ceee-0aa22a.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-814e3b.undefined" - }, { "if": { "and": [ @@ -234096,15 +115434,6 @@ }, "then": "./assets/data/nsi/logos/celesc-0aa22a.jpg" }, - { - "if": { - "and": [ - "operator=Celg Geração e Transmissão S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/celggeracaoetransmissaosa-0aa22a.undefined" - }, { "if": { "and": [ @@ -234133,20 +115462,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-777c2a.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-c17ebf.undefined" - }, { "if": { "and": [ @@ -234161,15 +115476,6 @@ }, "then": "./assets/data/nsi/logos/centralmainepowercompany-360ef7.jpg" }, - { - "if": { - "and": [ - "operator=CEPALCO", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cepalco-4b9a17.undefined" - }, { "if": { "and": [ @@ -234198,15 +115504,6 @@ }, "then": "./assets/data/nsi/logos/cern-b7887d.jpg" }, - { - "if": { - "and": [ - "operator=Certel", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/certel-0aa22a.undefined" - }, { "if": { "and": [ @@ -234222,29 +115519,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-e5850e.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-831eb3.undefined" - }, - { - "if": { - "and": [ - "operator=CFM", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cfm-9ddea3.undefined" - }, { "if": { "and": [ @@ -234259,42 +115533,6 @@ }, "then": "./assets/data/nsi/logos/cge-565432.jpg" }, - { - "if": { - "and": [ - "operator=CGE Transmisión", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cgetransmision-565432.undefined" - }, - { - "if": { - "and": [ - "operator=CGWF", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cgwf-79d5c9.undefined" - }, - { - "if": { - "and": [ - "operator=Chimarrão Transmissora de Energia", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=CIE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cie-2908e9.undefined" - }, { "if": { "and": [ @@ -234352,29 +115590,6 @@ }, "then": "./assets/data/nsi/logos/cityofelizabeth-97b3a1.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=City of Harrisonburg", - "operator:wikidata=Q511935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonburg-f601d1.undefined" - }, - { - "if": { - "and": [ - "operator=City of Harrisonville Electric Department", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-c17ebf.undefined" - }, { "if": { "and": [ @@ -234431,48 +115646,6 @@ }, "then": "./assets/data/nsi/logos/cityofnatchitoches-16cc25.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=City of Owensboro", - "operator:wikidata=Q494295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofowensboro-09c49f.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=City of Radford", - "operator:wikidata=Q586070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofradford-f601d1.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=City of Salem", - "operator:wikidata=Q502230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsalem-f601d1.undefined" - }, { "if": { "and": [ @@ -234487,43 +115660,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-7b79c3.jpg" }, - { - "if": { - "and": [ - "operator=City of Tupelo Water & Light Department", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-ac8329.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-f94165.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Clark Electric Distribution Company", - "operator:wikidata=Q119856968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarkelectricdistributioncompany-4b9a17.undefined" - }, { "if": { "and": [ @@ -234538,15 +115674,6 @@ }, "then": "./assets/data/nsi/logos/clarkpublicutilities-30bece.ece" }, - { - "if": { - "and": [ - "operator=Clarksville Department of Electricity", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-ef3bf9.undefined" - }, { "if": { "and": [ @@ -234589,60 +115716,6 @@ }, "then": "./assets/data/nsi/logos/clevelandpublicpower-55b3e4.jpg" }, - { - "if": { - "and": [ - "operator=CNEE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnee-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Guayas Los Rios", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnelguayaslosrios-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Los Rios", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnellosrios-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Esmeraldas", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnelesmeraldas-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Manabí", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnelmanabi-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Sta. Elena", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cnelstaelena-814e3b.undefined" - }, { "if": { "and": [ @@ -234713,15 +115786,6 @@ }, "then": "./assets/data/nsi/logos/coloradospringsutilities-1103f4.jpg" }, - { - "if": { - "and": [ - "operator=Columbus Light & Water", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/columbuslightandwater-ac8329.undefined" - }, { "if": { "and": [ @@ -234751,83 +115815,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-82293c.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-31b156.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-2908e9.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Companhia de Transmissão de Energia Elétrica Paulista", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Concordia Electric Cooperative", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/concordiaelectriccooperative-16cc25.undefined" - }, { "if": { "and": [ @@ -234842,20 +115829,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-08de41.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-ef3bf9.undefined" - }, { "if": { "and": [ @@ -234870,20 +115843,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-b11ee8.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-1b6c2f.undefined" - }, { "if": { "and": [ @@ -234955,15 +115914,6 @@ }, "then": "./assets/data/nsi/logos/countiesenergy-54adcf.dcf" }, - { - "if": { - "and": [ - "operator=Counties Power", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/countiespower-54adcf.undefined" - }, { "if": { "and": [ @@ -234978,15 +115928,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-0aa22a.png" }, - { - "if": { - "and": [ - "operator=CPFL Transmissão Sul", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/cpfltransmissaosul-0aa22a.undefined" - }, { "if": { "and": [ @@ -235001,43 +115942,6 @@ }, "then": "./assets/data/nsi/logos/cpsenergy-b4c145.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-58f3ef.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-a7abf4.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-0aa22a.undefined" - }, { "if": { "and": [ @@ -235066,33 +115970,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-207d2e.jpg" }, - { - "if": { - "and": [ - "operator=Dalane Nett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/dalanenett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Dalhousie Mountain Wind", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/dalhousiemountainwind-4e702c.undefined" - }, - { - "if": { - "and": [ - "operator=Danville Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/danvilleutilities-f601d1.undefined" - }, { "if": { "and": [ @@ -235164,33 +116041,6 @@ }, "then": "./assets/data/nsi/logos/demco-16cc25.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-cf5aaf.undefined" - }, - { - "if": { - "and": [ - "operator=Dinel", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/dinel-677094.undefined" - }, - { - "if": { - "and": [ - "operator=DME Distribuição S.A", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/dmedistribuicaosa-0aa22a.undefined" - }, { "if": { "and": [ @@ -235205,20 +116055,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-72e7ed.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-cf81af.undefined" - }, { "if": { "and": [ @@ -235261,21 +116097,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-b11ee8.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-4f03c4.undefined" - }, { "if": { "and": [ @@ -235346,33 +116167,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-ee88bc.jpg" }, - { - "if": { - "and": [ - "operator=E.E. Centro Sur", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Quito", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eequito-814e3b.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eesur-814e3b.undefined" - }, { "if": { "and": [ @@ -235457,38 +116251,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-62cd2a.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-54adcf.undefined" - }, - { - "if": { - "and": [ - "operator=EDE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/ede-294d85.undefined" - }, - { - "if": { - "and": [ - "operator=EDELCA", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/edelca-1a0ccd.undefined" - }, { "if": { "and": [ @@ -235503,24 +116265,6 @@ }, "then": "./assets/data/nsi/logos/edenor-3f53e7.jpg" }, - { - "if": { - "and": [ - "operator=EDF SEI", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/edfsei-76dcb2.undefined" - }, - { - "if": { - "and": [ - "operator=EDH", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/edh-49ff37.undefined" - }, { "if": { "and": [ @@ -235535,21 +116279,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-8ceb0b.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-a1a732.undefined" - }, { "if": { "and": [ @@ -235580,24 +116309,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-0aa22a.jpg" }, - { - "if": { - "and": [ - "operator=EEB", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eeb-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eed-294d85.undefined" - }, { "if": { "and": [ @@ -235612,29 +116323,6 @@ }, "then": "./assets/data/nsi/logos/egd-51167e.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-515674.undefined" - }, - { - "if": { - "and": [ - "operator=Eidefoss", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eidefoss-05f310.undefined" - }, { "if": { "and": [ @@ -235663,35 +116351,6 @@ }, "then": "./assets/data/nsi/logos/ekt-55fe6e.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-6c22c4.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Electricidade de Moçambique", - "operator:short=EDM", - "operator:wikidata=Q5357771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricidadedemocambique-c787cd.undefined" - }, { "if": { "and": [ @@ -235707,36 +116366,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-90f5bd.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Électricité de Mayotte", - "operator:short=EDM", - "operator:wikidata=Q60849817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitedemayotte-3114bf.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-55eaef.undefined" - }, { "if": { "and": [ @@ -235751,15 +116380,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-054628.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-c8ef55.undefined" - }, { "if": { "and": [ @@ -235774,50 +116394,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-c438ae.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-b59e2c.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-b5f3e8.undefined" - }, { "if": { "and": [ @@ -235846,67 +116422,6 @@ }, "then": "./assets/data/nsi/logos/elering-c438ae.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-798e53.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobras Distribuição AM", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobrás Distribuição Roraima", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-0aa22a.undefined" - }, { "if": { "and": [ @@ -235921,20 +116436,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-0aa22a.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-0aa22a.undefined" - }, { "if": { "and": [ @@ -235949,20 +116450,6 @@ }, "then": "./assets/data/nsi/logos/elia-c39316.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-05f310.undefined" - }, { "if": { "and": [ @@ -235977,20 +116464,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-cbf906.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-05f310.undefined" - }, { "if": { "and": [ @@ -236019,34 +116492,6 @@ }, "then": "./assets/data/nsi/logos/elvia-05f310.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-294d85.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Emera", - "operator:wikidata=Q5370387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emera-a2e6e1.undefined" - }, { "if": { "and": [ @@ -236062,24 +116507,6 @@ }, "then": "./assets/data/nsi/logos/emeraldpeoplesutilitydistrict-8c99ae.png" }, - { - "if": { - "and": [ - "operator=Empresa Provincial de la Energía de Santa Fe", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-3f53e7.undefined" - }, - { - "if": { - "and": [ - "operator=ENDE Transmisión", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/endetransmision-441803.undefined" - }, { "if": { "and": [ @@ -236136,15 +116563,6 @@ }, "then": "./assets/data/nsi/logos/enedis-76dcb2.png" }, - { - "if": { - "and": [ - "operator=ENEE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/enee-591c39.undefined" - }, { "if": { "and": [ @@ -236173,20 +116591,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-0aa22a.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-0aa22a.undefined" - }, { "if": { "and": [ @@ -236215,29 +116619,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpower-90f5bd.svg" }, - { - "if": { - "and": [ - "operator=Enercal", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/enercal-933ae3.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-91d594.undefined" - }, { "if": { "and": [ @@ -236252,15 +116633,6 @@ }, "then": "./assets/data/nsi/logos/energa-7d29f7.png" }, - { - "if": { - "and": [ - "operator=Energética Águas da Pedra S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/energeticaaguasdapedrasa-0aa22a.undefined" - }, { "if": { "and": [ @@ -236318,24 +116690,6 @@ }, "then": "./assets/data/nsi/logos/energiedumali-4c0493.jpg" }, - { - "if": { - "and": [ - "operator=Energie und Wasser Potsdam GmbH", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-c94250.undefined" - }, - { - "if": { - "and": [ - "operator=Energienetze Steiermark", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/energienetzesteiermark-1c7012.undefined" - }, { "if": { "and": [ @@ -236351,15 +116705,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-b1071a.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Schwaben", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungschwaben-c94250.undefined" - }, { "if": { "and": [ @@ -236374,71 +116719,6 @@ }, "then": "./assets/data/nsi/logos/energinet-677094.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=Energisa BO", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/energisabo-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-abf7ba.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-0aa22a.undefined" - }, { "if": { "and": [ @@ -236454,29 +116734,6 @@ }, "then": "./assets/data/nsi/logos/energyfijilimited-fbc365.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-97b3a1.undefined" - }, - { - "if": { - "and": [ - "operator=Enersur", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/enersur-683aa0.undefined" - }, { "if": { "and": [ @@ -236491,20 +116748,6 @@ }, "then": "./assets/data/nsi/logos/enertrag-cab1db.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-bf3b54.undefined" - }, { "if": { "and": [ @@ -236533,20 +116776,6 @@ }, "then": "./assets/data/nsi/logos/engie-90f5bd.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-05f310.undefined" - }, { "if": { "and": [ @@ -236617,34 +116846,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-acd049.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-806dbc.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Entergy New Orleans", - "operator:wikidata=Q7010776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergyneworleans-16cc25.undefined" - }, { "if": { "and": [ @@ -236701,99 +116902,6 @@ }, "then": "./assets/data/nsi/logos/epec-3f53e7.jpg" }, - { - "if": { - "and": [ - "operator=EPV Alueverkko", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/epvalueverkko-48367d.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-c88178.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-7391e6.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-30d118.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-2dacb5.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-3986a8.undefined" - }, { "if": { "and": [ @@ -236836,15 +116944,6 @@ }, "then": "./assets/data/nsi/logos/esbnetworks-90059a.png" }, - { - "if": { - "and": [ - "operator=ESCOM", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/escom-7282b2.undefined" - }, { "if": { "and": [ @@ -236888,15 +116987,6 @@ }, "then": "./assets/data/nsi/logos/eswatinielectricitycompany-6e9fe5.png" }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-f94165.undefined" - }, { "if": { "and": [ @@ -236912,15 +117002,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-d64a98.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/eti-294d85.undefined" - }, { "if": { "and": [ @@ -236965,20 +117046,6 @@ }, "then": "./assets/data/nsi/logos/eversource-d83c76.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-05f310.undefined" - }, { "if": { "and": [ @@ -237008,15 +117075,6 @@ }, "then": "./assets/data/nsi/logos/evn-5e319c.svg" }, - { - "if": { - "and": [ - "operator=Evonik", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/evonik-c94250.undefined" - }, { "if": { "and": [ @@ -237074,20 +117132,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-97b3a1.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-0223fd.undefined" - }, { "if": { "and": [ @@ -237130,48 +117174,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-05f310.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-1b9ad8.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-58f3ef.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Florida Keys Electric Cooperative", - "operator:short=FKEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridakeyselectriccooperative-7b79c3.undefined" - }, { "if": { "and": [ @@ -237186,43 +117188,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-7b79c3.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Florida Public Utilities", - "operator:short=FPUC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridapublicutilities-7b79c3.undefined" - }, - { - "if": { - "and": [ - "operator=Fort Pierce Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/fortpierceutilities-7b79c3.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-70d480.undefined" - }, { "if": { "and": [ @@ -237251,20 +117216,6 @@ }, "then": "./assets/data/nsi/logos/fortum-1188a0.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-97b3a1.undefined" - }, { "if": { "and": [ @@ -237308,99 +117259,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-7b79c3.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-b4c145.undefined" - }, - { - "if": { - "and": [ - "operator=GECOL.LY", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/gecolly-81069e.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-ace97b.undefined" - }, - { - "if": { - "and": [ - "operator=Georgia Transmission Corporation", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/georgiatransmissioncorporation-ace97b.undefined" - }, - { - "if": { - "and": [ - "operator=Gerdau", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/gerdau-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=GEYSEL", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/geysel-21d179.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-55eaef.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-1b9ad8.undefined" - }, { "if": { "and": [ @@ -237443,15 +117301,6 @@ }, "then": "./assets/data/nsi/logos/goldenspreadelectriccooperative-b4c145.jpg" }, - { - "if": { - "and": [ - "operator=Gralha Azul Transmissora de Energia", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-0aa22a.undefined" - }, { "if": { "and": [ @@ -237467,21 +117316,6 @@ }, "then": "./assets/data/nsi/logos/grandriverdamauthority-0874bd.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-776d25.undefined" - }, { "if": { "and": [ @@ -237524,65 +117358,6 @@ }, "then": "./assets/data/nsi/logos/groupee-84ac21.jpg" }, - { - "if": { - "and": [ - "operator=GRTE", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/grte-9dcc3d.undefined" - }, - { - "if": { - "and": [ - "operator=Gudbrandsdal Energi", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/gudbrandsdalenergi-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Guntersville Electric Board", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/guntersvilleelectricboard-58f3ef.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Hafslund E-CO Vannkraft", - "operator:wikidata=Q5321386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hafslundecovannkraft-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Hallingdal Kraftnett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hallingdalkraftnett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Hammerfest Energi Nett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hammerfestenerginett-05f310.undefined" - }, { "if": { "and": [ @@ -237625,79 +117400,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-ef03b3.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-cbc0ce.undefined" - }, - { - "if": { - "and": [ - "operator=HEP ODS", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hepods-cbc0ce.undefined" - }, - { - "if": { - "and": [ - "operator=Herøya Nett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/heroyanett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Herrfors", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/herrfors-48367d.undefined" - }, - { - "if": { - "and": [ - "operator=Hetch Hetchy Water & Power", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hetchhetchywaterandpower-4d73bd.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Holyoke Gas & Electric", - "operator:wikidata=Q60769752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holyokegasandelectric-1229c3.undefined" - }, - { - "if": { - "and": [ - "operator=HOPS", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hops-cbc0ce.undefined" - }, { "if": { "and": [ @@ -237726,20 +117428,6 @@ }, "then": "./assets/data/nsi/logos/hydroenergi-05f310.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-4c765c.undefined" - }, { "if": { "and": [ @@ -237754,24 +117442,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-8e54ec.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-8e54ec.undefined" - }, - { - "if": { - "and": [ - "operator=I/S Midtkraft", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/ismidtkraft-677094.undefined" - }, { "if": { "and": [ @@ -237873,20 +117543,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-bb97f5.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=INELFE", - "operator:wikidata=Q16642975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inelfe-e603ae.undefined" - }, { "if": { "and": [ @@ -237902,44 +117558,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-45d569.jpg" }, - { - "if": { - "and": [ - "operator=Interchile", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/interchile-565432.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-4255c5.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Interligação Elétrica do Madeira S.A", - "operator:short=IEM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-0aa22a.undefined" - }, { "if": { "and": [ @@ -237968,15 +117586,6 @@ }, "then": "./assets/data/nsi/logos/ipto-dfaa84.png" }, - { - "if": { - "and": [ - "operator=Istad Nett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/istadnett-05f310.undefined" - }, { "if": { "and": [ @@ -238063,20 +117672,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-58f3ef.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-97b3a1.undefined" - }, { "if": { "and": [ @@ -238129,29 +117724,6 @@ }, "then": "./assets/data/nsi/logos/centraljapanrailwaycompany-f42ba4.svg" }, - { - "if": { - "and": [ - "operator=Juruena Participações e Investimentos S.A", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-fb6f08.undefined" - }, { "if": { "and": [ @@ -238167,30 +117739,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-25219f.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-7187c6.undefined" - }, - { - "if": { - "and": [ - "operator=KEDCO", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/kedco-784ea8.undefined" - }, { "if": { "and": [ @@ -238219,20 +117767,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-09c49f.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-09c49f.undefined" - }, { "if": { "and": [ @@ -238248,34 +117782,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-178f76.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Ketraco", - "operator:wikidata=Q24236326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ketraco-08a237.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Keys Energy Services", - "operator:short=KEYS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keysenergyservices-7b79c3.undefined" - }, { "if": { "and": [ @@ -238305,34 +117811,6 @@ }, "then": "./assets/data/nsi/logos/knoxvilleutilitiesboard-ef3bf9.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-178f76.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Kraftnät Åland", - "operator:wikidata=Q18688883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftnataland-48367d.undefined" - }, { "if": { "and": [ @@ -238377,43 +117855,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-16cc25.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-502d94.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-b11ee8.undefined" - }, - { - "if": { - "and": [ - "operator=Lassen Municipal Utility District", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-4d73bd.undefined" - }, { "if": { "and": [ @@ -238458,29 +117899,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-6fe3c7.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-be8a66.undefined" - }, { "if": { "and": [ @@ -238495,53 +117913,6 @@ }, "then": "./assets/data/nsi/logos/liander-42ab8c.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-046ad0.undefined" - }, - { - "if": { - "and": [ - "operator=Liberty Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/libertyutilities-777c2a.undefined" - }, - { - "if": { - "and": [ - "operator=Lidköping Elnät", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/lidkopingelnat-cbf906.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-0aa22a.undefined" - }, { "if": { "and": [ @@ -238556,15 +117927,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-5e8583.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/linea-05f310.undefined" - }, { "if": { "and": [ @@ -238593,20 +117955,6 @@ }, "then": "./assets/data/nsi/logos/linzag-72f362.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-05f310.undefined" - }, { "if": { "and": [ @@ -238621,43 +117969,6 @@ }, "then": "./assets/data/nsi/logos/lockhartpowercompany-cf81af.png" }, - { - "if": { - "and": [ - "operator=Lofotkraft", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/lofotkraft-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-08de41.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Louisville Gas & Electric", - "operator:wikidata=Q6689482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/louisvillegasandelectric-09c49f.undefined" - }, { "if": { "and": [ @@ -238673,20 +117984,6 @@ }, "then": "./assets/data/nsi/logos/lowercoloradoriverauthority-b4c145.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=LS Power", - "operator:wikidata=Q126367251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lspower-b4c145.undefined" - }, { "if": { "and": [ @@ -238716,29 +118013,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-b4c145.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Luminora Solar Dos", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/luminorasolardos-139d53.undefined" - }, { "if": { "and": [ @@ -238767,43 +118041,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-446769.svg" }, - { - "if": { - "and": [ - "operator=Mantiqueira Transmissora de Energia", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-cb5938.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-0af05a.undefined" - }, { "if": { "and": [ @@ -238846,34 +118083,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-58f3ef.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-ef03b3.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-294d85.undefined" - }, { "if": { "and": [ @@ -238888,20 +118097,6 @@ }, "then": "./assets/data/nsi/logos/mdu-e54906.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-05f310.undefined" - }, { "if": { "and": [ @@ -238945,15 +118140,6 @@ }, "then": "./assets/data/nsi/logos/meted-c65a21.jpg" }, - { - "if": { - "and": [ - "operator=Michigan Public Power Agency", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/michiganpublicpoweragency-b11ee8.undefined" - }, { "if": { "and": [ @@ -238969,20 +118155,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-dabe73.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-05f310.undefined" - }, { "if": { "and": [ @@ -238997,38 +118169,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-25219f.jpg" }, - { - "if": { - "and": [ - "operator=Minera Centinela", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/mineracentinela-565432.undefined" - }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-565432.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-565432.undefined" - }, { "if": { "and": [ @@ -239057,20 +118197,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-add366.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-1b9ad8.undefined" - }, { "if": { "and": [ @@ -239085,43 +118211,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-ac8329.png" }, - { - "if": { - "and": [ - "operator=Missouri Power & Light Company", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/missouripowerandlightcompany-c17ebf.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-792d3b.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Modesto Irrigation District", - "operator:wikidata=Q6889224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modestoirrigationdistrict-4d73bd.undefined" - }, { "if": { "and": [ @@ -239136,81 +118225,6 @@ }, "then": "./assets/data/nsi/logos/monpower-646cd0.jpg" }, - { - "if": { - "and": [ - "operator=Moorhead Public Service", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/moorheadpublicservice-add366.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-178f76.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Mutual Energy", - "operator:wikidata=Q112882722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mutualenergy-af96ca.undefined" - }, - { - "if": { - "and": [ - "operator=MVM PA", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/mvmpa-294d85.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-03ae2b.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-6fe3c7.undefined" - }, { "if": { "and": [ @@ -239313,34 +118327,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-19cd2f.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5e8583.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-55eaef.undefined" - }, { "if": { "and": [ @@ -239355,34 +118341,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-0aa22a.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-58f2c9.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-1b1e2a.undefined" - }, { "if": { "and": [ @@ -239397,20 +118355,6 @@ }, "then": "./assets/data/nsi/logos/netzno-3edee5.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Netz OÖ", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoo-3edee5.undefined" - }, { "if": { "and": [ @@ -239425,34 +118369,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-9f3684.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-c88553.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Nevada Power Company", - "operator:wikidata=Q17107993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadapowercompany-83372a.undefined" - }, { "if": { "and": [ @@ -239510,20 +118426,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-84ef3e.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Niagara Mohawk", - "operator:wikidata=Q25028424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niagaramohawk-08de41.undefined" - }, { "if": { "and": [ @@ -239538,100 +118440,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-af96ca.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-294d85.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Nordmøre Energiverk", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordmoreenergiverk-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-05f310.undefined" - }, - { - "if": { - "and": [ - "operator=Norte Brasil Transmissora de Energia S.A", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-ab0eee.undefined" - }, { "if": { "and": [ @@ -239646,20 +118454,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-054628.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Northern States Power Company", - "operator:wikidata=Q7058996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernstatespowercompany-bb19e2.undefined" - }, { "if": { "and": [ @@ -239688,20 +118482,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-4e702c.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-9d7c6b.undefined" - }, { "if": { "and": [ @@ -239758,44 +118538,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-08de41.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-3edee5.undefined" - }, - { - "if": { - "and": [ - "operator=Odda Energi", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/oddaenergi-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Oʻzbekenergo", - "operator:wikidata=Q4469715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99723a-8d481d.undefined" - }, { "if": { "and": [ @@ -239839,29 +118581,6 @@ }, "then": "./assets/data/nsi/logos/oncor-b4c145.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-90f0f5.undefined" - }, - { - "if": { - "and": [ - "operator=Orange & Rockland", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/orangeandrockland-abe78f.undefined" - }, { "if": { "and": [ @@ -239891,24 +118610,6 @@ }, "then": "./assets/data/nsi/logos/orlandoutilitiescommission-7b79c3.jpg" }, - { - "if": { - "and": [ - "operator=Ørsted Onshore North America", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/orstedonshorenorthamerica-25219f.undefined" - }, - { - "if": { - "and": [ - "operator=Otra Kraft", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/otrakraft-05f310.undefined" - }, { "if": { "and": [ @@ -239923,20 +118624,6 @@ }, "then": "./assets/data/nsi/logos/ottertailpowercompany-940dba.dba" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-0874bd.undefined" - }, { "if": { "and": [ @@ -239980,42 +118667,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-777c2a.svg" }, - { - "if": { - "and": [ - "operator=Paducah Power System", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/paducahpowersystem-09c49f.undefined" - }, - { - "if": { - "and": [ - "operator=Pampanga III Electric Cooperative, Inc.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-4b9a17.undefined" - }, - { - "if": { - "and": [ - "operator=Paragould Light & Water Commission", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/paragouldlightandwatercommission-ab0eee.undefined" - }, - { - "if": { - "and": [ - "operator=Paris Utility Authority", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/parisutilityauthority-ef3bf9.undefined" - }, { "if": { "and": [ @@ -240072,21 +118723,6 @@ }, "then": "./assets/data/nsi/logos/penelec-c65a21.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-4b9a17.undefined" - }, { "if": { "and": [ @@ -240172,29 +118808,6 @@ }, "then": "./assets/data/nsi/logos/pjm-a27c88.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Platte River Power Authority", - "operator:short=PRPA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/platteriverpowerauthority-1103f4.undefined" - }, - { - "if": { - "and": [ - "operator=PNG Power Ltd.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/pngpowerltd-308cd4.undefined" - }, { "if": { "and": [ @@ -240240,15 +118853,6 @@ }, "then": "./assets/data/nsi/logos/portlandgeneralelectric-8c99ae.png" }, - { - "if": { - "and": [ - "operator=Porto Primavera Transmissora de Energia S/A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-0aa22a.undefined" - }, { "if": { "and": [ @@ -240334,21 +118938,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-79d5c9.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-b7517c.undefined" - }, { "if": { "and": [ @@ -240391,34 +118980,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-9ddea3.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-777c2a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=PSNH", - "operator:wikidata=Q86749900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/psnh-777c2a.undefined" - }, { "if": { "and": [ @@ -240434,20 +118995,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-7b2677.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-1103f4.undefined" - }, { "if": { "and": [ @@ -240535,15 +119082,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-139d53.jpg" }, - { - "if": { - "and": [ - "operator=Red Nord S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/rednordsa-9ddea3.undefined" - }, { "if": { "and": [ @@ -240572,20 +119110,6 @@ }, "then": "./assets/data/nsi/logos/ren-0223fd.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-1716c3.undefined" - }, { "if": { "and": [ @@ -240656,15 +119180,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-4dd5c6.svg" }, - { - "if": { - "and": [ - "operator=RNT", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/rnt-a1c3d9.undefined" - }, { "if": { "and": [ @@ -240735,21 +119250,6 @@ }, "then": "./assets/data/nsi/logos/rte-1716c3.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-b08ac9.undefined" - }, { "if": { "and": [ @@ -240764,21 +119264,6 @@ }, "then": "./assets/data/nsi/logos/rwe-46b867.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-c8ef55.undefined" - }, { "if": { "and": [ @@ -240851,15 +119336,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-3061ab.jpg" }, - { - "if": { - "and": [ - "operator=SAMELCO 2", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/samelco2-4b9a17.undefined" - }, { "if": { "and": [ @@ -240917,20 +119393,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-0d4d66.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-9f3684.undefined" - }, { "if": { "and": [ @@ -240946,15 +119408,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-4cd76b.jpg" }, - { - "if": { - "and": [ - "operator=Scottsboro Electric Power Board", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/scottsboroelectricpowerboard-58f3ef.undefined" - }, { "if": { "and": [ @@ -240998,52 +119451,6 @@ }, "then": "./assets/data/nsi/logos/senelec-1601b6.jpg" }, - { - "if": { - "and": [ - "operator=SEPS / MAVIR", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/sepsmavir-e00b4e.undefined" - }, - { - "if": { - "and": [ - "operator=SFE Nett", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/sfenett-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-b4c145.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Sierra Pacific Power Company", - "operator:wikidata=Q117357239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sierrapacificpowercompany-777c2a.undefined" - }, { "if": { "and": [ @@ -241058,20 +119465,6 @@ }, "then": "./assets/data/nsi/logos/sig-3c01da.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=South Louisiana Electric Cooperative Association", - "operator:short=SLECA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-16cc25.undefined" - }, { "if": { "and": [ @@ -241129,15 +119522,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-1716c3.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/snel-71fe97.undefined" - }, { "if": { "and": [ @@ -241168,29 +119552,6 @@ }, "then": "./assets/data/nsi/logos/sognogfjordaneenergi-05f310.jpg" }, - { - "if": { - "and": [ - "operator=Sognekraft", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/sognekraft-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-b4c145.undefined" - }, { "if": { "and": [ @@ -241206,21 +119567,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-4d73bd.jpg" }, - { - "if": { - "and": [ - "frequency=60", - "power=pole", - { - "or": [ - "operator=Southern Maryland Electric Cooperative", - "operator:wikidata=Q7570123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernmarylandelectriccooperative-39a21c.undefined" - }, { "if": { "and": [ @@ -241235,43 +119581,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-ab0eee.eee" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Southwest Transmission Cooperative", - "operator:short=SWTC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesttransmissioncooperative-4d7f6d.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-181c8a.undefined" - }, - { - "if": { - "and": [ - "operator=Southwestern Public Service Company", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/southwesternpublicservicecompany-b75ea6.undefined" - }, { "if": { "and": [ @@ -241286,20 +119595,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-4cd76b.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-a65ddf.undefined" - }, { "if": { "and": [ @@ -241315,34 +119610,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-8c99ae.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=SQM", - "operator:wikidata=Q3067064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sqm-565432.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-1716c3.undefined" - }, { "if": { "and": [ @@ -241400,20 +119667,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkemunchen-6fe3c7.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Stadtwerke Staßfurt", - "operator:wikidata=Q130391876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkestassfurt-c88553.undefined" - }, { "if": { "and": [ @@ -241456,73 +119709,6 @@ }, "then": "./assets/data/nsi/logos/stedin-42ab8c.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=STEWEAG", - "operator:wikidata=Q122223916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steweag-1c7012.undefined" - }, - { - "if": { - "and": [ - "operator=STEWEAG-STEG", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/steweagsteg-1c7012.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-7d29f7.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-c3df55.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-4eb8d2.undefined" - }, { "if": { "and": [ @@ -241551,33 +119737,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-e3db22.jpg" }, - { - "if": { - "and": [ - "operator=Stromnetz Steiermark GmbH", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-1c7012.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/sts-565432.undefined" - }, - { - "if": { - "and": [ - "operator=Sulgipe", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/sulgipe-0aa22a.undefined" - }, { "if": { "and": [ @@ -241663,48 +119822,6 @@ }, "then": "./assets/data/nsi/logos/sygnir-05f310.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Tafjord Kraftproduksjon", - "operator:wikidata=Q79247647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tafjordkraftproduksjon-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-9e4689.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Taunton Municipal Lighting Plant", - "operator:wikidata=Q7688796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauntonmunicipallightingplant-1229c3.undefined" - }, { "if": { "and": [ @@ -241719,20 +119836,6 @@ }, "then": "./assets/data/nsi/logos/tauron-7d29f7.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-7b79c3.undefined" - }, { "if": { "and": [ @@ -241818,34 +119921,6 @@ }, "then": "./assets/data/nsi/logos/tensio-05f310.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-05f310.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-05f310.undefined" - }, { "if": { "and": [ @@ -241860,15 +119935,6 @@ }, "then": "./assets/data/nsi/logos/terna-c79ba9.png" }, - { - "if": { - "and": [ - "operator=Texas Municipal Power Agency", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/texasmunicipalpoweragency-b4c145.undefined" - }, { "if": { "and": [ @@ -241884,21 +119950,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-b4c145.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-6babd7.undefined" - }, { "if": { "and": [ @@ -241913,38 +119964,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-3edee5.svg" }, - { - "if": { - "and": [ - "operator=Town of Braintree Electric Light Department", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-b4c145.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-3f53e7.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-021179.undefined" - }, { "if": { "and": [ @@ -241959,29 +119978,6 @@ }, "then": "./assets/data/nsi/logos/transcomahuesa-3f53e7.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-565432.undefined" - }, - { - "if": { - "and": [ - "operator=Transelectric", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/transelectric-814e3b.undefined" - }, { "if": { "and": [ @@ -242010,20 +120006,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-e2ed89.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-565432.undefined" - }, { "if": { "and": [ @@ -242038,43 +120020,6 @@ }, "then": "./assets/data/nsi/logos/transmissioncompanyofnigeria-784ea8.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Transmissora Aliança de Energia Elétrica", - "operator:wikidata=Q54622013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-0aa22a.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Transmissora Sul Brasileira de Energia", - "operator:short=TSBE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-0aa22a.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSNEA S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/transneasa-3f53e7.undefined" - }, { "if": { "and": [ @@ -242089,29 +120034,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-9f3684.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-3f53e7.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=TRANSPA S.A.", - "operator:wikidata=Q109314314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transpasa-3f53e7.undefined" - }, { "if": { "and": [ @@ -242154,24 +120076,6 @@ }, "then": "./assets/data/nsi/logos/tredas-822e3b.jpg" }, - { - "if": { - "and": [ - "operator=Tri-State Generation and Transmission Association", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-d3a04d.undefined" - }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-f94165.undefined" - }, { "if": { "and": [ @@ -242187,15 +120091,6 @@ }, "then": "./assets/data/nsi/logos/tucsonelectricpower-4d7f6d.jpg" }, - { - "if": { - "and": [ - "operator=Turlock Irrigation District", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/turlockirrigationdistrict-4b9951.undefined" - }, { "if": { "and": [ @@ -242224,30 +120119,6 @@ }, "then": "./assets/data/nsi/logos/ukpowernetworks-054628.jpg" }, - { - "if": { - "and": [ - "operator=Umatilla Electric Cooperative", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/umatillaelectriccooperative-8c99ae.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-139d53.undefined" - }, { "if": { "and": [ @@ -242304,21 +120175,6 @@ }, "then": "./assets/data/nsi/logos/unitil-8cab10.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Uttarakhand Power Corporation Limited", - "operator:short=UPCL", - "operator:wikidata=Q112623951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-178f76.undefined" - }, { "if": { "and": [ @@ -242347,15 +120203,6 @@ }, "then": "./assets/data/nsi/logos/valesa-0aa22a.jpg" }, - { - "if": { - "and": [ - "operator=Valley Electric Association", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/valleyelectricassociation-83372a.undefined" - }, { "if": { "and": [ @@ -242426,20 +120273,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-332bd4.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-332bd4.undefined" - }, { "if": { "and": [ @@ -242454,20 +120287,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-360ef7.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Vest-Telemark Kraftlag", - "operator:wikidata=Q115858158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vesttelemarkkraftlag-05f310.undefined" - }, { "if": { "and": [ @@ -242510,20 +120329,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-139d53.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-7ce060.undefined" - }, { "if": { "and": [ @@ -242552,48 +120357,6 @@ }, "then": "./assets/data/nsi/logos/vissi-05f310.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-d48f43.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=VKG Elektrivõrgud", - "operator:wikidata=Q7907126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkgelektrivorgud-c438ae.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-1f0b6f.undefined" - }, { "if": { "and": [ @@ -242623,15 +120386,6 @@ }, "then": "./assets/data/nsi/logos/washingtonsttammanyelectriccooperative-16cc25.jpg" }, - { - "if": { - "and": [ - "operator=Watertown Municipal Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/watertownmunicipalutilities-ef4772.undefined" - }, { "if": { "and": [ @@ -242646,29 +120400,6 @@ }, "then": "./assets/data/nsi/logos/wemagnetzgmbh-ee88bc.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-c94250.undefined" - }, - { - "if": { - "and": [ - "operator=Wesernetz Bremen GmbH", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremengmbh-5c58b9.undefined" - }, { "if": { "and": [ @@ -242755,43 +120486,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-3edee5.png" }, - { - "if": { - "and": [ - "operator=Willmar Municipal Utilities", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/willmarmunicipalutilities-a6a90b.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-b11ee8.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-bf3b54.undefined" - }, { "if": { "and": [ @@ -242834,51 +120528,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-dfaa84.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Самарская сетевая компания\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Янтарьэнерго\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=АО СУЭНКО", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/8e6ee5-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=АТ Житомиробленерго", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/4f2cfa-b77294.undefined" - }, { "if": { "and": [ @@ -242907,298 +120556,6 @@ }, "then": "./assets/data/nsi/logos/f36860-b77294.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Вінницяобленерго", - "operator:wikidata=Q12093389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/084a1e-b77294.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Волиньобленерго", - "operator:wikidata=Q60986646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-b77294.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-a22000.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-a22000.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-a22000.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-407be8.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Запоріжжяобленерго", - "operator:wikidata=Q60986642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd2584-b77294.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-407be8.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Київобленерго", - "operator:wikidata=Q30971518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e843b-b77294.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=Колэнерго", - "operator:wikidata=Q4229038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c502b-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК СК", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/591585-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/06d162-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/f37282-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/a80300-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК СК»", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/56a442-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Центра и Приволжья»", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/e9dfd9-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/23025a-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/11be48-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПО ЗЭС", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/5743cb-407be8.undefined" - }, - { - "if": { - "and": [ - "operator=ПрАТ Рівнеобленерго", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/3daebd-b77294.undefined" - }, { "if": { "and": [ @@ -243227,29 +120584,6 @@ }, "then": "./assets/data/nsi/logos/1fc076-407be8.jpg" }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-407be8.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1728dd-407be8.undefined" - }, { "if": { "and": [ @@ -243280,15 +120614,6 @@ }, "then": "./assets/data/nsi/logos/tunisiancompanyofelectricityandgas-ddece0.jpg" }, - { - "if": { - "and": [ - "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/d88147-9dcc3d.undefined" - }, { "if": { "and": [ @@ -243322,47 +120647,6 @@ }, "then": "./assets/data/nsi/logos/electricitygeneratingauthorityofthailand-c89122.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=中国南方电网", - "operator:en=China Southern Power Grid", - "operator:wikidata=Q209039", - "operator:zh=中国南方电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasouthernpowergrid-a7abf4.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-f42ba4.undefined" - }, - { - "if": { - "and": [ - "operator=中核新华-江永新善", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/e255e9-a7abf4.undefined" - }, { "if": { "and": [ @@ -243435,22 +120719,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-f42ba4.png" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-f42ba4.undefined" - }, { "if": { "and": [ @@ -243465,56 +120733,6 @@ }, "then": "./assets/data/nsi/logos/34ba0b-c529db.jpg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-f42ba4.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-a7abf4.undefined" - }, - { - "if": { - "and": [ - "operator=国网吉林省供电有限公司", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/e8a76c-a7abf4.undefined" - }, - { - "if": { - "and": [ - "operator=广西能源", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/56a686-a7abf4.undefined" - }, { "if": { "and": [ @@ -243531,22 +120749,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-f42ba4.svg" }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-f42ba4.undefined" - }, { "if": { "and": [ @@ -243564,31 +120766,6 @@ }, "then": "./assets/data/nsi/logos/okinawaelectricpowercompany-f42ba4.jpg" }, - { - "if": { - "and": [ - "operator=湖南华电-永江新能", - "power=pole" - ] - }, - "then": "./assets/data/nsi/logos/3c5a38-a7abf4.undefined" - }, - { - "if": { - "and": [ - "power=pole", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistribution-f42ba4.undefined" - }, { "if": { "and": [ @@ -243628,15 +120805,6 @@ }, "then": "./assets/data/nsi/logos/thehongkongelectriccompanylimited-64f448.jpg" }, - { - "if": { - "and": [ - "operator=\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/qaraqalpaqaymaqliqelektrtarmaqlarikarxanasiaj-54f69d.undefined" - }, { "if": { "and": [ @@ -243651,24 +120819,6 @@ }, "then": "./assets/data/nsi/logos/50hertztransmission-7ff171.svg" }, - { - "if": { - "and": [ - "operator=A CELER", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/aceler-ce8d0a.undefined" - }, - { - "if": { - "and": [ - "operator=A LORD", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/alord-ce8d0a.undefined" - }, { "if": { "and": [ @@ -243711,15 +120861,6 @@ }, "then": "./assets/data/nsi/logos/adif-294d99.jpg" }, - { - "if": { - "and": [ - "operator=AEM Torino Distribuzione", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/aemtorinodistribuzione-5e9b52.undefined" - }, { "if": { "and": [ @@ -243905,20 +121046,6 @@ }, "then": "./assets/data/nsi/logos/altalink-ebf474.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-ba6ae8.undefined" - }, { "if": { "and": [ @@ -243933,34 +121060,6 @@ }, "then": "./assets/data/nsi/logos/ameren-8ed706.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-9508de.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-301545.undefined" - }, { "if": { "and": [ @@ -244031,20 +121130,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-0f82b9.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -244059,20 +121144,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-260b75.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-5f1fb8.undefined" - }, { "if": { "and": [ @@ -244087,38 +121158,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-5f1fb8.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=ASM Vercelli", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/asmvercelli-5e9b52.undefined" - }, - { - "if": { - "and": [ - "operator=Associated Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/associatedelectriccooperative-9508de.undefined" - }, { "if": { "and": [ @@ -244161,20 +121200,6 @@ }, "then": "./assets/data/nsi/logos/augstspriegumatikls-b57901.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Aurora Energy", - "operator:wikidata=Q106071357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/auroraenergy-1ace81.undefined" - }, { "if": { "and": [ @@ -244231,34 +121256,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-9e5147.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-3e6be9.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-6177b3.undefined" - }, { "if": { "and": [ @@ -244343,52 +121340,6 @@ }, "then": "./assets/data/nsi/logos/banedanmark-3aeb55.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-851165.undefined" - }, - { - "if": { - "and": [ - "operator=Bay City Electric Light & Power", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/baycityelectriclightandpower-22dfff.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Bayernwerk Netz", - "operator:wikidata=Q107477739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayernwerknetz-218486.undefined" - }, { "if": { "and": [ @@ -244403,15 +121354,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-9c288b.jpg" }, - { - "if": { - "and": [ - "operator=BC Rapid Transit", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/bcrapidtransit-9c288b.undefined" - }, { "if": { "and": [ @@ -244455,21 +121397,6 @@ }, "then": "./assets/data/nsi/logos/bentonpublicutilitydistrict-99a087.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Bergische Energie Wipperfürth", - "operator:short=BEW", - "operator:wikidata=Q124441434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bergischeenergiewipperfurth-26c4cf.undefined" - }, { "if": { "and": [ @@ -244484,15 +121411,6 @@ }, "then": "./assets/data/nsi/logos/berlinerverkehrsbetriebe-e93127.jpg" }, - { - "if": { - "and": [ - "operator=BESCOM", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/bescom-487ae0.undefined" - }, { "if": { "and": [ @@ -244521,21 +121439,6 @@ }, "then": "./assets/data/nsi/logos/bkw-dc04c1.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-404227.undefined" - }, { "if": { "and": [ @@ -244608,21 +121511,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-647e81.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-29685e.undefined" - }, { "if": { "and": [ @@ -244638,29 +121526,6 @@ }, "then": "./assets/data/nsi/logos/braunschweigerverkehrsgmbh-1af6be.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-9e5147.undefined" - }, - { - "if": { - "and": [ - "operator=Breheim Nett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/breheimnett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -244690,39 +121555,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-a96cd6.jpg" }, - { - "if": { - "and": [ - "operator=Bristol Tennessee Essential Services", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/bristoltennesseeessentialservices-a96cd6.undefined" - }, - { - "if": { - "and": [ - "operator=Brookfield Renewable US", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/brookfieldrenewableus-203caa.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Brownsville Public Utilities Board", - "operator:short=Brownsville PUB", - "operator:wikidata=Q13085066" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brownsvillepublicutilitiesboard-301545.undefined" - }, { "if": { "and": [ @@ -244737,29 +121569,6 @@ }, "then": "./assets/data/nsi/logos/bryantexasutilities-9e5147.jpg" }, - { - "if": { - "and": [ - "operator=Burgo", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/burgo-5e9b52.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-a7f382.undefined" - }, { "if": { "and": [ @@ -244802,20 +121611,6 @@ }, "then": "./assets/data/nsi/logos/ceee-acc4a0.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-b68855.undefined" - }, { "if": { "and": [ @@ -244873,20 +121668,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-301545.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-9508de.undefined" - }, { "if": { "and": [ @@ -244929,33 +121710,6 @@ }, "then": "./assets/data/nsi/logos/ceps-fdda90.jpg" }, - { - "if": { - "and": [ - "operator=Ceripa", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ceripa-acc4a0.undefined" - }, - { - "if": { - "and": [ - "operator=Cerius", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cerius-3aeb55.undefined" - }, - { - "if": { - "and": [ - "operator=CESML", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cesml-90b6b6.undefined" - }, { "if": { "and": [ @@ -244971,20 +121725,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-2e3b42.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-845558.undefined" - }, { "if": { "and": [ @@ -245028,15 +121768,6 @@ }, "then": "./assets/data/nsi/logos/cipco-49fcf5.jpg" }, - { - "if": { - "and": [ - "operator=CitiPower", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/citipower-2fd8c0.undefined" - }, { "if": { "and": [ @@ -245083,20 +121814,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-8432e2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-ae9b5d.undefined" - }, { "if": { "and": [ @@ -245154,60 +121871,6 @@ }, "then": "./assets/data/nsi/logos/cleco-403aa2.svg" }, - { - "if": { - "and": [ - "operator=Cleveland Utilities", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/clevelandutilities-a96cd6.undefined" - }, - { - "if": { - "and": [ - "operator=CNEE", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cnee-acc4a0.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cnel-b68855.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-El Oro", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cneleloro-b68855.undefined" - }, - { - "if": { - "and": [ - "operator=CNFL", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cnfl-844d97.undefined" - }, - { - "if": { - "and": [ - "operator=Coast Electric Power Association", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/coastelectricpowerassociation-142bdd.undefined" - }, { "if": { "and": [ @@ -245321,22 +121984,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-e23b8e.jpg" }, - { - "if": { - "and": [ - "power=substation", - "substation=transmission", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-7d5f26.undefined" - }, { "if": { "and": [ @@ -245352,59 +121999,6 @@ }, "then": "./assets/data/nsi/logos/compagniavaldostanaacque-5e9b52.jpg" }, - { - "if": { - "and": [ - "operator=Compagnie d'Electricité de Saint-Martin-de-Londres", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/compagniedelectricitedesaintmartindelondres-dd32c5.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-3596dd.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-acc4a0.undefined" - }, { "if": { "and": [ @@ -245434,20 +122028,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-203caa.caa" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-a96cd6.undefined" - }, { "if": { "and": [ @@ -245462,29 +122042,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-22dfff.fff" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-f7cfb9.undefined" - }, - { - "if": { - "and": [ - "operator=Cooperluz", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cooperluz-acc4a0.undefined" - }, { "if": { "and": [ @@ -245569,15 +122126,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-acc4a0.png" }, - { - "if": { - "and": [ - "operator=CPH", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cph-3aeb55.undefined" - }, { "if": { "and": [ @@ -245606,43 +122154,6 @@ }, "then": "./assets/data/nsi/logos/creos-6d4ec8.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-569b0d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-f1135f.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-acc4a0.undefined" - }, { "if": { "and": [ @@ -245671,29 +122182,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-32b37c.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Dakshin Haryana Bijli Vitran Nigam Limited", - "operator:short=DHBVN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dakshinharyanabijlivitrannigamlimited-487ae0.undefined" - }, - { - "if": { - "and": [ - "operator=Dala Energi", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dalaenergi-44b3db.undefined" - }, { "if": { "and": [ @@ -245750,20 +122238,6 @@ }, "then": "./assets/data/nsi/logos/decaturutilities-569b0d.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Delaware Electric Cooperative", - "operator:wikidata=Q39057203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delawareelectriccooperative-2687bf.undefined" - }, { "if": { "and": [ @@ -245792,24 +122266,6 @@ }, "then": "./assets/data/nsi/logos/demco-403aa2.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-8b6162.undefined" - }, - { - "if": { - "and": [ - "operator=Dessauer Stromversorgung GmbH", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dessauerstromversorgunggmbh-7ff171.undefined" - }, { "if": { "and": [ @@ -245824,38 +122280,6 @@ }, "then": "./assets/data/nsi/logos/deutschebahn-7ff171.png" }, - { - "if": { - "and": [ - "operator=Deval", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/deval-5e9b52.undefined" - }, - { - "if": { - "and": [ - "operator=Dixie Electric Power Association", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dixieelectricpowerassociation-142bdd.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Dolomiti Energia", - "operator:wikidata=Q3712703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dolomitienergia-5e9b52.undefined" - }, { "if": { "and": [ @@ -245870,20 +122294,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-c6b596.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-a4e218.undefined" - }, { "if": { "and": [ @@ -245898,15 +122308,6 @@ }, "then": "./assets/data/nsi/logos/dowchemicalcompany-301545.jpg" }, - { - "if": { - "and": [ - "operator=DPMB", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dpmb-fd39e1.undefined" - }, { "if": { "and": [ @@ -245949,30 +122350,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-22dfff.fff" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-4ca958.undefined" - }, - { - "if": { - "and": [ - "operator=Duck River Electric Membership Corporation", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/duckriverelectricmembershipcorporation-a96cd6.undefined" - }, { "if": { "and": [ @@ -246085,15 +122462,6 @@ }, "then": "./assets/data/nsi/logos/ewerkmittelbaden-dda049.jpg" }, - { - "if": { - "and": [ - "operator=E-Werk Perg", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ewerkperg-faf755.undefined" - }, { "if": { "and": [ @@ -246108,85 +122476,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-b09616.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=E.E. Ambato", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eeambato-b68855.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=E.E. Centro Sur", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-b68855.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=E.E. Cotopaxi", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecotopaxi-b68855.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=E.E. Norte", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eenorte-b68855.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=E.E. Quito", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eequito-b68855.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eesur-b68855.undefined" - }, { "if": { "and": [ @@ -246215,43 +122504,6 @@ }, "then": "./assets/data/nsi/logos/eonnetz-7ff171.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EA Networks", - "operator:wikidata=Q5357785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eanetworks-8d74a7.undefined" - }, - { - "if": { - "and": [ - "operator=EAG", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eag-d5d274.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EAM Netz", - "operator:wikidata=Q124377769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eamnetz-a64edc.undefined" - }, { "if": { "and": [ @@ -246280,20 +122532,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-148f21.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-8d74a7.undefined" - }, { "if": { "and": [ @@ -246308,15 +122546,6 @@ }, "then": "./assets/data/nsi/logos/ednetze-dda049.jpg" }, - { - "if": { - "and": [ - "operator=EDE", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ede-998f8d.undefined" - }, { "if": { "and": [ @@ -246359,21 +122588,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-4428e8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-c1b5f3.undefined" - }, { "if": { "and": [ @@ -246404,24 +122618,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-acc4a0.jpg" }, - { - "if": { - "and": [ - "operator=EDS", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eds-0be006.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eed-998f8d.undefined" - }, { "if": { "and": [ @@ -246450,20 +122646,6 @@ }, "then": "./assets/data/nsi/logos/egd-fd39e1.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-8e3368.undefined" - }, { "if": { "and": [ @@ -246520,34 +122702,6 @@ }, "then": "./assets/data/nsi/logos/ekz-dc04c1.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Electrabel", - "operator:wikidata=Q608323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electrabel-531b98.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-e597e3.undefined" - }, { "if": { "and": [ @@ -246563,22 +122717,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-fc3a87.png" }, - { - "if": { - "and": [ - "power=substation", - "substation=distribution", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-d85383.undefined" - }, { "if": { "and": [ @@ -246593,51 +122731,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-a368ae.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-fb8dd8.undefined" - }, - { - "if": { - "and": [ - "operator=Electro Dunas", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/electrodunas-c900f8.undefined" - }, - { - "if": { - "and": [ - "operator=Electrocentro", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/electrocentro-c900f8.undefined" - }, - { - "if": { - "and": [ - "operator=Elektra Čakovec", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elektracakovec-7b849a.undefined" - }, - { - "if": { - "and": [ - "operator=Elektra Hemberg", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elektrahemberg-c1b88d.undefined" - }, { "if": { "and": [ @@ -246652,29 +122745,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-6bba64.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektrizitätswerk Hindelang", - "operator:wikidata=Q130392021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrizitatswerkhindelang-218486.undefined" - }, - { - "if": { - "and": [ - "operator=Elektrizitätswerke Eisenhuber GmbH & Co KG", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elektrizitatswerkeeisenhubergmbhandcokg-feb489.undefined" - }, { "if": { "and": [ @@ -246689,88 +122759,6 @@ }, "then": "./assets/data/nsi/logos/elektrizitatswerkereutte-31e6bd.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-acc4a0.undefined" - }, - { - "if": { - "and": [ - "operator=Elektro Primorska", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elektroprimorska-71ceba.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-71ceba.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektroenergieversorgung Cottbus", - "operator:short=EVC", - "operator:wikidata=Q130392036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroenergieversorgungcottbus-f7a8ec.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-0be006.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elektroprenos BiH", - "operator:wikidata=Q3050657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroprenosbih-e68224.undefined" - }, { "if": { "and": [ @@ -246799,49 +122787,6 @@ }, "then": "./assets/data/nsi/logos/elering-6bba64.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-bfb732.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-acc4a0.undefined" - }, { "if": { "and": [ @@ -246856,29 +122801,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-acc4a0.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-acc4a0.undefined" - }, - { - "if": { - "and": [ - "operator=Elfsm", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elfsm-acc4a0.undefined" - }, { "if": { "and": [ @@ -246893,29 +122815,6 @@ }, "then": "./assets/data/nsi/logos/elia-531b98.png" }, - { - "if": { - "and": [ - "operator=Elias", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/elias-6d4ec8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -246930,20 +122829,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-44b3db.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-ba6ae8.undefined" - }, { "if": { "and": [ @@ -246972,20 +122857,6 @@ }, "then": "./assets/data/nsi/logos/elvia-ba6ae8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-998f8d.undefined" - }, { "if": { "and": [ @@ -247016,15 +122887,6 @@ }, "then": "./assets/data/nsi/logos/empresaspublicasdemedellin-8e2bec.svg" }, - { - "if": { - "and": [ - "operator=Enarga Operator Oddział Toruń", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/enargaoperatoroddzialtorun-83e94a.undefined" - }, { "if": { "and": [ @@ -247137,20 +122999,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribucionchile-6cc51c.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Enel Distribución Perú", - "operator:wikidata=Q72718459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribucionperu-c900f8.undefined" - }, { "if": { "and": [ @@ -247165,20 +123013,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-acc4a0.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-acc4a0.undefined" - }, { "if": { "and": [ @@ -247235,20 +123069,6 @@ }, "then": "./assets/data/nsi/logos/enemalta-79e49d.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-1af6be.undefined" - }, { "if": { "and": [ @@ -247277,20 +123097,6 @@ }, "then": "./assets/data/nsi/logos/energa-83e94a.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energetics Electricity", - "operator:wikidata=Q114567327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energeticselectricity-3f58d2.undefined" - }, { "if": { "and": [ @@ -247419,20 +123225,6 @@ }, "then": "./assets/data/nsi/logos/energiewaldeckfrankenberg-43eb08.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energienetze Berlin", - "operator:wikidata=Q124377857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energienetzeberlin-e93127.undefined" - }, { "if": { "and": [ @@ -247448,53 +123240,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-4afb0a.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Ottobrunn", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungottobrunn-218486.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energieversorgung Rottenburg am Neckar", - "operator:short=EVR", - "operator:wikidata=Q124443785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungrottenburgamneckar-dda049.undefined" - }, - { - "if": { - "and": [ - "operator=EnergiFyn Distribution", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/energifyndistribution-3aeb55.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EnergiMidt", - "operator:wikidata=Q12310093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energimidt-3aeb55.undefined" - }, { "if": { "and": [ @@ -247509,90 +123254,6 @@ }, "then": "./assets/data/nsi/logos/energinet-3aeb55.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-31617d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-32600e.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-26c4cf.undefined" - }, { "if": { "and": [ @@ -247621,20 +123282,6 @@ }, "then": "./assets/data/nsi/logos/engie-fc3a87.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-ba6ae8.undefined" - }, { "if": { "and": [ @@ -247747,20 +123394,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-3e5609.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-dd3a39.undefined" - }, { "if": { "and": [ @@ -247845,90 +123478,6 @@ }, "then": "./assets/data/nsi/logos/eps-0be006.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-acc4a0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-975d2b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-8346b4.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-d63048.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-bebe98.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-9bff89.undefined" - }, { "if": { "and": [ @@ -247943,15 +123492,6 @@ }, "then": "./assets/data/nsi/logos/equatorialenergiapiaui-5d7987.jpg" }, - { - "if": { - "and": [ - "operator=ERDF", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/erdf-90b6b6.undefined" - }, { "if": { "and": [ @@ -248009,34 +123549,6 @@ }, "then": "./assets/data/nsi/logos/eskom-ae9b5d.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ESO", - "operator:wikidata=Q22691779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eso-d3558e.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ESP Electricity", - "operator:wikidata=Q114567232" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/espelectricity-3f58d2.undefined" - }, { "if": { "and": [ @@ -248051,24 +123563,6 @@ }, "then": "./assets/data/nsi/logos/essentialenergy-b07c08.jpg" }, - { - "if": { - "and": [ - "operator=ESSeyssel", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/esseyssel-5ba542.undefined" - }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-ae9b5d.undefined" - }, { "if": { "and": [ @@ -248084,15 +123578,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-08b603.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eti-998f8d.undefined" - }, { "if": { "and": [ @@ -248108,20 +123593,6 @@ }, "then": "./assets/data/nsi/logos/eugenewaterandelectricboard-404227.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=European Energy", - "operator:wikidata=Q66325802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/europeanenergy-7c28d5.undefined" - }, { "if": { "and": [ @@ -248236,15 +123707,6 @@ }, "then": "./assets/data/nsi/logos/evs-26c4cf.png" }, - { - "if": { - "and": [ - "operator=EWA", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ewa-73830d.undefined" - }, { "if": { "and": [ @@ -248273,20 +123735,6 @@ }, "then": "./assets/data/nsi/logos/ewe-7ff171.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EWE Netz", - "operator:wikidata=Q42825991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewenetz-7ff171.undefined" - }, { "if": { "and": [ @@ -248329,20 +123777,6 @@ }, "then": "./assets/data/nsi/logos/eww-faf755.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=EWW", - "operator:wikidata=Q15445360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eww-3d4bad.undefined" - }, { "if": { "and": [ @@ -248385,20 +123819,6 @@ }, "then": "./assets/data/nsi/logos/fagne-ba6ae8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=FairNetz", - "operator:wikidata=Q1392985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairnetz-dda049.undefined" - }, { "if": { "and": [ @@ -248414,34 +123834,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-32600e.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Fenaka Vaikaradhoo Branch", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenakavaikaradhoobranch-50d5ac.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-108ef7.undefined" - }, { "if": { "and": [ @@ -248456,20 +123848,6 @@ }, "then": "./assets/data/nsi/logos/fingrid-a5d6ed.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=First Electric Cooperative", - "operator:wikidata=Q16993371" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstelectriccooperative-5f1fb8.undefined" - }, { "if": { "and": [ @@ -248498,34 +123876,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-ba6ae8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-000ad2.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-569b0d.undefined" - }, { "if": { "and": [ @@ -248540,15 +123890,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-8432e2.png" }, - { - "if": { - "and": [ - "operator=Flow Elnet", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/flowelnet-3aeb55.undefined" - }, { "if": { "and": [ @@ -248577,20 +123918,6 @@ }, "then": "./assets/data/nsi/logos/fluvius-531b98.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-ebf474.undefined" - }, { "if": { "and": [ @@ -248619,35 +123946,6 @@ }, "then": "./assets/data/nsi/logos/fortum-8c6066.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-32600e.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Freitaler Stadtwerke", - "operator:short=FSW", - "operator:wikidata=Q130392101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freitalerstadtwerke-8b3810.undefined" - }, { "if": { "and": [ @@ -248677,21 +123975,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-8432e2.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-9e5147.undefined" - }, { "if": { "and": [ @@ -248706,15 +123989,6 @@ }, "then": "./assets/data/nsi/logos/gavleenergi-44b3db.png" }, - { - "if": { - "and": [ - "operator=Gedia", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/gedia-90b6b6.undefined" - }, { "if": { "and": [ @@ -248729,63 +124003,6 @@ }, "then": "./assets/data/nsi/logos/geg-90b6b6.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Gemeindewerke Bovenden", - "operator:wikidata=Q130392121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkebovenden-1af6be.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Gemeindewerke Haßloch", - "operator:short=GWH", - "operator:wikidata=Q124462821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkehassloch-4afb0a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-2fdc13.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Gérédis", - "operator:wikidata=Q112115590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geredis-13969f.undefined" - }, { "if": { "and": [ @@ -248801,35 +124018,6 @@ }, "then": "./assets/data/nsi/logos/gewwilhelmshaven-1af6be.jpg" }, - { - "if": { - "and": [ - "power=substation", - "substation=transmission", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-d85383.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-000ad2.undefined" - }, { "if": { "and": [ @@ -248844,20 +124032,6 @@ }, "then": "./assets/data/nsi/logos/gladeselectriccoop-8432e2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Glitre Energi", - "operator:wikidata=Q5376857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glitreenergi-ba6ae8.undefined" - }, { "if": { "and": [ @@ -248915,30 +124089,6 @@ }, "then": "./assets/data/nsi/logos/greatriverenergy-301545.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-b0fd3c.undefined" - }, - { - "if": { - "and": [ - "operator=GreenAlp", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/greenalp-90b6b6.undefined" - }, { "if": { "and": [ @@ -248967,15 +124117,6 @@ }, "then": "./assets/data/nsi/logos/greenvilleutilitiescommission-32600e.jpg" }, - { - "if": { - "and": [ - "operator=Griug", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/griug-ba6ae8.undefined" - }, { "if": { "and": [ @@ -248990,15 +124131,6 @@ }, "then": "./assets/data/nsi/logos/groupee-dc04c1.jpg" }, - { - "if": { - "and": [ - "operator=GTC", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/gtc-3f58d2.undefined" - }, { "if": { "and": [ @@ -249014,21 +124146,6 @@ }, "then": "./assets/data/nsi/logos/guadalupevalleyelectriccooperative-301545.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Gulf Power", - "operator:short=GPC", - "operator:wikidata=Q5617509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gulfpower-301545.undefined" - }, { "if": { "and": [ @@ -249071,15 +124188,6 @@ }, "then": "./assets/data/nsi/logos/haugalandkraftnett-ba6ae8.png" }, - { - "if": { - "and": [ - "operator=Havnett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/havnett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -249094,52 +124202,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-5d1a50.jpg" }, - { - "if": { - "and": [ - "operator=Helen Sähköverkko Oy", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/helensahkoverkkooy-a5d6ed.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-7b849a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Herzo Werke", - "operator:wikidata=Q113464934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herzowerke-218486.undefined" - }, - { - "if": { - "and": [ - "operator=Hidrandina", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/hidrandina-c900f8.undefined" - }, { "if": { "and": [ @@ -249182,15 +124244,6 @@ }, "then": "./assets/data/nsi/logos/hs1ltd-3f58d2.svg" }, - { - "if": { - "and": [ - "operator=HSN", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/hsn-7ff171.undefined" - }, { "if": { "and": [ @@ -249205,20 +124258,6 @@ }, "then": "./assets/data/nsi/logos/huntsvilleutilities-569b0d.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-214de1.undefined" - }, { "if": { "and": [ @@ -249261,15 +124300,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-72b7fb.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-72b7fb.undefined" - }, { "if": { "and": [ @@ -249371,15 +124401,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-e785bc.png" }, - { - "if": { - "and": [ - "operator=Indre Hordaland KraftNett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/indrehordalandkraftnett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -249422,15 +124443,6 @@ }, "then": "./assets/data/nsi/logos/infraestruturasdeportugal-108ef7.jpg" }, - { - "if": { - "and": [ - "operator=Infrastruktur Zürichsee AG", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/infrastrukturzurichseeag-42bdec.undefined" - }, { "if": { "and": [ @@ -249460,21 +124472,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-844d97.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-8e2bec.undefined" - }, { "if": { "and": [ @@ -249533,24 +124530,6 @@ }, "then": "./assets/data/nsi/logos/irishrail-705ceb.ceb" }, - { - "if": { - "and": [ - "operator=ISalten Nett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/isaltennett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Italgen", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/italgen-5e9b52.undefined" - }, { "if": { "and": [ @@ -249594,20 +124573,6 @@ }, "then": "./assets/data/nsi/logos/jacksonvilleelectricauthority-ec30f3.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Jemena", - "operator:wikidata=Q6177098" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jemena-e597e3.undefined" - }, { "if": { "and": [ @@ -249651,20 +124616,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-569b0d.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-32600e.undefined" - }, { "if": { "and": [ @@ -249698,20 +124649,6 @@ }, "then": "./assets/data/nsi/logos/eastjapanrailwaycompany-85251b.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-f4cd35.undefined" - }, { "if": { "and": [ @@ -249727,21 +124664,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-2b5e72.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-a84f0c.undefined" - }, { "if": { "and": [ @@ -249771,20 +124693,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-6f0d53.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-6f0d53.undefined" - }, { "if": { "and": [ @@ -249800,15 +124708,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-487ae0.jpg" }, - { - "if": { - "and": [ - "operator=KiesZon", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/kieszon-01f022.undefined" - }, { "if": { "and": [ @@ -249866,29 +124765,6 @@ }, "then": "./assets/data/nsi/logos/kommenergie-218486.jpg" }, - { - "if": { - "and": [ - "operator=KPLC", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/kplc-891a5a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-487ae0.undefined" - }, { "if": { "and": [ @@ -249903,33 +124779,6 @@ }, "then": "./assets/data/nsi/logos/kreiswerkemainkinzig-43eb08.jpg" }, - { - "if": { - "and": [ - "operator=KSS", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/kss-a5d6ed.undefined" - }, - { - "if": { - "and": [ - "operator=Kungälv Energi", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/kungalvenergi-44b3db.undefined" - }, - { - "if": { - "and": [ - "operator=Kvam Energi Nett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/kvamenerginett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -249974,34 +124823,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-403aa2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-7f1990.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-22dfff.undefined" - }, { "if": { "and": [ @@ -250032,38 +124853,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-218486.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=LeGa Nett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/leganett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-343b7a.undefined" - }, { "if": { "and": [ @@ -250078,35 +124867,6 @@ }, "then": "./assets/data/nsi/logos/liander-01f022.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-5ceefd.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-acc4a0.undefined" - }, { "if": { "and": [ @@ -250121,15 +124881,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-9705f8.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/linea-ba6ae8.undefined" - }, { "if": { "and": [ @@ -250144,20 +124895,6 @@ }, "then": "./assets/data/nsi/logos/linja-ba6ae8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Linn County REC", - "operator:wikidata=Q115691646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/linncountyrec-49fcf5.undefined" - }, { "if": { "and": [ @@ -250172,43 +124909,6 @@ }, "then": "./assets/data/nsi/logos/linzag-91958b.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=LISEA", - "operator:wikidata=Q55597561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lisea-90b6b6.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=London Power Network Public Limited Company", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/londonpowernetworkpubliclimitedcompany-3f58d2.undefined" - }, { "if": { "and": [ @@ -250223,20 +124923,6 @@ }, "then": "./assets/data/nsi/logos/londonunderground-a368ae.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-203caa.undefined" - }, { "if": { "and": [ @@ -250309,52 +124995,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-9e5147.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Lumbee River EMC", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/lumbeeriveremc-32600e.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Luz del Sur", - "operator:wikidata=Q6706549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luzdelsur-c900f8.undefined" - }, - { - "if": { - "and": [ - "operator=LWU", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/lwu-8432e2.undefined" - }, { "if": { "and": [ @@ -250384,15 +125024,6 @@ }, "then": "./assets/data/nsi/logos/magdeburgerverkehrsbetriebe-caeb06.jpg" }, - { - "if": { - "and": [ - "operator=MainPower", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/mainpower-8d74a7.undefined" - }, { "if": { "and": [ @@ -250407,20 +125038,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-20fa2d.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-831ba8.undefined" - }, { "if": { "and": [ @@ -250449,20 +125066,6 @@ }, "then": "./assets/data/nsi/logos/marathonpipeline-301545.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-c1aa6d.undefined" - }, { "if": { "and": [ @@ -250477,20 +125080,6 @@ }, "then": "./assets/data/nsi/logos/marke-26c4cf.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Marlborough Lines", - "operator:wikidata=Q6771674" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marlboroughlines-8d74a7.undefined" - }, { "if": { "and": [ @@ -250519,57 +125108,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-569b0d.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-5d1a50.undefined" - }, - { - "if": { - "and": [ - "operator=MÁV", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/mav-998f8d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-998f8d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-ba6ae8.undefined" - }, { "if": { "and": [ @@ -250627,15 +125165,6 @@ }, "then": "./assets/data/nsi/logos/metra-09b582.png" }, - { - "if": { - "and": [ - "operator=Mi Tren", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/mitren-14ffd1.undefined" - }, { "if": { "and": [ @@ -250650,20 +125179,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-2b8f9e.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -250678,29 +125193,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-2b5e72.jpg" }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-6cc51c.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-6cc51c.undefined" - }, { "if": { "and": [ @@ -250729,20 +125221,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-d70eed.eed" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-000ad2.undefined" - }, { "if": { "and": [ @@ -250757,20 +125235,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-142bdd.bdd" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-b44a46.undefined" - }, { "if": { "and": [ @@ -250785,58 +125249,6 @@ }, "then": "./assets/data/nsi/logos/monpower-0ffdee.dee" }, - { - "if": { - "and": [ - "operator=Mountain Parks Electric", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/mountainparkselectric-80514d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-487ae0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-11d4cb.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-218486.undefined" - }, { "if": { "and": [ @@ -250909,20 +125321,6 @@ }, "then": "./assets/data/nsi/logos/nationalgridelectricitydistribution-a368ae.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=National Grid Electricity Distribution (South West) plc", - "operator:wikidata=Q114397866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalgridelectricitydistributionsouthwestplc-3f58d2.undefined" - }, { "if": { "and": [ @@ -250953,63 +125351,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-a35217.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=NEAS AS", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neasas-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-9705f8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - "substation=distribution", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-d85383.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Nelson Mandela Bay Municipality", - "operator:wikidata=Q1856565" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nelsonmandelabaymunicipality-ae9b5d.undefined" - }, { "if": { "and": [ @@ -251024,29 +125365,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-acc4a0.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-febfc5.undefined" - }, - { - "if": { - "and": [ - "operator=Nettselskapet", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/nettselskapet-ba6ae8.undefined" - }, { "if": { "and": [ @@ -251061,20 +125379,6 @@ }, "then": "./assets/data/nsi/logos/networkrail-3f58d2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Network Tasman", - "operator:wikidata=Q108403115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/networktasman-8d74a7.undefined" - }, { "if": { "and": [ @@ -251089,20 +125393,6 @@ }, "then": "./assets/data/nsi/logos/networkwaitaki-8d74a7.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-dc07d3.undefined" - }, { "if": { "and": [ @@ -251117,35 +125407,6 @@ }, "then": "./assets/data/nsi/logos/netzno-3e6be9.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netz Oberösterreich", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoberosterreich-3e6be9.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netzdienste Rhein-Main", - "operator:short=NRM", - "operator:wikidata=Q124463068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzdiensterheinmain-bd90a4.undefined" - }, { "if": { "and": [ @@ -251160,49 +125421,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-dda049.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-caeb06.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netzgesellschaft Gütersloh", - "operator:wikidata=Q124462977" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftgutersloh-26c4cf.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Netzgesellschaft Potsdam", - "operator:short=NGP", - "operator:wikidata=Q124463008" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftpotsdam-f7a8ec.undefined" - }, { "if": { "and": [ @@ -251273,15 +125491,6 @@ }, "then": "./assets/data/nsi/logos/newfoundlandpower-dca6c2.png" }, - { - "if": { - "and": [ - "operator=Nexel", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/nexel-3aeb55.undefined" - }, { "if": { "and": [ @@ -251310,15 +125519,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-285315.jpg" }, - { - "if": { - "and": [ - "operator=NIPSCO", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/nipsco-e785bc.undefined" - }, { "if": { "and": [ @@ -251334,44 +125534,6 @@ }, "then": "./assets/data/nsi/logos/njtransit-e36655.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-998f8d.undefined" - }, - { - "if": { - "and": [ - "operator=NÖ Netz EVN Gruppe", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/nonetzevngruppe-feb489.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -251386,34 +125548,6 @@ }, "then": "./assets/data/nsi/logos/nordkraftnett-ba6ae8.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Nordkyn Kraftlag", - "operator:wikidata=Q90859310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordkynkraftlag-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -251428,34 +125562,6 @@ }, "then": "./assets/data/nsi/logos/norfolkandnorwichuniversityhospitaltrust-3f58d2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-5f1fb8.undefined" - }, { "if": { "and": [ @@ -251470,15 +125576,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-a368ae.jpg" }, - { - "if": { - "and": [ - "operator=Northern Powergrid (Northeast) Limited", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/northernpowergridnortheastlimited-3f58d2.undefined" - }, { "if": { "and": [ @@ -251549,29 +125646,6 @@ }, "then": "./assets/data/nsi/logos/novec-b14c84.jpg" }, - { - "if": { - "and": [ - "operator=NSTAR", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/nstar-96efe5.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-8cd436.undefined" - }, { "if": { "and": [ @@ -251642,44 +125716,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-203caa.caa" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-3e6be9.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Ohio Power", - "operator:wikidata=Q115902499" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ohiopower-7dabf9.undefined" - }, - { - "if": { - "and": [ - "operator=Oiken", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/oiken-8fe274.undefined" - }, { "if": { "and": [ @@ -251723,20 +125759,6 @@ }, "then": "./assets/data/nsi/logos/oncor-9e5147.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-eaf12f.undefined" - }, { "if": { "and": [ @@ -251794,29 +125816,6 @@ }, "then": "./assets/data/nsi/logos/osterholzerstadtwerke-1af6be.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=OstHessenNetz", - "operator:wikidata=Q124463176" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osthessennetz-71b188.undefined" - }, - { - "if": { - "and": [ - "operator=OtagoNet Joint Venture", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/otagonetjointventure-8d74a7.undefined" - }, { "if": { "and": [ @@ -251845,34 +125844,6 @@ }, "then": "./assets/data/nsi/logos/oulunenergiasiirtojajakelu-a5d6ed.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ovag Netz", - "operator:wikidata=Q128480682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ovagnetz-43eb08.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-3e7f38.undefined" - }, { "if": { "and": [ @@ -251916,24 +125887,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-301545.svg" }, - { - "if": { - "and": [ - "operator=Paulding Putnam REA", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/pauldingputnamrea-c57180.undefined" - }, - { - "if": { - "and": [ - "operator=PBE", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/pbe-531b98.undefined" - }, { "if": { "and": [ @@ -251948,15 +125901,6 @@ }, "then": "./assets/data/nsi/logos/pea-8cb22b.jpg" }, - { - "if": { - "and": [ - "operator=Pearl River Valley Electric Power Association", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/pearlrivervalleyelectricpowerassociation-142bdd.undefined" - }, { "if": { "and": [ @@ -251999,21 +125943,6 @@ }, "then": "./assets/data/nsi/logos/penelec-6d7b97.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-851165.undefined" - }, { "if": { "and": [ @@ -252071,29 +126000,6 @@ }, "then": "./assets/data/nsi/logos/pfalzwerkeag-4afb0a.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=PGCB", - "operator:wikidata=Q16254830" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pgcb-66abba.undefined" - }, - { - "if": { - "and": [ - "operator=PGCIL", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/pgcil-487ae0.undefined" - }, { "if": { "and": [ @@ -252266,21 +126172,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-46c365.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-f803e3.undefined" - }, { "if": { "and": [ @@ -252323,34 +126214,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-ca331e.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Products (SE) Pipe Line Corporation", - "operator:wikidata=Q130233116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/productssepipelinecorporation-301545.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-301545.undefined" - }, { "if": { "and": [ @@ -252365,15 +126228,6 @@ }, "then": "./assets/data/nsi/logos/prorail-01f022.png" }, - { - "if": { - "and": [ - "operator=Protrans BC", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/protransbc-9c288b.undefined" - }, { "if": { "and": [ @@ -252389,20 +126243,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-b5d3f3.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-80514d.undefined" - }, { "if": { "and": [ @@ -252447,20 +126287,6 @@ }, "then": "./assets/data/nsi/logos/pugetsoundenergy-99a087.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=PVU", - "operator:wikidata=Q124463201" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pvu-f7a8ec.undefined" - }, { "if": { "and": [ @@ -252503,42 +126329,6 @@ }, "then": "./assets/data/nsi/logos/ratp-90b6b6.jpg" }, - { - "if": { - "and": [ - "operator=RE Busko", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rebusko-83e94a.undefined" - }, - { - "if": { - "and": [ - "operator=RE Jędrzejów", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rejedrzejow-83e94a.undefined" - }, - { - "if": { - "and": [ - "operator=RE Kozienice", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rekozienice-83e94a.undefined" - }, - { - "if": { - "and": [ - "operator=RE Miechów", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/remiechow-83e94a.undefined" - }, { "if": { "and": [ @@ -252554,24 +126344,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-294d99.jpg" }, - { - "if": { - "and": [ - "operator=Redding Electric Utility", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/reddingelectricutility-9f24bd.undefined" - }, - { - "if": { - "and": [ - "operator=Redwood Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/redwoodelectriccooperative-2f1b0a.undefined" - }, { "if": { "and": [ @@ -252600,61 +126372,6 @@ }, "then": "./assets/data/nsi/logos/ren-108ef7.svg" }, - { - "if": { - "and": [ - "operator=REP", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rep-c900f8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Repvåg Kraftlag", - "operator:wikidata=Q81318652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/repvagkraftlag-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=RESA", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/resa-531b98.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-90b6b6.undefined" - }, - { - "if": { - "and": [ - "operator=REThones", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rethones-90b6b6.undefined" - }, { "if": { "and": [ @@ -252697,15 +126414,6 @@ }, "then": "./assets/data/nsi/logos/rhodeislandenergy-ba677e.jpg" }, - { - "if": { - "and": [ - "operator=Rio Grande Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/riograndeelectriccooperative-9e5147.undefined" - }, { "if": { "and": [ @@ -252776,15 +126484,6 @@ }, "then": "./assets/data/nsi/logos/rosevilleelectric-9f24bd.jpg" }, - { - "if": { - "and": [ - "operator=RTB", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/rtb-f6524b.undefined" - }, { "if": { "and": [ @@ -252799,21 +126498,6 @@ }, "then": "./assets/data/nsi/logos/rte-90b6b6.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-f77b19.undefined" - }, { "if": { "and": [ @@ -252842,21 +126526,6 @@ }, "then": "./assets/data/nsi/logos/sbahnberlingmbh-7ff171.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-fb8dd8.undefined" - }, { "if": { "and": [ @@ -252914,15 +126583,6 @@ }, "then": "./assets/data/nsi/logos/sak-dc04c1.jpg" }, - { - "if": { - "and": [ - "operator=Sala-Heby Energi", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/salahebyenergi-44b3db.undefined" - }, { "if": { "and": [ @@ -252952,15 +126612,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-d5d274.jpg" }, - { - "if": { - "and": [ - "operator=Sam Houston Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/samhoustonelectriccooperative-9e5147.undefined" - }, { "if": { "and": [ @@ -252976,15 +126627,6 @@ }, "then": "./assets/data/nsi/logos/sandiegogasandelectric-bc961e.jpg" }, - { - "if": { - "and": [ - "operator=Sand Mountain Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sandmountainelectriccooperative-569b0d.undefined" - }, { "if": { "and": [ @@ -253056,38 +126698,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-3f58d2.jpg" }, - { - "if": { - "and": [ - "operator=SEAL", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/seal-c900f8.undefined" - }, - { - "if": { - "and": [ - "operator=Selnet", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/selnet-5e9b52.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Semitag", - "operator:wikidata=Q3487837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/semitag-90b6b6.undefined" - }, { "if": { "and": [ @@ -253102,43 +126712,6 @@ }, "then": "./assets/data/nsi/logos/senelec-4b249c.jpg" }, - { - "if": { - "and": [ - "operator=SER", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ser-5e9b52.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Sevillana de Electricidad", - "operator:wikidata=Q2876789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sevillanadeelectricidad-294d99.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-9e5147.undefined" - }, { "if": { "and": [ @@ -253167,29 +126740,6 @@ }, "then": "./assets/data/nsi/logos/sicaedelasommeetducambraisis-90b6b6.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=SICAE Oise", - "operator:wikidata=Q112115524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sicaeoise-86d13b.undefined" - }, - { - "if": { - "and": [ - "operator=Singing River Electric Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/singingriverelectriccooperative-142bdd.undefined" - }, { "if": { "and": [ @@ -253247,15 +126797,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-90b6b6.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/snel-d22ec3.undefined" - }, { "if": { "and": [ @@ -253301,29 +126842,6 @@ }, "then": "./assets/data/nsi/logos/sonelgaz-34b5c5.jpg" }, - { - "if": { - "and": [ - "operator=Sorea", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sorea-90b6b6.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-9e5147.undefined" - }, { "if": { "and": [ @@ -253367,29 +126885,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-5f1fb8.jpg" }, - { - "if": { - "and": [ - "operator=Southwest Tennessee Electric Membership Corporation", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/southwesttennesseeelectricmembershipcorporation-a96cd6.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-6f5c1b.undefined" - }, { "if": { "and": [ @@ -253404,29 +126899,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-3f58d2.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-6ff402.undefined" - }, - { - "if": { - "and": [ - "operator=SPPG", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sppg-ad1c09.undefined" - }, { "if": { "and": [ @@ -253442,38 +126914,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-404227.jpg" }, - { - "if": { - "and": [ - "operator=SR", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sr-487ae0.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-90b6b6.undefined" - }, - { - "if": { - "and": [ - "operator=SSE Power Distribution", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ssepowerdistribution-3f58d2.undefined" - }, { "if": { "and": [ @@ -253587,20 +127027,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeaugsburg-218486.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Bad Aibling", - "operator:wikidata=Q124472215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadaibling-218486.undefined" - }, { "if": { "and": [ @@ -253686,48 +127112,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkebruhl-26c4cf.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Brunsbüttel", - "operator:wikidata=Q124472308" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebrunsbuttel-5fcfdc.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Dülmen", - "operator:wikidata=Q124472352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkedulmen-26c4cf.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Elmshorn", - "operator:wikidata=Q124472368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeelmshorn-5fcfdc.undefined" - }, { "if": { "and": [ @@ -253784,20 +127168,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkegiessen-43eb08.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Glückstadt", - "operator:wikidata=Q124472428" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkegluckstadt-5fcfdc.undefined" - }, { "if": { "and": [ @@ -253854,34 +127224,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkehamm-26c4cf.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Harsewinkel", - "operator:wikidata=Q124475060" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeharsewinkel-26c4cf.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Heidelberg Netze", - "operator:wikidata=Q124475127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeheidelbergnetze-dda049.undefined" - }, { "if": { "and": [ @@ -253939,48 +127281,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeingolstadt-218486.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Itzehoe", - "operator:wikidata=Q124475205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeitzehoe-5fcfdc.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Kaltenkirchen", - "operator:wikidata=Q124475228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekaltenkirchen-5fcfdc.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Karlsruhe Netzservice", - "operator:wikidata=Q124476041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-dda049.undefined" - }, { "if": { "and": [ @@ -254052,20 +127352,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelemgo-26c4cf.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Lippstadt", - "operator:wikidata=Q124476209" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkelippstadt-26c4cf.undefined" - }, { "if": { "and": [ @@ -254080,20 +127366,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelubeck-5fcfdc.fdc" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Ludwigsfelde", - "operator:wikidata=Q124476251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeludwigsfelde-f7a8ec.undefined" - }, { "if": { "and": [ @@ -254211,20 +127483,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkenorderstedt-5fcfdc.fdc" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Nordfriesland Netz", - "operator:wikidata=Q130392259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkenordfrieslandnetz-5fcfdc.undefined" - }, { "if": { "and": [ @@ -254270,20 +127528,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkepirmasens-4afb0a.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Pirna Energie", - "operator:wikidata=Q124480475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkepirnaenergie-8b3810.undefined" - }, { "if": { "and": [ @@ -254313,34 +127557,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkequedlinburg-caeb06.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Quickborn", - "operator:wikidata=Q124476383" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkequickborn-5fcfdc.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Radolfzell", - "operator:wikidata=Q124476398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeradolfzell-dda049.undefined" - }, { "if": { "and": [ @@ -254355,34 +127571,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkerastatt-dda049.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Rostock", - "operator:wikidata=Q39524051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkerostock-58f462.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Roth", - "operator:wikidata=Q130557432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeroth-218486.undefined" - }, { "if": { "and": [ @@ -254397,20 +127585,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkesaarbrucken-af21d1.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Senftenberg", - "operator:wikidata=Q124476425" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkesenftenberg-f7a8ec.undefined" - }, { "if": { "and": [ @@ -254440,20 +127614,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkespeyer-4afb0a.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stadtwerke Tornesch-Netz", - "operator:wikidata=Q124476513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerketorneschnetz-5fcfdc.undefined" - }, { "if": { "and": [ @@ -254568,15 +127728,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeworgl-8d025f.jpg" }, - { - "if": { - "and": [ - "operator=Stannum", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/stannum-ba6ae8.undefined" - }, { "if": { "and": [ @@ -254633,50 +127784,6 @@ }, "then": "./assets/data/nsi/logos/stedin-01f022.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-83e94a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-0b2c83.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-052fd4.undefined" - }, { "if": { "and": [ @@ -254705,53 +127812,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-de1365.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stromnetzgesellschaft Herrenberg", - "operator:wikidata=Q124476721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stromnetzgesellschaftherrenberg-dda049.undefined" - }, - { - "if": { - "and": [ - "operator=Stromversorgung Angermünde GmbH", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/stromversorgungangermundegmbh-7ff171.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Stromversorgung Ismaning", - "operator:short=SVI", - "operator:wikidata=Q124476751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stromversorgungismaning-218486.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sts-6cc51c.undefined" - }, { "if": { "and": [ @@ -254780,15 +127840,6 @@ }, "then": "./assets/data/nsi/logos/sunflowerelectricpowercorporation-2b5e72.jpg" }, - { - "if": { - "and": [ - "operator=Sunndal Energi Nett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/sunndalenerginett-ba6ae8.undefined" - }, { "if": { "and": [ @@ -254846,20 +127897,6 @@ }, "then": "./assets/data/nsi/logos/swbenergieundwasser-26c4cf.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=SWE Erfurt Netz", - "operator:wikidata=Q124476895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sweerfurtnetz-402326.undefined" - }, { "if": { "and": [ @@ -254932,29 +127969,6 @@ }, "then": "./assets/data/nsi/logos/swk-26c4cf.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=SWKiel Netz GmbH", - "operator:wikidata=Q130385984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swkielnetzgmbh-7ff171.undefined" - }, - { - "if": { - "and": [ - "operator=SWR", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/swr-487ae0.undefined" - }, { "if": { "and": [ @@ -255026,43 +128040,6 @@ }, "then": "./assets/data/nsi/logos/tacomapower-301545.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-48f37a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=TANGEDCO", - "operator:wikidata=Q17074901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangedco-487ae0.undefined" - }, - { - "if": { - "and": [ - "operator=TANTRANSCO", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/tantransco-487ae0.undefined" - }, { "if": { "and": [ @@ -255121,20 +128098,6 @@ }, "then": "./assets/data/nsi/logos/technischewerkenaumburg-caeb06.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-8432e2.undefined" - }, { "if": { "and": [ @@ -255234,43 +128197,6 @@ }, "then": "./assets/data/nsi/logos/tensio-ba6ae8.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "operator=Termoenergetica", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/termoenergetica-e2eb53.undefined" - }, { "if": { "and": [ @@ -255285,20 +128211,6 @@ }, "then": "./assets/data/nsi/logos/terna-a69408.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Texas Eastern Transmission, LP", - "operator:wikidata=Q130233152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaseasterntransmissionlp-301545.undefined" - }, { "if": { "and": [ @@ -255314,29 +128226,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-9e5147.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=The Lines Company", - "operator:wikidata=Q108438789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thelinescompany-8d74a7.undefined" - }, - { - "if": { - "and": [ - "operator=The Power Company", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/thepowercompany-8d74a7.undefined" - }, { "if": { "and": [ @@ -255351,21 +128240,6 @@ }, "then": "./assets/data/nsi/logos/thugaenergie-dda049.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-402326.undefined" - }, { "if": { "and": [ @@ -255395,20 +128269,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-3e6be9.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=TNEB", - "operator:wikidata=Q7670848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tneb-487ae0.undefined" - }, { "if": { "and": [ @@ -255437,20 +128297,6 @@ }, "then": "./assets/data/nsi/logos/torontohydro-214de1.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Tramwaje Śląskie", - "operator:wikidata=Q9361097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tramwajeslaskie-83e94a.undefined" - }, { "if": { "and": [ @@ -255465,44 +128311,6 @@ }, "then": "./assets/data/nsi/logos/tramwajewarszawskie-83e94a.png" }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-e1c05a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - "substation=transmission", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-0c56bc.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-6cc51c.undefined" - }, { "if": { "and": [ @@ -255532,20 +128340,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-1266b7.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-6cc51c.undefined" - }, { "if": { "and": [ @@ -255574,15 +128368,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-dda049.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-e1c05a.undefined" - }, { "if": { "and": [ @@ -255611,20 +128396,6 @@ }, "then": "./assets/data/nsi/logos/transpowernewzealand-8d74a7.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=TraveNetz", - "operator:wikidata=Q124480620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/travenetz-5fcfdc.undefined" - }, { "if": { "and": [ @@ -255668,24 +128439,6 @@ }, "then": "./assets/data/nsi/logos/trimet-404227.png" }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-ae9b5d.undefined" - }, - { - "if": { - "and": [ - "operator=TSTRANSCO", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/tstransco-487ae0.undefined" - }, { "if": { "and": [ @@ -255716,20 +128469,6 @@ }, "then": "./assets/data/nsi/logos/turkiyecumhuriyetidevletdemiryollari-13aefb.efb" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Überlandwerk Erding", - "operator:wikidata=Q124480655" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkerding-218486.undefined" - }, { "if": { "and": [ @@ -255745,20 +128484,6 @@ }, "then": "./assets/data/nsi/logos/uberlandwerkleinetal-1af6be.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Überlandwerk Mittelbaden", - "operator:wikidata=Q124480690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkmittelbaden-dda049.undefined" - }, { "if": { "and": [ @@ -255787,53 +128512,6 @@ }, "then": "./assets/data/nsi/logos/umeaenergi-44b3db.png" }, - { - "if": { - "and": [ - "operator=Unareti", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/unareti-5e9b52.undefined" - }, - { - "if": { - "and": [ - "operator=Unifi", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/unifi-32600e.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Union Fenosa", - "operator:wikidata=Q2095439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosa-294d99.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-294d99.undefined" - }, { "if": { "and": [ @@ -255848,20 +128526,6 @@ }, "then": "./assets/data/nsi/logos/unison-8d74a7.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=United Energy", - "operator:wikidata=Q48790747" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedenergy-2fd8c0.undefined" - }, { "if": { "and": [ @@ -255876,15 +128540,6 @@ }, "then": "./assets/data/nsi/logos/unitedilluminatingcompany-83e51e.jpg" }, - { - "if": { - "and": [ - "operator=United Power", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/unitedpower-80514d.undefined" - }, { "if": { "and": [ @@ -255955,29 +128610,6 @@ }, "then": "./assets/data/nsi/logos/valesa-acc4a0.jpg" }, - { - "if": { - "and": [ - "operator=Vantaan Energia Sähköverkot Oy", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/vantaanenergiasahkoverkotoy-a5d6ed.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Varanger Kraft", - "operator:wikidata=Q7915448" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/varangerkraft-ba6ae8.undefined" - }, { "if": { "and": [ @@ -256034,24 +128666,6 @@ }, "then": "./assets/data/nsi/logos/vector-8d74a7.png" }, - { - "if": { - "and": [ - "operator=Veitur", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/veitur-7f1990.undefined" - }, - { - "if": { - "and": [ - "operator=Verbandsgemeindewerke Dahner Felsenland", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindewerkedahnerfelsenland-7ff171.undefined" - }, { "if": { "and": [ @@ -256080,21 +128694,6 @@ }, "then": "./assets/data/nsi/logos/verdo-3aeb55.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Vereinigte Stadtwerke Netz", - "operator:short=VS Netz", - "operator:wikidata=Q124485962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vereinigtestadtwerkenetz-5fcfdc.undefined" - }, { "if": { "and": [ @@ -256109,20 +128708,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-b24902.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-b24902.undefined" - }, { "if": { "and": [ @@ -256137,20 +128722,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-140c84.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Versorgungswerke Heddesheim", - "operator:wikidata=Q124486013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/versorgungswerkeheddesheim-dda049.undefined" - }, { "if": { "and": [ @@ -256165,20 +128736,6 @@ }, "then": "./assets/data/nsi/logos/vevig-ba6ae8.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=VEW", - "operator:wikidata=Q1642431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vew-26c4cf.undefined" - }, { "if": { "and": [ @@ -256193,29 +128750,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-294d99.png" }, - { - "if": { - "and": [ - "operator=Vineland Municipal Electric Utility", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/vinelandmunicipalelectricutility-e36655.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-73adb4.undefined" - }, { "if": { "and": [ @@ -256244,61 +128778,6 @@ }, "then": "./assets/data/nsi/logos/vissi-ba6ae8.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-123eda.undefined" - }, - { - "if": { - "and": [ - "operator=Volunteer Energy Cooperative", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/volunteerenergycooperative-a96cd6.undefined" - }, - { - "if": { - "and": [ - "operator=Vonett", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/vonett-ba6ae8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-b186b2.undefined" - }, - { - "if": { - "and": [ - "operator=Vores Elnet", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/voreselnet-3aeb55.undefined" - }, { "if": { "and": [ @@ -256386,24 +128865,6 @@ }, "then": "./assets/data/nsi/logos/wasserwerkezug-7ee2f7.png" }, - { - "if": { - "and": [ - "operator=Waterloo North Hydro", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/waterloonorthhydro-214de1.undefined" - }, - { - "if": { - "and": [ - "operator=WE Energies", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/weenergies-354e8e.undefined" - }, { "if": { "and": [ @@ -256418,48 +128879,6 @@ }, "then": "./assets/data/nsi/logos/welnetworks-8d74a7.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Wellington Electricity", - "operator:wikidata=Q7981392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wellingtonelectricity-8d74a7.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=WEMAG Netz", - "operator:wikidata=Q124486059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wemagnetz-d1ec93.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-b4e66c.undefined" - }, { "if": { "and": [ @@ -256489,35 +128908,6 @@ }, "then": "./assets/data/nsi/logos/westernareapoweradministration-301545.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Western Power", - "operator:wikidata=Q7988180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernpower-ba34d7.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Westfalen Weser Netz", - "operator:short=WWN", - "operator:wikidata=Q124371350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westfalenwesernetz-a4b8ed.undefined" - }, { "if": { "and": [ @@ -256546,20 +128936,6 @@ }, "then": "./assets/data/nsi/logos/westnetz-7ff171.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Westpower", - "operator:wikidata=Q105820572" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westpower-8d74a7.undefined" - }, { "if": { "and": [ @@ -256588,43 +128964,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-3e6be9.png" }, - { - "if": { - "and": [ - "operator=WO", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/wo-83e94a.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-22dfff.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-26c4cf.undefined" - }, { "if": { "and": [ @@ -256654,38 +128993,6 @@ }, "then": "./assets/data/nsi/logos/xcelenergy-301545.jpg" }, - { - "if": { - "and": [ - "operator=Yampa Valley Electric", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/yampavalleyelectric-80514d.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Západoslovenská distribučná", - "operator:wikidata=Q108169353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zapadoslovenskadistribucna-052fd4.undefined" - }, - { - "if": { - "and": [ - "operator=ZDMK", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/zdmk-83e94a.undefined" - }, { "if": { "and": [ @@ -256714,132 +129021,6 @@ }, "then": "./assets/data/nsi/logos/zesco-9cd713.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ДРСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/037cea-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Сетевая компания\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e19896-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО ОРЭС-Тольятти", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/fbbdbc-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО ОЭК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/1fec25-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/1547de-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО Самарская сетевая компания", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО Энергосетевая компания", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/73c515-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=АО Янтарьэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Белгородэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/73280b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Берёзовский РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f79783-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Брестэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/adbc9a-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Брянскэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/b5ae9b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Високовольтні мережі", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/536e49-b0b17c.undefined" - }, { "if": { "and": [ @@ -256856,146 +129037,6 @@ }, "then": "./assets/data/nsi/logos/vitebskenergo-1d411a.jpg" }, - { - "if": { - "and": [ - "operator=Вінницяобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/084a1e-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=ВМУ-2", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e6ee9e-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Волиньобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Воронежская Горэлектросеть", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/54f75b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Гомельэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dcbab1-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=ГорЭлектро", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/8b0f6a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Горэлектросети", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/bcde51-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Гродноэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/2e0acb-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=ГУП \"ГК Днестрэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/925ae9-ca331e.undefined" - }, - { - "if": { - "and": [ - "operator=Дніпровські електромережі", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/4fc9e1-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Донецькі електромережі", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/763ec9-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=ДЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/44f383-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Екатеринбургская электросетевая компания", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/11d53c-42843b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Електроенергиен системен оператор", - "operator:wikidata=Q12279650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/87d60e-250fb8.undefined" - }, - { - "if": { - "and": [ - "operator=ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/21e393-250fb8.undefined" - }, { "if": { "and": [ @@ -257012,255 +129053,6 @@ }, "then": "./assets/data/nsi/logos/elektroprivredasrbije-0be006.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-250fb8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-250fb8.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-250fb8.undefined" - }, - { - "if": { - "and": [ - "operator=ЕЭСК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/912089-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Житомиробленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/4419a9-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Закарпаттяобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/edc045-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"НРЕС\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/54244c-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Запоріжжяобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dd2584-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Зевс", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/95d425-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Зельвенский РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/386b4a-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=ИжГЭТ", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/51239f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Каббалкэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/37ea32-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Казанские электрические сети", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/946b82-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Калугаэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/efe635-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Київобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/9e843b-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Київські електромережі", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/464950-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Кіровоградобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/40e024-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Колэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/2c502b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Крымэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/773c0b-0ec40d.undefined" - }, - { - "if": { - "and": [ - "operator=КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e00513-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Курскэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/54f35b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Левашинсие РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ad4392-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Ленэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e6193d-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Липецкэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/1bab13-42843b.undefined" - }, { "if": { "and": [ @@ -257276,15 +129068,6 @@ }, "then": "./assets/data/nsi/logos/c6dafd-42843b.jpg" }, - { - "if": { - "and": [ - "operator=Луганське енергетичне обʼєднання", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c3876b-b0b17c.undefined" - }, { "if": { "and": [ @@ -257301,177 +129084,6 @@ }, "then": "./assets/data/nsi/logos/lvivoblenergo-b0b17c.jpg" }, - { - "if": { - "and": [ - "operator=Макси", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/056d11-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Миколаївобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6a548f-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Минские кабельные сети", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c1c7e0-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=МКП МТК \"Воронежпассажиртранс\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/759720-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Могилёвэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ac8d18-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Московско-Рязанское отделение", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/715db6-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МОЭК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/738c38-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МОЭСК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/8e35df-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МП «Инженерные сети»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/25b7da-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Урала - Пермэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/59bd60-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/06d162-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"Воронежская горэлектросеть\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/0d91bc-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"НЭСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/1cd58b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"Электросервис\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ec75dd-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=МУП УльГЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/faf577-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Набережночелнинские электрические сети", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ef9589-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=НЕК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d2499e-250fb8.undefined" - }, { "if": { "and": [ @@ -257486,560 +129098,6 @@ }, "then": "./assets/data/nsi/logos/afbfca-250fb8.png" }, - { - "if": { - "and": [ - "operator=НЧЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ee5b30-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ДРСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/b3f527-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Ивэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e0767f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Иркутская электросетевая компания\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f618c9-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Калугаэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/015423-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"КЭСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/581d7e-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f37282-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Пермэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/671b35-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"РЖД\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/5ea107-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Тюменьэнерго\" ПАО \"Россети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d6b97f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/a80300-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Волги»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c46792-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Объединенная энергетическая компания", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/a76e6a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Одесаобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/7dd737-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=ОКЭ", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/32fefa-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО 'Мосэнергосбыт – Жуковский'", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f2ea4d-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"АСЭП\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/fcb8cf-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/23025a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"НПЭК\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/de5c0d-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Волгоэлектросеть»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c7d843-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Заводские сети»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d64417-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Зефс-Энерго»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/5a5566-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Электросети»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/eb6366-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Энергосети»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6330e4-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Орёлэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/387c6f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Оренбургэнерго, Восточные электрические сети", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/19fafa-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОЭЗ ППТ Алабуга", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/3d674b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ОЭК", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f1ee6a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"КАМЧАТСКЭНЕРГО\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/905a61-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Ленэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/7771ec-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Северного Кавказа\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c7bf83-42843b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ПАО \"МРСК Северо-Запада\"", - "operator:wikidata=Q4273587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5b91d1-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6e8a25-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Центра\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ec167f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/80a090-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Россети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/3ff2a0-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"ФСК ЕЭС\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/3783e2-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МОЭСК»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6ef0d7-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Волги»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/2dbdf2-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Сибири»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/471e51-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Центра и Приволжья»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/458c19-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Волга»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/edfd51-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Кубань»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/3b4dee-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Центр и Приволжье»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d3b505-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО РЖД", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/418917-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/11be48-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПАТ \"Сумиобленерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/fc0a7b-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский г/РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/992930-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский ГорРЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/254605-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский с/РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f86bc9-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский сельский район электрических сетей", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c713dd-1d411a.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Калужские электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/43cf85-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Кировские электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/dee5a1-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Кировские электросети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c9b087-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Обнинские электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/5f68df-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-42843b.undefined" - }, { "if": { "and": [ @@ -258072,63 +129130,6 @@ }, "then": "./assets/data/nsi/logos/prykarpattiaoblenergo-b0b17c.jpg" }, - { - "if": { - "and": [ - "operator=Производственное отделение \"Воркутинские электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/40cf3b-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Промтехэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f25d09-42843b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Регіональні електричні мережі", - "operator:wikidata=Q60986654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/388547-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=РЖД - Свердловская ЖД", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c51d28-42843b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Рівнеобленерго", - "operator:en=Rivneoblenergo", - "operator:uk=Рівнеобленерго", - "operator:wikidata=Q60986619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rivneoblenergo-b0b17c.undefined" - }, { "if": { "and": [ @@ -258145,33 +129146,6 @@ }, "then": "./assets/data/nsi/logos/rosseti-42843b.png" }, - { - "if": { - "and": [ - "operator=Россети Ленэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f46a1f-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Россети Тюмень", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/0f6078-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/2b4f93-42843b.undefined" - }, { "if": { "and": [ @@ -258189,15 +129163,6 @@ }, "then": "./assets/data/nsi/logos/russianrailways-42843b.png" }, - { - "if": { - "and": [ - "operator=Рязаньэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/0eb03f-42843b.undefined" - }, { "if": { "and": [ @@ -258214,60 +129179,6 @@ }, "then": "./assets/data/nsi/logos/sakhalinenergo-42843b.jpg" }, - { - "if": { - "and": [ - "operator=Свердловская дирекция инфраструктуры АО «РЖД»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/95d511-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/cef8cc-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Свердловская железная дорога - филиал ОАО «РЖД»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f9fd92-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Севастопольэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/349c62-0ec40d.undefined" - }, - { - "if": { - "and": [ - "operator=Сормовский РЭС", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/b5355a-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Ставропольэнерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/e89e2a-42843b.undefined" - }, { "if": { "and": [ @@ -258282,22 +129193,6 @@ }, "then": "./assets/data/nsi/logos/28c7ea-250fb8.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Тернопільобленерго", - "operator:en=Ternopiloblenergo", - "operator:uk=Тернопільобленерго", - "operator:wikidata=Q60986592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ternopiloblenergo-b0b17c.undefined" - }, { "if": { "and": [ @@ -258332,121 +129227,6 @@ }, "then": "./assets/data/nsi/logos/ukrainianrailways-b0b17c.jpg" }, - { - "if": { - "and": [ - "operator=УЭВ СО РАН", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/289fb6-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6bca9c-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/a04cc1-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6fce2c-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/edfaac-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/95bc7d-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/229251-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d084cf-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/ebdcd3-42843b.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/9db934-42843b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:en=FGC UES", - "operator:ru=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fgcues-42843b.undefined" - }, { "if": { "and": [ @@ -258463,22 +129243,6 @@ }, "then": "./assets/data/nsi/logos/kharkivoblenergo-b0b17c.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Херсонобленерго", - "operator:en=Khersonoblenergo", - "operator:uk=Херсонобленерго", - "operator:wikidata=Q60986624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/khersonoblenergo-b0b17c.undefined" - }, { "if": { "and": [ @@ -258495,15 +129259,6 @@ }, "then": "./assets/data/nsi/logos/khmelnytskoblenergo-b0b17c.jpg" }, - { - "if": { - "and": [ - "operator=Центральна енергетична компанія", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/a726ee-b0b17c.undefined" - }, { "if": { "and": [ @@ -258518,49 +129273,6 @@ }, "then": "./assets/data/nsi/logos/472734-b0b17c.jpg" }, - { - "if": { - "and": [ - "operator=Чернівціобленерго", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/122056-b0b17c.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=Чернігівобленерго", - "operator:en=Chernihivoblenergo", - "operator:uk=Чернігівобленерго", - "operator:wikidata=Q6665196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chernihivoblenergo-b0b17c.undefined" - }, - { - "if": { - "and": [ - "operator=الشركة التونسية للكهرباء والغاز", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/763bc8-753f7e.undefined" - }, - { - "if": { - "and": [ - "operator=الشركة الوطنية للكهرباء والغاز", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/f763df-34b5c5.undefined" - }, { "if": { "and": [ @@ -258611,31 +129323,6 @@ }, "then": "./assets/data/nsi/logos/koreanationalrailway-de9ad2.png" }, - { - "if": { - "and": [ - "operator=中国南方电网", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/876762-f1135f.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-85251b.undefined" - }, { "if": { "and": [ @@ -258708,31 +129395,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-85251b.png" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-85251b.undefined" - }, - { - "if": { - "and": [ - "operator=南方电网", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/c6d1c4-f1135f.undefined" - }, { "if": { "and": [ @@ -258749,65 +129411,6 @@ }, "then": "./assets/data/nsi/logos/taiwanpowercompany-c8f19e.jpg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-85251b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-f1135f.undefined" - }, - { - "if": { - "and": [ - "operator=国网江苏省电力有限公司常州供电分公司", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/112c1d-f1135f.undefined" - }, - { - "if": { - "and": [ - "operator=國立臺灣大學", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/075aea-c8f19e.undefined" - }, - { - "if": { - "and": [ - "operator=广东电网茂名供电局", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/3f219a-f1135f.undefined" - }, { "if": { "and": [ @@ -258824,22 +129427,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-85251b.svg" }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-85251b.undefined" - }, { "if": { "and": [ @@ -258899,40 +129486,6 @@ }, "then": "./assets/data/nsi/logos/e30df9-9f60fb.jpg" }, - { - "if": { - "and": [ - "operator=臺北大眾捷運股份有限公司", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/6562b9-c8f19e.undefined" - }, - { - "if": { - "and": [ - "operator=西日本旅客鉄道", - "power=substation" - ] - }, - "then": "./assets/data/nsi/logos/d0f384-85251b.undefined" - }, - { - "if": { - "and": [ - "power=substation", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution, Inc.", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistributioninc-85251b.undefined" - }, { "if": { "and": [ @@ -259097,15 +129650,6 @@ }, "then": "./assets/data/nsi/logos/aew-e2ba80.png" }, - { - "if": { - "and": [ - "operator=Afluente Transmissão de Energia Elétrica", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-3ce1ab.undefined" - }, { "if": { "and": [ @@ -259120,15 +129664,6 @@ }, "then": "./assets/data/nsi/logos/agderenergi-c20ae5.svg" }, - { - "if": { - "and": [ - "operator=Agrienergia", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/agrienergia-69d425.undefined" - }, { "if": { "and": [ @@ -259158,20 +129693,6 @@ }, "then": "./assets/data/nsi/logos/alabamapower-9f0401.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Allegheny Power System", - "operator:short=APS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alleghenypowersystem-60d959.undefined" - }, { "if": { "and": [ @@ -259202,15 +129723,6 @@ }, "then": "./assets/data/nsi/logos/alliantenergy-bdcff1.png" }, - { - "if": { - "and": [ - "operator=Alta Kraftlag", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/altakraftlag-c20ae5.undefined" - }, { "if": { "and": [ @@ -259225,52 +129737,6 @@ }, "then": "./assets/data/nsi/logos/altalink-4cd406.jpg" }, - { - "if": { - "and": [ - "operator=Alternative Resource Energy Authority", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/alternativeresourceenergyauthority-5507cb.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amazonasenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Amazonas Geração e Transmissão de Energia", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-3ce1ab.undefined" - }, { "if": { "and": [ @@ -259286,48 +129752,6 @@ }, "then": "./assets/data/nsi/logos/ameren-8579ba.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-8c097c.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-bdcff1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=American Transmission Systems", - "operator:short=ATSI" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissionsystems-b30421.undefined" - }, { "if": { "and": [ @@ -259384,20 +129808,6 @@ }, "then": "./assets/data/nsi/logos/ande-f310f5.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Angeles Electric Corporation", - "operator:wikidata=Q119889064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/angeleselectriccorporation-d1f649.undefined" - }, { "if": { "and": [ @@ -259412,29 +129822,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-ea1744.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Arendals Fossekompani", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/arendalsfossekompani-c20ae5.undefined" - }, { "if": { "and": [ @@ -259449,20 +129836,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-fa3ca4.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-fbadb0.undefined" - }, { "if": { "and": [ @@ -259477,20 +129850,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-fbadb0.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-c20ae5.undefined" - }, { "if": { "and": [ @@ -259575,34 +129934,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-a67ac1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-9e91b2.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-599fc5.undefined" - }, { "if": { "and": [ @@ -259631,15 +129962,6 @@ }, "then": "./assets/data/nsi/logos/axpo-fb5d52.jpg" }, - { - "if": { - "and": [ - "operator=Azusa Light & Power", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/azusalightandpower-bc3f25.undefined" - }, { "if": { "and": [ @@ -259655,29 +129977,6 @@ }, "then": "./assets/data/nsi/logos/baltimoregasandelectric-407ea9.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-d1f649.undefined" - }, { "if": { "and": [ @@ -259706,29 +130005,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-20cbd8.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Beaches Energy Services", - "operator:short=BES" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/beachesenergyservices-a2a8ba.undefined" - }, - { - "if": { - "and": [ - "operator=Beauregard Electric Cooperative", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/beauregardelectriccooperative-7b80e6.undefined" - }, { "if": { "and": [ @@ -259744,33 +130020,6 @@ }, "then": "./assets/data/nsi/logos/belizeelectricitylimited-18ef5d.jpg" }, - { - "if": { - "and": [ - "operator=Bentonville Electrical Utility Department", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-fbadb0.undefined" - }, - { - "if": { - "and": [ - "operator=Bessemer Electric Service", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/bessemerelectricservice-9f0401.undefined" - }, - { - "if": { - "and": [ - "operator=Bihar State Electricity Board", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/biharstateelectricityboard-b0a0f3.undefined" - }, { "if": { "and": [ @@ -259799,21 +130048,6 @@ }, "then": "./assets/data/nsi/logos/bkw-1670a6.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-53c7cc.undefined" - }, { "if": { "and": [ @@ -259857,49 +130091,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-d08188.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-013d73.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Braunschweiger Netz GmbH", - "operator:wikidata=Q124369438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/braunschweigernetzgmbh-9a0609.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-a67ac1.undefined" - }, { "if": { "and": [ @@ -259914,15 +130105,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-ef63dd.jpg" }, - { - "if": { - "and": [ - "operator=Brookings Municipal Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/brookingsmunicipalutilities-daf9f1.undefined" - }, { "if": { "and": [ @@ -259951,15 +130133,6 @@ }, "then": "./assets/data/nsi/logos/burgenlandenergieag-e911fe.jpg" }, - { - "if": { - "and": [ - "operator=CADAFE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cadafe-46d8fc.undefined" - }, { "if": { "and": [ @@ -259974,20 +130147,6 @@ }, "then": "./assets/data/nsi/logos/capitalpower-e19a0c.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-3270be.undefined" - }, { "if": { "and": [ @@ -260030,20 +130189,6 @@ }, "then": "./assets/data/nsi/logos/ceee-3ce1ab.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-4fcedf.undefined" - }, { "if": { "and": [ @@ -260058,15 +130203,6 @@ }, "then": "./assets/data/nsi/logos/celesc-3ce1ab.jpg" }, - { - "if": { - "and": [ - "operator=Celg Geração e Transmissão S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/celggeracaoetransmissaosa-3ce1ab.undefined" - }, { "if": { "and": [ @@ -260095,20 +130231,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-bdcff1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-8c097c.undefined" - }, { "if": { "and": [ @@ -260123,15 +130245,6 @@ }, "then": "./assets/data/nsi/logos/centralmainepowercompany-c6deed.eed" }, - { - "if": { - "and": [ - "operator=CEPALCO", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cepalco-d1f649.undefined" - }, { "if": { "and": [ @@ -260160,15 +130273,6 @@ }, "then": "./assets/data/nsi/logos/cern-ed9688.jpg" }, - { - "if": { - "and": [ - "operator=Certel", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/certel-3ce1ab.undefined" - }, { "if": { "and": [ @@ -260184,29 +130288,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-4af160.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-b22a75.undefined" - }, - { - "if": { - "and": [ - "operator=CFM", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cfm-30be6b.undefined" - }, { "if": { "and": [ @@ -260221,42 +130302,6 @@ }, "then": "./assets/data/nsi/logos/cge-539b17.jpg" }, - { - "if": { - "and": [ - "operator=CGE Transmisión", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cgetransmision-539b17.undefined" - }, - { - "if": { - "and": [ - "operator=CGWF", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cgwf-7b2d4e.undefined" - }, - { - "if": { - "and": [ - "operator=Chimarrão Transmissora de Energia", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=CIE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cie-257b6d.undefined" - }, { "if": { "and": [ @@ -260314,29 +130359,6 @@ }, "then": "./assets/data/nsi/logos/cityofelizabeth-4b3bfa.bfa" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=City of Harrisonburg", - "operator:wikidata=Q511935" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonburg-1ba2af.undefined" - }, - { - "if": { - "and": [ - "operator=City of Harrisonville Electric Department", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-8c097c.undefined" - }, { "if": { "and": [ @@ -260393,48 +130415,6 @@ }, "then": "./assets/data/nsi/logos/cityofnatchitoches-7b80e6.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=City of Owensboro", - "operator:wikidata=Q494295" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofowensboro-17602a.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=City of Radford", - "operator:wikidata=Q586070" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofradford-1ba2af.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=City of Salem", - "operator:wikidata=Q502230" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cityofsalem-1ba2af.undefined" - }, { "if": { "and": [ @@ -260449,43 +130429,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-a2a8ba.jpg" }, - { - "if": { - "and": [ - "operator=City of Tupelo Water & Light Department", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-8f2428.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-5fc5f3.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Clark Electric Distribution Company", - "operator:wikidata=Q119856968" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/clarkelectricdistributioncompany-d1f649.undefined" - }, { "if": { "and": [ @@ -260500,15 +130443,6 @@ }, "then": "./assets/data/nsi/logos/clarkpublicutilities-60887c.jpg" }, - { - "if": { - "and": [ - "operator=Clarksville Department of Electricity", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-ef63dd.undefined" - }, { "if": { "and": [ @@ -260551,60 +130485,6 @@ }, "then": "./assets/data/nsi/logos/clevelandpublicpower-2bf52c.jpg" }, - { - "if": { - "and": [ - "operator=CNEE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnee-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Guayas Los Rios", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnelguayaslosrios-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL Los Rios", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnellosrios-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Esmeraldas", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnelesmeraldas-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Manabí", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnelmanabi-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-Sta. Elena", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cnelstaelena-4fcedf.undefined" - }, { "if": { "and": [ @@ -260675,15 +130555,6 @@ }, "then": "./assets/data/nsi/logos/coloradospringsutilities-b97cd6.jpg" }, - { - "if": { - "and": [ - "operator=Columbus Light & Water", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/columbuslightandwater-8f2428.undefined" - }, { "if": { "and": [ @@ -260713,83 +130584,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-e55a59.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-32c055.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-257b6d.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Companhia de Transmissão de Energia Elétrica Paulista", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Concordia Electric Cooperative", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/concordiaelectriccooperative-7b80e6.undefined" - }, { "if": { "and": [ @@ -260804,20 +130598,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-f597d1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-ef63dd.undefined" - }, { "if": { "and": [ @@ -260832,20 +130612,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-52f18f.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-ec83d0.undefined" - }, { "if": { "and": [ @@ -260917,15 +130683,6 @@ }, "then": "./assets/data/nsi/logos/countiesenergy-9a0f48.png" }, - { - "if": { - "and": [ - "operator=Counties Power", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/countiespower-9a0f48.undefined" - }, { "if": { "and": [ @@ -260940,15 +130697,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-3ce1ab.png" }, - { - "if": { - "and": [ - "operator=CPFL Transmissão Sul", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/cpfltransmissaosul-3ce1ab.undefined" - }, { "if": { "and": [ @@ -260963,43 +130711,6 @@ }, "then": "./assets/data/nsi/logos/cpsenergy-a67ac1.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-9f0401.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-29c3a5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-3ce1ab.undefined" - }, { "if": { "and": [ @@ -261028,33 +130739,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-8b110c.jpg" }, - { - "if": { - "and": [ - "operator=Dalane Nett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/dalanenett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Dalhousie Mountain Wind", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/dalhousiemountainwind-5507cb.undefined" - }, - { - "if": { - "and": [ - "operator=Danville Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/danvilleutilities-1ba2af.undefined" - }, { "if": { "and": [ @@ -261126,33 +130810,6 @@ }, "then": "./assets/data/nsi/logos/demco-7b80e6.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-e5ad2b.undefined" - }, - { - "if": { - "and": [ - "operator=Dinel", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/dinel-8ed41d.undefined" - }, - { - "if": { - "and": [ - "operator=DME Distribuição S.A", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/dmedistribuicaosa-3ce1ab.undefined" - }, { "if": { "and": [ @@ -261167,20 +130824,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-640563.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-d82b92.undefined" - }, { "if": { "and": [ @@ -261223,21 +130866,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-52f18f.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-0ee20b.undefined" - }, { "if": { "and": [ @@ -261308,33 +130936,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-89cf7c.jpg" }, - { - "if": { - "and": [ - "operator=E.E. Centro Sur", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Quito", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eequito-4fcedf.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eesur-4fcedf.undefined" - }, { "if": { "and": [ @@ -261419,38 +131020,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-4ce78d.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-9a0f48.undefined" - }, - { - "if": { - "and": [ - "operator=EDE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/ede-fb6ef4.undefined" - }, - { - "if": { - "and": [ - "operator=EDELCA", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/edelca-46d8fc.undefined" - }, { "if": { "and": [ @@ -261465,24 +131034,6 @@ }, "then": "./assets/data/nsi/logos/edenor-a8b1df.jpg" }, - { - "if": { - "and": [ - "operator=EDF SEI", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/edfsei-c5898d.undefined" - }, - { - "if": { - "and": [ - "operator=EDH", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/edh-7393a0.undefined" - }, { "if": { "and": [ @@ -261497,21 +131048,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-f44267.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-9e009b.undefined" - }, { "if": { "and": [ @@ -261542,24 +131078,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-3ce1ab.jpg" }, - { - "if": { - "and": [ - "operator=EEB", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eeb-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eed-fb6ef4.undefined" - }, { "if": { "and": [ @@ -261574,29 +131092,6 @@ }, "then": "./assets/data/nsi/logos/egd-814054.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-674eb6.undefined" - }, - { - "if": { - "and": [ - "operator=Eidefoss", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eidefoss-c20ae5.undefined" - }, { "if": { "and": [ @@ -261625,35 +131120,6 @@ }, "then": "./assets/data/nsi/logos/ekt-13334a.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-1f9868.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Electricidade de Moçambique", - "operator:short=EDM", - "operator:wikidata=Q5357771" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricidadedemocambique-b9e2af.undefined" - }, { "if": { "and": [ @@ -261669,36 +131135,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-9156cf.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Électricité de Mayotte", - "operator:short=EDM", - "operator:wikidata=Q60849817" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitedemayotte-294218.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-3e31f4.undefined" - }, { "if": { "and": [ @@ -261713,15 +131149,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-b49d3c.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-da9bd2.undefined" - }, { "if": { "and": [ @@ -261736,50 +131163,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-3741d9.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-0d1817.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-c8379d.undefined" - }, { "if": { "and": [ @@ -261808,67 +131191,6 @@ }, "then": "./assets/data/nsi/logos/elering-3741d9.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-7db613.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobras Distribuição AM", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Eletrobrás Distribuição Roraima", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-3ce1ab.undefined" - }, { "if": { "and": [ @@ -261883,20 +131205,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-3ce1ab.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-3ce1ab.undefined" - }, { "if": { "and": [ @@ -261911,20 +131219,6 @@ }, "then": "./assets/data/nsi/logos/elia-e76493.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-c20ae5.undefined" - }, { "if": { "and": [ @@ -261939,20 +131233,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-57ded1.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-c20ae5.undefined" - }, { "if": { "and": [ @@ -261981,34 +131261,6 @@ }, "then": "./assets/data/nsi/logos/elvia-c20ae5.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-fb6ef4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Emera", - "operator:wikidata=Q5370387" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emera-f42831.undefined" - }, { "if": { "and": [ @@ -262024,24 +131276,6 @@ }, "then": "./assets/data/nsi/logos/emeraldpeoplesutilitydistrict-53c7cc.png" }, - { - "if": { - "and": [ - "operator=Empresa Provincial de la Energía de Santa Fe", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-a8b1df.undefined" - }, - { - "if": { - "and": [ - "operator=ENDE Transmisión", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/endetransmision-c229b9.undefined" - }, { "if": { "and": [ @@ -262098,15 +131332,6 @@ }, "then": "./assets/data/nsi/logos/enedis-c5898d.png" }, - { - "if": { - "and": [ - "operator=ENEE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/enee-80bd76.undefined" - }, { "if": { "and": [ @@ -262135,20 +131360,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-3ce1ab.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-3ce1ab.undefined" - }, { "if": { "and": [ @@ -262177,29 +131388,6 @@ }, "then": "./assets/data/nsi/logos/enelgreenpower-9156cf.svg" }, - { - "if": { - "and": [ - "operator=Enercal", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/enercal-9fac95.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-9a0609.undefined" - }, { "if": { "and": [ @@ -262214,15 +131402,6 @@ }, "then": "./assets/data/nsi/logos/energa-983018.png" }, - { - "if": { - "and": [ - "operator=Energética Águas da Pedra S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/energeticaaguasdapedrasa-3ce1ab.undefined" - }, { "if": { "and": [ @@ -262280,24 +131459,6 @@ }, "then": "./assets/data/nsi/logos/energiedumali-a3395e.jpg" }, - { - "if": { - "and": [ - "operator=Energie und Wasser Potsdam GmbH", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-586af6.undefined" - }, - { - "if": { - "and": [ - "operator=Energienetze Steiermark", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/energienetzesteiermark-d00dbe.undefined" - }, { "if": { "and": [ @@ -262313,15 +131474,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-33a850.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Schwaben", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungschwaben-586af6.undefined" - }, { "if": { "and": [ @@ -262336,71 +131488,6 @@ }, "then": "./assets/data/nsi/logos/energinet-8ed41d.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=Energisa BO", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/energisabo-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-c6e174.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-3ce1ab.undefined" - }, { "if": { "and": [ @@ -262416,29 +131503,6 @@ }, "then": "./assets/data/nsi/logos/energyfijilimited-ba7816.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-4b3bfa.undefined" - }, - { - "if": { - "and": [ - "operator=Enersur", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/enersur-e788a5.undefined" - }, { "if": { "and": [ @@ -262453,20 +131517,6 @@ }, "then": "./assets/data/nsi/logos/enertrag-2577fc.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-bfea7f.undefined" - }, { "if": { "and": [ @@ -262495,20 +131545,6 @@ }, "then": "./assets/data/nsi/logos/engie-9156cf.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-c20ae5.undefined" - }, { "if": { "and": [ @@ -262579,34 +131615,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-2a5830.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-a7a821.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Entergy New Orleans", - "operator:wikidata=Q7010776" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergyneworleans-7b80e6.undefined" - }, { "if": { "and": [ @@ -262663,99 +131671,6 @@ }, "then": "./assets/data/nsi/logos/epec-a8b1df.jpg" }, - { - "if": { - "and": [ - "operator=EPV Alueverkko", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/epvalueverkko-010e24.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-4017b4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-183b14.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-a6fc7a.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-ee514e.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-27303f.undefined" - }, { "if": { "and": [ @@ -262798,15 +131713,6 @@ }, "then": "./assets/data/nsi/logos/esbnetworks-ace1ec.png" }, - { - "if": { - "and": [ - "operator=ESCOM", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/escom-ed8a13.undefined" - }, { "if": { "and": [ @@ -262850,15 +131756,6 @@ }, "then": "./assets/data/nsi/logos/eswatinielectricitycompany-cab1ca.png" }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-5fc5f3.undefined" - }, { "if": { "and": [ @@ -262874,15 +131771,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-96e206.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/eti-fb6ef4.undefined" - }, { "if": { "and": [ @@ -262927,20 +131815,6 @@ }, "then": "./assets/data/nsi/logos/eversource-3b99a1.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Eviny Fornybar", - "operator:wikidata=Q76206398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/evinyfornybar-c20ae5.undefined" - }, { "if": { "and": [ @@ -262970,15 +131844,6 @@ }, "then": "./assets/data/nsi/logos/evn-46fdad.svg" }, - { - "if": { - "and": [ - "operator=Evonik", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/evonik-586af6.undefined" - }, { "if": { "and": [ @@ -263036,20 +131901,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-4b3bfa.bfa" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-331927.undefined" - }, { "if": { "and": [ @@ -263092,48 +131943,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-c20ae5.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-731243.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-9f0401.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Florida Keys Electric Cooperative", - "operator:short=FKEC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridakeyselectriccooperative-a2a8ba.undefined" - }, { "if": { "and": [ @@ -263148,43 +131957,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-a2a8ba.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Florida Public Utilities", - "operator:short=FPUC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/floridapublicutilities-a2a8ba.undefined" - }, - { - "if": { - "and": [ - "operator=Fort Pierce Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/fortpierceutilities-a2a8ba.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-4cd406.undefined" - }, { "if": { "and": [ @@ -263213,20 +131985,6 @@ }, "then": "./assets/data/nsi/logos/fortum-a16d72.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-4b3bfa.undefined" - }, { "if": { "and": [ @@ -263270,99 +132028,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-a2a8ba.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-a67ac1.undefined" - }, - { - "if": { - "and": [ - "operator=GECOL.LY", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/gecolly-a41619.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-796748.undefined" - }, - { - "if": { - "and": [ - "operator=Georgia Transmission Corporation", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/georgiatransmissioncorporation-796748.undefined" - }, - { - "if": { - "and": [ - "operator=Gerdau", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/gerdau-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=GEYSEL", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/geysel-5a1bf7.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-3e31f4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-731243.undefined" - }, { "if": { "and": [ @@ -263405,15 +132070,6 @@ }, "then": "./assets/data/nsi/logos/goldenspreadelectriccooperative-a67ac1.jpg" }, - { - "if": { - "and": [ - "operator=Gralha Azul Transmissora de Energia", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-3ce1ab.undefined" - }, { "if": { "and": [ @@ -263429,21 +132085,6 @@ }, "then": "./assets/data/nsi/logos/grandriverdamauthority-f05dd4.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-5c81de.undefined" - }, { "if": { "and": [ @@ -263486,65 +132127,6 @@ }, "then": "./assets/data/nsi/logos/groupee-1670a6.jpg" }, - { - "if": { - "and": [ - "operator=GRTE", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/grte-ded989.undefined" - }, - { - "if": { - "and": [ - "operator=Gudbrandsdal Energi", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/gudbrandsdalenergi-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Guntersville Electric Board", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/guntersvilleelectricboard-9f0401.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Hafslund E-CO Vannkraft", - "operator:wikidata=Q5321386" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hafslundecovannkraft-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Hallingdal Kraftnett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hallingdalkraftnett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Hammerfest Energi Nett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hammerfestenerginett-c20ae5.undefined" - }, { "if": { "and": [ @@ -263587,79 +132169,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-bc01c1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-974248.undefined" - }, - { - "if": { - "and": [ - "operator=HEP ODS", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hepods-974248.undefined" - }, - { - "if": { - "and": [ - "operator=Herøya Nett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/heroyanett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Herrfors", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/herrfors-010e24.undefined" - }, - { - "if": { - "and": [ - "operator=Hetch Hetchy Water & Power", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hetchhetchywaterandpower-bc3f25.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Holyoke Gas & Electric", - "operator:wikidata=Q60769752" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/holyokegasandelectric-25185d.undefined" - }, - { - "if": { - "and": [ - "operator=HOPS", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hops-974248.undefined" - }, { "if": { "and": [ @@ -263688,20 +132197,6 @@ }, "then": "./assets/data/nsi/logos/hydroenergi-c20ae5.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-a0c328.undefined" - }, { "if": { "and": [ @@ -263716,24 +132211,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-e95ba8.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-e95ba8.undefined" - }, - { - "if": { - "and": [ - "operator=I/S Midtkraft", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/ismidtkraft-8ed41d.undefined" - }, { "if": { "and": [ @@ -263835,20 +132312,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-395972.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=INELFE", - "operator:wikidata=Q16642975" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/inelfe-d18db6.undefined" - }, { "if": { "and": [ @@ -263864,44 +132327,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-2f755a.jpg" }, - { - "if": { - "and": [ - "operator=Interchile", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/interchile-539b17.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-e1def7.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Interligação Elétrica do Madeira S.A", - "operator:short=IEM" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-3ce1ab.undefined" - }, { "if": { "and": [ @@ -263930,15 +132355,6 @@ }, "then": "./assets/data/nsi/logos/ipto-05655c.png" }, - { - "if": { - "and": [ - "operator=Istad Nett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/istadnett-c20ae5.undefined" - }, { "if": { "and": [ @@ -264025,20 +132441,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-9f0401.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-4b3bfa.undefined" - }, { "if": { "and": [ @@ -264091,29 +132493,6 @@ }, "then": "./assets/data/nsi/logos/centraljapanrailwaycompany-57f06a.svg" }, - { - "if": { - "and": [ - "operator=Juruena Participações e Investimentos S.A", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-3924e2.undefined" - }, { "if": { "and": [ @@ -264129,30 +132508,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-f0bd87.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-e097f8.undefined" - }, - { - "if": { - "and": [ - "operator=KEDCO", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/kedco-390765.undefined" - }, { "if": { "and": [ @@ -264181,20 +132536,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-17602a.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-17602a.undefined" - }, { "if": { "and": [ @@ -264210,34 +132551,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-b0a0f3.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Ketraco", - "operator:wikidata=Q24236326" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ketraco-dff866.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Keys Energy Services", - "operator:short=KEYS" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/keysenergyservices-a2a8ba.undefined" - }, { "if": { "and": [ @@ -264267,34 +132580,6 @@ }, "then": "./assets/data/nsi/logos/knoxvilleutilitiesboard-ef63dd.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-b0a0f3.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Kraftnät Åland", - "operator:wikidata=Q18688883" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kraftnataland-010e24.undefined" - }, { "if": { "and": [ @@ -264339,43 +132624,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-7b80e6.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-182be5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-52f18f.undefined" - }, - { - "if": { - "and": [ - "operator=Lassen Municipal Utility District", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-bc3f25.undefined" - }, { "if": { "and": [ @@ -264420,29 +132668,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-a4bad4.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-922f72.undefined" - }, { "if": { "and": [ @@ -264457,53 +132682,6 @@ }, "then": "./assets/data/nsi/logos/liander-858998.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-9dace6.undefined" - }, - { - "if": { - "and": [ - "operator=Liberty Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/libertyutilities-bdcff1.undefined" - }, - { - "if": { - "and": [ - "operator=Lidköping Elnät", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/lidkopingelnat-57ded1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-3ce1ab.undefined" - }, { "if": { "and": [ @@ -264518,15 +132696,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-5529f3.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/linea-c20ae5.undefined" - }, { "if": { "and": [ @@ -264555,20 +132724,6 @@ }, "then": "./assets/data/nsi/logos/linzag-e85d67.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-c20ae5.undefined" - }, { "if": { "and": [ @@ -264583,43 +132738,6 @@ }, "then": "./assets/data/nsi/logos/lockhartpowercompany-d82b92.png" }, - { - "if": { - "and": [ - "operator=Lofotkraft", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/lofotkraft-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-f597d1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Louisville Gas & Electric", - "operator:wikidata=Q6689482" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/louisvillegasandelectric-17602a.undefined" - }, { "if": { "and": [ @@ -264635,20 +132753,6 @@ }, "then": "./assets/data/nsi/logos/lowercoloradoriverauthority-a67ac1.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=LS Power", - "operator:wikidata=Q126367251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lspower-a67ac1.undefined" - }, { "if": { "and": [ @@ -264678,29 +132782,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-a67ac1.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Luminora Solar Dos", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/luminorasolardos-69d425.undefined" - }, { "if": { "and": [ @@ -264729,43 +132810,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-0866fb.svg" }, - { - "if": { - "and": [ - "operator=Mantiqueira Transmissora de Energia", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-1fa46a.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-83edfe.undefined" - }, { "if": { "and": [ @@ -264808,34 +132852,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-9f0401.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-bc01c1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-fb6ef4.undefined" - }, { "if": { "and": [ @@ -264850,20 +132866,6 @@ }, "then": "./assets/data/nsi/logos/mdu-e052ca.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-c20ae5.undefined" - }, { "if": { "and": [ @@ -264907,15 +132909,6 @@ }, "then": "./assets/data/nsi/logos/meted-052d73.jpg" }, - { - "if": { - "and": [ - "operator=Michigan Public Power Agency", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/michiganpublicpoweragency-52f18f.undefined" - }, { "if": { "and": [ @@ -264931,20 +132924,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-60a5ba.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-c20ae5.undefined" - }, { "if": { "and": [ @@ -264959,38 +132938,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-f0bd87.jpg" }, - { - "if": { - "and": [ - "operator=Minera Centinela", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/mineracentinela-539b17.undefined" - }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-539b17.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-539b17.undefined" - }, { "if": { "and": [ @@ -265019,20 +132966,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-5a1a5f.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-731243.undefined" - }, { "if": { "and": [ @@ -265047,43 +132980,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-8f2428.png" }, - { - "if": { - "and": [ - "operator=Missouri Power & Light Company", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/missouripowerandlightcompany-8c097c.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-df0c62.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Modesto Irrigation District", - "operator:wikidata=Q6889224" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/modestoirrigationdistrict-bc3f25.undefined" - }, { "if": { "and": [ @@ -265098,81 +132994,6 @@ }, "then": "./assets/data/nsi/logos/monpower-d1056a.jpg" }, - { - "if": { - "and": [ - "operator=Moorhead Public Service", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/moorheadpublicservice-5a1a5f.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-b0a0f3.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Mutual Energy", - "operator:wikidata=Q112882722" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mutualenergy-2f5bde.undefined" - }, - { - "if": { - "and": [ - "operator=MVM PA", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/mvmpa-fb6ef4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-f47642.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-a4bad4.undefined" - }, { "if": { "and": [ @@ -265275,34 +133096,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-4e35ae.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5529f3.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-3e31f4.undefined" - }, { "if": { "and": [ @@ -265317,34 +133110,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-3ce1ab.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-b17347.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-e911fe.undefined" - }, { "if": { "and": [ @@ -265359,20 +133124,6 @@ }, "then": "./assets/data/nsi/logos/netzno-9e91b2.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Netz OÖ", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoo-9e91b2.undefined" - }, { "if": { "and": [ @@ -265387,34 +133138,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-69414f.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-83586b.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Nevada Power Company", - "operator:wikidata=Q17107993" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nevadapowercompany-c5999d.undefined" - }, { "if": { "and": [ @@ -265472,20 +133195,6 @@ }, "then": "./assets/data/nsi/logos/nexteraenergy-e19a0c.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Niagara Mohawk", - "operator:wikidata=Q25028424" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/niagaramohawk-f597d1.undefined" - }, { "if": { "and": [ @@ -265500,100 +133209,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-2f5bde.bde" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-fb6ef4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Nordmøre Energiverk", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordmoreenergiverk-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "operator=Norte Brasil Transmissora de Energia S.A", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-fbadb0.undefined" - }, { "if": { "and": [ @@ -265608,20 +133223,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-b49d3c.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Northern States Power Company", - "operator:wikidata=Q7058996" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northernstatespowercompany-c1e3ff.undefined" - }, { "if": { "and": [ @@ -265650,20 +133251,6 @@ }, "then": "./assets/data/nsi/logos/novascotiapower-5507cb.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-d42b6b.undefined" - }, { "if": { "and": [ @@ -265720,44 +133307,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-f597d1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-9e91b2.undefined" - }, - { - "if": { - "and": [ - "operator=Odda Energi", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/oddaenergi-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Oʻzbekenergo", - "operator:wikidata=Q4469715" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/99723a-566258.undefined" - }, { "if": { "and": [ @@ -265801,29 +133350,6 @@ }, "then": "./assets/data/nsi/logos/oncor-a67ac1.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-646d3a.undefined" - }, - { - "if": { - "and": [ - "operator=Orange & Rockland", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/orangeandrockland-2cf3be.undefined" - }, { "if": { "and": [ @@ -265853,24 +133379,6 @@ }, "then": "./assets/data/nsi/logos/orlandoutilitiescommission-a2a8ba.jpg" }, - { - "if": { - "and": [ - "operator=Ørsted Onshore North America", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/orstedonshorenorthamerica-f0bd87.undefined" - }, - { - "if": { - "and": [ - "operator=Otra Kraft", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/otrakraft-c20ae5.undefined" - }, { "if": { "and": [ @@ -265885,20 +133393,6 @@ }, "then": "./assets/data/nsi/logos/ottertailpowercompany-435ecb.ecb" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-f05dd4.undefined" - }, { "if": { "and": [ @@ -265942,42 +133436,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-bdcff1.svg" }, - { - "if": { - "and": [ - "operator=Paducah Power System", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/paducahpowersystem-17602a.undefined" - }, - { - "if": { - "and": [ - "operator=Pampanga III Electric Cooperative, Inc.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-d1f649.undefined" - }, - { - "if": { - "and": [ - "operator=Paragould Light & Water Commission", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/paragouldlightandwatercommission-fbadb0.undefined" - }, - { - "if": { - "and": [ - "operator=Paris Utility Authority", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/parisutilityauthority-ef63dd.undefined" - }, { "if": { "and": [ @@ -266034,21 +133492,6 @@ }, "then": "./assets/data/nsi/logos/penelec-052d73.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-d1f649.undefined" - }, { "if": { "and": [ @@ -266134,29 +133577,6 @@ }, "then": "./assets/data/nsi/logos/pjm-6dc924.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Platte River Power Authority", - "operator:short=PRPA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/platteriverpowerauthority-b97cd6.undefined" - }, - { - "if": { - "and": [ - "operator=PNG Power Ltd.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/pngpowerltd-416f37.undefined" - }, { "if": { "and": [ @@ -266202,15 +133622,6 @@ }, "then": "./assets/data/nsi/logos/portlandgeneralelectric-53c7cc.png" }, - { - "if": { - "and": [ - "operator=Porto Primavera Transmissora de Energia S/A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-3ce1ab.undefined" - }, { "if": { "and": [ @@ -266296,21 +133707,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-7b2d4e.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-b91879.undefined" - }, { "if": { "and": [ @@ -266353,34 +133749,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-30be6b.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-bdcff1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=PSNH", - "operator:wikidata=Q86749900" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/psnh-bdcff1.undefined" - }, { "if": { "and": [ @@ -266396,20 +133764,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-df4988.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-b97cd6.undefined" - }, { "if": { "and": [ @@ -266497,15 +133851,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-69d425.jpg" }, - { - "if": { - "and": [ - "operator=Red Nord S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/rednordsa-30be6b.undefined" - }, { "if": { "and": [ @@ -266534,20 +133879,6 @@ }, "then": "./assets/data/nsi/logos/ren-331927.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-06d365.undefined" - }, { "if": { "and": [ @@ -266618,15 +133949,6 @@ }, "then": "./assets/data/nsi/logos/riotintoalcan-741701.svg" }, - { - "if": { - "and": [ - "operator=RNT", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/rnt-fd5051.undefined" - }, { "if": { "and": [ @@ -266697,21 +134019,6 @@ }, "then": "./assets/data/nsi/logos/rte-06d365.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-17c16f.undefined" - }, { "if": { "and": [ @@ -266726,21 +134033,6 @@ }, "then": "./assets/data/nsi/logos/rwe-df4479.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-da9bd2.undefined" - }, { "if": { "and": [ @@ -266813,15 +134105,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-f0df32.jpg" }, - { - "if": { - "and": [ - "operator=SAMELCO 2", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/samelco2-d1f649.undefined" - }, { "if": { "and": [ @@ -266879,20 +134162,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-573184.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Schluchseewerk AG", - "operator:wikidata=Q2244959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/schluchseewerkag-69414f.undefined" - }, { "if": { "and": [ @@ -266908,15 +134177,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-0a478d.jpg" }, - { - "if": { - "and": [ - "operator=Scottsboro Electric Power Board", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/scottsboroelectricpowerboard-9f0401.undefined" - }, { "if": { "and": [ @@ -266960,52 +134220,6 @@ }, "then": "./assets/data/nsi/logos/senelec-bd6fe7.jpg" }, - { - "if": { - "and": [ - "operator=SEPS / MAVIR", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/sepsmavir-902046.undefined" - }, - { - "if": { - "and": [ - "operator=SFE Nett", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/sfenett-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-a67ac1.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Sierra Pacific Power Company", - "operator:wikidata=Q117357239" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sierrapacificpowercompany-bdcff1.undefined" - }, { "if": { "and": [ @@ -267020,20 +134234,6 @@ }, "then": "./assets/data/nsi/logos/sig-c495cc.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=South Louisiana Electric Cooperative Association", - "operator:short=SLECA" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-7b80e6.undefined" - }, { "if": { "and": [ @@ -267091,15 +134291,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-06d365.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/snel-5ee216.undefined" - }, { "if": { "and": [ @@ -267130,29 +134321,6 @@ }, "then": "./assets/data/nsi/logos/sognogfjordaneenergi-c20ae5.jpg" }, - { - "if": { - "and": [ - "operator=Sognekraft", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/sognekraft-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-a67ac1.undefined" - }, { "if": { "and": [ @@ -267168,21 +134336,6 @@ }, "then": "./assets/data/nsi/logos/southerncaliforniaedison-bc3f25.jpg" }, - { - "if": { - "and": [ - "frequency=60", - "power=tower", - { - "or": [ - "operator=Southern Maryland Electric Cooperative", - "operator:wikidata=Q7570123" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southernmarylandelectriccooperative-407ea9.undefined" - }, { "if": { "and": [ @@ -267197,43 +134350,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-fbadb0.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Southwest Transmission Cooperative", - "operator:short=SWTC" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesttransmissioncooperative-fa3ca4.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-f02ab4.undefined" - }, - { - "if": { - "and": [ - "operator=Southwestern Public Service Company", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/southwesternpublicservicecompany-4aec2f.undefined" - }, { "if": { "and": [ @@ -267248,20 +134364,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-0a478d.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-63de3a.undefined" - }, { "if": { "and": [ @@ -267277,34 +134379,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-53c7cc.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=SQM", - "operator:wikidata=Q3067064" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sqm-539b17.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-06d365.undefined" - }, { "if": { "and": [ @@ -267362,20 +134436,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkemunchen-a4bad4.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Stadtwerke Staßfurt", - "operator:wikidata=Q130391876" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkestassfurt-83586b.undefined" - }, { "if": { "and": [ @@ -267418,73 +134478,6 @@ }, "then": "./assets/data/nsi/logos/stedin-858998.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=STEWEAG", - "operator:wikidata=Q122223916" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/steweag-d00dbe.undefined" - }, - { - "if": { - "and": [ - "operator=STEWEAG-STEG", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/steweagsteg-d00dbe.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-983018.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-f1977c.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-9271f5.undefined" - }, { "if": { "and": [ @@ -267513,33 +134506,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-7db4f5.jpg" }, - { - "if": { - "and": [ - "operator=Stromnetz Steiermark GmbH", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-d00dbe.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/sts-539b17.undefined" - }, - { - "if": { - "and": [ - "operator=Sulgipe", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/sulgipe-3ce1ab.undefined" - }, { "if": { "and": [ @@ -267625,48 +134591,6 @@ }, "then": "./assets/data/nsi/logos/sygnir-c20ae5.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Tafjord Kraftproduksjon", - "operator:wikidata=Q79247647" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tafjordkraftproduksjon-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-2bd981.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Taunton Municipal Lighting Plant", - "operator:wikidata=Q7688796" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tauntonmunicipallightingplant-25185d.undefined" - }, { "if": { "and": [ @@ -267681,20 +134605,6 @@ }, "then": "./assets/data/nsi/logos/tauron-983018.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-a2a8ba.undefined" - }, { "if": { "and": [ @@ -267780,34 +134690,6 @@ }, "then": "./assets/data/nsi/logos/tensio-c20ae5.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-c20ae5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-c20ae5.undefined" - }, { "if": { "and": [ @@ -267822,15 +134704,6 @@ }, "then": "./assets/data/nsi/logos/terna-0f2e54.png" }, - { - "if": { - "and": [ - "operator=Texas Municipal Power Agency", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/texasmunicipalpoweragency-a67ac1.undefined" - }, { "if": { "and": [ @@ -267846,21 +134719,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-a67ac1.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-d00d20.undefined" - }, { "if": { "and": [ @@ -267875,38 +134733,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-9e91b2.svg" }, - { - "if": { - "and": [ - "operator=Town of Braintree Electric Light Department", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-a67ac1.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-a8b1df.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-3a27d6.undefined" - }, { "if": { "and": [ @@ -267921,29 +134747,6 @@ }, "then": "./assets/data/nsi/logos/transcomahuesa-a8b1df.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-539b17.undefined" - }, - { - "if": { - "and": [ - "operator=Transelectric", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/transelectric-4fcedf.undefined" - }, { "if": { "and": [ @@ -267972,20 +134775,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-1b8b00.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-539b17.undefined" - }, { "if": { "and": [ @@ -268000,43 +134789,6 @@ }, "then": "./assets/data/nsi/logos/transmissioncompanyofnigeria-390765.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Transmissora Aliança de Energia Elétrica", - "operator:wikidata=Q54622013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Transmissora Sul Brasileira de Energia", - "operator:short=TSBE" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-3ce1ab.undefined" - }, - { - "if": { - "and": [ - "operator=TRANSNEA S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/transneasa-a8b1df.undefined" - }, { "if": { "and": [ @@ -268051,29 +134803,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-69414f.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-a8b1df.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=TRANSPA S.A.", - "operator:wikidata=Q109314314" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transpasa-a8b1df.undefined" - }, { "if": { "and": [ @@ -268116,24 +134845,6 @@ }, "then": "./assets/data/nsi/logos/tredas-9b1ae4.jpg" }, - { - "if": { - "and": [ - "operator=Tri-State Generation and Transmission Association", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-a726ef.undefined" - }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-5fc5f3.undefined" - }, { "if": { "and": [ @@ -268149,15 +134860,6 @@ }, "then": "./assets/data/nsi/logos/tucsonelectricpower-fa3ca4.jpg" }, - { - "if": { - "and": [ - "operator=Turlock Irrigation District", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/turlockirrigationdistrict-aada7a.undefined" - }, { "if": { "and": [ @@ -268186,30 +134888,6 @@ }, "then": "./assets/data/nsi/logos/ukpowernetworks-b49d3c.jpg" }, - { - "if": { - "and": [ - "operator=Umatilla Electric Cooperative", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/umatillaelectriccooperative-53c7cc.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-69d425.undefined" - }, { "if": { "and": [ @@ -268266,21 +134944,6 @@ }, "then": "./assets/data/nsi/logos/unitil-4ad8ba.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Uttarakhand Power Corporation Limited", - "operator:short=UPCL", - "operator:wikidata=Q112623951" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-b0a0f3.undefined" - }, { "if": { "and": [ @@ -268309,15 +134972,6 @@ }, "then": "./assets/data/nsi/logos/valesa-3ce1ab.jpg" }, - { - "if": { - "and": [ - "operator=Valley Electric Association", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/valleyelectricassociation-c5999d.undefined" - }, { "if": { "and": [ @@ -268388,20 +135042,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-e6e703.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-e6e703.undefined" - }, { "if": { "and": [ @@ -268416,20 +135056,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-c6deed.eed" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Vest-Telemark Kraftlag", - "operator:wikidata=Q115858158" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vesttelemarkkraftlag-c20ae5.undefined" - }, { "if": { "and": [ @@ -268472,20 +135098,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-69d425.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-037e19.undefined" - }, { "if": { "and": [ @@ -268514,48 +135126,6 @@ }, "then": "./assets/data/nsi/logos/vissi-c20ae5.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-1b210b.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=VKG Elektrivõrgud", - "operator:wikidata=Q7907126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vkgelektrivorgud-3741d9.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-3f8dfe.undefined" - }, { "if": { "and": [ @@ -268585,15 +135155,6 @@ }, "then": "./assets/data/nsi/logos/washingtonsttammanyelectriccooperative-7b80e6.jpg" }, - { - "if": { - "and": [ - "operator=Watertown Municipal Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/watertownmunicipalutilities-daf9f1.undefined" - }, { "if": { "and": [ @@ -268608,29 +135169,6 @@ }, "then": "./assets/data/nsi/logos/wemagnetzgmbh-89cf7c.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-586af6.undefined" - }, - { - "if": { - "and": [ - "operator=Wesernetz Bremen GmbH", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremengmbh-05c7d7.undefined" - }, { "if": { "and": [ @@ -268717,43 +135255,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-9e91b2.png" }, - { - "if": { - "and": [ - "operator=Willmar Municipal Utilities", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/willmarmunicipalutilities-02d934.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-52f18f.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-bfea7f.undefined" - }, { "if": { "and": [ @@ -268796,51 +135297,6 @@ }, "then": "./assets/data/nsi/logos/788cf3-05655c.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Самарская сетевая компания\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Янтарьэнерго\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=АО СУЭНКО", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/8e6ee5-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=АТ Житомиробленерго", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/4f2cfa-ff50a8.undefined" - }, { "if": { "and": [ @@ -268869,298 +135325,6 @@ }, "then": "./assets/data/nsi/logos/f36860-ff50a8.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Вінницяобленерго", - "operator:wikidata=Q12093389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/084a1e-ff50a8.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Волиньобленерго", - "operator:wikidata=Q60986646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-ff50a8.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-1b7bdf.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-1b7bdf.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-1b7bdf.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-588b2e.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Запоріжжяобленерго", - "operator:wikidata=Q60986642" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dd2584-ff50a8.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-588b2e.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Київобленерго", - "operator:wikidata=Q30971518" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/9e843b-ff50a8.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=Колэнерго", - "operator:wikidata=Q4229038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/2c502b-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК СК", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/591585-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/06d162-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/f37282-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/a80300-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК СК»", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/56a442-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Центра и Приволжья»", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/e9dfd9-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/23025a-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/11be48-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПО ЗЭС", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/5743cb-588b2e.undefined" - }, - { - "if": { - "and": [ - "operator=ПрАТ Рівнеобленерго", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/3daebd-ff50a8.undefined" - }, { "if": { "and": [ @@ -269189,29 +135353,6 @@ }, "then": "./assets/data/nsi/logos/1fc076-588b2e.jpg" }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-588b2e.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/1728dd-588b2e.undefined" - }, { "if": { "and": [ @@ -269242,15 +135383,6 @@ }, "then": "./assets/data/nsi/logos/tunisiancompanyofelectricityandgas-fa07c9.jpg" }, - { - "if": { - "and": [ - "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/d88147-ded989.undefined" - }, { "if": { "and": [ @@ -269284,47 +135416,6 @@ }, "then": "./assets/data/nsi/logos/electricitygeneratingauthorityofthailand-27f90a.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=中国南方电网", - "operator:en=China Southern Power Grid", - "operator:wikidata=Q209039", - "operator:zh=中国南方电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinasouthernpowergrid-29c3a5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-57f06a.undefined" - }, - { - "if": { - "and": [ - "operator=中核新华-江永新善", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/e255e9-29c3a5.undefined" - }, { "if": { "and": [ @@ -269397,22 +135488,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-57f06a.png" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-57f06a.undefined" - }, { "if": { "and": [ @@ -269427,56 +135502,6 @@ }, "then": "./assets/data/nsi/logos/34ba0b-5c8f5d.jpg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-57f06a.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-29c3a5.undefined" - }, - { - "if": { - "and": [ - "operator=国网吉林省供电有限公司", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/e8a76c-29c3a5.undefined" - }, - { - "if": { - "and": [ - "operator=广西能源", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/56a686-29c3a5.undefined" - }, { "if": { "and": [ @@ -269493,22 +135518,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-57f06a.svg" }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-57f06a.undefined" - }, { "if": { "and": [ @@ -269526,31 +135535,6 @@ }, "then": "./assets/data/nsi/logos/okinawaelectricpowercompany-57f06a.jpg" }, - { - "if": { - "and": [ - "operator=湖南华电-永江新能", - "power=tower" - ] - }, - "then": "./assets/data/nsi/logos/3c5a38-29c3a5.undefined" - }, - { - "if": { - "and": [ - "power=tower", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistribution-57f06a.undefined" - }, { "if": { "and": [ @@ -269590,15 +135574,6 @@ }, "then": "./assets/data/nsi/logos/thehongkongelectriccompanylimited-c1db1f.jpg" }, - { - "if": { - "and": [ - "operator=\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/qaraqalpaqaymaqliqelektrtarmaqlarikarxanasiaj-e604eb.undefined" - }, { "if": { "and": [ @@ -269613,24 +135588,6 @@ }, "then": "./assets/data/nsi/logos/50hertztransmission-e097a8.svg" }, - { - "if": { - "and": [ - "operator=A CELER", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/aceler-8287b1.undefined" - }, - { - "if": { - "and": [ - "operator=A LORD", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/alord-8287b1.undefined" - }, { "if": { "and": [ @@ -269673,15 +135630,6 @@ }, "then": "./assets/data/nsi/logos/adif-489479.jpg" }, - { - "if": { - "and": [ - "operator=AEM Torino Distribuzione", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/aemtorinodistribuzione-713962.undefined" - }, { "if": { "and": [ @@ -269867,20 +135815,6 @@ }, "then": "./assets/data/nsi/logos/altalink-8b0dc6.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Alut", - "operator:wikidata=Q117864611" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/alut-7fe9fe.undefined" - }, { "if": { "and": [ @@ -269895,34 +135829,6 @@ }, "then": "./assets/data/nsi/logos/ameren-049175.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Ameren Missouri", - "operator:wikidata=Q7885672" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/amerenmissouri-148d30.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=American Transmission Company", - "operator:wikidata=Q56583617" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/americantransmissioncompany-9a842a.undefined" - }, { "if": { "and": [ @@ -269993,20 +135899,6 @@ }, "then": "./assets/data/nsi/logos/appalachianpowercompany-9aaa69.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Area Nett", - "operator:wikidata=Q129206713" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/areanett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -270021,20 +135913,6 @@ }, "then": "./assets/data/nsi/logos/arizonapublicservice-b6d642.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Arkansas Electric Cooperative Corporation", - "operator:wikidata=Q16161271" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-0a90d3.undefined" - }, { "if": { "and": [ @@ -270049,38 +135927,6 @@ }, "then": "./assets/data/nsi/logos/arkansasvalleyelectriccooperative-0a90d3.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Arva", - "operator:wikidata=Q116294389" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/arva-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=ASM Vercelli", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/asmvercelli-713962.undefined" - }, - { - "if": { - "and": [ - "operator=Associated Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/associatedelectriccooperative-148d30.undefined" - }, { "if": { "and": [ @@ -270123,20 +135969,6 @@ }, "then": "./assets/data/nsi/logos/augstspriegumatikls-79b2b7.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Aurora Energy", - "operator:wikidata=Q106071357" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/auroraenergy-b0feb6.undefined" - }, { "if": { "and": [ @@ -270193,34 +136025,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-70fbe7.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Austrian Power Grid AG", - "operator:wikidata=Q783723" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/austrianpowergridag-c84cac.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-f46145.undefined" - }, { "if": { "and": [ @@ -270305,52 +136109,6 @@ }, "then": "./assets/data/nsi/logos/banedanmark-694f23.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Barents Nett", - "operator:wikidata=Q129177069" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/barentsnett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=Batangas II Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/batangasiielectriccooperative-d6fa7d.undefined" - }, - { - "if": { - "and": [ - "operator=Bay City Electric Light & Power", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/baycityelectriclightandpower-a3e4d0.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Bayernwerk Netz", - "operator:wikidata=Q107477739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayernwerknetz-40fb94.undefined" - }, { "if": { "and": [ @@ -270365,15 +136123,6 @@ }, "then": "./assets/data/nsi/logos/bchydro-401b6b.jpg" }, - { - "if": { - "and": [ - "operator=BC Rapid Transit", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/bcrapidtransit-401b6b.undefined" - }, { "if": { "and": [ @@ -270417,21 +136166,6 @@ }, "then": "./assets/data/nsi/logos/bentonpublicutilitydistrict-401d11.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Bergische Energie Wipperfürth", - "operator:short=BEW", - "operator:wikidata=Q124441434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bergischeenergiewipperfurth-ad09f9.undefined" - }, { "if": { "and": [ @@ -270446,15 +136180,6 @@ }, "then": "./assets/data/nsi/logos/berlinerverkehrsbetriebe-26ff34.jpg" }, - { - "if": { - "and": [ - "operator=BESCOM", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/bescom-1b8373.undefined" - }, { "if": { "and": [ @@ -270483,21 +136208,6 @@ }, "then": "./assets/data/nsi/logos/bkw-b75b2e.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Blachly-Lane Electric Cooperative", - "operator:short=BLEC", - "operator:wikidata=Q125144492" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/blachlylaneelectriccooperative-8ea204.undefined" - }, { "if": { "and": [ @@ -270570,21 +136280,6 @@ }, "then": "./assets/data/nsi/logos/bornholmsenergiandforsyning-cf3ef6.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Botswana Power", - "operator:short=BPC", - "operator:wikidata=Q4948910" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/botswanapower-e7e365.undefined" - }, { "if": { "and": [ @@ -270600,29 +136295,6 @@ }, "then": "./assets/data/nsi/logos/braunschweigerverkehrsgmbh-d8137c.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Brazos Electric", - "operator:wikidata=Q4959009" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brazoselectric-70fbe7.undefined" - }, - { - "if": { - "and": [ - "operator=Breheim Nett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/breheimnett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -270652,39 +136324,6 @@ }, "then": "./assets/data/nsi/logos/brightridge-3fded7.jpg" }, - { - "if": { - "and": [ - "operator=Bristol Tennessee Essential Services", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/bristoltennesseeessentialservices-3fded7.undefined" - }, - { - "if": { - "and": [ - "operator=Brookfield Renewable US", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/brookfieldrenewableus-81dd91.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Brownsville Public Utilities Board", - "operator:short=Brownsville PUB", - "operator:wikidata=Q13085066" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/brownsvillepublicutilitiesboard-9a842a.undefined" - }, { "if": { "and": [ @@ -270699,29 +136338,6 @@ }, "then": "./assets/data/nsi/logos/bryantexasutilities-70fbe7.jpg" }, - { - "if": { - "and": [ - "operator=Burgo", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/burgo-713962.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Carroll Electric Cooperative", - "operator:wikidata=Q5046558" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/carrollelectriccooperative-547ec9.undefined" - }, { "if": { "and": [ @@ -270764,20 +136380,6 @@ }, "then": "./assets/data/nsi/logos/ceee-dc5268.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=CELEC-Transelectric", - "operator:wikidata=Q5486529" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/celectranselectric-0772ca.undefined" - }, { "if": { "and": [ @@ -270835,20 +136437,6 @@ }, "then": "./assets/data/nsi/logos/centerpointenergy-9a842a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Central Electric Power Cooperative", - "operator:wikidata=Q130226169" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centralelectricpowercooperative-148d30.undefined" - }, { "if": { "and": [ @@ -270891,33 +136479,6 @@ }, "then": "./assets/data/nsi/logos/ceps-ecf5fe.jpg" }, - { - "if": { - "and": [ - "operator=Ceripa", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ceripa-dc5268.undefined" - }, - { - "if": { - "and": [ - "operator=Cerius", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cerius-694f23.undefined" - }, - { - "if": { - "and": [ - "operator=CESML", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cesml-bc2a36.undefined" - }, { "if": { "and": [ @@ -270933,20 +136494,6 @@ }, "then": "./assets/data/nsi/logos/ceylonelectricityboard-c43671.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-a48566.undefined" - }, { "if": { "and": [ @@ -270990,15 +136537,6 @@ }, "then": "./assets/data/nsi/logos/cipco-ed770b.jpg" }, - { - "if": { - "and": [ - "operator=CitiPower", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/citipower-d07c0c.undefined" - }, { "if": { "and": [ @@ -271045,20 +136583,6 @@ }, "then": "./assets/data/nsi/logos/cityoftallahassee-c33728.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=City Power", - "operator:wikidata=Q86664251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/citypower-8cd021.undefined" - }, { "if": { "and": [ @@ -271116,60 +136640,6 @@ }, "then": "./assets/data/nsi/logos/cleco-9b6869.svg" }, - { - "if": { - "and": [ - "operator=Cleveland Utilities", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/clevelandutilities-3fded7.undefined" - }, - { - "if": { - "and": [ - "operator=CNEE", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cnee-dc5268.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cnel-0772ca.undefined" - }, - { - "if": { - "and": [ - "operator=CNEL-El Oro", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cneleloro-0772ca.undefined" - }, - { - "if": { - "and": [ - "operator=CNFL", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cnfl-93b425.undefined" - }, - { - "if": { - "and": [ - "operator=Coast Electric Power Association", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/coastelectricpowerassociation-37fac4.undefined" - }, { "if": { "and": [ @@ -271283,22 +136753,6 @@ }, "then": "./assets/data/nsi/logos/commonwealthedison-b9c53a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - "substation=transmission", - { - "or": [ - "operator=Communauté Électrique du Bénin", - "operator:short=CEB", - "operator:wikidata=Q5153983" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/communauteelectriquedubenin-16b08b.undefined" - }, { "if": { "and": [ @@ -271314,59 +136768,6 @@ }, "then": "./assets/data/nsi/logos/compagniavaldostanaacque-713962.jpg" }, - { - "if": { - "and": [ - "operator=Compagnie d'Electricité de Saint-Martin-de-Londres", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/compagniedelectricitedesaintmartindelondres-e2480c.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Compagnie Ivorienne d'Électricite", - "operator:short=CIE", - "operator:wikidata=Q2989790" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/compagnieivoriennedelectricite-51278a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Companhia Brasileira de Alumínio", - "operator:wikidata=Q5155373" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiabrasileiradealuminio-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Companhia Hidro Elétrica do São Francisco", - "operator:short=CHESF", - "operator:wikidata=Q5011113" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-dc5268.undefined" - }, { "if": { "and": [ @@ -271396,20 +136797,6 @@ }, "then": "./assets/data/nsi/logos/consolidatededison-81dd91.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Consolidated Nuclear Security", - "operator:wikidata=Q104833959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/consolidatednuclearsecurity-3fded7.undefined" - }, { "if": { "and": [ @@ -271424,29 +136811,6 @@ }, "then": "./assets/data/nsi/logos/consumersenergy-a3e4d0.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Cooperative Energy", - "operator:wikidata=Q130224029" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cooperativeenergy-4569b2.undefined" - }, - { - "if": { - "and": [ - "operator=Cooperluz", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cooperluz-dc5268.undefined" - }, { "if": { "and": [ @@ -271531,15 +136895,6 @@ }, "then": "./assets/data/nsi/logos/cpflenergia-dc5268.png" }, - { - "if": { - "and": [ - "operator=CPH", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cph-694f23.undefined" - }, { "if": { "and": [ @@ -271568,43 +136923,6 @@ }, "then": "./assets/data/nsi/logos/creos-d85a73.jpg" }, - { - "if": { - "and": [ - "operator=Crimson Oak Grove Resources", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/crimsonoakgroveresources-a5723a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=CSG", - "operator:wikidata=Q209039" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/csg-cfbfe1.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=CTEEP", - "operator:wikidata=Q3063934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cteep-dc5268.undefined" - }, { "if": { "and": [ @@ -271633,29 +136951,6 @@ }, "then": "./assets/data/nsi/logos/dairylandpowercooperative-9dceab.eab" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Dakshin Haryana Bijli Vitran Nigam Limited", - "operator:short=DHBVN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dakshinharyanabijlivitrannigamlimited-1b8373.undefined" - }, - { - "if": { - "and": [ - "operator=Dala Energi", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dalaenergi-da9798.undefined" - }, { "if": { "and": [ @@ -271712,20 +137007,6 @@ }, "then": "./assets/data/nsi/logos/decaturutilities-a5723a.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Delaware Electric Cooperative", - "operator:wikidata=Q39057203" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/delawareelectriccooperative-81dec4.undefined" - }, { "if": { "and": [ @@ -271754,24 +137035,6 @@ }, "then": "./assets/data/nsi/logos/demco-9b6869.jpg" }, - { - "if": { - "and": [ - "operator=Department of Power Transmission and System Control", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-50624c.undefined" - }, - { - "if": { - "and": [ - "operator=Dessauer Stromversorgung GmbH", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dessauerstromversorgunggmbh-e097a8.undefined" - }, { "if": { "and": [ @@ -271786,38 +137049,6 @@ }, "then": "./assets/data/nsi/logos/deutschebahn-e097a8.png" }, - { - "if": { - "and": [ - "operator=Deval", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/deval-713962.undefined" - }, - { - "if": { - "and": [ - "operator=Dixie Electric Power Association", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dixieelectricpowerassociation-37fac4.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Dolomiti Energia", - "operator:wikidata=Q3712703" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dolomitienergia-713962.undefined" - }, { "if": { "and": [ @@ -271832,20 +137063,6 @@ }, "then": "./assets/data/nsi/logos/dominionenergy-f9fb0f.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Dominion Energy South Carolina", - "operator:wikidata=Q114367619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dominionenergysouthcarolina-c0087b.undefined" - }, { "if": { "and": [ @@ -271860,15 +137077,6 @@ }, "then": "./assets/data/nsi/logos/dowchemicalcompany-9a842a.jpg" }, - { - "if": { - "and": [ - "operator=DPMB", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dpmb-5a056f.undefined" - }, { "if": { "and": [ @@ -271911,30 +137119,6 @@ }, "then": "./assets/data/nsi/logos/dteenergy-a3e4d0.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Dubai Electricity and Water Authority", - "operator:short=DEWA", - "operator:wikidata=Q1262868" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-c74d02.undefined" - }, - { - "if": { - "and": [ - "operator=Duck River Electric Membership Corporation", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/duckriverelectricmembershipcorporation-3fded7.undefined" - }, { "if": { "and": [ @@ -272047,15 +137231,6 @@ }, "then": "./assets/data/nsi/logos/ewerkmittelbaden-645c81.jpg" }, - { - "if": { - "and": [ - "operator=E-Werk Perg", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ewerkperg-004bba.undefined" - }, { "if": { "and": [ @@ -272070,85 +137245,6 @@ }, "then": "./assets/data/nsi/logos/edisnetzgmbh-53fc23.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=E.E. Ambato", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eeambato-0772ca.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=E.E. Centro Sur", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecentrosur-0772ca.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=E.E. Cotopaxi", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eecotopaxi-0772ca.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=E.E. Norte", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eenorte-0772ca.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=E.E. Quito", - "operator:wikidata=Q5374436" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eequito-0772ca.undefined" - }, - { - "if": { - "and": [ - "operator=E.E. Sur", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eesur-0772ca.undefined" - }, { "if": { "and": [ @@ -272177,43 +137273,6 @@ }, "then": "./assets/data/nsi/logos/eonnetz-e097a8.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EA Networks", - "operator:wikidata=Q5357785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eanetworks-05e84a.undefined" - }, - { - "if": { - "and": [ - "operator=EAG", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eag-6beb1b.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EAM Netz", - "operator:wikidata=Q124377769" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eamnetz-6cfcba.undefined" - }, { "if": { "and": [ @@ -272242,20 +137301,6 @@ }, "then": "./assets/data/nsi/logos/eastriverelectricpowercooperative-06599d.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Eastland Network", - "operator:wikidata=Q108450243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastlandnetwork-05e84a.undefined" - }, { "if": { "and": [ @@ -272270,15 +137315,6 @@ }, "then": "./assets/data/nsi/logos/ednetze-645c81.jpg" }, - { - "if": { - "and": [ - "operator=EDE", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ede-d2172f.undefined" - }, { "if": { "and": [ @@ -272321,21 +137357,6 @@ }, "then": "./assets/data/nsi/logos/edpespiritosanto-187a44.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EDP Renewables North America", - "operator:short=EDPR", - "operator:wikidata=Q5322866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/edprenewablesnorthamerica-128c58.undefined" - }, { "if": { "and": [ @@ -272366,24 +137387,6 @@ }, "then": "./assets/data/nsi/logos/edpsaopaulo-dc5268.jpg" }, - { - "if": { - "and": [ - "operator=EDS", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eds-c7be96.undefined" - }, - { - "if": { - "and": [ - "operator=EED", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eed-d2172f.undefined" - }, { "if": { "and": [ @@ -272412,20 +137415,6 @@ }, "then": "./assets/data/nsi/logos/egd-5a056f.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EGTC", - "operator:wikidata=Q117864256" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/egtc-c56bba.undefined" - }, { "if": { "and": [ @@ -272482,34 +137471,6 @@ }, "then": "./assets/data/nsi/logos/ekz-b75b2e.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Electrabel", - "operator:wikidata=Q608323" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electrabel-4648a1.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Electranet", - "operator:wikidata=Q5357218" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electranet-ace77b.undefined" - }, { "if": { "and": [ @@ -272525,22 +137486,6 @@ }, "then": "./assets/data/nsi/logos/electricitedefrance-636d24.png" }, - { - "if": { - "and": [ - "power=transformer", - "substation=distribution", - { - "or": [ - "operator=Electricity Company of Ghana", - "operator:short=ECG", - "operator:wikidata=Q16733491" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/electricitycompanyofghana-059841.undefined" - }, { "if": { "and": [ @@ -272555,51 +137500,6 @@ }, "then": "./assets/data/nsi/logos/electricitynorthwest-306792.jpg" }, - { - "if": { - "and": [ - "operator=Electricity Supply Enterprise", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/electricitysupplyenterprise-ff1f66.undefined" - }, - { - "if": { - "and": [ - "operator=Electro Dunas", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/electrodunas-40a90a.undefined" - }, - { - "if": { - "and": [ - "operator=Electrocentro", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/electrocentro-40a90a.undefined" - }, - { - "if": { - "and": [ - "operator=Elektra Čakovec", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elektracakovec-c13ce2.undefined" - }, - { - "if": { - "and": [ - "operator=Elektra Hemberg", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elektrahemberg-0cc893.undefined" - }, { "if": { "and": [ @@ -272614,29 +137514,6 @@ }, "then": "./assets/data/nsi/logos/elektrilevi-8b8dca.dca" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektrizitätswerk Hindelang", - "operator:wikidata=Q130392021" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektrizitatswerkhindelang-40fb94.undefined" - }, - { - "if": { - "and": [ - "operator=Elektrizitätswerke Eisenhuber GmbH & Co KG", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elektrizitatswerkeeisenhubergmbhandcokg-1f6ad3.undefined" - }, { "if": { "and": [ @@ -272651,88 +137528,6 @@ }, "then": "./assets/data/nsi/logos/elektrizitatswerkereutte-a3f8c7.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektro", - "operator:wikidata=Q10271671" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektro-dc5268.undefined" - }, - { - "if": { - "and": [ - "operator=Elektro Primorska", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elektroprimorska-fef1ea.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektro-Slovenija", - "operator:short=ELES", - "operator:wikidata=Q5358777" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroslovenija-fef1ea.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektroenergieversorgung Cottbus", - "operator:short=EVC", - "operator:wikidata=Q130392036" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroenergieversorgungcottbus-cec853.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektromreža Srbije", - "operator:short=EMS", - "operator:wikidata=Q18250047" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektromrezasrbije-c7be96.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elektroprenos BiH", - "operator:wikidata=Q3050657" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elektroprenosbih-75bd62.undefined" - }, { "if": { "and": [ @@ -272761,49 +137556,6 @@ }, "then": "./assets/data/nsi/logos/elering-8b8dca.dca" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Eletricidade dos Açores", - "operator:short=EDA", - "operator:wikidata=Q131463417" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletricidadedosacores-88f4f0.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Eletrobras Amazonas Energia", - "operator:wikidata=Q10271724" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrobrasamazonasenergia-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-dc5268.undefined" - }, { "if": { "and": [ @@ -272818,29 +137570,6 @@ }, "then": "./assets/data/nsi/logos/eletropaulo-dc5268.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Eletrosul", - "operator:wikidata=Q5359479" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletrosul-dc5268.undefined" - }, - { - "if": { - "and": [ - "operator=Elfsm", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elfsm-dc5268.undefined" - }, { "if": { "and": [ @@ -272855,29 +137584,6 @@ }, "then": "./assets/data/nsi/logos/elia-4648a1.png" }, - { - "if": { - "and": [ - "operator=Elias", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/elias-d85a73.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elinett", - "operator:wikidata=Q129177050" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elinett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -272892,20 +137598,6 @@ }, "then": "./assets/data/nsi/logos/ellevio-da9798.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Elmea", - "operator:wikidata=Q129177328" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/elmea-7fe9fe.undefined" - }, { "if": { "and": [ @@ -272934,20 +137626,6 @@ }, "then": "./assets/data/nsi/logos/elvia-7fe9fe.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ÉMÁSZ", - "operator:wikidata=Q20439183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/emasz-d2172f.undefined" - }, { "if": { "and": [ @@ -272978,15 +137656,6 @@ }, "then": "./assets/data/nsi/logos/empresaspublicasdemedellin-1e9fc0.svg" }, - { - "if": { - "and": [ - "operator=Enarga Operator Oddział Toruń", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/enargaoperatoroddzialtorun-b34e65.undefined" - }, { "if": { "and": [ @@ -273099,20 +137768,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribucionchile-1cd455.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Enel Distribución Perú", - "operator:wikidata=Q72718459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribucionperu-40a90a.undefined" - }, { "if": { "and": [ @@ -273127,20 +137782,6 @@ }, "then": "./assets/data/nsi/logos/eneldistribuicaoceara-dc5268.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Enel Distribuição Rio", - "operator:wikidata=Q9611434" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eneldistribuicaorio-dc5268.undefined" - }, { "if": { "and": [ @@ -273197,20 +137838,6 @@ }, "then": "./assets/data/nsi/logos/enemalta-e6482f.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-d8137c.undefined" - }, { "if": { "and": [ @@ -273239,20 +137866,6 @@ }, "then": "./assets/data/nsi/logos/energa-b34e65.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energetics Electricity", - "operator:wikidata=Q114567327" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energeticselectricity-35338a.undefined" - }, { "if": { "and": [ @@ -273381,20 +137994,6 @@ }, "then": "./assets/data/nsi/logos/energiewaldeckfrankenberg-b05a85.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energienetze Berlin", - "operator:wikidata=Q124377857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energienetzeberlin-26ff34.undefined" - }, { "if": { "and": [ @@ -273410,53 +138009,6 @@ }, "then": "./assets/data/nsi/logos/energieversorgungmittelrhein-3d40d5.jpg" }, - { - "if": { - "and": [ - "operator=Energieversorgung Ottobrunn", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungottobrunn-40fb94.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energieversorgung Rottenburg am Neckar", - "operator:short=EVR", - "operator:wikidata=Q124443785" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energieversorgungrottenburgamneckar-645c81.undefined" - }, - { - "if": { - "and": [ - "operator=EnergiFyn Distribution", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/energifyndistribution-694f23.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EnergiMidt", - "operator:wikidata=Q12310093" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energimidt-694f23.undefined" - }, { "if": { "and": [ @@ -273471,90 +138023,6 @@ }, "then": "./assets/data/nsi/logos/energinet-694f23.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energisa", - "operator:wikidata=Q10291787" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisa-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energisa Acre", - "operator:wikidata=Q5359473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisaacre-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energisa Rondônia", - "operator:wikidata=Q10271730" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisarondonia-5d2728.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Energisa Sul-Sudeste", - "operator:wikidata=Q86734153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energisasulsudeste-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EnergyUnited", - "operator:wikidata=Q5376886" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/energyunited-458d87.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-ad09f9.undefined" - }, { "if": { "and": [ @@ -273583,20 +138051,6 @@ }, "then": "./assets/data/nsi/logos/engie-636d24.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Enida", - "operator:wikidata=Q129350588" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enida-7fe9fe.undefined" - }, { "if": { "and": [ @@ -273709,20 +138163,6 @@ }, "then": "./assets/data/nsi/logos/entergylouisiana-785c01.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Entergy Mississippi", - "operator:wikidata=Q130226459" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/entergymississippi-71502c.undefined" - }, { "if": { "and": [ @@ -273807,90 +138247,6 @@ }, "then": "./assets/data/nsi/logos/eps-c7be96.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia", - "operator:wikidata=Q18474582" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergia-dc5268.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia Alagoas", - "operator:wikidata=Q106544701" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaalagoas-849971.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia Amapá", - "operator:wikidata=Q9831288" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiaamapa-1f0aed.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia Goiás", - "operator:wikidata=Q9670366" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiagoias-057824.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia Maranhão", - "operator:wikidata=Q19609178" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiamaranhao-3e7a59.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Equatorial Energia Pará", - "operator:wikidata=Q18483202" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/equatorialenergiapara-1014a0.undefined" - }, { "if": { "and": [ @@ -273905,15 +138261,6 @@ }, "then": "./assets/data/nsi/logos/equatorialenergiapiaui-17f0f4.jpg" }, - { - "if": { - "and": [ - "operator=ERDF", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/erdf-bc2a36.undefined" - }, { "if": { "and": [ @@ -273971,34 +138318,6 @@ }, "then": "./assets/data/nsi/logos/eskom-8cd021.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ESO", - "operator:wikidata=Q22691779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eso-a40007.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ESP Electricity", - "operator:wikidata=Q114567232" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/espelectricity-35338a.undefined" - }, { "if": { "and": [ @@ -274013,24 +138332,6 @@ }, "then": "./assets/data/nsi/logos/essentialenergy-028f77.jpg" }, - { - "if": { - "and": [ - "operator=ESSeyssel", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/esseyssel-168afa.undefined" - }, - { - "if": { - "and": [ - "operator=Ethekwini Electricity", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ethekwinielectricity-8cd021.undefined" - }, { "if": { "and": [ @@ -274046,15 +138347,6 @@ }, "then": "./assets/data/nsi/logos/ethiopianelectricpower-5e1f94.png" }, - { - "if": { - "and": [ - "operator=ETI", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eti-d2172f.undefined" - }, { "if": { "and": [ @@ -274070,20 +138362,6 @@ }, "then": "./assets/data/nsi/logos/eugenewaterandelectricboard-8ea204.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=European Energy", - "operator:wikidata=Q66325802" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/europeanenergy-add881.undefined" - }, { "if": { "and": [ @@ -274198,15 +138476,6 @@ }, "then": "./assets/data/nsi/logos/evs-ad09f9.png" }, - { - "if": { - "and": [ - "operator=EWA", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ewa-fce63d.undefined" - }, { "if": { "and": [ @@ -274235,20 +138504,6 @@ }, "then": "./assets/data/nsi/logos/ewe-e097a8.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EWE Netz", - "operator:wikidata=Q42825991" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ewenetz-e097a8.undefined" - }, { "if": { "and": [ @@ -274291,20 +138546,6 @@ }, "then": "./assets/data/nsi/logos/eww-004bba.bba" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=EWW", - "operator:wikidata=Q15445360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eww-3a1ab2.undefined" - }, { "if": { "and": [ @@ -274347,20 +138588,6 @@ }, "then": "./assets/data/nsi/logos/fagne-7fe9fe.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=FairNetz", - "operator:wikidata=Q1392985" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fairnetz-645c81.undefined" - }, { "if": { "and": [ @@ -274376,34 +138603,6 @@ }, "then": "./assets/data/nsi/logos/fayettevillepublicworkscommission-458d87.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Fenaka Vaikaradhoo Branch", - "operator:wikidata=Q130384689" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fenakavaikaradhoobranch-7ccaed.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Finerge", - "operator:wikidata=Q126735347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/finerge-e26b9a.undefined" - }, { "if": { "and": [ @@ -274418,20 +138617,6 @@ }, "then": "./assets/data/nsi/logos/fingrid-5ad418.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=First Electric Cooperative", - "operator:wikidata=Q16993371" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/firstelectriccooperative-0a90d3.undefined" - }, { "if": { "and": [ @@ -274460,34 +138645,6 @@ }, "then": "./assets/data/nsi/logos/fjellnett-7fe9fe.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Flathead Electric Cooperative", - "operator:wikidata=Q130232311" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/flatheadelectriccooperative-77422a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Florence Utilities", - "operator:wikidata=Q130232318" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/florenceutilities-a5723a.undefined" - }, { "if": { "and": [ @@ -274502,15 +138659,6 @@ }, "then": "./assets/data/nsi/logos/floridapowerandlight-c33728.png" }, - { - "if": { - "and": [ - "operator=Flow Elnet", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/flowelnet-694f23.undefined" - }, { "if": { "and": [ @@ -274539,20 +138687,6 @@ }, "then": "./assets/data/nsi/logos/fluvius-4648a1.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=FortisAlberta", - "operator:wikidata=Q1438987" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fortisalberta-8b0dc6.undefined" - }, { "if": { "and": [ @@ -274581,35 +138715,6 @@ }, "then": "./assets/data/nsi/logos/fortum-2e1f9b.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Four County EMC", - "operator:wikidata=Q114366906" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fourcountyemc-458d87.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Freitaler Stadtwerke", - "operator:short=FSW", - "operator:wikidata=Q130392101" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/freitalerstadtwerke-52cc32.undefined" - }, { "if": { "and": [ @@ -274639,21 +138744,6 @@ }, "then": "./assets/data/nsi/logos/gainesvilleregionalutilities-c33728.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Garland Power & Light", - "operator:short=GP&L", - "operator:wikidata=Q115691475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/garlandpowerandlight-70fbe7.undefined" - }, { "if": { "and": [ @@ -274668,15 +138758,6 @@ }, "then": "./assets/data/nsi/logos/gavleenergi-da9798.png" }, - { - "if": { - "and": [ - "operator=Gedia", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/gedia-bc2a36.undefined" - }, { "if": { "and": [ @@ -274691,63 +138772,6 @@ }, "then": "./assets/data/nsi/logos/geg-bc2a36.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Gemeindewerke Bovenden", - "operator:wikidata=Q130392121" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkebovenden-d8137c.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Gemeindewerke Haßloch", - "operator:short=GWH", - "operator:wikidata=Q124462821" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gemeindewerkehassloch-3d40d5.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Georgia Power", - "operator:wikidata=Q5547666" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/georgiapower-54d59e.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Gérédis", - "operator:wikidata=Q112115590" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/geredis-df243e.undefined" - }, { "if": { "and": [ @@ -274763,35 +138787,6 @@ }, "then": "./assets/data/nsi/logos/gewwilhelmshaven-d8137c.jpg" }, - { - "if": { - "and": [ - "power=transformer", - "substation=transmission", - { - "or": [ - "operator=Ghana Grid Company", - "operator:wikidata=Q16733560" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ghanagridcompany-059841.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Glacier Electric Cooperative", - "operator:wikidata=Q130232332" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glacierelectriccooperative-77422a.undefined" - }, { "if": { "and": [ @@ -274806,20 +138801,6 @@ }, "then": "./assets/data/nsi/logos/gladeselectriccoop-c33728.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Glitre Energi", - "operator:wikidata=Q5376857" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/glitreenergi-7fe9fe.undefined" - }, { "if": { "and": [ @@ -274877,30 +138858,6 @@ }, "then": "./assets/data/nsi/logos/greatriverenergy-9a842a.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Green Mountain Power", - "operator:short=GMP", - "operator:wikidata=Q71871622" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/greenmountainpower-132484.undefined" - }, - { - "if": { - "and": [ - "operator=GreenAlp", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/greenalp-bc2a36.undefined" - }, { "if": { "and": [ @@ -274929,15 +138886,6 @@ }, "then": "./assets/data/nsi/logos/greenvilleutilitiescommission-458d87.jpg" }, - { - "if": { - "and": [ - "operator=Griug", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/griug-7fe9fe.undefined" - }, { "if": { "and": [ @@ -274952,15 +138900,6 @@ }, "then": "./assets/data/nsi/logos/groupee-b75b2e.jpg" }, - { - "if": { - "and": [ - "operator=GTC", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/gtc-35338a.undefined" - }, { "if": { "and": [ @@ -274976,21 +138915,6 @@ }, "then": "./assets/data/nsi/logos/guadalupevalleyelectriccooperative-9a842a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Gulf Power", - "operator:short=GPC", - "operator:wikidata=Q5617509" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/gulfpower-9a842a.undefined" - }, { "if": { "and": [ @@ -275033,15 +138957,6 @@ }, "then": "./assets/data/nsi/logos/haugalandkraftnett-7fe9fe.png" }, - { - "if": { - "and": [ - "operator=Havnett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/havnett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -275056,52 +138971,6 @@ }, "then": "./assets/data/nsi/logos/hawaiianelectriccompany-151da3.jpg" }, - { - "if": { - "and": [ - "operator=Helen Sähköverkko Oy", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/helensahkoverkkooy-5ad418.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=HEP", - "operator:wikidata=Q13636760" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hep-c13ce2.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Herzo Werke", - "operator:wikidata=Q113464934" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/herzowerke-40fb94.undefined" - }, - { - "if": { - "and": [ - "operator=Hidrandina", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/hidrandina-40a90a.undefined" - }, { "if": { "and": [ @@ -275144,15 +139013,6 @@ }, "then": "./assets/data/nsi/logos/hs1ltd-35338a.svg" }, - { - "if": { - "and": [ - "operator=HSN", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/hsn-e097a8.undefined" - }, { "if": { "and": [ @@ -275167,20 +139027,6 @@ }, "then": "./assets/data/nsi/logos/huntsvilleutilities-a5723a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Hydro One", - "operator:wikidata=Q3143709" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hydroone-88d972.undefined" - }, { "if": { "and": [ @@ -275223,15 +139069,6 @@ }, "then": "./assets/data/nsi/logos/hydroquebec-40df57.png" }, - { - "if": { - "and": [ - "operator=Hydro-Sherbrooke", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/hydrosherbrooke-40df57.undefined" - }, { "if": { "and": [ @@ -275333,15 +139170,6 @@ }, "then": "./assets/data/nsi/logos/indianapolispowerandlight-d0bea9.png" }, - { - "if": { - "and": [ - "operator=Indre Hordaland KraftNett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/indrehordalandkraftnett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -275384,15 +139212,6 @@ }, "then": "./assets/data/nsi/logos/infraestruturasdeportugal-e26b9a.jpg" }, - { - "if": { - "and": [ - "operator=Infrastruktur Zürichsee AG", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/infrastrukturzurichseeag-41d358.undefined" - }, { "if": { "and": [ @@ -275422,21 +139241,6 @@ }, "then": "./assets/data/nsi/logos/institutocostarricensedeelectricidad-93b425.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Interconexión Eléctrica S.A.", - "operator:short=ISA", - "operator:wikidata=Q109425108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interconexionelectricasa-1e9fc0.undefined" - }, { "if": { "and": [ @@ -275495,24 +139299,6 @@ }, "then": "./assets/data/nsi/logos/irishrail-fddd7d.jpg" }, - { - "if": { - "and": [ - "operator=ISalten Nett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/isaltennett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=Italgen", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/italgen-713962.undefined" - }, { "if": { "and": [ @@ -275556,20 +139342,6 @@ }, "then": "./assets/data/nsi/logos/jacksonvilleelectricauthority-a9ebfc.bfc" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Jemena", - "operator:wikidata=Q6177098" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jemena-ace77b.undefined" - }, { "if": { "and": [ @@ -275613,20 +139385,6 @@ }, "then": "./assets/data/nsi/logos/joewheeleremc-a5723a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Jones-Onslow EMC", - "operator:wikidata=Q130233073" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/jonesonslowemc-458d87.undefined" - }, { "if": { "and": [ @@ -275660,20 +139418,6 @@ }, "then": "./assets/data/nsi/logos/eastjapanrailwaycompany-2c1653.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=KAMO Power", - "operator:wikidata=Q115691589" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kamopower-06508e.undefined" - }, { "if": { "and": [ @@ -275689,21 +139433,6 @@ }, "then": "./assets/data/nsi/logos/kansascityboardofpublicutilities-5fb284.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Kärnten Netz", - "operator:short=KNG", - "operator:wikidata=Q130382451" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/karntennetz-60ead3.undefined" - }, { "if": { "and": [ @@ -275733,20 +139462,6 @@ }, "then": "./assets/data/nsi/logos/kentuckypower-505574.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Kentucky Utilities Company", - "operator:wikidata=Q6392416" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kentuckyutilitiescompany-505574.undefined" - }, { "if": { "and": [ @@ -275762,15 +139477,6 @@ }, "then": "./assets/data/nsi/logos/keralastateelectricityboard-1b8373.jpg" }, - { - "if": { - "and": [ - "operator=KiesZon", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/kieszon-dcd896.undefined" - }, { "if": { "and": [ @@ -275828,29 +139534,6 @@ }, "then": "./assets/data/nsi/logos/kommenergie-40fb94.jpg" }, - { - "if": { - "and": [ - "operator=KPLC", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/kplc-71a1ee.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=KPTCL", - "operator:wikidata=Q17064153" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kptcl-1b8373.undefined" - }, { "if": { "and": [ @@ -275865,33 +139548,6 @@ }, "then": "./assets/data/nsi/logos/kreiswerkemainkinzig-b05a85.jpg" }, - { - "if": { - "and": [ - "operator=KSS", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/kss-5ad418.undefined" - }, - { - "if": { - "and": [ - "operator=Kungälv Energi", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/kungalvenergi-da9798.undefined" - }, - { - "if": { - "and": [ - "operator=Kvam Energi Nett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/kvamenerginett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -275936,34 +139592,6 @@ }, "then": "./assets/data/nsi/logos/lafayetteutilitiessystem-9b6869.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Landsnet", - "operator:wikidata=Q3217126" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/landsnet-f2cdd0.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Lansing Board of Water & Light", - "operator:wikidata=Q17030936" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lansingboardofwaterandlight-a3e4d0.undefined" - }, { "if": { "and": [ @@ -275994,38 +139622,6 @@ }, "then": "./assets/data/nsi/logos/lechwerke-40fb94.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Lede", - "operator:wikidata=Q110603581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lede-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=LeGa Nett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/leganett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=Lesotho Electricity Company", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/lesothoelectricitycompany-330372.undefined" - }, { "if": { "and": [ @@ -276040,35 +139636,6 @@ }, "then": "./assets/data/nsi/logos/liander-dcd896.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Liberia Electricity Corporation", - "operator:short=LEC", - "operator:wikidata=Q117848927" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/liberiaelectricitycorporation-fb1cbe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Light", - "operator:wikidata=Q3238450" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/light-dc5268.undefined" - }, { "if": { "and": [ @@ -276083,15 +139650,6 @@ }, "then": "./assets/data/nsi/logos/lincolnelectricsystem-5b199d.png" }, - { - "if": { - "and": [ - "operator=Linea", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/linea-7fe9fe.undefined" - }, { "if": { "and": [ @@ -276106,20 +139664,6 @@ }, "then": "./assets/data/nsi/logos/linja-7fe9fe.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Linn County REC", - "operator:wikidata=Q115691646" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/linncountyrec-ed770b.undefined" - }, { "if": { "and": [ @@ -276134,43 +139678,6 @@ }, "then": "./assets/data/nsi/logos/linzag-f02bb8.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=LISEA", - "operator:wikidata=Q55597561" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lisea-bc2a36.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Lnett", - "operator:wikidata=Q129177115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lnett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=London Power Network Public Limited Company", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/londonpowernetworkpubliclimitedcompany-35338a.undefined" - }, { "if": { "and": [ @@ -276185,20 +139692,6 @@ }, "then": "./assets/data/nsi/logos/londonunderground-306792.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Long Island Power Authority", - "operator:wikidata=Q17035174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/longislandpowerauthority-81dd91.undefined" - }, { "if": { "and": [ @@ -276271,52 +139764,6 @@ }, "then": "./assets/data/nsi/logos/lubbockpowerandlight-70fbe7.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Lucerna", - "operator:wikidata=Q129207130" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/lucerna-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=Lumbee River EMC", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/lumbeeriveremc-458d87.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Luz del Sur", - "operator:wikidata=Q6706549" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/luzdelsur-40a90a.undefined" - }, - { - "if": { - "and": [ - "operator=LWU", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/lwu-c33728.undefined" - }, { "if": { "and": [ @@ -276346,15 +139793,6 @@ }, "then": "./assets/data/nsi/logos/magdeburgerverkehrsbetriebe-80fbfb.bfb" }, - { - "if": { - "and": [ - "operator=MainPower", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/mainpower-05e84a.undefined" - }, { "if": { "and": [ @@ -276369,20 +139807,6 @@ }, "then": "./assets/data/nsi/logos/manitobahydro-4c81de.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Manx Utilities", - "operator:wikidata=Q96391881" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/manxutilities-bae8af.undefined" - }, { "if": { "and": [ @@ -276411,20 +139835,6 @@ }, "then": "./assets/data/nsi/logos/marathonpipeline-9a842a.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Maritime Electric", - "operator:wikidata=Q3293748" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/maritimeelectric-1f4f47.undefined" - }, { "if": { "and": [ @@ -276439,20 +139849,6 @@ }, "then": "./assets/data/nsi/logos/marke-ad09f9.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Marlborough Lines", - "operator:wikidata=Q6771674" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/marlboroughlines-05e84a.undefined" - }, { "if": { "and": [ @@ -276481,57 +139877,6 @@ }, "then": "./assets/data/nsi/logos/marshalldekalbelectriccooperative-a5723a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Maui Electric Company", - "operator:wikidata=Q130224278" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mauielectriccompany-151da3.undefined" - }, - { - "if": { - "and": [ - "operator=MÁV", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/mav-d2172f.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=MAVIR", - "operator:wikidata=Q88272702" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mavir-d2172f.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Mellom", - "operator:wikidata=Q117863236" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mellom-7fe9fe.undefined" - }, { "if": { "and": [ @@ -276589,15 +139934,6 @@ }, "then": "./assets/data/nsi/logos/metra-60c111.png" }, - { - "if": { - "and": [ - "operator=Mi Tren", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/mitren-9e12ce.undefined" - }, { "if": { "and": [ @@ -276612,20 +139948,6 @@ }, "then": "./assets/data/nsi/logos/midamericanenergy-517f79.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Midtnett", - "operator:wikidata=Q117840038" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/midtnett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -276640,29 +139962,6 @@ }, "then": "./assets/data/nsi/logos/midwestenergy-5fb284.jpg" }, - { - "if": { - "and": [ - "operator=Minera Collahuasi", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/mineracollahuasi-1cd455.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-1cd455.undefined" - }, { "if": { "and": [ @@ -276691,20 +139990,6 @@ }, "then": "./assets/data/nsi/logos/minnkotapowercooperative-47dd8c.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Mission Valley Power", - "operator:wikidata=Q130232410" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/missionvalleypower-77422a.undefined" - }, { "if": { "and": [ @@ -276719,20 +140004,6 @@ }, "then": "./assets/data/nsi/logos/mississippipower-37fac4.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-4b7c0c.undefined" - }, { "if": { "and": [ @@ -276747,58 +140018,6 @@ }, "then": "./assets/data/nsi/logos/monpower-1cd21e.jpg" }, - { - "if": { - "and": [ - "operator=Mountain Parks Electric", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/mountainparkselectric-dbd23d.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=MSETCL", - "operator:wikidata=Q6733360" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/msetcl-1b8373.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=MVV Netze", - "operator:short=MVV", - "operator:wikidata=Q128479606" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mvvnetze-1add33.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=N-ERGIE Netz", - "operator:wikidata=Q124370254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nergienetz-40fb94.undefined" - }, { "if": { "and": [ @@ -276871,20 +140090,6 @@ }, "then": "./assets/data/nsi/logos/nationalgridelectricitydistribution-306792.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=National Grid Electricity Distribution (South West) plc", - "operator:wikidata=Q114397866" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nationalgridelectricitydistributionsouthwestplc-35338a.undefined" - }, { "if": { "and": [ @@ -276915,63 +140120,6 @@ }, "then": "./assets/data/nsi/logos/nbpower-6196b9.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=NEAS AS", - "operator:wikidata=Q7050849" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neasas-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Nebraska Public Power District", - "operator:wikidata=Q6984770" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5b199d.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - "substation=distribution", - { - "or": [ - "operator=NEDCo", - "operator:wikidata=Q16733950" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nedco-059841.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Nelson Mandela Bay Municipality", - "operator:wikidata=Q1856565" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nelsonmandelabaymunicipality-8cd021.undefined" - }, { "if": { "and": [ @@ -276986,29 +140134,6 @@ }, "then": "./assets/data/nsi/logos/neoenergia-dc5268.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Neoenergia Pernambuco", - "operator:wikidata=Q18477753" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/neoenergiapernambuco-0ef05f.undefined" - }, - { - "if": { - "and": [ - "operator=Nettselskapet", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/nettselskapet-7fe9fe.undefined" - }, { "if": { "and": [ @@ -277023,20 +140148,6 @@ }, "then": "./assets/data/nsi/logos/networkrail-35338a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Network Tasman", - "operator:wikidata=Q108403115" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/networktasman-05e84a.undefined" - }, { "if": { "and": [ @@ -277051,20 +140162,6 @@ }, "then": "./assets/data/nsi/logos/networkwaitaki-05e84a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netz Burgenland", - "operator:wikidata=Q130384439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzburgenland-331783.undefined" - }, { "if": { "and": [ @@ -277079,35 +140176,6 @@ }, "then": "./assets/data/nsi/logos/netzno-c84cac.cac" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netz Oberösterreich", - "operator:wikidata=Q67883059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzoberosterreich-c84cac.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netzdienste Rhein-Main", - "operator:short=NRM", - "operator:wikidata=Q124463068" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzdiensterheinmain-ae02ea.undefined" - }, { "if": { "and": [ @@ -277122,49 +140190,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-645c81.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-80fbfb.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netzgesellschaft Gütersloh", - "operator:wikidata=Q124462977" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftgutersloh-ad09f9.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Netzgesellschaft Potsdam", - "operator:short=NGP", - "operator:wikidata=Q124463008" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzgesellschaftpotsdam-cec853.undefined" - }, { "if": { "and": [ @@ -277235,15 +140260,6 @@ }, "then": "./assets/data/nsi/logos/newfoundlandpower-261cf4.png" }, - { - "if": { - "and": [ - "operator=Nexel", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/nexel-694f23.undefined" - }, { "if": { "and": [ @@ -277272,15 +140288,6 @@ }, "then": "./assets/data/nsi/logos/nienetworks-7d8fef.fef" }, - { - "if": { - "and": [ - "operator=NIPSCO", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/nipsco-d0bea9.undefined" - }, { "if": { "and": [ @@ -277296,44 +140303,6 @@ }, "then": "./assets/data/nsi/logos/njtransit-6ae7d0.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Nemzeti Közművek", - "operator:short=NKM", - "operator:wikidata=Q73507644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nemzetikozmuvek-d2172f.undefined" - }, - { - "if": { - "and": [ - "operator=NÖ Netz EVN Gruppe", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/nonetzevngruppe-1f6ad3.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Noranett", - "operator:wikidata=Q117454648" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/noranett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -277348,34 +140317,6 @@ }, "then": "./assets/data/nsi/logos/nordkraftnett-7fe9fe.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Nordkyn Kraftlag", - "operator:wikidata=Q90859310" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordkynkraftlag-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Nordlandsnett", - "operator:wikidata=Q4937054" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/nordlandsnett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -277390,34 +140331,6 @@ }, "then": "./assets/data/nsi/logos/norfolkandnorwichuniversityhospitaltrust-35338a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Norgesnett", - "operator:wikidata=Q129177211" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/norgesnett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=North Arkansas Electric Cooperative", - "operator:wikidata=Q7053959" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/northarkansaselectriccooperative-0a90d3.undefined" - }, { "if": { "and": [ @@ -277432,15 +140345,6 @@ }, "then": "./assets/data/nsi/logos/northernpowergrid-306792.jpg" }, - { - "if": { - "and": [ - "operator=Northern Powergrid (Northeast) Limited", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/northernpowergridnortheastlimited-35338a.undefined" - }, { "if": { "and": [ @@ -277511,29 +140415,6 @@ }, "then": "./assets/data/nsi/logos/novec-294bac.bac" }, - { - "if": { - "and": [ - "operator=NSTAR", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/nstar-2a8360.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=NTDC", - "operator:wikidata=Q48732133" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ntdc-dc2950.undefined" - }, { "if": { "and": [ @@ -277604,44 +140485,6 @@ }, "then": "./assets/data/nsi/logos/nyseg-81dd91.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-c84cac.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Ohio Power", - "operator:wikidata=Q115902499" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ohiopower-2f96e1.undefined" - }, - { - "if": { - "and": [ - "operator=Oiken", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/oiken-a805b4.undefined" - }, { "if": { "and": [ @@ -277685,20 +140528,6 @@ }, "then": "./assets/data/nsi/logos/oncor-70fbe7.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ONEE", - "operator:wikidata=Q3349644" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/onee-523f8f.undefined" - }, { "if": { "and": [ @@ -277756,29 +140585,6 @@ }, "then": "./assets/data/nsi/logos/osterholzerstadtwerke-d8137c.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=OstHessenNetz", - "operator:wikidata=Q124463176" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/osthessennetz-49ddd3.undefined" - }, - { - "if": { - "and": [ - "operator=OtagoNet Joint Venture", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/otagonetjointventure-05e84a.undefined" - }, { "if": { "and": [ @@ -277807,34 +140613,6 @@ }, "then": "./assets/data/nsi/logos/oulunenergiasiirtojajakelu-5ad418.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ovag Netz", - "operator:wikidata=Q128480682" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ovagnetz-b05a85.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Ozarks Electric Cooperative", - "operator:wikidata=Q7116526" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ozarkselectriccooperative-bab4e4.undefined" - }, { "if": { "and": [ @@ -277878,24 +140656,6 @@ }, "then": "./assets/data/nsi/logos/pacificorp-9a842a.svg" }, - { - "if": { - "and": [ - "operator=Paulding Putnam REA", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/pauldingputnamrea-e6ceb6.undefined" - }, - { - "if": { - "and": [ - "operator=PBE", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/pbe-4648a1.undefined" - }, { "if": { "and": [ @@ -277910,15 +140670,6 @@ }, "then": "./assets/data/nsi/logos/pea-e82cec.cec" }, - { - "if": { - "and": [ - "operator=Pearl River Valley Electric Power Association", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/pearlrivervalleyelectricpowerassociation-37fac4.undefined" - }, { "if": { "and": [ @@ -277961,21 +140712,6 @@ }, "then": "./assets/data/nsi/logos/penelec-c93538.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Peninsula Electric Cooperative", - "operator:short=PENELCO", - "operator:wikidata=Q114736746" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/peninsulaelectriccooperative-d6fa7d.undefined" - }, { "if": { "and": [ @@ -278033,29 +140769,6 @@ }, "then": "./assets/data/nsi/logos/pfalzwerkeag-3d40d5.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=PGCB", - "operator:wikidata=Q16254830" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pgcb-9d71fb.undefined" - }, - { - "if": { - "and": [ - "operator=PGCIL", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/pgcil-1b8373.undefined" - }, { "if": { "and": [ @@ -278228,21 +140941,6 @@ }, "then": "./assets/data/nsi/logos/powerlink-c26b41.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=PowerSouth Energy Cooperative", - "operator:short=PSEC", - "operator:wikidata=Q125241543" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/powersouthenergycooperative-1da69c.undefined" - }, { "if": { "and": [ @@ -278285,34 +140983,6 @@ }, "then": "./assets/data/nsi/logos/premierenergy-5f4b46.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Products (SE) Pipe Line Corporation", - "operator:wikidata=Q130233116" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/productssepipelinecorporation-9a842a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Progress Energy", - "operator:wikidata=Q2112219" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/progressenergy-9a842a.undefined" - }, { "if": { "and": [ @@ -278327,15 +140997,6 @@ }, "then": "./assets/data/nsi/logos/prorail-dcd896.png" }, - { - "if": { - "and": [ - "operator=Protrans BC", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/protransbc-401b6b.undefined" - }, { "if": { "and": [ @@ -278351,20 +141012,6 @@ }, "then": "./assets/data/nsi/logos/publicservicecompanyofoklahoma-d15bf5.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Public Service Company of Colorado", - "operator:wikidata=Q130224325" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/publicservicecompanyofcolorado-dbd23d.undefined" - }, { "if": { "and": [ @@ -278409,20 +141056,6 @@ }, "then": "./assets/data/nsi/logos/pugetsoundenergy-401d11.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=PVU", - "operator:wikidata=Q124463201" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/pvu-cec853.undefined" - }, { "if": { "and": [ @@ -278465,42 +141098,6 @@ }, "then": "./assets/data/nsi/logos/ratp-bc2a36.jpg" }, - { - "if": { - "and": [ - "operator=RE Busko", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rebusko-b34e65.undefined" - }, - { - "if": { - "and": [ - "operator=RE Jędrzejów", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rejedrzejow-b34e65.undefined" - }, - { - "if": { - "and": [ - "operator=RE Kozienice", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rekozienice-b34e65.undefined" - }, - { - "if": { - "and": [ - "operator=RE Miechów", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/remiechow-b34e65.undefined" - }, { "if": { "and": [ @@ -278516,24 +141113,6 @@ }, "then": "./assets/data/nsi/logos/redelectricadeespana-489479.jpg" }, - { - "if": { - "and": [ - "operator=Redding Electric Utility", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/reddingelectricutility-a1ef23.undefined" - }, - { - "if": { - "and": [ - "operator=Redwood Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/redwoodelectriccooperative-c7fa5f.undefined" - }, { "if": { "and": [ @@ -278562,61 +141141,6 @@ }, "then": "./assets/data/nsi/logos/ren-e26b9a.svg" }, - { - "if": { - "and": [ - "operator=REP", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rep-40a90a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Repvåg Kraftlag", - "operator:wikidata=Q81318652" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/repvagkraftlag-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=RESA", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/resa-4648a1.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-bc2a36.undefined" - }, - { - "if": { - "and": [ - "operator=REThones", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rethones-bc2a36.undefined" - }, { "if": { "and": [ @@ -278659,15 +141183,6 @@ }, "then": "./assets/data/nsi/logos/rhodeislandenergy-204a23.jpg" }, - { - "if": { - "and": [ - "operator=Rio Grande Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/riograndeelectriccooperative-70fbe7.undefined" - }, { "if": { "and": [ @@ -278738,15 +141253,6 @@ }, "then": "./assets/data/nsi/logos/rosevilleelectric-a1ef23.jpg" }, - { - "if": { - "and": [ - "operator=RTB", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/rtb-5e4e63.undefined" - }, { "if": { "and": [ @@ -278761,21 +141267,6 @@ }, "then": "./assets/data/nsi/logos/rte-bc2a36.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Rwanda Energy Group", - "operator:short=REG", - "operator:wikidata=Q48790462" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rwandaenergygroup-376337.undefined" - }, { "if": { "and": [ @@ -278804,21 +141295,6 @@ }, "then": "./assets/data/nsi/logos/sbahnberlingmbh-e097a8.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Sabah Electricity", - "operator:short=SESB", - "operator:wikidata=Q7420551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sabahelectricity-ff1f66.undefined" - }, { "if": { "and": [ @@ -278876,15 +141352,6 @@ }, "then": "./assets/data/nsi/logos/sak-b75b2e.jpg" }, - { - "if": { - "and": [ - "operator=Sala-Heby Energi", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/salahebyenergi-da9798.undefined" - }, { "if": { "and": [ @@ -278914,15 +141381,6 @@ }, "then": "./assets/data/nsi/logos/salzburgag-6beb1b.jpg" }, - { - "if": { - "and": [ - "operator=Sam Houston Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/samhoustonelectriccooperative-70fbe7.undefined" - }, { "if": { "and": [ @@ -278938,15 +141396,6 @@ }, "then": "./assets/data/nsi/logos/sandiegogasandelectric-71613e.jpg" }, - { - "if": { - "and": [ - "operator=Sand Mountain Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sandmountainelectriccooperative-a5723a.undefined" - }, { "if": { "and": [ @@ -279018,38 +141467,6 @@ }, "then": "./assets/data/nsi/logos/scottishandsouthernelectricitynetworks-35338a.jpg" }, - { - "if": { - "and": [ - "operator=SEAL", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/seal-40a90a.undefined" - }, - { - "if": { - "and": [ - "operator=Selnet", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/selnet-713962.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Semitag", - "operator:wikidata=Q3487837" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/semitag-bc2a36.undefined" - }, { "if": { "and": [ @@ -279064,43 +141481,6 @@ }, "then": "./assets/data/nsi/logos/senelec-2c55c3.jpg" }, - { - "if": { - "and": [ - "operator=SER", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ser-713962.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Sevillana de Electricidad", - "operator:wikidata=Q2876789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sevillanadeelectricidad-489479.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Sharyland Utilities", - "operator:wikidata=Q130232478" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sharylandutilities-70fbe7.undefined" - }, { "if": { "and": [ @@ -279129,29 +141509,6 @@ }, "then": "./assets/data/nsi/logos/sicaedelasommeetducambraisis-bc2a36.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=SICAE Oise", - "operator:wikidata=Q112115524" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sicaeoise-10f40f.undefined" - }, - { - "if": { - "and": [ - "operator=Singing River Electric Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/singingriverelectriccooperative-37fac4.undefined" - }, { "if": { "and": [ @@ -279209,15 +141566,6 @@ }, "then": "./assets/data/nsi/logos/sncfreseau-bc2a36.png" }, - { - "if": { - "and": [ - "operator=SNEL", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/snel-8bbdd2.undefined" - }, { "if": { "and": [ @@ -279263,29 +141611,6 @@ }, "then": "./assets/data/nsi/logos/sonelgaz-e89c7a.jpg" }, - { - "if": { - "and": [ - "operator=Sorea", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sorea-bc2a36.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=South Plains Electric Cooperative", - "operator:wikidata=Q130232489" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southplainselectriccooperative-70fbe7.undefined" - }, { "if": { "and": [ @@ -279329,29 +141654,6 @@ }, "then": "./assets/data/nsi/logos/southwestarkansaselectriccooperative-0a90d3.jpg" }, - { - "if": { - "and": [ - "operator=Southwest Tennessee Electric Membership Corporation", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/southwesttennesseeelectricmembershipcorporation-3fded7.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Southwestern Power Administration", - "operator:wikidata=Q7571440" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/southwesternpoweradministration-7a7cb9.undefined" - }, { "if": { "and": [ @@ -279366,29 +141668,6 @@ }, "then": "./assets/data/nsi/logos/spenergynetworks-35338a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=SP Transmission", - "operator:wikidata=Q114436108" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sptransmission-b073c8.undefined" - }, - { - "if": { - "and": [ - "operator=SPPG", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sppg-f79b99.undefined" - }, { "if": { "and": [ @@ -279404,38 +141683,6 @@ }, "then": "./assets/data/nsi/logos/springfieldutilityboard-8ea204.jpg" }, - { - "if": { - "and": [ - "operator=SR", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sr-1b8373.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=SRD", - "operator:wikidata=Q110319893" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/srd-bc2a36.undefined" - }, - { - "if": { - "and": [ - "operator=SSE Power Distribution", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ssepowerdistribution-35338a.undefined" - }, { "if": { "and": [ @@ -279549,20 +141796,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeaugsburg-40fb94.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Bad Aibling", - "operator:wikidata=Q124472215" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebadaibling-40fb94.undefined" - }, { "if": { "and": [ @@ -279648,48 +141881,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkebruhl-ad09f9.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Brunsbüttel", - "operator:wikidata=Q124472308" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkebrunsbuttel-66c909.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Dülmen", - "operator:wikidata=Q124472352" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkedulmen-ad09f9.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Elmshorn", - "operator:wikidata=Q124472368" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeelmshorn-66c909.undefined" - }, { "if": { "and": [ @@ -279746,20 +141937,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkegiessen-b05a85.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Glückstadt", - "operator:wikidata=Q124472428" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkegluckstadt-66c909.undefined" - }, { "if": { "and": [ @@ -279816,34 +141993,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkehamm-ad09f9.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Harsewinkel", - "operator:wikidata=Q124475060" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeharsewinkel-ad09f9.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Heidelberg Netze", - "operator:wikidata=Q124475127" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeheidelbergnetze-645c81.undefined" - }, { "if": { "and": [ @@ -279901,48 +142050,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeingolstadt-40fb94.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Itzehoe", - "operator:wikidata=Q124475205" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeitzehoe-66c909.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Kaltenkirchen", - "operator:wikidata=Q124475228" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekaltenkirchen-66c909.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Karlsruhe Netzservice", - "operator:wikidata=Q124476041" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-645c81.undefined" - }, { "if": { "and": [ @@ -280014,20 +142121,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelemgo-ad09f9.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Lippstadt", - "operator:wikidata=Q124476209" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkelippstadt-ad09f9.undefined" - }, { "if": { "and": [ @@ -280042,20 +142135,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkelubeck-66c909.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Ludwigsfelde", - "operator:wikidata=Q124476251" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeludwigsfelde-cec853.undefined" - }, { "if": { "and": [ @@ -280173,20 +142252,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkenorderstedt-66c909.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Nordfriesland Netz", - "operator:wikidata=Q130392259" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkenordfrieslandnetz-66c909.undefined" - }, { "if": { "and": [ @@ -280232,20 +142297,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkepirmasens-3d40d5.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Pirna Energie", - "operator:wikidata=Q124480475" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkepirnaenergie-52cc32.undefined" - }, { "if": { "and": [ @@ -280275,34 +142326,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkequedlinburg-80fbfb.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Quickborn", - "operator:wikidata=Q124476383" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkequickborn-66c909.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Radolfzell", - "operator:wikidata=Q124476398" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeradolfzell-645c81.undefined" - }, { "if": { "and": [ @@ -280317,34 +142340,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkerastatt-645c81.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Rostock", - "operator:wikidata=Q39524051" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkerostock-db0b36.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Roth", - "operator:wikidata=Q130557432" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkeroth-40fb94.undefined" - }, { "if": { "and": [ @@ -280359,20 +142354,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkesaarbrucken-32e7ba.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Senftenberg", - "operator:wikidata=Q124476425" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerkesenftenberg-cec853.undefined" - }, { "if": { "and": [ @@ -280402,20 +142383,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkespeyer-3d40d5.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stadtwerke Tornesch-Netz", - "operator:wikidata=Q124476513" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stadtwerketorneschnetz-66c909.undefined" - }, { "if": { "and": [ @@ -280530,15 +142497,6 @@ }, "then": "./assets/data/nsi/logos/stadtwerkeworgl-7c3fb4.jpg" }, - { - "if": { - "and": [ - "operator=Stannum", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/stannum-7fe9fe.undefined" - }, { "if": { "and": [ @@ -280595,50 +142553,6 @@ }, "then": "./assets/data/nsi/logos/stedin-dcd896.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stoen Operator", - "operator:wikidata=Q11833155" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stoenoperator-b34e65.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Strasbourg Électricité Réseaux", - "operator:short=SER", - "operator:wikidata=Q107352347" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/strasbourgelectricitereseaux-b48b4e.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stredoslovenská distribučná", - "operator:short=SSD", - "operator:wikidata=Q113031243" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stredoslovenskadistribucna-1cd5bf.undefined" - }, { "if": { "and": [ @@ -280667,53 +142581,6 @@ }, "then": "./assets/data/nsi/logos/stromnetzhamburg-eba937.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stromnetzgesellschaft Herrenberg", - "operator:wikidata=Q124476721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stromnetzgesellschaftherrenberg-645c81.undefined" - }, - { - "if": { - "and": [ - "operator=Stromversorgung Angermünde GmbH", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/stromversorgungangermundegmbh-e097a8.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Stromversorgung Ismaning", - "operator:short=SVI", - "operator:wikidata=Q124476751" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stromversorgungismaning-40fb94.undefined" - }, - { - "if": { - "and": [ - "operator=STS", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sts-1cd455.undefined" - }, { "if": { "and": [ @@ -280742,15 +142609,6 @@ }, "then": "./assets/data/nsi/logos/sunflowerelectricpowercorporation-5fb284.jpg" }, - { - "if": { - "and": [ - "operator=Sunndal Energi Nett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/sunndalenerginett-7fe9fe.undefined" - }, { "if": { "and": [ @@ -280808,20 +142666,6 @@ }, "then": "./assets/data/nsi/logos/swbenergieundwasser-ad09f9.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=SWE Erfurt Netz", - "operator:wikidata=Q124476895" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sweerfurtnetz-f3bd8a.undefined" - }, { "if": { "and": [ @@ -280894,29 +142738,6 @@ }, "then": "./assets/data/nsi/logos/swk-ad09f9.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=SWKiel Netz GmbH", - "operator:wikidata=Q130385984" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/swkielnetzgmbh-e097a8.undefined" - }, - { - "if": { - "and": [ - "operator=SWR", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/swr-1b8373.undefined" - }, { "if": { "and": [ @@ -280988,43 +142809,6 @@ }, "then": "./assets/data/nsi/logos/tacomapower-9a842a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=TANESCO", - "operator:wikidata=Q4050564" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanesco-deb255.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=TANGEDCO", - "operator:wikidata=Q17074901" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tangedco-1b8373.undefined" - }, - { - "if": { - "and": [ - "operator=TANTRANSCO", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/tantransco-1b8373.undefined" - }, { "if": { "and": [ @@ -281083,20 +142867,6 @@ }, "then": "./assets/data/nsi/logos/technischewerkenaumburg-80fbfb.bfb" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=TECO", - "operator:wikidata=Q7669940" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/teco-c33728.undefined" - }, { "if": { "and": [ @@ -281196,43 +142966,6 @@ }, "then": "./assets/data/nsi/logos/tensio-7fe9fe.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Tensio TN", - "operator:wikidata=Q111605441" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiotn-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Tensio TS", - "operator:wikidata=Q19393420" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tensiots-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "operator=Termoenergetica", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/termoenergetica-68cee0.undefined" - }, { "if": { "and": [ @@ -281247,20 +142980,6 @@ }, "then": "./assets/data/nsi/logos/terna-8a8d4c.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Texas Eastern Transmission, LP", - "operator:wikidata=Q130233152" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/texaseasterntransmissionlp-9a842a.undefined" - }, { "if": { "and": [ @@ -281276,29 +142995,6 @@ }, "then": "./assets/data/nsi/logos/texasnewmexicopower-70fbe7.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=The Lines Company", - "operator:wikidata=Q108438789" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thelinescompany-05e84a.undefined" - }, - { - "if": { - "and": [ - "operator=The Power Company", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/thepowercompany-05e84a.undefined" - }, { "if": { "and": [ @@ -281313,21 +143009,6 @@ }, "then": "./assets/data/nsi/logos/thugaenergie-645c81.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-f3bd8a.undefined" - }, { "if": { "and": [ @@ -281357,20 +143038,6 @@ }, "then": "./assets/data/nsi/logos/tiwag-c84cac.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=TNEB", - "operator:wikidata=Q7670848" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tneb-1b8373.undefined" - }, { "if": { "and": [ @@ -281399,20 +143066,6 @@ }, "then": "./assets/data/nsi/logos/torontohydro-88d972.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Tramwaje Śląskie", - "operator:wikidata=Q9361097" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tramwajeslaskie-b34e65.undefined" - }, { "if": { "and": [ @@ -281427,44 +143080,6 @@ }, "then": "./assets/data/nsi/logos/tramwajewarszawskie-b34e65.png" }, - { - "if": { - "and": [ - "operator=TRANSBA S.A.", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/transbasa-f8f64e.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - "substation=transmission", - { - "or": [ - "operator=Transco CLSG", - "operator:wikidata=Q117846302" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transcoclsg-d94b06.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-1cd455.undefined" - }, { "if": { "and": [ @@ -281494,20 +143109,6 @@ }, "then": "./assets/data/nsi/logos/transgrid-17e0e3.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Transmisora Eléctrica del Norte", - "operator:short=TEN" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transmisoraelectricadelnorte-1cd455.undefined" - }, { "if": { "and": [ @@ -281536,15 +143137,6 @@ }, "then": "./assets/data/nsi/logos/transnetbwgmbh-645c81.svg" }, - { - "if": { - "and": [ - "operator=TRANSNOA S.A.", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/transnoasa-f8f64e.undefined" - }, { "if": { "and": [ @@ -281573,20 +143165,6 @@ }, "then": "./assets/data/nsi/logos/transpowernewzealand-05e84a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=TraveNetz", - "operator:wikidata=Q124480620" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/travenetz-66c909.undefined" - }, { "if": { "and": [ @@ -281630,24 +143208,6 @@ }, "then": "./assets/data/nsi/logos/trimet-8ea204.png" }, - { - "if": { - "and": [ - "operator=Tshwane Electricity", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/tshwaneelectricity-8cd021.undefined" - }, - { - "if": { - "and": [ - "operator=TSTRANSCO", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/tstransco-1b8373.undefined" - }, { "if": { "and": [ @@ -281678,20 +143238,6 @@ }, "then": "./assets/data/nsi/logos/turkiyecumhuriyetidevletdemiryollari-31b591.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Überlandwerk Erding", - "operator:wikidata=Q124480655" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkerding-40fb94.undefined" - }, { "if": { "and": [ @@ -281707,20 +143253,6 @@ }, "then": "./assets/data/nsi/logos/uberlandwerkleinetal-d8137c.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Überlandwerk Mittelbaden", - "operator:wikidata=Q124480690" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/uberlandwerkmittelbaden-645c81.undefined" - }, { "if": { "and": [ @@ -281749,53 +143281,6 @@ }, "then": "./assets/data/nsi/logos/umeaenergi-da9798.png" }, - { - "if": { - "and": [ - "operator=Unareti", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/unareti-713962.undefined" - }, - { - "if": { - "and": [ - "operator=Unifi", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/unifi-458d87.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Union Fenosa", - "operator:wikidata=Q2095439" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosa-489479.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Unión Fenosa Distribución", - "operator:short=UFD", - "operator:wikidata=Q63533453" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unionfenosadistribucion-489479.undefined" - }, { "if": { "and": [ @@ -281810,20 +143295,6 @@ }, "then": "./assets/data/nsi/logos/unison-05e84a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=United Energy", - "operator:wikidata=Q48790747" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/unitedenergy-d07c0c.undefined" - }, { "if": { "and": [ @@ -281838,15 +143309,6 @@ }, "then": "./assets/data/nsi/logos/unitedilluminatingcompany-a8c5a0.jpg" }, - { - "if": { - "and": [ - "operator=United Power", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/unitedpower-dbd23d.undefined" - }, { "if": { "and": [ @@ -281917,29 +143379,6 @@ }, "then": "./assets/data/nsi/logos/valesa-dc5268.jpg" }, - { - "if": { - "and": [ - "operator=Vantaan Energia Sähköverkot Oy", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/vantaanenergiasahkoverkotoy-5ad418.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Varanger Kraft", - "operator:wikidata=Q7915448" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/varangerkraft-7fe9fe.undefined" - }, { "if": { "and": [ @@ -281996,24 +143435,6 @@ }, "then": "./assets/data/nsi/logos/vector-05e84a.png" }, - { - "if": { - "and": [ - "operator=Veitur", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/veitur-f2cdd0.undefined" - }, - { - "if": { - "and": [ - "operator=Verbandsgemeindewerke Dahner Felsenland", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/verbandsgemeindewerkedahnerfelsenland-e097a8.undefined" - }, { "if": { "and": [ @@ -282042,21 +143463,6 @@ }, "then": "./assets/data/nsi/logos/verdo-694f23.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Vereinigte Stadtwerke Netz", - "operator:short=VS Netz", - "operator:wikidata=Q124485962" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vereinigtestadtwerkenetz-66c909.undefined" - }, { "if": { "and": [ @@ -282071,20 +143477,6 @@ }, "then": "./assets/data/nsi/logos/vermontelectricpowercompany-170cd1.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Vermont Transco", - "operator:wikidata=Q130232551" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vermonttransco-170cd1.undefined" - }, { "if": { "and": [ @@ -282099,20 +143491,6 @@ }, "then": "./assets/data/nsi/logos/versantpower-289571.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Versorgungswerke Heddesheim", - "operator:wikidata=Q124486013" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/versorgungswerkeheddesheim-645c81.undefined" - }, { "if": { "and": [ @@ -282127,20 +143505,6 @@ }, "then": "./assets/data/nsi/logos/vevig-7fe9fe.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=VEW", - "operator:wikidata=Q1642431" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vew-ad09f9.undefined" - }, { "if": { "and": [ @@ -282155,29 +143519,6 @@ }, "then": "./assets/data/nsi/logos/viesgodistribucionelectrica-489479.png" }, - { - "if": { - "and": [ - "operator=Vineland Municipal Electric Utility", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/vinelandmunicipalelectricutility-6ae7d0.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Virginia Electric & Power Company", - "operator:wikidata=Q117834539" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/virginiaelectricandpowercompany-1d1ce8.undefined" - }, { "if": { "and": [ @@ -282206,61 +143547,6 @@ }, "then": "./assets/data/nsi/logos/vissi-7fe9fe.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Viteos SA", - "operator:wikidata=Q65934781" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/viteossa-cc02c0.undefined" - }, - { - "if": { - "and": [ - "operator=Volunteer Energy Cooperative", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/volunteerenergycooperative-3fded7.undefined" - }, - { - "if": { - "and": [ - "operator=Vonett", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/vonett-7fe9fe.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Vorarlberger Energienetze GmbH", - "operator:wikidata=Q113355023" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-b76ceb.undefined" - }, - { - "if": { - "and": [ - "operator=Vores Elnet", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/voreselnet-694f23.undefined" - }, { "if": { "and": [ @@ -282348,24 +143634,6 @@ }, "then": "./assets/data/nsi/logos/wasserwerkezug-e6eb02.png" }, - { - "if": { - "and": [ - "operator=Waterloo North Hydro", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/waterloonorthhydro-88d972.undefined" - }, - { - "if": { - "and": [ - "operator=WE Energies", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/weenergies-437923.undefined" - }, { "if": { "and": [ @@ -282380,48 +143648,6 @@ }, "then": "./assets/data/nsi/logos/welnetworks-05e84a.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Wellington Electricity", - "operator:wikidata=Q7981392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wellingtonelectricity-05e84a.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=WEMAG Netz", - "operator:wikidata=Q124486059" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wemagnetz-9cb0a2.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Wesernetz", - "operator:wikidata=Q124371401" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wesernetz-d1d6a2.undefined" - }, { "if": { "and": [ @@ -282451,35 +143677,6 @@ }, "then": "./assets/data/nsi/logos/westernareapoweradministration-9a842a.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Western Power", - "operator:wikidata=Q7988180" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westernpower-e850b6.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Westfalen Weser Netz", - "operator:short=WWN", - "operator:wikidata=Q124371350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westfalenwesernetz-a55359.undefined" - }, { "if": { "and": [ @@ -282508,20 +143705,6 @@ }, "then": "./assets/data/nsi/logos/westnetz-e097a8.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Westpower", - "operator:wikidata=Q105820572" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westpower-05e84a.undefined" - }, { "if": { "and": [ @@ -282550,43 +143733,6 @@ }, "then": "./assets/data/nsi/logos/wienernetze-c84cac.cac" }, - { - "if": { - "and": [ - "operator=WO", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/wo-b34e65.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Wolverine Power Cooperative", - "operator:wikidata=Q130233157" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wolverinepowercooperative-a3e4d0.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=WSW Netz GmbH", - "operator:wikidata=Q124371392" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/wswnetzgmbh-ad09f9.undefined" - }, { "if": { "and": [ @@ -282616,38 +143762,6 @@ }, "then": "./assets/data/nsi/logos/xcelenergy-9a842a.jpg" }, - { - "if": { - "and": [ - "operator=Yampa Valley Electric", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/yampavalleyelectric-dbd23d.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Západoslovenská distribučná", - "operator:wikidata=Q108169353" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zapadoslovenskadistribucna-1cd5bf.undefined" - }, - { - "if": { - "and": [ - "operator=ZDMK", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/zdmk-b34e65.undefined" - }, { "if": { "and": [ @@ -282676,132 +143790,6 @@ }, "then": "./assets/data/nsi/logos/zesco-6a2ea1.jpg" }, - { - "if": { - "and": [ - "operator=АО \"ДРСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/037cea-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"ИЭСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f7ee36-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО \"Сетевая компания\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e19896-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО ОРЭС-Тольятти", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/fbbdbc-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО ОЭК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/1fec25-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/1547de-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО Самарская сетевая компания", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/4e721a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО Энергосетевая компания", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/73c515-258459.undefined" - }, - { - "if": { - "and": [ - "operator=АО Янтарьэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f0d7c2-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Белгородэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/73280b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Берёзовский РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f79783-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Брестэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/adbc9a-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Брянскэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/b5ae9b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Високовольтні мережі", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/536e49-01f0e3.undefined" - }, { "if": { "and": [ @@ -282818,146 +143806,6 @@ }, "then": "./assets/data/nsi/logos/vitebskenergo-4e3767.jpg" }, - { - "if": { - "and": [ - "operator=Вінницяобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/084a1e-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=ВМУ-2", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e6ee9e-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Волиньобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cc48e9-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Воронежская Горэлектросеть", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/54f75b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Гомельэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dcbab1-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=ГорЭлектро", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/8b0f6a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Горэлектросети", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/bcde51-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Гродноэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/2e0acb-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=ГУП \"ГК Днестрэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/925ae9-5f4b46.undefined" - }, - { - "if": { - "and": [ - "operator=Дніпровські електромережі", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/4fc9e1-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Донецькі електромережі", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/763ec9-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=ДЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/44f383-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Екатеринбургская электросетевая компания", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/11d53c-258459.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Електроенергиен системен оператор", - "operator:wikidata=Q12279650" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/87d60e-82b16b.undefined" - }, - { - "if": { - "and": [ - "operator=ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/21e393-82b16b.undefined" - }, { "if": { "and": [ @@ -282974,255 +143822,6 @@ }, "then": "./assets/data/nsi/logos/elektroprivredasrbije-c7be96.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Електроразпределение Юг", - "operator:wikidata=Q113610915" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/d6c8f4-82b16b.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ЕРМ Запад", - "operator:wikidata=Q104831094" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/acf1d3-82b16b.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ЕРП Север", - "operator:wikidata=Q113610665" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/74cdb5-82b16b.undefined" - }, - { - "if": { - "and": [ - "operator=ЕЭСК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/912089-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Житомиробленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/4419a9-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Закарпаттяобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/edc045-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"НРЕС\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/54244c-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ЗАО \"Энергетика и Связь Строительства\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/a4c9ec-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Запоріжжяобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dd2584-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Зевс", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/95d425-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Зельвенский РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/386b4a-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=ИжГЭТ", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/51239f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Каббалкэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/37ea32-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Казанские электрические сети", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/946b82-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Калмэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/96c48a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Калугаэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/efe635-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Київобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/9e843b-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Київські електромережі", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/464950-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Кіровоградобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/40e024-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Колэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/2c502b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Крымэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/773c0b-f75a3a.undefined" - }, - { - "if": { - "and": [ - "operator=КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e00513-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Курскэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/54f35b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Левашинсие РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ad4392-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Ленэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e6193d-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Липецкэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/1bab13-258459.undefined" - }, { "if": { "and": [ @@ -283238,15 +143837,6 @@ }, "then": "./assets/data/nsi/logos/c6dafd-258459.jpg" }, - { - "if": { - "and": [ - "operator=Луганське енергетичне обʼєднання", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c3876b-01f0e3.undefined" - }, { "if": { "and": [ @@ -283263,177 +143853,6 @@ }, "then": "./assets/data/nsi/logos/lvivoblenergo-01f0e3.jpg" }, - { - "if": { - "and": [ - "operator=Макси", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/056d11-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Миколаївобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6a548f-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Минские кабельные сети", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c1c7e0-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=МКП МТК \"Воронежпассажиртранс\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/759720-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Могилёвэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ac8d18-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Московско-Рязанское отделение", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/715db6-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МОЭК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/738c38-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МОЭСК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/8e35df-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МП «Инженерные сети»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/25b7da-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Урала - Пермэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/59bd60-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/86e0e8-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК Центра и Приволжья", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/4d72e8-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МРСК-1", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/06d162-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"Воронежская горэлектросеть\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/0d91bc-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"НЭСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/1cd58b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МУП \"Электросервис\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ec75dd-258459.undefined" - }, - { - "if": { - "and": [ - "operator=МУП УльГЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/faf577-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Набережночелнинские электрические сети", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ef9589-258459.undefined" - }, - { - "if": { - "and": [ - "operator=НЕК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d2499e-82b16b.undefined" - }, { "if": { "and": [ @@ -283448,560 +143867,6 @@ }, "then": "./assets/data/nsi/logos/afbfca-82b16b.png" }, - { - "if": { - "and": [ - "operator=НЧЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ee5b30-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ДРСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/b3f527-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Ивэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e0767f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Иркутская электросетевая компания\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f618c9-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Калугаэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/015423-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"КЭСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/581d7e-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МОЭСК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f37282-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК Центра\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/904e6b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"МРСК ЮГА\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6822f3-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Пермэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/671b35-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"РЖД\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/5ea107-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"Тюменьэнерго\" ПАО \"Россети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d6b97f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО \"ФСК ЕЭС\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/a80300-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «МРСК Волги»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c46792-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОАО «РусГидро»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ef0fa4-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Объединенная энергетическая компания", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/a76e6a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Одесаобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/7dd737-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=ОКЭ", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/32fefa-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО 'Мосэнергосбыт – Жуковский'", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f2ea4d-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"АСЭП\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/fcb8cf-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"Востокнефтепровод\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/23025a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО \"НПЭК\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/de5c0d-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Волгоэлектросеть»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c7d843-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Заводские сети»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d64417-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Зефс-Энерго»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/5a5566-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Электросети»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/eb6366-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ООО «Энергосети»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6330e4-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Орёлэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/387c6f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Оренбургэнерго, Восточные электрические сети", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/19fafa-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОЭЗ ППТ Алабуга", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/3d674b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ОЭК", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f1ee6a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"КАМЧАТСКЭНЕРГО\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/905a61-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Ленэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/7771ec-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Волги\" - Самарские РС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/464ab6-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Северного Кавказа\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c7bf83-258459.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ПАО \"МРСК Северо-Запада\"", - "operator:wikidata=Q4273587" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/5b91d1-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6e8a25-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК Центра\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ec167f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"МРСК ЮГА\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6e0b52-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/80a090-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"Россети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/3ff2a0-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО \"ФСК ЕЭС\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/3783e2-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МОЭСК»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6ef0d7-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Волги»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/2dbdf2-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Сибири»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/471e51-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Центра и Приволжья»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/458c19-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Волга»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/edfd51-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Кубань»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/3b4dee-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО «Россети Центр и Приволжье»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d3b505-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО РЖД", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/418917-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАО СУЭНКО", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/11be48-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПАТ \"Сумиобленерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/fc0a7b-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский г/РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/992930-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский ГорРЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/254605-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский с/РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f86bc9-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=Пинский сельский район электрических сетей", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c713dd-4e3767.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Калужские электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/43cf85-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Кировские электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/dee5a1-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Кировские электросети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c9b087-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Обнинские электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/5f68df-258459.undefined" - }, - { - "if": { - "and": [ - "operator=ПО \"Сасовские электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/fc6b1d-258459.undefined" - }, { "if": { "and": [ @@ -284034,63 +143899,6 @@ }, "then": "./assets/data/nsi/logos/prykarpattiaoblenergo-01f0e3.jpg" }, - { - "if": { - "and": [ - "operator=Производственное отделение \"Воркутинские электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/40cf3b-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Промтехэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f25d09-258459.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Регіональні електричні мережі", - "operator:wikidata=Q60986654" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/388547-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=РЖД - Свердловская ЖД", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c51d28-258459.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Рівнеобленерго", - "operator:en=Rivneoblenergo", - "operator:uk=Рівнеобленерго", - "operator:wikidata=Q60986619" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/rivneoblenergo-01f0e3.undefined" - }, { "if": { "and": [ @@ -284107,33 +143915,6 @@ }, "then": "./assets/data/nsi/logos/rosseti-258459.png" }, - { - "if": { - "and": [ - "operator=Россети Ленэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f46a1f-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Россети Тюмень", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/0f6078-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/2b4f93-258459.undefined" - }, { "if": { "and": [ @@ -284151,15 +143932,6 @@ }, "then": "./assets/data/nsi/logos/russianrailways-258459.png" }, - { - "if": { - "and": [ - "operator=Рязаньэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/0eb03f-258459.undefined" - }, { "if": { "and": [ @@ -284176,60 +143948,6 @@ }, "then": "./assets/data/nsi/logos/sakhalinenergo-258459.jpg" }, - { - "if": { - "and": [ - "operator=Свердловская дирекция инфраструктуры АО «РЖД»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/95d511-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/cef8cc-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Свердловская железная дорога - филиал ОАО «РЖД»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f9fd92-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Севастопольэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/349c62-f75a3a.undefined" - }, - { - "if": { - "and": [ - "operator=Сормовский РЭС", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/b5355a-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Ставропольэнерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/e89e2a-258459.undefined" - }, { "if": { "and": [ @@ -284244,22 +143962,6 @@ }, "then": "./assets/data/nsi/logos/28c7ea-82b16b.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Тернопільобленерго", - "operator:en=Ternopiloblenergo", - "operator:uk=Тернопільобленерго", - "operator:wikidata=Q60986592" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ternopiloblenergo-01f0e3.undefined" - }, { "if": { "and": [ @@ -284294,121 +143996,6 @@ }, "then": "./assets/data/nsi/logos/ukrainianrailways-01f0e3.jpg" }, - { - "if": { - "and": [ - "operator=УЭВ СО РАН", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/289fb6-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6bca9c-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/a04cc1-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6fce2c-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/edfaac-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/95bc7d-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/7977c5-258459.undefined" - }, - { - "if": { - "and": [ - "operator=филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/229251-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d084cf-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/ebdcd3-258459.undefined" - }, - { - "if": { - "and": [ - "operator=Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/9db934-258459.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=ФСК ЕЭС", - "operator:en=FGC UES", - "operator:ru=ФСК ЕЭС", - "operator:wikidata=Q3063197" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/fgcues-258459.undefined" - }, { "if": { "and": [ @@ -284425,22 +144012,6 @@ }, "then": "./assets/data/nsi/logos/kharkivoblenergo-01f0e3.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Херсонобленерго", - "operator:en=Khersonoblenergo", - "operator:uk=Херсонобленерго", - "operator:wikidata=Q60986624" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/khersonoblenergo-01f0e3.undefined" - }, { "if": { "and": [ @@ -284457,15 +144028,6 @@ }, "then": "./assets/data/nsi/logos/khmelnytskoblenergo-01f0e3.jpg" }, - { - "if": { - "and": [ - "operator=Центральна енергетична компанія", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/a726ee-01f0e3.undefined" - }, { "if": { "and": [ @@ -284480,49 +144042,6 @@ }, "then": "./assets/data/nsi/logos/472734-01f0e3.jpg" }, - { - "if": { - "and": [ - "operator=Чернівціобленерго", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/122056-01f0e3.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=Чернігівобленерго", - "operator:en=Chernihivoblenergo", - "operator:uk=Чернігівобленерго", - "operator:wikidata=Q6665196" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chernihivoblenergo-01f0e3.undefined" - }, - { - "if": { - "and": [ - "operator=الشركة التونسية للكهرباء والغاز", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/763bc8-950c39.undefined" - }, - { - "if": { - "and": [ - "operator=الشركة الوطنية للكهرباء والغاز", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/f763df-e89c7a.undefined" - }, { "if": { "and": [ @@ -284573,31 +144092,6 @@ }, "then": "./assets/data/nsi/logos/koreanationalrailway-c8a485.png" }, - { - "if": { - "and": [ - "operator=中国南方电网", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/876762-cfbfe1.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:en=Chugoku Electric Power Transmission & Distribution Company", - "operator:ja=中国電力ネットワーク", - "operator:wikidata=Q65093799" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-2c1653.undefined" - }, { "if": { "and": [ @@ -284670,31 +144164,6 @@ }, "then": "./assets/data/nsi/logos/hokkaidoelectricpowernetwork-2c1653.png" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=北陸電力送配電", - "operator:en=Hokuriku Electric Power Transmission & Distribution Company", - "operator:ja=北陸電力送配電", - "operator:wikidata=Q65142438" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-2c1653.undefined" - }, - { - "if": { - "and": [ - "operator=南方电网", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/c6d1c4-cfbfe1.undefined" - }, { "if": { "and": [ @@ -284711,65 +144180,6 @@ }, "then": "./assets/data/nsi/logos/taiwanpowercompany-7d07c2.jpg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=四国電力送配電", - "operator:en=Shikoku Electric Power Transmission & Distribution Company", - "operator:ja=四国電力送配電", - "operator:wikidata=Q65096000" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-2c1653.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=国家电网", - "operator:en=State Grid Corporation of China", - "operator:wikidata=Q209078", - "operator:zh=国家电网" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/stategridcorporationofchina-cfbfe1.undefined" - }, - { - "if": { - "and": [ - "operator=国网江苏省电力有限公司常州供电分公司", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/112c1d-cfbfe1.undefined" - }, - { - "if": { - "and": [ - "operator=國立臺灣大學", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/075aea-7d07c2.undefined" - }, - { - "if": { - "and": [ - "operator=广东电网茂名供电局", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/3f219a-cfbfe1.undefined" - }, { "if": { "and": [ @@ -284786,22 +144196,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-2c1653.svg" }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=東北電力ネットワーク", - "operator:en=Tohoku Electric Power Network Company", - "operator:ja=東北電力ネットワーク", - "operator:wikidata=Q65040183" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-2c1653.undefined" - }, { "if": { "and": [ @@ -284861,40 +144255,6 @@ }, "then": "./assets/data/nsi/logos/e30df9-6b1c5a.jpg" }, - { - "if": { - "and": [ - "operator=臺北大眾捷運股份有限公司", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/6562b9-7d07c2.undefined" - }, - { - "if": { - "and": [ - "operator=西日本旅客鉄道", - "power=transformer" - ] - }, - "then": "./assets/data/nsi/logos/d0f384-2c1653.undefined" - }, - { - "if": { - "and": [ - "power=transformer", - { - "or": [ - "operator=関西電力送配電", - "operator:en=Kansai Transmission and Distribution, Inc.", - "operator:ja=関西電力送配電", - "operator:wikidata=Q65556946" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/kansaitransmissionanddistributioninc-2c1653.undefined" - }, { "if": { "and": [ @@ -285003,34 +144363,6 @@ }, "then": "./assets/data/nsi/logos/austinenergy-2db3e2.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Avacon Netz", - "operator:wikidata=Q124369334" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/avaconnetz-9d7364.undefined" - }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Bayernwerk Netz", - "operator:wikidata=Q107477739" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/bayernwerknetz-416a05.undefined" - }, { "if": { "and": [ @@ -285059,20 +144391,6 @@ }, "then": "./assets/data/nsi/logos/ceps-3c5842.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=ČEZ Distribuce", - "operator:wikidata=Q11089971" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cezdistribuce-e79b22.undefined" - }, { "if": { "and": [ @@ -285242,20 +144560,6 @@ }, "then": "./assets/data/nsi/logos/elering-f7b360.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Eletronorte", - "operator:wikidata=Q10271733" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eletronorte-82c27b.undefined" - }, { "if": { "and": [ @@ -285270,20 +144574,6 @@ }, "then": "./assets/data/nsi/logos/enea-99d878.png" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=enercity Netz", - "operator:wikidata=Q123018653" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enercitynetz-0b37b7.undefined" - }, { "if": { "and": [ @@ -285312,20 +144602,6 @@ }, "then": "./assets/data/nsi/logos/energinet-0da34c.png" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=ENERVIE Vernetzt", - "operator:wikidata=Q124422786" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/enervievernetzt-991c6b.undefined" - }, { "if": { "and": [ @@ -285525,43 +144801,6 @@ }, "then": "./assets/data/nsi/logos/meralco-5f3699.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Minera Escondida", - "operator:wikidata=Q588433" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mineraescondida-8df055.undefined" - }, - { - "if": { - "and": [ - "operator=Missouri Power & Light Company", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/missouripowerandlightcompany-509afe.undefined" - }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Mitnetz Strom", - "operator:wikidata=Q56199578" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/mitnetzstrom-a74091.undefined" - }, { "if": { "and": [ @@ -285605,20 +144844,6 @@ }, "then": "./assets/data/nsi/logos/netzebwgmbh-d2c714.svg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Netze Magdeburg GmbH", - "operator:wikidata=Q55167662" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/netzemagdeburggmbh-a11b0d.undefined" - }, { "if": { "and": [ @@ -285690,20 +144915,6 @@ }, "then": "./assets/data/nsi/logos/polskiesiecielektroenergetyczne-d26bf2.png" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=réséda", - "operator:wikidata=Q112115721" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/reseda-0421f7.undefined" - }, { "if": { "and": [ @@ -285760,15 +144971,6 @@ }, "then": "./assets/data/nsi/logos/schleswigholsteinnetzag-3e5ac3.svg" }, - { - "if": { - "and": [ - "operator=Scottish Hydro Electric Transmission", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/scottishhydroelectrictransmission-104543.undefined" - }, { "if": { "and": [ @@ -285840,20 +145042,6 @@ }, "then": "./assets/data/nsi/logos/southwesternelectricpowercompany-a8c872.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Syna", - "operator:wikidata=Q124371315" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/syna-e85e78.undefined" - }, { "if": { "and": [ @@ -285896,35 +145084,6 @@ }, "then": "./assets/data/nsi/logos/tennettso-45db45.jpg" }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Thüringer Energienetze", - "operator:short=TEN", - "operator:wikidata=Q124371330" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/thuringerenergienetze-1b2683.undefined" - }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Transelec", - "operator:wikidata=Q5572779" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/transelec-8df055.undefined" - }, { "if": { "and": [ @@ -285968,39 +145127,6 @@ }, "then": "./assets/data/nsi/logos/vychodoslovenskadistribucna-698423.png" }, - { - "if": { - "and": [ - "operator=Wesernetz Bremen", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremen-bad759.undefined" - }, - { - "if": { - "and": [ - "operator=Wesernetz Bremerhaven", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/wesernetzbremerhaven-2b7662.undefined" - }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=Westfalen Weser Netz", - "operator:short=WWN", - "operator:wikidata=Q124371350" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/westfalenwesernetz-3bc9f4.undefined" - }, { "if": { "and": [ @@ -286015,29 +145141,6 @@ }, "then": "./assets/data/nsi/logos/westnetz-6070b7.png" }, - { - "if": { - "and": [ - "operator=ПАО «МРСК Центра» ─ «Воронежэнерго»", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/010d79-4e6bb8.undefined" - }, - { - "if": { - "and": [ - "route=power", - { - "or": [ - "operator=中国電力ネットワーク", - "operator:ja=中国電力ネットワーク" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/8a23d1-15f210.undefined" - }, { "if": { "and": [ @@ -286054,15 +145157,6 @@ }, "then": "./assets/data/nsi/logos/tepcopowergrid-15f210.svg" }, - { - "if": { - "and": [ - "operator=関西電力送配電", - "route=power" - ] - }, - "then": "./assets/data/nsi/logos/23a68b-15f210.undefined" - }, { "if": { "and": [ @@ -286219,20 +145313,6 @@ }, "then": "./assets/data/nsi/logos/comboiosdeportugal-6391e0.png" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=Conrail", - "operator:wikidata=Q5162679" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/conrail-bfb76c.undefined" - }, { "if": { "and": [ @@ -286281,15 +145361,6 @@ }, "then": "./assets/data/nsi/logos/ferrocarrilsdelageneralitatdecatalunya-762e69.svg" }, - { - "if": { - "and": [ - "operator=GIO Rail", - "route=railway" - ] - }, - "then": "./assets/data/nsi/logos/giorail-a83027.undefined" - }, { "if": { "and": [ @@ -286320,20 +145391,6 @@ }, "then": "./assets/data/nsi/logos/gysev-6c36c0.jpg" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=HŽ Infrastruktura", - "operator:wikidata=Q102035872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hzinfrastruktura-10a7ce.undefined" - }, { "if": { "and": [ @@ -286560,20 +145617,6 @@ }, "then": "./assets/data/nsi/logos/obb-4c3eff.eff" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=Ontario Southland Railway", - "operator:wikidata=Q7094908" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ontariosouthlandrailway-b3dcbb.undefined" - }, { "if": { "and": [ @@ -286644,20 +145687,6 @@ }, "then": "./assets/data/nsi/logos/rumosa-6e3fcb.fcb" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=San Joaquin Valley Railroad", - "operator:wikidata=Q7414408" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sanjoaquinvalleyrailroad-86f3a2.undefined" - }, { "if": { "and": [ @@ -286672,20 +145701,6 @@ }, "then": "./assets/data/nsi/logos/sbb-8e443b.png" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=SNCC", - "operator:wikidata=Q1481581" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sncc-398c7e.undefined" - }, { "if": { "and": [ @@ -286728,21 +145743,6 @@ }, "then": "./assets/data/nsi/logos/spravazeleznicso-fb3809.jpg" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=Tanzania Railways Corporation", - "operator:short=TRC", - "operator:wikidata=Q2393276" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tanzaniarailwayscorporation-cd2cd6.undefined" - }, { "if": { "and": [ @@ -286771,21 +145771,6 @@ }, "then": "./assets/data/nsi/logos/trafikverket-18cfca.fca" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=Uganda Railways Corporation", - "operator:short=URC", - "operator:wikidata=Q1711861" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ugandarailwayscorporation-6608d2.undefined" - }, { "if": { "and": [ @@ -286922,22 +145907,6 @@ }, "then": "./assets/data/nsi/logos/chinarailway-b63757.svg" }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=中国铁路哈尔滨局集团有限公司", - "operator:en=China Railway Harbin Group", - "operator:wikidata=Q10922014", - "operator:zh=中国铁路哈尔滨局集团有限公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/chinarailwayharbingroup-b63757.undefined" - }, { "if": { "and": [ @@ -286957,43 +145926,6 @@ }, "then": "./assets/data/nsi/logos/nagoyarailroad-c878da.jpg" }, - { - "if": { - "and": [ - "operator=國營臺灣鐵路股份有限公司", - "route=railway" - ] - }, - "then": "./assets/data/nsi/logos/48bbdc-140976.undefined" - }, - { - "if": { - "and": [ - "route=railway", - { - "or": [ - "operator=臺灣鐵路公司", - "operator:en=Taiwan Railway Corporation", - "operator:hak=Thòi-vân Thiet-lu Kûng-sṳ̂", - "operator:nan=Tâi-oân Thih-lō͘ Kong-si", - "operator:nan-Hant=臺灣鐵路公司", - "operator:nan-Latn-pehoeji=Tâi-oân Thih-lō͘ Kong-si", - "operator:nan-Latn-tailo=Tâi-uân Thih-lōo Kong-si", - "operator:short=台鐵", - "operator:short:en=TRA", - "operator:short:nan=Tâi-thih", - "operator:short:nan-Hant=台鐵", - "operator:short:nan-Latn-pehoeji=Tâi-thih", - "operator:short:nan-Latn-tailo=Tâi-thih", - "operator:short:zh=台鐵", - "operator:wikidata=Q112151129", - "operator:zh=臺灣鐵路公司" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/taiwanrailwaycorporation-140976.undefined" - }, { "if": { "and": [ @@ -287028,15 +145960,6 @@ }, "then": "./assets/data/nsi/logos/albtalverkehrsgesellschaftmbh-7a762a.png" }, - { - "if": { - "and": [ - "operator=CFR Infrastructură", - "route=tracks" - ] - }, - "then": "./assets/data/nsi/logos/cfrinfrastructura-210c26.undefined" - }, { "if": { "and": [ @@ -287066,20 +145989,6 @@ }, "then": "./assets/data/nsi/logos/hgk-40c7ea.svg" }, - { - "if": { - "and": [ - "route=tracks", - { - "or": [ - "operator=HŽ Infrastruktura", - "operator:wikidata=Q102035872" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/hzinfrastruktura-94f0fc.undefined" - }, { "if": { "and": [ @@ -287094,21 +146003,6 @@ }, "then": "./assets/data/nsi/logos/networkrail-ce54b3.jpg" }, - { - "if": { - "and": [ - "route=tracks", - { - "or": [ - "operator=ÖBB-Infrastruktur AG", - "operator:short=ÖBB Infra", - "operator:wikidata=Q56425426" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/obbinfrastrukturag-d59ffa.undefined" - }, { "if": { "and": [ @@ -287244,23 +146138,6 @@ }, "then": "./assets/data/nsi/logos/alabamagoodwillindustries-a00d18.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Easterseals Goodwill North Dakota", - "operator:wikidata=Q126843840" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eastersealsgoodwillnorthdakota-1d10cf.undefined" - }, { "if": { "and": [ @@ -287516,40 +146393,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofarkansas-99d5c9.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Ashtabula", - "operator:wikidata=Q126845266" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofashtabula-cc721c.undefined" - }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Central Alabama", - "operator:wikidata=Q126845404" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralalabama-a00d18.undefined" - }, { "if": { "and": [ @@ -287584,23 +146427,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentraleasttexas-1f3843.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Central Florida", - "operator:wikidata=Q126845603" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralflorida-4a845a.undefined" - }, { "if": { "and": [ @@ -287618,23 +146444,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentralillinois-04edf3.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Central Michigan's Heartland", - "operator:wikidata=Q126845869" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofcentralmichigansheartland-db4f48.undefined" - }, { "if": { "and": [ @@ -287669,40 +146478,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofcentraloklahoma-81bbf3.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Dallas", - "operator:wikidata=Q126846545" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofdallas-1f3843.undefined" - }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Delaware and Delaware County", - "operator:wikidata=Q126846718" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofdelawareanddelawarecounty-3c58d1.undefined" - }, { "if": { "and": [ @@ -288094,23 +146869,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofnorthlouisiana-239b23.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Northeast Indiana", - "operator:wikidata=Q126897712" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofnortheastindiana-fa4f39.undefined" - }, { "if": { "and": [ @@ -288196,23 +146954,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofnorthwestnorthcarolina-c4bcca.cca" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Northwest Ohio", - "operator:wikidata=Q126897729" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofnorthwestohio-7d1450.undefined" - }, { "if": { "and": [ @@ -288366,23 +147107,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasttexasandsouthwestlouisiana-0a5fc3.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Southeastern Louisiana", - "operator:wikidata=Q126897798" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternlouisiana-239b23.undefined" - }, { "if": { "and": [ @@ -288400,23 +147124,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternmichigan-db4f48.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Southeastern Wisconsin and Metropolitan Chicago", - "operator:wikidata=Q54624107" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternwisconsinandmetropolitanchicago-fd97cd.undefined" - }, { "if": { "and": [ @@ -288451,23 +147158,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofsouthernnewjerseyandphiladelphia-9a105e.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of Southern Ohio", - "operator:wikidata=Q126897825" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofsouthernohio-18aa79.undefined" - }, { "if": { "and": [ @@ -288621,23 +147311,6 @@ }, "then": "./assets/data/nsi/logos/goodwillindustriesofthegreaterchattanoogaarea-0a549e.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill Industries of the Greater East Bay", - "operator:wikidata=Q114928949" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillindustriesofthegreatereastbay-efc9f2.undefined" - }, { "if": { "and": [ @@ -288978,23 +147651,6 @@ }, "then": "./assets/data/nsi/logos/goodwillofcentralandcoastalvirginia-8ffb7c.jpg" }, - { - "if": { - "and": [ - "shop=charity", - { - "or": [ - "brand=Goodwill", - "brand:wikidata=Q5583655", - "name=Goodwill", - "operator=Goodwill of Central Iowa", - "operator:wikidata=Q109722336" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/goodwillofcentraliowa-110f24.undefined" - }, { "if": { "and": [ @@ -289845,23 +148501,6 @@ }, "then": "./assets/data/nsi/logos/chelmsfordstarcooperativesociety-ac8d0d.jpg" }, - { - "if": { - "and": [ - "shop=convenience", - { - "or": [ - "brand=The Co-operative Food", - "brand:wikidata=Q107617274", - "name=The Co-operative Food", - "operator=Heart of England Co-operative Society", - "operator:wikidata=Q5692254" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/heartofenglandcooperativesociety-ac8d0d.undefined" - }, { "if": { "and": [ @@ -290039,21 +148678,6 @@ }, "then": "./assets/data/nsi/logos/cellularsales-89d4ad.png" }, - { - "if": { - "and": [ - "shop=mobile_phone", - { - "or": [ - "brand=Verizon Authorized Retailer", - "operator=Russell Cellular", - "operator:wikidata=Q125523800" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/russellcellular-89d4ad.undefined" - }, { "if": { "and": [ @@ -290115,29 +148739,6 @@ }, "then": "./assets/data/nsi/logos/184e0b-394562.svg" }, - { - "if": { - "and": [ - "shop=ticket", - "tickets:public_transport=only", - { - "or": [ - "brand=მს+", - "brand:en=MS+", - "brand:ka=მს+", - "name=მს+", - "name:en=MS+", - "name:ka=მს+", - "operator=მეტრო სერვის +", - "operator:en=MS+", - "operator:ka=მეტრო სერვის +", - "operator:type=government" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/ms-a042fb.undefined" - }, { "if": { "and": [ @@ -290196,21 +148797,6 @@ }, "then": "./assets/data/nsi/logos/bunny-918717.png" }, - { - "if": { - "and": [ - "telecom=data_center", - { - "or": [ - "name=Centersquare", - "operator=Centersquare", - "operator:wikidata=Q127304226" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centersquare-918717.undefined" - }, { "if": { "and": [ @@ -290240,21 +148826,6 @@ }, "then": "./assets/data/nsi/logos/cyrusone-918717.jpg" }, - { - "if": { - "and": [ - "telecom=data_center", - { - "or": [ - "name=Cyxtera", - "operator=Cyxtera", - "operator:wikidata=Q111143924" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/cyxtera-918717.undefined" - }, { "if": { "and": [ @@ -290568,29 +149139,6 @@ }, "then": "./assets/data/nsi/logos/a1telekomaustria-72cd8b.jpg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Airtel Africa", - "operator:wikidata=Q25999174" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/airtelafrica-e9ab22.undefined" - }, - { - "if": { - "and": [ - "operator=Altitude", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/altitude-92129e.undefined" - }, { "if": { "and": [ @@ -290606,15 +149154,6 @@ }, "then": "./assets/data/nsi/logos/atandt-ca5b07.svg" }, - { - "if": { - "and": [ - "operator=AT&T Florida", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/atandtflorida-b2c9b5.undefined" - }, { "if": { "and": [ @@ -290671,15 +149210,6 @@ }, "then": "./assets/data/nsi/logos/bellmts-e779de.jpg" }, - { - "if": { - "and": [ - "operator=BFC Fibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/bfcfibre-92129e.undefined" - }, { "if": { "and": [ @@ -290694,21 +149224,6 @@ }, "then": "./assets/data/nsi/logos/bsnl-f69aec.aec" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "name=CenturyLink", - "operator=CenturyLink", - "operator:wikidata=Q110391616" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/centurylink-ca5b07.undefined" - }, { "if": { "and": [ @@ -290738,20 +149253,6 @@ }, "then": "./assets/data/nsi/logos/comcast-ca5b07.jpg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Covage", - "operator:wikidata=Q3001818" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/covage-92129e.undefined" - }, { "if": { "and": [ @@ -290780,20 +149281,6 @@ }, "then": "./assets/data/nsi/logos/deutschetelekomag-650d2e.jpg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Eir", - "operator:wikidata=Q3049473" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/eir-09e566.undefined" - }, { "if": { "and": [ @@ -290852,15 +149339,6 @@ }, "then": "./assets/data/nsi/logos/globacom-d6ad77.jpg" }, - { - "if": { - "and": [ - "operator=Hérault THD", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/heraultthd-92129e.undefined" - }, { "if": { "and": [ @@ -290875,29 +149353,6 @@ }, "then": "./assets/data/nsi/logos/hongkongtelecom-361b71.svg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Interoute", - "operator:wikidata=Q1668090" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/interoute-58ec5d.undefined" - }, - { - "if": { - "and": [ - "operator=Isère Fibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/iserefibre-92129e.undefined" - }, { "if": { "and": [ @@ -290912,24 +149367,6 @@ }, "then": "./assets/data/nsi/logos/kpn-2cd407.png" }, - { - "if": { - "and": [ - "operator=Loiret Fibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/loiretfibre-92129e.undefined" - }, - { - "if": { - "and": [ - "operator=LosangeFibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/losangefibre-92129e.undefined" - }, { "if": { "and": [ @@ -290972,15 +149409,6 @@ }, "then": "./assets/data/nsi/logos/mtn-a2c6c7.jpg" }, - { - "if": { - "and": [ - "operator=NATHD", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/nathd-92129e.undefined" - }, { "if": { "and": [ @@ -291077,20 +149505,6 @@ }, "then": "./assets/data/nsi/logos/proximus-121b1a.png" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Sarthe Numérique", - "operator:wikidata=Q92938088" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sarthenumerique-92129e.undefined" - }, { "if": { "and": [ @@ -291105,20 +149519,6 @@ }, "then": "./assets/data/nsi/logos/sfr-a5dd94.jpg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Sipartech", - "operator:wikidata=Q113840947" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/sipartech-92129e.undefined" - }, { "if": { "and": [ @@ -291147,20 +149547,6 @@ }, "then": "./assets/data/nsi/logos/swisscom-3773d7.jpg" }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=TDC NET", - "operator:wikidata=Q110892227" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/tdcnet-1044e2.undefined" - }, { "if": { "and": [ @@ -291217,15 +149603,6 @@ }, "then": "./assets/data/nsi/logos/telus-972095.jpg" }, - { - "if": { - "and": [ - "operator=THD64", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/thd64-92129e.undefined" - }, { "if": { "and": [ @@ -291254,15 +149631,6 @@ }, "then": "./assets/data/nsi/logos/turktelekom-fd4f59.jpg" }, - { - "if": { - "and": [ - "operator=Val de Loire Fibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/valdeloirefibre-92129e.undefined" - }, { "if": { "and": [ @@ -291292,29 +149660,6 @@ }, "then": "./assets/data/nsi/logos/verizonvirginiallc-ca5b07.svg" }, - { - "if": { - "and": [ - "operator=XPFibre", - "telecom=exchange" - ] - }, - "then": "./assets/data/nsi/logos/xpfibre-92129e.undefined" - }, - { - "if": { - "and": [ - "telecom=exchange", - { - "or": [ - "operator=Zayo", - "operator:wikidata=Q8067574" - ] - } - ] - }, - "then": "./assets/data/nsi/logos/zayo-cae76b.undefined" - }, { "if": { "and": [ @@ -291432,7 +149777,6 @@ }, { "question": "3D Affichage", - "icon": "./assets/data/nsi/logos/3daffichage-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291447,7 +149791,6 @@ }, { "question": "Abri Services", - "icon": "./assets/data/nsi/logos/abriservices-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291457,7 +149800,6 @@ }, { "question": "Action Comm'", - "icon": "./assets/data/nsi/logos/actioncomm-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291467,7 +149809,6 @@ }, { "question": "Adams Outdoor Advertising", - "icon": "./assets/data/nsi/logos/adamsoutdooradvertising-8cc805.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291477,7 +149818,6 @@ }, { "question": "AFA JCDecaux", - "icon": "./assets/data/nsi/logos/afajcdecaux-e12745.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291492,7 +149832,6 @@ }, { "question": "AFCM", - "icon": "./assets/data/nsi/logos/afcm-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291507,7 +149846,6 @@ }, { "question": "Affi+", - "icon": "./assets/data/nsi/logos/affi-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291517,7 +149855,6 @@ }, { "question": "Affichage Peredes", - "icon": "./assets/data/nsi/logos/affichageperedes-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291527,7 +149864,6 @@ }, { "question": "Afficion", - "icon": "./assets/data/nsi/logos/afficion-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291557,7 +149893,6 @@ }, { "question": "Affirama", - "icon": "./assets/data/nsi/logos/affirama-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291572,7 +149907,6 @@ }, { "question": "Affisud", - "icon": "./assets/data/nsi/logos/affisud-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291587,7 +149921,6 @@ }, { "question": "AG Fahrradwege in der Gemeinde Sassenburg", - "icon": "./assets/data/nsi/logos/agfahrradwegeindergemeindesassenburg-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291627,7 +149960,6 @@ }, { "question": "Astral", - "icon": "./assets/data/nsi/logos/astral-5f3ac7.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291642,7 +149974,6 @@ }, { "question": "Avenir", - "icon": "./assets/data/nsi/logos/avenir-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291667,7 +149998,6 @@ }, { "question": "Barnes Advertising Corporation", - "icon": "./assets/data/nsi/logos/barnesadvertisingcorporation-eb5c3c.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291677,7 +150007,6 @@ }, { "question": "Biedronka", - "icon": "./assets/data/nsi/logos/biedronka-b0d60a.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291687,7 +150016,6 @@ }, { "question": "Bigmedia", - "icon": "./assets/data/nsi/logos/bigmedia-a92548.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291697,7 +150025,6 @@ }, { "question": "Blancom", - "icon": "./assets/data/nsi/logos/blancom-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291712,7 +150039,6 @@ }, { "question": "Bretagne Affichage", - "icon": "./assets/data/nsi/logos/bretagneaffichage-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291727,7 +150053,6 @@ }, { "question": "Buildhollywood", - "icon": "./assets/data/nsi/logos/buildhollywood-7bfab1.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291737,7 +150062,6 @@ }, { "question": "Cadres Blancs", - "icon": "./assets/data/nsi/logos/cadresblancs-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291752,7 +150076,6 @@ }, { "question": "Canal-Pub", - "icon": "./assets/data/nsi/logos/canalpub-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291767,7 +150090,6 @@ }, { "question": "CBS", - "icon": "./assets/data/nsi/logos/cbs-25ba39.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291852,7 +150174,6 @@ }, { "question": "Clin d'œil", - "icon": "./assets/data/nsi/logos/clindoeil-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291862,7 +150183,6 @@ }, { "question": "Clodejac", - "icon": "./assets/data/nsi/logos/clodejac-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291892,7 +150212,6 @@ }, { "question": "Comevents", - "icon": "./assets/data/nsi/logos/comevents-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291922,7 +150241,6 @@ }, { "question": "Congress-Centrum Saar GmbH", - "icon": "./assets/data/nsi/logos/congresscentrumsaargmbh-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291937,7 +150255,6 @@ }, { "question": "CRIP", - "icon": "./assets/data/nsi/logos/crip-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291947,7 +150264,6 @@ }, { "question": "De Cecco", - "icon": "./assets/data/nsi/logos/dececco-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291962,7 +150278,6 @@ }, { "question": "De Visu", - "icon": "./assets/data/nsi/logos/devisu-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291977,7 +150292,6 @@ }, { "question": "Du Curtil Publicité", - "icon": "./assets/data/nsi/logos/ducurtilpublicite-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -291992,7 +150306,6 @@ }, { "question": "Espace Urbain", - "icon": "./assets/data/nsi/logos/espaceurbain-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292002,7 +150315,6 @@ }, { "question": "Exterieurs", - "icon": "./assets/data/nsi/logos/exterieurs-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292017,7 +150329,6 @@ }, { "question": "Exterion Media", - "icon": "./assets/data/nsi/logos/exterionmedia-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292032,7 +150343,6 @@ }, { "question": "FG", - "icon": "./assets/data/nsi/logos/fg-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292057,7 +150367,6 @@ }, { "question": "Fuertes Affichage", - "icon": "./assets/data/nsi/logos/fuertesaffichage-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292072,7 +150381,6 @@ }, { "question": "Futuris", - "icon": "./assets/data/nsi/logos/futuris-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292102,7 +150410,6 @@ }, { "question": "Girod Médias", - "icon": "./assets/data/nsi/logos/girodmedias-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292132,7 +150439,6 @@ }, { "question": "Horizon", - "icon": "./assets/data/nsi/logos/horizon-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292162,7 +150468,6 @@ }, { "question": "Impact", - "icon": "./assets/data/nsi/logos/impact-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292187,7 +150492,6 @@ }, { "question": "La Régie REP", - "icon": "./assets/data/nsi/logos/laregierep-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292212,7 +150516,6 @@ }, { "question": "Larisa city", - "icon": "./assets/data/nsi/logos/larisacity-a6a78a.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292222,7 +150525,6 @@ }, { "question": "Leader Publicité", - "icon": "./assets/data/nsi/logos/leaderpublicite-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292247,7 +150549,6 @@ }, { "question": "Maci", - "icon": "./assets/data/nsi/logos/maci-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292272,7 +150573,6 @@ }, { "question": "Médialine", - "icon": "./assets/data/nsi/logos/medialine-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292302,7 +150602,6 @@ }, { "question": "Navegación Aérea y Aeropuertos Bolivianos", - "icon": "./assets/data/nsi/logos/navegacionaereayaeropuertosbolivianos-255e64.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292312,7 +150611,6 @@ }, { "question": "North Lincolnshire Council", - "icon": "./assets/data/nsi/logos/northlincolnshirecouncil-920a75.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292327,7 +150625,6 @@ }, { "question": "Oliver Outdoor Advertising", - "icon": "./assets/data/nsi/logos/oliveroutdooradvertising-eb5c3c.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292337,7 +150634,6 @@ }, { "question": "Omnium", - "icon": "./assets/data/nsi/logos/omnium-6dc643.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292377,7 +150673,6 @@ }, { "question": "Oxialive", - "icon": "./assets/data/nsi/logos/oxialive-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292387,7 +150682,6 @@ }, { "question": "Pacific", - "icon": "./assets/data/nsi/logos/pacific-e8ab2e.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292397,7 +150691,6 @@ }, { "question": "Panorama", - "icon": "./assets/data/nsi/logos/panorama-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292407,7 +150700,6 @@ }, { "question": "PAP", - "icon": "./assets/data/nsi/logos/pap-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292437,7 +150729,6 @@ }, { "question": "Pisoni", - "icon": "./assets/data/nsi/logos/pisoni-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292447,7 +150738,6 @@ }, { "question": "plakat-verkauft.de", - "icon": "./assets/data/nsi/logos/plakatverkauftde-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292457,7 +150747,6 @@ }, { "question": "Plakatunion", - "icon": "./assets/data/nsi/logos/plakatunion-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292472,7 +150761,6 @@ }, { "question": "Primesight", - "icon": "./assets/data/nsi/logos/primesight-7bfab1.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292497,7 +150785,6 @@ }, { "question": "Pub Océane", - "icon": "./assets/data/nsi/logos/puboceane-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292512,7 +150799,6 @@ }, { "question": "Publi Aquitaine", - "icon": "./assets/data/nsi/logos/publiaquitaine-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292542,7 +150828,6 @@ }, { "question": "Publi Pub", - "icon": "./assets/data/nsi/logos/publipub-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292557,7 +150842,6 @@ }, { "question": "Publicité de Selle", - "icon": "./assets/data/nsi/logos/publicitedeselle-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292567,7 +150851,6 @@ }, { "question": "Publimat", - "icon": "./assets/data/nsi/logos/publimat-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292582,7 +150865,6 @@ }, { "question": "Publimat 3", - "icon": "./assets/data/nsi/logos/publimat3-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292597,7 +150879,6 @@ }, { "question": "RED", - "icon": "./assets/data/nsi/logos/red-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292607,7 +150888,6 @@ }, { "question": "RED Affi33", - "icon": "./assets/data/nsi/logos/redaffi33-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292617,7 +150897,6 @@ }, { "question": "Ribeiro Publicité", - "icon": "./assets/data/nsi/logos/ribeiropublicite-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292627,7 +150906,6 @@ }, { "question": "Roudaut", - "icon": "./assets/data/nsi/logos/roudaut-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292637,7 +150915,6 @@ }, { "question": "Sapex", - "icon": "./assets/data/nsi/logos/sapex-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292647,7 +150924,6 @@ }, { "question": "Scandere", - "icon": "./assets/data/nsi/logos/scandere-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292657,7 +150933,6 @@ }, { "question": "Schwarz-Außenwerbung", - "icon": "./assets/data/nsi/logos/schwarzaussenwerbung-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292672,7 +150947,6 @@ }, { "question": "Signal Régie", - "icon": "./assets/data/nsi/logos/signalregie-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292702,7 +150976,6 @@ }, { "question": "Space", - "icon": "./assets/data/nsi/logos/space-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292712,7 +150985,6 @@ }, { "question": "StolpReklam", - "icon": "./assets/data/nsi/logos/stolpreklam-1e6a69.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292767,7 +151039,6 @@ }, { "question": "Viarama", - "icon": "./assets/data/nsi/logos/viarama-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292782,7 +151053,6 @@ }, { "question": "Ville & Médias", - "icon": "./assets/data/nsi/logos/villeandmedias-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292797,7 +151067,6 @@ }, { "question": "Ville de Cognac", - "icon": "./assets/data/nsi/logos/villedecognac-8f6dcb.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292827,7 +151096,6 @@ }, { "question": "Vision", - "icon": "./assets/data/nsi/logos/vision-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292837,7 +151105,6 @@ }, { "question": "Visuest", - "icon": "./assets/data/nsi/logos/visuest-28ca1f.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292897,7 +151164,6 @@ }, { "question": "Werbe Fabry", - "icon": "./assets/data/nsi/logos/werbefabry-9fb964.undefined", "osmTags": { "and": [ "advertising=billboard", @@ -292942,7 +151208,6 @@ }, { "question": "Biłgorajskie Centrum Kultury", - "icon": "./assets/data/nsi/logos/bilgorajskiecentrumkultury-e3069d.undefined", "osmTags": { "and": [ "advertising=column", @@ -293043,7 +151308,6 @@ }, { "question": "Ilg-Außenwerbung", - "icon": "./assets/data/nsi/logos/ilgaussenwerbung-e9f6ab.undefined", "osmTags": { "and": [ "advertising=column", @@ -293089,7 +151353,6 @@ }, { "question": "Koneser", - "icon": "./assets/data/nsi/logos/koneser-e3069d.undefined", "osmTags": { "and": [ "advertising=column", @@ -293099,7 +151362,6 @@ }, { "question": "Mairie de Dijon", - "icon": "./assets/data/nsi/logos/mairiededijon-bf3af3.undefined", "osmTags": { "and": [ "advertising=column", @@ -293204,7 +151466,6 @@ }, { "question": "Schwarz-Außenwerbung GmbH", - "icon": "./assets/data/nsi/logos/schwarzaussenwerbunggmbh-e9f6ab.undefined", "osmTags": { "and": [ "advertising=column", @@ -293249,7 +151510,6 @@ }, { "question": "Ville de Colmar", - "icon": "./assets/data/nsi/logos/villedecolmar-d2e336.undefined", "osmTags": { "and": [ "advertising=column", @@ -293264,7 +151524,6 @@ }, { "question": "Ville de Mulhouse", - "icon": "./assets/data/nsi/logos/villedemulhouse-d2e336.undefined", "osmTags": { "and": [ "advertising=column", @@ -293279,7 +151538,6 @@ }, { "question": "Ville de Reims", - "icon": "./assets/data/nsi/logos/villedereims-d2e336.undefined", "osmTags": { "and": [ "advertising=column", @@ -293309,7 +151567,6 @@ }, { "question": "Abri Services", - "icon": "./assets/data/nsi/logos/abriservices-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293334,7 +151591,6 @@ }, { "question": "Ajuntament de Dénia", - "icon": "./assets/data/nsi/logos/ajuntamentdedenia-15bbda.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293349,7 +151605,6 @@ }, { "question": "Attria", - "icon": "./assets/data/nsi/logos/attria-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293379,7 +151634,6 @@ }, { "question": "Cadres Blancs", - "icon": "./assets/data/nsi/logos/cadresblancs-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293424,7 +151678,6 @@ }, { "question": "DSMDecaux", - "icon": "./assets/data/nsi/logos/dsmdecaux-9683c3.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293439,7 +151692,6 @@ }, { "question": "Ellipse", - "icon": "./assets/data/nsi/logos/ellipse-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293469,7 +151721,6 @@ }, { "question": "Exterion Media", - "icon": "./assets/data/nsi/logos/exterionmedia-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293484,7 +151735,6 @@ }, { "question": "Girod Médias", - "icon": "./assets/data/nsi/logos/girodmedias-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293514,7 +151764,6 @@ }, { "question": "Horizon", - "icon": "./assets/data/nsi/logos/horizon-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293529,7 +151778,6 @@ }, { "question": "Imediacenter", - "icon": "./assets/data/nsi/logos/imediacenter-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293539,7 +151787,6 @@ }, { "question": "Insert", - "icon": "./assets/data/nsi/logos/insert-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293564,7 +151811,6 @@ }, { "question": "Keolis Dijon Mobilités", - "icon": "./assets/data/nsi/logos/keolisdijonmobilites-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293579,7 +151825,6 @@ }, { "question": "Mediagares", - "icon": "./assets/data/nsi/logos/mediagares-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293589,7 +151834,6 @@ }, { "question": "Médialine", - "icon": "./assets/data/nsi/logos/medialine-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293604,7 +151848,6 @@ }, { "question": "Mediarail", - "icon": "./assets/data/nsi/logos/mediarail-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293614,7 +151857,6 @@ }, { "question": "Mediatransports", - "icon": "./assets/data/nsi/logos/mediatransports-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293629,7 +151871,6 @@ }, { "question": "MUPI", - "icon": "./assets/data/nsi/logos/mupi-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293639,7 +151880,6 @@ }, { "question": "Naja Media", - "icon": "./assets/data/nsi/logos/najamedia-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293664,7 +151904,6 @@ }, { "question": "Phenix", - "icon": "./assets/data/nsi/logos/phenix-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293679,7 +151918,6 @@ }, { "question": "Pisoni", - "icon": "./assets/data/nsi/logos/pisoni-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293704,7 +151942,6 @@ }, { "question": "Publi Essor", - "icon": "./assets/data/nsi/logos/publiessor-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293719,7 +151956,6 @@ }, { "question": "Publi'D", - "icon": "./assets/data/nsi/logos/publid-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293729,7 +151965,6 @@ }, { "question": "Publimat", - "icon": "./assets/data/nsi/logos/publimat-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293744,7 +151979,6 @@ }, { "question": "QMS", - "icon": "./assets/data/nsi/logos/qms-d96e65.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293759,7 +151993,6 @@ }, { "question": "RED", - "icon": "./assets/data/nsi/logos/red-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293769,7 +152002,6 @@ }, { "question": "Région SUD PACA", - "icon": "./assets/data/nsi/logos/regionsudpaca-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293779,7 +152011,6 @@ }, { "question": "Schwarz-Außenwerbung GmbH", - "icon": "./assets/data/nsi/logos/schwarzaussenwerbunggmbh-9683c3.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293794,7 +152025,6 @@ }, { "question": "Spaceo", - "icon": "./assets/data/nsi/logos/spaceo-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293864,7 +152094,6 @@ }, { "question": "VYP", - "icon": "./assets/data/nsi/logos/vyp-b12dbd.undefined", "osmTags": { "and": [ "advertising=poster_box", @@ -293909,7 +152138,6 @@ }, { "question": "Citymessage", - "icon": "./assets/data/nsi/logos/citymessage-096b09.undefined", "osmTags": { "and": [ "advertising=screen", @@ -293949,7 +152177,6 @@ }, { "question": "London Lites", - "icon": "./assets/data/nsi/logos/londonlites-3d868b.undefined", "osmTags": { "and": [ "advertising=screen", @@ -293959,7 +152186,6 @@ }, { "question": "Mediatransports", - "icon": "./assets/data/nsi/logos/mediatransports-6362e2.undefined", "osmTags": { "and": [ "advertising=screen", @@ -293974,7 +152200,6 @@ }, { "question": "Mennica Polska", - "icon": "./assets/data/nsi/logos/mennicapolska-0bc068.undefined", "osmTags": { "and": [ "advertising=screen", @@ -294014,7 +152239,6 @@ }, { "question": "Oxialive", - "icon": "./assets/data/nsi/logos/oxialive-6362e2.undefined", "osmTags": { "and": [ "advertising=screen", @@ -294024,7 +152248,6 @@ }, { "question": "Phenix", - "icon": "./assets/data/nsi/logos/phenix-6362e2.undefined", "osmTags": { "and": [ "advertising=screen", @@ -294039,7 +152262,6 @@ }, { "question": "Publ'In", - "icon": "./assets/data/nsi/logos/publin-6362e2.undefined", "osmTags": { "and": [ "advertising=screen", @@ -294084,7 +152306,6 @@ }, { "question": "WiseGlass", - "icon": "./assets/data/nsi/logos/wiseglass-0bc068.undefined", "osmTags": { "and": [ "advertising=screen", @@ -294226,7 +152447,6 @@ }, { "question": "運輸署 Transport Department", - "icon": "./assets/data/nsi/logos/transportdepartment-a5168d.undefined", "osmTags": { "and": [ "amenity=bicycle_parking", @@ -294245,7 +152465,6 @@ }, { "question": "(주)쏘카", - "icon": "./assets/data/nsi/logos/6e2706-41243f.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294261,7 +152480,6 @@ }, { "question": "Alpes Autopartage", - "icon": "./assets/data/nsi/logos/alpesautopartage-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294276,7 +152494,6 @@ }, { "question": "Auto Teilen Landshut e.V.", - "icon": "./assets/data/nsi/logos/autoteilenlandshutev-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294291,7 +152508,6 @@ }, { "question": "Autohaus Schmid Waldkirch", - "icon": "./assets/data/nsi/logos/autohausschmidwaldkirch-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294323,7 +152539,6 @@ }, { "question": "Avant2GO", - "icon": "./assets/data/nsi/logos/avant2go-afeec2.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294338,7 +152553,6 @@ }, { "question": "BeiAnrufAuto", - "icon": "./assets/data/nsi/logos/beianrufautoev-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294353,7 +152567,6 @@ }, { "question": "Bildeleringen SA", - "icon": "./assets/data/nsi/logos/bildeleringensa-4fd14a.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294368,7 +152581,6 @@ }, { "question": "BodenseeMobil e.V.", - "icon": "./assets/data/nsi/logos/bodenseemobilev-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294432,7 +152644,6 @@ }, { "question": "Car Sharing Trentino", - "icon": "./assets/data/nsi/logos/carsharingtrentino-4d7a0e.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294479,7 +152690,6 @@ }, { "question": "Citédia", - "icon": "./assets/data/nsi/logos/citedia-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294494,7 +152704,6 @@ }, { "question": "Citélib", - "icon": "./assets/data/nsi/logos/citelib-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294525,7 +152734,6 @@ }, { "question": "Citiz Alpes-Loire", - "icon": "./assets/data/nsi/logos/citizalpesloire-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294540,7 +152748,6 @@ }, { "question": "Citiz Grand Est", - "icon": "./assets/data/nsi/logos/citizgrandest-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294555,7 +152762,6 @@ }, { "question": "Citiz Nantes", - "icon": "./assets/data/nsi/logos/citiznantes-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294570,7 +152776,6 @@ }, { "question": "City CarShare", - "icon": "./assets/data/nsi/logos/citycarshare-ed8a5d.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294668,7 +152873,6 @@ }, { "question": "Drive Carsharing", - "icon": "./assets/data/nsi/logos/drivecarsharing-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294684,7 +152888,6 @@ }, { "question": "e-vai", - "icon": "./assets/data/nsi/logos/evai-4d7a0e.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294700,7 +152903,6 @@ }, { "question": "einfach mobil", - "icon": "./assets/data/nsi/logos/einfachmobil-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294747,7 +152949,6 @@ }, { "question": "Evo", - "icon": "./assets/data/nsi/logos/evo-2b1603.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294763,7 +152964,6 @@ }, { "question": "Ford Carsharing", - "icon": "./assets/data/nsi/logos/fordcarsharing-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294778,7 +152978,6 @@ }, { "question": "Genova Car Sharing", - "icon": "./assets/data/nsi/logos/genovacarsharing-4d7a0e.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294825,7 +153024,6 @@ }, { "question": "Grafinger Auto-Teiler e.V.", - "icon": "./assets/data/nsi/logos/grafingerautoteilerev-1dcf8b.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294856,7 +153054,6 @@ }, { "question": "Grüne Flotte", - "icon": "./assets/data/nsi/logos/gruneflotte-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294871,7 +153068,6 @@ }, { "question": "Hop-On", - "icon": "./assets/data/nsi/logos/hopon-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294886,7 +153082,6 @@ }, { "question": "Ithaca Carshare", - "icon": "./assets/data/nsi/logos/ithacacarshare-025a76.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294901,7 +153096,6 @@ }, { "question": "IWV", - "icon": "./assets/data/nsi/logos/iwv-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294916,7 +153110,6 @@ }, { "question": "Lilas", - "icon": "./assets/data/nsi/logos/lilas-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -294963,7 +153156,6 @@ }, { "question": "Mobilib'", - "icon": "./assets/data/nsi/logos/mobilib-672a50.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295026,7 +153218,6 @@ }, { "question": "my-e-car", - "icon": "./assets/data/nsi/logos/myecar-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295057,7 +153248,6 @@ }, { "question": "naturenergie sharing", - "icon": "./assets/data/nsi/logos/naturenergiesharing-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295072,7 +153262,6 @@ }, { "question": "Ökostadt Renningen e.V.", - "icon": "./assets/data/nsi/logos/okostadtrenningenev-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295087,7 +153276,6 @@ }, { "question": "Partago cv", - "icon": "./assets/data/nsi/logos/partagocv-0e1988.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295103,7 +153291,6 @@ }, { "question": "Peg City Car Co-op", - "icon": "./assets/data/nsi/logos/pegcitycarcoop-28b753.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295118,7 +153305,6 @@ }, { "question": "Régie des Transports du Territoire de Belfort", - "icon": "./assets/data/nsi/logos/regiedestransportsduterritoiredebelfort-bfe141.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295135,7 +153321,6 @@ }, { "question": "Regio.Mobil", - "icon": "./assets/data/nsi/logos/regiomobil-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295198,7 +153383,6 @@ }, { "question": "Sheepersharing.com", - "icon": "./assets/data/nsi/logos/sheepersharingcom-541d57.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295213,7 +153397,6 @@ }, { "question": "Spectrum Mobil", - "icon": "./assets/data/nsi/logos/spectrummobil-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295229,7 +153412,6 @@ }, { "question": "StadtAuto Bremen CarSharing", - "icon": "./assets/data/nsi/logos/stadtautobremencarsharing-ff444c.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295244,7 +153426,6 @@ }, { "question": "Stadtauto carsharing", - "icon": "./assets/data/nsi/logos/stadtautocarsharing-30387f.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295259,7 +153440,6 @@ }, { "question": "StadtTeilAuto", - "icon": "./assets/data/nsi/logos/stadtteilauto-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295274,7 +153454,6 @@ }, { "question": "Stadtteilauto Carsharing Münster", - "icon": "./assets/data/nsi/logos/stadtteilautocarsharingmunster-0345fd.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295289,7 +153468,6 @@ }, { "question": "Stadtteilauto Münster", - "icon": "./assets/data/nsi/logos/stadtteilautomunster-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295320,7 +153498,6 @@ }, { "question": "StattAuto eG", - "icon": "./assets/data/nsi/logos/stattautoeg-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295351,7 +153528,6 @@ }, { "question": "swu2go", - "icon": "./assets/data/nsi/logos/swu2go-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295366,7 +153542,6 @@ }, { "question": "teilAuto Neckar-Alb", - "icon": "./assets/data/nsi/logos/teilautoneckaralbeg-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295397,7 +153572,6 @@ }, { "question": "Vaterstettener Auto-Teiler e.V.", - "icon": "./assets/data/nsi/logos/vaterstettenerautoteilerev-088af7.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295412,7 +153586,6 @@ }, { "question": "Vianova eG", - "icon": "./assets/data/nsi/logos/vianovaeg-ff72fb.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295427,7 +153600,6 @@ }, { "question": "Vrtucar", - "icon": "./assets/data/nsi/logos/vrtucar-2b1603.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295458,7 +153630,6 @@ }, { "question": "タイムズカー", - "icon": "./assets/data/nsi/logos/timesmobility-4854ed.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295480,7 +153651,6 @@ }, { "question": "三井不動産リアルティ", - "icon": "./assets/data/nsi/logos/mitsuifudosanrealty-4854ed.undefined", "osmTags": { "and": [ "amenity=car_sharing", @@ -295561,7 +153731,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-e80d25.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295591,7 +153760,6 @@ }, { "question": "AcegasApsAmga", - "icon": "./assets/data/nsi/logos/acegasapsamga-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295651,7 +153819,6 @@ }, { "question": "Agsm Verona Spa", - "icon": "./assets/data/nsi/logos/agsmveronaspa-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295666,7 +153833,6 @@ }, { "question": "Aimo Park", - "icon": "./assets/data/nsi/logos/aimopark-c6312f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295786,7 +153952,6 @@ }, { "question": "Alizé", - "icon": "./assets/data/nsi/logos/alize-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295857,7 +154022,6 @@ }, { "question": "AmpCharge", - "icon": "./assets/data/nsi/logos/ampcharge-943805.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295903,7 +154067,6 @@ }, { "question": "Areal Böhler", - "icon": "./assets/data/nsi/logos/arealbohler-fcc3c2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295948,7 +154111,6 @@ }, { "question": "Astor Enerji", - "icon": "./assets/data/nsi/logos/astorenerji-f274f9.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -295958,7 +154120,6 @@ }, { "question": "Atlante", - "icon": "./assets/data/nsi/logos/atlante-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296104,7 +154265,6 @@ }, { "question": "Base2Charge", - "icon": "./assets/data/nsi/logos/base2charge-7d9e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296174,7 +154334,6 @@ }, { "question": "be emobil", - "icon": "./assets/data/nsi/logos/beemobil-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296184,7 +154343,6 @@ }, { "question": "Be.EV", - "icon": "./assets/data/nsi/logos/iduna-3c1cb1.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296200,7 +154358,6 @@ }, { "question": "Belib'", - "icon": "./assets/data/nsi/logos/belib-37370f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296215,7 +154372,6 @@ }, { "question": "Bender", - "icon": "./assets/data/nsi/logos/bender-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296240,7 +154396,6 @@ }, { "question": "BEW", - "icon": "./assets/data/nsi/logos/bew-db4fd8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296321,7 +154476,6 @@ }, { "question": "Blue Corner", - "icon": "./assets/data/nsi/logos/bluecorner-87ebf4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296414,7 +154568,6 @@ }, { "question": "Bouygues (1-OUEST)", - "icon": "./assets/data/nsi/logos/bouygues1ouest-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296424,7 +154577,6 @@ }, { "question": "Bouygues Energies & Services", - "icon": "./assets/data/nsi/logos/bouyguesenergiesandservices-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296454,7 +154606,6 @@ }, { "question": "BP Europa SE", - "icon": "./assets/data/nsi/logos/bpeuropase-abd07b.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296464,7 +154615,6 @@ }, { "question": "Branäsgruppen AB", - "icon": "./assets/data/nsi/logos/branasgruppenab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296504,7 +154654,6 @@ }, { "question": "Budimex Mobility S.A.", - "icon": "./assets/data/nsi/logos/budimexmobilitysa-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296634,7 +154783,6 @@ }, { "question": "Charge-ON GmbH", - "icon": "./assets/data/nsi/logos/chargeongmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296644,7 +154792,6 @@ }, { "question": "charge.brussels", - "icon": "./assets/data/nsi/logos/pitpoint-e7c13f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296725,7 +154872,6 @@ }, { "question": "chargEV", - "icon": "./assets/data/nsi/logos/chargev-1845ed.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296735,7 +154881,6 @@ }, { "question": "Charging the Regions", - "icon": "./assets/data/nsi/logos/centralvictoriangreenhousealliance-6c573b.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296752,7 +154897,6 @@ }, { "question": "Charging Together", - "icon": "./assets/data/nsi/logos/chargingtogether-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296804,7 +154948,6 @@ }, { "question": "City Charging", - "icon": "./assets/data/nsi/logos/citycharging-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296879,7 +155022,6 @@ }, { "question": "Clem", - "icon": "./assets/data/nsi/logos/clem-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -296904,7 +155046,6 @@ }, { "question": "Comfortcharge", - "icon": "./assets/data/nsi/logos/comfortcharge-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297071,7 +155212,6 @@ }, { "question": "Daimler AG", - "icon": "./assets/data/nsi/logos/daimlerag-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297096,7 +155236,6 @@ }, { "question": "DBT", - "icon": "./assets/data/nsi/logos/dbt-7f623e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297121,7 +155260,6 @@ }, { "question": "Deutsche Post DHL Group", - "icon": "./assets/data/nsi/logos/deutschepostdhlgroup-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297191,7 +155329,6 @@ }, { "question": "DRIVECO", - "icon": "./assets/data/nsi/logos/driveco-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297201,7 +155338,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-76711b.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297262,7 +155398,6 @@ }, { "question": "e-Mobi", - "icon": "./assets/data/nsi/logos/emobi-27e906.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297272,7 +155407,6 @@ }, { "question": "e-Mobi Elektromobilitás Nonprofit Kft.", - "icon": "./assets/data/nsi/logos/emobielektromobilitasnonprofitkft-27e906.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297282,7 +155416,6 @@ }, { "question": "E-Plug", - "icon": "./assets/data/nsi/logos/eplug-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297307,7 +155440,6 @@ }, { "question": "e-Totem", - "icon": "./assets/data/nsi/logos/etotem-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297322,7 +155454,6 @@ }, { "question": "E-WALD", - "icon": "./assets/data/nsi/logos/ewald-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297400,7 +155531,6 @@ }, { "question": "E.On Danmark", - "icon": "./assets/data/nsi/logos/eondanmark-7d9e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297425,7 +155555,6 @@ }, { "question": "Easycharger", - "icon": "./assets/data/nsi/logos/easycharger-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297450,7 +155579,6 @@ }, { "question": "EasyPark", - "icon": "./assets/data/nsi/logos/easypark-c454f0.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297460,7 +155588,6 @@ }, { "question": "eborn", - "icon": "./assets/data/nsi/logos/eborn-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297475,7 +155602,6 @@ }, { "question": "EC Charging", - "icon": "./assets/data/nsi/logos/eccharging-179e3e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297485,7 +155611,6 @@ }, { "question": "eCarUp", - "icon": "./assets/data/nsi/logos/ecarup-086737.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297500,7 +155625,6 @@ }, { "question": "EcoInside", - "icon": "./assets/data/nsi/logos/ecoinside-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297510,7 +155634,6 @@ }, { "question": "econec.eu", - "icon": "./assets/data/nsi/logos/econeceu-b23832.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297565,7 +155688,6 @@ }, { "question": "eE4mobile eG", - "icon": "./assets/data/nsi/logos/ee4mobileeg-0c60c5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297595,7 +155717,6 @@ }, { "question": "Effia", - "icon": "./assets/data/nsi/logos/effia-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297685,7 +155806,6 @@ }, { "question": "Electra", - "icon": "./assets/data/nsi/logos/electra-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297700,7 +155820,6 @@ }, { "question": "Electric 55 Charging", - "icon": "./assets/data/nsi/logos/electric55charging-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297741,7 +155860,6 @@ }, { "question": "Electricity Authority of Cyprus", - "icon": "./assets/data/nsi/logos/electricityauthorityofcyprus-fb82c8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297772,7 +155890,6 @@ }, { "question": "Electromin Limited Company", - "icon": "./assets/data/nsi/logos/electrominlimitedcompany-a3af2f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297812,7 +155929,6 @@ }, { "question": "Elektrum Latvija", - "icon": "./assets/data/nsi/logos/elektrum-94e3c4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297827,7 +155943,6 @@ }, { "question": "Elektrum Lietuva", - "icon": "./assets/data/nsi/logos/elektrum-467e3c.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297842,7 +155957,6 @@ }, { "question": "ELEN", - "icon": "./assets/data/nsi/logos/elen-5bea2c.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297872,7 +155986,6 @@ }, { "question": "Elinta", - "icon": "./assets/data/nsi/logos/elinta-467e3c.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297927,7 +156040,6 @@ }, { "question": "Elocity", - "icon": "./assets/data/nsi/logos/elocity-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -297942,7 +156054,6 @@ }, { "question": "Emacom", - "icon": "./assets/data/nsi/logos/emacom-bd0810.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298013,7 +156124,6 @@ }, { "question": "EnBW Ostwürttemberg DonauRies AG", - "icon": "./assets/data/nsi/logos/enbwostwurttembergdonauriesag-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298038,7 +156148,6 @@ }, { "question": "Endesa X", - "icon": "./assets/data/nsi/logos/endesax-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298068,7 +156177,6 @@ }, { "question": "Enefit Volt", - "icon": "./assets/data/nsi/logos/enefitvolt-733008.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298264,7 +156372,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-4f5737.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298274,7 +156381,6 @@ }, { "question": "Energie- und Wasserversorgung Bonn/Rhein-Sieg GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserversorgungbonnrheinsieggmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298284,7 +156390,6 @@ }, { "question": "Energie- und Wasserversorgung Bruchsal GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserversorgungbruchsalgmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298309,7 +156414,6 @@ }, { "question": "Energieversorgung Kleinwalsertal GesmbH", - "icon": "./assets/data/nsi/logos/energieversorgungkleinwalsertalgesmbh-717bd7.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298319,7 +156423,6 @@ }, { "question": "Energieversorgung Rodau", - "icon": "./assets/data/nsi/logos/energieversorgungrodau-43ff7e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298349,7 +156452,6 @@ }, { "question": "EnergyDrive", - "icon": "./assets/data/nsi/logos/energydrive-87ebf4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298359,7 +156461,6 @@ }, { "question": "EneRSIEIL", - "icon": "./assets/data/nsi/logos/enersieil-0f5d07.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298474,7 +156575,6 @@ }, { "question": "eONE", - "icon": "./assets/data/nsi/logos/eone-8fcd5a.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298484,7 +156584,6 @@ }, { "question": "ePower", - "icon": "./assets/data/nsi/logos/epower-179e3e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298494,7 +156593,6 @@ }, { "question": "Equans", - "icon": "./assets/data/nsi/logos/equans-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298509,7 +156607,6 @@ }, { "question": "Eranovum", - "icon": "./assets/data/nsi/logos/eranovum-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298596,7 +156693,6 @@ }, { "question": "Etecnic", - "icon": "./assets/data/nsi/logos/etecnic-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298611,7 +156707,6 @@ }, { "question": "Eulektro", - "icon": "./assets/data/nsi/logos/eulektro-152e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298636,7 +156731,6 @@ }, { "question": "EV Power", - "icon": "./assets/data/nsi/logos/evpower-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298646,7 +156740,6 @@ }, { "question": "EV+", - "icon": "./assets/data/nsi/logos/ev-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298671,7 +156764,6 @@ }, { "question": "EVC EV Chargers", - "icon": "./assets/data/nsi/logos/evc-0793ce.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298716,7 +156808,6 @@ }, { "question": "EVgo", - "icon": "./assets/data/nsi/logos/evgo-994ed4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298749,7 +156840,6 @@ }, { "question": "Evio", - "icon": "./assets/data/nsi/logos/evio-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298759,7 +156849,6 @@ }, { "question": "EVlink", - "icon": "./assets/data/nsi/logos/evlink-c22d3a.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298774,7 +156863,6 @@ }, { "question": "EVMAPA", - "icon": "./assets/data/nsi/logos/evmapa-f67a50.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298799,7 +156887,6 @@ }, { "question": "EVN (Северна Македонија)", - "icon": "./assets/data/nsi/logos/evn-12d20d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298814,7 +156901,6 @@ }, { "question": "EVnetNL", - "icon": "./assets/data/nsi/logos/evnetnl-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298824,7 +156910,6 @@ }, { "question": "evolt", - "icon": "./assets/data/nsi/logos/evolt-0793ce.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298864,7 +156949,6 @@ }, { "question": "evyve", - "icon": "./assets/data/nsi/logos/evyve-0793ce.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298879,7 +156963,6 @@ }, { "question": "evzen (SMEG Développement)", - "icon": "./assets/data/nsi/logos/evzensmegdeveloppement-5e108d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -298994,7 +157077,6 @@ }, { "question": "EZE", - "icon": "./assets/data/nsi/logos/eze-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299009,7 +157091,6 @@ }, { "question": "Factor Energia", - "icon": "./assets/data/nsi/logos/factorenergia-bd0810.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299024,7 +157105,6 @@ }, { "question": "FairEnergie GmbH", - "icon": "./assets/data/nsi/logos/fairenergiegmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299069,7 +157149,6 @@ }, { "question": "Filderstadtwerke", - "icon": "./assets/data/nsi/logos/filderstadtwerke-6bc1fb.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299117,7 +157196,6 @@ }, { "question": "Free to X", - "icon": "./assets/data/nsi/logos/freetox-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299157,7 +157235,6 @@ }, { "question": "Galp Geste", - "icon": "./assets/data/nsi/logos/galpgeste-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299167,7 +157244,6 @@ }, { "question": "Galp Power", - "icon": "./assets/data/nsi/logos/galppower-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299177,7 +157253,6 @@ }, { "question": "GaraGeeks", - "icon": "./assets/data/nsi/logos/garageeks-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299247,7 +157322,6 @@ }, { "question": "Gemeindewerke Garmisch-Partenkirchen", - "icon": "./assets/data/nsi/logos/gemeindewerkegarmischpartenkirchen-259ab2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299262,7 +157336,6 @@ }, { "question": "Gemeindewerke Oberhaching", - "icon": "./assets/data/nsi/logos/gemeindewerkeoberhaching-259ab2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299277,7 +157350,6 @@ }, { "question": "Generation Journey", - "icon": "./assets/data/nsi/logos/generationjourney-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299302,7 +157374,6 @@ }, { "question": "Gentari", - "icon": "./assets/data/nsi/logos/gentari-1845ed.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299317,7 +157388,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-c1e164.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299332,7 +157402,6 @@ }, { "question": "Gesvican", - "icon": "./assets/data/nsi/logos/gesvican-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299357,7 +157426,6 @@ }, { "question": "GIC", - "icon": "./assets/data/nsi/logos/gic-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299383,7 +157451,6 @@ }, { "question": "GO+EAuto", - "icon": "./assets/data/nsi/logos/goeauto-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299441,7 +157508,6 @@ }, { "question": "Göteborgs Stads Parkerings AB", - "icon": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299486,7 +157552,6 @@ }, { "question": "Green Technologie", - "icon": "./assets/data/nsi/logos/greentechnologie-508af8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299496,7 +157561,6 @@ }, { "question": "GreenCharge", - "icon": "./assets/data/nsi/logos/greencharge-8fbbd7.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299521,7 +157585,6 @@ }, { "question": "GreenTE", - "icon": "./assets/data/nsi/logos/greente-5b32c5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299592,7 +157655,6 @@ }, { "question": "Helexia II", - "icon": "./assets/data/nsi/logos/helexiaii-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299602,7 +157664,6 @@ }, { "question": "Hera", - "icon": "./assets/data/nsi/logos/hera-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299612,7 +157673,6 @@ }, { "question": "Herzo Werke", - "icon": "./assets/data/nsi/logos/herzowerke-259ab2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299627,7 +157687,6 @@ }, { "question": "Hesse GmbH", - "icon": "./assets/data/nsi/logos/hessegmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299637,7 +157696,6 @@ }, { "question": "Hexagonal Ocean", - "icon": "./assets/data/nsi/logos/hexagonalocean-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299647,7 +157705,6 @@ }, { "question": "High Green Power", - "icon": "./assets/data/nsi/logos/highgreenpower-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299672,7 +157729,6 @@ }, { "question": "Höganäs Energi AB", - "icon": "./assets/data/nsi/logos/hoganasenergiab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299727,7 +157783,6 @@ }, { "question": "IBIL", - "icon": "./assets/data/nsi/logos/ibil-97d7cf.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299752,7 +157807,6 @@ }, { "question": "IECharge", - "icon": "./assets/data/nsi/logos/iecharge-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299807,7 +157861,6 @@ }, { "question": "InEnergies", - "icon": "./assets/data/nsi/logos/inenergies-0f5d07.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299817,7 +157870,6 @@ }, { "question": "Infinite Charge", - "icon": "./assets/data/nsi/logos/infinitecharge-a6c3f2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299920,7 +157972,6 @@ }, { "question": "Italia Vento Power Corporation", - "icon": "./assets/data/nsi/logos/italiaventopowercorporation-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299945,7 +157996,6 @@ }, { "question": "Izivia", - "icon": "./assets/data/nsi/logos/izivia-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -299990,7 +158040,6 @@ }, { "question": "JomCharge", - "icon": "./assets/data/nsi/logos/jomcharge-1845ed.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300075,7 +158124,6 @@ }, { "question": "kiwEV", - "icon": "./assets/data/nsi/logos/kiwev-9850e1.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300090,7 +158138,6 @@ }, { "question": "KLC Serviços", - "icon": "./assets/data/nsi/logos/klcservicos-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300100,7 +158147,6 @@ }, { "question": "Kreis Paderborn", - "icon": "./assets/data/nsi/logos/kreispaderborn-fcc3c2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300140,7 +158186,6 @@ }, { "question": "Lade i Norge", - "icon": "./assets/data/nsi/logos/ladeinorge-476d58.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300150,7 +158195,6 @@ }, { "question": "ladenetz.de", - "icon": "./assets/data/nsi/logos/ladenetzde-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300160,7 +158204,6 @@ }, { "question": "Ladeverbund+", - "icon": "./assets/data/nsi/logos/ladeverbund-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300215,7 +158258,6 @@ }, { "question": "Laudert GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/laudertgmbhandcokg-fcc3c2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300255,7 +158297,6 @@ }, { "question": "Lebensland Kärnten", - "icon": "./assets/data/nsi/logos/lebenslandkarnten-844689.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300340,7 +158381,6 @@ }, { "question": "Lotos", - "icon": "./assets/data/nsi/logos/lotos-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300355,7 +158395,6 @@ }, { "question": "Loulé Concelho Global", - "icon": "./assets/data/nsi/logos/louleconcelhoglobal-faf071.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300380,7 +158419,6 @@ }, { "question": "LUMI'IN", - "icon": "./assets/data/nsi/logos/lumiin-f6553b.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300405,7 +158443,6 @@ }, { "question": "Lüneparken", - "icon": "./assets/data/nsi/logos/luneparken-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300475,7 +158512,6 @@ }, { "question": "Maksu Services", - "icon": "./assets/data/nsi/logos/maksuservices-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300635,7 +158671,6 @@ }, { "question": "Mobiletric", - "icon": "./assets/data/nsi/logos/mobiletric-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300645,7 +158680,6 @@ }, { "question": "Mobiliti", - "icon": "./assets/data/nsi/logos/mobiliti-27e906.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300677,7 +158711,6 @@ }, { "question": "MobiSmart", - "icon": "./assets/data/nsi/logos/mobismart-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300687,7 +158720,6 @@ }, { "question": "Mobive", - "icon": "./assets/data/nsi/logos/mobive-c4b7fc.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300702,7 +158734,6 @@ }, { "question": "Modulo", - "icon": "./assets/data/nsi/logos/modulo-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300747,7 +158778,6 @@ }, { "question": "Monta", - "icon": "./assets/data/nsi/logos/monta-47be25.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300757,7 +158787,6 @@ }, { "question": "Moon", - "icon": "./assets/data/nsi/logos/moon-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300782,7 +158811,6 @@ }, { "question": "Mota", - "icon": "./assets/data/nsi/logos/mota-5e108d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300792,7 +158820,6 @@ }, { "question": "Mota Engil II", - "icon": "./assets/data/nsi/logos/motaengilii-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300802,7 +158829,6 @@ }, { "question": "Mouv Élec Var", - "icon": "./assets/data/nsi/logos/mouvelecvar-5e108d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300917,7 +158943,6 @@ }, { "question": "Neuwoges", - "icon": "./assets/data/nsi/logos/neuwoges-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -300957,7 +158982,6 @@ }, { "question": "NKM Mobilitás Kft.", - "icon": "./assets/data/nsi/logos/nkmmobilitaskft-27e906.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301057,7 +159081,6 @@ }, { "question": "OIKEN", - "icon": "./assets/data/nsi/logos/oiken-d0faa5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301067,7 +159090,6 @@ }, { "question": "OK", - "icon": "./assets/data/nsi/logos/ok-7d9e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301082,7 +159104,6 @@ }, { "question": "OOO \"TOK BOR\"", - "icon": "./assets/data/nsi/logos/oootokbor-5b32c5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301152,7 +159173,6 @@ }, { "question": "Oskarshamn Energi AB", - "icon": "./assets/data/nsi/logos/oskarshamnenergiab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301177,7 +159197,6 @@ }, { "question": "Ouest Charge", - "icon": "./assets/data/nsi/logos/ouestcharge-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301202,7 +159221,6 @@ }, { "question": "Paris-Saclay Innovation Playground", - "icon": "./assets/data/nsi/logos/parissaclayinnovationplayground-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301212,7 +159230,6 @@ }, { "question": "Park&Charge", - "icon": "./assets/data/nsi/logos/parkandcharge-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301272,7 +159289,6 @@ }, { "question": "PGE Nowa Energia", - "icon": "./assets/data/nsi/logos/pgenowaenergia-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301282,7 +159298,6 @@ }, { "question": "PitPoint", - "icon": "./assets/data/nsi/logos/pitpoint-b2225d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301327,7 +159342,6 @@ }, { "question": "Plus de Bornes", - "icon": "./assets/data/nsi/logos/plusdebornes-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301337,7 +159351,6 @@ }, { "question": "PNB", - "icon": "./assets/data/nsi/logos/pnb-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301377,7 +159390,6 @@ }, { "question": "Power Dot France", - "icon": "./assets/data/nsi/logos/powerdotfrance-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301387,7 +159399,6 @@ }, { "question": "Power EV", - "icon": "./assets/data/nsi/logos/powerev-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301397,7 +159408,6 @@ }, { "question": "Pradella Sistemi", - "icon": "./assets/data/nsi/logos/pradellasistemi-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301422,7 +159432,6 @@ }, { "question": "Prio.E", - "icon": "./assets/data/nsi/logos/prioe-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301462,7 +159471,6 @@ }, { "question": "Q8", - "icon": "./assets/data/nsi/logos/q8-a3ef5d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301487,7 +159495,6 @@ }, { "question": "Qelo", - "icon": "./assets/data/nsi/logos/qelo-5bea2c.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301497,7 +159504,6 @@ }, { "question": "Queensland Electric Super Highway", - "icon": "./assets/data/nsi/logos/yurika-830192.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301527,7 +159533,6 @@ }, { "question": "R3", - "icon": "./assets/data/nsi/logos/r3-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301537,7 +159542,6 @@ }, { "question": "Red E", - "icon": "./assets/data/nsi/logos/rede-994ed4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301555,7 +159559,6 @@ }, { "question": "reev", - "icon": "./assets/data/nsi/logos/reev-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301565,7 +159568,6 @@ }, { "question": "Reload Solution", - "icon": "./assets/data/nsi/logos/reloadsolution-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301650,7 +159652,6 @@ }, { "question": "Revnet", - "icon": "./assets/data/nsi/logos/revnet-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301765,7 +159766,6 @@ }, { "question": "Rotterdam Elektrisch", - "icon": "./assets/data/nsi/logos/rotterdamelektrisch-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301775,7 +159775,6 @@ }, { "question": "RSE", - "icon": "./assets/data/nsi/logos/rse-634961.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301785,7 +159784,6 @@ }, { "question": "RWE-Effizienz", - "icon": "./assets/data/nsi/logos/rweeffizienz-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301855,7 +159853,6 @@ }, { "question": "Samenwerkende Gemeenten Zuid-Holland", - "icon": "./assets/data/nsi/logos/samenwerkendegemeentenzuidholland-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301865,7 +159862,6 @@ }, { "question": "Sandviken Energi AB", - "icon": "./assets/data/nsi/logos/sandvikenenergiab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301875,7 +159871,6 @@ }, { "question": "sas e-motum", - "icon": "./assets/data/nsi/logos/sasemotum-34216a.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301900,7 +159895,6 @@ }, { "question": "SDE04", - "icon": "./assets/data/nsi/logos/sde04-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301910,7 +159904,6 @@ }, { "question": "SDE07", - "icon": "./assets/data/nsi/logos/sde07-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301920,7 +159913,6 @@ }, { "question": "SDE35", - "icon": "./assets/data/nsi/logos/sde35-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301930,7 +159922,6 @@ }, { "question": "SDED", - "icon": "./assets/data/nsi/logos/sded-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301940,7 +159931,6 @@ }, { "question": "SDEI36", - "icon": "./assets/data/nsi/logos/sdei36-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301950,7 +159940,6 @@ }, { "question": "SDEM50", - "icon": "./assets/data/nsi/logos/sdem50-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301960,7 +159949,6 @@ }, { "question": "SDEV", - "icon": "./assets/data/nsi/logos/sdev-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301970,7 +159958,6 @@ }, { "question": "SDEY", - "icon": "./assets/data/nsi/logos/sdey-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301980,7 +159967,6 @@ }, { "question": "SEDI", - "icon": "./assets/data/nsi/logos/sedi-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -301990,7 +159976,6 @@ }, { "question": "SEGMA", - "icon": "./assets/data/nsi/logos/segma-7cc336.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302015,7 +160000,6 @@ }, { "question": "Séolis", - "icon": "./assets/data/nsi/logos/seolis-c4b7fc.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302025,7 +160009,6 @@ }, { "question": "SERVICE plus GmbH", - "icon": "./assets/data/nsi/logos/serviceplusgmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302035,7 +160018,6 @@ }, { "question": "SEY 78", - "icon": "./assets/data/nsi/logos/sey78-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302045,7 +160027,6 @@ }, { "question": "SEYMABORNE", - "icon": "./assets/data/nsi/logos/seymaborne-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302055,7 +160036,6 @@ }, { "question": "SGA Mobility", - "icon": "./assets/data/nsi/logos/sgamobility-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302065,7 +160045,6 @@ }, { "question": "SHARZ", - "icon": "./assets/data/nsi/logos/sharz-f274f9.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302105,7 +160084,6 @@ }, { "question": "SIEEEN", - "icon": "./assets/data/nsi/logos/sieeen-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302120,7 +160098,6 @@ }, { "question": "SIEGE 27", - "icon": "./assets/data/nsi/logos/siege27-172d11.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302130,7 +160107,6 @@ }, { "question": "SIEL42", - "icon": "./assets/data/nsi/logos/siel42-634961.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302145,7 +160121,6 @@ }, { "question": "Siemens SRE", - "icon": "./assets/data/nsi/logos/siemenssre-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302155,7 +160130,6 @@ }, { "question": "SIEML", - "icon": "./assets/data/nsi/logos/sieml-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302170,7 +160144,6 @@ }, { "question": "Sigeif", - "icon": "./assets/data/nsi/logos/sigeif-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302185,7 +160158,6 @@ }, { "question": "SIPLEC", - "icon": "./assets/data/nsi/logos/siplec-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302215,7 +160187,6 @@ }, { "question": "Smoov", - "icon": "./assets/data/nsi/logos/smoov-b2225d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302225,7 +160196,6 @@ }, { "question": "Sodetrel", - "icon": "./assets/data/nsi/logos/sodetrel-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302235,7 +160205,6 @@ }, { "question": "SODO", - "icon": "./assets/data/nsi/logos/sodo-64fbf7.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302245,7 +160214,6 @@ }, { "question": "Sonae", - "icon": "./assets/data/nsi/logos/sonae-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302255,7 +160223,6 @@ }, { "question": "Sorégies", - "icon": "./assets/data/nsi/logos/soregies-c4b7fc.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302318,7 +160285,6 @@ }, { "question": "SPBR1", - "icon": "./assets/data/nsi/logos/spbr1-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302328,7 +160294,6 @@ }, { "question": "Sperto", - "icon": "./assets/data/nsi/logos/sperto-7d9e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302338,7 +160303,6 @@ }, { "question": "Spie", - "icon": "./assets/data/nsi/logos/spie-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302348,7 +160312,6 @@ }, { "question": "SPIE CityNetworks", - "icon": "./assets/data/nsi/logos/spiecitynetworks-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302358,7 +160321,6 @@ }, { "question": "Spirii", - "icon": "./assets/data/nsi/logos/spirii-7d9e8e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302435,7 +160397,6 @@ }, { "question": "Stadtwerke Bad Aibling", - "icon": "./assets/data/nsi/logos/stadtwerkebadaibling-259ab2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302450,7 +160411,6 @@ }, { "question": "Stadtwerke Bad Homburg", - "icon": "./assets/data/nsi/logos/stadtwerkebadhomburg-43ff7e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302510,7 +160470,6 @@ }, { "question": "Stadtwerke Bruchsal", - "icon": "./assets/data/nsi/logos/stadtwerkebruchsal-6bc1fb.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302570,7 +160529,6 @@ }, { "question": "Stadtwerke Elmshorn", - "icon": "./assets/data/nsi/logos/stadtwerkeelmshorn-cf3cf5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302706,7 +160664,6 @@ }, { "question": "Stadtwerke Heide", - "icon": "./assets/data/nsi/logos/stadtwerkeheide-cf3cf5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -302843,7 +160800,6 @@ }, { "question": "Stadtwerke Leinfelden-Echterdingen", - "icon": "./assets/data/nsi/logos/stadtwerkeleinfeldenechterdingen-6bc1fb.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303041,7 +160997,6 @@ }, { "question": "Stadtwerke Rostock", - "icon": "./assets/data/nsi/logos/stadtwerkerostock-f1e045.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303086,7 +161041,6 @@ }, { "question": "Stadtwerke Schweinfurt", - "icon": "./assets/data/nsi/logos/stadtwerkeschweinfurt-259ab2.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303101,7 +161055,6 @@ }, { "question": "Stadtwerke SH", - "icon": "./assets/data/nsi/logos/stadtwerkesh-cf3cf5.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303238,7 +161191,6 @@ }, { "question": "Stadtwerke Wernigerode", - "icon": "./assets/data/nsi/logos/stadtwerkewernigerode-b7b244.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303268,7 +161220,6 @@ }, { "question": "STATIONS-E", - "icon": "./assets/data/nsi/logos/stationse-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303278,7 +161229,6 @@ }, { "question": "Stavanger Parkering", - "icon": "./assets/data/nsi/logos/stavangerparkering-476d58.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303350,7 +161300,6 @@ }, { "question": "Swarco", - "icon": "./assets/data/nsi/logos/swarco-0793ce.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303427,7 +161376,6 @@ }, { "question": "SYANE", - "icon": "./assets/data/nsi/logos/syane-634961.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303437,7 +161385,6 @@ }, { "question": "SYDELA", - "icon": "./assets/data/nsi/logos/sydela-d56302.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303447,7 +161394,6 @@ }, { "question": "SYME05", - "icon": "./assets/data/nsi/logos/syme05-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303457,7 +161403,6 @@ }, { "question": "Syndicat de l'Énergie de l'Orne", - "icon": "./assets/data/nsi/logos/syndicatdelenergiedelorne-172d11.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303482,7 +161427,6 @@ }, { "question": "TankE", - "icon": "./assets/data/nsi/logos/tanke-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303512,7 +161456,6 @@ }, { "question": "TEAG Mobil", - "icon": "./assets/data/nsi/logos/teagmobil-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303588,7 +161531,6 @@ }, { "question": "Tesla Germany GmbH", - "icon": "./assets/data/nsi/logos/teslagermanygmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303646,7 +161588,6 @@ }, { "question": "Total Marketing France", - "icon": "./assets/data/nsi/logos/totalmarketingfrance-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303676,7 +161617,6 @@ }, { "question": "Turmstrom", - "icon": "./assets/data/nsi/logos/turmstrom-3f60da.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303716,7 +161656,6 @@ }, { "question": "Überlandwerk Groß-Gerau GmbH", - "icon": "./assets/data/nsi/logos/uberlandwerkgrossgeraugmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303726,7 +161665,6 @@ }, { "question": "Ucharge", - "icon": "./assets/data/nsi/logos/ucharge-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303736,7 +161674,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-4dd58e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303751,7 +161688,6 @@ }, { "question": "Umbria Energy", - "icon": "./assets/data/nsi/logos/umbriaenergy-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303808,7 +161744,6 @@ }, { "question": "Uppsala parkerings AB", - "icon": "./assets/data/nsi/logos/uppsalaparkeringsab-c9e89f.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303881,7 +161816,6 @@ }, { "question": "VendElectric", - "icon": "./assets/data/nsi/logos/vendelectric-f6fe0b.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303891,7 +161825,6 @@ }, { "question": "VGS mbH", - "icon": "./assets/data/nsi/logos/vgsmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303916,7 +161849,6 @@ }, { "question": "Ville de Saint-Louis", - "icon": "./assets/data/nsi/logos/villedesaintlouis-4dd58e.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303931,7 +161863,6 @@ }, { "question": "VinFast", - "icon": "./assets/data/nsi/logos/vinfast-2da5cb.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303959,7 +161890,6 @@ }, { "question": "vkw vlotte", - "icon": "./assets/data/nsi/logos/vkwvlotte-3f60da.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -303989,7 +161919,6 @@ }, { "question": "Volta", - "icon": "./assets/data/nsi/logos/volta-994ed4.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304004,7 +161933,6 @@ }, { "question": "VOLTRUN", - "icon": "./assets/data/nsi/logos/voltrun-f274f9.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304014,7 +161942,6 @@ }, { "question": "WAAT", - "icon": "./assets/data/nsi/logos/waat-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304024,7 +161951,6 @@ }, { "question": "wallbe", - "icon": "./assets/data/nsi/logos/wallbe-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304049,7 +161975,6 @@ }, { "question": "We Drive Solar", - "icon": "./assets/data/nsi/logos/wedrivesolar-fa6152.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304083,7 +162008,6 @@ }, { "question": "Wels Strom E-Mobil", - "icon": "./assets/data/nsi/logos/welsstromemobil-f73649.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304138,7 +162062,6 @@ }, { "question": "Westenergie Metering GmbH", - "icon": "./assets/data/nsi/logos/westenergiemeteringgmbh-1299a8.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304193,7 +162116,6 @@ }, { "question": "WiiiZ", - "icon": "./assets/data/nsi/logos/izivia-5e108d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304225,7 +162147,6 @@ }, { "question": "Wowplug", - "icon": "./assets/data/nsi/logos/wowplug-a1285d.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304267,7 +162188,6 @@ }, { "question": "ZEBORNE", - "icon": "./assets/data/nsi/logos/zeborne-170e94.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304307,7 +162227,6 @@ }, { "question": "Zeus", - "icon": "./assets/data/nsi/logos/zeus-2c5517.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304317,7 +162236,6 @@ }, { "question": "ZTM", - "icon": "./assets/data/nsi/logos/ztm-392011.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304387,7 +162305,6 @@ }, { "question": "ΔΕΗ blue", - "icon": "./assets/data/nsi/logos/3ef695-e68869.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304397,7 +162314,6 @@ }, { "question": "АО \"Сетевая компания\"", - "icon": "./assets/data/nsi/logos/e19896-18ef61.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304407,7 +162323,6 @@ }, { "question": "Белтелеком", - "icon": "./assets/data/nsi/logos/672155-20a807.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304447,7 +162362,6 @@ }, { "question": "ПАО \"Ленэнерго\"", - "icon": "./assets/data/nsi/logos/7771ec-18ef61.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304457,7 +162371,6 @@ }, { "question": "ПО «Белоруснефть»", - "icon": "./assets/data/nsi/logos/ab4fd9-20a807.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304467,7 +162380,6 @@ }, { "question": "Пункт Е", - "icon": "./assets/data/nsi/logos/59d85b-18ef61.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304477,7 +162389,6 @@ }, { "question": "РУП \"Белоруснефть-Гомельоблнефтепродукт\"", - "icon": "./assets/data/nsi/logos/026cd5-20a807.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304487,7 +162398,6 @@ }, { "question": "РУП \"Белоруснефть-Минскавтозаправка\"", - "icon": "./assets/data/nsi/logos/44a84d-20a807.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304512,7 +162422,6 @@ }, { "question": "Столичен електротранспорт", - "icon": "./assets/data/nsi/logos/28c7ea-befeeb.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304522,7 +162431,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-c785ca.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304546,7 +162454,6 @@ }, { "question": "小兔充充", - "icon": "./assets/data/nsi/logos/bunnypower-c785ca.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304563,7 +162470,6 @@ }, { "question": "東光高岳", - "icon": "./assets/data/nsi/logos/takaokatoko-7be592.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304587,7 +162493,6 @@ }, { "question": "睿能創意股份有限公司", - "icon": "./assets/data/nsi/logos/d4b35c-265fde.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304597,7 +162502,6 @@ }, { "question": "英屬開曼群島商睿能新動力股份有限公司台灣分公司", - "icon": "./assets/data/nsi/logos/66d0d4-265fde.undefined", "osmTags": { "and": [ "amenity=charging_station", @@ -304607,7 +162511,6 @@ }, { "question": "Asha Worker", - "icon": "./assets/data/nsi/logos/ashaworker-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304622,7 +162525,6 @@ }, { "question": "Babilou", - "icon": "./assets/data/nsi/logos/babilou-2fc6fb.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304637,7 +162539,6 @@ }, { "question": "Család- és Gyermekjóléti Központ", - "icon": "./assets/data/nsi/logos/csaladesgyermekjoletikozpont-497a3b.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304652,7 +162553,6 @@ }, { "question": "Department of Social Justice", - "icon": "./assets/data/nsi/logos/departmentofsocialjustice-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304667,7 +162567,6 @@ }, { "question": "Department Of Women And Child Development", - "icon": "./assets/data/nsi/logos/departmentofwomenandchilddevelopment-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304682,7 +162581,6 @@ }, { "question": "Fondation de l'Enfance et de la Jeunesse", - "icon": "./assets/data/nsi/logos/fondationdelenfanceetdelajeunesse-b35c39.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304713,7 +162611,6 @@ }, { "question": "gramapanchayath", - "icon": "./assets/data/nsi/logos/gramapanchayath-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304728,7 +162625,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-f498a3.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304760,7 +162656,6 @@ }, { "question": "Integrated Child Development Services", - "icon": "./assets/data/nsi/logos/integratedchilddevelopmentservices-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304809,7 +162704,6 @@ }, { "question": "Othukkungal grama panchayath", - "icon": "./assets/data/nsi/logos/othukkungalgramapanchayath-4b0d98.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304824,7 +162718,6 @@ }, { "question": "Partou", - "icon": "./assets/data/nsi/logos/partou-ba986a.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304856,7 +162749,6 @@ }, { "question": "SKOzoK", - "icon": "./assets/data/nsi/logos/skozok-ba986a.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304872,7 +162764,6 @@ }, { "question": "Ville de Marseille", - "icon": "./assets/data/nsi/logos/villedemarseille-17bc4b.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304888,7 +162779,6 @@ }, { "question": "横手市", - "icon": "./assets/data/nsi/logos/bdecba-559440.undefined", "osmTags": { "and": [ "amenity=childcare", @@ -304920,7 +162810,6 @@ }, { "question": "ACES Porto Ocidental", - "icon": "./assets/data/nsi/logos/acesportoocidental-87a124.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -304955,7 +162844,6 @@ }, { "question": "Aid Post", - "icon": "./assets/data/nsi/logos/aidpost-912d5b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305025,7 +162913,6 @@ }, { "question": "ASL 3 Genovese", - "icon": "./assets/data/nsi/logos/asl3genovese-87fe57.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305041,7 +162928,6 @@ }, { "question": "ASL Roma 2", - "icon": "./assets/data/nsi/logos/aslroma2-87fe57.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305074,7 +162960,6 @@ }, { "question": "ASSE", - "icon": "./assets/data/nsi/logos/asse-576018.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305091,7 +162976,6 @@ }, { "question": "Association ECHO", - "icon": "./assets/data/nsi/logos/associationecho-c80b69.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305141,7 +163025,6 @@ }, { "question": "Azienda Unità Sanitaria Locale Umbria 1", - "icon": "./assets/data/nsi/logos/aziendaunitasanitarialocaleumbria1-87fe57.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305191,7 +163074,6 @@ }, { "question": "Cayuga Health", - "icon": "./assets/data/nsi/logos/cayugahealth-a74a54.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305224,7 +163106,6 @@ }, { "question": "Central Australia Health Service", - "icon": "./assets/data/nsi/logos/centralaustraliahealthservice-e7d90e.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305326,7 +163207,6 @@ }, { "question": "Collectivité Territoriale de Guyane", - "icon": "./assets/data/nsi/logos/collectiviteterritorialedeguyane-a3d1f7.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305412,7 +163292,6 @@ }, { "question": "Coopesana", - "icon": "./assets/data/nsi/logos/coopesana-03ea79.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305464,7 +163343,6 @@ }, { "question": "Department of Health and Family Welfare", - "icon": "./assets/data/nsi/logos/departmentofhealthandfamilywelfare-2b695d.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305480,7 +163358,6 @@ }, { "question": "Department of Health Services (India)", - "icon": "./assets/data/nsi/logos/departmentofhealthservices-2b695d.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305513,7 +163390,6 @@ }, { "question": "Dialysis Clinic", - "icon": "./assets/data/nsi/logos/dialysisclinic-0ca787.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305656,7 +163532,6 @@ }, { "question": "GAMC", - "icon": "./assets/data/nsi/logos/gamc-6d7468.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305706,7 +163581,6 @@ }, { "question": "Genesis Healthcare System", - "icon": "./assets/data/nsi/logos/genesishealthcaresystem-930314.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305740,7 +163614,6 @@ }, { "question": "Gobierno Autónomo Municipal de Cochabamba", - "icon": "./assets/data/nsi/logos/gobiernoautonomomunicipaldecochabamba-6d7468.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305774,7 +163647,6 @@ }, { "question": "Gobierno Regional (Perú)", - "icon": "./assets/data/nsi/logos/gobiernoregional-aa2e69.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -305928,7 +163800,6 @@ }, { "question": "HealthTexas Medical Group", - "icon": "./assets/data/nsi/logos/healthtexasmedicalgroup-b80d97.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306117,7 +163988,6 @@ }, { "question": "JZU Dom zdravlja u Banjoj Luci", - "icon": "./assets/data/nsi/logos/jzudomzdravljaubanjojluci-b327c9.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306169,7 +164039,6 @@ }, { "question": "Klinik Hietzing", - "icon": "./assets/data/nsi/logos/klinikhietzing-4d5344.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306206,7 +164075,6 @@ }, { "question": "Krakowski Szpital Specjalistyczny imienia świętego Jana Pawła II", - "icon": "./assets/data/nsi/logos/krakowskiszpitalspecjalistycznyimieniaswietegojanapawlaii-73e20b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306342,7 +164210,6 @@ }, { "question": "MedExpress", - "icon": "./assets/data/nsi/logos/medexpress-0ca787.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306376,7 +164243,6 @@ }, { "question": "Medische Zending", - "icon": "./assets/data/nsi/logos/medischezending-903c7c.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306446,7 +164312,6 @@ }, { "question": "Ministério da Saúde (Angola)", - "icon": "./assets/data/nsi/logos/ministeriodasaude-73364f.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306480,7 +164345,6 @@ }, { "question": "Ministério da Saúde (Portugal)", - "icon": "./assets/data/nsi/logos/ministeriodasaude-3f54c3.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306533,7 +164397,6 @@ }, { "question": "Ministerio de Salud de Río Negro", - "icon": "./assets/data/nsi/logos/ministeriodesaludderionegro-4df2ff.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306691,7 +164554,6 @@ }, { "question": "MTI", - "icon": "./assets/data/nsi/logos/mti-5624d8.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306707,7 +164569,6 @@ }, { "question": "Municipalidad de Lomas de Zamora", - "icon": "./assets/data/nsi/logos/municipalidaddelomasdezamora-4df2ff.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306758,7 +164619,6 @@ }, { "question": "Municipio de Rosario", - "icon": "./assets/data/nsi/logos/municipioderosario-4df2ff.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306876,7 +164736,6 @@ }, { "question": "Novosalus", - "icon": "./assets/data/nsi/logos/novosalus-2b695d.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306892,7 +164751,6 @@ }, { "question": "Novosalus Technology", - "icon": "./assets/data/nsi/logos/novosalustechnology-2b695d.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -306908,7 +164766,6 @@ }, { "question": "NT Health", - "icon": "./assets/data/nsi/logos/nthealth-e7d90e.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307029,7 +164886,6 @@ }, { "question": "Pays", - "icon": "./assets/data/nsi/logos/pays-06178e.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307082,7 +164938,6 @@ }, { "question": "PMC - SMS", - "icon": "./assets/data/nsi/logos/pmcsms-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307098,7 +164953,6 @@ }, { "question": "Posyandu", - "icon": "./assets/data/nsi/logos/posyandu-1dcb84.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307184,7 +165038,6 @@ }, { "question": "Prefeitura Municipal de Blumenau", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-b1ce44.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307269,7 +165122,6 @@ }, { "question": "Prefeitura Municipal de Santo André", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldesantoandre-f10a78.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307303,7 +165155,6 @@ }, { "question": "Prefeitura Municipal de Vila Velha", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldevilavelha-3eb698.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307389,7 +165240,6 @@ }, { "question": "Qarku Tirana", - "icon": "./assets/data/nsi/logos/qarkutirana-c3eb32.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307405,7 +165255,6 @@ }, { "question": "Regina Maria", - "icon": "./assets/data/nsi/logos/reginamaria-7d9042.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307438,7 +165287,6 @@ }, { "question": "Regionalne Centrum Krwiodawstwa i Krwiolecznictwa Poznań", - "icon": "./assets/data/nsi/logos/regionalnecentrumkrwiodawstwaikrwiolecznictwapoznan-73e20b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307454,7 +165302,6 @@ }, { "question": "Regionalne Centrum Krwiodawstwa i Krwiolecznictwa w Bydgoszczy", - "icon": "./assets/data/nsi/logos/regionalnecentrumkrwiodawstwaikrwiolecznictwawbydgoszczy-73e20b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307538,7 +165385,6 @@ }, { "question": "Saltzer Health", - "icon": "./assets/data/nsi/logos/saltzerhealth-802e45.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307608,7 +165454,6 @@ }, { "question": "Secretaria da Saúde", - "icon": "./assets/data/nsi/logos/secretariadasaude-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307624,7 +165469,6 @@ }, { "question": "Secretaria de Saúde", - "icon": "./assets/data/nsi/logos/secretariadesaude-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307640,7 +165484,6 @@ }, { "question": "Secretaria de Saúde de Caruaru", - "icon": "./assets/data/nsi/logos/secretariadesaudedecaruaru-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307656,7 +165499,6 @@ }, { "question": "Secretaria Especial de Saúde Indígena", - "icon": "./assets/data/nsi/logos/secretariaespecialdesaudeindigena-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307674,7 +165516,6 @@ }, { "question": "Secretaria Municipal da Saúde", - "icon": "./assets/data/nsi/logos/secretariamunicipaldasaude-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307690,7 +165531,6 @@ }, { "question": "Secretaria Municipal da Saúde de Fortaleza", - "icon": "./assets/data/nsi/logos/secretariamunicipaldasaudedefortaleza-d148ab.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307706,7 +165546,6 @@ }, { "question": "Secretaria Municipal de Saúde", - "icon": "./assets/data/nsi/logos/secretariamunicipaldesaude-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307722,7 +165561,6 @@ }, { "question": "Secretaria Municipal de Saúde de Ceará-Mirim", - "icon": "./assets/data/nsi/logos/secretariamunicipaldesaudedecearamirim-c2c81c.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307757,7 +165595,6 @@ }, { "question": "SEMUSA", - "icon": "./assets/data/nsi/logos/semusa-5f4b12.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307916,7 +165753,6 @@ }, { "question": "Somogy Megyei Kaposi Mór Oktató Kórház", - "icon": "./assets/data/nsi/logos/somogymegyeikaposimoroktatokorhaz-133339.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307933,7 +165769,6 @@ }, { "question": "State of Franklin Healthcare Associates", - "icon": "./assets/data/nsi/logos/stateoffranklinhealthcareassociates-f09d58.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307950,7 +165785,6 @@ }, { "question": "Subsecretaría de Atención Primaria, Ambulatoria y Comunitaria", - "icon": "./assets/data/nsi/logos/subsecretariadeatencionprimariaambulatoriaycomunitaria-4df2ff.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -307966,7 +165800,6 @@ }, { "question": "Szpital Uniwersytecki Collegium Medicum Uniwersytetu Jagiellońskiego", - "icon": "./assets/data/nsi/logos/szpitaluniwersyteckicollegiummedicumuniwersytetujagiellonskiego-73e20b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308119,7 +165952,6 @@ }, { "question": "UW Health", - "icon": "./assets/data/nsi/logos/uwhealth-91d413.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308191,7 +166023,6 @@ }, { "question": "Western Cape Department of Health", - "icon": "./assets/data/nsi/logos/westerncapedepartmentofhealth-0d0fcb.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308208,7 +166039,6 @@ }, { "question": "Yakima Valley Farm Workers Clinic", - "icon": "./assets/data/nsi/logos/yakimavalleyfarmworkersclinic-a30f15.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308244,7 +166074,6 @@ }, { "question": "ГБУЗ МО 'Раменская ЦРБ'", - "icon": "./assets/data/nsi/logos/cd5719-14b936.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308260,7 +166089,6 @@ }, { "question": "МИБС", - "icon": "./assets/data/nsi/logos/2fd871-14b936.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308278,7 +166106,6 @@ }, { "question": "Скандинавия", - "icon": "./assets/data/nsi/logos/e9ace9-14b936.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308294,7 +166121,6 @@ }, { "question": "ССМЦ", - "icon": "./assets/data/nsi/logos/aa83b0-14b936.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308329,7 +166155,6 @@ }, { "question": "מאוחדת", - "icon": "./assets/data/nsi/logos/2c2c8b-1b314b.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308365,7 +166190,6 @@ }, { "question": "وزارة الصحة", - "icon": "./assets/data/nsi/logos/1d9246-55c168.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308381,7 +166205,6 @@ }, { "question": "وزراة الصحة", - "icon": "./assets/data/nsi/logos/11057b-d5d37c.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308397,7 +166220,6 @@ }, { "question": "โรงพยาบาลส่งเสริมสุขภาพตำบล", - "icon": "./assets/data/nsi/logos/2beb32-144162.undefined", "osmTags": { "and": [ "amenity=clinic", @@ -308417,7 +166239,6 @@ }, { "question": "Centro Paula Souza", - "icon": "./assets/data/nsi/logos/centropaulasouza-628adc.undefined", "osmTags": { "and": [ "amenity=college", @@ -308449,7 +166270,6 @@ }, { "question": "Consejo de Formación en Educación", - "icon": "./assets/data/nsi/logos/consejodeformacioneneducacion-32e4b7.undefined", "osmTags": { "and": [ "amenity=college", @@ -308465,7 +166285,6 @@ }, { "question": "Dunamare onderwijs", - "icon": "./assets/data/nsi/logos/dunamareonderwijs-e7dc64.undefined", "osmTags": { "and": [ "amenity=college", @@ -308480,7 +166299,6 @@ }, { "question": "École de la Deuxième Chance", - "icon": "./assets/data/nsi/logos/ecoledeladeuxiemechance-dac3bc.undefined", "osmTags": { "and": [ "amenity=college", @@ -308496,7 +166314,6 @@ }, { "question": "Government of Ghana", - "icon": "./assets/data/nsi/logos/governmentofghana-182686.undefined", "osmTags": { "and": [ "amenity=college", @@ -308512,7 +166329,6 @@ }, { "question": "Government of Western Australia", - "icon": "./assets/data/nsi/logos/governmentofwesternaustralia-81d5c7.undefined", "osmTags": { "and": [ "amenity=college", @@ -308528,7 +166344,6 @@ }, { "question": "IFET", - "icon": "./assets/data/nsi/logos/institutofederaldeeducacaocienciaetecnologia-628adc.undefined", "osmTags": { "and": [ "amenity=college", @@ -308577,7 +166392,6 @@ }, { "question": "Ocean County College", - "icon": "./assets/data/nsi/logos/oceancountycollege-8e750d.undefined", "osmTags": { "and": [ "amenity=college", @@ -308593,7 +166407,6 @@ }, { "question": "Organismo Descentralizado Del Gobierno Del Estado", - "icon": "./assets/data/nsi/logos/organismodescentralizadodelgobiernodelestado-d09665.undefined", "osmTags": { "and": [ "amenity=college", @@ -308625,7 +166438,6 @@ }, { "question": "Qaraqalpaqstan Respublikası mektepke shekemgi hám mektep bilimlendiriw ministrligi", - "icon": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasimektepkeshekemgihammektepbilimlendiriwministrligi-0bb3fc.undefined", "osmTags": { "and": [ "amenity=college", @@ -308657,7 +166469,6 @@ }, { "question": "Serviço Nacional da Indústria", - "icon": "./assets/data/nsi/logos/serviconacionaldaindustria-628adc.undefined", "osmTags": { "and": [ "amenity=college", @@ -308672,7 +166483,6 @@ }, { "question": "Skk School Spółka Z Ograniczoną Odpowiedzialnością", - "icon": "./assets/data/nsi/logos/skkschoolspolkazograniczonaodpowiedzialnoscia-5630d8.undefined", "osmTags": { "and": [ "amenity=college", @@ -308735,7 +166545,6 @@ }, { "question": "TAFE Victoria", - "icon": "./assets/data/nsi/logos/tafevictoria-982bd2.undefined", "osmTags": { "and": [ "amenity=college", @@ -308863,7 +166672,6 @@ }, { "question": "中国科学技术大学", - "icon": "./assets/data/nsi/logos/5a23d3-bccf1d.undefined", "osmTags": { "and": [ "amenity=college", @@ -308878,7 +166686,6 @@ }, { "question": "北京理工大学珠海学院", - "icon": "./assets/data/nsi/logos/356029-bccf1d.undefined", "osmTags": { "and": [ "amenity=college", @@ -308893,7 +166700,6 @@ }, { "question": "金沢工業大学", - "icon": "./assets/data/nsi/logos/b43625-9f2162.undefined", "osmTags": { "and": [ "amenity=college", @@ -308924,7 +166730,6 @@ }, { "question": "Association des Maisons de quartier de Reims", - "icon": "./assets/data/nsi/logos/associationdesmaisonsdequartierdereims-602375.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -308955,7 +166760,6 @@ }, { "question": "AWO", - "icon": "./assets/data/nsi/logos/awo-57d70d.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -308986,7 +166790,6 @@ }, { "question": "Ayuntamiento de Málaga", - "icon": "./assets/data/nsi/logos/ayuntamientodemalaga-1f7aba.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309002,7 +166805,6 @@ }, { "question": "Baltimore County Department of Aging", - "icon": "./assets/data/nsi/logos/baltimorecountydepartmentofaging-529004.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309017,7 +166819,6 @@ }, { "question": "Bezirksamt Eimsbüttel", - "icon": "./assets/data/nsi/logos/bezirksamteimsbuttel-09d892.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309032,7 +166833,6 @@ }, { "question": "Bezirksamt Hamburg-Mitte", - "icon": "./assets/data/nsi/logos/bezirksamthamburgmitte-09d892.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309047,7 +166847,6 @@ }, { "question": "Bezirksamt Hamburg-Nord", - "icon": "./assets/data/nsi/logos/bezirksamthamburgnord-09d892.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309078,7 +166877,6 @@ }, { "question": "Caruiz Gadm Tena", - "icon": "./assets/data/nsi/logos/caruizgadmtena-aa1b4b.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309173,7 +166971,6 @@ }, { "question": "City of London (Ontario)", - "icon": "./assets/data/nsi/logos/cityoflondon-6e645e.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309349,7 +167146,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-cf4763.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309382,7 +167178,6 @@ }, { "question": "Institutul Cultural Român", - "icon": "./assets/data/nsi/logos/institutulculturalroman-e4e4f8.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309446,7 +167241,6 @@ }, { "question": "Mairie de Creil", - "icon": "./assets/data/nsi/logos/mairiedecreil-953561.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309462,7 +167256,6 @@ }, { "question": "Mairie de Torcy", - "icon": "./assets/data/nsi/logos/mairiedetorcy-8ae51c.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309478,7 +167271,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-1d732e.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309494,7 +167286,6 @@ }, { "question": "Municipalidad de Cutral Có", - "icon": "./assets/data/nsi/logos/municipalidaddecutralco-8bc081.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309526,7 +167317,6 @@ }, { "question": "Newry, Mourne and Down District Council", - "icon": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-2e855e.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309542,7 +167332,6 @@ }, { "question": "RU-VGG-2-23", - "icon": "./assets/data/nsi/logos/ruvgg223-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309670,7 +167459,6 @@ }, { "question": "Ville de Besançon", - "icon": "./assets/data/nsi/logos/villedebesancon-b39e7e.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309686,7 +167474,6 @@ }, { "question": "Ville de Gatineau", - "icon": "./assets/data/nsi/logos/villedegatineau-6ac2a2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309702,7 +167489,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-68cc74.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309734,7 +167520,6 @@ }, { "question": "ГБУ \"Талисман\"", - "icon": "./assets/data/nsi/logos/3e975b-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309749,7 +167534,6 @@ }, { "question": "ГБУ ЦДМСИ \"Крылья\"", - "icon": "./assets/data/nsi/logos/334f15-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309764,7 +167548,6 @@ }, { "question": "Дом детского тврочества", - "icon": "./assets/data/nsi/logos/8dc1e2-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309779,7 +167562,6 @@ }, { "question": "МКУ \"МСКК\"", - "icon": "./assets/data/nsi/logos/345ef1-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309794,7 +167576,6 @@ }, { "question": "Муниципальное учреждение дополнительного образования «Центр детского творчества» Ленинского района г. Саратова", - "icon": "./assets/data/nsi/logos/e5be1a-67abd2.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309809,7 +167590,6 @@ }, { "question": "وزارة الثقافة", - "icon": "./assets/data/nsi/logos/495ab9-e4e4f8.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309824,7 +167604,6 @@ }, { "question": "佐賀市", - "icon": "./assets/data/nsi/logos/b55ddb-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309839,7 +167618,6 @@ }, { "question": "八戸市", - "icon": "./assets/data/nsi/logos/df2604-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309854,7 +167632,6 @@ }, { "question": "加古川市", - "icon": "./assets/data/nsi/logos/745ff2-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309869,7 +167646,6 @@ }, { "question": "半田市", - "icon": "./assets/data/nsi/logos/8b380e-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309884,7 +167660,6 @@ }, { "question": "大田区", - "icon": "./assets/data/nsi/logos/431e24-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309899,7 +167674,6 @@ }, { "question": "新ひだか町", - "icon": "./assets/data/nsi/logos/4f449b-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309915,7 +167689,6 @@ }, { "question": "札幌市", - "icon": "./assets/data/nsi/logos/e1715c-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309930,7 +167703,6 @@ }, { "question": "横手市", - "icon": "./assets/data/nsi/logos/bdecba-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309945,7 +167717,6 @@ }, { "question": "浜松市", - "icon": "./assets/data/nsi/logos/dba649-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309960,7 +167731,6 @@ }, { "question": "那覇市", - "icon": "./assets/data/nsi/logos/030961-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309975,7 +167745,6 @@ }, { "question": "青木村", - "icon": "./assets/data/nsi/logos/8c34a6-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -309990,7 +167759,6 @@ }, { "question": "鳥取市教育委員会", - "icon": "./assets/data/nsi/logos/19f193-e1672a.undefined", "osmTags": { "and": [ "amenity=community_centre", @@ -310035,7 +167803,6 @@ }, { "question": "Corte Superior de Justicia de Lima", - "icon": "./assets/data/nsi/logos/cortesuperiordejusticiadelima-351c1b.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310050,7 +167817,6 @@ }, { "question": "Corte Superior de Justicia de Lima Sur", - "icon": "./assets/data/nsi/logos/cortesuperiordejusticiadelimasur-351c1b.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310081,7 +167847,6 @@ }, { "question": "Fiscalía General de la Nación", - "icon": "./assets/data/nsi/logos/fiscaliageneraldelanacion-a94c87.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310107,7 +167872,6 @@ }, { "question": "Ministère de la Justice (Algeria)", - "icon": "./assets/data/nsi/logos/ministeredelajustice-20bc39.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310122,7 +167886,6 @@ }, { "question": "Ministère de la Justice (Cameroon)", - "icon": "./assets/data/nsi/logos/ministeredelajustice-cb209b.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310137,7 +167900,6 @@ }, { "question": "Ministère de la Justice (DRC)", - "icon": "./assets/data/nsi/logos/ministeredelajustice-160188.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310152,7 +167914,6 @@ }, { "question": "Ministère de la Justice (France)", - "icon": "./assets/data/nsi/logos/ministeredelajustice-58873b.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310167,7 +167928,6 @@ }, { "question": "Ministério da Justiça (Angola)", - "icon": "./assets/data/nsi/logos/ministeriodajustica-3a5e8d.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310242,7 +168002,6 @@ }, { "question": "Ministerio de Justicia (Cuba)", - "icon": "./assets/data/nsi/logos/ministeriodejusticia-9189e8.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310257,7 +168016,6 @@ }, { "question": "Ministerio de Justicia (El Salvador)", - "icon": "./assets/data/nsi/logos/ministeriodejusticia-ad776b.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310332,7 +168090,6 @@ }, { "question": "Poder Judicial (Chile)", - "icon": "./assets/data/nsi/logos/poderjudicial-64080d.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310362,7 +168119,6 @@ }, { "question": "Poder Judicial de la Nación", - "icon": "./assets/data/nsi/logos/poderjudicialdelanacion-738ae9.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310377,7 +168133,6 @@ }, { "question": "Poder Judicial de la Provincia de Buenos Aires", - "icon": "./assets/data/nsi/logos/poderjudicialdelaprovinciadebuenosaires-738ae9.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310387,7 +168142,6 @@ }, { "question": "Poder Judicial de Neuquén", - "icon": "./assets/data/nsi/logos/poderjudicialdeneuquen-738ae9.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310412,7 +168166,6 @@ }, { "question": "Sächsisches Staatsministerium der Justiz und für Demokratie, Europa und Gleichstellung", - "icon": "./assets/data/nsi/logos/sachsischesstaatsministeriumderjustizundfurdemokratieeuropaundgleichstellung-27ad81.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310429,7 +168182,6 @@ }, { "question": "Scottish Courts and Tribunals Service", - "icon": "./assets/data/nsi/logos/scottishcourtsandtribunalsservice-b762da.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310460,7 +168212,6 @@ }, { "question": "Tribunal de Justiça do Estado da Bahia", - "icon": "./assets/data/nsi/logos/tribunaldejusticadoestadodabahia-c4b160.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310490,7 +168241,6 @@ }, { "question": "Tribunal de Justiça do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/tribunaldejusticadoestadodesaopaulo-9e6306.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310505,7 +168255,6 @@ }, { "question": "Tribunal de Justiça do Estado do Espírito Santo", - "icon": "./assets/data/nsi/logos/tribunaldejusticadoestadodoespiritosanto-14a506.undefined", "osmTags": { "and": [ "amenity=courthouse", @@ -310536,7 +168285,6 @@ }, { "question": "Albany Medical Health System - Saratoga Hospital", - "icon": "./assets/data/nsi/logos/albanymedicalhealthsystemsaratogahospital-cadfb7.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310552,7 +168300,6 @@ }, { "question": "ASU - Friuli Centrale", - "icon": "./assets/data/nsi/logos/asufriulicentrale-2ca1b1.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310579,7 +168326,6 @@ }, { "question": "Biržų rajono savivaldybės poliklinika", - "icon": "./assets/data/nsi/logos/birzurajonosavivaldybespoliklinika-d25fb6.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310590,7 +168336,6 @@ }, { "question": "Dom zdravlja Čakovec", - "icon": "./assets/data/nsi/logos/domzdravljacakovec-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310601,7 +168346,6 @@ }, { "question": "Dom zdravlja Sisačko-moslavačke županije", - "icon": "./assets/data/nsi/logos/domzdravljasisackomoslavackezupanije-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310612,7 +168356,6 @@ }, { "question": "Dom zdravlja Vinkovci", - "icon": "./assets/data/nsi/logos/domzdravljavinkovci-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310623,7 +168366,6 @@ }, { "question": "Dom zdravlja Vukovar", - "icon": "./assets/data/nsi/logos/domzdravljavukovar-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310634,7 +168376,6 @@ }, { "question": "Dom zdravlja Zagreb - Centar", - "icon": "./assets/data/nsi/logos/domzdravljazagrebcentar-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310645,7 +168386,6 @@ }, { "question": "Dom zdravlja Zagreb - Istok", - "icon": "./assets/data/nsi/logos/domzdravljazagrebistok-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310656,7 +168396,6 @@ }, { "question": "Dom zdravlja Zagreb - Zapad", - "icon": "./assets/data/nsi/logos/domzdravljazagrebzapad-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310667,7 +168406,6 @@ }, { "question": "Dom zdravlja Zagrebačke županije", - "icon": "./assets/data/nsi/logos/domzdravljazagrebackezupanije-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310678,7 +168416,6 @@ }, { "question": "Dom zdravlja Županja", - "icon": "./assets/data/nsi/logos/domzdravljazupanja-1e7d6e.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310738,7 +168475,6 @@ }, { "question": "HBK-Poliklinik gemeinnützige GmbH", - "icon": "./assets/data/nsi/logos/hbkpoliklinikgemeinnutzigegmbh-158874.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310781,7 +168517,6 @@ }, { "question": "Ministère de la Santé et de l'Action Sociale", - "icon": "./assets/data/nsi/logos/ministeredelasanteetdelactionsociale-523ac1.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310797,7 +168532,6 @@ }, { "question": "Municipalidad de General Rodríguez", - "icon": "./assets/data/nsi/logos/municipalidaddegeneralrodriguez-9d9149.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310813,7 +168547,6 @@ }, { "question": "Municipalidad de Luján", - "icon": "./assets/data/nsi/logos/municipalidaddelujan-9d9149.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310829,7 +168562,6 @@ }, { "question": "Municipalidad de Merlo", - "icon": "./assets/data/nsi/logos/municipalidaddemerlo-9d9149.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310845,7 +168577,6 @@ }, { "question": "Municipalidad de Moreno", - "icon": "./assets/data/nsi/logos/municipalidaddemoreno-9d9149.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310861,7 +168592,6 @@ }, { "question": "Municipalidad de Posadas", - "icon": "./assets/data/nsi/logos/municipalidaddeposadas-9d9149.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310877,7 +168607,6 @@ }, { "question": "NFZ", - "icon": "./assets/data/nsi/logos/nfz-982037.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310904,7 +168633,6 @@ }, { "question": "RU-VGG-2-23", - "icon": "./assets/data/nsi/logos/ruvgg223-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310915,7 +168643,6 @@ }, { "question": "Samodzielny Zespół Publicznych Zakładów Lecznictwa Otwartego Warszawa-Mokotów", - "icon": "./assets/data/nsi/logos/samodzielnyzespolpublicznychzakladowlecznictwaotwartegowarszawamokotow-982037.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310926,7 +168653,6 @@ }, { "question": "Sanlas Holding", - "icon": "./assets/data/nsi/logos/sanlasholding-91ae5d.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310970,7 +168696,6 @@ }, { "question": "КДЛ ДОМОДЕДОВО-ТЕСТ", - "icon": "./assets/data/nsi/logos/a85d1a-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310981,7 +168706,6 @@ }, { "question": "КДЛ НОВОКУЗНЕЦК-ТЕСТ", - "icon": "./assets/data/nsi/logos/74b5fe-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -310992,7 +168716,6 @@ }, { "question": "КДЛ Новосибирск - тест", - "icon": "./assets/data/nsi/logos/b0daa1-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311003,7 +168726,6 @@ }, { "question": "КДЛ УФА-ТЕСТ", - "icon": "./assets/data/nsi/logos/7d4209-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311014,7 +168736,6 @@ }, { "question": "КДЛ-Домодедово-тест», филиал»КДЛ Саратов»", - "icon": "./assets/data/nsi/logos/a960b5-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311025,7 +168746,6 @@ }, { "question": "Онгудайская центральная районная больница", - "icon": "./assets/data/nsi/logos/44c64d-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311036,7 +168756,6 @@ }, { "question": "Синлаб-ЕМЛ", - "icon": "./assets/data/nsi/logos/c444ed-ac50a3.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311047,7 +168766,6 @@ }, { "question": "ССМП", - "icon": "./assets/data/nsi/logos/9cfa26-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311058,7 +168776,6 @@ }, { "question": "Филиал \"КДЛ Тюмень\" ООО \"Медицинский центр \"Диапазон\"", - "icon": "./assets/data/nsi/logos/1cff92-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311069,7 +168786,6 @@ }, { "question": "Филиал КДЛ Ростов-на-Дону ООО КДЛ ДОМОДЕДОВО-ТЕСТ", - "icon": "./assets/data/nsi/logos/cb7031-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311080,7 +168796,6 @@ }, { "question": "Хеликс", - "icon": "./assets/data/nsi/logos/05f62b-7b8af0.undefined", "osmTags": { "and": [ "amenity=doctors", @@ -311091,7 +168806,6 @@ }, { "question": "A2A Ciclo Idrico", - "icon": "./assets/data/nsi/logos/a2acicloidrico-001ccd.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311101,7 +168815,6 @@ }, { "question": "AAH-Uganda", - "icon": "./assets/data/nsi/logos/aahuganda-357a6e.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311126,7 +168839,6 @@ }, { "question": "Acque Bresciane", - "icon": "./assets/data/nsi/logos/acquebresciane-001ccd.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311136,7 +168848,6 @@ }, { "question": "Acque Spa", - "icon": "./assets/data/nsi/logos/acquespa-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311146,7 +168857,6 @@ }, { "question": "Acquedotto Pugliese", - "icon": "./assets/data/nsi/logos/acquedottopugliese-c6a601.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311162,7 +168872,6 @@ }, { "question": "Ada's Hoeve", - "icon": "./assets/data/nsi/logos/adashoeve-0a63fc.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311192,7 +168901,6 @@ }, { "question": "Ajuntament de l'Hospitalet de Llobregat", - "icon": "./assets/data/nsi/logos/ajuntamentdelhospitaletdellobregat-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311207,7 +168915,6 @@ }, { "question": "Ajuntament de Montcada i Reixac", - "icon": "./assets/data/nsi/logos/ajuntamentdemontcadaireixac-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311237,7 +168944,6 @@ }, { "question": "Ayuntamiento de Barbastro", - "icon": "./assets/data/nsi/logos/ayuntamientodebarbastro-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311252,7 +168958,6 @@ }, { "question": "Ayuntamiento de Los Corrales de Buelna", - "icon": "./assets/data/nsi/logos/ayuntamientodeloscorralesdebuelna-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311282,7 +168987,6 @@ }, { "question": "Ayuntamiento de San Felices de Buelna", - "icon": "./assets/data/nsi/logos/ayuntamientodesanfelicesdebuelna-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311297,7 +169001,6 @@ }, { "question": "Azienda Servizi Ambientali S.p.A.", - "icon": "./assets/data/nsi/logos/aziendaserviziambientalispa-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311312,7 +169015,6 @@ }, { "question": "Azienda Servizi Valtrompia S.p.A.", - "icon": "./assets/data/nsi/logos/aziendaservizivaltrompiaspa-001ccd.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311353,7 +169055,6 @@ }, { "question": "CAMEP", - "icon": "./assets/data/nsi/logos/camep-10264b.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311363,7 +169064,6 @@ }, { "question": "Chemun de Urtijëi - Gemeinde St. Ulrich - Comune di Ortisei", - "icon": "./assets/data/nsi/logos/chemundeurtijeigemeindestulrichcomunediortisei-6c07c4.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311443,7 +169143,6 @@ }, { "question": "Comune di Castiglione d'Orcia", - "icon": "./assets/data/nsi/logos/comunedicastiglionedorcia-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311488,7 +169187,6 @@ }, { "question": "Comune di Monteroni d'Arbia", - "icon": "./assets/data/nsi/logos/comunedimonteronidarbia-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311503,7 +169201,6 @@ }, { "question": "Comune di San Quirico d'Orcia", - "icon": "./assets/data/nsi/logos/comunedisanquiricodorcia-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311518,7 +169215,6 @@ }, { "question": "Comune di Selva - Gemeinde Wolkenstein", - "icon": "./assets/data/nsi/logos/comunediselvagemeindewolkenstein-6c07c4.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311625,7 +169321,6 @@ }, { "question": "Emasa", - "icon": "./assets/data/nsi/logos/emasa-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311665,7 +169360,6 @@ }, { "question": "Farys", - "icon": "./assets/data/nsi/logos/farys-d9e26a.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311710,7 +169404,6 @@ }, { "question": "Gemeinde Truden", - "icon": "./assets/data/nsi/logos/gemeindetruden-6c07c4.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311801,7 +169494,6 @@ }, { "question": "Jointhepipe", - "icon": "./assets/data/nsi/logos/jointhepipe-0a63fc.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311811,7 +169503,6 @@ }, { "question": "JoinThePipe, for Brabant Water", - "icon": "./assets/data/nsi/logos/jointhepipeforbrabantwater-0a63fc.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311821,7 +169512,6 @@ }, { "question": "Junta de Freguesia de Faiões", - "icon": "./assets/data/nsi/logos/juntadefreguesiadefaioes-98c7ab.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311836,7 +169526,6 @@ }, { "question": "Kartanonhaan palstaviljelijät ry", - "icon": "./assets/data/nsi/logos/kartanonhaanpalstaviljelijatry-077748.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311846,7 +169535,6 @@ }, { "question": "London Drinking Fountain Fund", - "icon": "./assets/data/nsi/logos/londondrinkingfountainfund-a0e8dc.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311856,7 +169544,6 @@ }, { "question": "LWSC", - "icon": "./assets/data/nsi/logos/lwsc-8d8858.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311866,7 +169553,6 @@ }, { "question": "Marktgemeinde Schlanders, Abt. Energie und Infrastrukturen", - "icon": "./assets/data/nsi/logos/marktgemeindeschlandersabtenergieundinfrastrukturen-6c07c4.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311891,7 +169577,6 @@ }, { "question": "MM S.p.A.", - "icon": "./assets/data/nsi/logos/mmspa-001ccd.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311906,7 +169591,6 @@ }, { "question": "MPWiK", - "icon": "./assets/data/nsi/logos/mpwik-f887e0.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311916,7 +169600,6 @@ }, { "question": "MPWiK Wrocław", - "icon": "./assets/data/nsi/logos/mpwikwroclaw-f887e0.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -311926,7 +169609,6 @@ }, { "question": "MTS", - "icon": "./assets/data/nsi/logos/mts-15c82d.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312011,7 +169693,6 @@ }, { "question": "Panyolai Önkormányzat", - "icon": "./assets/data/nsi/logos/panyolaionkormanyzat-321b46.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312082,7 +169763,6 @@ }, { "question": "Publiacqua", - "icon": "./assets/data/nsi/logos/publiacqua-1a4497.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312107,7 +169787,6 @@ }, { "question": "Régie des Eaux de Montpellier", - "icon": "./assets/data/nsi/logos/regiedeseauxdemontpellier-7adbce.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312137,7 +169816,6 @@ }, { "question": "Rīgas ūdens", - "icon": "./assets/data/nsi/logos/rigasudens-12a6c1.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312200,7 +169878,6 @@ }, { "question": "Sit Lucretili", - "icon": "./assets/data/nsi/logos/sitlucretili-3092a7.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312210,7 +169887,6 @@ }, { "question": "SMAT", - "icon": "./assets/data/nsi/logos/smat-0ca4ec.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312225,7 +169901,6 @@ }, { "question": "SNCF Gares & Connexions", - "icon": "./assets/data/nsi/logos/sncfgaresandconnexions-02ca9b.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312300,7 +169975,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-66c353.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312330,7 +170004,6 @@ }, { "question": "Stadtwerke Meran - Azienda Servizi Municipalizzati di Merano", - "icon": "./assets/data/nsi/logos/stadtwerkemeranaziendaservizimunicipalizzatidimerano-6c07c4.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312346,7 +170019,6 @@ }, { "question": "Szegedi Vízmű Zrt.", - "icon": "./assets/data/nsi/logos/szegedivizmuzrt-321b46.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312356,7 +170028,6 @@ }, { "question": "Taigua", - "icon": "./assets/data/nsi/logos/taigua-a7f52c.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312366,7 +170037,6 @@ }, { "question": "Tiefbauamt Stuttgart", - "icon": "./assets/data/nsi/logos/tiefbauamtstuttgart-fc0883.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312376,7 +170046,6 @@ }, { "question": "Township of Langley", - "icon": "./assets/data/nsi/logos/townshipoflangley-f4df2b.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312391,7 +170060,6 @@ }, { "question": "Trevornick Holiday Park", - "icon": "./assets/data/nsi/logos/trevornickholidaypark-ca4970.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312492,7 +170160,6 @@ }, { "question": "Ville d'Anglet", - "icon": "./assets/data/nsi/logos/villedanglet-dab9ce.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312507,7 +170174,6 @@ }, { "question": "Ville de Boisbriand", - "icon": "./assets/data/nsi/logos/villedeboisbriand-5fe9c1.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312552,7 +170218,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-7adbce.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312582,7 +170247,6 @@ }, { "question": "Vitens/Jointhepipe", - "icon": "./assets/data/nsi/logos/vitensjointhepipe-0a63fc.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312608,7 +170272,6 @@ }, { "question": "Water Trust", - "icon": "./assets/data/nsi/logos/watertrust-8d8858.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312738,7 +170401,6 @@ }, { "question": "ZWiK Sp. z o.o. w Oławie", - "icon": "./assets/data/nsi/logos/zwikspzoowolawie-f887e0.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312748,7 +170410,6 @@ }, { "question": "ГУП «Водоканал Санкт-Петербурга»", - "icon": "./assets/data/nsi/logos/edaa6f-feac74.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312758,7 +170419,6 @@ }, { "question": "การประปานครหลวง", - "icon": "./assets/data/nsi/logos/543499-77d894.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312773,7 +170433,6 @@ }, { "question": "会津若松市 花と緑の課", - "icon": "./assets/data/nsi/logos/aabdcb-07acb2.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312788,7 +170447,6 @@ }, { "question": "博愛國小總務處", - "icon": "./assets/data/nsi/logos/a7d2cf-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312798,7 +170456,6 @@ }, { "question": "品川区", - "icon": "./assets/data/nsi/logos/9b71a0-07acb2.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312808,7 +170465,6 @@ }, { "question": "大田区", - "icon": "./assets/data/nsi/logos/431e24-07acb2.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312818,7 +170474,6 @@ }, { "question": "工務局公園處", - "icon": "./assets/data/nsi/logos/9227d0-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312828,7 +170483,6 @@ }, { "question": "工務局公園處南港管理所", - "icon": "./assets/data/nsi/logos/515216-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312838,7 +170492,6 @@ }, { "question": "工務局公園處圓山管理所", - "icon": "./assets/data/nsi/logos/4d7c7f-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312848,7 +170501,6 @@ }, { "question": "工務局公園處陽明山管理所", - "icon": "./assets/data/nsi/logos/8cd721-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312858,7 +170510,6 @@ }, { "question": "工務局公園處青年管理所", - "icon": "./assets/data/nsi/logos/c50b84-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312868,7 +170519,6 @@ }, { "question": "市政大樓公管中心", - "icon": "./assets/data/nsi/logos/ef2223-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312878,7 +170528,6 @@ }, { "question": "敦化國中總務處", - "icon": "./assets/data/nsi/logos/ca8603-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312888,7 +170537,6 @@ }, { "question": "東門國小總務處", - "icon": "./assets/data/nsi/logos/6f6579-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312898,7 +170546,6 @@ }, { "question": "海巡署", - "icon": "./assets/data/nsi/logos/057e0b-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312908,7 +170555,6 @@ }, { "question": "百齡國小總務處", - "icon": "./assets/data/nsi/logos/f8ad5c-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312918,7 +170564,6 @@ }, { "question": "臺北大眾捷運股份有限公司", - "icon": "./assets/data/nsi/logos/6562b9-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312928,7 +170573,6 @@ }, { "question": "臺北自來水事業處", - "icon": "./assets/data/nsi/logos/8a1cdb-3c68ca.undefined", "osmTags": { "and": [ "amenity=drinking_water", @@ -312938,7 +170582,6 @@ }, { "question": "Albuquerque Fire Rescue", - "icon": "./assets/data/nsi/logos/albuquerquefirerescue-ee0f4a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -312953,7 +170596,6 @@ }, { "question": "Alcaldía del Distrito Capital", - "icon": "./assets/data/nsi/logos/alcaldiadeldistritocapital-9862b1.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -312978,7 +170620,6 @@ }, { "question": "Associação de Bombeiros Voluntários de Santa Catarina", - "icon": "./assets/data/nsi/logos/associacaodebombeirosvoluntariosdesantacatarina-81e8d3.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313063,7 +170704,6 @@ }, { "question": "Beredskab & Sikkerhed", - "icon": "./assets/data/nsi/logos/beredskabandsikkerhed-dc888e.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313119,7 +170759,6 @@ }, { "question": "Brand & Redning Sønderjylland", - "icon": "./assets/data/nsi/logos/brandandredningsonderjylland-dc888e.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313129,7 +170768,6 @@ }, { "question": "Brandweer Twente", - "icon": "./assets/data/nsi/logos/brandweertwente-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313139,7 +170777,6 @@ }, { "question": "Brandweer Westhoek", - "icon": "./assets/data/nsi/logos/brandweerwesthoek-17028f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313164,7 +170801,6 @@ }, { "question": "Brandweerzone Midwest", - "icon": "./assets/data/nsi/logos/brandweerzonemidwest-17028f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313194,7 +170830,6 @@ }, { "question": "Brannvesenet Midt IKS", - "icon": "./assets/data/nsi/logos/brannvesenetmidtiks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313204,7 +170839,6 @@ }, { "question": "Brannvesenet Sør IKS", - "icon": "./assets/data/nsi/logos/brannvesenetsoriks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313475,7 +171109,6 @@ }, { "question": "Collectivité de Corse", - "icon": "./assets/data/nsi/logos/collectivitedecorse-46b3a4.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313505,7 +171138,6 @@ }, { "question": "Consorci Provincial de Bombers de València", - "icon": "./assets/data/nsi/logos/consorciprovincialdebombersdevalencia-c979cd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313515,7 +171147,6 @@ }, { "question": "Consorcio Provincial de Bomberos de Valencia / Consorci Provincial de Bombers de València", - "icon": "./assets/data/nsi/logos/consorcioprovincialdebomberosdevalenciaconsorciprovincialdebombersdevalencia-c979cd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313525,7 +171156,6 @@ }, { "question": "Cork County Fire Service", - "icon": "./assets/data/nsi/logos/corkcountyfireservice-7d298d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313611,7 +171241,6 @@ }, { "question": "Cuerpo de Bomberos de Bogotá", - "icon": "./assets/data/nsi/logos/cuerpodebomberosdebogota-1d12e3.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313638,7 +171267,6 @@ }, { "question": "Cuerpo de Bomberos de La Granja", - "icon": "./assets/data/nsi/logos/cuerpodebomberosdelagranja-dc8827.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313653,7 +171281,6 @@ }, { "question": "Cuerpo de Bomberos de Viña del Mar", - "icon": "./assets/data/nsi/logos/cuerpodebomberosdevinadelmar-dc8827.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313744,7 +171371,6 @@ }, { "question": "Donegal Fire Service", - "icon": "./assets/data/nsi/logos/donegalfireservice-5737df.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313829,7 +171455,6 @@ }, { "question": "Feuerwehr Bielefeld", - "icon": "./assets/data/nsi/logos/feuerwehrbielefeld-630125.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313844,7 +171469,6 @@ }, { "question": "Feuerwehr Kreisstadt Euskirchen", - "icon": "./assets/data/nsi/logos/feuerwehrkreisstadteuskirchen-630125.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313854,7 +171478,6 @@ }, { "question": "Feuerwehr Saarbrücken", - "icon": "./assets/data/nsi/logos/feuerwehrsaarbrucken-3e15eb.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313869,7 +171492,6 @@ }, { "question": "Feuerwehr SG Rodenberg", - "icon": "./assets/data/nsi/logos/feuerwehrsgrodenberg-204ac7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313879,7 +171501,6 @@ }, { "question": "Feuerwehr Stadt Barsinghausen", - "icon": "./assets/data/nsi/logos/feuerwehrstadtbarsinghausen-204ac7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313889,7 +171510,6 @@ }, { "question": "Feuerwehr Stadt Rinteln", - "icon": "./assets/data/nsi/logos/feuerwehrstadtrinteln-204ac7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313899,7 +171519,6 @@ }, { "question": "Feuerwehr Witten", - "icon": "./assets/data/nsi/logos/feuerwehrwitten-630125.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313959,7 +171578,6 @@ }, { "question": "Freiwillige Feuerwehr der Samtgemeinde Thedinghausen", - "icon": "./assets/data/nsi/logos/freiwilligefeuerwehrdersamtgemeindethedinghausen-204ac7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313969,7 +171587,6 @@ }, { "question": "Freiwillige Feuerwehr Mechernich", - "icon": "./assets/data/nsi/logos/freiwilligefeuerwehrmechernich-630125.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -313979,7 +171596,6 @@ }, { "question": "Gary Fire Department", - "icon": "./assets/data/nsi/logos/garyfiredepartment-3887dd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314265,7 +171881,6 @@ }, { "question": "Indianapolis Fire Department", - "icon": "./assets/data/nsi/logos/indianapolisfiredepartment-d809d2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314280,7 +171895,6 @@ }, { "question": "INS", - "icon": "./assets/data/nsi/logos/ins-891e27.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314305,7 +171919,6 @@ }, { "question": "İzmir İtfaiyesi", - "icon": "./assets/data/nsi/logos/izmiritfaiyesi-65f4f7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314421,7 +172034,6 @@ }, { "question": "Leon County Fire", - "icon": "./assets/data/nsi/logos/leoncountyfire-528b2f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314506,7 +172118,6 @@ }, { "question": "Mayo County Fire Service", - "icon": "./assets/data/nsi/logos/mayocountyfireservice-868cf9.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314548,7 +172159,6 @@ }, { "question": "Midt-Hedmark brann-og redningsvesen IKS", - "icon": "./assets/data/nsi/logos/midthedmarkbrannogredningsveseniks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314573,7 +172183,6 @@ }, { "question": "Ministère de l'Intérieur (Algérie)", - "icon": "./assets/data/nsi/logos/ministeredelinterieur-6eb318.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314604,7 +172213,6 @@ }, { "question": "Ministry of National Security", - "icon": "./assets/data/nsi/logos/ministryofnationalsecurity-b3d5f5.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314614,7 +172222,6 @@ }, { "question": "Minneapolis Fire Department", - "icon": "./assets/data/nsi/logos/minneapolisfiredepartment-496a8f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314644,7 +172251,6 @@ }, { "question": "National Fire Authority", - "icon": "./assets/data/nsi/logos/nationalfireauthority-9e7fa3.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314791,7 +172397,6 @@ }, { "question": "NT Fire and Rescue Service", - "icon": "./assets/data/nsi/logos/ntfireandrescueservice-bb2a08.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314851,7 +172456,6 @@ }, { "question": "Østjyllands Brandvæsen", - "icon": "./assets/data/nsi/logos/ostjyllandsbrandvaesen-dc888e.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314861,7 +172465,6 @@ }, { "question": "Ottawa Fire Services", - "icon": "./assets/data/nsi/logos/ottawafireservices-ec8456.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314876,7 +172479,6 @@ }, { "question": "Oxfordshire Fire and Rescue Service", - "icon": "./assets/data/nsi/logos/oxfordshirefireandrescueservice-6145a7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314966,7 +172568,6 @@ }, { "question": "Queensland Fire and Emergency Services", - "icon": "./assets/data/nsi/logos/queenslandfireandemergencyservices-cc314a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314982,7 +172583,6 @@ }, { "question": "Räddningstjänsten Storgöteborg", - "icon": "./assets/data/nsi/logos/raddningstjanstenstorgoteborg-89a3f3.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -314992,7 +172592,6 @@ }, { "question": "Rio Arriba County Fire Department", - "icon": "./assets/data/nsi/logos/rioarribacountyfiredepartment-ee0f4a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315008,7 +172607,6 @@ }, { "question": "Rogaland brann og redning IKS", - "icon": "./assets/data/nsi/logos/rogalandbrannogredningiks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315033,7 +172631,6 @@ }, { "question": "RU-BEL", - "icon": "./assets/data/nsi/logos/rubel-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315043,7 +172640,6 @@ }, { "question": "RU-BRY", - "icon": "./assets/data/nsi/logos/rubry-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315053,7 +172649,6 @@ }, { "question": "RU-CR", - "icon": "./assets/data/nsi/logos/rucr-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315063,7 +172658,6 @@ }, { "question": "RU-KDA-1", - "icon": "./assets/data/nsi/logos/rukda1-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315073,7 +172667,6 @@ }, { "question": "RU-KDA-10", - "icon": "./assets/data/nsi/logos/rukda10-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315083,7 +172676,6 @@ }, { "question": "RU-KLU", - "icon": "./assets/data/nsi/logos/ruklu-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315093,7 +172685,6 @@ }, { "question": "RU-KR", - "icon": "./assets/data/nsi/logos/rukr-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315103,7 +172694,6 @@ }, { "question": "RU-LIP", - "icon": "./assets/data/nsi/logos/rulip-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315113,7 +172703,6 @@ }, { "question": "RU-MOS", - "icon": "./assets/data/nsi/logos/rumos-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315123,7 +172712,6 @@ }, { "question": "RU-MOW", - "icon": "./assets/data/nsi/logos/rumow-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315133,7 +172721,6 @@ }, { "question": "RU-MUR", - "icon": "./assets/data/nsi/logos/rumur-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315143,7 +172730,6 @@ }, { "question": "RU-NGR", - "icon": "./assets/data/nsi/logos/rungr-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315153,7 +172739,6 @@ }, { "question": "RU-NIZ", - "icon": "./assets/data/nsi/logos/runiz-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315163,7 +172748,6 @@ }, { "question": "RU-ORL", - "icon": "./assets/data/nsi/logos/ruorl-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315173,7 +172757,6 @@ }, { "question": "RU-PSK-1", - "icon": "./assets/data/nsi/logos/rupsk1-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315183,7 +172766,6 @@ }, { "question": "RU-ROS", - "icon": "./assets/data/nsi/logos/ruros-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315193,7 +172775,6 @@ }, { "question": "RU-STA", - "icon": "./assets/data/nsi/logos/rusta-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315203,7 +172784,6 @@ }, { "question": "RU-TA-7", - "icon": "./assets/data/nsi/logos/ruta7-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315213,7 +172793,6 @@ }, { "question": "RU-TUL", - "icon": "./assets/data/nsi/logos/rutul-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315223,7 +172802,6 @@ }, { "question": "RU-TVE", - "icon": "./assets/data/nsi/logos/rutve-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315233,7 +172811,6 @@ }, { "question": "RU-VGG", - "icon": "./assets/data/nsi/logos/ruvgg-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315243,7 +172820,6 @@ }, { "question": "RU-VGG-9", - "icon": "./assets/data/nsi/logos/ruvgg9-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315253,7 +172829,6 @@ }, { "question": "RU-VGG-9-28", - "icon": "./assets/data/nsi/logos/ruvgg928-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315263,7 +172838,6 @@ }, { "question": "RU-VGG-9-35", - "icon": "./assets/data/nsi/logos/ruvgg935-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315273,7 +172847,6 @@ }, { "question": "RU-VOR", - "icon": "./assets/data/nsi/logos/ruvor-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315464,7 +173037,6 @@ }, { "question": "Sandoval County Fire Department", - "icon": "./assets/data/nsi/logos/sandovalcountyfiredepartment-ee0f4a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315510,7 +173082,6 @@ }, { "question": "SDIS 01", - "icon": "./assets/data/nsi/logos/sdis01-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315525,7 +173096,6 @@ }, { "question": "SDIS 02", - "icon": "./assets/data/nsi/logos/sdis02-4a37ed.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315540,7 +173110,6 @@ }, { "question": "SDIS 03", - "icon": "./assets/data/nsi/logos/sdis03-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315555,7 +173124,6 @@ }, { "question": "SDIS 04", - "icon": "./assets/data/nsi/logos/sdis04-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315570,7 +173138,6 @@ }, { "question": "SDIS 05", - "icon": "./assets/data/nsi/logos/sdis05-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315585,7 +173152,6 @@ }, { "question": "SDIS 06", - "icon": "./assets/data/nsi/logos/sdis06-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315600,7 +173166,6 @@ }, { "question": "SDIS 07", - "icon": "./assets/data/nsi/logos/sdis07-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315630,7 +173195,6 @@ }, { "question": "SDIS 09", - "icon": "./assets/data/nsi/logos/sdis09-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315645,7 +173209,6 @@ }, { "question": "SDIS 10", - "icon": "./assets/data/nsi/logos/sdis10-345308.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315660,7 +173223,6 @@ }, { "question": "SDIS 11", - "icon": "./assets/data/nsi/logos/sdis11-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315675,7 +173237,6 @@ }, { "question": "SDIS 12", - "icon": "./assets/data/nsi/logos/sdis12-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315690,7 +173251,6 @@ }, { "question": "SDIS 13", - "icon": "./assets/data/nsi/logos/sdis13-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315705,7 +173265,6 @@ }, { "question": "SDIS 14", - "icon": "./assets/data/nsi/logos/sdis14-23cba8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315720,7 +173279,6 @@ }, { "question": "SDIS 15", - "icon": "./assets/data/nsi/logos/sdis15-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315735,7 +173293,6 @@ }, { "question": "SDIS 16", - "icon": "./assets/data/nsi/logos/sdis16-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315750,7 +173307,6 @@ }, { "question": "SDIS 17", - "icon": "./assets/data/nsi/logos/sdis17-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315765,7 +173321,6 @@ }, { "question": "SDIS 18", - "icon": "./assets/data/nsi/logos/sdis18-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315780,7 +173335,6 @@ }, { "question": "SDIS 19", - "icon": "./assets/data/nsi/logos/sdis19-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315795,7 +173349,6 @@ }, { "question": "SDIS 21", - "icon": "./assets/data/nsi/logos/sdis21-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315810,7 +173363,6 @@ }, { "question": "SDIS 22", - "icon": "./assets/data/nsi/logos/sdis22-40194a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315825,7 +173377,6 @@ }, { "question": "SDIS 23", - "icon": "./assets/data/nsi/logos/sdis23-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315840,7 +173391,6 @@ }, { "question": "SDIS 24", - "icon": "./assets/data/nsi/logos/sdis24-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315855,7 +173405,6 @@ }, { "question": "SDIS 25", - "icon": "./assets/data/nsi/logos/sdis25-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315870,7 +173419,6 @@ }, { "question": "SDIS 26", - "icon": "./assets/data/nsi/logos/sdis26-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315885,7 +173433,6 @@ }, { "question": "SDIS 27", - "icon": "./assets/data/nsi/logos/sdis27-23cba8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315900,7 +173447,6 @@ }, { "question": "SDIS 28", - "icon": "./assets/data/nsi/logos/sdis28-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315915,7 +173461,6 @@ }, { "question": "SDIS 29", - "icon": "./assets/data/nsi/logos/sdis29-40194a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315945,7 +173490,6 @@ }, { "question": "SDIS 31", - "icon": "./assets/data/nsi/logos/sdis31-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315960,7 +173504,6 @@ }, { "question": "SDIS 32", - "icon": "./assets/data/nsi/logos/sdis32-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315975,7 +173518,6 @@ }, { "question": "SDIS 33", - "icon": "./assets/data/nsi/logos/sdis33-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -315990,7 +173532,6 @@ }, { "question": "SDIS 34", - "icon": "./assets/data/nsi/logos/sdis34-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316005,7 +173546,6 @@ }, { "question": "SDIS 35", - "icon": "./assets/data/nsi/logos/sdis35-40194a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316020,7 +173560,6 @@ }, { "question": "SDIS 36", - "icon": "./assets/data/nsi/logos/sdis36-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316035,7 +173574,6 @@ }, { "question": "SDIS 37", - "icon": "./assets/data/nsi/logos/sdis37-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316065,7 +173603,6 @@ }, { "question": "SDIS 39", - "icon": "./assets/data/nsi/logos/sdis39-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316080,7 +173617,6 @@ }, { "question": "SDIS 40", - "icon": "./assets/data/nsi/logos/sdis40-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316095,7 +173631,6 @@ }, { "question": "SDIS 41", - "icon": "./assets/data/nsi/logos/sdis41-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316110,7 +173645,6 @@ }, { "question": "SDIS 42", - "icon": "./assets/data/nsi/logos/sdis42-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316125,7 +173659,6 @@ }, { "question": "SDIS 43", - "icon": "./assets/data/nsi/logos/sdis43-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316140,7 +173673,6 @@ }, { "question": "SDIS 44", - "icon": "./assets/data/nsi/logos/sdis44-610da5.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316155,7 +173687,6 @@ }, { "question": "SDIS 45", - "icon": "./assets/data/nsi/logos/sdis45-fa3f5a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316170,7 +173701,6 @@ }, { "question": "SDIS 46", - "icon": "./assets/data/nsi/logos/sdis46-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316185,7 +173715,6 @@ }, { "question": "SDIS 47", - "icon": "./assets/data/nsi/logos/sdis47-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316200,7 +173729,6 @@ }, { "question": "SDIS 48", - "icon": "./assets/data/nsi/logos/sdis48-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316230,7 +173758,6 @@ }, { "question": "SDIS 50", - "icon": "./assets/data/nsi/logos/sdis50-23cba8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316275,7 +173802,6 @@ }, { "question": "SDIS 53", - "icon": "./assets/data/nsi/logos/sdis53-610da5.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316305,7 +173831,6 @@ }, { "question": "SDIS 55", - "icon": "./assets/data/nsi/logos/sdis55-345308.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316320,7 +173845,6 @@ }, { "question": "SDIS 56", - "icon": "./assets/data/nsi/logos/sdis56-40194a.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316350,7 +173874,6 @@ }, { "question": "SDIS 58", - "icon": "./assets/data/nsi/logos/sdis58-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316365,7 +173888,6 @@ }, { "question": "SDIS 59", - "icon": "./assets/data/nsi/logos/sdis59-4a37ed.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316380,7 +173902,6 @@ }, { "question": "SDIS 60", - "icon": "./assets/data/nsi/logos/sdis60-4a37ed.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316395,7 +173916,6 @@ }, { "question": "SDIS 61", - "icon": "./assets/data/nsi/logos/sdis61-23cba8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316410,7 +173930,6 @@ }, { "question": "SDIS 62", - "icon": "./assets/data/nsi/logos/sdis62-4a37ed.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316425,7 +173944,6 @@ }, { "question": "SDIS 63", - "icon": "./assets/data/nsi/logos/sdis63-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316440,7 +173958,6 @@ }, { "question": "SDIS 64", - "icon": "./assets/data/nsi/logos/sdis64-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316455,7 +173972,6 @@ }, { "question": "SDIS 65", - "icon": "./assets/data/nsi/logos/sdis65-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316470,7 +173986,6 @@ }, { "question": "SDIS 66", - "icon": "./assets/data/nsi/logos/sdis66-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316515,7 +174030,6 @@ }, { "question": "SDIS 70", - "icon": "./assets/data/nsi/logos/sdis70-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316530,7 +174044,6 @@ }, { "question": "SDIS 71", - "icon": "./assets/data/nsi/logos/sdis71-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316545,7 +174058,6 @@ }, { "question": "SDIS 72", - "icon": "./assets/data/nsi/logos/sdis72-610da5.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316560,7 +174072,6 @@ }, { "question": "SDIS 74", - "icon": "./assets/data/nsi/logos/sdis74-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316575,7 +174086,6 @@ }, { "question": "SDIS 76", - "icon": "./assets/data/nsi/logos/sdis76-23cba8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316590,7 +174100,6 @@ }, { "question": "SDIS 77", - "icon": "./assets/data/nsi/logos/sdis77-9a45cb.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316605,7 +174114,6 @@ }, { "question": "SDIS 78", - "icon": "./assets/data/nsi/logos/sdis78-9a45cb.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316620,7 +174128,6 @@ }, { "question": "SDIS 79", - "icon": "./assets/data/nsi/logos/sdis79-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316635,7 +174142,6 @@ }, { "question": "SDIS 80", - "icon": "./assets/data/nsi/logos/sdis80-4a37ed.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316650,7 +174156,6 @@ }, { "question": "SDIS 81", - "icon": "./assets/data/nsi/logos/sdis81-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316665,7 +174170,6 @@ }, { "question": "SDIS 82", - "icon": "./assets/data/nsi/logos/sdis82-713fa8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316680,7 +174184,6 @@ }, { "question": "SDIS 83", - "icon": "./assets/data/nsi/logos/sdis83-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316695,7 +174198,6 @@ }, { "question": "SDIS 84", - "icon": "./assets/data/nsi/logos/sdis84-2fa295.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316710,7 +174212,6 @@ }, { "question": "SDIS 85", - "icon": "./assets/data/nsi/logos/sdis85-610da5.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316740,7 +174241,6 @@ }, { "question": "SDIS 87", - "icon": "./assets/data/nsi/logos/sdis87-a24b9d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316755,7 +174255,6 @@ }, { "question": "SDIS 88", - "icon": "./assets/data/nsi/logos/sdis88-345308.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316770,7 +174269,6 @@ }, { "question": "SDIS 89", - "icon": "./assets/data/nsi/logos/sdis89-d2ef74.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316785,7 +174283,6 @@ }, { "question": "SDIS 91", - "icon": "./assets/data/nsi/logos/sdis91-9a45cb.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316800,7 +174297,6 @@ }, { "question": "SDIS 95", - "icon": "./assets/data/nsi/logos/sdis95-9a45cb.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316815,7 +174311,6 @@ }, { "question": "SDIS 973", - "icon": "./assets/data/nsi/logos/sdis973-83d53f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316830,7 +174325,6 @@ }, { "question": "SDIS 974", - "icon": "./assets/data/nsi/logos/sdis974-2b6cf2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316845,7 +174339,6 @@ }, { "question": "SDMIS", - "icon": "./assets/data/nsi/logos/sdmis-3ba645.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316860,7 +174353,6 @@ }, { "question": "Service de protection contre l'incendie de Québec", - "icon": "./assets/data/nsi/logos/servicedeprotectioncontrelincendiedequebec-841560.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316885,7 +174377,6 @@ }, { "question": "SIS 2A", - "icon": "./assets/data/nsi/logos/sis2a-46b3a4.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316900,7 +174391,6 @@ }, { "question": "SIS 2B", - "icon": "./assets/data/nsi/logos/sis2b-46b3a4.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316915,7 +174405,6 @@ }, { "question": "Sogn brann og redning IKS", - "icon": "./assets/data/nsi/logos/sognbrannogredningiks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -316940,7 +174429,6 @@ }, { "question": "South Australian Metropolitan Fire Service", - "icon": "./assets/data/nsi/logos/southaustralianmetropolitanfireservice-f58103.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317003,7 +174491,6 @@ }, { "question": "Springfield Fire Department (Illinois)", - "icon": "./assets/data/nsi/logos/springfieldfiredepartment-67e5e3.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317018,7 +174505,6 @@ }, { "question": "Springfield Fire Department (Massachusetts)", - "icon": "./assets/data/nsi/logos/springfieldfiredepartment-905134.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317048,7 +174534,6 @@ }, { "question": "Stadt Aachen - FB 37/Feuerwehr", - "icon": "./assets/data/nsi/logos/stadtaachenfb37feuerwehr-630125.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317198,7 +174683,6 @@ }, { "question": "Stadt Trier", - "icon": "./assets/data/nsi/logos/stadttrier-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317243,7 +174727,6 @@ }, { "question": "Staffordshire Fire and Rescue Service", - "icon": "./assets/data/nsi/logos/staffordshirefireandrescueservice-794a68.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317258,7 +174741,6 @@ }, { "question": "STIS 67", - "icon": "./assets/data/nsi/logos/stis67-345308.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317268,7 +174750,6 @@ }, { "question": "STIS 972", - "icon": "./assets/data/nsi/logos/stis972-40677f.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317343,7 +174824,6 @@ }, { "question": "Trøndelag brann- og redningstjeneste IKS", - "icon": "./assets/data/nsi/logos/trondelagbrannogredningstjenesteiks-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317369,7 +174849,6 @@ }, { "question": "Tulare County Fire Department", - "icon": "./assets/data/nsi/logos/tularecountyfiredepartment-8a59ad.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317446,7 +174925,6 @@ }, { "question": "Vancouver Fire and Rescue Services", - "icon": "./assets/data/nsi/logos/vancouverfireandrescueservices-46a900.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317476,7 +174954,6 @@ }, { "question": "Veiligheids- en Gezondheidsregio Gelderland-Midden", - "icon": "./assets/data/nsi/logos/veiligheidsengezondheidsregiogelderlandmidden-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317491,7 +174968,6 @@ }, { "question": "Veiligheidsregio Brabant-Noord", - "icon": "./assets/data/nsi/logos/veiligheidsregiobrabantnoord-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317506,7 +174982,6 @@ }, { "question": "Veiligheidsregio Brabant-Zuidoost", - "icon": "./assets/data/nsi/logos/veiligheidsregiobrabantzuidoost-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317536,7 +175011,6 @@ }, { "question": "Veiligheidsregio Groningen", - "icon": "./assets/data/nsi/logos/veiligheidsregiogroningen-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317551,7 +175025,6 @@ }, { "question": "Veiligheidsregio Limburg-Noord", - "icon": "./assets/data/nsi/logos/veiligheidsregiolimburgnoord-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317731,7 +175204,6 @@ }, { "question": "Verbandsgemeinde Gerolstein", - "icon": "./assets/data/nsi/logos/verbandsgemeindegerolstein-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317746,7 +175218,6 @@ }, { "question": "Verbandsgemeinde Hunsrück-Mittelrhein", - "icon": "./assets/data/nsi/logos/verbandsgemeindehunsruckmittelrhein-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317776,7 +175247,6 @@ }, { "question": "Verbandsgemeinde Kirner Land", - "icon": "./assets/data/nsi/logos/verbandsgemeindekirnerland-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317866,7 +175336,6 @@ }, { "question": "Verbandsgemeinde Nahe-Glan", - "icon": "./assets/data/nsi/logos/verbandsgemeindenaheglan-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317881,7 +175350,6 @@ }, { "question": "Verbandsgemeinde Nordpfälzer Land", - "icon": "./assets/data/nsi/logos/verbandsgemeindenordpfalzerland-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -317926,7 +175394,6 @@ }, { "question": "Verbandsgemeinde Rhein-Mosel", - "icon": "./assets/data/nsi/logos/verbandsgemeinderheinmosel-83d42d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318121,7 +175588,6 @@ }, { "question": "Vest-Telemark brannvesen", - "icon": "./assets/data/nsi/logos/vesttelemarkbrannvesen-ac32fd.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318131,7 +175597,6 @@ }, { "question": "Vestsjællands Brandvæsen", - "icon": "./assets/data/nsi/logos/vestsjaellandsbrandvaesen-dc888e.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318146,7 +175611,6 @@ }, { "question": "Vigili del Fuoco", - "icon": "./assets/data/nsi/logos/vigilidelfuoco-783fb8.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318171,7 +175635,6 @@ }, { "question": "VNOG", - "icon": "./assets/data/nsi/logos/veiligheidsregionoordenoostgelderland-0004ee.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318202,7 +175665,6 @@ }, { "question": "Waterford Fire Service", - "icon": "./assets/data/nsi/logos/waterfordfireservice-7d298d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318257,7 +175719,6 @@ }, { "question": "Zone de secours DINAPHI", - "icon": "./assets/data/nsi/logos/zonedesecoursdinaphi-e05ec0.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318282,7 +175743,6 @@ }, { "question": "Πυροσβεστική Υπηρεσία", - "icon": "./assets/data/nsi/logos/c73a6c-67b14d.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318292,7 +175752,6 @@ }, { "question": "ГКУ ПО \"Управление ОД в ЧС\"", - "icon": "./assets/data/nsi/logos/ede306-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318302,7 +175761,6 @@ }, { "question": "Департамент по предупреждению и ликвидации чрезвычайных ситуаций Ростовской области", - "icon": "./assets/data/nsi/logos/ad7b1b-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318312,7 +175770,6 @@ }, { "question": "Державна служба України з надзвичайних ситуацій", - "icon": "./assets/data/nsi/logos/8aac0c-41cc36.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318322,7 +175779,6 @@ }, { "question": "Министерство на вътрешните работи", - "icon": "./assets/data/nsi/logos/8bb510-1d8548.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318337,7 +175793,6 @@ }, { "question": "МЧС", - "icon": "./assets/data/nsi/logos/609176-0b04d7.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318347,7 +175802,6 @@ }, { "question": "Областное государственное учреждение «Противопожарная служба Челябинской области»", - "icon": "./assets/data/nsi/logos/874d3d-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318357,7 +175811,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Восточно-Сибирская железная дорога)", - "icon": "./assets/data/nsi/logos/b85f60-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318367,7 +175820,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Горьковская железная дорога)", - "icon": "./assets/data/nsi/logos/d52300-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318377,7 +175829,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Дальневосточная железная дорога)", - "icon": "./assets/data/nsi/logos/118d42-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318387,7 +175838,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Забайкальская железная дорога)", - "icon": "./assets/data/nsi/logos/77b3be-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318397,7 +175847,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Западно-Сибирская железная дорога)", - "icon": "./assets/data/nsi/logos/39446e-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318407,7 +175856,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Красноярская железная дорога)", - "icon": "./assets/data/nsi/logos/88b9ff-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318417,7 +175865,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Куйбышевской железная дорога)", - "icon": "./assets/data/nsi/logos/43a2bb-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318427,7 +175874,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Московская железная дорога)", - "icon": "./assets/data/nsi/logos/6032ae-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318437,7 +175883,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Октябрьская железная дорога)", - "icon": "./assets/data/nsi/logos/c49b99-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318447,7 +175892,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Свердловская железная дорога)", - "icon": "./assets/data/nsi/logos/82fdc3-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318457,7 +175901,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Северная железная дорога)", - "icon": "./assets/data/nsi/logos/36301c-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318467,7 +175910,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Северо-Кавказская железная дорога)", - "icon": "./assets/data/nsi/logos/ca6378-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318477,7 +175919,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Юго-Восточная железная дорога)", - "icon": "./assets/data/nsi/logos/e7a6f2-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318487,7 +175928,6 @@ }, { "question": "ФГП «Ведомственная охрана железнодорожного транспорта Российской Федерации» (Южно-Уральская железная дорога)", - "icon": "./assets/data/nsi/logos/4c2126-ea0501.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318497,7 +175937,6 @@ }, { "question": "الحماية المدنية الجزائرية", - "icon": "./assets/data/nsi/logos/604fbb-6eb318.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318507,7 +175946,6 @@ }, { "question": "سازمان آتش‌نشانی و خدمات ایمنی شهرداری اراک", - "icon": "./assets/data/nsi/logos/arakmunicipalityfireandsafetyservices-ef0f37.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318523,7 +175961,6 @@ }, { "question": "وزارة الداخلية والجماعات المحلية والتهيئة العمراني", - "icon": "./assets/data/nsi/logos/843c83-6eb318.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318533,7 +175970,6 @@ }, { "question": "وزارة الداخلية والجماعات المحلية والتهيئة العمرانية الجزائرية", - "icon": "./assets/data/nsi/logos/f3dfb7-6eb318.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318559,7 +175995,6 @@ }, { "question": "中国消防", - "icon": "./assets/data/nsi/logos/be7fd9-1157b6.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318575,7 +176010,6 @@ }, { "question": "埼玉東部消防組合", - "icon": "./assets/data/nsi/logos/aad553-be27ba.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318585,7 +176019,6 @@ }, { "question": "埼玉西部消防組合", - "icon": "./assets/data/nsi/logos/0fa1bb-be27ba.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318595,7 +176028,6 @@ }, { "question": "宜蘭縣政府消防局", - "icon": "./assets/data/nsi/logos/b66768-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318610,7 +176042,6 @@ }, { "question": "尼崎市消防団", - "icon": "./assets/data/nsi/logos/218eb7-be27ba.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318620,7 +176051,6 @@ }, { "question": "新竹市消防局", - "icon": "./assets/data/nsi/logos/7be2e0-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318635,7 +176065,6 @@ }, { "question": "新竹縣政府消防局", - "icon": "./assets/data/nsi/logos/88b514-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318650,7 +176079,6 @@ }, { "question": "札幌市消防局", - "icon": "./assets/data/nsi/logos/e3431b-be27ba.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318677,7 +176105,6 @@ }, { "question": "桃園市政府消防局", - "icon": "./assets/data/nsi/logos/a3d2d9-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318712,7 +176139,6 @@ }, { "question": "臺中市政府消防局", - "icon": "./assets/data/nsi/logos/8c1992-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318747,7 +176173,6 @@ }, { "question": "高雄市政府消防局", - "icon": "./assets/data/nsi/logos/f83b14-2d0bd2.undefined", "osmTags": { "and": [ "amenity=fire_station", @@ -318779,7 +176204,6 @@ }, { "question": "ACT Health Directorate", - "icon": "./assets/data/nsi/logos/acthealthdirectorate-8aa901.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -318985,7 +176409,6 @@ }, { "question": "ASL", - "icon": "./assets/data/nsi/logos/asl-046097.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319019,7 +176442,6 @@ }, { "question": "ASSE", - "icon": "./assets/data/nsi/logos/asse-d92411.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319174,7 +176596,6 @@ }, { "question": "Baptist Health (Alabama)", - "icon": "./assets/data/nsi/logos/baptisthealth-b8842b.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319207,7 +176628,6 @@ }, { "question": "Baptist Health (Indiana-Kentucky)", - "icon": "./assets/data/nsi/logos/baptisthealth-0f0486.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319292,7 +176712,6 @@ }, { "question": "Bon Secours Health System (Ireland)", - "icon": "./assets/data/nsi/logos/bonsecourshealthsystem-467fad.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319309,7 +176728,6 @@ }, { "question": "Bon Secours Health System (USA)", - "icon": "./assets/data/nsi/logos/bonsecourshealthsystem-888e5a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319326,7 +176744,6 @@ }, { "question": "Caja Nacional de Salud (Bolivia)", - "icon": "./assets/data/nsi/logos/cajanacionaldesalud-bdc341.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319394,7 +176811,6 @@ }, { "question": "Centura Health", - "icon": "./assets/data/nsi/logos/centurahealth-888e5a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319411,7 +176827,6 @@ }, { "question": "CHI", - "icon": "./assets/data/nsi/logos/catholichealthinitiatives-888e5a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319638,7 +177053,6 @@ }, { "question": "Department of Health (Western Australia)", - "icon": "./assets/data/nsi/logos/wahealth-d472fb.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319655,7 +177069,6 @@ }, { "question": "Department of Health and Family Welfare", - "icon": "./assets/data/nsi/logos/departmentofhealthandfamilywelfare-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319671,7 +177084,6 @@ }, { "question": "Department of Health Services (India)", - "icon": "./assets/data/nsi/logos/departmentofhealthservices-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319688,7 +177100,6 @@ }, { "question": "Department of Public Health Service", - "icon": "./assets/data/nsi/logos/departmentofpublichealthservice-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319755,7 +177166,6 @@ }, { "question": "Dr. Agarwal's Eye Hospital", - "icon": "./assets/data/nsi/logos/dragarwalseyehospital-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -319806,7 +177216,6 @@ }, { "question": "Eglise Catholique", - "icon": "./assets/data/nsi/logos/eglisecatholique-1eb48a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320047,7 +177456,6 @@ }, { "question": "Gobierno Regional (Perú)", - "icon": "./assets/data/nsi/logos/gobiernoregional-d29164.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320150,7 +177558,6 @@ }, { "question": "Healthscope", - "icon": "./assets/data/nsi/logos/healthscope-86ebc0.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320201,7 +177608,6 @@ }, { "question": "Hospital Kuala Lumpur", - "icon": "./assets/data/nsi/logos/hospitalkualalumpur-a918ec.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320342,7 +177748,6 @@ }, { "question": "Instituto Hondureño de Seguridad Social", - "icon": "./assets/data/nsi/logos/institutohondurenodeseguridadsocial-9989b9.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320483,7 +177888,6 @@ }, { "question": "KentuckyOne Health", - "icon": "./assets/data/nsi/logos/kentuckyonehealth-888e5a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320654,7 +178058,6 @@ }, { "question": "MALC", - "icon": "./assets/data/nsi/logos/malc-05a29f.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320705,7 +178108,6 @@ }, { "question": "Max Healthcare", - "icon": "./assets/data/nsi/logos/maxhealthcare-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320791,7 +178193,6 @@ }, { "question": "Medical Park (Türkiye)", - "icon": "./assets/data/nsi/logos/medicalpark-4e781b.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320842,7 +178243,6 @@ }, { "question": "Medicross", - "icon": "./assets/data/nsi/logos/medicross-650276.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320893,7 +178293,6 @@ }, { "question": "Merit Health", - "icon": "./assets/data/nsi/logos/merithealth-3e134a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320909,7 +178308,6 @@ }, { "question": "Metro Pavia Health System", - "icon": "./assets/data/nsi/logos/metropaviahealthsystem-6bb1b7.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320925,7 +178323,6 @@ }, { "question": "Mi Red IPS", - "icon": "./assets/data/nsi/logos/miredips-d793a3.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320941,7 +178338,6 @@ }, { "question": "Ministère de la Santé (Algérie)", - "icon": "./assets/data/nsi/logos/ministeredelasante-a87298.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320958,7 +178354,6 @@ }, { "question": "Ministère de la Santé (Comores)", - "icon": "./assets/data/nsi/logos/ministeredelasante-0a7bff.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320974,7 +178369,6 @@ }, { "question": "Ministère de la Santé (Côte d'Ivoire)", - "icon": "./assets/data/nsi/logos/ministeredelasante-13a2fa.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -320991,7 +178385,6 @@ }, { "question": "Ministère de la Santé (Djibouti)", - "icon": "./assets/data/nsi/logos/ministeredelasante-20f7cb.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321007,7 +178400,6 @@ }, { "question": "Ministère de la Santé et de l'Action Sociale", - "icon": "./assets/data/nsi/logos/ministeredelasanteetdelactionsociale-c21448.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321041,7 +178433,6 @@ }, { "question": "Ministério da Saúde (Angola)", - "icon": "./assets/data/nsi/logos/ministeriodasaude-e7b4ce.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321075,7 +178466,6 @@ }, { "question": "Ministério da Saúde (Portugal)", - "icon": "./assets/data/nsi/logos/ministeriodasaude-c20875.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321092,7 +178482,6 @@ }, { "question": "Ministerio de Salud - Gobierno de la Provincia del Neuquén", - "icon": "./assets/data/nsi/logos/ministeriodesaludgobiernodelaprovinciadelneuquen-b92ad7.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321108,7 +178497,6 @@ }, { "question": "Ministerio de Salud - Gobierno de Río Negro", - "icon": "./assets/data/nsi/logos/ministeriodesaludgobiernoderionegro-b92ad7.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321160,7 +178548,6 @@ }, { "question": "Ministerio de Salud (Nicaragua)", - "icon": "./assets/data/nsi/logos/ministeriodesalud-ef9693.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321196,7 +178583,6 @@ }, { "question": "Ministerio de Salud Pública (Cuba)", - "icon": "./assets/data/nsi/logos/ministeriodesaludpublica-08985e.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321321,7 +178707,6 @@ }, { "question": "Ministerio del Poder Popular para la Salud (Venezuela)", - "icon": "./assets/data/nsi/logos/ministeriodelpoderpopularparalasalud-0e934a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321374,7 +178759,6 @@ }, { "question": "Ministry of Health (Trinidad and Tobago)", - "icon": "./assets/data/nsi/logos/ministryofhealth-17e9a0.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321441,7 +178825,6 @@ }, { "question": "Ministry of Health and Social Welfare (Liberia)", - "icon": "./assets/data/nsi/logos/ministryofhealthandsocialwelfare-4dfcc6.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321458,7 +178841,6 @@ }, { "question": "Ministry of Health and Sports (Myanmar)", - "icon": "./assets/data/nsi/logos/ministryofhealthandsports-5a3b20.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321527,7 +178909,6 @@ }, { "question": "MS", - "icon": "./assets/data/nsi/logos/ms-8532a9.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321543,7 +178924,6 @@ }, { "question": "MSPP", - "icon": "./assets/data/nsi/logos/mspp-1eb48a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321576,7 +178956,6 @@ }, { "question": "NA", - "icon": "./assets/data/nsi/logos/na-14c7e1.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321592,7 +178971,6 @@ }, { "question": "National Primary Health Care Development Agency (Nigeria)", - "icon": "./assets/data/nsi/logos/nationalprimaryhealthcaredevelopmentagency-f23e0b.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321610,7 +178988,6 @@ }, { "question": "National Urban Health Mission", - "icon": "./assets/data/nsi/logos/nationalurbanhealthmission-585fc8.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321661,7 +179038,6 @@ }, { "question": "Niederösterreichische Landeskliniken-Holding", - "icon": "./assets/data/nsi/logos/niederosterreichischelandesklinikenholding-a4bb91.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321779,7 +179155,6 @@ }, { "question": "NT Health", - "icon": "./assets/data/nsi/logos/nthealth-805350.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321898,7 +179273,6 @@ }, { "question": "PPHI Sindh", - "icon": "./assets/data/nsi/logos/pphisindh-05a29f.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321965,7 +179339,6 @@ }, { "question": "QRDSM", - "icon": "./assets/data/nsi/logos/qrdsm-dcd498.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -321998,7 +179371,6 @@ }, { "question": "Ramsay Health Care (Australia)", - "icon": "./assets/data/nsi/logos/ramsayhealthcare-86ebc0.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322083,7 +179455,6 @@ }, { "question": "RSUD Selayar", - "icon": "./assets/data/nsi/logos/rsudselayar-03d8c5.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322150,7 +179521,6 @@ }, { "question": "Saint Joseph Health", - "icon": "./assets/data/nsi/logos/saintjosephhealth-537093.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322234,7 +179604,6 @@ }, { "question": "Secretaria da Saúde do Estado do Ceará", - "icon": "./assets/data/nsi/logos/secretariadasaudedoestadodoceara-782319.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322250,7 +179619,6 @@ }, { "question": "Secretaria Municipal da Saúde de Fortaleza", - "icon": "./assets/data/nsi/logos/secretariamunicipaldasaudedefortaleza-782319.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322357,7 +179725,6 @@ }, { "question": "Sở Y tế Hà Nội", - "icon": "./assets/data/nsi/logos/soytehanoi-d376e4.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322390,7 +179757,6 @@ }, { "question": "SSC", - "icon": "./assets/data/nsi/logos/ssc-5e0bc0.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322457,7 +179823,6 @@ }, { "question": "State Ministry Of Health (Nigeria)", - "icon": "./assets/data/nsi/logos/stateministryofhealth-f23e0b.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322525,7 +179890,6 @@ }, { "question": "Tennova Healthcare", - "icon": "./assets/data/nsi/logos/tennovahealthcare-1c8a55.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322541,7 +179905,6 @@ }, { "question": "Texas Department of Aging and Disability Services", - "icon": "./assets/data/nsi/logos/texasdepartmentofaginganddisabilityservices-12e3f7.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322558,7 +179921,6 @@ }, { "question": "Texas Health", - "icon": "./assets/data/nsi/logos/texashealth-12e3f7.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322575,7 +179937,6 @@ }, { "question": "TH Medical", - "icon": "./assets/data/nsi/logos/thmedical-888e5a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322625,7 +179986,6 @@ }, { "question": "TriStar Health", - "icon": "./assets/data/nsi/logos/tristarhealth-1c8a55.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322641,7 +180001,6 @@ }, { "question": "Unimed", - "icon": "./assets/data/nsi/logos/unimed-d30bb4.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322801,7 +180160,6 @@ }, { "question": "VIC Health", - "icon": "./assets/data/nsi/logos/victorianhealthpromotionfoundation-e71a1a.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322836,7 +180194,6 @@ }, { "question": "Western Cape Department of Health", - "icon": "./assets/data/nsi/logos/westerncapedepartmentofhealth-650276.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322871,7 +180228,6 @@ }, { "question": "Ε.Σ.Υ.", - "icon": "./assets/data/nsi/logos/9c8f5c-4242e0.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322887,7 +180243,6 @@ }, { "question": "Городская клиническая больница №20 им. И.С. Берзона", - "icon": "./assets/data/nsi/logos/58dff7-7b7c97.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322903,7 +180258,6 @@ }, { "question": "وزارة الصحة", - "icon": "./assets/data/nsi/logos/1d9246-fbd4f5.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322919,7 +180273,6 @@ }, { "question": "وزارة الصحه", - "icon": "./assets/data/nsi/logos/134872-fbd4f5.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322935,7 +180288,6 @@ }, { "question": "哈尔滨医科大学", - "icon": "./assets/data/nsi/logos/f5a5f0-618ef1.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -322974,7 +180326,6 @@ }, { "question": "首都医科大学", - "icon": "./assets/data/nsi/logos/capitalmedicaluniversity-618ef1.undefined", "osmTags": { "and": [ "amenity=hospital", @@ -323009,7 +180360,6 @@ }, { "question": "Agrupamento de Escolas de Celorico de Basto", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdeceloricodebasto-d303f7.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323057,7 +180407,6 @@ }, { "question": "Akasia barnehage AS", - "icon": "./assets/data/nsi/logos/akasiabarnehageas-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323072,7 +180421,6 @@ }, { "question": "Association des Maisons de quartier de Reims", - "icon": "./assets/data/nsi/logos/associationdesmaisonsdequartierdereims-94d05d.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323087,7 +180435,6 @@ }, { "question": "AWO Familienglobus", - "icon": "./assets/data/nsi/logos/awofamilienglobus-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323119,7 +180466,6 @@ }, { "question": "AWO Soziale Dienste gemeinnützige GmbH", - "icon": "./assets/data/nsi/logos/awosozialedienstegemeinnutzigegmbh-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323134,7 +180480,6 @@ }, { "question": "AWO Unterbezirk Dortmund", - "icon": "./assets/data/nsi/logos/awounterbezirkdortmund-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323198,7 +180543,6 @@ }, { "question": "BKJ Betreungseinrichtungen für Kinder und Jugendliche der Stadt Eschweiler / AÖR", - "icon": "./assets/data/nsi/logos/bkjbetreungseinrichtungenfurkinderundjugendlichederstadteschweileraor-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323245,7 +180589,6 @@ }, { "question": "CC Porte de DrômArdèche", - "icon": "./assets/data/nsi/logos/ccportededromardeche-94d05d.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323260,7 +180603,6 @@ }, { "question": "Centre Communal d'Action Sociale", - "icon": "./assets/data/nsi/logos/centrecommunaldactionsociale-f44571.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323276,7 +180618,6 @@ }, { "question": "CompaNanny", - "icon": "./assets/data/nsi/logos/compananny-1b10f3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323307,7 +180648,6 @@ }, { "question": "Comune di Milano", - "icon": "./assets/data/nsi/logos/comunedimilano-9d73a4.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323323,7 +180663,6 @@ }, { "question": "Comune di Modena", - "icon": "./assets/data/nsi/logos/comunedimodena-624c08.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323355,7 +180694,6 @@ }, { "question": "Deutscher Kinderschutzbund Ortsverband Essen e.V.", - "icon": "./assets/data/nsi/logos/deutscherkinderschutzbundortsverbandessenev-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323370,7 +180708,6 @@ }, { "question": "Diakonisches Werk – Stadtmission Bayreuth e. V.", - "icon": "./assets/data/nsi/logos/diakonischeswerkstadtmissionbayreuthev-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323385,7 +180722,6 @@ }, { "question": "Dirección General de Educación Inicial y Primaria", - "icon": "./assets/data/nsi/logos/direcciongeneraldeeducacioninicialyprimaria-3e78b4.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323401,7 +180737,6 @@ }, { "question": "Eigenbetrieb Kindertageseinrichtungen Dresden", - "icon": "./assets/data/nsi/logos/eigenbetriebkindertageseinrichtungendresden-05384f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323417,7 +180752,6 @@ }, { "question": "Eigenbetrieb Kindertagesstätten der Stadt Halle (Saale)", - "icon": "./assets/data/nsi/logos/eigenbetriebkindertagesstattenderstadthallesaale-ba3488.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323433,7 +180767,6 @@ }, { "question": "Elbkinder Vereinigung Hamburger Kitas gGmbH", - "icon": "./assets/data/nsi/logos/elbkindervereinigunghamburgerkitasggmbh-595700.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323449,7 +180782,6 @@ }, { "question": "Elterninitiative", - "icon": "./assets/data/nsi/logos/elterninitiative-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323528,7 +180860,6 @@ }, { "question": "Evangelischer Kirchenkreisverband für Kindertageseinrichtungen Berlin Mitte-Nord", - "icon": "./assets/data/nsi/logos/evangelischerkirchenkreisverbandfurkindertageseinrichtungenberlinmittenord-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323544,7 +180875,6 @@ }, { "question": "FABIDO", - "icon": "./assets/data/nsi/logos/fabido-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323559,7 +180889,6 @@ }, { "question": "Florencia Benavidez", - "icon": "./assets/data/nsi/logos/florenciabenavidez-7817ea.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323590,7 +180919,6 @@ }, { "question": "Fundación Integra", - "icon": "./assets/data/nsi/logos/fundacionintegra-6a0b6a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323669,7 +180997,6 @@ }, { "question": "Goodstart Early Learning", - "icon": "./assets/data/nsi/logos/goodstartearlylearning-6f7323.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323684,7 +181011,6 @@ }, { "question": "Gradski ured za obrazovanje", - "icon": "./assets/data/nsi/logos/gradskiuredzaobrazovanje-e0fcf6.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323715,7 +181041,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-f5d7fd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323812,7 +181137,6 @@ }, { "question": "JU Centar za predškolsko vaspitanje i obrazovanje Banja Luka", - "icon": "./assets/data/nsi/logos/jucentarzapredskolskovaspitanjeiobrazovanjebanjaluka-2bdb40.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323827,7 +181151,6 @@ }, { "question": "Jugend- und Sozialwerk", - "icon": "./assets/data/nsi/logos/jugendundsozialwerk-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323844,7 +181167,6 @@ }, { "question": "Jugendamt Landeshauptstadt Düsseldorf, Willi-Becker-Allee 7, 40227 Düsseldorf", - "icon": "./assets/data/nsi/logos/jugendamtlandeshauptstadtdusseldorfwillibeckerallee740227dusseldorf-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323859,7 +181181,6 @@ }, { "question": "Jugendamt Stadt Essen", - "icon": "./assets/data/nsi/logos/jugendamtstadtessen-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323890,7 +181211,6 @@ }, { "question": "Junji", - "icon": "./assets/data/nsi/logos/junji-6a0b6a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323905,7 +181225,6 @@ }, { "question": "Kath. Kindertageseinrichtungen Hellweg", - "icon": "./assets/data/nsi/logos/kathkindertageseinrichtungenhellweg-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323921,7 +181240,6 @@ }, { "question": "Kath. Kindertageseinrichtungen Östliches Ruhrgebiet gGmbH", - "icon": "./assets/data/nsi/logos/kathkindertageseinrichtungenostlichesruhrgebietggmbh-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323937,7 +181255,6 @@ }, { "question": "Katholische Gesamtkirchengemeinde Ravensburg", - "icon": "./assets/data/nsi/logos/katholischegesamtkirchengemeinderavensburg-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323984,7 +181301,6 @@ }, { "question": "Kidsa barnehager AS", - "icon": "./assets/data/nsi/logos/kidsabarnehageras-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -323999,7 +181315,6 @@ }, { "question": "Kinder im Kiez GmbH", - "icon": "./assets/data/nsi/logos/kinderimkiezgmbh-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324047,7 +181362,6 @@ }, { "question": "Kindergärten City", - "icon": "./assets/data/nsi/logos/kindergartencity-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324079,7 +181393,6 @@ }, { "question": "Kinderhaus e. V.", - "icon": "./assets/data/nsi/logos/kinderhausev-b371e3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324095,7 +181408,6 @@ }, { "question": "Kindertagesstätten Berlin Süd-West", - "icon": "./assets/data/nsi/logos/kindertagesstattenberlinsudwest-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324111,7 +181423,6 @@ }, { "question": "Kindertagesstätten Nordwest", - "icon": "./assets/data/nsi/logos/kindertagesstattennordwest-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324127,7 +181438,6 @@ }, { "question": "Kindertagesstätten SüdOst", - "icon": "./assets/data/nsi/logos/kindertagesstattensudost-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324159,7 +181469,6 @@ }, { "question": "KiTa Bremen", - "icon": "./assets/data/nsi/logos/kitabremen-f9b96a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324271,7 +181580,6 @@ }, { "question": "La Maison Bleue", - "icon": "./assets/data/nsi/logos/lamaisonbleue-94d05d.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324286,7 +181594,6 @@ }, { "question": "Læringsverkstedet AS", - "icon": "./assets/data/nsi/logos/laeringsverkstedetas-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324301,7 +181608,6 @@ }, { "question": "Land Niederösterreich", - "icon": "./assets/data/nsi/logos/landniederosterreich-4694b0.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324333,7 +181639,6 @@ }, { "question": "Lillehammer kommune", - "icon": "./assets/data/nsi/logos/lillehammerkommune-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324381,7 +181686,6 @@ }, { "question": "Mairie de Toulouse", - "icon": "./assets/data/nsi/logos/mairiedetoulouse-ed7f0d.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324413,7 +181717,6 @@ }, { "question": "Mokotów", - "icon": "./assets/data/nsi/logos/mokotow-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324460,7 +181763,6 @@ }, { "question": "Norlandia", - "icon": "./assets/data/nsi/logos/norlandia-768407.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324507,7 +181809,6 @@ }, { "question": "Ochota", - "icon": "./assets/data/nsi/logos/ochota-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324522,7 +181823,6 @@ }, { "question": "Ogólnopolski Operator Oświaty", - "icon": "./assets/data/nsi/logos/ogolnopolskioperatoroswiaty-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324537,7 +181837,6 @@ }, { "question": "Orte für Kinder GmbH", - "icon": "./assets/data/nsi/logos/ortefurkindergmbh-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324585,7 +181884,6 @@ }, { "question": "Partou", - "icon": "./assets/data/nsi/logos/partou-1b10f3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324600,7 +181898,6 @@ }, { "question": "Pfefferwerk Stadtkultur gGmbH", - "icon": "./assets/data/nsi/logos/pfefferwerkstadtkulturggmbh-4ea051.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324616,7 +181913,6 @@ }, { "question": "Pilke päiväkodit Oy", - "icon": "./assets/data/nsi/logos/pilkepaivakoditoy-f5d7fd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324631,7 +181927,6 @@ }, { "question": "Pinal Gila Community Child Services", - "icon": "./assets/data/nsi/logos/pinalgilacommunitychildservices-c40154.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324646,7 +181941,6 @@ }, { "question": "Postillion e.V.", - "icon": "./assets/data/nsi/logos/postillionev-df1e7e.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324678,7 +181972,6 @@ }, { "question": "Praga-Południe", - "icon": "./assets/data/nsi/logos/pragapoludnie-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324694,7 +181987,6 @@ }, { "question": "Prefeitura Municipal de Blumenau", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-b3185a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324726,7 +182018,6 @@ }, { "question": "Prefeitura Municipal de Itajaí", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldeitajai-b3185a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324742,7 +182033,6 @@ }, { "question": "pro futura", - "icon": "./assets/data/nsi/logos/profutura-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324758,7 +182048,6 @@ }, { "question": "pro multis", - "icon": "./assets/data/nsi/logos/promultis-76bfc3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324774,7 +182063,6 @@ }, { "question": "QRMSHBM", - "icon": "./assets/data/nsi/logos/qrmshbm-637abd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324789,7 +182077,6 @@ }, { "question": "Rīgas pašvaldība", - "icon": "./assets/data/nsi/logos/rigaspasvaldiba-e433d7.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324822,7 +182109,6 @@ }, { "question": "Santa Casa da Misericórdia", - "icon": "./assets/data/nsi/logos/santacasadamisericordia-f382f5.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324854,7 +182140,6 @@ }, { "question": "Sinne", - "icon": "./assets/data/nsi/logos/sinne-1b10f3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324869,7 +182154,6 @@ }, { "question": "Sistema Estatal Para El Desarrollo Integral De La Familia", - "icon": "./assets/data/nsi/logos/sistemaestatalparaeldesarrollointegraldelafamilia-cbe62e.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324884,7 +182168,6 @@ }, { "question": "SKOzoK", - "icon": "./assets/data/nsi/logos/skozok-1b10f3.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -324932,7 +182215,6 @@ }, { "question": "Śródmieście", - "icon": "./assets/data/nsi/logos/srodmiescie-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325044,7 +182326,6 @@ }, { "question": "Stadt Leipzig - Amt für Jugend und Familie", - "icon": "./assets/data/nsi/logos/stadtleipzigamtfurjugendundfamilie-05384f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325283,7 +182564,6 @@ }, { "question": "Stiftelsen Kanvas", - "icon": "./assets/data/nsi/logos/stiftelsenkanvas-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325330,7 +182610,6 @@ }, { "question": "Szeged Megyei Jogú Város Önkormányzata Óvodák Igazgatósága", - "icon": "./assets/data/nsi/logos/szegedmegyeijoguvarosonkormanyzataovodakigazgatosaga-389d8b.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325345,7 +182624,6 @@ }, { "question": "Tallinna Haridusamet", - "icon": "./assets/data/nsi/logos/tallinnaharidusamet-22285e.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325377,7 +182655,6 @@ }, { "question": "Touhula", - "icon": "./assets/data/nsi/logos/touhula-f5d7fd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325392,7 +182669,6 @@ }, { "question": "Trägergemeinschaft TfK im Ev. KK Gütersloh", - "icon": "./assets/data/nsi/logos/tragergemeinschafttfkimevkkgutersloh-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325407,7 +182683,6 @@ }, { "question": "Trondhjems Asylselskap", - "icon": "./assets/data/nsi/logos/trondhjemsasylselskap-04f073.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325438,7 +182713,6 @@ }, { "question": "Ursus", - "icon": "./assets/data/nsi/logos/ursus-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325453,7 +182727,6 @@ }, { "question": "Ursynów", - "icon": "./assets/data/nsi/logos/ursynow-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325468,7 +182741,6 @@ }, { "question": "Urząd Dzielnicy Bemowo M.st.warszawy", - "icon": "./assets/data/nsi/logos/urzaddzielnicybemowomstwarszawy-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325515,7 +182787,6 @@ }, { "question": "Vihdin kunta", - "icon": "./assets/data/nsi/logos/vihdinkunta-f5d7fd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325530,7 +182801,6 @@ }, { "question": "Ville d'Amiens", - "icon": "./assets/data/nsi/logos/villedamiens-0d93d5.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325546,7 +182816,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-ed7f0d.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325562,7 +182831,6 @@ }, { "question": "Volkssolidarität Leipziger Land/Muldental e.V.", - "icon": "./assets/data/nsi/logos/volkssolidaritatleipzigerlandmuldentalev-747d0f.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325577,7 +182845,6 @@ }, { "question": "Włochy", - "icon": "./assets/data/nsi/logos/wlochy-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325592,7 +182859,6 @@ }, { "question": "Wola", - "icon": "./assets/data/nsi/logos/wola-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325607,7 +182873,6 @@ }, { "question": "Zespół Żłobków Miasta Stołecznego Warszawy", - "icon": "./assets/data/nsi/logos/zespolzlobkowmiastastolecznegowarszawy-6b0035.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325638,7 +182903,6 @@ }, { "question": "Администрация Ленинского района муниципального образования «Город Саратов»", - "icon": "./assets/data/nsi/logos/c4030e-ecdee8.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325653,7 +182917,6 @@ }, { "question": "ГБОУ Школа №1598", - "icon": "./assets/data/nsi/logos/5050ce-ecdee8.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325668,7 +182931,6 @@ }, { "question": "Житомирська міська рада", - "icon": "./assets/data/nsi/logos/351435-64283a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325683,7 +182945,6 @@ }, { "question": "Международный общественный фонд (МОФ) “Инициатива Розы Отунбаевой”", - "icon": "./assets/data/nsi/logos/412652-2246ab.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325698,7 +182959,6 @@ }, { "question": "Міністерство освіти і науки", - "icon": "./assets/data/nsi/logos/693a7d-64283a.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325713,7 +182973,6 @@ }, { "question": "Предшколска установа „Дечја радост“", - "icon": "./assets/data/nsi/logos/8bf48c-916082.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325744,7 +183003,6 @@ }, { "question": "Управление образования Агаповского муниципального района", - "icon": "./assets/data/nsi/logos/e8dfcb-ecdee8.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325759,7 +183017,6 @@ }, { "question": "那覇市", - "icon": "./assets/data/nsi/logos/030961-07edfd.undefined", "osmTags": { "and": [ "amenity=kindergarten", @@ -325823,7 +183080,6 @@ }, { "question": "Anne Arundel County Public Library", - "icon": "./assets/data/nsi/logos/annearundelcountypubliclibrary-1170f4.undefined", "osmTags": { "and": [ "amenity=library", @@ -325874,7 +183130,6 @@ }, { "question": "Ayuntamiento de Málaga", - "icon": "./assets/data/nsi/logos/ayuntamientodemalaga-3746d4.undefined", "osmTags": { "and": [ "amenity=library", @@ -325955,7 +183210,6 @@ }, { "question": "BiblioPlus", - "icon": "./assets/data/nsi/logos/biblioplus-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -325971,7 +183225,6 @@ }, { "question": "Biblioteca Comunale di Trento", - "icon": "./assets/data/nsi/logos/bibliotecacomunaleditrento-e79d63.undefined", "osmTags": { "and": [ "amenity=library", @@ -325987,7 +183240,6 @@ }, { "question": "Biblioteche Bologna", - "icon": "./assets/data/nsi/logos/bibliotechebologna-c0ba41.undefined", "osmTags": { "and": [ "amenity=library", @@ -326019,7 +183271,6 @@ }, { "question": "Biblioteka Miejska w Łodzi", - "icon": "./assets/data/nsi/logos/bibliotekamiejskawlodzi-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -326034,7 +183285,6 @@ }, { "question": "Biblioteka Publiczna im. J. U. Niemcewicza w Dzielnicy Ursynów m.st. Warszawy", - "icon": "./assets/data/nsi/logos/bibliotekapublicznaimjuniemcewiczawdzielnicyursynowmstwarszawy-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -326049,7 +183299,6 @@ }, { "question": "Biblioteka Publiczna m.st. Warszawy", - "icon": "./assets/data/nsi/logos/bibliotekapublicznamstwarszawy-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -326064,7 +183313,6 @@ }, { "question": "Biblioteka Publiczna w Dzielnicy Śródmieście m.st. Warszawy", - "icon": "./assets/data/nsi/logos/bibliotekapublicznawdzielnicysrodmiesciemstwarszawy-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -326079,7 +183327,6 @@ }, { "question": "Biblioteka Raczyńskich", - "icon": "./assets/data/nsi/logos/bibliotekaraczynskich-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -326094,7 +183341,6 @@ }, { "question": "Bibliotheek AanZet", - "icon": "./assets/data/nsi/logos/bibliotheekaanzet-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326125,7 +183371,6 @@ }, { "question": "Bibliotheek Eemland", - "icon": "./assets/data/nsi/logos/bibliotheekeemland-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326141,7 +183386,6 @@ }, { "question": "Bibliotheek Eindhoven", - "icon": "./assets/data/nsi/logos/bibliotheekeindhoven-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326157,7 +183401,6 @@ }, { "question": "Bibliotheek Gelderland Zuid", - "icon": "./assets/data/nsi/logos/bibliotheekgelderlandzuid-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326173,7 +183416,6 @@ }, { "question": "Bibliotheek Hoeksche Waard", - "icon": "./assets/data/nsi/logos/bibliotheekhoekschewaard-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326189,7 +183431,6 @@ }, { "question": "Bibliotheek Kennemerwaard", - "icon": "./assets/data/nsi/logos/bibliotheekkennemerwaard-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326205,7 +183446,6 @@ }, { "question": "Bibliotheek Lek & IJssel", - "icon": "./assets/data/nsi/logos/bibliotheeklekandijssel-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326221,7 +183461,6 @@ }, { "question": "Bibliotheek Oosterschelde", - "icon": "./assets/data/nsi/logos/bibliotheekoosterschelde-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326237,7 +183476,6 @@ }, { "question": "Bibliotheek Rijn en Venen", - "icon": "./assets/data/nsi/logos/bibliotheekrijnenvenen-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326285,7 +183523,6 @@ }, { "question": "Bibliotheek Utrecht", - "icon": "./assets/data/nsi/logos/bibliotheekutrecht-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326301,7 +183538,6 @@ }, { "question": "Bibliotheek Waterland", - "icon": "./assets/data/nsi/logos/bibliotheekwaterland-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326317,7 +183553,6 @@ }, { "question": "Bibliotheek West-Brabant", - "icon": "./assets/data/nsi/logos/bibliotheekwestbrabant-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326333,7 +183568,6 @@ }, { "question": "Bibliotheek Z-O-U-T", - "icon": "./assets/data/nsi/logos/bibliotheekzout-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326349,7 +183583,6 @@ }, { "question": "Bibliotheek Zeeuws-Vlaanderen", - "icon": "./assets/data/nsi/logos/bibliotheekzeeuwsvlaanderen-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326365,7 +183598,6 @@ }, { "question": "Bibliotheken Mar en Fean", - "icon": "./assets/data/nsi/logos/bibliothekenmarenfean-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326380,7 +183612,6 @@ }, { "question": "Bibliotheken Noord Fryslân", - "icon": "./assets/data/nsi/logos/bibliothekennoordfryslan-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326395,7 +183626,6 @@ }, { "question": "BIJ de Bieb", - "icon": "./assets/data/nsi/logos/bijdebieb-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326444,7 +183674,6 @@ }, { "question": "Biržų rajono savivaldybės Jurgio Bielinio viešoji biblioteka", - "icon": "./assets/data/nsi/logos/birzurajonosavivaldybesjurgiobielinioviesojibiblioteka-25ee28.undefined", "osmTags": { "and": [ "amenity=library", @@ -326526,7 +183755,6 @@ }, { "question": "Bruce County Public Library", - "icon": "./assets/data/nsi/logos/brucecountypubliclibrary-b0fd6b.undefined", "osmTags": { "and": [ "amenity=library", @@ -326611,7 +183839,6 @@ }, { "question": "CCEG", - "icon": "./assets/data/nsi/logos/cceg-03d22a.undefined", "osmTags": { "and": [ "amenity=library", @@ -326893,7 +184120,6 @@ }, { "question": "de Bibliotheek Midden-Brabant", - "icon": "./assets/data/nsi/logos/debibliotheekmiddenbrabant-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -326975,7 +184201,6 @@ }, { "question": "Directorate of Public Libraries", - "icon": "./assets/data/nsi/logos/directorateofpubliclibraries-f6bcdd.undefined", "osmTags": { "and": [ "amenity=library", @@ -327060,7 +184285,6 @@ }, { "question": "Eepos kirjastot", - "icon": "./assets/data/nsi/logos/eeposkirjastot-75c643.undefined", "osmTags": { "and": [ "amenity=library", @@ -327207,7 +184431,6 @@ }, { "question": "Freie Universität Berlin", - "icon": "./assets/data/nsi/logos/freieuniversitatberlin-8a11d2.undefined", "osmTags": { "and": [ "amenity=library", @@ -327240,7 +184463,6 @@ }, { "question": "Geelong Regional Libraries", - "icon": "./assets/data/nsi/logos/geelongregionallibraries-afcf7d.undefined", "osmTags": { "and": [ "amenity=library", @@ -327601,7 +184823,6 @@ }, { "question": "Książnica Płocka im. Władysława Broniewskiego", - "icon": "./assets/data/nsi/logos/ksiaznicaplockaimwladyslawabroniewskiego-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -327882,7 +185103,6 @@ }, { "question": "Miejska Biblioteka Publiczna im. Hieronima Łopacińskiego w Lublinie", - "icon": "./assets/data/nsi/logos/miejskabibliotekapublicznaimhieronimalopacinskiegowlublinie-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -327897,7 +185117,6 @@ }, { "question": "Miejska Biblioteka Publiczna we Wrocławiu", - "icon": "./assets/data/nsi/logos/miejskabibliotekapublicznawewroclawiu-2579f7.undefined", "osmTags": { "and": [ "amenity=library", @@ -327962,7 +185181,6 @@ }, { "question": "Monroe County Library System (New York)", - "icon": "./assets/data/nsi/logos/monroecountylibrarysystem-4be4fd.undefined", "osmTags": { "and": [ "amenity=library", @@ -328093,7 +185311,6 @@ }, { "question": "Noord Oost Brabantse Bibliotheken", - "icon": "./assets/data/nsi/logos/noordoostbrabantsebibliotheken-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -328206,7 +185423,6 @@ }, { "question": "NTNU Universitetsbiblioteket", - "icon": "./assets/data/nsi/logos/ntnuuniversitetsbiblioteket-fd94f8.undefined", "osmTags": { "and": [ "amenity=library", @@ -328341,7 +185557,6 @@ }, { "question": "Oxfordshire County Council", - "icon": "./assets/data/nsi/logos/oxfordshirecountycouncil-03a231.undefined", "osmTags": { "and": [ "amenity=library", @@ -328475,7 +185690,6 @@ }, { "question": "Red Municipal de Bibliotecas de Murcia", - "icon": "./assets/data/nsi/logos/redmunicipaldebibliotecasdemurcia-3746d4.undefined", "osmTags": { "and": [ "amenity=library", @@ -328490,7 +185704,6 @@ }, { "question": "Réseau des bibliothèques de Sèvremoine", - "icon": "./assets/data/nsi/logos/reseaudesbibliothequesdesevremoine-03d22a.undefined", "osmTags": { "and": [ "amenity=library", @@ -328604,7 +185817,6 @@ }, { "question": "Satakirjastot", - "icon": "./assets/data/nsi/logos/satakirjastot-75c643.undefined", "osmTags": { "and": [ "amenity=library", @@ -328620,7 +185832,6 @@ }, { "question": "SDG Library", - "icon": "./assets/data/nsi/logos/sdglibrary-b0fd6b.undefined", "osmTags": { "and": [ "amenity=library", @@ -328771,7 +185982,6 @@ }, { "question": "UCV: Facultad de Medicina", - "icon": "./assets/data/nsi/logos/ucvfacultaddemedicina-fbd1a4.undefined", "osmTags": { "and": [ "amenity=library", @@ -328818,7 +186028,6 @@ }, { "question": "Università degli Studi di Roma \"La Sapienza\"", - "icon": "./assets/data/nsi/logos/universitadeglistudidiromalasapienza-7d219c.undefined", "osmTags": { "and": [ "amenity=library", @@ -328913,7 +186122,6 @@ }, { "question": "Universitäts- und Landesbibliothek Sachsen-Anhalt", - "icon": "./assets/data/nsi/logos/universitatsundlandesbibliotheksachsenanhalt-3974e9.undefined", "osmTags": { "and": [ "amenity=library", @@ -328930,7 +186138,6 @@ }, { "question": "Universitätsbibliothek Bern", - "icon": "./assets/data/nsi/logos/universitatsbibliothekbern-4ad6fe.undefined", "osmTags": { "and": [ "amenity=library", @@ -328947,7 +186154,6 @@ }, { "question": "Universitätsbibliothek der Freien Universität Berlin", - "icon": "./assets/data/nsi/logos/universitatsbibliothekderfreienuniversitatberlin-8a11d2.undefined", "osmTags": { "and": [ "amenity=library", @@ -329124,7 +186330,6 @@ }, { "question": "Ville de Lyon", - "icon": "./assets/data/nsi/logos/villedelyon-391b22.undefined", "osmTags": { "and": [ "amenity=library", @@ -329173,7 +186378,6 @@ }, { "question": "Westfriese Bibliotheken", - "icon": "./assets/data/nsi/logos/westfriesebibliotheken-08efeb.undefined", "osmTags": { "and": [ "amenity=library", @@ -329189,7 +186393,6 @@ }, { "question": "Winnipeg Public Library", - "icon": "./assets/data/nsi/logos/winnipegpubliclibrary-d0add4.undefined", "osmTags": { "and": [ "amenity=library", @@ -329205,7 +186408,6 @@ }, { "question": "ВІННИЦЬКА МІСЬКА ЦЕНТРАЛІЗОВАНА БІБЛІОТЕЧНА СИСТЕМА", - "icon": "./assets/data/nsi/logos/f08ae8-a253d1.undefined", "osmTags": { "and": [ "amenity=library", @@ -329220,7 +186422,6 @@ }, { "question": "Градска Библиотека у Новом Саду", - "icon": "./assets/data/nsi/logos/c83ed2-28ab65.undefined", "osmTags": { "and": [ "amenity=library", @@ -329235,7 +186436,6 @@ }, { "question": "МБУ межпоселенческая \"Центральная библиотека Приморского района\"", - "icon": "./assets/data/nsi/logos/cfe7c6-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329250,7 +186450,6 @@ }, { "question": "МБУК \"Библиотеки Тольятти\"", - "icon": "./assets/data/nsi/logos/b7690e-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329265,7 +186464,6 @@ }, { "question": "МБУК \"Объединение детских библиотек\"", - "icon": "./assets/data/nsi/logos/d92d43-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329280,7 +186478,6 @@ }, { "question": "МУК \"ЦБ Богородского ГО\"", - "icon": "./assets/data/nsi/logos/35eab1-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329295,7 +186492,6 @@ }, { "question": "МУК \"Централизованная библиотечная система\"", - "icon": "./assets/data/nsi/logos/b338ab-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329310,7 +186506,6 @@ }, { "question": "СПб ГБУ «Невская ЦБС»", - "icon": "./assets/data/nsi/logos/3087f4-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329325,7 +186520,6 @@ }, { "question": "Централизованная библиотечная система Красногвардейского района", - "icon": "./assets/data/nsi/logos/79a74c-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329340,7 +186534,6 @@ }, { "question": "Централизованная библиотечная система", - "icon": "./assets/data/nsi/logos/afed6b-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329355,7 +186548,6 @@ }, { "question": "Централизованная библиотечная система Выборгского района", - "icon": "./assets/data/nsi/logos/6df976-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329370,7 +186562,6 @@ }, { "question": "Централизованная библиотечная система Фрунзенского района Санкт-Петербурга", - "icon": "./assets/data/nsi/logos/b8308f-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329385,7 +186576,6 @@ }, { "question": "Центральная городская библиотека", - "icon": "./assets/data/nsi/logos/479213-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329400,7 +186590,6 @@ }, { "question": "Центральная детская библиотека", - "icon": "./assets/data/nsi/logos/7a6882-5ddbe5.undefined", "osmTags": { "and": [ "amenity=library", @@ -329415,7 +186604,6 @@ }, { "question": "인천광역시 연수구청", - "icon": "./assets/data/nsi/logos/incheonmetropolitancityyeonsuguoffice-da4203.undefined", "osmTags": { "and": [ "amenity=library", @@ -329484,7 +186672,6 @@ }, { "question": "臺中市政府文化局", - "icon": "./assets/data/nsi/logos/culturalaffairsbureautaichungcitygovernment-6a5686.undefined", "osmTags": { "and": [ "amenity=library", @@ -329501,7 +186688,6 @@ }, { "question": "臺北市立圖書館", - "icon": "./assets/data/nsi/logos/taipeipubliclibrary-6a5686.undefined", "osmTags": { "and": [ "amenity=library", @@ -329519,7 +186705,6 @@ }, { "question": "首都图书馆", - "icon": "./assets/data/nsi/logos/d81552-6214cc.undefined", "osmTags": { "and": [ "amenity=library", @@ -329556,7 +186741,6 @@ }, { "question": "高雄市立圖書館", - "icon": "./assets/data/nsi/logos/kaohsiungpubliclibrary-6a5686.undefined", "osmTags": { "and": [ "amenity=library", @@ -329574,7 +186758,6 @@ }, { "question": "Bauernmarkt München e.V.", - "icon": "./assets/data/nsi/logos/bauernmarktmunchenev-e4ddee.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329584,7 +186767,6 @@ }, { "question": "Coldiretti", - "icon": "./assets/data/nsi/logos/coldiretti-55c742.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329599,7 +186781,6 @@ }, { "question": "DBKL", - "icon": "./assets/data/nsi/logos/dbkl-a49de0.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329624,7 +186805,6 @@ }, { "question": "Feria Ruta 6 La Familia", - "icon": "./assets/data/nsi/logos/feriaruta6lafamilia-07dc7f.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329634,7 +186814,6 @@ }, { "question": "GAMP", - "icon": "./assets/data/nsi/logos/gamp-67b2c9.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329644,7 +186823,6 @@ }, { "question": "Grenoble-Alpes Métropole", - "icon": "./assets/data/nsi/logos/grenoblealpesmetropole-02e751.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329659,7 +186837,6 @@ }, { "question": "Großmarkt Rostock", - "icon": "./assets/data/nsi/logos/grossmarktrostock-b3c127.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329706,7 +186883,6 @@ }, { "question": "Mandi", - "icon": "./assets/data/nsi/logos/agriculturalproducemarketcommittee-13cc67.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329721,7 +186897,6 @@ }, { "question": "Merkezefendi Belediyesi", - "icon": "./assets/data/nsi/logos/merkezefendibelediyesi-147c9c.undefined", "osmTags": { "and": [ "amenity=marketplace", @@ -329902,7 +187077,6 @@ }, { "question": "Bank Park", - "icon": "./assets/data/nsi/logos/bankpark-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -329933,7 +187107,6 @@ }, { "question": "Best in Parking", - "icon": "./assets/data/nsi/logos/bestinparking-c10a77.undefined", "osmTags": { "and": [ "amenity=parking", @@ -329949,7 +187122,6 @@ }, { "question": "BOE Parking", - "icon": "./assets/data/nsi/logos/boeparking-cf21e1.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330002,7 +187174,6 @@ }, { "question": "Civil Enforcement Ltd", - "icon": "./assets/data/nsi/logos/civilenforcementltd-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330103,7 +187274,6 @@ }, { "question": "Effia", - "icon": "./assets/data/nsi/logos/effia-dee437.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330170,7 +187340,6 @@ }, { "question": "Euro Car Parks", - "icon": "./assets/data/nsi/logos/eurocarparks-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330186,7 +187355,6 @@ }, { "question": "Excel Parking Services", - "icon": "./assets/data/nsi/logos/excelparkingservices-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330329,7 +187497,6 @@ }, { "question": "Göteborgs Stads Parkerings AB", - "icon": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-7a8e9f.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330345,7 +187512,6 @@ }, { "question": "Horizon Parking", - "icon": "./assets/data/nsi/logos/horizonparking-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330473,7 +187639,6 @@ }, { "question": "Lyon Parc Auto", - "icon": "./assets/data/nsi/logos/lyonparcauto-dda220.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330505,7 +187670,6 @@ }, { "question": "National Car Parks", - "icon": "./assets/data/nsi/logos/nationalcarparks-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330570,7 +187734,6 @@ }, { "question": "NPC24H", - "icon": "./assets/data/nsi/logos/npc24h-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330593,7 +187756,6 @@ }, { "question": "NTTル・パルク", - "icon": "./assets/data/nsi/logos/nttleperc-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330619,7 +187781,6 @@ }, { "question": "One Parking Solution", - "icon": "./assets/data/nsi/logos/oneparkingsolution-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330672,7 +187833,6 @@ }, { "question": "Parking Control Management", - "icon": "./assets/data/nsi/logos/parkingcontrolmanagementukltd-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330688,7 +187848,6 @@ }, { "question": "ParkingEye", - "icon": "./assets/data/nsi/logos/parkingeye-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330897,7 +188056,6 @@ }, { "question": "Texas A&M University", - "icon": "./assets/data/nsi/logos/texasaandmuniversitytransportationservices-04f97d.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330913,7 +188071,6 @@ }, { "question": "Times", - "icon": "./assets/data/nsi/logos/park24taiwancoltd-f53f20.undefined", "osmTags": { "and": [ "amenity=parking", @@ -330992,7 +188149,6 @@ }, { "question": "UK Car Park Management", - "icon": "./assets/data/nsi/logos/ukcarparkmanagement-c49703.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331008,7 +188164,6 @@ }, { "question": "Vehicle Control Services", - "icon": "./assets/data/nsi/logos/vehiclecontrolservices-822ef4.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331093,7 +188248,6 @@ }, { "question": "アップルパーク", - "icon": "./assets/data/nsi/logos/applepark-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331119,7 +188273,6 @@ }, { "question": "エコロパーク", - "icon": "./assets/data/nsi/logos/ecolocity-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331145,7 +188298,6 @@ }, { "question": "タイムズ", - "icon": "./assets/data/nsi/logos/times24-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331171,7 +188323,6 @@ }, { "question": "トラストパーク", - "icon": "./assets/data/nsi/logos/trustpark-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331197,7 +188348,6 @@ }, { "question": "ナビパーク", - "icon": "./assets/data/nsi/logos/startsamenity-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331223,7 +188373,6 @@ }, { "question": "パークジャパン", - "icon": "./assets/data/nsi/logos/parkjapan-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331249,7 +188398,6 @@ }, { "question": "パラカ", - "icon": "./assets/data/nsi/logos/paraca-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331275,7 +188423,6 @@ }, { "question": "三井のリパーク", - "icon": "./assets/data/nsi/logos/mitsuifudosanrealty-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331301,7 +188448,6 @@ }, { "question": "台灣聯通", - "icon": "./assets/data/nsi/logos/taiwanexpressparkingdevelopmentcoltd-f53f20.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331327,7 +188473,6 @@ }, { "question": "名鉄協商パーキング", - "icon": "./assets/data/nsi/logos/meitetsukyosho-a16317.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331353,7 +188498,6 @@ }, { "question": "嘟嘟房", - "icon": "./assets/data/nsi/logos/baoshengglobalcoltd-f53f20.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331379,7 +188523,6 @@ }, { "question": "城市車旅", - "icon": "./assets/data/nsi/logos/psscoltd-f53f20.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331424,7 +188567,6 @@ }, { "question": "詮營停車", - "icon": "./assets/data/nsi/logos/parkinsystechnologycorpation-f53f20.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331450,7 +188592,6 @@ }, { "question": "運輸署 Transport Department", - "icon": "./assets/data/nsi/logos/transportdepartment-1f7225.undefined", "osmTags": { "and": [ "amenity=parking", @@ -331531,7 +188672,6 @@ }, { "question": "Baguio City Police Office", - "icon": "./assets/data/nsi/logos/baguiocitypoliceoffice-69e451.undefined", "osmTags": { "and": [ "amenity=police", @@ -331700,7 +188840,6 @@ }, { "question": "Cambridgeshire Constabulary", - "icon": "./assets/data/nsi/logos/cambridgeshireconstabulary-b0762b.undefined", "osmTags": { "and": [ "amenity=police", @@ -331791,7 +188930,6 @@ }, { "question": "Cuerpo de Agentes de Control Municipal", - "icon": "./assets/data/nsi/logos/cuerpodeagentesdecontrolmunicipal-210a6b.undefined", "osmTags": { "and": [ "amenity=police", @@ -331975,7 +189113,6 @@ }, { "question": "Edmonton Police Service", - "icon": "./assets/data/nsi/logos/edmontonpoliceservice-4fabd9.undefined", "osmTags": { "and": [ "amenity=police", @@ -332022,7 +189159,6 @@ }, { "question": "Estadual", - "icon": "./assets/data/nsi/logos/estadual-f7f40a.undefined", "osmTags": { "and": [ "amenity=police", @@ -332062,7 +189198,6 @@ }, { "question": "Gendarmerie nationale (Algeria)", - "icon": "./assets/data/nsi/logos/gendarmerienationale-1f771a.undefined", "osmTags": { "and": [ "amenity=police", @@ -332094,7 +189229,6 @@ }, { "question": "Governo do Estado de Santa Catarina", - "icon": "./assets/data/nsi/logos/governodoestadodesantacatarina-5a51ec.undefined", "osmTags": { "and": [ "amenity=police", @@ -332124,7 +189258,6 @@ }, { "question": "Greater Manchester Police", - "icon": "./assets/data/nsi/logos/greatermanchesterpolice-c04fc0.undefined", "osmTags": { "and": [ "amenity=police", @@ -332199,7 +189332,6 @@ }, { "question": "Guardia Nacional", - "icon": "./assets/data/nsi/logos/guardianacional-793396.undefined", "osmTags": { "and": [ "amenity=police", @@ -332232,7 +189364,6 @@ }, { "question": "Gwent Police", - "icon": "./assets/data/nsi/logos/gwentpolice-03a321.undefined", "osmTags": { "and": [ "amenity=police", @@ -332264,7 +189395,6 @@ }, { "question": "Hampshire Constabulary", - "icon": "./assets/data/nsi/logos/hampshireconstabulary-01cccd.undefined", "osmTags": { "and": [ "amenity=police", @@ -332279,7 +189409,6 @@ }, { "question": "Hertfordshire Constabulary", - "icon": "./assets/data/nsi/logos/hertfordshireconstabulary-b0762b.undefined", "osmTags": { "and": [ "amenity=police", @@ -332388,7 +189517,6 @@ }, { "question": "Jammu and Kashmir Police", - "icon": "./assets/data/nsi/logos/jammuandkashmirpolice-0bc1d6.undefined", "osmTags": { "and": [ "amenity=police", @@ -332419,7 +189547,6 @@ }, { "question": "Kantonspolizei Bern", - "icon": "./assets/data/nsi/logos/kantonspolizeibern-02306c.undefined", "osmTags": { "and": [ "amenity=police", @@ -332434,7 +189561,6 @@ }, { "question": "Kantonspolizei Schwyz", - "icon": "./assets/data/nsi/logos/kantonspolizeischwyz-de328a.undefined", "osmTags": { "and": [ "amenity=police", @@ -332479,7 +189605,6 @@ }, { "question": "Kent Police", - "icon": "./assets/data/nsi/logos/kentpolice-297ebf.undefined", "osmTags": { "and": [ "amenity=police", @@ -332529,7 +189654,6 @@ }, { "question": "Komenda Miejska Policji w Lublinie", - "icon": "./assets/data/nsi/logos/komendamiejskapolicjiwlublinie-821ef5.undefined", "osmTags": { "and": [ "amenity=police", @@ -332570,7 +189694,6 @@ }, { "question": "Landeskriminalamt Berlin", - "icon": "./assets/data/nsi/logos/landeskriminalamtberlin-d728c1.undefined", "osmTags": { "and": [ "amenity=police", @@ -332586,7 +189709,6 @@ }, { "question": "Landeskriminalamt Brandenburg", - "icon": "./assets/data/nsi/logos/landeskriminalamtbrandenburg-e64180.undefined", "osmTags": { "and": [ "amenity=police", @@ -332618,7 +189740,6 @@ }, { "question": "Landeskriminalamt Hamburg", - "icon": "./assets/data/nsi/logos/landeskriminalamthamburg-a93b62.undefined", "osmTags": { "and": [ "amenity=police", @@ -332634,7 +189755,6 @@ }, { "question": "Landeskriminalamt Mecklenburg-Vorpommern", - "icon": "./assets/data/nsi/logos/landeskriminalamtmecklenburgvorpommern-f418f5.undefined", "osmTags": { "and": [ "amenity=police", @@ -332682,7 +189802,6 @@ }, { "question": "Landeskriminalamt Rheinland-Pfalz", - "icon": "./assets/data/nsi/logos/landeskriminalamtrheinlandpfalz-78e8a1.undefined", "osmTags": { "and": [ "amenity=police", @@ -332698,7 +189817,6 @@ }, { "question": "Landeskriminalamt Saarland", - "icon": "./assets/data/nsi/logos/landeskriminalamtsaarland-66d9ba.undefined", "osmTags": { "and": [ "amenity=police", @@ -332714,7 +189832,6 @@ }, { "question": "Landeskriminalamt Sachsen", - "icon": "./assets/data/nsi/logos/landeskriminalamtsachsen-d7cb22.undefined", "osmTags": { "and": [ "amenity=police", @@ -332730,7 +189847,6 @@ }, { "question": "Landeskriminalamt Sachsen-Anhalt", - "icon": "./assets/data/nsi/logos/landeskriminalamtsachsenanhalt-0fb907.undefined", "osmTags": { "and": [ "amenity=police", @@ -332746,7 +189862,6 @@ }, { "question": "Landeskriminalamt Schleswig-Holstein", - "icon": "./assets/data/nsi/logos/landeskriminalamtschleswigholstein-f07ddc.undefined", "osmTags": { "and": [ "amenity=police", @@ -332887,7 +190002,6 @@ }, { "question": "Merseyside Police", - "icon": "./assets/data/nsi/logos/merseysidepolice-e9bc23.undefined", "osmTags": { "and": [ "amenity=police", @@ -332902,7 +190016,6 @@ }, { "question": "Metro Transit Police Department (Washington DC)", - "icon": "./assets/data/nsi/logos/metrotransitpolicedepartment-5e2a03.undefined", "osmTags": { "and": [ "amenity=police", @@ -332948,7 +190061,6 @@ }, { "question": "Midt- og Vestjyllands Politi", - "icon": "./assets/data/nsi/logos/midtogvestjyllandspoliti-1622d4.undefined", "osmTags": { "and": [ "amenity=police", @@ -332963,7 +190075,6 @@ }, { "question": "Midt- og Vestsjællands Politi", - "icon": "./assets/data/nsi/logos/midtogvestsjaellandspoliti-441ecf.undefined", "osmTags": { "and": [ "amenity=police", @@ -332978,7 +190089,6 @@ }, { "question": "Ministerio de Obras Públicas y Transportes", - "icon": "./assets/data/nsi/logos/ministeriodeobraspublicasytransportes-05938a.undefined", "osmTags": { "and": [ "amenity=police", @@ -332994,7 +190104,6 @@ }, { "question": "Ministerio del Interior de Cuba", - "icon": "./assets/data/nsi/logos/ministeriodelinteriordecuba-0bef41.undefined", "osmTags": { "and": [ "amenity=police", @@ -333088,7 +190197,6 @@ }, { "question": "MUP Republike Srpske", - "icon": "./assets/data/nsi/logos/muprepublikesrpske-0d83c9.undefined", "osmTags": { "and": [ "amenity=police", @@ -333133,7 +190241,6 @@ }, { "question": "Nebraska State Patrol", - "icon": "./assets/data/nsi/logos/nebraskastatepatrol-00b45e.undefined", "osmTags": { "and": [ "amenity=police", @@ -333166,7 +190273,6 @@ }, { "question": "Nevada Highway Patrol", - "icon": "./assets/data/nsi/logos/nevadahighwaypatrol-9a7641.undefined", "osmTags": { "and": [ "amenity=police", @@ -333324,7 +190430,6 @@ }, { "question": "North Wales Police", - "icon": "./assets/data/nsi/logos/northwalespolice-03a321.undefined", "osmTags": { "and": [ "amenity=police", @@ -333462,7 +190567,6 @@ }, { "question": "Peel Regional Police", - "icon": "./assets/data/nsi/logos/peelregionalpolice-ecdb14.undefined", "osmTags": { "and": [ "amenity=police", @@ -333570,7 +190674,6 @@ }, { "question": "Polícia Civil do Brasil", - "icon": "./assets/data/nsi/logos/policiacivildobrasil-f7f40a.undefined", "osmTags": { "and": [ "amenity=police", @@ -333841,7 +190944,6 @@ }, { "question": "Polícia do Exército (Portugal)", - "icon": "./assets/data/nsi/logos/policiadoexercito-269632.undefined", "osmTags": { "and": [ "amenity=police", @@ -333891,7 +190993,6 @@ }, { "question": "Policía Local", - "icon": "./assets/data/nsi/logos/policialocal-dd66e9.undefined", "osmTags": { "and": [ "amenity=police", @@ -334242,7 +191343,6 @@ }, { "question": "Polícia Militar do Estado do Piauí", - "icon": "./assets/data/nsi/logos/policiamilitardoestadodopiaui-7e89b6.undefined", "osmTags": { "and": [ "amenity=police", @@ -334417,7 +191517,6 @@ }, { "question": "Policía Nacional del Ecuador", - "icon": "./assets/data/nsi/logos/policianacionaldelecuador-210a6b.undefined", "osmTags": { "and": [ "amenity=police", @@ -334447,7 +191546,6 @@ }, { "question": "Policía Nacional Revolucionaria", - "icon": "./assets/data/nsi/logos/policianacionalrevolucionaria-0bef41.undefined", "osmTags": { "and": [ "amenity=police", @@ -334733,7 +191831,6 @@ }, { "question": "Polizei Viersen", - "icon": "./assets/data/nsi/logos/polizeiviersen-d18cd0.undefined", "osmTags": { "and": [ "amenity=police", @@ -334743,7 +191840,6 @@ }, { "question": "Polizeidirektion Lüneburg", - "icon": "./assets/data/nsi/logos/polizeidirektionluneburg-120877.undefined", "osmTags": { "and": [ "amenity=police", @@ -334788,7 +191884,6 @@ }, { "question": "Public Force of the Ministry of Public Security", - "icon": "./assets/data/nsi/logos/publicforceofcostarica-05938a.undefined", "osmTags": { "and": [ "amenity=police", @@ -334835,7 +191930,6 @@ }, { "question": "Punjab Police (Pakistan)", - "icon": "./assets/data/nsi/logos/punjabpolice-df51f9.undefined", "osmTags": { "and": [ "amenity=police", @@ -334912,7 +192006,6 @@ }, { "question": "Royal Papua New Guinea Constabulary", - "icon": "./assets/data/nsi/logos/royalpapuanewguineaconstabulary-2d366c.undefined", "osmTags": { "and": [ "amenity=police", @@ -334946,7 +192039,6 @@ }, { "question": "RPF", - "icon": "./assets/data/nsi/logos/indianrailways-d0526a.undefined", "osmTags": { "and": [ "amenity=police", @@ -334977,7 +192069,6 @@ }, { "question": "Secretaria da Segurança Pública do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/secretariadasegurancapublicadoestadodesaopaulo-0df637.undefined", "osmTags": { "and": [ "amenity=police", @@ -334992,7 +192083,6 @@ }, { "question": "Secretaria de Estado de Segurança Pública e Defesa Social", - "icon": "./assets/data/nsi/logos/secretariadeestadodesegurancapublicaedefesasocial-f7f40a.undefined", "osmTags": { "and": [ "amenity=police", @@ -335007,7 +192097,6 @@ }, { "question": "SEPSA", - "icon": "./assets/data/nsi/logos/sepsa-0bef41.undefined", "osmTags": { "and": [ "amenity=police", @@ -335079,7 +192168,6 @@ }, { "question": "South Wales Police", - "icon": "./assets/data/nsi/logos/southwalespolice-03a321.undefined", "osmTags": { "and": [ "amenity=police", @@ -335126,7 +192214,6 @@ }, { "question": "Stadtpolizei Zürich", - "icon": "./assets/data/nsi/logos/stadtpolizeizurich-ad4a21.undefined", "osmTags": { "and": [ "amenity=police", @@ -335141,7 +192228,6 @@ }, { "question": "Staffordshire Police", - "icon": "./assets/data/nsi/logos/staffordshirepolice-0d427b.undefined", "osmTags": { "and": [ "amenity=police", @@ -335187,7 +192273,6 @@ }, { "question": "Surrey Police", - "icon": "./assets/data/nsi/logos/surreypolice-297ebf.undefined", "osmTags": { "and": [ "amenity=police", @@ -335217,7 +192302,6 @@ }, { "question": "Syd- og Sønderjyllands Politi", - "icon": "./assets/data/nsi/logos/sydogsonderjyllandspoliti-96d4bc.undefined", "osmTags": { "and": [ "amenity=police", @@ -335227,7 +192311,6 @@ }, { "question": "Sydøstjyllands Politi", - "icon": "./assets/data/nsi/logos/sydostjyllandspoliti-00bac1.undefined", "osmTags": { "and": [ "amenity=police", @@ -335242,7 +192325,6 @@ }, { "question": "Sydsjællands og Lolland-Falsters Politi", - "icon": "./assets/data/nsi/logos/sydsjaellandsoglollandfalsterspoliti-441ecf.undefined", "osmTags": { "and": [ "amenity=police", @@ -335349,7 +192431,6 @@ }, { "question": "Tourist Police (Thailand)", - "icon": "./assets/data/nsi/logos/touristpolicebureau-951c56.undefined", "osmTags": { "and": [ "amenity=police", @@ -335504,7 +192585,6 @@ }, { "question": "Wiltshire Police", - "icon": "./assets/data/nsi/logos/wiltshirepolice-b499c8.undefined", "osmTags": { "and": [ "amenity=police", @@ -335519,7 +192599,6 @@ }, { "question": "Wyoming Highway Patrol", - "icon": "./assets/data/nsi/logos/wyominghighwaypatrol-07de7e.undefined", "osmTags": { "and": [ "amenity=police", @@ -335535,7 +192614,6 @@ }, { "question": "МВД РК", - "icon": "./assets/data/nsi/logos/51720c-cc5bd2.undefined", "osmTags": { "and": [ "amenity=police", @@ -335563,7 +192641,6 @@ }, { "question": "Министерство на вътрешните работи", - "icon": "./assets/data/nsi/logos/8bb510-7ca227.undefined", "osmTags": { "and": [ "amenity=police", @@ -335618,7 +192695,6 @@ }, { "question": "ق2 ل4 ف3", - "icon": "./assets/data/nsi/logos/38d255-3808d5.undefined", "osmTags": { "and": [ "amenity=police", @@ -335628,7 +192704,6 @@ }, { "question": "ق2 ل5 ف1 س3", - "icon": "./assets/data/nsi/logos/f73017-3808d5.undefined", "osmTags": { "and": [ "amenity=police", @@ -335638,7 +192713,6 @@ }, { "question": "ق2 ل5 ف2 س1", - "icon": "./assets/data/nsi/logos/6b4d94-3808d5.undefined", "osmTags": { "and": [ "amenity=police", @@ -335663,7 +192737,6 @@ }, { "question": "وزارة الداخلية", - "icon": "./assets/data/nsi/logos/0b3c04-d00fc1.undefined", "osmTags": { "and": [ "amenity=police", @@ -335690,7 +192763,6 @@ }, { "question": "北海道警察本部", - "icon": "./assets/data/nsi/logos/hokkaidoprefecturalpolice-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -335706,7 +192778,6 @@ }, { "question": "南投縣政府警察局", - "icon": "./assets/data/nsi/logos/nantoucountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335723,7 +192794,6 @@ }, { "question": "司法警察局 Directoria da Polícia Judiciária", - "icon": "./assets/data/nsi/logos/directorateofjudiciarypolice-ff7137.undefined", "osmTags": { "and": [ "amenity=police", @@ -335741,7 +192811,6 @@ }, { "question": "吹田警察署", - "icon": "./assets/data/nsi/logos/0f0a19-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -335751,7 +192820,6 @@ }, { "question": "嘉義市政府警察局", - "icon": "./assets/data/nsi/logos/chiayicitypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335768,7 +192836,6 @@ }, { "question": "嘉義縣警察局", - "icon": "./assets/data/nsi/logos/chiayicountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335802,7 +192869,6 @@ }, { "question": "基隆市警察局", - "icon": "./assets/data/nsi/logos/keelungcitypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335819,7 +192885,6 @@ }, { "question": "宜蘭縣政府警察局", - "icon": "./assets/data/nsi/logos/yilancountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335836,7 +192901,6 @@ }, { "question": "宮城県警察", - "icon": "./assets/data/nsi/logos/473bdf-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -335846,7 +192910,6 @@ }, { "question": "宿迁市公安局宿城分局", - "icon": "./assets/data/nsi/logos/728b10-18678f.undefined", "osmTags": { "and": [ "amenity=police", @@ -335856,7 +192919,6 @@ }, { "question": "宿迁市公安局宿豫分局", - "icon": "./assets/data/nsi/logos/d71507-18678f.undefined", "osmTags": { "and": [ "amenity=police", @@ -335883,7 +192945,6 @@ }, { "question": "岩手県警察本部", - "icon": "./assets/data/nsi/logos/iwateprefecturalpolice-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -335899,7 +192960,6 @@ }, { "question": "彰化縣警察局", - "icon": "./assets/data/nsi/logos/chunghacountypolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335933,7 +192993,6 @@ }, { "question": "新庄警察署", - "icon": "./assets/data/nsi/logos/0a5e2f-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -335948,7 +193007,6 @@ }, { "question": "新竹市警察局", - "icon": "./assets/data/nsi/logos/hsinchucitypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335965,7 +193023,6 @@ }, { "question": "新竹縣政府警察局橫山分局", - "icon": "./assets/data/nsi/logos/3f106a-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335975,7 +193032,6 @@ }, { "question": "新竹縣政府警察局竹東分局", - "icon": "./assets/data/nsi/logos/b76965-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -335985,7 +193041,6 @@ }, { "question": "桃園市政府警察局", - "icon": "./assets/data/nsi/logos/taoyuanpolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336055,7 +193110,6 @@ }, { "question": "石川県警察", - "icon": "./assets/data/nsi/logos/c4849a-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -336065,7 +193119,6 @@ }, { "question": "臺中市政府警察局", - "icon": "./assets/data/nsi/logos/taichungcitypolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336099,7 +193152,6 @@ }, { "question": "臺南市政府警察局", - "icon": "./assets/data/nsi/logos/tainancitypolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336116,7 +193168,6 @@ }, { "question": "臺東縣警察局", - "icon": "./assets/data/nsi/logos/taitungcountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336133,7 +193184,6 @@ }, { "question": "航空警察局", - "icon": "./assets/data/nsi/logos/aviationpolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336150,7 +193200,6 @@ }, { "question": "花蓮縣警察局", - "icon": "./assets/data/nsi/logos/hualiencountypolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336167,7 +193216,6 @@ }, { "question": "苗栗縣警察局", - "icon": "./assets/data/nsi/logos/miaolicountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336184,7 +193232,6 @@ }, { "question": "那覇警察署", - "icon": "./assets/data/nsi/logos/8e766a-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -336194,7 +193241,6 @@ }, { "question": "酒田警察署", - "icon": "./assets/data/nsi/logos/241ff3-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -336209,7 +193255,6 @@ }, { "question": "金沢中警察署", - "icon": "./assets/data/nsi/logos/df8591-ae5e65.undefined", "osmTags": { "and": [ "amenity=police", @@ -336219,7 +193264,6 @@ }, { "question": "金門縣警察局", - "icon": "./assets/data/nsi/logos/kinmencountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336236,7 +193280,6 @@ }, { "question": "鐵路警察局", - "icon": "./assets/data/nsi/logos/railwaypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336253,7 +193296,6 @@ }, { "question": "雲林縣警察局", - "icon": "./assets/data/nsi/logos/yunlincountypolicebureau-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336290,7 +193332,6 @@ }, { "question": "高雄市政府警察局", - "icon": "./assets/data/nsi/logos/kaohsiungcitypolicedepartment-c45d37.undefined", "osmTags": { "and": [ "amenity=police", @@ -336532,7 +193573,6 @@ }, { "question": "Express One (Montenegro)", - "icon": "./assets/data/nsi/logos/expressone-1f0b4c.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -336549,7 +193589,6 @@ }, { "question": "Express One (Slovensko)", - "icon": "./assets/data/nsi/logos/expressone-d9cb9e.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -336859,7 +193898,6 @@ }, { "question": "中国邮政", - "icon": "./assets/data/nsi/logos/chinapost-38b646.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -336880,7 +193918,6 @@ }, { "question": "中通快递", - "icon": "./assets/data/nsi/logos/ztoexpress-38b646.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -336902,7 +193939,6 @@ }, { "question": "京东物流", - "icon": "./assets/data/nsi/logos/jdlogistics-38b646.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -336968,7 +194004,6 @@ }, { "question": "申通快递", - "icon": "./assets/data/nsi/logos/stoexpress-38b646.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337011,7 +194046,6 @@ }, { "question": "韵达速递", - "icon": "./assets/data/nsi/logos/yundaexpress-38b646.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337158,7 +194192,6 @@ }, { "question": "Aras Kargo", - "icon": "./assets/data/nsi/logos/araskargo-74be01.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337221,7 +194254,6 @@ }, { "question": "Best-one", - "icon": "./assets/data/nsi/logos/bestone-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337280,7 +194312,6 @@ }, { "question": "Bưu điện Trung tâm 3", - "icon": "./assets/data/nsi/logos/buudientrungtam3-5b5816.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337501,7 +194532,6 @@ }, { "question": "Cyprus Post", - "icon": "./assets/data/nsi/logos/cypruspost-4539a3.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337563,7 +194593,6 @@ }, { "question": "DTDC", - "icon": "./assets/data/nsi/logos/desktodeskcourierandcargo-eef7b2.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337582,7 +194611,6 @@ }, { "question": "Edeka", - "icon": "./assets/data/nsi/logos/edeka-225eac.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337622,7 +194650,6 @@ }, { "question": "Envía", - "icon": "./assets/data/nsi/logos/envia-3eebd4.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337799,7 +194826,6 @@ }, { "question": "Instituto Postal Telegráfico de Venezuela", - "icon": "./assets/data/nsi/logos/institutopostaltelegraficodevenezuela-6371df.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337877,7 +194903,6 @@ }, { "question": "Kirkburton Post Office", - "icon": "./assets/data/nsi/logos/kirkburtonpostoffice-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -337887,7 +194912,6 @@ }, { "question": "KKTC Posta Dairesi", - "icon": "./assets/data/nsi/logos/kktcpostadairesi-cdb265.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338054,7 +195078,6 @@ }, { "question": "Martin's", - "icon": "./assets/data/nsi/logos/martins-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338079,7 +195102,6 @@ }, { "question": "Morrisons Daily", - "icon": "./assets/data/nsi/logos/morrisonsdaily-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338119,7 +195141,6 @@ }, { "question": "Nisa Local", - "icon": "./assets/data/nsi/logos/nisalocal-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338433,7 +195454,6 @@ }, { "question": "Postbank", - "icon": "./assets/data/nsi/logos/postbank-225eac.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338578,7 +195598,6 @@ }, { "question": "Royal Gibraltar Post Office", - "icon": "./assets/data/nsi/logos/royalgibraltarpostoffice-fd7cfc.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338684,7 +195703,6 @@ }, { "question": "Sürat Kargo", - "icon": "./assets/data/nsi/logos/suratkargo-74be01.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338731,7 +195749,6 @@ }, { "question": "Tesco Express", - "icon": "./assets/data/nsi/logos/tescoexpress-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338865,7 +195882,6 @@ }, { "question": "WH Smith", - "icon": "./assets/data/nsi/logos/whsmith-f65bfd.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338956,7 +195972,6 @@ }, { "question": "ГиперМолл", - "icon": "./assets/data/nsi/logos/1fa616-f30b90.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -338983,7 +195998,6 @@ }, { "question": "Интернет-магазин Евроопт", - "icon": "./assets/data/nsi/logos/ca40c3-f30b90.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -339073,7 +196087,6 @@ }, { "question": "УК \"СДЭК\"", - "icon": "./assets/data/nsi/logos/386d0e-6df28a.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -339195,7 +196208,6 @@ }, { "question": "شرکت پست جمهوری اسلامی ایران", - "icon": "./assets/data/nsi/logos/iranpost-7b16d2.undefined", "osmTags": { "and": [ "amenity=post_box", @@ -339423,7 +196435,6 @@ }, { "question": "General Logistics Systems Italy SpA", - "icon": "./assets/data/nsi/logos/generallogisticssystemsitalyspa-afe4a7.undefined", "osmTags": { "and": [ "amenity=post_depot", @@ -339433,7 +196444,6 @@ }, { "question": "General Logistics Systems Netherlands B.V.", - "icon": "./assets/data/nsi/logos/generallogisticssystemsnetherlandsbv-280cab.undefined", "osmTags": { "and": [ "amenity=post_depot", @@ -339648,7 +196658,6 @@ }, { "question": "Aras Kargo", - "icon": "./assets/data/nsi/logos/araskargo-56f07f.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -339711,7 +196720,6 @@ }, { "question": "Best-one", - "icon": "./assets/data/nsi/logos/bestone-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -339770,7 +196778,6 @@ }, { "question": "Bưu điện Trung tâm 3", - "icon": "./assets/data/nsi/logos/buudientrungtam3-c0dded.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -339992,7 +196999,6 @@ }, { "question": "Cyprus Post", - "icon": "./assets/data/nsi/logos/cypruspost-28cbc0.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340091,7 +197097,6 @@ }, { "question": "DTDC", - "icon": "./assets/data/nsi/logos/desktodeskcourierandcargo-45da12.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340110,7 +197115,6 @@ }, { "question": "Edeka", - "icon": "./assets/data/nsi/logos/edeka-8c0db3.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340150,7 +197154,6 @@ }, { "question": "Envía", - "icon": "./assets/data/nsi/logos/envia-754eb3.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340327,7 +197330,6 @@ }, { "question": "Instituto Postal Telegráfico de Venezuela", - "icon": "./assets/data/nsi/logos/institutopostaltelegraficodevenezuela-de64fe.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340420,7 +197422,6 @@ }, { "question": "Kirkburton Post Office", - "icon": "./assets/data/nsi/logos/kirkburtonpostoffice-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340430,7 +197431,6 @@ }, { "question": "KKTC Posta Dairesi", - "icon": "./assets/data/nsi/logos/kktcpostadairesi-c16b13.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340597,7 +197597,6 @@ }, { "question": "Martin's", - "icon": "./assets/data/nsi/logos/martins-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340637,7 +197636,6 @@ }, { "question": "Morrisons Daily", - "icon": "./assets/data/nsi/logos/morrisonsdaily-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -340677,7 +197675,6 @@ }, { "question": "Nisa Local", - "icon": "./assets/data/nsi/logos/nisalocal-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341021,7 +198018,6 @@ }, { "question": "Postbank", - "icon": "./assets/data/nsi/logos/postbank-8c0db3.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341166,7 +198162,6 @@ }, { "question": "Royal Gibraltar Post Office", - "icon": "./assets/data/nsi/logos/royalgibraltarpostoffice-6023ac.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341272,7 +198267,6 @@ }, { "question": "Sürat Kargo", - "icon": "./assets/data/nsi/logos/suratkargo-56f07f.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341319,7 +198313,6 @@ }, { "question": "Tesco Express", - "icon": "./assets/data/nsi/logos/tescoexpress-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341453,7 +198446,6 @@ }, { "question": "WH Smith", - "icon": "./assets/data/nsi/logos/whsmith-2ecbba.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341544,7 +198536,6 @@ }, { "question": "ГиперМолл", - "icon": "./assets/data/nsi/logos/1fa616-4d7a9f.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341571,7 +198562,6 @@ }, { "question": "Интернет-магазин Евроопт", - "icon": "./assets/data/nsi/logos/ca40c3-4d7a9f.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341676,7 +198666,6 @@ }, { "question": "УК \"СДЭК\"", - "icon": "./assets/data/nsi/logos/386d0e-20381f.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -341799,7 +198788,6 @@ }, { "question": "شرکت پست جمهوری اسلامی ایران", - "icon": "./assets/data/nsi/logos/iranpost-05a404.undefined", "osmTags": { "and": [ "amenity=post_office", @@ -342040,7 +199028,6 @@ }, { "question": "Departamento de Administração Prisional", - "icon": "./assets/data/nsi/logos/departamentodeadministracaoprisional-c44f42.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342122,7 +199109,6 @@ }, { "question": "Federale Overheidsdienst Justitie", - "icon": "./assets/data/nsi/logos/federaleoverheidsdienstjustitie-d13b57.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342397,7 +199383,6 @@ }, { "question": "Northern Ireland Prison Service", - "icon": "./assets/data/nsi/logos/northernirelandprisonservice-b47d33.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342477,7 +199462,6 @@ }, { "question": "Secretaria da Administração Penitenciária - Coordenadoria da Região Oeste do Estado", - "icon": "./assets/data/nsi/logos/secretariadaadministracaopenitenciariacoordenadoriadaregiaooestedoestado-c44f42.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342492,7 +199476,6 @@ }, { "question": "Secretaria da Segurança Pública do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/secretariadasegurancapublicadoestadodesaopaulo-064a18.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342556,7 +199539,6 @@ }, { "question": "Texas Department of Criminal Justice Correctional Institutions Division", - "icon": "./assets/data/nsi/logos/texasdepartmentofcriminaljusticecorrectionalinstitutionsdivision-024da5.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342652,7 +199634,6 @@ }, { "question": "Бывший Вятский исправительно-трудовой лагерь (Вятлаг)", - "icon": "./assets/data/nsi/logos/b61d8c-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342667,7 +199648,6 @@ }, { "question": "ГУФСИН России по Свердловской области", - "icon": "./assets/data/nsi/logos/3ae78b-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342682,7 +199662,6 @@ }, { "question": "УФСИН по Тюменской области", - "icon": "./assets/data/nsi/logos/51f30f-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342697,7 +199676,6 @@ }, { "question": "УФСИН России по Московской области", - "icon": "./assets/data/nsi/logos/2c0ae1-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342712,7 +199690,6 @@ }, { "question": "УФСИН России по Оренбургской области", - "icon": "./assets/data/nsi/logos/7e79a9-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342727,7 +199704,6 @@ }, { "question": "УФСИН России по Республике Мордовия", - "icon": "./assets/data/nsi/logos/347787-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342742,7 +199718,6 @@ }, { "question": "УФСИН России по Удмуртской Республике", - "icon": "./assets/data/nsi/logos/ac7222-a0aec7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342757,7 +199732,6 @@ }, { "question": "საქართველოს სასჯელაღსრულებისა და პრობაციის მინისტრის", - "icon": "./assets/data/nsi/logos/971969-8eb9b7.undefined", "osmTags": { "and": [ "amenity=prison", @@ -342772,7 +199746,6 @@ }, { "question": "Arkell's", - "icon": "./assets/data/nsi/logos/arkells-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342782,7 +199755,6 @@ }, { "question": "Banks's", - "icon": "./assets/data/nsi/logos/bankss-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342792,7 +199764,6 @@ }, { "question": "Batemans", - "icon": "./assets/data/nsi/logos/batemans-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342802,7 +199773,6 @@ }, { "question": "Brains", - "icon": "./assets/data/nsi/logos/brains-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342812,7 +199782,6 @@ }, { "question": "Electric Star Pubs", - "icon": "./assets/data/nsi/logos/electricstarpubs-3ca9fb.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342827,7 +199796,6 @@ }, { "question": "Enterprise Inns", - "icon": "./assets/data/nsi/logos/enterpriseinns-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342837,7 +199805,6 @@ }, { "question": "Joseph Holt", - "icon": "./assets/data/nsi/logos/josephholt-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342847,7 +199814,6 @@ }, { "question": "Louis Fitzgerald Group", - "icon": "./assets/data/nsi/logos/louisfitzgeraldgroup-fe1b7f.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342857,7 +199823,6 @@ }, { "question": "Mitchells & Butlers", - "icon": "./assets/data/nsi/logos/mitchellsandbutlers-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342867,7 +199832,6 @@ }, { "question": "NaturFreunde Deutschland", - "icon": "./assets/data/nsi/logos/naturfreundedeutschland-6fb9dd.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342877,7 +199841,6 @@ }, { "question": "Pub People", - "icon": "./assets/data/nsi/logos/pubpeople-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342887,7 +199850,6 @@ }, { "question": "Punch Taverns", - "icon": "./assets/data/nsi/logos/punchtaverns-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342897,7 +199859,6 @@ }, { "question": "Remarkable Pubs", - "icon": "./assets/data/nsi/logos/remarkablepubs-3ca9fb.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342912,7 +199873,6 @@ }, { "question": "Stonegate", - "icon": "./assets/data/nsi/logos/stonegate-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342927,7 +199887,6 @@ }, { "question": "Wadworth", - "icon": "./assets/data/nsi/logos/wadworth-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342937,7 +199896,6 @@ }, { "question": "Young & Co", - "icon": "./assets/data/nsi/logos/youngandco-c5d2b3.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342947,7 +199905,6 @@ }, { "question": "モンテローザ", - "icon": "./assets/data/nsi/logos/58d7dd-f3d162.undefined", "osmTags": { "and": [ "amenity=pub", @@ -342992,7 +199949,6 @@ }, { "question": "Abfall- und Wertstofflogistik Neuss", - "icon": "./assets/data/nsi/logos/abfallundwertstofflogistikneuss-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343008,7 +199964,6 @@ }, { "question": "Abfallbetrieb Kreis Viersen", - "icon": "./assets/data/nsi/logos/abfallbetriebkreisviersen-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343040,7 +199995,6 @@ }, { "question": "Abfallwirtschaftsbetrieb Böblingen", - "icon": "./assets/data/nsi/logos/abfallwirtschaftsbetriebboblingen-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343135,7 +200089,6 @@ }, { "question": "Acea Pinerolese Industriale Spa", - "icon": "./assets/data/nsi/logos/aceapineroleseindustrialespa-c8f206.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343145,7 +200098,6 @@ }, { "question": "AcegasApsAmga", - "icon": "./assets/data/nsi/logos/acegasapsamga-b2a9e6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343160,7 +200112,6 @@ }, { "question": "Actifrip", - "icon": "./assets/data/nsi/logos/actifrip-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343200,7 +200151,6 @@ }, { "question": "Ajonc", - "icon": "./assets/data/nsi/logos/ajonc-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343225,7 +200175,6 @@ }, { "question": "Ajuntament de Beniarbeig", - "icon": "./assets/data/nsi/logos/ajuntamentdebeniarbeig-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343240,7 +200189,6 @@ }, { "question": "Ajuntament de l'Hospitalet de Llobregat", - "icon": "./assets/data/nsi/logos/ajuntamentdelhospitaletdellobregat-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343255,7 +200203,6 @@ }, { "question": "Ajuntament de Riba-roja de Túria", - "icon": "./assets/data/nsi/logos/ajuntamentderibarojadeturia-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343270,7 +200217,6 @@ }, { "question": "Ajuntament de Sant Boi de Llobregat", - "icon": "./assets/data/nsi/logos/ajuntamentdesantboidellobregat-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343285,7 +200231,6 @@ }, { "question": "Ajuntament de Santa Coloma de Cervelló", - "icon": "./assets/data/nsi/logos/ajuntamentdesantacolomadecervello-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343300,7 +200245,6 @@ }, { "question": "Ajuntament de Santa Coloma de Gramenet", - "icon": "./assets/data/nsi/logos/ajuntamentdesantacolomadegramenet-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343315,7 +200259,6 @@ }, { "question": "Ajuntament de Santa Eulària des Riu", - "icon": "./assets/data/nsi/logos/ajuntamentdesantaeulariadesriu-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343330,7 +200273,6 @@ }, { "question": "Aktex Rohstoff-Recycling Nord", - "icon": "./assets/data/nsi/logos/aktexrohstoffrecyclingnord-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343387,7 +200329,6 @@ }, { "question": "ALBA Braunschweig GmbH", - "icon": "./assets/data/nsi/logos/albabraunschweiggmbh-7d4127.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343402,7 +200343,6 @@ }, { "question": "Algar", - "icon": "./assets/data/nsi/logos/algar-a4a964.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343412,7 +200352,6 @@ }, { "question": "Alia", - "icon": "./assets/data/nsi/logos/alia-0f8417.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343422,7 +200361,6 @@ }, { "question": "Alisea S.p.A.", - "icon": "./assets/data/nsi/logos/aliseaspa-86621e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343447,7 +200385,6 @@ }, { "question": "AMA (Roma)", - "icon": "./assets/data/nsi/logos/ama-d6d661.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343477,7 +200414,6 @@ }, { "question": "Amiu (Genova)", - "icon": "./assets/data/nsi/logos/amiu-ca477d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343487,7 +200423,6 @@ }, { "question": "AMOS", - "icon": "./assets/data/nsi/logos/amos-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343512,7 +200447,6 @@ }, { "question": "APS (Padova)", - "icon": "./assets/data/nsi/logos/aps-86621e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343527,7 +200461,6 @@ }, { "question": "AREA", - "icon": "./assets/data/nsi/logos/area-92b0ce.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343537,7 +200470,6 @@ }, { "question": "Área Limpia", - "icon": "./assets/data/nsi/logos/arealimpia-e0bb67.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343547,7 +200479,6 @@ }, { "question": "AS Eesti Keskkonnateenused", - "icon": "./assets/data/nsi/logos/aseestikeskkonnateenused-964b6d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343572,7 +200503,6 @@ }, { "question": "ASIA", - "icon": "./assets/data/nsi/logos/asia-040baf.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343582,7 +200512,6 @@ }, { "question": "association Jardin de Traverse", - "icon": "./assets/data/nsi/logos/associationjardindetraverse-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343592,7 +200521,6 @@ }, { "question": "Astral (Toronto)", - "icon": "./assets/data/nsi/logos/astral-d16161.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343617,7 +200545,6 @@ }, { "question": "Attiva (Pescara)", - "icon": "./assets/data/nsi/logos/attiva-dc4774.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343642,7 +200569,6 @@ }, { "question": "AVE", - "icon": "./assets/data/nsi/logos/ave-778b5b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343702,7 +200628,6 @@ }, { "question": "AWISTA-Starnberg", - "icon": "./assets/data/nsi/logos/awistastarnberg-4fb837.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343717,7 +200642,6 @@ }, { "question": "AWS Augsburg", - "icon": "./assets/data/nsi/logos/awsaugsburg-4fb837.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343732,7 +200656,6 @@ }, { "question": "AWS Stuttgart", - "icon": "./assets/data/nsi/logos/awsstuttgart-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343762,7 +200685,6 @@ }, { "question": "AWU Ostprignitz-Ruppin", - "icon": "./assets/data/nsi/logos/awuostprignitzruppin-5a52cc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343807,7 +200729,6 @@ }, { "question": "Ayuntamiento de Majadahonda", - "icon": "./assets/data/nsi/logos/ayuntamientodemajadahonda-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343822,7 +200743,6 @@ }, { "question": "Ayuntamiento de Málaga", - "icon": "./assets/data/nsi/logos/ayuntamientodemalaga-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343837,7 +200757,6 @@ }, { "question": "Ayuntamiento de Villarcayo de Merindad de Castilla la Vieja", - "icon": "./assets/data/nsi/logos/ayuntamientodevillarcayodemerindaddecastillalavieja-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343852,7 +200771,6 @@ }, { "question": "Baliz Textilwerke", - "icon": "./assets/data/nsi/logos/baliztextilwerke-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343877,7 +200795,6 @@ }, { "question": "Bassin de Pompey", - "icon": "./assets/data/nsi/logos/bassindepompey-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343887,7 +200804,6 @@ }, { "question": "Berlin-Textilrecycling", - "icon": "./assets/data/nsi/logos/berlintextilrecycling-10028e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343958,7 +200874,6 @@ }, { "question": "bonnorange", - "icon": "./assets/data/nsi/logos/bonnorange-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343973,7 +200888,6 @@ }, { "question": "Bordeaux Métropole", - "icon": "./assets/data/nsi/logos/bordeauxmetropole-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -343988,7 +200902,6 @@ }, { "question": "Boston Public Works Department", - "icon": "./assets/data/nsi/logos/bostonpublicworksdepartment-bca807.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344003,7 +200916,6 @@ }, { "question": "Bourgogne Recyclage", - "icon": "./assets/data/nsi/logos/bourgognerecyclage-76a332.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344029,7 +200941,6 @@ }, { "question": "Brangeon Environnement", - "icon": "./assets/data/nsi/logos/brangeonenvironnement-706144.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344039,7 +200950,6 @@ }, { "question": "BreEnt GmbH", - "icon": "./assets/data/nsi/logos/breentgmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344049,7 +200959,6 @@ }, { "question": "BRF Norra Guldheden Nr 1", - "icon": "./assets/data/nsi/logos/brfnorraguldhedennr1-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344089,7 +200998,6 @@ }, { "question": "Brotex", - "icon": "./assets/data/nsi/logos/brotex-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344114,7 +201022,6 @@ }, { "question": "Bruxelles-Propreté - Net Brussel", - "icon": "./assets/data/nsi/logos/bruxellespropretenetbrussel-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344129,7 +201036,6 @@ }, { "question": "BTV Lohsa", - "icon": "./assets/data/nsi/logos/btvlohsa-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344139,7 +201045,6 @@ }, { "question": "CACL", - "icon": "./assets/data/nsi/logos/communautedagglomerationducentrelittoral-011ab0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344155,7 +201060,6 @@ }, { "question": "Caen la Mer", - "icon": "./assets/data/nsi/logos/caenlamer-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344165,7 +201069,6 @@ }, { "question": "CALITOM Service public des déchets de Charente", - "icon": "./assets/data/nsi/logos/calitomservicepublicdesdechetsdecharente-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344190,7 +201093,6 @@ }, { "question": "Cannone", - "icon": "./assets/data/nsi/logos/cannone-ff7365.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344200,7 +201102,6 @@ }, { "question": "Caritas Ambrosiana", - "icon": "./assets/data/nsi/logos/caritasambrosiana-38e0d1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344215,7 +201116,6 @@ }, { "question": "Cavtex", - "icon": "./assets/data/nsi/logos/cavtex-10028e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344225,7 +201125,6 @@ }, { "question": "CCPOP", - "icon": "./assets/data/nsi/logos/ccpop-c4a3eb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344240,7 +201139,6 @@ }, { "question": "CCTVI", - "icon": "./assets/data/nsi/logos/cctvi-aa5dde.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344255,7 +201153,6 @@ }, { "question": "CCVCD", - "icon": "./assets/data/nsi/logos/ccvcd-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344285,7 +201182,6 @@ }, { "question": "Charlieu-Belmont Communauté", - "icon": "./assets/data/nsi/logos/charlieubelmontcommunaute-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344300,7 +201196,6 @@ }, { "question": "Chrysalide Ressourcerie", - "icon": "./assets/data/nsi/logos/chrysalideressourcerie-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344415,7 +201310,6 @@ }, { "question": "City of Vaughan", - "icon": "./assets/data/nsi/logos/cityofvaughan-d16161.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344430,7 +201324,6 @@ }, { "question": "CityGreenPoint", - "icon": "./assets/data/nsi/logos/citygreenpoint-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344440,7 +201333,6 @@ }, { "question": "CityGreenPoint Deutschland", - "icon": "./assets/data/nsi/logos/citygreenpointdeutschland-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344480,7 +201372,6 @@ }, { "question": "Club de Huella Ecológica", - "icon": "./assets/data/nsi/logos/clubdehuellaecologica-d0f14c.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344505,7 +201396,6 @@ }, { "question": "Coliba", - "icon": "./assets/data/nsi/logos/coliba-435f0b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344515,7 +201405,6 @@ }, { "question": "Collectivite Territoriale de Saint Martin - Corbeilles de Tri Selectif", - "icon": "./assets/data/nsi/logos/collectiviteterritorialedesaintmartincorbeillesdetriselectif-ce9522.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344555,7 +201444,6 @@ }, { "question": "Communauté d'agglomération du Pays Voironnais", - "icon": "./assets/data/nsi/logos/communautedagglomerationdupaysvoironnais-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344570,7 +201458,6 @@ }, { "question": "Communauté de communes Alpes Provence Verdon, Sources de Lumières", - "icon": "./assets/data/nsi/logos/communautedecommunesalpesprovenceverdonsourcesdelumieres-c4a3eb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344585,7 +201472,6 @@ }, { "question": "Communauté de communes des Pays du Sel et du Vermois", - "icon": "./assets/data/nsi/logos/communautedecommunesdespaysduseletduvermois-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344600,7 +201486,6 @@ }, { "question": "Communauté de communes du Béarn des Gaves", - "icon": "./assets/data/nsi/logos/communautedecommunesdubearndesgaves-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344615,7 +201500,6 @@ }, { "question": "Communauté de communes du Grand Pontarlier", - "icon": "./assets/data/nsi/logos/communautedecommunesdugrandpontarlier-4092a6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344630,7 +201514,6 @@ }, { "question": "Communauté de communes du Pays de Colombey et du Sud Toulois", - "icon": "./assets/data/nsi/logos/communautedecommunesdupaysdecolombeyetdusudtoulois-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344645,7 +201528,6 @@ }, { "question": "Communauté de communes du Pays de L'Arbresle", - "icon": "./assets/data/nsi/logos/communautedecommunesdupaysdelarbresle-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344661,7 +201543,6 @@ }, { "question": "Communauté de communes du Pays du Saintois", - "icon": "./assets/data/nsi/logos/communautedecommunesdupaysdusaintois-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344676,7 +201557,6 @@ }, { "question": "Communauté de communes Moselle et Madon", - "icon": "./assets/data/nsi/logos/communautedecommunesmoselleetmadon-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344691,7 +201571,6 @@ }, { "question": "Communauté de communes Pévèle Carembault", - "icon": "./assets/data/nsi/logos/communautedecommunespevelecarembault-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344706,7 +201585,6 @@ }, { "question": "Communauté de communes Terres Touloises", - "icon": "./assets/data/nsi/logos/communautedecommunesterrestouloises-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344736,7 +201614,6 @@ }, { "question": "Compostri", - "icon": "./assets/data/nsi/logos/compostri-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344761,7 +201638,6 @@ }, { "question": "Contex", - "icon": "./assets/data/nsi/logos/contex-c59bef.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344786,7 +201662,6 @@ }, { "question": "Cooperativa Sociale Centro di Lavoro San Giovanni Calabria", - "icon": "./assets/data/nsi/logos/cooperativasocialecentrodilavorosangiovannicalabria-86621e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344828,7 +201703,6 @@ }, { "question": "Coved", - "icon": "./assets/data/nsi/logos/coved-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344838,7 +201712,6 @@ }, { "question": "Cumbria Waste Management Ltd", - "icon": "./assets/data/nsi/logos/cumbriawastemanagementltd-79fa96.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344848,7 +201721,6 @@ }, { "question": "Curitas België", - "icon": "./assets/data/nsi/logos/curitasbelgie-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344858,7 +201730,6 @@ }, { "question": "Curitas Nederland", - "icon": "./assets/data/nsi/logos/curitasnederland-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344868,7 +201739,6 @@ }, { "question": "CYCLAD", - "icon": "./assets/data/nsi/logos/cyclad-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344898,7 +201768,6 @@ }, { "question": "dar", - "icon": "./assets/data/nsi/logos/dar-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344908,7 +201777,6 @@ }, { "question": "Darbo Recycling", - "icon": "./assets/data/nsi/logos/darborecycling-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344918,7 +201786,6 @@ }, { "question": "Däsa Wiederverwertungs GmbH", - "icon": "./assets/data/nsi/logos/dasawiederverwertungsgmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344958,7 +201825,6 @@ }, { "question": "des Jardins et des Hommes", - "icon": "./assets/data/nsi/logos/desjardinsetdeshommes-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -344999,7 +201865,6 @@ }, { "question": "Deutsches Rotes Kreuz Kreisverband Saarbrücken e.V.", - "icon": "./assets/data/nsi/logos/deutschesroteskreuzkreisverbandsaarbruckenev-a97253.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345039,7 +201904,6 @@ }, { "question": "Diakonie Nord Nord Ost", - "icon": "./assets/data/nsi/logos/diakonienordnordost-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345099,7 +201963,6 @@ }, { "question": "Durance Luberon Verdon Agglomération", - "icon": "./assets/data/nsi/logos/duranceluberonverdonagglomeration-c4a3eb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345146,7 +202009,6 @@ }, { "question": "East-West Textilrecycling Kursun", - "icon": "./assets/data/nsi/logos/eastwesttextilrecyclingkursun-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345156,7 +202018,6 @@ }, { "question": "Easterseals Goodwill North Dakota", - "icon": "./assets/data/nsi/logos/eastersealsgoodwillnorthdakota-fb506f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345190,7 +202051,6 @@ }, { "question": "Ecobeirão", - "icon": "./assets/data/nsi/logos/ecobeirao-25783d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345215,7 +202075,6 @@ }, { "question": "Ecotextile", - "icon": "./assets/data/nsi/logos/ecotextile-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345225,7 +202084,6 @@ }, { "question": "Eesti Taaskasutusorganisatsioon MTÜ", - "icon": "./assets/data/nsi/logos/eestitaaskasutusorganisatsioonmtu-964b6d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345253,7 +202111,6 @@ }, { "question": "Ekokymppi", - "icon": "./assets/data/nsi/logos/ekokymppi-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345268,7 +202125,6 @@ }, { "question": "Ekorosk", - "icon": "./assets/data/nsi/logos/ekorosk-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345283,7 +202139,6 @@ }, { "question": "Emmaüs", - "icon": "./assets/data/nsi/logos/emmaus-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345293,7 +202148,6 @@ }, { "question": "Empresa Municipal de Servicios de Aseo", - "icon": "./assets/data/nsi/logos/empresamunicipaldeserviciosdeaseo-fd1de5.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345319,7 +202173,6 @@ }, { "question": "Entsorgung Herne", - "icon": "./assets/data/nsi/logos/entsorgungherne-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345334,7 +202187,6 @@ }, { "question": "Entsorgungs- und Servicebetrieb Bocholt", - "icon": "./assets/data/nsi/logos/entsorgungsundservicebetriebbocholt-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345350,7 +202202,6 @@ }, { "question": "Entsorgungsbetriebe der Stadt Ulm", - "icon": "./assets/data/nsi/logos/entsorgungsbetriebederstadtulm-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345366,7 +202217,6 @@ }, { "question": "Entsorgungsbetriebe Essen", - "icon": "./assets/data/nsi/logos/entsorgungsbetriebeessen-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345382,7 +202232,6 @@ }, { "question": "ERSUC", - "icon": "./assets/data/nsi/logos/ersuc-7eff58.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345392,7 +202241,6 @@ }, { "question": "ERZ", - "icon": "./assets/data/nsi/logos/erz-3fa24a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345407,7 +202255,6 @@ }, { "question": "Esterra", - "icon": "./assets/data/nsi/logos/esterra-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345422,7 +202269,6 @@ }, { "question": "ETO", - "icon": "./assets/data/nsi/logos/eto-964b6d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345432,7 +202278,6 @@ }, { "question": "Eurocycle GmbH", - "icon": "./assets/data/nsi/logos/eurocyclegmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345476,7 +202321,6 @@ }, { "question": "Fa. A. Hahn", - "icon": "./assets/data/nsi/logos/faahahn-4fb837.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345486,7 +202330,6 @@ }, { "question": "Fa. Rhenus, im Auftrag der Stadt Heidelberg", - "icon": "./assets/data/nsi/logos/farhenusimauftragderstadtheidelberg-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345496,7 +202339,6 @@ }, { "question": "Faircollect", - "icon": "./assets/data/nsi/logos/faircollect-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345506,7 +202348,6 @@ }, { "question": "FBH-NP Nonprofit Kft.", - "icon": "./assets/data/nsi/logos/fbhnpnonprofitkft-b316be.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345516,7 +202357,6 @@ }, { "question": "FCC", - "icon": "./assets/data/nsi/logos/fcc-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345526,7 +202366,6 @@ }, { "question": "FCC BEC, s.r.o.", - "icon": "./assets/data/nsi/logos/fccbecsro-778b5b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345536,7 +202375,6 @@ }, { "question": "Fehr", - "icon": "./assets/data/nsi/logos/fehr-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345576,7 +202414,6 @@ }, { "question": "Förpackningsinsamlingen", - "icon": "./assets/data/nsi/logos/forpackningsinsamlingen-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345637,7 +202474,6 @@ }, { "question": "Fundacja Eco Textil", - "icon": "./assets/data/nsi/logos/fundacjaecotextil-f1a5a5.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345647,7 +202483,6 @@ }, { "question": "Fundacja Uśmiechu", - "icon": "./assets/data/nsi/logos/fundacjausmiechu-f1a5a5.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345657,7 +202492,6 @@ }, { "question": "Fundacja z Sercem", - "icon": "./assets/data/nsi/logos/fundacjazsercem-f1a5a5.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345667,7 +202501,6 @@ }, { "question": "FWS", - "icon": "./assets/data/nsi/logos/fws-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345677,7 +202510,6 @@ }, { "question": "FWS Altkleider Container Service", - "icon": "./assets/data/nsi/logos/fwsaltkleidercontainerservice-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345687,7 +202519,6 @@ }, { "question": "GAK Textilrecycling", - "icon": "./assets/data/nsi/logos/gaktextilrecycling-10028e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345822,7 +202653,6 @@ }, { "question": "Geofor", - "icon": "./assets/data/nsi/logos/geofor-0f8417.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345832,7 +202662,6 @@ }, { "question": "Gesamb", - "icon": "./assets/data/nsi/logos/gesamb-664788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -345858,7 +202687,6 @@ }, { "question": "Gew. Fa. Mettex", - "icon": "./assets/data/nsi/logos/gewfamettex-10028e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346117,7 +202945,6 @@ }, { "question": "Goodwill Industries of Ashtabula", - "icon": "./assets/data/nsi/logos/goodwillindustriesofashtabula-40d83e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346134,7 +202961,6 @@ }, { "question": "Goodwill Industries of Central Alabama", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralalabama-ba8eee.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346185,7 +203011,6 @@ }, { "question": "Goodwill Industries of Central Florida", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralflorida-e45d79.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346219,7 +203044,6 @@ }, { "question": "Goodwill Industries of Central Michigan's Heartland", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralmichigansheartland-faffac.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346270,7 +203094,6 @@ }, { "question": "Goodwill Industries of Dallas", - "icon": "./assets/data/nsi/logos/goodwillindustriesofdallas-5c5465.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346287,7 +203110,6 @@ }, { "question": "Goodwill Industries of Delaware and Delaware County", - "icon": "./assets/data/nsi/logos/goodwillindustriesofdelawareanddelawarecounty-659c1a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346695,7 +203517,6 @@ }, { "question": "Goodwill Industries of Northeast Indiana", - "icon": "./assets/data/nsi/logos/goodwillindustriesofnortheastindiana-827bef.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346797,7 +203618,6 @@ }, { "question": "Goodwill Industries of Northwest Ohio", - "icon": "./assets/data/nsi/logos/goodwillindustriesofnorthwestohio-5e5980.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -346967,7 +203787,6 @@ }, { "question": "Goodwill Industries of Southeastern Louisiana", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternlouisiana-f4b3df.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -347001,7 +203820,6 @@ }, { "question": "Goodwill Industries of Southeastern Wisconsin and Metropolitan Chicago", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternwisconsinandmetropolitanchicago-2f2732.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -347052,7 +203870,6 @@ }, { "question": "Goodwill Industries of Southern Ohio", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsouthernohio-1a6052.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -347222,7 +204039,6 @@ }, { "question": "Goodwill Industries of the Greater East Bay", - "icon": "./assets/data/nsi/logos/goodwillindustriesofthegreatereastbay-2532c6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -347579,7 +204395,6 @@ }, { "question": "Goodwill of Central Iowa", - "icon": "./assets/data/nsi/logos/goodwillofcentraliowa-9b051b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348173,7 +204988,6 @@ }, { "question": "Grand Annecy", - "icon": "./assets/data/nsi/logos/grandannecy-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348188,7 +205002,6 @@ }, { "question": "Grenoble-Alpes Métropole", - "icon": "./assets/data/nsi/logos/grenoblealpesmetropole-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348203,7 +205016,6 @@ }, { "question": "Grotex Recycling GmbH", - "icon": "./assets/data/nsi/logos/grotexrecyclinggmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348213,7 +205025,6 @@ }, { "question": "Grupo Empresarial del Reciclaje", - "icon": "./assets/data/nsi/logos/grupoempresarialdelreciclaje-ffc4b3.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348228,7 +205039,6 @@ }, { "question": "GSAK", - "icon": "./assets/data/nsi/logos/gsak-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348260,7 +205070,6 @@ }, { "question": "GVA Baden", - "icon": "./assets/data/nsi/logos/gvabaden-a48b14.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348270,7 +205079,6 @@ }, { "question": "H W Martin Waste Limited", - "icon": "./assets/data/nsi/logos/hwmartinwastelimited-79fa96.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348313,7 +205121,6 @@ }, { "question": "HeDi", - "icon": "./assets/data/nsi/logos/hedi-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348354,7 +205161,6 @@ }, { "question": "hoelp", - "icon": "./assets/data/nsi/logos/hoelp-079fb7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348396,7 +205202,6 @@ }, { "question": "Human Bridge", - "icon": "./assets/data/nsi/logos/humanbridge-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348421,7 +205226,6 @@ }, { "question": "HUMANA Kleidersammlung GmbH", - "icon": "./assets/data/nsi/logos/humanakleidersammlunggmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348446,7 +205250,6 @@ }, { "question": "Hygea", - "icon": "./assets/data/nsi/logos/hygea-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348486,7 +205289,6 @@ }, { "question": "Inagra", - "icon": "./assets/data/nsi/logos/inagra-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348496,7 +205298,6 @@ }, { "question": "Interco Normandie Sud Eure", - "icon": "./assets/data/nsi/logos/interconormandiesudeure-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348526,7 +205327,6 @@ }, { "question": "IOK Afvalbeheer", - "icon": "./assets/data/nsi/logos/iokafvalbeheer-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348541,7 +205341,6 @@ }, { "question": "IPALE", - "icon": "./assets/data/nsi/logos/ipale-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348566,7 +205365,6 @@ }, { "question": "Iridex", - "icon": "./assets/data/nsi/logos/iridex-4abcbd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348581,7 +205379,6 @@ }, { "question": "Isevtex", - "icon": "./assets/data/nsi/logos/isevtex-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348606,7 +205403,6 @@ }, { "question": "Isontina Ambiente", - "icon": "./assets/data/nsi/logos/isontinaambiente-63572a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348636,7 +205432,6 @@ }, { "question": "IVIO", - "icon": "./assets/data/nsi/logos/ivio-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348661,7 +205456,6 @@ }, { "question": "Jätekukko Oy", - "icon": "./assets/data/nsi/logos/jatekukkooy-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348688,7 +205482,6 @@ }, { "question": "Johannes Fehr GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/johannesfehrgmbhandcokg-7d4127.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348714,7 +205507,6 @@ }, { "question": "Jura Nature Environnement", - "icon": "./assets/data/nsi/logos/juranatureenvironnement-4092a6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348724,7 +205516,6 @@ }, { "question": "K + K Textilrecycling GmbH", - "icon": "./assets/data/nsi/logos/kktextilrecyclinggmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348734,7 +205525,6 @@ }, { "question": "Kapaklı Belediyesi", - "icon": "./assets/data/nsi/logos/kapaklibelediyesi-65a8bd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348744,7 +205534,6 @@ }, { "question": "Karl Meyer AG", - "icon": "./assets/data/nsi/logos/karlmeyerag-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348759,7 +205548,6 @@ }, { "question": "Karl Meyer Rohstoffverwertung", - "icon": "./assets/data/nsi/logos/karlmeyerrohstoffverwertung-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348769,7 +205557,6 @@ }, { "question": "Keep Athens Limestone Beautiful", - "icon": "./assets/data/nsi/logos/keepathenslimestonebeautiful-ba8eee.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348794,7 +205581,6 @@ }, { "question": "Kirkens Bymisjon", - "icon": "./assets/data/nsi/logos/kirkensbymisjon-3e1966.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348809,7 +205595,6 @@ }, { "question": "Kleine Patienten in Not e.V.", - "icon": "./assets/data/nsi/logos/kleinepatienteninnotev-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348834,7 +205619,6 @@ }, { "question": "Knettenbrech + Gurdulic", - "icon": "./assets/data/nsi/logos/knettenbrechgurdulic-611cf6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348849,7 +205633,6 @@ }, { "question": "Knettenbrech + Gurdulic Rhein-Neckar GmbH", - "icon": "./assets/data/nsi/logos/knettenbrechgurdulicrheinneckargmbh-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348859,7 +205642,6 @@ }, { "question": "Komunala Idrija", - "icon": "./assets/data/nsi/logos/komunalaidrija-db74f6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348899,7 +205681,6 @@ }, { "question": "Kreiswerke Cochem-Zell (Abfallwirtschaft)", - "icon": "./assets/data/nsi/logos/kreiswerkecochemzellabfallwirtschaft-886dbb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348909,7 +205690,6 @@ }, { "question": "KuB GmbH", - "icon": "./assets/data/nsi/logos/kubgmbh-180c3d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348919,7 +205699,6 @@ }, { "question": "Kuldīgas komunālie pakalpojumi", - "icon": "./assets/data/nsi/logos/kuldigaskomunaliepakalpojumi-402c21.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348929,7 +205708,6 @@ }, { "question": "La Bouquinerie du Sart", - "icon": "./assets/data/nsi/logos/labouquineriedusart-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348939,7 +205717,6 @@ }, { "question": "La Chiffo", - "icon": "./assets/data/nsi/logos/lachiffo-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348949,7 +205726,6 @@ }, { "question": "Lakeuden Etappi", - "icon": "./assets/data/nsi/logos/lakeudenetappi-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -348964,7 +205740,6 @@ }, { "question": "Lalandia Søndervig", - "icon": "./assets/data/nsi/logos/lalandiasondervig-12aa71.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349071,7 +205846,6 @@ }, { "question": "Lane County Waste Management", - "icon": "./assets/data/nsi/logos/lanecountywastemanagement-f1b1be.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349081,7 +205855,6 @@ }, { "question": "Lannion-Trégor Communauté", - "icon": "./assets/data/nsi/logos/lanniontregorcommunaute-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349097,7 +205870,6 @@ }, { "question": "Laval Agglomération", - "icon": "./assets/data/nsi/logos/lavalagglomeration-2b4e4a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349112,7 +205884,6 @@ }, { "question": "Le Foyer Notre-Dame des Sans-Abri", - "icon": "./assets/data/nsi/logos/lefoyernotredamedessansabri-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349127,7 +205898,6 @@ }, { "question": "Le Grand Narbonne", - "icon": "./assets/data/nsi/logos/legrandnarbonne-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349142,7 +205912,6 @@ }, { "question": "Le Mans Métropole", - "icon": "./assets/data/nsi/logos/lemansmetropole-2b4e4a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349157,7 +205926,6 @@ }, { "question": "Le Relais", - "icon": "./assets/data/nsi/logos/lerelais-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349172,7 +205940,6 @@ }, { "question": "Le Relais 75", - "icon": "./assets/data/nsi/logos/lerelais75-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349182,7 +205949,6 @@ }, { "question": "Le Relais Atlantique", - "icon": "./assets/data/nsi/logos/lerelaisatlantique-59e4c1.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349222,7 +205988,6 @@ }, { "question": "Les Alchimistes", - "icon": "./assets/data/nsi/logos/lesalchimistes-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349232,7 +205997,6 @@ }, { "question": "Les Petits Riens - Spullenhulp", - "icon": "./assets/data/nsi/logos/lespetitsriensspullenhulp-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349281,7 +206045,6 @@ }, { "question": "Limasam", - "icon": "./assets/data/nsi/logos/limasam-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349291,7 +206054,6 @@ }, { "question": "Limburg.net", - "icon": "./assets/data/nsi/logos/limburgnet-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349301,7 +206063,6 @@ }, { "question": "Limoges Métropole", - "icon": "./assets/data/nsi/logos/limogesmetropole-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349316,7 +206077,6 @@ }, { "question": "Linz AG Abfall", - "icon": "./assets/data/nsi/logos/linzagabfall-7687b0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349341,7 +206101,6 @@ }, { "question": "LIPOR", - "icon": "./assets/data/nsi/logos/lipor-e0974a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349366,7 +206125,6 @@ }, { "question": "Loop", - "icon": "./assets/data/nsi/logos/loop-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349376,7 +206134,6 @@ }, { "question": "Lorenz Wittmann GmbH", - "icon": "./assets/data/nsi/logos/lorenzwittmanngmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349386,7 +206143,6 @@ }, { "question": "Lüleburgaz Belediyesi", - "icon": "./assets/data/nsi/logos/luleburgazbelediyesi-65a8bd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349443,7 +206199,6 @@ }, { "question": "Mairie d'Evry", - "icon": "./assets/data/nsi/logos/mairiedevry-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349473,7 +206228,6 @@ }, { "question": "MARE", - "icon": "./assets/data/nsi/logos/mare-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349500,7 +206254,6 @@ }, { "question": "Marius Pedersen,a.s.", - "icon": "./assets/data/nsi/logos/mariuspedersenas-d6ea52.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349510,7 +206263,6 @@ }, { "question": "Märkische Entsorgungsgesellschaft Brandenburg mbH", - "icon": "./assets/data/nsi/logos/markischeentsorgungsgesellschaftbrandenburgmbh-5a52cc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349666,7 +206418,6 @@ }, { "question": "Miejski Zakład Zieleni, Dróg i Ochrony Środowiska w Kołobrzegu Sp. z o.o.", - "icon": "./assets/data/nsi/logos/miejskizakladzielenidrogiochronysrodowiskawkolobrzeguspzoo-f1a5a5.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349691,7 +206442,6 @@ }, { "question": "Ministerio de Ambiente y Espacio Público", - "icon": "./assets/data/nsi/logos/ministeriodeambienteyespaciopublico-d0f14c.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349718,7 +206468,6 @@ }, { "question": "Morlaix Communauté", - "icon": "./assets/data/nsi/logos/morlaixcommunaute-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349733,7 +206482,6 @@ }, { "question": "Morrisons", - "icon": "./assets/data/nsi/logos/morrisons-79fa96.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349743,7 +206491,6 @@ }, { "question": "Morrisons Foundation", - "icon": "./assets/data/nsi/logos/morrisonsfoundation-79fa96.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349753,7 +206500,6 @@ }, { "question": "Movar", - "icon": "./assets/data/nsi/logos/movar-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349763,7 +206509,6 @@ }, { "question": "Municipalidad de Quilmes", - "icon": "./assets/data/nsi/logos/municipalidaddequilmes-d0f14c.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349778,7 +206523,6 @@ }, { "question": "Municipalidad de Roldán", - "icon": "./assets/data/nsi/logos/municipalidadderoldan-d0f14c.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349793,7 +206537,6 @@ }, { "question": "Nantes Métropole", - "icon": "./assets/data/nsi/logos/nantesmetropole-2b4e4a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349808,7 +206551,6 @@ }, { "question": "Nausicaa", - "icon": "./assets/data/nsi/logos/nausicaa-0f8417.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349833,7 +206575,6 @@ }, { "question": "Next Textiles Association", - "icon": "./assets/data/nsi/logos/nexttextilesassociation-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349935,7 +206676,6 @@ }, { "question": "Oliobox", - "icon": "./assets/data/nsi/logos/oliobox-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349945,7 +206685,6 @@ }, { "question": "OOO \"Прозрачный источник\"", - "icon": "./assets/data/nsi/logos/fd4155-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349955,7 +206694,6 @@ }, { "question": "Orléans Métropole", - "icon": "./assets/data/nsi/logos/orleansmetropole-aa5dde.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -349987,7 +206725,6 @@ }, { "question": "Paris Ouest La Défense", - "icon": "./assets/data/nsi/logos/parisouestladefense-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350002,7 +206739,6 @@ }, { "question": "Paris Terres d'Envol", - "icon": "./assets/data/nsi/logos/paristerresdenvol-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350032,7 +206768,6 @@ }, { "question": "Pirkan Putkikeräys Oy", - "icon": "./assets/data/nsi/logos/pirkanputkikeraysoy-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350057,7 +206792,6 @@ }, { "question": "plastmasa.ge Batumi", - "icon": "./assets/data/nsi/logos/c84fd6-edfb3b.undefined", "osmTags": { "and": [ "recycling_type=container", @@ -350075,7 +206809,6 @@ }, { "question": "plastmasa.ge Tbilisi", - "icon": "./assets/data/nsi/logos/13d3ba-edfb3b.undefined", "osmTags": { "and": [ "recycling_type=container", @@ -350109,7 +206842,6 @@ }, { "question": "Porsiete", - "icon": "./assets/data/nsi/logos/porsiete-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350119,7 +206851,6 @@ }, { "question": "Pranta de Reciclaxe da Mancomunidade de Concellos do Barbanza", - "icon": "./assets/data/nsi/logos/prantadereciclaxedamancomunidadedeconcellosdobarbanza-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350159,7 +206890,6 @@ }, { "question": "PreZero", - "icon": "./assets/data/nsi/logos/prezero-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350174,7 +206904,6 @@ }, { "question": "Profittex GmbH", - "icon": "./assets/data/nsi/logos/profittexgmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350184,7 +206913,6 @@ }, { "question": "Provence-Alpes Agglomération", - "icon": "./assets/data/nsi/logos/provencealpesagglomeration-c4a3eb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350199,7 +206927,6 @@ }, { "question": "Punto Seguro", - "icon": "./assets/data/nsi/logos/puntoseguro-f39190.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350209,7 +206936,6 @@ }, { "question": "RAD", - "icon": "./assets/data/nsi/logos/rad-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350239,7 +206965,6 @@ }, { "question": "RCM-CORBEILLES2022-COM-ENV", - "icon": "./assets/data/nsi/logos/rcmcorbeilles2022comenv-ce9522.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350249,7 +206974,6 @@ }, { "question": "Rd4", - "icon": "./assets/data/nsi/logos/rd4-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350264,7 +206988,6 @@ }, { "question": "Recycom", - "icon": "./assets/data/nsi/logos/recycom-e380cc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350289,7 +207012,6 @@ }, { "question": "Redon Agglomération", - "icon": "./assets/data/nsi/logos/redonagglomeration-f5341b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350304,7 +207026,6 @@ }, { "question": "Reinis", - "icon": "./assets/data/nsi/logos/reinis-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350364,7 +207085,6 @@ }, { "question": "RER Group Romania", - "icon": "./assets/data/nsi/logos/rergroupromania-4abcbd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350374,7 +207094,6 @@ }, { "question": "Resíduos do Nordeste", - "icon": "./assets/data/nsi/logos/residuosdonordeste-7f5683.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350384,7 +207103,6 @@ }, { "question": "Resiestrela", - "icon": "./assets/data/nsi/logos/resiestrela-6c6872.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350394,7 +207112,6 @@ }, { "question": "Resinorte", - "icon": "./assets/data/nsi/logos/resinorte-416028.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350404,7 +207121,6 @@ }, { "question": "Retextil Recycling International", - "icon": "./assets/data/nsi/logos/retextilrecyclinginternational-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350414,7 +207130,6 @@ }, { "question": "Return-It", - "icon": "./assets/data/nsi/logos/encorppacific-32c482.undefined", "osmTags": { "and": [ "recycling:beverage_cartons=yes", @@ -350436,7 +207151,6 @@ }, { "question": "Rhenus", - "icon": "./assets/data/nsi/logos/rhenus-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350446,7 +207160,6 @@ }, { "question": "Rhenus Logistics", - "icon": "./assets/data/nsi/logos/rhenuslogistics-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350471,7 +207184,6 @@ }, { "question": "Roba Amiga", - "icon": "./assets/data/nsi/logos/robaamiga-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350496,7 +207208,6 @@ }, { "question": "Roteb", - "icon": "./assets/data/nsi/logos/roteb-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350511,7 +207222,6 @@ }, { "question": "ROVA", - "icon": "./assets/data/nsi/logos/rova-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350541,7 +207251,6 @@ }, { "question": "S.K.C. Textilrecycling KG", - "icon": "./assets/data/nsi/logos/skctextilrecyclingkg-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350566,7 +207275,6 @@ }, { "question": "Saint-Étienne Métropole", - "icon": "./assets/data/nsi/logos/saintetiennemetropole-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350581,7 +207289,6 @@ }, { "question": "SAKO", - "icon": "./assets/data/nsi/logos/sako-778b5b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350596,7 +207303,6 @@ }, { "question": "Salubritate 2000 S.A.", - "icon": "./assets/data/nsi/logos/salubritate2000sa-4abcbd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350606,7 +207312,6 @@ }, { "question": "SBA", - "icon": "./assets/data/nsi/logos/sba-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350631,7 +207336,6 @@ }, { "question": "Schweriner Abfallentsorgungs- und Straßenreinigungsgesellschaft", - "icon": "./assets/data/nsi/logos/schwerinerabfallentsorgungsundstrassenreinigungsgesellschaft-3b4603.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350662,7 +207366,6 @@ }, { "question": "SEA", - "icon": "./assets/data/nsi/logos/sea-7392ed.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350704,7 +207407,6 @@ }, { "question": "Secretaria de Serviços Públicos", - "icon": "./assets/data/nsi/logos/secretariadeservicospublicos-ade6e6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350714,7 +207416,6 @@ }, { "question": "SEMOCTOM", - "icon": "./assets/data/nsi/logos/semoctom-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350729,7 +207430,6 @@ }, { "question": "Serfim Recyclage", - "icon": "./assets/data/nsi/logos/serfimrecyclage-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350739,7 +207439,6 @@ }, { "question": "Serviços Intermunicipalizados de Águas e Resíduos", - "icon": "./assets/data/nsi/logos/servicosintermunicipalizadosdeaguaseresiduos-bcce0d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350749,7 +207448,6 @@ }, { "question": "Šiaulių regiono atliekų tvarkymo centras", - "icon": "./assets/data/nsi/logos/siauliuregionoatliekutvarkymocentras-cf4ebd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350759,7 +207457,6 @@ }, { "question": "SICTOM de la zone de Lons-le-Saunier", - "icon": "./assets/data/nsi/logos/sictomdelazonedelonslesaunier-4092a6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350774,7 +207471,6 @@ }, { "question": "SICTOM du Marsan", - "icon": "./assets/data/nsi/logos/sictomdumarsan-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350789,7 +207485,6 @@ }, { "question": "Sictom Pézenas Agde", - "icon": "./assets/data/nsi/logos/sictompezenasagde-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350799,7 +207494,6 @@ }, { "question": "SIEEOM Sud-Quercy", - "icon": "./assets/data/nsi/logos/sieeomsudquercy-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350809,7 +207503,6 @@ }, { "question": "SIETOM de Chalosse", - "icon": "./assets/data/nsi/logos/sietomdechalosse-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350824,7 +207517,6 @@ }, { "question": "Silim Environnement", - "icon": "./assets/data/nsi/logos/silimenvironnement-719c36.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350834,7 +207526,6 @@ }, { "question": "SIMAR", - "icon": "./assets/data/nsi/logos/simar-bcce0d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350844,7 +207535,6 @@ }, { "question": "Siom", - "icon": "./assets/data/nsi/logos/siom-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350854,7 +207544,6 @@ }, { "question": "SIRCTOM", - "icon": "./assets/data/nsi/logos/sirctom-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350884,7 +207573,6 @@ }, { "question": "SISTO", - "icon": "./assets/data/nsi/logos/sisto-2b4e4a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350899,7 +207587,6 @@ }, { "question": "Sita Dectra", - "icon": "./assets/data/nsi/logos/sitadectra-03cd48.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -350954,7 +207641,6 @@ }, { "question": "Služby města Český Krumlov s.r.o.", - "icon": "./assets/data/nsi/logos/sluzbymestaceskykrumlovsro-778b5b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351009,7 +207695,6 @@ }, { "question": "SMIRCTOM", - "icon": "./assets/data/nsi/logos/smirctom-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351019,7 +207704,6 @@ }, { "question": "Smitom-Lombric", - "icon": "./assets/data/nsi/logos/smitomlombric-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351029,7 +207713,6 @@ }, { "question": "Société Méditerranéenne de Nettoiement", - "icon": "./assets/data/nsi/logos/societemediterraneennedenettoiement-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351039,7 +207722,6 @@ }, { "question": "SOEX", - "icon": "./assets/data/nsi/logos/soex-a3d9bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351054,7 +207736,6 @@ }, { "question": "SOEX Recycling Germany GmbH", - "icon": "./assets/data/nsi/logos/soexrecyclinggermanygmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351064,7 +207745,6 @@ }, { "question": "Solidarité Textiles", - "icon": "./assets/data/nsi/logos/solidaritetextiles-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351121,7 +207801,6 @@ }, { "question": "SP Textilverwertung", - "icon": "./assets/data/nsi/logos/sptextilverwertung-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351146,7 +207825,6 @@ }, { "question": "Stadswerk 072", - "icon": "./assets/data/nsi/logos/stadswerk072-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351261,7 +207939,6 @@ }, { "question": "Stadtentsorgung Potsdam", - "icon": "./assets/data/nsi/logos/stadtentsorgungpotsdam-5a52cc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351277,7 +207954,6 @@ }, { "question": "Stadtfriedhof Göttingen", - "icon": "./assets/data/nsi/logos/stadtfriedhofgottingen-7d4127.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351292,7 +207968,6 @@ }, { "question": "Stadtreiniger Kassel", - "icon": "./assets/data/nsi/logos/stadtreinigerkassel-95f31a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351337,7 +208012,6 @@ }, { "question": "Stadtreinigungs-, Transport- und Baubetrieb Lüdenscheid", - "icon": "./assets/data/nsi/logos/stadtreinigungstransportundbaubetriebludenscheid-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351384,7 +208058,6 @@ }, { "question": "Stockholmshem", - "icon": "./assets/data/nsi/logos/stockholmshem-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351399,7 +208072,6 @@ }, { "question": "Subsecretaria de ambiente y espacio público", - "icon": "./assets/data/nsi/logos/subsecretariadeambienteyespaciopublico-d0f14c.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351424,7 +208096,6 @@ }, { "question": "Suez Rv Nord Est", - "icon": "./assets/data/nsi/logos/suezrvnordest-250cdd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351434,7 +208105,6 @@ }, { "question": "Suez Süd GmbH", - "icon": "./assets/data/nsi/logos/suezsudgmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351444,7 +208114,6 @@ }, { "question": "Suma", - "icon": "./assets/data/nsi/logos/suma-416028.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351454,7 +208123,6 @@ }, { "question": "Suomen Pakkauskierrätys Rinki", - "icon": "./assets/data/nsi/logos/suomenpakkauskierratysrinki-3e65e0.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351469,7 +208137,6 @@ }, { "question": "SYBERT", - "icon": "./assets/data/nsi/logos/sybert-4092a6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351484,7 +208151,6 @@ }, { "question": "SYDED du Lot", - "icon": "./assets/data/nsi/logos/sydeddulot-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351517,7 +208183,6 @@ }, { "question": "Syndicat d'Elimination des Déchets de la Haute Lande", - "icon": "./assets/data/nsi/logos/syndicatdeliminationdesdechetsdelahautelande-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351527,7 +208192,6 @@ }, { "question": "Syndicat de Destruction des Ordures Ménagères de l'Ouest du Département de l'Eure", - "icon": "./assets/data/nsi/logos/syndicatdedestructiondesorduresmenageresdelouestdudepartementdeleure-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351542,7 +208206,6 @@ }, { "question": "Syndicat de traitement des déchets du sud-est du Morbihan", - "icon": "./assets/data/nsi/logos/syndicatdetraitementdesdechetsdusudestdumorbihan-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351552,7 +208215,6 @@ }, { "question": "Syndicat de traitement des déchets du Sud-Est Morbihan", - "icon": "./assets/data/nsi/logos/syndicatdetraitementdesdechetsdusudestmorbihan-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351562,7 +208224,6 @@ }, { "question": "Syndicat de Valorisation des Déchets de la Corse", - "icon": "./assets/data/nsi/logos/syndicatdevalorisationdesdechetsdelacorse-6cabf4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351577,7 +208238,6 @@ }, { "question": "Syndicat Départemental pour l'Élimination des Déchets Ménagers et Assimilés de la Haute-Vienne", - "icon": "./assets/data/nsi/logos/syndicatdepartementalpourleliminationdesdechetsmenagersetassimilesdelahautevienne-a71053.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351592,7 +208252,6 @@ }, { "question": "Syndicat Départemental pour l'Élimination des Déchets Ménagers et Assimilés du Lot", - "icon": "./assets/data/nsi/logos/syndicatdepartementalpourleliminationdesdechetsmenagersetassimilesdulot-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351607,7 +208266,6 @@ }, { "question": "Syndicat Inter-Arrondissement de Valorisation et d'Elimination des Déchets 59", - "icon": "./assets/data/nsi/logos/syndicatinterarrondissementdevalorisationetdeliminationdesdechets59-da77aa.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351638,7 +208296,6 @@ }, { "question": "Syndicat Martiniquais de Traitement et de Valorisation des Déchets", - "icon": "./assets/data/nsi/logos/syndicatmartiniquaisdetraitementetdevalorisationdesdechets-7046ba.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351669,7 +208326,6 @@ }, { "question": "Syndicat Mixte à Vocation Unique pour la Valorisation et l'Elimination des OM de Haute-Saône", - "icon": "./assets/data/nsi/logos/syndicatmixteavocationuniquepourlavalorisationetleliminationdesomdehautesaone-4092a6.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351684,7 +208340,6 @@ }, { "question": "Syndicat mixte d'élimination des déchets de l'arrondissement de Rouen", - "icon": "./assets/data/nsi/logos/syndicatmixtedeliminationdesdechetsdelarrondissementderouen-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351699,7 +208354,6 @@ }, { "question": "Syndicat Mixte de Valorisation des Ordures Ménagères Loir et Sarthe", - "icon": "./assets/data/nsi/logos/syndicatmixtedevalorisationdesorduresmenageresloiretsarthe-369532.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351746,7 +208400,6 @@ }, { "question": "Syndicat Mixte du Point Fort", - "icon": "./assets/data/nsi/logos/syndicatmixtedupointfort-cc4bea.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351761,7 +208414,6 @@ }, { "question": "Syndicat mixte intercommunal de collecte et de traitement des ordures ménagères des Pays de Vilaine", - "icon": "./assets/data/nsi/logos/syndicatmixteintercommunaldecollecteetdetraitementdesorduresmenageresdespaysdevilaine-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351771,7 +208423,6 @@ }, { "question": "Syndicat mixte intercommunal pour la collecte et le traitement des ordures ménagères Sud-Est 35", - "icon": "./assets/data/nsi/logos/syndicatmixteintercommunalpourlacollecteetletraitementdesorduresmenageressudest35-cc247f.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351781,7 +208432,6 @@ }, { "question": "Syndicat mixte Nord Dauphiné", - "icon": "./assets/data/nsi/logos/syndicatmixtenorddauphine-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351797,7 +208447,6 @@ }, { "question": "Szegedi Hulladékgazdálkodási Nonprofit Kft.", - "icon": "./assets/data/nsi/logos/szegedihulladekgazdalkodasinonprofitkft-b316be.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351807,7 +208456,6 @@ }, { "question": "TBS", - "icon": "./assets/data/nsi/logos/tbs-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351817,7 +208465,6 @@ }, { "question": "team orange", - "icon": "./assets/data/nsi/logos/teamorange-4fb837.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351832,7 +208479,6 @@ }, { "question": "Team Sauberes Karlsruhe", - "icon": "./assets/data/nsi/logos/teamsaubereskarlsruhe-fd14c2.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351848,7 +208494,6 @@ }, { "question": "Technische Betriebe Remscheid", - "icon": "./assets/data/nsi/logos/technischebetrieberemscheid-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351864,7 +208509,6 @@ }, { "question": "Technische Betriebe Velbert", - "icon": "./assets/data/nsi/logos/technischebetriebevelbert-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351880,7 +208524,6 @@ }, { "question": "Tekniska verken", - "icon": "./assets/data/nsi/logos/tekniskaverken-43c9f4.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351895,7 +208538,6 @@ }, { "question": "Tell-Tex", - "icon": "./assets/data/nsi/logos/telltex-c59bef.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351905,7 +208547,6 @@ }, { "question": "Terre", - "icon": "./assets/data/nsi/logos/terre-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351915,7 +208556,6 @@ }, { "question": "Terres du Lauragais", - "icon": "./assets/data/nsi/logos/terresdulauragais-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351940,7 +208580,6 @@ }, { "question": "TEXAID", - "icon": "./assets/data/nsi/logos/texaid-488a54.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351955,7 +208594,6 @@ }, { "question": "TEXAID Austria", - "icon": "./assets/data/nsi/logos/texaidaustria-2e00cf.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351972,7 +208610,6 @@ }, { "question": "TEXAID Bulgaria", - "icon": "./assets/data/nsi/logos/texaidbulgaria-f11175.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -351989,7 +208626,6 @@ }, { "question": "TEXAID Collection GmbH", - "icon": "./assets/data/nsi/logos/texaidcollectiongmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352006,7 +208642,6 @@ }, { "question": "TEXAID Deutschland", - "icon": "./assets/data/nsi/logos/texaiddeutschland-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352023,7 +208658,6 @@ }, { "question": "TEXAID Hungaria", - "icon": "./assets/data/nsi/logos/texaidhungaria-b316be.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352057,7 +208691,6 @@ }, { "question": "Textileco", - "icon": "./assets/data/nsi/logos/textileco-778b5b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352087,7 +208720,6 @@ }, { "question": "Tibi", - "icon": "./assets/data/nsi/logos/tibi-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352127,7 +208759,6 @@ }, { "question": "Tremplin", - "icon": "./assets/data/nsi/logos/tremplin-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352137,7 +208768,6 @@ }, { "question": "Tribord Sarl", - "icon": "./assets/data/nsi/logos/tribordsarl-f5341b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352147,7 +208777,6 @@ }, { "question": "TRIFYL Syndicat mixte départemental de valorisation des déchets ménagers et assimilés du Tarn", - "icon": "./assets/data/nsi/logos/trifylsyndicatmixtedepartementaldevalorisationdesdechetsmenagersetassimilesdutarn-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352157,7 +208786,6 @@ }, { "question": "TRIGONE", - "icon": "./assets/data/nsi/logos/trigone-adf56a.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352204,7 +208832,6 @@ }, { "question": "TVO", - "icon": "./assets/data/nsi/logos/tvo-964b6d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352229,7 +208856,6 @@ }, { "question": "UFF", - "icon": "./assets/data/nsi/logos/uff-2c67eb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352239,7 +208865,6 @@ }, { "question": "UIC", - "icon": "./assets/data/nsi/logos/uic-92b0ce.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352249,7 +208874,6 @@ }, { "question": "Ultriplo", - "icon": "./assets/data/nsi/logos/ultriplo-416028.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352274,7 +208898,6 @@ }, { "question": "Urbarser", - "icon": "./assets/data/nsi/logos/urbarser-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352284,7 +208907,6 @@ }, { "question": "Urola Erdiko Mankomunitatea", - "icon": "./assets/data/nsi/logos/urolaerdikomankomunitatea-49dabd.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352329,7 +208951,6 @@ }, { "question": "UW Facilities", - "icon": "./assets/data/nsi/logos/uwfacilities-0169dc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352339,7 +208960,6 @@ }, { "question": "V.H.S. Europ", - "icon": "./assets/data/nsi/logos/vhseurop-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352364,7 +208984,6 @@ }, { "question": "Valnor", - "icon": "./assets/data/nsi/logos/valnor-234585.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352374,7 +208993,6 @@ }, { "question": "Valorlis", - "icon": "./assets/data/nsi/logos/valorlis-6dd39e.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352384,7 +209002,6 @@ }, { "question": "Valorsul", - "icon": "./assets/data/nsi/logos/valorsul-4e912d.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352414,7 +209031,6 @@ }, { "question": "Veolia (UK)", - "icon": "./assets/data/nsi/logos/veolia-79fa96.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352444,7 +209060,6 @@ }, { "question": "Versero GmbH", - "icon": "./assets/data/nsi/logos/verserogmbh-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352454,7 +209069,6 @@ }, { "question": "Vichy Communauté", - "icon": "./assets/data/nsi/logos/vichycommunaute-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352469,7 +209083,6 @@ }, { "question": "Vienne Condrieu Agglomération", - "icon": "./assets/data/nsi/logos/viennecondrieuagglomeration-51667b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352499,7 +209112,6 @@ }, { "question": "Ville de Romainville", - "icon": "./assets/data/nsi/logos/villederomainville-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352514,7 +209126,6 @@ }, { "question": "Ville de Sevran", - "icon": "./assets/data/nsi/logos/villedesevran-f6a4bb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352529,7 +209140,6 @@ }, { "question": "Vlaams Internationaal Centrum", - "icon": "./assets/data/nsi/logos/vlaamsinternationaalcentrum-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352544,7 +209154,6 @@ }, { "question": "Vlaams Inzamel Centrum Textiel", - "icon": "./assets/data/nsi/logos/vlaamsinzamelcentrumtextiel-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352554,7 +209163,6 @@ }, { "question": "Waardlanden", - "icon": "./assets/data/nsi/logos/waardlanden-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352581,7 +209189,6 @@ }, { "question": "Waste4Think", - "icon": "./assets/data/nsi/logos/waste4think-e380cc.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352591,7 +209198,6 @@ }, { "question": "Weisgerber Umweltservice", - "icon": "./assets/data/nsi/logos/weisgerberumweltservice-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352601,7 +209207,6 @@ }, { "question": "Wereld Missie Hulp", - "icon": "./assets/data/nsi/logos/wereldmissiehulp-980be7.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352627,7 +209232,6 @@ }, { "question": "Wittmann", - "icon": "./assets/data/nsi/logos/wittmann-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352637,7 +209241,6 @@ }, { "question": "Wolfsburger Abfallwirtschaft und Straßenreinigung", - "icon": "./assets/data/nsi/logos/wolfsburgerabfallwirtschaftundstrassenreinigung-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352685,7 +209288,6 @@ }, { "question": "ZAKU", - "icon": "./assets/data/nsi/logos/zaku-12fb31.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352695,7 +209297,6 @@ }, { "question": "ZAW", - "icon": "./assets/data/nsi/logos/zaw-6737d9.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352705,7 +209306,6 @@ }, { "question": "ZAW Donau-Wald", - "icon": "./assets/data/nsi/logos/zawdonauwald-4fb837.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352720,7 +209320,6 @@ }, { "question": "Zeeuwse ReinigingsDienst B.V.", - "icon": "./assets/data/nsi/logos/zeeuwsereinigingsdienstbv-fcd61b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352730,7 +209329,6 @@ }, { "question": "ZKE (Saarbrücken)", - "icon": "./assets/data/nsi/logos/zke-a97253.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352761,7 +209359,6 @@ }, { "question": "Zweckverband Abfallwirtschaft Region Trier", - "icon": "./assets/data/nsi/logos/zweckverbandabfallwirtschaftregiontrier-886dbb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352791,7 +209388,6 @@ }, { "question": "Zweckverband für Abfallbeseitigung Iserlohn", - "icon": "./assets/data/nsi/logos/zweckverbandfurabfallbeseitigungiserlohn-15b788.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352816,7 +209412,6 @@ }, { "question": "АРТИКА СИТИ", - "icon": "./assets/data/nsi/logos/48cffe-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352826,7 +209421,6 @@ }, { "question": "БЕЛВТИ", - "icon": "./assets/data/nsi/logos/274478-8e4ebb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352836,7 +209430,6 @@ }, { "question": "БЕЛГИПС-ЭКО", - "icon": "./assets/data/nsi/logos/6265fe-8e4ebb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352876,7 +209469,6 @@ }, { "question": "Втормет", - "icon": "./assets/data/nsi/logos/b8aefb-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352953,7 +209545,6 @@ }, { "question": "ЖКХ г. Пинска", - "icon": "./assets/data/nsi/logos/5a34cb-8e4ebb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -352963,7 +209554,6 @@ }, { "question": "Зелений промінь", - "icon": "./assets/data/nsi/logos/77a2a5-c13e89.undefined", "osmTags": { "and": [ "recycling:clothes=yes", @@ -353015,7 +209605,6 @@ }, { "question": "Мегаполисресурс", - "icon": "./assets/data/nsi/logos/d92cd2-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353025,7 +209614,6 @@ }, { "question": "МКМ Логистика", - "icon": "./assets/data/nsi/logos/7a158b-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353035,7 +209623,6 @@ }, { "question": "МЭБОО \"Зелёный полюс\"", - "icon": "./assets/data/nsi/logos/a14179-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353045,7 +209632,6 @@ }, { "question": "ОАО \"Белвторресурсы\"", - "icon": "./assets/data/nsi/logos/44a1a7-8e4ebb.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353055,7 +209641,6 @@ }, { "question": "Одескомунтранс", - "icon": "./assets/data/nsi/logos/bfe7a1-c13e89.undefined", "osmTags": { "and": [ "recycling_type=container", @@ -353071,7 +209656,6 @@ }, { "question": "ООО \"АМПК\"", - "icon": "./assets/data/nsi/logos/7e78eb-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353081,7 +209665,6 @@ }, { "question": "ООО \"Архангельский мусороперерабатывающий комбинат\"", - "icon": "./assets/data/nsi/logos/8f7652-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353091,7 +209674,6 @@ }, { "question": "ООО \"Созвездие\"", - "icon": "./assets/data/nsi/logos/6f963b-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353101,7 +209683,6 @@ }, { "question": "ООО «Спецтранс»", - "icon": "./assets/data/nsi/logos/7d01b8-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353111,7 +209692,6 @@ }, { "question": "ООО «Уралтелеком-С»", - "icon": "./assets/data/nsi/logos/473d2f-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353121,7 +209701,6 @@ }, { "question": "ПП «Экогород»", - "icon": "./assets/data/nsi/logos/783f33-c13e89.undefined", "osmTags": { "and": [ "operator=ПП «Экогород»", @@ -353132,7 +209711,6 @@ }, { "question": "Сбербанк", - "icon": "./assets/data/nsi/logos/fdcab6-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353142,7 +209720,6 @@ }, { "question": "Спецтранс", - "icon": "./assets/data/nsi/logos/88f812-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353152,7 +209729,6 @@ }, { "question": "УОН", - "icon": "./assets/data/nsi/logos/won-f11175.undefined", "osmTags": { "and": [ "recycling:cooking_oil=yes", @@ -353171,7 +209747,6 @@ }, { "question": "Чистое дело", - "icon": "./assets/data/nsi/logos/110c7f-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353181,7 +209756,6 @@ }, { "question": "Экобокс", - "icon": "./assets/data/nsi/logos/89a4e1-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353191,7 +209765,6 @@ }, { "question": "Экотехпром", - "icon": "./assets/data/nsi/logos/41e993-7bdc35.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353201,7 +209774,6 @@ }, { "question": "松岡紙業株式会社", - "icon": "./assets/data/nsi/logos/8d42e8-34949b.undefined", "osmTags": { "and": [ "amenity=recycling", @@ -353277,7 +209849,6 @@ }, { "question": "Abilene ISD", - "icon": "./assets/data/nsi/logos/abileneisd-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -353293,7 +209864,6 @@ }, { "question": "Aborlan Central District", - "icon": "./assets/data/nsi/logos/aborlancentraldistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -353309,7 +209879,6 @@ }, { "question": "Aborlan East District", - "icon": "./assets/data/nsi/logos/aborlaneastdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -353325,7 +209894,6 @@ }, { "question": "Abra De Ilog-Paluan District", - "icon": "./assets/data/nsi/logos/abradeilogpaluandistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -353341,7 +209909,6 @@ }, { "question": "Abucay District", - "icon": "./assets/data/nsi/logos/abucaydistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -353357,7 +209924,6 @@ }, { "question": "Abulug District", - "icon": "./assets/data/nsi/logos/abulugdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -353373,7 +209939,6 @@ }, { "question": "Abuyog East District", - "icon": "./assets/data/nsi/logos/abuyogeastdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -353389,7 +209954,6 @@ }, { "question": "Abuyog North District", - "icon": "./assets/data/nsi/logos/abuyognorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -353405,7 +209969,6 @@ }, { "question": "Abuyog South District", - "icon": "./assets/data/nsi/logos/abuyogsouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -353469,7 +210032,6 @@ }, { "question": "Acorn Education Trust", - "icon": "./assets/data/nsi/logos/acorneducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -353485,7 +210047,6 @@ }, { "question": "ACRA", - "icon": "./assets/data/nsi/logos/acra-a410b3.undefined", "osmTags": { "and": [ "amenity=school", @@ -353516,7 +210077,6 @@ }, { "question": "Adams 12 Five Star Schools", - "icon": "./assets/data/nsi/logos/adams12fivestarschools-64c3e7.undefined", "osmTags": { "and": [ "amenity=school", @@ -353532,7 +210092,6 @@ }, { "question": "Adams-Pagudpud District", - "icon": "./assets/data/nsi/logos/adamspagudpuddistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -353548,7 +210107,6 @@ }, { "question": "Administração Local do Estado", - "icon": "./assets/data/nsi/logos/administracaolocaldoestado-ca2051.undefined", "osmTags": { "and": [ "amenity=school", @@ -353580,7 +210138,6 @@ }, { "question": "Advance Learning Partnership", - "icon": "./assets/data/nsi/logos/advancelearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -353597,7 +210154,6 @@ }, { "question": "Agder fylkeskommune", - "icon": "./assets/data/nsi/logos/agderfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -353613,7 +210169,6 @@ }, { "question": "Aglipay District", - "icon": "./assets/data/nsi/logos/aglipaydistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -353629,7 +210184,6 @@ }, { "question": "Agno District", - "icon": "./assets/data/nsi/logos/agnodistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -353645,7 +210199,6 @@ }, { "question": "Agoncillo District", - "icon": "./assets/data/nsi/logos/agoncillodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -353661,7 +210214,6 @@ }, { "question": "Agoo West District", - "icon": "./assets/data/nsi/logos/agoowestdistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -353789,7 +210341,6 @@ }, { "question": "Agrupamento de Escolas D. Pedro IV", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdpedroiv-bd750b.undefined", "osmTags": { "and": [ "amenity=school", @@ -353933,7 +210484,6 @@ }, { "question": "Agrupamento de Escolas de Coruche", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdecoruche-2166f0.undefined", "osmTags": { "and": [ "amenity=school", @@ -354093,7 +210643,6 @@ }, { "question": "Agrupamento de Escolas de São Gonçalo", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdesaogoncalo-1f63fe.undefined", "osmTags": { "and": [ "amenity=school", @@ -354109,7 +210658,6 @@ }, { "question": "Agrupamento de Escolas de Vagos", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdevagos-5c16da.undefined", "osmTags": { "and": [ "amenity=school", @@ -354173,7 +210721,6 @@ }, { "question": "Agrupamento de Escolas do Concelho de Caminha", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasdoconcelhodecaminha-3d7fba.undefined", "osmTags": { "and": [ "amenity=school", @@ -354205,7 +210752,6 @@ }, { "question": "Agrupamento de Escolas Fernando Pessoa (Santa Maria da Feira)", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasfernandopessoa-5c16da.undefined", "osmTags": { "and": [ "amenity=school", @@ -354253,7 +210799,6 @@ }, { "question": "Agrupamento de Escolas Grão Vasco", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasgraovasco-349a25.undefined", "osmTags": { "and": [ "amenity=school", @@ -354269,7 +210814,6 @@ }, { "question": "Agrupamento de Escolas Gualdim Pais", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasgualdimpais-2a7235.undefined", "osmTags": { "and": [ "amenity=school", @@ -354285,7 +210829,6 @@ }, { "question": "Agrupamento de Escolas Infante D. Henrique (Viseu)", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasinfantedhenrique-349a25.undefined", "osmTags": { "and": [ "amenity=school", @@ -354301,7 +210844,6 @@ }, { "question": "Agrupamento de Escolas Lapiás", - "icon": "./assets/data/nsi/logos/agrupamentodeescolaslapias-1f63fe.undefined", "osmTags": { "and": [ "amenity=school", @@ -354317,7 +210859,6 @@ }, { "question": "Agrupamento de Escolas Luís de Sttau Monteiro", - "icon": "./assets/data/nsi/logos/agrupamentodeescolasluisdesttaumonteiro-1f63fe.undefined", "osmTags": { "and": [ "amenity=school", @@ -354365,7 +210906,6 @@ }, { "question": "Agrupamento de Escolas Padre Vítor Melícias", - "icon": "./assets/data/nsi/logos/agrupamentodeescolaspadrevitormelicias-1f63fe.undefined", "osmTags": { "and": [ "amenity=school", @@ -354509,7 +211049,6 @@ }, { "question": "Aguilar District", - "icon": "./assets/data/nsi/logos/aguilardistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -354525,7 +211064,6 @@ }, { "question": "Aguinaldo District", - "icon": "./assets/data/nsi/logos/aguinaldodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -354541,7 +211079,6 @@ }, { "question": "Ajuy District", - "icon": "./assets/data/nsi/logos/ajuydistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -354590,7 +211127,6 @@ }, { "question": "Alamada East District", - "icon": "./assets/data/nsi/logos/alamadaeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -354606,7 +211142,6 @@ }, { "question": "Alamada West District", - "icon": "./assets/data/nsi/logos/alamadawestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -354622,7 +211157,6 @@ }, { "question": "Alaminos District", - "icon": "./assets/data/nsi/logos/alaminosdistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -354638,7 +211172,6 @@ }, { "question": "Alangalang I District", - "icon": "./assets/data/nsi/logos/alangalangidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -354654,7 +211187,6 @@ }, { "question": "Alangalang II District", - "icon": "./assets/data/nsi/logos/alangalangiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -354670,7 +211202,6 @@ }, { "question": "alavi", - "icon": "./assets/data/nsi/logos/alavi-49f3d2.undefined", "osmTags": { "and": [ "amenity=school", @@ -354718,7 +211249,6 @@ }, { "question": "Albay II District", - "icon": "./assets/data/nsi/logos/albayiidistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -354734,7 +211264,6 @@ }, { "question": "Albor District", - "icon": "./assets/data/nsi/logos/albordistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -354750,7 +211279,6 @@ }, { "question": "Albuera North District", - "icon": "./assets/data/nsi/logos/albueranorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -354766,7 +211294,6 @@ }, { "question": "Albuera South District", - "icon": "./assets/data/nsi/logos/albuerasouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -354799,7 +211326,6 @@ }, { "question": "Alcala District", - "icon": "./assets/data/nsi/logos/alcaladistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -354815,7 +211341,6 @@ }, { "question": "Alcala East District", - "icon": "./assets/data/nsi/logos/alcalaeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -354831,7 +211356,6 @@ }, { "question": "Alcaldia de Barranquilla", - "icon": "./assets/data/nsi/logos/alcaldiadebarranquilla-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -354846,7 +211370,6 @@ }, { "question": "Alcantara District", - "icon": "./assets/data/nsi/logos/alcantaradistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -354879,7 +211402,6 @@ }, { "question": "Alegria District", - "icon": "./assets/data/nsi/logos/alegriadistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -354895,7 +211417,6 @@ }, { "question": "Aleosan East District", - "icon": "./assets/data/nsi/logos/aleosaneastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -354911,7 +211432,6 @@ }, { "question": "Aleosan West District", - "icon": "./assets/data/nsi/logos/aleosanwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -354976,7 +211496,6 @@ }, { "question": "Alfonso Castañeda District", - "icon": "./assets/data/nsi/logos/alfonsocastanedadistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -354992,7 +211511,6 @@ }, { "question": "Alfonso District", - "icon": "./assets/data/nsi/logos/alfonsodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -355008,7 +211526,6 @@ }, { "question": "Alfonso Lista District", - "icon": "./assets/data/nsi/logos/alfonsolistadistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -355024,7 +211541,6 @@ }, { "question": "Alfonso Lista I District", - "icon": "./assets/data/nsi/logos/alfonsolistaidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -355040,7 +211556,6 @@ }, { "question": "Algoma District School Board", - "icon": "./assets/data/nsi/logos/algomadistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -355108,7 +211623,6 @@ }, { "question": "Aliaga District", - "icon": "./assets/data/nsi/logos/aliagadistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -355141,7 +211655,6 @@ }, { "question": "Alicia District (Bohol)", - "icon": "./assets/data/nsi/logos/aliciadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -355157,7 +211670,6 @@ }, { "question": "Alicia District (Zamboanga Sibugay)", - "icon": "./assets/data/nsi/logos/aliciadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -355173,7 +211685,6 @@ }, { "question": "Alicia East District", - "icon": "./assets/data/nsi/logos/aliciaeastdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355189,7 +211700,6 @@ }, { "question": "Alicia North District", - "icon": "./assets/data/nsi/logos/alicianorthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355205,7 +211715,6 @@ }, { "question": "Alicia South District", - "icon": "./assets/data/nsi/logos/aliciasouthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355238,7 +211747,6 @@ }, { "question": "Alilem-Sugpon District", - "icon": "./assets/data/nsi/logos/alilemsugpondistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -355254,7 +211762,6 @@ }, { "question": "Alimodian I District", - "icon": "./assets/data/nsi/logos/alimodianidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -355270,7 +211777,6 @@ }, { "question": "Alimodian II District", - "icon": "./assets/data/nsi/logos/alimodianiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -355286,7 +211792,6 @@ }, { "question": "All Saints Schools Trust", - "icon": "./assets/data/nsi/logos/allsaintsschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -355303,7 +211808,6 @@ }, { "question": "Allacapan North District", - "icon": "./assets/data/nsi/logos/allacapannorthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355319,7 +211823,6 @@ }, { "question": "Allacapan South District", - "icon": "./assets/data/nsi/logos/allacapansouthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355335,7 +211838,6 @@ }, { "question": "Allen District", - "icon": "./assets/data/nsi/logos/allendistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -355351,7 +211853,6 @@ }, { "question": "Almagro District", - "icon": "./assets/data/nsi/logos/almagrodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -355367,7 +211868,6 @@ }, { "question": "Almeerse Scholen Groep", - "icon": "./assets/data/nsi/logos/almeersescholengroep-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -355382,7 +211882,6 @@ }, { "question": "Almeria District", - "icon": "./assets/data/nsi/logos/almeriadistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -355398,7 +211897,6 @@ }, { "question": "Aloguinsan District", - "icon": "./assets/data/nsi/logos/aloguinsandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -355414,7 +211912,6 @@ }, { "question": "Aloran District", - "icon": "./assets/data/nsi/logos/alorandistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -355430,7 +211927,6 @@ }, { "question": "Aloysius Stichting", - "icon": "./assets/data/nsi/logos/aloysiusstichting-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -355478,7 +211974,6 @@ }, { "question": "Altavas District", - "icon": "./assets/data/nsi/logos/altavasdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -355494,7 +211989,6 @@ }, { "question": "Alubijid District", - "icon": "./assets/data/nsi/logos/alubijiddistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -355526,7 +212020,6 @@ }, { "question": "Amadeo District", - "icon": "./assets/data/nsi/logos/amadeodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -355559,7 +212052,6 @@ }, { "question": "Ambitions Academies Trust", - "icon": "./assets/data/nsi/logos/ambitionsacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -355575,7 +212067,6 @@ }, { "question": "Ambray District", - "icon": "./assets/data/nsi/logos/ambraydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -355591,7 +212082,6 @@ }, { "question": "Amlan District", - "icon": "./assets/data/nsi/logos/amlandistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -355607,7 +212097,6 @@ }, { "question": "Amulung East District", - "icon": "./assets/data/nsi/logos/amulungeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355623,7 +212112,6 @@ }, { "question": "Amulung West District", - "icon": "./assets/data/nsi/logos/amulungwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355673,7 +212161,6 @@ }, { "question": "Ananda Marga Pracaraka Samgha", - "icon": "./assets/data/nsi/logos/anandamargapracarakasamgha-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -355688,7 +212175,6 @@ }, { "question": "Anao-Aon District", - "icon": "./assets/data/nsi/logos/anaoaondistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -355704,7 +212190,6 @@ }, { "question": "Anda District (Bohol)", - "icon": "./assets/data/nsi/logos/andadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -355720,7 +212205,6 @@ }, { "question": "Anda District (Pangasinan I)", - "icon": "./assets/data/nsi/logos/andadistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -355736,7 +212220,6 @@ }, { "question": "Angadanan District", - "icon": "./assets/data/nsi/logos/angadanandistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355752,7 +212235,6 @@ }, { "question": "Angadanan East District", - "icon": "./assets/data/nsi/logos/angadananeastdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355768,7 +212250,6 @@ }, { "question": "Angadanan West District", - "icon": "./assets/data/nsi/logos/angadananwestdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -355784,7 +212265,6 @@ }, { "question": "Angat District", - "icon": "./assets/data/nsi/logos/angatdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -355832,7 +212312,6 @@ }, { "question": "Anilao District", - "icon": "./assets/data/nsi/logos/anilaodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -355848,7 +212327,6 @@ }, { "question": "Anini-y District", - "icon": "./assets/data/nsi/logos/aniniydistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -355881,7 +212359,6 @@ }, { "question": "Antequera District", - "icon": "./assets/data/nsi/logos/antequeradistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -355897,7 +212374,6 @@ }, { "question": "Anthem Schools Trust", - "icon": "./assets/data/nsi/logos/anthemschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -355913,7 +212389,6 @@ }, { "question": "Antipas District", - "icon": "./assets/data/nsi/logos/antipasdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -355929,7 +212404,6 @@ }, { "question": "Apalit District", - "icon": "./assets/data/nsi/logos/apalitdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -355945,7 +212419,6 @@ }, { "question": "Aparri South Educational Zone District", - "icon": "./assets/data/nsi/logos/aparrisoutheducationalzonedistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355961,7 +212434,6 @@ }, { "question": "Aparri West District", - "icon": "./assets/data/nsi/logos/aparriwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -355977,7 +212449,6 @@ }, { "question": "Appleton Area School District", - "icon": "./assets/data/nsi/logos/appletonareaschooldistrict-ac5479.undefined", "osmTags": { "and": [ "amenity=school", @@ -355994,7 +212465,6 @@ }, { "question": "Aquinas Church of England Education Trust Limited", - "icon": "./assets/data/nsi/logos/aquinaschurchofenglandeducationtrustlimited-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -356010,7 +212480,6 @@ }, { "question": "Araceli District", - "icon": "./assets/data/nsi/logos/aracelidistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -356026,7 +212495,6 @@ }, { "question": "Arakan East District", - "icon": "./assets/data/nsi/logos/arakaneastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -356042,7 +212510,6 @@ }, { "question": "Arakan North District", - "icon": "./assets/data/nsi/logos/arakannorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -356058,7 +212525,6 @@ }, { "question": "Arakan West District", - "icon": "./assets/data/nsi/logos/arakanwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -356074,7 +212540,6 @@ }, { "question": "Arayat East District", - "icon": "./assets/data/nsi/logos/arayateastdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -356090,7 +212555,6 @@ }, { "question": "Arayat West District", - "icon": "./assets/data/nsi/logos/arayatwestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -356187,7 +212651,6 @@ }, { "question": "Argao I District", - "icon": "./assets/data/nsi/logos/argaoidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -356203,7 +212666,6 @@ }, { "question": "Argao II District", - "icon": "./assets/data/nsi/logos/argaoiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -356235,7 +212697,6 @@ }, { "question": "Aringay District", - "icon": "./assets/data/nsi/logos/aringaydistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -356251,7 +212712,6 @@ }, { "question": "Aritao East District", - "icon": "./assets/data/nsi/logos/aritaoeastdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -356267,7 +212727,6 @@ }, { "question": "Aritao West District", - "icon": "./assets/data/nsi/logos/aritaowestdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -356366,7 +212825,6 @@ }, { "question": "Aromar District", - "icon": "./assets/data/nsi/logos/aromardistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -356382,7 +212840,6 @@ }, { "question": "Aroroy East District", - "icon": "./assets/data/nsi/logos/aroroyeastdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -356398,7 +212855,6 @@ }, { "question": "Aroroy West District", - "icon": "./assets/data/nsi/logos/aroroywestdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -356414,7 +212870,6 @@ }, { "question": "Arteche District", - "icon": "./assets/data/nsi/logos/artechedistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -356430,7 +212885,6 @@ }, { "question": "Asingan I District", - "icon": "./assets/data/nsi/logos/asinganidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -356446,7 +212900,6 @@ }, { "question": "Asingan II District", - "icon": "./assets/data/nsi/logos/asinganiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -356462,7 +212915,6 @@ }, { "question": "Asipulo District", - "icon": "./assets/data/nsi/logos/asipulodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -356542,7 +212994,6 @@ }, { "question": "Asset Education", - "icon": "./assets/data/nsi/logos/asseteducation-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -356558,7 +213009,6 @@ }, { "question": "Aston Community Education Trust", - "icon": "./assets/data/nsi/logos/astoncommunityeducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -356590,7 +213040,6 @@ }, { "question": "Asturias District", - "icon": "./assets/data/nsi/logos/asturiasdistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -356606,7 +213055,6 @@ }, { "question": "Asuncion District", - "icon": "./assets/data/nsi/logos/asunciondistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -356639,7 +213087,6 @@ }, { "question": "Atimonan District", - "icon": "./assets/data/nsi/logos/atimonandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -356655,7 +213102,6 @@ }, { "question": "Atlant Basisonderwijs", - "icon": "./assets/data/nsi/logos/atlantbasisonderwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -356670,7 +213116,6 @@ }, { "question": "Atok District", - "icon": "./assets/data/nsi/logos/atokdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -356686,7 +213131,6 @@ }, { "question": "Aurora District", - "icon": "./assets/data/nsi/logos/auroradistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -356702,7 +213146,6 @@ }, { "question": "Aurora East District", - "icon": "./assets/data/nsi/logos/auroraeastdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -356718,7 +213161,6 @@ }, { "question": "Aurora West District", - "icon": "./assets/data/nsi/logos/aurorawestdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -356784,7 +213226,6 @@ }, { "question": "Ayala District", - "icon": "./assets/data/nsi/logos/ayaladistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -356800,7 +213241,6 @@ }, { "question": "Ayungon District", - "icon": "./assets/data/nsi/logos/ayungondistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -356833,7 +213273,6 @@ }, { "question": "Baao District", - "icon": "./assets/data/nsi/logos/baaodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -356849,7 +213288,6 @@ }, { "question": "Baay-Licuan District", - "icon": "./assets/data/nsi/logos/baaylicuandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -356865,7 +213303,6 @@ }, { "question": "Babak District", - "icon": "./assets/data/nsi/logos/babakdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -356881,7 +213318,6 @@ }, { "question": "Babatngon District", - "icon": "./assets/data/nsi/logos/babatngondistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -356897,7 +213333,6 @@ }, { "question": "Bacacay East District", - "icon": "./assets/data/nsi/logos/bacacayeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -356913,7 +213348,6 @@ }, { "question": "Bacacay South District", - "icon": "./assets/data/nsi/logos/bacacaysouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -356929,7 +213363,6 @@ }, { "question": "Bacacay West District", - "icon": "./assets/data/nsi/logos/bacacaywestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -356945,7 +213378,6 @@ }, { "question": "Bacarra I District", - "icon": "./assets/data/nsi/logos/bacarraidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -356961,7 +213393,6 @@ }, { "question": "Bacarra II District", - "icon": "./assets/data/nsi/logos/bacarraiidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -356977,7 +213408,6 @@ }, { "question": "Baclayon District", - "icon": "./assets/data/nsi/logos/baclayondistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -356993,7 +213423,6 @@ }, { "question": "Bacnotan District", - "icon": "./assets/data/nsi/logos/bacnotandistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357009,7 +213438,6 @@ }, { "question": "Baco District", - "icon": "./assets/data/nsi/logos/bacodistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -357025,7 +213453,6 @@ }, { "question": "Bacolod District", - "icon": "./assets/data/nsi/logos/bacoloddistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357041,7 +213468,6 @@ }, { "question": "Bacolor District", - "icon": "./assets/data/nsi/logos/bacolordistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -357057,7 +213483,6 @@ }, { "question": "Bacon East District", - "icon": "./assets/data/nsi/logos/baconeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -357073,7 +213498,6 @@ }, { "question": "Bacon West District", - "icon": "./assets/data/nsi/logos/baconwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -357089,7 +213513,6 @@ }, { "question": "Bacong District", - "icon": "./assets/data/nsi/logos/bacongdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -357105,7 +213528,6 @@ }, { "question": "Bacoor I District", - "icon": "./assets/data/nsi/logos/bacooridistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -357121,7 +213543,6 @@ }, { "question": "Bacoor II District", - "icon": "./assets/data/nsi/logos/bacooriidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -357137,7 +213558,6 @@ }, { "question": "Bacuag District", - "icon": "./assets/data/nsi/logos/bacuagdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -357153,7 +213573,6 @@ }, { "question": "Bacungan District", - "icon": "./assets/data/nsi/logos/bacungandistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -357169,7 +213588,6 @@ }, { "question": "Badian District", - "icon": "./assets/data/nsi/logos/badiandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -357185,7 +213603,6 @@ }, { "question": "Badiangan District", - "icon": "./assets/data/nsi/logos/badiangandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -357201,7 +213618,6 @@ }, { "question": "Badoc District", - "icon": "./assets/data/nsi/logos/badocdistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -357233,7 +213649,6 @@ }, { "question": "Bagabag District", - "icon": "./assets/data/nsi/logos/bagabagdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -357249,7 +213664,6 @@ }, { "question": "Baganga North District", - "icon": "./assets/data/nsi/logos/baganganorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -357265,7 +213679,6 @@ }, { "question": "Baganga South District", - "icon": "./assets/data/nsi/logos/bagangasouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -357281,7 +213694,6 @@ }, { "question": "Baggao East District", - "icon": "./assets/data/nsi/logos/baggaoeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -357297,7 +213709,6 @@ }, { "question": "Baggao North District", - "icon": "./assets/data/nsi/logos/baggaonorthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -357313,7 +213724,6 @@ }, { "question": "Baggao South District", - "icon": "./assets/data/nsi/logos/baggaosouthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -357329,7 +213739,6 @@ }, { "question": "Baggao West District", - "icon": "./assets/data/nsi/logos/baggaowestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -357345,7 +213754,6 @@ }, { "question": "Baguio District", - "icon": "./assets/data/nsi/logos/baguiodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -357361,7 +213769,6 @@ }, { "question": "Bagulin District", - "icon": "./assets/data/nsi/logos/bagulindistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357377,7 +213784,6 @@ }, { "question": "Bagumbayan I District", - "icon": "./assets/data/nsi/logos/bagumbayanidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -357393,7 +213799,6 @@ }, { "question": "Bagumbayan III District", - "icon": "./assets/data/nsi/logos/bagumbayaniiidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -357409,7 +213814,6 @@ }, { "question": "Bakun District", - "icon": "./assets/data/nsi/logos/bakundistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -357425,7 +213829,6 @@ }, { "question": "Balabac District", - "icon": "./assets/data/nsi/logos/balabacdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -357441,7 +213844,6 @@ }, { "question": "Balamban I District", - "icon": "./assets/data/nsi/logos/balambanidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -357457,7 +213859,6 @@ }, { "question": "Balamban II District", - "icon": "./assets/data/nsi/logos/balambaniidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -357473,7 +213874,6 @@ }, { "question": "Balangkayan District", - "icon": "./assets/data/nsi/logos/balangkayandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -357489,7 +213889,6 @@ }, { "question": "Balaoan District", - "icon": "./assets/data/nsi/logos/balaoandistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357505,7 +213904,6 @@ }, { "question": "Balasan District", - "icon": "./assets/data/nsi/logos/balasandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -357521,7 +213919,6 @@ }, { "question": "Balatan District", - "icon": "./assets/data/nsi/logos/balatandistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -357537,7 +213934,6 @@ }, { "question": "Balayan East District", - "icon": "./assets/data/nsi/logos/balayaneastdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -357553,7 +213949,6 @@ }, { "question": "Balayan West District", - "icon": "./assets/data/nsi/logos/balayanwestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -357569,7 +213964,6 @@ }, { "question": "Balbalan District", - "icon": "./assets/data/nsi/logos/balbalandistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -357602,7 +213996,6 @@ }, { "question": "Baleno District", - "icon": "./assets/data/nsi/logos/balenodistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -357618,7 +214011,6 @@ }, { "question": "Baler District", - "icon": "./assets/data/nsi/logos/balerdistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -357634,7 +214026,6 @@ }, { "question": "Balete District", - "icon": "./assets/data/nsi/logos/baletedistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -357650,7 +214041,6 @@ }, { "question": "Baliangao District", - "icon": "./assets/data/nsi/logos/baliangaodistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -357666,7 +214056,6 @@ }, { "question": "Baliguian District", - "icon": "./assets/data/nsi/logos/baliguiandistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -357682,7 +214071,6 @@ }, { "question": "Balilihan District", - "icon": "./assets/data/nsi/logos/balilihandistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -357698,7 +214086,6 @@ }, { "question": "Balingasag North District", - "icon": "./assets/data/nsi/logos/balingasagnorthdistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -357714,7 +214101,6 @@ }, { "question": "Balingasag South District", - "icon": "./assets/data/nsi/logos/balingasagsouthdistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -357730,7 +214116,6 @@ }, { "question": "Baliuag North District", - "icon": "./assets/data/nsi/logos/baliuagnorthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357746,7 +214131,6 @@ }, { "question": "Baliuag South District", - "icon": "./assets/data/nsi/logos/baliuagsouthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357762,7 +214146,6 @@ }, { "question": "Ballesteros District", - "icon": "./assets/data/nsi/logos/ballesterosdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -357778,7 +214161,6 @@ }, { "question": "Baloi East District", - "icon": "./assets/data/nsi/logos/baloieastdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357794,7 +214176,6 @@ }, { "question": "Baloi West District", - "icon": "./assets/data/nsi/logos/baloiwestdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -357843,7 +214224,6 @@ }, { "question": "Balud North District", - "icon": "./assets/data/nsi/logos/baludnorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -357859,7 +214239,6 @@ }, { "question": "Balud South District", - "icon": "./assets/data/nsi/logos/baludsouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -357875,7 +214254,6 @@ }, { "question": "Balungao District", - "icon": "./assets/data/nsi/logos/balungaodistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -357891,7 +214269,6 @@ }, { "question": "Bamban District", - "icon": "./assets/data/nsi/logos/bambandistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -357907,7 +214284,6 @@ }, { "question": "Bambang District", - "icon": "./assets/data/nsi/logos/bambangdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -357923,7 +214299,6 @@ }, { "question": "Banate District", - "icon": "./assets/data/nsi/logos/banatedistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -357939,7 +214314,6 @@ }, { "question": "Banaue District", - "icon": "./assets/data/nsi/logos/banauedistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -357955,7 +214329,6 @@ }, { "question": "Banaybanay District", - "icon": "./assets/data/nsi/logos/banaybanaydistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -357971,7 +214344,6 @@ }, { "question": "Banayoyo-Lidlidda-San Emilio District", - "icon": "./assets/data/nsi/logos/banayoyolidliddasanemiliodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -357987,7 +214359,6 @@ }, { "question": "Banga District", - "icon": "./assets/data/nsi/logos/bangadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358003,7 +214374,6 @@ }, { "question": "Banga East District", - "icon": "./assets/data/nsi/logos/bangaeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -358019,7 +214389,6 @@ }, { "question": "Banga North District", - "icon": "./assets/data/nsi/logos/banganorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -358035,7 +214404,6 @@ }, { "question": "Banga South District", - "icon": "./assets/data/nsi/logos/bangasouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -358051,7 +214419,6 @@ }, { "question": "Bangar District", - "icon": "./assets/data/nsi/logos/bangardistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -358067,7 +214434,6 @@ }, { "question": "Bangued East District", - "icon": "./assets/data/nsi/logos/banguedeastdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -358083,7 +214449,6 @@ }, { "question": "Bangui District", - "icon": "./assets/data/nsi/logos/banguidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -358099,7 +214464,6 @@ }, { "question": "Bani District", - "icon": "./assets/data/nsi/logos/banidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -358115,7 +214479,6 @@ }, { "question": "Banisilan South District", - "icon": "./assets/data/nsi/logos/banisilansouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -358131,7 +214494,6 @@ }, { "question": "Banna District", - "icon": "./assets/data/nsi/logos/bannadistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -358147,7 +214509,6 @@ }, { "question": "Bansalan East District", - "icon": "./assets/data/nsi/logos/bansalaneastdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -358163,7 +214524,6 @@ }, { "question": "Bansalan West District", - "icon": "./assets/data/nsi/logos/bansalanwestdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -358179,7 +214539,6 @@ }, { "question": "Bansud District", - "icon": "./assets/data/nsi/logos/bansuddistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -358195,7 +214554,6 @@ }, { "question": "Bantay District", - "icon": "./assets/data/nsi/logos/bantaydistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -358211,7 +214569,6 @@ }, { "question": "Bantayan I District", - "icon": "./assets/data/nsi/logos/bantayanidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -358227,7 +214584,6 @@ }, { "question": "Bantayan II District", - "icon": "./assets/data/nsi/logos/bantayaniidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -358243,7 +214599,6 @@ }, { "question": "Barbaza District", - "icon": "./assets/data/nsi/logos/barbazadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358259,7 +214614,6 @@ }, { "question": "Barcelona District (Dapitan City)", - "icon": "./assets/data/nsi/logos/barcelonadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -358275,7 +214629,6 @@ }, { "question": "Barcelona District (Sorsogon)", - "icon": "./assets/data/nsi/logos/barcelonadistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -358291,7 +214644,6 @@ }, { "question": "Barili I District", - "icon": "./assets/data/nsi/logos/bariliidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -358307,7 +214659,6 @@ }, { "question": "Barili II District", - "icon": "./assets/data/nsi/logos/bariliiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -358323,7 +214674,6 @@ }, { "question": "Barlig District", - "icon": "./assets/data/nsi/logos/barligdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -358355,7 +214705,6 @@ }, { "question": "Barobo I District", - "icon": "./assets/data/nsi/logos/baroboidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -358371,7 +214720,6 @@ }, { "question": "Barobo II District", - "icon": "./assets/data/nsi/logos/baroboiidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -358387,7 +214735,6 @@ }, { "question": "Barotac Nuevo District", - "icon": "./assets/data/nsi/logos/barotacnuevodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358403,7 +214750,6 @@ }, { "question": "Barotac Viejo District", - "icon": "./assets/data/nsi/logos/barotacviejodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358419,7 +214765,6 @@ }, { "question": "Baroy District", - "icon": "./assets/data/nsi/logos/baroydistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -358435,7 +214780,6 @@ }, { "question": "Bartow County School System", - "icon": "./assets/data/nsi/logos/bartowcountyschoolsystem-159679.undefined", "osmTags": { "and": [ "amenity=school", @@ -358451,7 +214795,6 @@ }, { "question": "Barugo I District", - "icon": "./assets/data/nsi/logos/barugoidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -358467,7 +214810,6 @@ }, { "question": "Barugo II District", - "icon": "./assets/data/nsi/logos/barugoiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -358483,7 +214825,6 @@ }, { "question": "Basay (Sub-District)", - "icon": "./assets/data/nsi/logos/basaysubdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -358499,7 +214840,6 @@ }, { "question": "Basey I District", - "icon": "./assets/data/nsi/logos/baseyidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -358515,7 +214855,6 @@ }, { "question": "Basey II District", - "icon": "./assets/data/nsi/logos/baseyiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -358531,7 +214870,6 @@ }, { "question": "Bashkia Tiranë", - "icon": "./assets/data/nsi/logos/bashkiatirane-3ac278.undefined", "osmTags": { "and": [ "amenity=school", @@ -358547,7 +214885,6 @@ }, { "question": "Basista District", - "icon": "./assets/data/nsi/logos/basistadistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -358563,7 +214900,6 @@ }, { "question": "Basud District", - "icon": "./assets/data/nsi/logos/basuddistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -358579,7 +214915,6 @@ }, { "question": "Batac I District", - "icon": "./assets/data/nsi/logos/batacidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -358595,7 +214930,6 @@ }, { "question": "Batad District", - "icon": "./assets/data/nsi/logos/bataddistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358611,7 +214945,6 @@ }, { "question": "Batan District", - "icon": "./assets/data/nsi/logos/batandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -358627,7 +214960,6 @@ }, { "question": "Bataraza District I", - "icon": "./assets/data/nsi/logos/batarazadistricti-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -358643,7 +214975,6 @@ }, { "question": "Bataraza District II", - "icon": "./assets/data/nsi/logos/batarazadistrictii-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -358691,7 +215022,6 @@ }, { "question": "Bato District (Camarines Sur)", - "icon": "./assets/data/nsi/logos/batodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -358707,7 +215037,6 @@ }, { "question": "Bato District (Leyte)", - "icon": "./assets/data/nsi/logos/batodistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -358723,7 +215052,6 @@ }, { "question": "Bato East District", - "icon": "./assets/data/nsi/logos/batoeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -358756,7 +215084,6 @@ }, { "question": "Batuan District (Bohol)", - "icon": "./assets/data/nsi/logos/batuandistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -358772,7 +215099,6 @@ }, { "question": "Batuan District (Masbate)", - "icon": "./assets/data/nsi/logos/batuandistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -358788,7 +215114,6 @@ }, { "question": "Bauan District", - "icon": "./assets/data/nsi/logos/bauandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -358804,7 +215129,6 @@ }, { "question": "Bauang North District", - "icon": "./assets/data/nsi/logos/bauangnorthdistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -358820,7 +215144,6 @@ }, { "question": "Bauang South District", - "icon": "./assets/data/nsi/logos/bauangsouthdistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -358836,7 +215159,6 @@ }, { "question": "Bauko District", - "icon": "./assets/data/nsi/logos/baukodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -358852,7 +215174,6 @@ }, { "question": "Bauko I District", - "icon": "./assets/data/nsi/logos/baukoidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -358868,7 +215189,6 @@ }, { "question": "Bauko II District", - "icon": "./assets/data/nsi/logos/baukoiidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -358884,7 +215204,6 @@ }, { "question": "Baungon District", - "icon": "./assets/data/nsi/logos/baungondistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -358900,7 +215219,6 @@ }, { "question": "Bautista District", - "icon": "./assets/data/nsi/logos/bautistadistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -358916,7 +215234,6 @@ }, { "question": "Baxmal tuman xalq ta'limi boshqarmasi", - "icon": "./assets/data/nsi/logos/baxmaltumanxalqtalimiboshqarmasi-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -358931,7 +215248,6 @@ }, { "question": "Bay District", - "icon": "./assets/data/nsi/logos/baydistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -358947,7 +215263,6 @@ }, { "question": "Bayambang I District", - "icon": "./assets/data/nsi/logos/bayambangidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -358963,7 +215278,6 @@ }, { "question": "Bayambang II District", - "icon": "./assets/data/nsi/logos/bayambangiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -358979,7 +215293,6 @@ }, { "question": "Bayawan East District", - "icon": "./assets/data/nsi/logos/bayawaneastdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -358995,7 +215308,6 @@ }, { "question": "Bayawan West District", - "icon": "./assets/data/nsi/logos/bayawanwestdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -359011,7 +215323,6 @@ }, { "question": "Baybay I District", - "icon": "./assets/data/nsi/logos/baybayidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359027,7 +215338,6 @@ }, { "question": "Baybay II District", - "icon": "./assets/data/nsi/logos/baybayiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359043,7 +215353,6 @@ }, { "question": "Baybay III District", - "icon": "./assets/data/nsi/logos/baybayiiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359059,7 +215368,6 @@ }, { "question": "Baybay IV District", - "icon": "./assets/data/nsi/logos/baybayivdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359075,7 +215383,6 @@ }, { "question": "Baylimango District", - "icon": "./assets/data/nsi/logos/baylimangodistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -359091,7 +215398,6 @@ }, { "question": "Bayog District", - "icon": "./assets/data/nsi/logos/bayogdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -359107,7 +215413,6 @@ }, { "question": "Bayombong District", - "icon": "./assets/data/nsi/logos/bayombongdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -359123,7 +215428,6 @@ }, { "question": "Bayugan Central District", - "icon": "./assets/data/nsi/logos/bayugancentraldistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359139,7 +215443,6 @@ }, { "question": "Bayugan East District", - "icon": "./assets/data/nsi/logos/bayuganeastdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359155,7 +215458,6 @@ }, { "question": "Bayugan North District", - "icon": "./assets/data/nsi/logos/bayugannorthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359171,7 +215473,6 @@ }, { "question": "Bayugan South District", - "icon": "./assets/data/nsi/logos/bayugansouthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359187,7 +215488,6 @@ }, { "question": "Bayugan West District", - "icon": "./assets/data/nsi/logos/bayuganwestdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359237,7 +215537,6 @@ }, { "question": "Beckfoot Trust", - "icon": "./assets/data/nsi/logos/beckfoottrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -359301,7 +215600,6 @@ }, { "question": "Behörde für Schule und Berufsbildung der Freien und Hansestadt Hamburg", - "icon": "./assets/data/nsi/logos/behordefurschuleundberufsbildungderfreienundhansestadthamburg-964df5.undefined", "osmTags": { "and": [ "amenity=school", @@ -359366,7 +215664,6 @@ }, { "question": "Bellingham Public Schools", - "icon": "./assets/data/nsi/logos/bellinghampublicschools-48f47a.undefined", "osmTags": { "and": [ "amenity=school", @@ -359400,7 +215697,6 @@ }, { "question": "Benito Soliven District", - "icon": "./assets/data/nsi/logos/benitosolivendistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -359432,7 +215728,6 @@ }, { "question": "Berkeley Unified School District", - "icon": "./assets/data/nsi/logos/berkeleyunifiedschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -359498,7 +215793,6 @@ }, { "question": "Besao District", - "icon": "./assets/data/nsi/logos/besaodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -359548,7 +215842,6 @@ }, { "question": "Bethlehem Area School District", - "icon": "./assets/data/nsi/logos/bethlehemareaschooldistrict-664aaf.undefined", "osmTags": { "and": [ "amenity=school", @@ -359580,7 +215873,6 @@ }, { "question": "Bezirksamt Friedrichshain-Kreuzberg von Berlin", - "icon": "./assets/data/nsi/logos/bezirksamtfriedrichshainkreuzbergvonberlin-d52d16.undefined", "osmTags": { "and": [ "amenity=school", @@ -359596,7 +215888,6 @@ }, { "question": "Bezirksamt Neukölln von Berlin", - "icon": "./assets/data/nsi/logos/bezirksamtneukollnvonberlin-d52d16.undefined", "osmTags": { "and": [ "amenity=school", @@ -359612,7 +215903,6 @@ }, { "question": "Bezirksamt Spandau von Berlin", - "icon": "./assets/data/nsi/logos/bezirksamtspandauvonberlin-d52d16.undefined", "osmTags": { "and": [ "amenity=school", @@ -359644,7 +215934,6 @@ }, { "question": "Bezirksamt Tempelhof-Schöneberg von Berlin", - "icon": "./assets/data/nsi/logos/bezirksamttempelhofschonebergvonberlin-d52d16.undefined", "osmTags": { "and": [ "amenity=school", @@ -359692,7 +215981,6 @@ }, { "question": "Bien Unido District", - "icon": "./assets/data/nsi/logos/bienunidodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -359708,7 +215996,6 @@ }, { "question": "Bilar District", - "icon": "./assets/data/nsi/logos/bilardistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -359724,7 +216011,6 @@ }, { "question": "Biliran District", - "icon": "./assets/data/nsi/logos/bilirandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -359740,7 +216026,6 @@ }, { "question": "Binalbagan I District", - "icon": "./assets/data/nsi/logos/binalbaganidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -359756,7 +216041,6 @@ }, { "question": "Binalbagan II District", - "icon": "./assets/data/nsi/logos/binalbaganiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -359772,7 +216056,6 @@ }, { "question": "Binalonan I District", - "icon": "./assets/data/nsi/logos/binalonanidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -359788,7 +216071,6 @@ }, { "question": "Binalonan II District", - "icon": "./assets/data/nsi/logos/binalonaniidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -359804,7 +216086,6 @@ }, { "question": "Biñan District", - "icon": "./assets/data/nsi/logos/binandistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -359820,7 +216101,6 @@ }, { "question": "Binangonan I District", - "icon": "./assets/data/nsi/logos/binangonanidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -359836,7 +216116,6 @@ }, { "question": "Binangonan II District", - "icon": "./assets/data/nsi/logos/binangonaniidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -359852,7 +216131,6 @@ }, { "question": "Binangonan III District", - "icon": "./assets/data/nsi/logos/binangonaniiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -359868,7 +216146,6 @@ }, { "question": "Bindoy District", - "icon": "./assets/data/nsi/logos/bindoydistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -359884,7 +216161,6 @@ }, { "question": "Bingawan District", - "icon": "./assets/data/nsi/logos/bingawandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -359900,7 +216176,6 @@ }, { "question": "Binmaley I District", - "icon": "./assets/data/nsi/logos/binmaleyidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -359916,7 +216191,6 @@ }, { "question": "Binmaley II District", - "icon": "./assets/data/nsi/logos/binmaleyiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -359932,7 +216206,6 @@ }, { "question": "Binugao District", - "icon": "./assets/data/nsi/logos/binugaodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -359965,7 +216238,6 @@ }, { "question": "Biri District", - "icon": "./assets/data/nsi/logos/biridistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -360014,7 +216286,6 @@ }, { "question": "Bishop Bewick Catholic Education Trust", - "icon": "./assets/data/nsi/logos/bishopbewickcatholiceducationtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -360047,7 +216318,6 @@ }, { "question": "Bishop Hogarth Catholic Education Trust", - "icon": "./assets/data/nsi/logos/bishophogarthcatholiceducationtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -360080,7 +216350,6 @@ }, { "question": "Bislig District", - "icon": "./assets/data/nsi/logos/bisligdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -360193,7 +216462,6 @@ }, { "question": "Blessed Christopher Wharton Catholic Academy Trust", - "icon": "./assets/data/nsi/logos/blessedchristopherwhartoncatholicacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360225,7 +216493,6 @@ }, { "question": "BLICK op onderwijs", - "icon": "./assets/data/nsi/logos/blickoponderwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -360273,7 +216540,6 @@ }, { "question": "Boac North District", - "icon": "./assets/data/nsi/logos/boacnorthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360289,7 +216555,6 @@ }, { "question": "Boac South District", - "icon": "./assets/data/nsi/logos/boacsouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360305,7 +216570,6 @@ }, { "question": "Bobon District", - "icon": "./assets/data/nsi/logos/bobondistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -360321,7 +216585,6 @@ }, { "question": "Bocaue District", - "icon": "./assets/data/nsi/logos/bocauedistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -360353,7 +216616,6 @@ }, { "question": "Bogo I District", - "icon": "./assets/data/nsi/logos/bogoidistrict-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -360385,7 +216647,6 @@ }, { "question": "Bokod District", - "icon": "./assets/data/nsi/logos/bokoddistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -360401,7 +216662,6 @@ }, { "question": "Bolinao District", - "icon": "./assets/data/nsi/logos/bolinaodistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -360417,7 +216677,6 @@ }, { "question": "Boljoon District", - "icon": "./assets/data/nsi/logos/boljoondistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -360433,7 +216692,6 @@ }, { "question": "Bolton Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/boltonmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360449,7 +216707,6 @@ }, { "question": "Bongabon District", - "icon": "./assets/data/nsi/logos/bongabondistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -360465,7 +216722,6 @@ }, { "question": "Bongabong North District", - "icon": "./assets/data/nsi/logos/bongabongnorthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360481,7 +216737,6 @@ }, { "question": "Bongabong South District", - "icon": "./assets/data/nsi/logos/bongabongsouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360497,7 +216752,6 @@ }, { "question": "Bongao II District", - "icon": "./assets/data/nsi/logos/bongaoiidistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -360513,7 +216767,6 @@ }, { "question": "Bongao III District", - "icon": "./assets/data/nsi/logos/bongaoiiidistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -360529,7 +216782,6 @@ }, { "question": "Bonifacio East District", - "icon": "./assets/data/nsi/logos/bonifacioeastdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -360545,7 +216797,6 @@ }, { "question": "Bonifacio West District", - "icon": "./assets/data/nsi/logos/bonifaciowestdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -360595,7 +216846,6 @@ }, { "question": "Bontoc District", - "icon": "./assets/data/nsi/logos/bontocdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -360611,7 +216861,6 @@ }, { "question": "Bontoc I District", - "icon": "./assets/data/nsi/logos/bontocidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360627,7 +216876,6 @@ }, { "question": "Bontoc II District", - "icon": "./assets/data/nsi/logos/bontociidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360659,7 +216907,6 @@ }, { "question": "Borbon District", - "icon": "./assets/data/nsi/logos/borbondistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -360675,7 +216922,6 @@ }, { "question": "Borongan East District", - "icon": "./assets/data/nsi/logos/boronganeastdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360691,7 +216937,6 @@ }, { "question": "Borongan North District", - "icon": "./assets/data/nsi/logos/borongannorthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360707,7 +216952,6 @@ }, { "question": "Borongan South District", - "icon": "./assets/data/nsi/logos/borongansouthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -360739,7 +216983,6 @@ }, { "question": "Boston District", - "icon": "./assets/data/nsi/logos/bostondistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -360772,7 +217015,6 @@ }, { "question": "Botolan North District", - "icon": "./assets/data/nsi/logos/botolannorthdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -360788,7 +217030,6 @@ }, { "question": "Botolan South District", - "icon": "./assets/data/nsi/logos/botolansouthdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -360820,7 +217061,6 @@ }, { "question": "Bourne Education Trust", - "icon": "./assets/data/nsi/logos/bourneeducationtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -360885,7 +217125,6 @@ }, { "question": "Bradford Diocesan Academies Trust", - "icon": "./assets/data/nsi/logos/bradforddiocesanacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360901,7 +217140,6 @@ }, { "question": "Bradgate Education Partnership", - "icon": "./assets/data/nsi/logos/bradgateeducationpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360917,7 +217155,6 @@ }, { "question": "Brant Haldimand Norfolk Catholic District School Board", - "icon": "./assets/data/nsi/logos/branthaldimandnorfolkcatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -360934,7 +217171,6 @@ }, { "question": "Braulio Dujali District", - "icon": "./assets/data/nsi/logos/brauliodujalidistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -360950,7 +217186,6 @@ }, { "question": "Brentwood Union Free School District", - "icon": "./assets/data/nsi/logos/brentwoodunionfreeschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -360966,7 +217201,6 @@ }, { "question": "Bridge Academy Trust", - "icon": "./assets/data/nsi/logos/bridgeacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360982,7 +217216,6 @@ }, { "question": "Bridge Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/bridgemultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -360998,7 +217231,6 @@ }, { "question": "Bridgend County Borough Council", - "icon": "./assets/data/nsi/logos/bridgendcountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -361079,7 +217311,6 @@ }, { "question": "Bristol City Council", - "icon": "./assets/data/nsi/logos/bristolcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -361095,7 +217326,6 @@ }, { "question": "Broad Horizons Education Trust", - "icon": "./assets/data/nsi/logos/broadhorizonseducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -361112,7 +217342,6 @@ }, { "question": "Broeders van Liefde", - "icon": "./assets/data/nsi/logos/broedersvanliefde-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -361127,7 +217356,6 @@ }, { "question": "Brooke's Point II District", - "icon": "./assets/data/nsi/logos/brookespointiidistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -361194,7 +217422,6 @@ }, { "question": "Bucay District", - "icon": "./assets/data/nsi/logos/bucaydistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -361210,7 +217437,6 @@ }, { "question": "Buckinghamshire Council", - "icon": "./assets/data/nsi/logos/buckinghamshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -361226,7 +217452,6 @@ }, { "question": "Buenavista District (Bohol)", - "icon": "./assets/data/nsi/logos/buenavistadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -361242,7 +217467,6 @@ }, { "question": "Buenavista District (Marinduque)", - "icon": "./assets/data/nsi/logos/buenavistadistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -361258,7 +217482,6 @@ }, { "question": "Buenavista District (Quezon)", - "icon": "./assets/data/nsi/logos/buenavistadistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -361274,7 +217497,6 @@ }, { "question": "Buenavista I District (Agusan del Norte)", - "icon": "./assets/data/nsi/logos/buenavistaidistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -361290,7 +217512,6 @@ }, { "question": "Buenavista I District (Guimaras)", - "icon": "./assets/data/nsi/logos/buenavistaidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361306,7 +217527,6 @@ }, { "question": "Buenavista II District", - "icon": "./assets/data/nsi/logos/buenavistaiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361322,7 +217542,6 @@ }, { "question": "Buenavista III District", - "icon": "./assets/data/nsi/logos/buenavistaiiidistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -361338,7 +217557,6 @@ }, { "question": "Bugallon I District", - "icon": "./assets/data/nsi/logos/bugallonidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -361354,7 +217572,6 @@ }, { "question": "Bugallon II District", - "icon": "./assets/data/nsi/logos/bugalloniidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -361370,7 +217587,6 @@ }, { "question": "Bugasong District", - "icon": "./assets/data/nsi/logos/bugasongdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361386,7 +217602,6 @@ }, { "question": "Buguey North District", - "icon": "./assets/data/nsi/logos/bugueynorthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -361402,7 +217617,6 @@ }, { "question": "Buguey South District", - "icon": "./assets/data/nsi/logos/bugueysouthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -361418,7 +217632,6 @@ }, { "question": "Buguias District", - "icon": "./assets/data/nsi/logos/buguiasdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -361434,7 +217647,6 @@ }, { "question": "Buhangin District", - "icon": "./assets/data/nsi/logos/buhangindistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -361450,7 +217662,6 @@ }, { "question": "Buhi District", - "icon": "./assets/data/nsi/logos/buhidistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -361466,7 +217677,6 @@ }, { "question": "Bula District", - "icon": "./assets/data/nsi/logos/buladistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -361482,7 +217692,6 @@ }, { "question": "Bulacan District", - "icon": "./assets/data/nsi/logos/bulacandistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -361498,7 +217707,6 @@ }, { "question": "Bulalacao District", - "icon": "./assets/data/nsi/logos/bulalacaodistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -361514,7 +217722,6 @@ }, { "question": "Bulan North District", - "icon": "./assets/data/nsi/logos/bulannorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -361530,7 +217737,6 @@ }, { "question": "Bulan South District", - "icon": "./assets/data/nsi/logos/bulansouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -361546,7 +217752,6 @@ }, { "question": "Bulusan District", - "icon": "./assets/data/nsi/logos/bulusandistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -361562,7 +217767,6 @@ }, { "question": "Bunawan District", - "icon": "./assets/data/nsi/logos/bunawandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -361578,7 +217782,6 @@ }, { "question": "Bunawan I District", - "icon": "./assets/data/nsi/logos/bunawanidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -361594,7 +217797,6 @@ }, { "question": "Burauen North District", - "icon": "./assets/data/nsi/logos/burauennorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -361610,7 +217812,6 @@ }, { "question": "Burauen South District", - "icon": "./assets/data/nsi/logos/burauensouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -361643,7 +217844,6 @@ }, { "question": "Burdeos District", - "icon": "./assets/data/nsi/logos/burdeosdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -361659,7 +217859,6 @@ }, { "question": "Burgos District (Ilocos Norte)", - "icon": "./assets/data/nsi/logos/burgosdistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -361675,7 +217874,6 @@ }, { "question": "Burgos District (Pangasinan I)", - "icon": "./assets/data/nsi/logos/burgosdistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -361691,7 +217889,6 @@ }, { "question": "Burgos-San Esteban District", - "icon": "./assets/data/nsi/logos/burgossanestebandistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -361707,7 +217904,6 @@ }, { "question": "Burnaby Schools", - "icon": "./assets/data/nsi/logos/burnabyschools-e17d3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -361723,7 +217919,6 @@ }, { "question": "Buruanga District", - "icon": "./assets/data/nsi/logos/buruangadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361771,7 +217966,6 @@ }, { "question": "Bustos District", - "icon": "./assets/data/nsi/logos/bustosdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -361787,7 +217981,6 @@ }, { "question": "Busuanga District", - "icon": "./assets/data/nsi/logos/busuangadistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -361803,7 +217996,6 @@ }, { "question": "Buug District", - "icon": "./assets/data/nsi/logos/buugdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -361819,7 +218011,6 @@ }, { "question": "Caba District", - "icon": "./assets/data/nsi/logos/cabadistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -361835,7 +218026,6 @@ }, { "question": "Cabagan District", - "icon": "./assets/data/nsi/logos/cabagandistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -361851,7 +218041,6 @@ }, { "question": "Cabangan District", - "icon": "./assets/data/nsi/logos/cabangandistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -361867,7 +218056,6 @@ }, { "question": "Cabanglasan District", - "icon": "./assets/data/nsi/logos/cabanglasandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -361883,7 +218071,6 @@ }, { "question": "Cabarroguis District", - "icon": "./assets/data/nsi/logos/cabarroguisdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -361915,7 +218102,6 @@ }, { "question": "Cabatuan I District", - "icon": "./assets/data/nsi/logos/cabatuanidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361931,7 +218117,6 @@ }, { "question": "Cabatuan II District", - "icon": "./assets/data/nsi/logos/cabatuaniidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -361947,7 +218132,6 @@ }, { "question": "Cabiao District", - "icon": "./assets/data/nsi/logos/cabiaodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -361979,7 +218163,6 @@ }, { "question": "Cabucgayan District", - "icon": "./assets/data/nsi/logos/cabucgayandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -361995,7 +218178,6 @@ }, { "question": "Cabugao District", - "icon": "./assets/data/nsi/logos/cabugaodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -362011,7 +218193,6 @@ }, { "question": "Cabuyao District", - "icon": "./assets/data/nsi/logos/cabuyaodistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -362027,7 +218208,6 @@ }, { "question": "Caddo Parish School Board", - "icon": "./assets/data/nsi/logos/caddoparishschoolboard-8f61a8.undefined", "osmTags": { "and": [ "amenity=school", @@ -362042,7 +218222,6 @@ }, { "question": "Caerphilly County Borough Council", - "icon": "./assets/data/nsi/logos/caerphillycountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -362058,7 +218237,6 @@ }, { "question": "Cagdianao District", - "icon": "./assets/data/nsi/logos/cagdianaodistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -362074,7 +218252,6 @@ }, { "question": "Cagwait District", - "icon": "./assets/data/nsi/logos/cagwaitdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -362090,7 +218267,6 @@ }, { "question": "Caibiran District", - "icon": "./assets/data/nsi/logos/caibirandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362106,7 +218282,6 @@ }, { "question": "Cainta I District", - "icon": "./assets/data/nsi/logos/caintaidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -362122,7 +218297,6 @@ }, { "question": "Cainta II District", - "icon": "./assets/data/nsi/logos/caintaiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -362138,7 +218312,6 @@ }, { "question": "Cajidiocan-Magdiwang District", - "icon": "./assets/data/nsi/logos/cajidiocanmagdiwangdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362154,7 +218327,6 @@ }, { "question": "Calabanga District", - "icon": "./assets/data/nsi/logos/calabangadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -362170,7 +218342,6 @@ }, { "question": "Calaca District", - "icon": "./assets/data/nsi/logos/calacadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -362186,7 +218357,6 @@ }, { "question": "Calamba District", - "icon": "./assets/data/nsi/logos/calambadistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -362202,7 +218372,6 @@ }, { "question": "Calanasan District", - "icon": "./assets/data/nsi/logos/calanasandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -362218,7 +218387,6 @@ }, { "question": "Calapan East District", - "icon": "./assets/data/nsi/logos/calapaneastdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362234,7 +218402,6 @@ }, { "question": "Calapan South District", - "icon": "./assets/data/nsi/logos/calapansouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362250,7 +218417,6 @@ }, { "question": "Calapan West District", - "icon": "./assets/data/nsi/logos/calapanwestdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362266,7 +218432,6 @@ }, { "question": "Calape District", - "icon": "./assets/data/nsi/logos/calapedistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -362282,7 +218447,6 @@ }, { "question": "Calasiao I District", - "icon": "./assets/data/nsi/logos/calasiaoidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -362298,7 +218462,6 @@ }, { "question": "Calasiao II District", - "icon": "./assets/data/nsi/logos/calasiaoiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -362314,7 +218477,6 @@ }, { "question": "Calatagan District", - "icon": "./assets/data/nsi/logos/calatagandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -362330,7 +218492,6 @@ }, { "question": "Calatrava I District", - "icon": "./assets/data/nsi/logos/calatravaidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -362346,7 +218507,6 @@ }, { "question": "Calatrava II District", - "icon": "./assets/data/nsi/logos/calatravaiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -362362,7 +218522,6 @@ }, { "question": "Calauag East District", - "icon": "./assets/data/nsi/logos/calauageastdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -362378,7 +218537,6 @@ }, { "question": "Calauag West District", - "icon": "./assets/data/nsi/logos/calauagwestdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -362394,7 +218552,6 @@ }, { "question": "Calauan District", - "icon": "./assets/data/nsi/logos/calauandistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -362410,7 +218567,6 @@ }, { "question": "Calayan West District", - "icon": "./assets/data/nsi/logos/calayanwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -362426,7 +218582,6 @@ }, { "question": "Calbayog District I", - "icon": "./assets/data/nsi/logos/calbayogdistricti-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362442,7 +218597,6 @@ }, { "question": "Calbayog District II", - "icon": "./assets/data/nsi/logos/calbayogdistrictii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362458,7 +218612,6 @@ }, { "question": "Calbayog District III", - "icon": "./assets/data/nsi/logos/calbayogdistrictiii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362474,7 +218627,6 @@ }, { "question": "Calbayog District IV", - "icon": "./assets/data/nsi/logos/calbayogdistrictiv-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362490,7 +218642,6 @@ }, { "question": "Calbayog District V", - "icon": "./assets/data/nsi/logos/calbayogdistrictv-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362506,7 +218657,6 @@ }, { "question": "Calbiga District", - "icon": "./assets/data/nsi/logos/calbigadistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362522,7 +218672,6 @@ }, { "question": "Calderdale Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/calderdalemetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -362538,7 +218687,6 @@ }, { "question": "Calgary Board of Education", - "icon": "./assets/data/nsi/logos/calgaryboardofeducation-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -362571,7 +218719,6 @@ }, { "question": "Calinan District", - "icon": "./assets/data/nsi/logos/calinandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -362587,7 +218734,6 @@ }, { "question": "Calinog I District", - "icon": "./assets/data/nsi/logos/calinogidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362603,7 +218749,6 @@ }, { "question": "Calinog II District", - "icon": "./assets/data/nsi/logos/calinogiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362619,7 +218764,6 @@ }, { "question": "Calintaan District", - "icon": "./assets/data/nsi/logos/calintaandistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -362635,7 +218779,6 @@ }, { "question": "Caloocan North I District", - "icon": "./assets/data/nsi/logos/caloocannorthidistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362651,7 +218794,6 @@ }, { "question": "Caloocan North II District", - "icon": "./assets/data/nsi/logos/caloocannorthiidistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362667,7 +218809,6 @@ }, { "question": "Caloocan North III District", - "icon": "./assets/data/nsi/logos/caloocannorthiiidistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362683,7 +218824,6 @@ }, { "question": "Caloocan North IV District", - "icon": "./assets/data/nsi/logos/caloocannorthivdistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362699,7 +218839,6 @@ }, { "question": "Calubian North District", - "icon": "./assets/data/nsi/logos/calubiannorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -362715,7 +218854,6 @@ }, { "question": "Calubian South District", - "icon": "./assets/data/nsi/logos/calubiansouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -362731,7 +218869,6 @@ }, { "question": "Calumpit District", - "icon": "./assets/data/nsi/logos/calumpitdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -362747,7 +218884,6 @@ }, { "question": "Caluya District", - "icon": "./assets/data/nsi/logos/caluyadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -362763,7 +218899,6 @@ }, { "question": "Camalaniugan District", - "icon": "./assets/data/nsi/logos/camalaniugandistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -362779,7 +218914,6 @@ }, { "question": "Camalig North District", - "icon": "./assets/data/nsi/logos/camalignorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -362795,7 +218929,6 @@ }, { "question": "Camalig South District", - "icon": "./assets/data/nsi/logos/camaligsouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -362844,7 +218977,6 @@ }, { "question": "Camiling East District", - "icon": "./assets/data/nsi/logos/camilingeastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -362860,7 +218992,6 @@ }, { "question": "Camiling West District", - "icon": "./assets/data/nsi/logos/camilingwestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -362876,7 +219007,6 @@ }, { "question": "Campbell County School District", - "icon": "./assets/data/nsi/logos/campbellcountyschooldistrictnumber1-a56222.undefined", "osmTags": { "and": [ "amenity=school", @@ -362893,7 +219023,6 @@ }, { "question": "Can-Avid District", - "icon": "./assets/data/nsi/logos/canaviddistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -362909,7 +219038,6 @@ }, { "question": "Canaman District", - "icon": "./assets/data/nsi/logos/canamandistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -362925,7 +219053,6 @@ }, { "question": "Candaba East District", - "icon": "./assets/data/nsi/logos/candabaeastdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -362941,7 +219068,6 @@ }, { "question": "Candaba West District", - "icon": "./assets/data/nsi/logos/candabawestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -362957,7 +219083,6 @@ }, { "question": "Candelaria District", - "icon": "./assets/data/nsi/logos/candelariadistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -362973,7 +219098,6 @@ }, { "question": "Candelaria East District", - "icon": "./assets/data/nsi/logos/candelariaeastdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -362989,7 +219113,6 @@ }, { "question": "Candelaria West District", - "icon": "./assets/data/nsi/logos/candelariawestdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -363005,7 +219128,6 @@ }, { "question": "Candijay District", - "icon": "./assets/data/nsi/logos/candijaydistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -363021,7 +219143,6 @@ }, { "question": "Candoni District", - "icon": "./assets/data/nsi/logos/candonidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -363037,7 +219158,6 @@ }, { "question": "Canlaon City District", - "icon": "./assets/data/nsi/logos/canlaoncitydistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -363053,7 +219173,6 @@ }, { "question": "Cantilan I District", - "icon": "./assets/data/nsi/logos/cantilanidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -363085,7 +219204,6 @@ }, { "question": "Caoayan District", - "icon": "./assets/data/nsi/logos/caoayandistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -363101,7 +219219,6 @@ }, { "question": "Capalonga District", - "icon": "./assets/data/nsi/logos/capalongadistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363117,7 +219234,6 @@ }, { "question": "Capas East District", - "icon": "./assets/data/nsi/logos/capaseastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -363133,7 +219249,6 @@ }, { "question": "Capas West District", - "icon": "./assets/data/nsi/logos/capaswestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -363182,7 +219297,6 @@ }, { "question": "Capoocan District", - "icon": "./assets/data/nsi/logos/capoocandistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -363198,7 +219312,6 @@ }, { "question": "Capul District", - "icon": "./assets/data/nsi/logos/capuldistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363214,7 +219327,6 @@ }, { "question": "Caraga North District", - "icon": "./assets/data/nsi/logos/caraganorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -363230,7 +219342,6 @@ }, { "question": "Caraga South District", - "icon": "./assets/data/nsi/logos/caragasouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -363246,7 +219357,6 @@ }, { "question": "Caramoan District", - "icon": "./assets/data/nsi/logos/caramoandistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -363262,7 +219372,6 @@ }, { "question": "Caramoran North District", - "icon": "./assets/data/nsi/logos/caramorannorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363278,7 +219387,6 @@ }, { "question": "Caramoran South District", - "icon": "./assets/data/nsi/logos/caramoransouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363294,7 +219402,6 @@ }, { "question": "Carcar I District", - "icon": "./assets/data/nsi/logos/carcaridistrict-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -363310,7 +219417,6 @@ }, { "question": "Carcar II District", - "icon": "./assets/data/nsi/logos/carcariidistrict-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -363342,7 +219448,6 @@ }, { "question": "Cardona District", - "icon": "./assets/data/nsi/logos/cardonadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -363358,7 +219463,6 @@ }, { "question": "Carigara I District", - "icon": "./assets/data/nsi/logos/carigaraidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -363374,7 +219478,6 @@ }, { "question": "Carigara II District", - "icon": "./assets/data/nsi/logos/carigaraiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -363406,7 +219509,6 @@ }, { "question": "Carles District", - "icon": "./assets/data/nsi/logos/carlesdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -363440,7 +219542,6 @@ }, { "question": "Carmen District (Agusan del Norte)", - "icon": "./assets/data/nsi/logos/carmendistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -363456,7 +219557,6 @@ }, { "question": "Carmen District (Bohol)", - "icon": "./assets/data/nsi/logos/carmendistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -363472,7 +219572,6 @@ }, { "question": "Carmen District (Cebu)", - "icon": "./assets/data/nsi/logos/carmendistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -363488,7 +219587,6 @@ }, { "question": "Carmen District (Davao del Norte)", - "icon": "./assets/data/nsi/logos/carmendistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -363504,7 +219602,6 @@ }, { "question": "Carmen District (Surigao del Sur)", - "icon": "./assets/data/nsi/logos/carmendistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -363520,7 +219617,6 @@ }, { "question": "Carmen North District", - "icon": "./assets/data/nsi/logos/carmennorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -363536,7 +219632,6 @@ }, { "question": "Carmen South District", - "icon": "./assets/data/nsi/logos/carmensouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -363552,7 +219647,6 @@ }, { "question": "Carranglan District", - "icon": "./assets/data/nsi/logos/carranglandistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -363568,7 +219662,6 @@ }, { "question": "Carrascal District", - "icon": "./assets/data/nsi/logos/carrascaldistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -363617,7 +219710,6 @@ }, { "question": "Casiguran District (Aurora)", - "icon": "./assets/data/nsi/logos/casigurandistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -363633,7 +219725,6 @@ }, { "question": "Casiguran District (Sorsogon)", - "icon": "./assets/data/nsi/logos/casigurandistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363649,7 +219740,6 @@ }, { "question": "Castilla East District", - "icon": "./assets/data/nsi/logos/castillaeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363665,7 +219755,6 @@ }, { "question": "Castilla West District", - "icon": "./assets/data/nsi/logos/castillawestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -363681,7 +219770,6 @@ }, { "question": "Castillejos District", - "icon": "./assets/data/nsi/logos/castillejosdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363697,7 +219785,6 @@ }, { "question": "Cataingan East District", - "icon": "./assets/data/nsi/logos/catainganeastdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -363713,7 +219800,6 @@ }, { "question": "Cataingan West District", - "icon": "./assets/data/nsi/logos/catainganwestdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -363729,7 +219815,6 @@ }, { "question": "Catanauan District", - "icon": "./assets/data/nsi/logos/catanauandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -363745,7 +219830,6 @@ }, { "question": "Catarman II District", - "icon": "./assets/data/nsi/logos/catarmaniidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363761,7 +219845,6 @@ }, { "question": "Catarman III District", - "icon": "./assets/data/nsi/logos/catarmaniiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363777,7 +219860,6 @@ }, { "question": "Catarman IV District", - "icon": "./assets/data/nsi/logos/catarmanivdistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363809,7 +219891,6 @@ }, { "question": "Catbalogan I District", - "icon": "./assets/data/nsi/logos/catbaloganidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -363825,7 +219906,6 @@ }, { "question": "Catbalogan IV District", - "icon": "./assets/data/nsi/logos/catbaloganivdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -363841,7 +219921,6 @@ }, { "question": "Cateel II District", - "icon": "./assets/data/nsi/logos/cateeliidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -363890,7 +219969,6 @@ }, { "question": "Catigbian District", - "icon": "./assets/data/nsi/logos/catigbiandistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -363906,7 +219984,6 @@ }, { "question": "Catmon District", - "icon": "./assets/data/nsi/logos/catmondistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -363922,7 +219999,6 @@ }, { "question": "Catubig I District", - "icon": "./assets/data/nsi/logos/catubigidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363938,7 +220014,6 @@ }, { "question": "Catubig II District", - "icon": "./assets/data/nsi/logos/catubigiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -363954,7 +220029,6 @@ }, { "question": "Cauayan East District", - "icon": "./assets/data/nsi/logos/cauayaneastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -363970,7 +220044,6 @@ }, { "question": "Cauayan I District", - "icon": "./assets/data/nsi/logos/cauayanidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -363986,7 +220059,6 @@ }, { "question": "Cauayan II District", - "icon": "./assets/data/nsi/logos/cauayaniidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -364002,7 +220074,6 @@ }, { "question": "Cauayan North District", - "icon": "./assets/data/nsi/logos/cauayannorthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -364018,7 +220089,6 @@ }, { "question": "Cauayan Northeast District", - "icon": "./assets/data/nsi/logos/cauayannortheastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -364034,7 +220104,6 @@ }, { "question": "Cauayan West District", - "icon": "./assets/data/nsi/logos/cauayanwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -364050,7 +220119,6 @@ }, { "question": "Cavinti District", - "icon": "./assets/data/nsi/logos/cavintidistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -364066,7 +220134,6 @@ }, { "question": "Cawayan East District", - "icon": "./assets/data/nsi/logos/cawayaneastdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -364082,7 +220149,6 @@ }, { "question": "Cawayan West District", - "icon": "./assets/data/nsi/logos/cawayanwestdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -364115,7 +220181,6 @@ }, { "question": "Cedar Hill Independent School District", - "icon": "./assets/data/nsi/logos/cedarhillindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -364149,7 +220214,6 @@ }, { "question": "CEIST", - "icon": "./assets/data/nsi/logos/ceist-1a051e.undefined", "osmTags": { "and": [ "amenity=school", @@ -364215,7 +220279,6 @@ }, { "question": "Central Bedfordshire Council", - "icon": "./assets/data/nsi/logos/centralbedfordshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364231,7 +220294,6 @@ }, { "question": "Central Butuan District I", - "icon": "./assets/data/nsi/logos/centralbutuandistricti-354e76.undefined", "osmTags": { "and": [ "amenity=school", @@ -364263,7 +220325,6 @@ }, { "question": "Central District (Pagadian City)", - "icon": "./assets/data/nsi/logos/centraldistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -364279,7 +220340,6 @@ }, { "question": "Central District (Valenzuela City)", - "icon": "./assets/data/nsi/logos/centraldistrict-7a50de.undefined", "osmTags": { "and": [ "amenity=school", @@ -364295,7 +220355,6 @@ }, { "question": "Central Glan District", - "icon": "./assets/data/nsi/logos/centralglandistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -364328,7 +220387,6 @@ }, { "question": "Central Learning Partnership Trust", - "icon": "./assets/data/nsi/logos/centrallearningpartnershiptrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364344,7 +220402,6 @@ }, { "question": "Central Region Schools Trust", - "icon": "./assets/data/nsi/logos/centralregionschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364458,7 +220515,6 @@ }, { "question": "Ceredigion County Council", - "icon": "./assets/data/nsi/logos/ceredigioncountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -364474,7 +220530,6 @@ }, { "question": "Ceres Unified School District", - "icon": "./assets/data/nsi/logos/ceresunifiedschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -364490,7 +220545,6 @@ }, { "question": "Cervantes-Quirino District", - "icon": "./assets/data/nsi/logos/cervantesquirinodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -364540,7 +220594,6 @@ }, { "question": "Cherokee County School District", - "icon": "./assets/data/nsi/logos/cherokeecountyschooldistrict-159679.undefined", "osmTags": { "and": [ "amenity=school", @@ -364606,7 +220659,6 @@ }, { "question": "Cheshire East Council", - "icon": "./assets/data/nsi/logos/cheshireeastcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364622,7 +220674,6 @@ }, { "question": "Cheshire West and Chester Council", - "icon": "./assets/data/nsi/logos/cheshirewestandchestercouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364638,7 +220689,6 @@ }, { "question": "Chester Diocesan Academies Trust", - "icon": "./assets/data/nsi/logos/chesterdiocesanacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364654,7 +220704,6 @@ }, { "question": "Chicago Heights School District 170", - "icon": "./assets/data/nsi/logos/chicagoheightsschooldistrict170-6d6198.undefined", "osmTags": { "and": [ "amenity=school", @@ -364688,7 +220737,6 @@ }, { "question": "Chiltern Learning Trust", - "icon": "./assets/data/nsi/logos/chilternlearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364738,7 +220786,6 @@ }, { "question": "Chula Vista Elementary School District", - "icon": "./assets/data/nsi/logos/chulavistaelementaryschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -364771,7 +220818,6 @@ }, { "question": "Church of Ireland", - "icon": "./assets/data/nsi/logos/churchofireland-1a051e.undefined", "osmTags": { "and": [ "amenity=school", @@ -364787,7 +220833,6 @@ }, { "question": "Church of Uganda", - "icon": "./assets/data/nsi/logos/churchofuganda-74bde0.undefined", "osmTags": { "and": [ "amenity=school", @@ -364869,7 +220914,6 @@ }, { "question": "City of Bradford Metropolitan District Council", - "icon": "./assets/data/nsi/logos/cityofbradfordmetropolitandistrictcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364917,7 +220961,6 @@ }, { "question": "City of London Academies Trust", - "icon": "./assets/data/nsi/logos/cityoflondonacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364965,7 +221008,6 @@ }, { "question": "City of York Council", - "icon": "./assets/data/nsi/logos/cityofyorkcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -364997,7 +221039,6 @@ }, { "question": "Clarin District", - "icon": "./assets/data/nsi/logos/clarindistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -365013,7 +221054,6 @@ }, { "question": "Clarin North District", - "icon": "./assets/data/nsi/logos/clarinnorthdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -365029,7 +221069,6 @@ }, { "question": "Clarin South District", - "icon": "./assets/data/nsi/logos/clarinsouthdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -365094,7 +221133,6 @@ }, { "question": "Claver District", - "icon": "./assets/data/nsi/logos/claverdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -365110,7 +221148,6 @@ }, { "question": "Claveria East District", - "icon": "./assets/data/nsi/logos/claveriaeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -365126,7 +221163,6 @@ }, { "question": "Claveria I District", - "icon": "./assets/data/nsi/logos/claveriaidistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -365142,7 +221178,6 @@ }, { "question": "Claveria II District", - "icon": "./assets/data/nsi/logos/claveriaiidistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -365158,7 +221193,6 @@ }, { "question": "Claveria North District", - "icon": "./assets/data/nsi/logos/claverianorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -365174,7 +221208,6 @@ }, { "question": "Claveria South District", - "icon": "./assets/data/nsi/logos/claveriasouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -365190,7 +221223,6 @@ }, { "question": "Cleburne Independent School District", - "icon": "./assets/data/nsi/logos/cleburneindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -365223,7 +221255,6 @@ }, { "question": "Coastal District", - "icon": "./assets/data/nsi/logos/coastaldistrict-1a45a4.undefined", "osmTags": { "and": [ "amenity=school", @@ -365239,7 +221270,6 @@ }, { "question": "Coastal Learning Partnership", - "icon": "./assets/data/nsi/logos/coastallearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -365289,7 +221319,6 @@ }, { "question": "Colegio XXYY C.A", - "icon": "./assets/data/nsi/logos/colegioxxyyca-337fa3.undefined", "osmTags": { "and": [ "amenity=school", @@ -365337,7 +221366,6 @@ }, { "question": "Columbia Public Schools", - "icon": "./assets/data/nsi/logos/columbiapublicschools-9c7c62.undefined", "osmTags": { "and": [ "amenity=school", @@ -365354,7 +221382,6 @@ }, { "question": "Columbio II District", - "icon": "./assets/data/nsi/logos/columbioiidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -365403,7 +221430,6 @@ }, { "question": "Communauté de communes Jura Nord", - "icon": "./assets/data/nsi/logos/communautedecommunesjuranord-cafc08.undefined", "osmTags": { "and": [ "amenity=school", @@ -365420,7 +221446,6 @@ }, { "question": "Community Academies Trust", - "icon": "./assets/data/nsi/logos/communityacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -365536,7 +221561,6 @@ }, { "question": "Compostela District (Cebu)", - "icon": "./assets/data/nsi/logos/composteladistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -365552,7 +221576,6 @@ }, { "question": "Compostela District (Davao de Oro)", - "icon": "./assets/data/nsi/logos/composteladistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -365617,7 +221640,6 @@ }, { "question": "CONALEP Estado de México", - "icon": "./assets/data/nsi/logos/conalepestadodemexico-784507.undefined", "osmTags": { "and": [ "amenity=school", @@ -365632,7 +221654,6 @@ }, { "question": "Concepcion District (Iloilo)", - "icon": "./assets/data/nsi/logos/concepciondistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -365648,7 +221669,6 @@ }, { "question": "Concepcion District (Misamis Occidental)", - "icon": "./assets/data/nsi/logos/concepciondistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -365664,7 +221684,6 @@ }, { "question": "Concepcion District (Romblon)", - "icon": "./assets/data/nsi/logos/concepciondistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -365680,7 +221699,6 @@ }, { "question": "Concepcion East District", - "icon": "./assets/data/nsi/logos/concepcioneastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -365696,7 +221714,6 @@ }, { "question": "Concepcion West District", - "icon": "./assets/data/nsi/logos/concepcionwestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -365712,7 +221729,6 @@ }, { "question": "Conner District", - "icon": "./assets/data/nsi/logos/connerdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -365776,7 +221792,6 @@ }, { "question": "Conseil scolaire catholique MonAvenir", - "icon": "./assets/data/nsi/logos/conseilscolairecatholiquemonavenir-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -365904,7 +221919,6 @@ }, { "question": "Consejería de Educación de la Junta de Castilla y León", - "icon": "./assets/data/nsi/logos/consejeriadeeducaciondelajuntadecastillayleon-c1ff56.undefined", "osmTags": { "and": [ "amenity=school", @@ -365953,7 +221967,6 @@ }, { "question": "Conselleria d'Educació i Formació Professional, Govern de les Illes Balears", - "icon": "./assets/data/nsi/logos/conselleriadeducacioiformacioprofessionalgoverndelesillesbalears-c1ff56.undefined", "osmTags": { "and": [ "amenity=school", @@ -365968,7 +221981,6 @@ }, { "question": "Consellería de Educación da Xunta de Galicia", - "icon": "./assets/data/nsi/logos/conselleriadeeducaciondaxuntadegalicia-c1ff56.undefined", "osmTags": { "and": [ "amenity=school", @@ -365984,7 +221996,6 @@ }, { "question": "Consellería de Educación e Ordenación Universitaria", - "icon": "./assets/data/nsi/logos/conselleriadeeducacioneordenacionuniversitaria-c1ff56.undefined", "osmTags": { "and": [ "amenity=school", @@ -366000,7 +222011,6 @@ }, { "question": "Consolacion District", - "icon": "./assets/data/nsi/logos/consolaciondistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366032,7 +222042,6 @@ }, { "question": "Consorci d'Educació de Barcelona", - "icon": "./assets/data/nsi/logos/consorcideducaciodebarcelona-08091b.undefined", "osmTags": { "and": [ "amenity=school", @@ -366063,7 +222072,6 @@ }, { "question": "Conway Public Schools", - "icon": "./assets/data/nsi/logos/conwaypublicschools-c3d23c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366078,7 +222086,6 @@ }, { "question": "Conwy County Borough Council", - "icon": "./assets/data/nsi/logos/conwycountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -366094,7 +222101,6 @@ }, { "question": "Cook County School District 130", - "icon": "./assets/data/nsi/logos/cookcountyschooldistrict130-6d6198.undefined", "osmTags": { "and": [ "amenity=school", @@ -366126,7 +222132,6 @@ }, { "question": "Corcuera District", - "icon": "./assets/data/nsi/logos/corcueradistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -366142,7 +222147,6 @@ }, { "question": "Cordon North District", - "icon": "./assets/data/nsi/logos/cordonnorthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -366158,7 +222162,6 @@ }, { "question": "Cordon South District", - "icon": "./assets/data/nsi/logos/cordonsouthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -366174,7 +222177,6 @@ }, { "question": "Cordova District", - "icon": "./assets/data/nsi/logos/cordovadistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366223,7 +222225,6 @@ }, { "question": "Coron Coastal District", - "icon": "./assets/data/nsi/logos/coroncoastaldistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -366239,7 +222240,6 @@ }, { "question": "Coron Inland District", - "icon": "./assets/data/nsi/logos/coroninlanddistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -366255,7 +222255,6 @@ }, { "question": "Cortes District (Bohol)", - "icon": "./assets/data/nsi/logos/cortesdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -366271,7 +222270,6 @@ }, { "question": "Cortes District (Surigao del Sur)", - "icon": "./assets/data/nsi/logos/cortesdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -366304,7 +222302,6 @@ }, { "question": "Council of the Isles of Scilly", - "icon": "./assets/data/nsi/logos/counciloftheislesofscilly-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366320,7 +222317,6 @@ }, { "question": "Coventry City Council", - "icon": "./assets/data/nsi/logos/coventrycitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366353,7 +222349,6 @@ }, { "question": "Creative Education Trust", - "icon": "./assets/data/nsi/logos/creativeeducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366369,7 +222364,6 @@ }, { "question": "Crofty Multi Academy Trust", - "icon": "./assets/data/nsi/logos/croftymultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366402,7 +222396,6 @@ }, { "question": "Cuartero District", - "icon": "./assets/data/nsi/logos/cuarterodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -366418,7 +222411,6 @@ }, { "question": "Cuenca District", - "icon": "./assets/data/nsi/logos/cuencadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -366434,7 +222426,6 @@ }, { "question": "Culaba District", - "icon": "./assets/data/nsi/logos/culabadistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -366450,7 +222441,6 @@ }, { "question": "Culasi District", - "icon": "./assets/data/nsi/logos/culasidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -366466,7 +222456,6 @@ }, { "question": "Culion District", - "icon": "./assets/data/nsi/logos/culiondistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -366515,7 +222504,6 @@ }, { "question": "Curuan District", - "icon": "./assets/data/nsi/logos/curuandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -366531,7 +222519,6 @@ }, { "question": "Cuyapo District", - "icon": "./assets/data/nsi/logos/cuyapodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366547,7 +222534,6 @@ }, { "question": "Cuyo District", - "icon": "./assets/data/nsi/logos/cuyodistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -366580,7 +222566,6 @@ }, { "question": "Daanbantayan I District", - "icon": "./assets/data/nsi/logos/daanbantayanidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366596,7 +222581,6 @@ }, { "question": "Daanbantayan II District", - "icon": "./assets/data/nsi/logos/daanbantayaniidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366612,7 +222596,6 @@ }, { "question": "Daet North District", - "icon": "./assets/data/nsi/logos/daetnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -366628,7 +222611,6 @@ }, { "question": "Dagami North District", - "icon": "./assets/data/nsi/logos/dagaminorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -366644,7 +222626,6 @@ }, { "question": "Dagohoy District", - "icon": "./assets/data/nsi/logos/dagohoydistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -366660,7 +222641,6 @@ }, { "question": "Dalaguete I District", - "icon": "./assets/data/nsi/logos/dalagueteidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366676,7 +222656,6 @@ }, { "question": "Dalaguete II District", - "icon": "./assets/data/nsi/logos/dalagueteiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -366692,7 +222671,6 @@ }, { "question": "Dales Academies Trust", - "icon": "./assets/data/nsi/logos/dalesacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366726,7 +222704,6 @@ }, { "question": "Damulog District", - "icon": "./assets/data/nsi/logos/damulogdistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -366742,7 +222719,6 @@ }, { "question": "Danao District", - "icon": "./assets/data/nsi/logos/danaodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -366774,7 +222750,6 @@ }, { "question": "Dangcagan District", - "icon": "./assets/data/nsi/logos/dangcagandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -366790,7 +222765,6 @@ }, { "question": "Dao District", - "icon": "./assets/data/nsi/logos/daodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -366806,7 +222780,6 @@ }, { "question": "Dapa East District", - "icon": "./assets/data/nsi/logos/dapaeastdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -366822,7 +222795,6 @@ }, { "question": "Dapa West District", - "icon": "./assets/data/nsi/logos/dapawestdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -366838,7 +222810,6 @@ }, { "question": "Dapdapan District", - "icon": "./assets/data/nsi/logos/dapdapandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -366854,7 +222825,6 @@ }, { "question": "Daraga North District", - "icon": "./assets/data/nsi/logos/daraganorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -366870,7 +222840,6 @@ }, { "question": "Daraga South District", - "icon": "./assets/data/nsi/logos/daragasouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -366886,7 +222855,6 @@ }, { "question": "Daram I District", - "icon": "./assets/data/nsi/logos/daramidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -366902,7 +222870,6 @@ }, { "question": "Daram II District", - "icon": "./assets/data/nsi/logos/daramiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -366918,7 +222885,6 @@ }, { "question": "Darlington Borough Council", - "icon": "./assets/data/nsi/logos/darlingtonboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -366950,7 +222916,6 @@ }, { "question": "Dasmariñas I District", - "icon": "./assets/data/nsi/logos/dasmarinasidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -366966,7 +222931,6 @@ }, { "question": "Dasol District", - "icon": "./assets/data/nsi/logos/dasoldistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -366982,7 +222946,6 @@ }, { "question": "Dauin District", - "icon": "./assets/data/nsi/logos/dauindistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -366998,7 +222961,6 @@ }, { "question": "Dauis District", - "icon": "./assets/data/nsi/logos/dauisdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -367031,7 +222993,6 @@ }, { "question": "De Haagse Scholen", - "icon": "./assets/data/nsi/logos/dehaagsescholen-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -367046,7 +223007,6 @@ }, { "question": "De onderwijs Specialisten", - "icon": "./assets/data/nsi/logos/deonderwijsspecialisten-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -367078,7 +223038,6 @@ }, { "question": "Del Gallego District", - "icon": "./assets/data/nsi/logos/delgallegodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -367094,7 +223053,6 @@ }, { "question": "Del Remedio District", - "icon": "./assets/data/nsi/logos/delremediodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -367110,7 +223068,6 @@ }, { "question": "Delfin Albano District", - "icon": "./assets/data/nsi/logos/delfinalbanodistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -367126,7 +223083,6 @@ }, { "question": "Delta Academies Trust", - "icon": "./assets/data/nsi/logos/deltaacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -367142,7 +223098,6 @@ }, { "question": "Denbighshire County Council", - "icon": "./assets/data/nsi/logos/denbighshirecountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -367208,7 +223163,6 @@ }, { "question": "Departament d'Ensenyament", - "icon": "./assets/data/nsi/logos/departamentdensenyament-c1ff56.undefined", "osmTags": { "and": [ "amenity=school", @@ -367239,7 +223193,6 @@ }, { "question": "Departamento de Educación Municipal de Chaitén", - "icon": "./assets/data/nsi/logos/departamentodeeducacionmunicipaldechaiten-5e33f0.undefined", "osmTags": { "and": [ "amenity=school", @@ -367254,7 +223207,6 @@ }, { "question": "Département de la Marne", - "icon": "./assets/data/nsi/logos/departementdelamarne-031a7f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367270,7 +223222,6 @@ }, { "question": "Département de la Seine-Maritime", - "icon": "./assets/data/nsi/logos/departementdelaseinemaritime-818054.undefined", "osmTags": { "and": [ "amenity=school", @@ -367286,7 +223237,6 @@ }, { "question": "Département du Vaucluse", - "icon": "./assets/data/nsi/logos/departementduvaucluse-31baba.undefined", "osmTags": { "and": [ "amenity=school", @@ -367318,7 +223268,6 @@ }, { "question": "Department of Basic Education", - "icon": "./assets/data/nsi/logos/departmentofbasiceducation-1f0800.undefined", "osmTags": { "and": [ "amenity=school", @@ -367365,7 +223314,6 @@ }, { "question": "Department of Education (Papua Niugini)", - "icon": "./assets/data/nsi/logos/departmentofeducation-6ced19.undefined", "osmTags": { "and": [ "amenity=school", @@ -367430,7 +223378,6 @@ }, { "question": "Department of Education (Victoria)", - "icon": "./assets/data/nsi/logos/victoriandepartmentofeducation-1fc2f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -367462,7 +223409,6 @@ }, { "question": "Department of Education, Chandigarh Administration", - "icon": "./assets/data/nsi/logos/departmentofeducationchandigarhadministration-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -367477,7 +223423,6 @@ }, { "question": "Department of General and Higher Education", - "icon": "./assets/data/nsi/logos/departmentofgeneralandhighereducation-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -367493,7 +223438,6 @@ }, { "question": "Department of Primary and Secondary Education", - "icon": "./assets/data/nsi/logos/departmentofprimaryandsecondaryeducation-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -367639,7 +223583,6 @@ }, { "question": "Dhiha Afiyanti", - "icon": "./assets/data/nsi/logos/dhihaafiyanti-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367654,7 +223597,6 @@ }, { "question": "Diadi District", - "icon": "./assets/data/nsi/logos/diadidistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -367670,7 +223612,6 @@ }, { "question": "Didik Irna M", - "icon": "./assets/data/nsi/logos/didikirnam-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367685,7 +223626,6 @@ }, { "question": "Diffun I District", - "icon": "./assets/data/nsi/logos/diffunidistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -367701,7 +223641,6 @@ }, { "question": "Diffun II District", - "icon": "./assets/data/nsi/logos/diffuniidistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -367717,7 +223656,6 @@ }, { "question": "Digos Occidental District", - "icon": "./assets/data/nsi/logos/digosoccidentaldistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -367733,7 +223671,6 @@ }, { "question": "Digos Oriental District", - "icon": "./assets/data/nsi/logos/digosorientaldistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -367749,7 +223686,6 @@ }, { "question": "Dilasag District", - "icon": "./assets/data/nsi/logos/dilasagdistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -367765,7 +223701,6 @@ }, { "question": "Dimasalang District", - "icon": "./assets/data/nsi/logos/dimasalangdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -367781,7 +223716,6 @@ }, { "question": "Dimataling District", - "icon": "./assets/data/nsi/logos/dimatalingdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -367797,7 +223731,6 @@ }, { "question": "Dimiao District", - "icon": "./assets/data/nsi/logos/dimiaodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -367813,7 +223746,6 @@ }, { "question": "Dinagat District", - "icon": "./assets/data/nsi/logos/dinagatdistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -367829,7 +223761,6 @@ }, { "question": "Dinalupihan East District", - "icon": "./assets/data/nsi/logos/dinalupihaneastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -367845,7 +223776,6 @@ }, { "question": "Dinalupihan West District", - "icon": "./assets/data/nsi/logos/dinalupihanwestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -367861,7 +223791,6 @@ }, { "question": "Dinas District", - "icon": "./assets/data/nsi/logos/dinasdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -367877,7 +223806,6 @@ }, { "question": "Dinas P&K Bengkalis", - "icon": "./assets/data/nsi/logos/dinaspandkbengkalis-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367892,7 +223820,6 @@ }, { "question": "Dinas Pendidikan Kab. Bangkalan", - "icon": "./assets/data/nsi/logos/dinaspendidikankabbangkalan-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367907,7 +223834,6 @@ }, { "question": "Dinas Pendidikan Kabupaten Ciamis", - "icon": "./assets/data/nsi/logos/dinaspendidikankabupatenciamis-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -367922,7 +223848,6 @@ }, { "question": "Dingalan District", - "icon": "./assets/data/nsi/logos/dingalandistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -367938,7 +223863,6 @@ }, { "question": "Dingle District", - "icon": "./assets/data/nsi/logos/dingledistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -367954,7 +223878,6 @@ }, { "question": "Dingras I District", - "icon": "./assets/data/nsi/logos/dingrasidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -367970,7 +223893,6 @@ }, { "question": "Dingras II District", - "icon": "./assets/data/nsi/logos/dingrasiidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -367986,7 +223908,6 @@ }, { "question": "Diocese of Ballarat Catholic Education Limited", - "icon": "./assets/data/nsi/logos/dioceseofballaratcatholiceducationlimited-1fc2f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -368003,7 +223924,6 @@ }, { "question": "Diocese of Bristol Academies Trust", - "icon": "./assets/data/nsi/logos/dioceseofbristolacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368019,7 +223939,6 @@ }, { "question": "Diocese of Chichester Academy Trust", - "icon": "./assets/data/nsi/logos/dioceseofchichesteracademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368052,7 +223971,6 @@ }, { "question": "Diocese of Hereford Multi Academy Trust", - "icon": "./assets/data/nsi/logos/dioceseofherefordmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368068,7 +223986,6 @@ }, { "question": "Diocese of Sale Catholic Education Limited", - "icon": "./assets/data/nsi/logos/dioceseofsalecatholiceducationlimited-1fc2f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -368085,7 +224002,6 @@ }, { "question": "Diocese of Salisbury Academy Trust", - "icon": "./assets/data/nsi/logos/dioceseofsalisburyacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -368117,7 +224033,6 @@ }, { "question": "Diocese Of Southwell and Nottingham Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/dioceseofsouthwellandnottinghammultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -368133,7 +224048,6 @@ }, { "question": "Diocese of St Albans Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/dioceseofstalbansmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368150,7 +224064,6 @@ }, { "question": "Dipaculao District", - "icon": "./assets/data/nsi/logos/dipaculaodistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -368166,7 +224079,6 @@ }, { "question": "Diplahan District", - "icon": "./assets/data/nsi/logos/diplahandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -368182,7 +224094,6 @@ }, { "question": "Dirección Comunal de Educación - Municipalidad de Los Ángeles", - "icon": "./assets/data/nsi/logos/direccioncomunaldeeducacionmunicipalidaddelosangeles-5e33f0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368214,7 +224125,6 @@ }, { "question": "Dirección General de Educación Inicial y Primaria", - "icon": "./assets/data/nsi/logos/direcciongeneraldeeducacioninicialyprimaria-6176b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -368230,7 +224140,6 @@ }, { "question": "Dirección General de Educación Secundaria", - "icon": "./assets/data/nsi/logos/direcciongeneraldeeducacionsecundaria-6176b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -368246,7 +224155,6 @@ }, { "question": "Dirección General de Educación Técnico Profesional", - "icon": "./assets/data/nsi/logos/direcciongeneraldeeducaciontecnicoprofesional-6176b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -368262,7 +224170,6 @@ }, { "question": "Direction de l'Enseignement de la Nouvelle-Calédonie", - "icon": "./assets/data/nsi/logos/directiondelenseignementdelanouvellecaledonie-294bc3.undefined", "osmTags": { "and": [ "amenity=school", @@ -368278,7 +224185,6 @@ }, { "question": "Discovery Schools Academies Trust Ltd", - "icon": "./assets/data/nsi/logos/discoveryschoolsacademiestrustltd-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368294,7 +224200,6 @@ }, { "question": "District I (Alaminos City)", - "icon": "./assets/data/nsi/logos/districti-da2b2c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368310,7 +224215,6 @@ }, { "question": "District I (Baguio City)", - "icon": "./assets/data/nsi/logos/districti-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -368326,7 +224230,6 @@ }, { "question": "District I (Bislig City)", - "icon": "./assets/data/nsi/logos/districti-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -368342,7 +224245,6 @@ }, { "question": "District I (Cadiz City)", - "icon": "./assets/data/nsi/logos/districti-85d4d3.undefined", "osmTags": { "and": [ "amenity=school", @@ -368358,7 +224260,6 @@ }, { "question": "District I (Candon City)", - "icon": "./assets/data/nsi/logos/districti-869095.undefined", "osmTags": { "and": [ "amenity=school", @@ -368374,7 +224275,6 @@ }, { "question": "District I (El Salvador City)", - "icon": "./assets/data/nsi/logos/districti-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -368390,7 +224290,6 @@ }, { "question": "District I (Kidapawan City)", - "icon": "./assets/data/nsi/logos/districti-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -368406,7 +224305,6 @@ }, { "question": "District I (Laoag City)", - "icon": "./assets/data/nsi/logos/districti-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -368422,7 +224320,6 @@ }, { "question": "District I (Las Piñas City)", - "icon": "./assets/data/nsi/logos/districti-dc745b.undefined", "osmTags": { "and": [ "amenity=school", @@ -368438,7 +224335,6 @@ }, { "question": "District I (Maasin City)", - "icon": "./assets/data/nsi/logos/districti-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -368454,7 +224350,6 @@ }, { "question": "District I (Mandaluyong City)", - "icon": "./assets/data/nsi/logos/districti-93861e.undefined", "osmTags": { "and": [ "amenity=school", @@ -368470,7 +224365,6 @@ }, { "question": "District I (Marikina City)", - "icon": "./assets/data/nsi/logos/districti-b8598a.undefined", "osmTags": { "and": [ "amenity=school", @@ -368486,7 +224380,6 @@ }, { "question": "District I (Muntinlupa City)", - "icon": "./assets/data/nsi/logos/districti-36b1e2.undefined", "osmTags": { "and": [ "amenity=school", @@ -368502,7 +224395,6 @@ }, { "question": "District I (Navotas City)", - "icon": "./assets/data/nsi/logos/districti-869076.undefined", "osmTags": { "and": [ "amenity=school", @@ -368518,7 +224410,6 @@ }, { "question": "District I (Olongapo City)", - "icon": "./assets/data/nsi/logos/districti-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368534,7 +224425,6 @@ }, { "question": "District I (Ozamiz City)", - "icon": "./assets/data/nsi/logos/districti-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368550,7 +224440,6 @@ }, { "question": "District I (Parañaque City)", - "icon": "./assets/data/nsi/logos/districti-5ece0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368566,7 +224455,6 @@ }, { "question": "District I (Pasig City)", - "icon": "./assets/data/nsi/logos/districti-7dfec7.undefined", "osmTags": { "and": [ "amenity=school", @@ -368582,7 +224470,6 @@ }, { "question": "District I (Passi City West)", - "icon": "./assets/data/nsi/logos/districtiwest-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368598,7 +224485,6 @@ }, { "question": "District I (Roxas City)", - "icon": "./assets/data/nsi/logos/districti-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368614,7 +224500,6 @@ }, { "question": "District I (Sagay City)", - "icon": "./assets/data/nsi/logos/districti-20abf0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368630,7 +224515,6 @@ }, { "question": "District I (San Carlos City)", - "icon": "./assets/data/nsi/logos/districti-1aafd3.undefined", "osmTags": { "and": [ "amenity=school", @@ -368646,7 +224530,6 @@ }, { "question": "District I (Surigao City)", - "icon": "./assets/data/nsi/logos/districti-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -368662,7 +224545,6 @@ }, { "question": "District I (Talisay City)", - "icon": "./assets/data/nsi/logos/districti-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368678,7 +224560,6 @@ }, { "question": "District I (Urdaneta City)", - "icon": "./assets/data/nsi/logos/districti-66276b.undefined", "osmTags": { "and": [ "amenity=school", @@ -368694,7 +224575,6 @@ }, { "question": "District II (Alaminos City)", - "icon": "./assets/data/nsi/logos/districtii-da2b2c.undefined", "osmTags": { "and": [ "amenity=school", @@ -368710,7 +224590,6 @@ }, { "question": "District II (Baguio City)", - "icon": "./assets/data/nsi/logos/districtii-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -368726,7 +224605,6 @@ }, { "question": "District II (Bislig City)", - "icon": "./assets/data/nsi/logos/districtii-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -368742,7 +224620,6 @@ }, { "question": "District II (Cadiz City)", - "icon": "./assets/data/nsi/logos/districtii-85d4d3.undefined", "osmTags": { "and": [ "amenity=school", @@ -368758,7 +224635,6 @@ }, { "question": "District II (Candon City)", - "icon": "./assets/data/nsi/logos/districtii-869095.undefined", "osmTags": { "and": [ "amenity=school", @@ -368774,7 +224650,6 @@ }, { "question": "District II (Kidapawan City)", - "icon": "./assets/data/nsi/logos/districtii-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -368790,7 +224665,6 @@ }, { "question": "District II (Laoag City)", - "icon": "./assets/data/nsi/logos/districtii-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -368806,7 +224680,6 @@ }, { "question": "District II (Las Piñas City)", - "icon": "./assets/data/nsi/logos/districtii-dc745b.undefined", "osmTags": { "and": [ "amenity=school", @@ -368822,7 +224695,6 @@ }, { "question": "District II (Maasin City)", - "icon": "./assets/data/nsi/logos/districtii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -368838,7 +224710,6 @@ }, { "question": "District II (Marikina City)", - "icon": "./assets/data/nsi/logos/districtii-b8598a.undefined", "osmTags": { "and": [ "amenity=school", @@ -368854,7 +224725,6 @@ }, { "question": "District II (Muntinlupa City)", - "icon": "./assets/data/nsi/logos/districtii-36b1e2.undefined", "osmTags": { "and": [ "amenity=school", @@ -368870,7 +224740,6 @@ }, { "question": "District II (Ozamiz City)", - "icon": "./assets/data/nsi/logos/districtii-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -368886,7 +224755,6 @@ }, { "question": "District II (Parañaque City)", - "icon": "./assets/data/nsi/logos/districtii-5ece0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368902,7 +224770,6 @@ }, { "question": "District II (Passi City East)", - "icon": "./assets/data/nsi/logos/districtiieast-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368918,7 +224785,6 @@ }, { "question": "District II (Roxas City)", - "icon": "./assets/data/nsi/logos/districtii-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368934,7 +224800,6 @@ }, { "question": "District II (Sagay City)", - "icon": "./assets/data/nsi/logos/districtii-20abf0.undefined", "osmTags": { "and": [ "amenity=school", @@ -368950,7 +224815,6 @@ }, { "question": "District II (San Carlos City)", - "icon": "./assets/data/nsi/logos/districtii-1aafd3.undefined", "osmTags": { "and": [ "amenity=school", @@ -368966,7 +224830,6 @@ }, { "question": "District II (Talisay City)", - "icon": "./assets/data/nsi/logos/districtii-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -368982,7 +224845,6 @@ }, { "question": "District II (Urdaneta City)", - "icon": "./assets/data/nsi/logos/districtii-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -368998,7 +224860,6 @@ }, { "question": "District II-C", - "icon": "./assets/data/nsi/logos/districtiic-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -369014,7 +224875,6 @@ }, { "question": "District II-D", - "icon": "./assets/data/nsi/logos/districtiid-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -369030,7 +224890,6 @@ }, { "question": "District III (Alaminos City)", - "icon": "./assets/data/nsi/logos/districtiii-da2b2c.undefined", "osmTags": { "and": [ "amenity=school", @@ -369046,7 +224905,6 @@ }, { "question": "District III (Baguio City)", - "icon": "./assets/data/nsi/logos/districtiii-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -369062,7 +224920,6 @@ }, { "question": "District III (Cadiz City)", - "icon": "./assets/data/nsi/logos/districtiii-85d4d3.undefined", "osmTags": { "and": [ "amenity=school", @@ -369078,7 +224935,6 @@ }, { "question": "District III (Dagupan City)", - "icon": "./assets/data/nsi/logos/districtiii-f770b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -369094,7 +224950,6 @@ }, { "question": "District III (La Carlota City)", - "icon": "./assets/data/nsi/logos/districtiii-add8d9.undefined", "osmTags": { "and": [ "amenity=school", @@ -369110,7 +224965,6 @@ }, { "question": "District III (Maasin City)", - "icon": "./assets/data/nsi/logos/districtiii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -369126,7 +224980,6 @@ }, { "question": "District III (Roxas City)", - "icon": "./assets/data/nsi/logos/districtiii-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -369142,7 +224995,6 @@ }, { "question": "District III (Sagay City)", - "icon": "./assets/data/nsi/logos/districtiii-20abf0.undefined", "osmTags": { "and": [ "amenity=school", @@ -369158,7 +225010,6 @@ }, { "question": "District III (San Carlos City)", - "icon": "./assets/data/nsi/logos/districtiii-1aafd3.undefined", "osmTags": { "and": [ "amenity=school", @@ -369174,7 +225025,6 @@ }, { "question": "District III (Silay City)", - "icon": "./assets/data/nsi/logos/districtiii-e8fcbb.undefined", "osmTags": { "and": [ "amenity=school", @@ -369190,7 +225040,6 @@ }, { "question": "District III (Talisay City)", - "icon": "./assets/data/nsi/logos/districtiii-115e0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -369206,7 +225055,6 @@ }, { "question": "District IV (Cadiz City)", - "icon": "./assets/data/nsi/logos/districtiv-85d4d3.undefined", "osmTags": { "and": [ "amenity=school", @@ -369222,7 +225070,6 @@ }, { "question": "District IV (Dagupan City)", - "icon": "./assets/data/nsi/logos/districtiv-f770b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -369238,7 +225085,6 @@ }, { "question": "District IV (Kidapawan City)", - "icon": "./assets/data/nsi/logos/districtiv-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -369254,7 +225100,6 @@ }, { "question": "District IV (Maasin City)", - "icon": "./assets/data/nsi/logos/districtiv-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -369270,7 +225115,6 @@ }, { "question": "District IV (Ozamiz City)", - "icon": "./assets/data/nsi/logos/districtiv-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369286,7 +225130,6 @@ }, { "question": "District IV (San Carlos City)", - "icon": "./assets/data/nsi/logos/districtiv-1aafd3.undefined", "osmTags": { "and": [ "amenity=school", @@ -369302,7 +225145,6 @@ }, { "question": "District IV (Surigao City)", - "icon": "./assets/data/nsi/logos/districtiv-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369318,7 +225160,6 @@ }, { "question": "District Learning Center I", - "icon": "./assets/data/nsi/logos/districtlearningcenteri-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -369385,7 +225226,6 @@ }, { "question": "District V (Kidapawan City)", - "icon": "./assets/data/nsi/logos/districtv-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -369401,7 +225241,6 @@ }, { "question": "District V (Surigao City)", - "icon": "./assets/data/nsi/logos/districtv-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369417,7 +225256,6 @@ }, { "question": "District VI (Quezon City)", - "icon": "./assets/data/nsi/logos/districtvi-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -369433,7 +225271,6 @@ }, { "question": "District VI (Surigao City)", - "icon": "./assets/data/nsi/logos/districtvi-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369449,7 +225286,6 @@ }, { "question": "District VIII", - "icon": "./assets/data/nsi/logos/districtviii-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369497,7 +225333,6 @@ }, { "question": "Dolores District", - "icon": "./assets/data/nsi/logos/doloresdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -369513,7 +225348,6 @@ }, { "question": "Dolores I District", - "icon": "./assets/data/nsi/logos/doloresidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -369529,7 +225363,6 @@ }, { "question": "Dolores II District", - "icon": "./assets/data/nsi/logos/doloresiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -369545,7 +225378,6 @@ }, { "question": "Don Carlos I District", - "icon": "./assets/data/nsi/logos/doncarlosidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -369561,7 +225393,6 @@ }, { "question": "Don Carlos II District", - "icon": "./assets/data/nsi/logos/doncarlosiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -369577,7 +225408,6 @@ }, { "question": "Don Marcelino District", - "icon": "./assets/data/nsi/logos/donmarcelinodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -369593,7 +225423,6 @@ }, { "question": "Don Victoriano District", - "icon": "./assets/data/nsi/logos/donvictorianodistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -369609,7 +225438,6 @@ }, { "question": "Dona Remedios Trinidad District", - "icon": "./assets/data/nsi/logos/donaremediostrinidaddistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369625,7 +225453,6 @@ }, { "question": "Doncaster Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/doncastermetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -369658,7 +225485,6 @@ }, { "question": "Donsol East District", - "icon": "./assets/data/nsi/logos/donsoleastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -369674,7 +225500,6 @@ }, { "question": "Donsol West District", - "icon": "./assets/data/nsi/logos/donsolwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -369790,7 +225615,6 @@ }, { "question": "Dr. Schaepmanstichting", - "icon": "./assets/data/nsi/logos/drschaepmanstichting-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -369821,7 +225645,6 @@ }, { "question": "drb Ignite Multi Academy Trust", - "icon": "./assets/data/nsi/logos/drbignitemultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -369837,7 +225660,6 @@ }, { "question": "Dublin and Dún Laoghaire Education and Training Board", - "icon": "./assets/data/nsi/logos/dublinanddunlaoghaireeducationandtrainingboard-d6dd3f.undefined", "osmTags": { "and": [ "amenity=school", @@ -369869,7 +225691,6 @@ }, { "question": "Dubuque Community Schools", - "icon": "./assets/data/nsi/logos/dubuquecommunityschools-6e0541.undefined", "osmTags": { "and": [ "amenity=school", @@ -369886,7 +225707,6 @@ }, { "question": "Dudley Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/dudleymetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -369902,7 +225722,6 @@ }, { "question": "Dueñas District", - "icon": "./assets/data/nsi/logos/duenasdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -369918,7 +225737,6 @@ }, { "question": "Duero District", - "icon": "./assets/data/nsi/logos/duerodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -369934,7 +225752,6 @@ }, { "question": "Dufferin-Peel Catholic District School Board", - "icon": "./assets/data/nsi/logos/dufferinpeelcatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -369951,7 +225768,6 @@ }, { "question": "Dulag North District", - "icon": "./assets/data/nsi/logos/dulagnorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -369967,7 +225783,6 @@ }, { "question": "Dulag South District", - "icon": "./assets/data/nsi/logos/dulagsouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -369983,7 +225798,6 @@ }, { "question": "Dumalag District", - "icon": "./assets/data/nsi/logos/dumalagdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -369999,7 +225813,6 @@ }, { "question": "Dumalinao District", - "icon": "./assets/data/nsi/logos/dumalinaodistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -370015,7 +225828,6 @@ }, { "question": "Dumangas I District", - "icon": "./assets/data/nsi/logos/dumangasidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -370031,7 +225843,6 @@ }, { "question": "Dumangas II District", - "icon": "./assets/data/nsi/logos/dumangasiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -370047,7 +225858,6 @@ }, { "question": "Dumanjug I District", - "icon": "./assets/data/nsi/logos/dumanjugidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370063,7 +225873,6 @@ }, { "question": "Dumanjug II District", - "icon": "./assets/data/nsi/logos/dumanjugiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370079,7 +225888,6 @@ }, { "question": "Dumaran Island District", - "icon": "./assets/data/nsi/logos/dumaranislanddistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -370095,7 +225903,6 @@ }, { "question": "Dumaran Mainland District", - "icon": "./assets/data/nsi/logos/dumaranmainlanddistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -370111,7 +225918,6 @@ }, { "question": "Dumarao District", - "icon": "./assets/data/nsi/logos/dumaraodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -370127,7 +225933,6 @@ }, { "question": "Dumfries and Galloway Council", - "icon": "./assets/data/nsi/logos/dumfriesandgallowaycouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370143,7 +225948,6 @@ }, { "question": "Dumingag I District", - "icon": "./assets/data/nsi/logos/dumingagidistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -370159,7 +225963,6 @@ }, { "question": "Dumingag II District", - "icon": "./assets/data/nsi/logos/dumingagiidistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -370208,7 +226011,6 @@ }, { "question": "Dupax del Norte District", - "icon": "./assets/data/nsi/logos/dupaxdelnortedistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -370224,7 +226026,6 @@ }, { "question": "Dupax del Sur District", - "icon": "./assets/data/nsi/logos/dupaxdelsurdistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -370240,7 +226041,6 @@ }, { "question": "Durham and Newcastle Diocesan Learning Trust", - "icon": "./assets/data/nsi/logos/durhamandnewcastlediocesanlearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -370340,7 +226140,6 @@ }, { "question": "E-ACT", - "icon": "./assets/data/nsi/logos/eact-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -370390,7 +226189,6 @@ }, { "question": "East Ayrshire Council", - "icon": "./assets/data/nsi/logos/eastayrshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370406,7 +226204,6 @@ }, { "question": "East Butuan District I", - "icon": "./assets/data/nsi/logos/eastbutuandistricti-354e76.undefined", "osmTags": { "and": [ "amenity=school", @@ -370422,7 +226219,6 @@ }, { "question": "East Butuan District II", - "icon": "./assets/data/nsi/logos/eastbutuandistrictii-354e76.undefined", "osmTags": { "and": [ "amenity=school", @@ -370438,7 +226234,6 @@ }, { "question": "East District (Angeles City)", - "icon": "./assets/data/nsi/logos/eastdistrict-4fd9a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370454,7 +226249,6 @@ }, { "question": "East District (Batangas City)", - "icon": "./assets/data/nsi/logos/eastdistrict-1a45a4.undefined", "osmTags": { "and": [ "amenity=school", @@ -370470,7 +226264,6 @@ }, { "question": "East District (Cabanatuan City)", - "icon": "./assets/data/nsi/logos/eastdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370486,7 +226279,6 @@ }, { "question": "East District (Danao City)", - "icon": "./assets/data/nsi/logos/eastdistrict-56e58f.undefined", "osmTags": { "and": [ "amenity=school", @@ -370502,7 +226294,6 @@ }, { "question": "East District (Dipolog City)", - "icon": "./assets/data/nsi/logos/eastdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -370518,7 +226309,6 @@ }, { "question": "East District (Gingoog City)", - "icon": "./assets/data/nsi/logos/eastdistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -370534,7 +226324,6 @@ }, { "question": "East District (Lapu-Lapu City)", - "icon": "./assets/data/nsi/logos/eastdistrict-3562b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370550,7 +226339,6 @@ }, { "question": "East District (Lipa City)", - "icon": "./assets/data/nsi/logos/eastdistrict-a8ec43.undefined", "osmTags": { "and": [ "amenity=school", @@ -370566,7 +226354,6 @@ }, { "question": "East District (Malaybalay City)", - "icon": "./assets/data/nsi/logos/eastdistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -370582,7 +226369,6 @@ }, { "question": "East District (Pagadian City)", - "icon": "./assets/data/nsi/logos/eastdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -370598,7 +226384,6 @@ }, { "question": "East District (San Jose City)", - "icon": "./assets/data/nsi/logos/eastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -370614,7 +226399,6 @@ }, { "question": "East District (Tanauan City)", - "icon": "./assets/data/nsi/logos/eastdistrict-be5ca7.undefined", "osmTags": { "and": [ "amenity=school", @@ -370630,7 +226414,6 @@ }, { "question": "East District (Toledo City)", - "icon": "./assets/data/nsi/logos/eastdistrict-ca624c.undefined", "osmTags": { "and": [ "amenity=school", @@ -370646,7 +226429,6 @@ }, { "question": "East District (Valenzuela City)", - "icon": "./assets/data/nsi/logos/eastdistrict-7a50de.undefined", "osmTags": { "and": [ "amenity=school", @@ -370662,7 +226444,6 @@ }, { "question": "East Dunbartonshire Council", - "icon": "./assets/data/nsi/logos/eastdunbartonshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370695,7 +226476,6 @@ }, { "question": "East I District (Cagayan de Oro City)", - "icon": "./assets/data/nsi/logos/eastidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -370711,7 +226491,6 @@ }, { "question": "East I District (Calamba City)", - "icon": "./assets/data/nsi/logos/eastidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -370727,7 +226506,6 @@ }, { "question": "East II District (Cagayan de Oro City)", - "icon": "./assets/data/nsi/logos/eastiidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -370743,7 +226521,6 @@ }, { "question": "East II District (Calamba City)", - "icon": "./assets/data/nsi/logos/eastiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -370759,7 +226536,6 @@ }, { "question": "East Kiamba District", - "icon": "./assets/data/nsi/logos/eastkiambadistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -370791,7 +226567,6 @@ }, { "question": "East Maasim District", - "icon": "./assets/data/nsi/logos/eastmaasimdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -370807,7 +226582,6 @@ }, { "question": "East Maitum District", - "icon": "./assets/data/nsi/logos/eastmaitumdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -370823,7 +226597,6 @@ }, { "question": "East Malungon District", - "icon": "./assets/data/nsi/logos/eastmalungondistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -370839,7 +226612,6 @@ }, { "question": "East Midlands Education Trust", - "icon": "./assets/data/nsi/logos/eastmidlandseducationtrust-2bbb7b.undefined", "osmTags": { "and": [ "amenity=school", @@ -370855,7 +226627,6 @@ }, { "question": "East Renfrewshire Council", - "icon": "./assets/data/nsi/logos/eastrenfrewshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -370887,7 +226658,6 @@ }, { "question": "East Sussex County Council", - "icon": "./assets/data/nsi/logos/eastsussexcountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -370936,7 +226706,6 @@ }, { "question": "Eastern Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/easternmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -370952,7 +226721,6 @@ }, { "question": "Eastern Tabuk District", - "icon": "./assets/data/nsi/logos/easterntabukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -370985,7 +226753,6 @@ }, { "question": "Ebor Academy Trust", - "icon": "./assets/data/nsi/logos/eboracademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -371001,7 +226768,6 @@ }, { "question": "Echague District", - "icon": "./assets/data/nsi/logos/echaguedistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -371017,7 +226783,6 @@ }, { "question": "Edmonds School District", - "icon": "./assets/data/nsi/logos/edmondsschooldistrict-48f47a.undefined", "osmTags": { "and": [ "amenity=school", @@ -371068,7 +226833,6 @@ }, { "question": "Edmund Rice Education Australia", - "icon": "./assets/data/nsi/logos/edmundriceeducationaustralia-2c0dd7.undefined", "osmTags": { "and": [ "amenity=school", @@ -371119,7 +226883,6 @@ }, { "question": "Eenbes", - "icon": "./assets/data/nsi/logos/eenbes-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -371134,7 +226897,6 @@ }, { "question": "EKAR", - "icon": "./assets/data/nsi/logos/ekar-d14008.undefined", "osmTags": { "and": [ "amenity=school", @@ -371166,7 +226928,6 @@ }, { "question": "El Nido del Norte District", - "icon": "./assets/data/nsi/logos/elnidodelnortedistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -371182,7 +226943,6 @@ }, { "question": "El Nido del Sur District", - "icon": "./assets/data/nsi/logos/elnidodelsurdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -371248,7 +227008,6 @@ }, { "question": "Eleves", - "icon": "./assets/data/nsi/logos/eleves-8cf116.undefined", "osmTags": { "and": [ "amenity=school", @@ -371280,7 +227039,6 @@ }, { "question": "Elk Island Catholic Schools", - "icon": "./assets/data/nsi/logos/elkislandcatholicschools-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -371296,7 +227054,6 @@ }, { "question": "Elk Island Public Schools", - "icon": "./assets/data/nsi/logos/elkislandpublicschools-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -371311,7 +227068,6 @@ }, { "question": "Elmhurst Community Unit School District 205", - "icon": "./assets/data/nsi/logos/elmhurstcommunityunitschooldistrict205-6d6198.undefined", "osmTags": { "and": [ "amenity=school", @@ -371344,7 +227100,6 @@ }, { "question": "Embark Multi Academy Trust", - "icon": "./assets/data/nsi/logos/embarkmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371360,7 +227115,6 @@ }, { "question": "Emmaus Catholic Multi Academy Company", - "icon": "./assets/data/nsi/logos/emmauscatholicmultiacademycompany-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371376,7 +227130,6 @@ }, { "question": "Enhance Academy Trust", - "icon": "./assets/data/nsi/logos/enhanceacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371393,7 +227146,6 @@ }, { "question": "Enrile West District", - "icon": "./assets/data/nsi/logos/enrilewestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -371409,7 +227161,6 @@ }, { "question": "Enrique B. Magalona District", - "icon": "./assets/data/nsi/logos/enriquebmagalonadistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -371425,7 +227176,6 @@ }, { "question": "Ensemble Scolaire Sacré-Coeur", - "icon": "./assets/data/nsi/logos/ensemblescolairesacrecoeur-e697eb.undefined", "osmTags": { "and": [ "amenity=school", @@ -371440,7 +227190,6 @@ }, { "question": "Epping Forest Schools Partnership Trust", - "icon": "./assets/data/nsi/logos/eppingforestschoolspartnershiptrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371457,7 +227206,6 @@ }, { "question": "Equals Trust", - "icon": "./assets/data/nsi/logos/equalstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371506,7 +227254,6 @@ }, { "question": "Escalante I District", - "icon": "./assets/data/nsi/logos/escalanteidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -371522,7 +227269,6 @@ }, { "question": "Escalante II District", - "icon": "./assets/data/nsi/logos/escalanteiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -371538,7 +227284,6 @@ }, { "question": "Escola Básica Integrada da Praia da Vitória", - "icon": "./assets/data/nsi/logos/escolabasicaintegradadapraiadavitoria-38bca9.undefined", "osmTags": { "and": [ "amenity=school", @@ -371570,7 +227315,6 @@ }, { "question": "Esperanza District", - "icon": "./assets/data/nsi/logos/esperanzadistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -371586,7 +227330,6 @@ }, { "question": "Esperanza I District", - "icon": "./assets/data/nsi/logos/esperanzaidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -371602,7 +227345,6 @@ }, { "question": "Esperanza II District", - "icon": "./assets/data/nsi/logos/esperanzaiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -371618,7 +227360,6 @@ }, { "question": "Esperanza III District", - "icon": "./assets/data/nsi/logos/esperanzaiiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -371666,7 +227407,6 @@ }, { "question": "Estancia District", - "icon": "./assets/data/nsi/logos/estanciadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -371682,7 +227422,6 @@ }, { "question": "Esteem Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/esteemmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371698,7 +227437,6 @@ }, { "question": "Észak-Budapesti Tankerületi Központ", - "icon": "./assets/data/nsi/logos/eszakbudapestitankeruletikozpont-211b9f.undefined", "osmTags": { "and": [ "amenity=school", @@ -371713,7 +227451,6 @@ }, { "question": "Eugene School District", - "icon": "./assets/data/nsi/logos/eugeneschooldistrict-330cad.undefined", "osmTags": { "and": [ "amenity=school", @@ -371730,7 +227467,6 @@ }, { "question": "Evangelical Alliance", - "icon": "./assets/data/nsi/logos/evangelicalalliance-6ced19.undefined", "osmTags": { "and": [ "amenity=school", @@ -371745,7 +227481,6 @@ }, { "question": "Evangelical Brotherhood Church (New Guinea)", - "icon": "./assets/data/nsi/logos/evangelicalbrotherhoodchurch-6ced19.undefined", "osmTags": { "and": [ "amenity=school", @@ -371828,7 +227563,6 @@ }, { "question": "Evergreen Catholic Schools", - "icon": "./assets/data/nsi/logos/evergreencatholicschools-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -371861,7 +227595,6 @@ }, { "question": "Evolution Academy Trust", - "icon": "./assets/data/nsi/logos/evolutionacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371877,7 +227610,6 @@ }, { "question": "Excalibur Academies Trust", - "icon": "./assets/data/nsi/logos/excaliburacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371893,7 +227625,6 @@ }, { "question": "Exceed Academies Trust", - "icon": "./assets/data/nsi/logos/exceedacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -371959,7 +227690,6 @@ }, { "question": "Falkirk Council", - "icon": "./assets/data/nsi/logos/falkirkcouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -371991,7 +227721,6 @@ }, { "question": "Famy-Mabitac District", - "icon": "./assets/data/nsi/logos/famymabitacdistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -372041,7 +227770,6 @@ }, { "question": "Fe y Alegría", - "icon": "./assets/data/nsi/logos/feyalegria-155571.undefined", "osmTags": { "and": [ "amenity=school", @@ -372057,7 +227785,6 @@ }, { "question": "Federal Transferido", - "icon": "./assets/data/nsi/logos/federaltransferido-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -372072,7 +227799,6 @@ }, { "question": "Federal Transferido - Estatal", - "icon": "./assets/data/nsi/logos/federaltransferidoestatal-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -372120,7 +227846,6 @@ }, { "question": "Finn Church Aid", - "icon": "./assets/data/nsi/logos/finnchurchaid-8838e7.undefined", "osmTags": { "and": [ "amenity=school", @@ -372135,7 +227860,6 @@ }, { "question": "Flintshire County Council", - "icon": "./assets/data/nsi/logos/flintshirecountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -372151,7 +227875,6 @@ }, { "question": "Flora District", - "icon": "./assets/data/nsi/logos/floradistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -372167,7 +227890,6 @@ }, { "question": "Floridablanca East District", - "icon": "./assets/data/nsi/logos/floridablancaeastdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -372183,7 +227905,6 @@ }, { "question": "Floridablanca West District", - "icon": "./assets/data/nsi/logos/floridablancawestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -372215,7 +227936,6 @@ }, { "question": "Focus Academy Trust (UK) Ltd", - "icon": "./assets/data/nsi/logos/focusacademytrustukltd-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -372333,7 +228053,6 @@ }, { "question": "Forward As One Church of England Multi Academy Trust", - "icon": "./assets/data/nsi/logos/forwardasonechurchofenglandmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -372414,7 +228133,6 @@ }, { "question": "Frenship Independent School District", - "icon": "./assets/data/nsi/logos/frenshipindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -372431,7 +228149,6 @@ }, { "question": "Fule Almeda District", - "icon": "./assets/data/nsi/logos/fulealmedadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -372496,7 +228213,6 @@ }, { "question": "Future Academies", - "icon": "./assets/data/nsi/logos/futureacademies-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -372512,7 +228228,6 @@ }, { "question": "Fylde Coast Academy Trust", - "icon": "./assets/data/nsi/logos/fyldecoastacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -372529,7 +228244,6 @@ }, { "question": "G'allaorol tumani xalq ta'limi boshqarmasi", - "icon": "./assets/data/nsi/logos/gallaoroltumanixalqtalimiboshqarmasi-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -372544,7 +228258,6 @@ }, { "question": "Gabaldon District", - "icon": "./assets/data/nsi/logos/gabaldondistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -372560,7 +228273,6 @@ }, { "question": "Galileo Multi Academy Trust", - "icon": "./assets/data/nsi/logos/galileomultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -372576,7 +228288,6 @@ }, { "question": "Gamay I District", - "icon": "./assets/data/nsi/logos/gamayidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -372592,7 +228303,6 @@ }, { "question": "Gamay II District", - "icon": "./assets/data/nsi/logos/gamayiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -372608,7 +228318,6 @@ }, { "question": "Gamu District", - "icon": "./assets/data/nsi/logos/gamudistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -372624,7 +228333,6 @@ }, { "question": "Gandara I District", - "icon": "./assets/data/nsi/logos/gandaraidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -372640,7 +228348,6 @@ }, { "question": "Gandara II - Matuguinao District", - "icon": "./assets/data/nsi/logos/gandaraiimatuguinaodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -372656,7 +228363,6 @@ }, { "question": "Gapan North District", - "icon": "./assets/data/nsi/logos/gapannorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -372672,7 +228378,6 @@ }, { "question": "Gapan South District", - "icon": "./assets/data/nsi/logos/gapansouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -372688,7 +228393,6 @@ }, { "question": "Garchitorena District", - "icon": "./assets/data/nsi/logos/garchitorenadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -372704,7 +228408,6 @@ }, { "question": "Garcia-Hernandez District", - "icon": "./assets/data/nsi/logos/garciahernandezdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -372720,7 +228423,6 @@ }, { "question": "Garden Grove Unified School District", - "icon": "./assets/data/nsi/logos/gardengroveunifiedschooldistrict-4ed216.undefined", "osmTags": { "and": [ "amenity=school", @@ -372788,7 +228490,6 @@ }, { "question": "Gasan District", - "icon": "./assets/data/nsi/logos/gasandistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -372820,7 +228521,6 @@ }, { "question": "Gattaran Central District", - "icon": "./assets/data/nsi/logos/gattarancentraldistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -372836,7 +228536,6 @@ }, { "question": "Gattaran East District", - "icon": "./assets/data/nsi/logos/gattaraneastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -372852,7 +228551,6 @@ }, { "question": "Gattaran West District", - "icon": "./assets/data/nsi/logos/gattaranwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -372900,7 +228598,6 @@ }, { "question": "General Luna District (Quezon)", - "icon": "./assets/data/nsi/logos/generallunadistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -372916,7 +228613,6 @@ }, { "question": "General Luna District (Siargao)", - "icon": "./assets/data/nsi/logos/generallunadistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -372932,7 +228628,6 @@ }, { "question": "General M. Natividad District", - "icon": "./assets/data/nsi/logos/generalmnatividaddistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -372948,7 +228643,6 @@ }, { "question": "General Macarthur-Hernani District", - "icon": "./assets/data/nsi/logos/generalmacarthurhernanidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -372964,7 +228658,6 @@ }, { "question": "General Nakar District", - "icon": "./assets/data/nsi/logos/generalnakardistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -372980,7 +228673,6 @@ }, { "question": "General Roxas District", - "icon": "./assets/data/nsi/logos/generalroxasdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -372996,7 +228688,6 @@ }, { "question": "General Tinio District", - "icon": "./assets/data/nsi/logos/generaltiniodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -373012,7 +228703,6 @@ }, { "question": "General Trias I District", - "icon": "./assets/data/nsi/logos/generaltriasidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -373028,7 +228718,6 @@ }, { "question": "General Trias II District", - "icon": "./assets/data/nsi/logos/generaltriasiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -373060,7 +228749,6 @@ }, { "question": "Gerona North District", - "icon": "./assets/data/nsi/logos/geronanorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -373076,7 +228764,6 @@ }, { "question": "Gerona South District", - "icon": "./assets/data/nsi/logos/geronasouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -373092,7 +228779,6 @@ }, { "question": "Getafe District", - "icon": "./assets/data/nsi/logos/getafedistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -373125,7 +228811,6 @@ }, { "question": "Gigaquit District", - "icon": "./assets/data/nsi/logos/gigaquitdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -373141,7 +228826,6 @@ }, { "question": "Ginatilan District", - "icon": "./assets/data/nsi/logos/ginatilandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -373157,7 +228841,6 @@ }, { "question": "Giporlos District", - "icon": "./assets/data/nsi/logos/giporlosdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -373255,7 +228938,6 @@ }, { "question": "Gloria District", - "icon": "./assets/data/nsi/logos/gloriadistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -373271,7 +228953,6 @@ }, { "question": "Gloucestershire County Council", - "icon": "./assets/data/nsi/logos/gloucestershirecountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -373351,7 +229032,6 @@ }, { "question": "Gmina Przemyśl", - "icon": "./assets/data/nsi/logos/gminaprzemysl-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -373399,7 +229079,6 @@ }, { "question": "GO!", - "icon": "./assets/data/nsi/logos/go-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -373414,7 +229093,6 @@ }, { "question": "GO! scholengroep Zuid-Limburg", - "icon": "./assets/data/nsi/logos/goscholengroepzuidlimburg-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -373429,7 +229107,6 @@ }, { "question": "Goa District", - "icon": "./assets/data/nsi/logos/goadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -373477,7 +229154,6 @@ }, { "question": "Godod District", - "icon": "./assets/data/nsi/logos/gododdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -373493,7 +229169,6 @@ }, { "question": "Gonzaga East District", - "icon": "./assets/data/nsi/logos/gonzagaeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -373509,7 +229184,6 @@ }, { "question": "Gonzaga West District", - "icon": "./assets/data/nsi/logos/gonzagawestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -373525,7 +229199,6 @@ }, { "question": "GOO", - "icon": "./assets/data/nsi/logos/goo-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -373540,7 +229213,6 @@ }, { "question": "Gosforth Schools' Trust", - "icon": "./assets/data/nsi/logos/gosforthschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -373588,7 +229260,6 @@ }, { "question": "Government of Belize", - "icon": "./assets/data/nsi/logos/governmentofbelize-7f482d.undefined", "osmTags": { "and": [ "amenity=school", @@ -373605,7 +229276,6 @@ }, { "question": "Government of Kenya", - "icon": "./assets/data/nsi/logos/governmentofkenya-d02396.undefined", "osmTags": { "and": [ "amenity=school", @@ -373686,7 +229356,6 @@ }, { "question": "Governo do Estado de Minas Gerais", - "icon": "./assets/data/nsi/logos/governodoestadodeminasgerais-479758.undefined", "osmTags": { "and": [ "amenity=school", @@ -373702,7 +229371,6 @@ }, { "question": "Governo do Estado de Pernambuco", - "icon": "./assets/data/nsi/logos/governodoestadodepernambuco-bf7784.undefined", "osmTags": { "and": [ "amenity=school", @@ -373718,7 +229386,6 @@ }, { "question": "Governo do Estado de Santa Catarina", - "icon": "./assets/data/nsi/logos/governodoestadodesantacatarina-6a2dca.undefined", "osmTags": { "and": [ "amenity=school", @@ -373734,7 +229401,6 @@ }, { "question": "Governo do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/governodoestadodesaopaulo-5e2aa2.undefined", "osmTags": { "and": [ "amenity=school", @@ -373750,7 +229416,6 @@ }, { "question": "Governo do Estado do Ceará", - "icon": "./assets/data/nsi/logos/governodoestadodoceara-04d5fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -373798,7 +229463,6 @@ }, { "question": "Governor Generoso North District", - "icon": "./assets/data/nsi/logos/governorgenerosonorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -373814,7 +229478,6 @@ }, { "question": "Governor Generoso South District", - "icon": "./assets/data/nsi/logos/governorgenerososouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -373880,7 +229543,6 @@ }, { "question": "Grants Pass School District", - "icon": "./assets/data/nsi/logos/grantspassschooldistrict-330cad.undefined", "osmTags": { "and": [ "amenity=school", @@ -373914,7 +229576,6 @@ }, { "question": "Great Learners Trust", - "icon": "./assets/data/nsi/logos/greatlearnerstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -373930,7 +229591,6 @@ }, { "question": "Great Neck School District", - "icon": "./assets/data/nsi/logos/greatneckschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -373997,7 +229657,6 @@ }, { "question": "Greater St. Albert Catholic Schools", - "icon": "./assets/data/nsi/logos/greaterstalbertcatholicschools-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -374013,7 +229672,6 @@ }, { "question": "Greenheart Learning Partnership", - "icon": "./assets/data/nsi/logos/greenheartlearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -374045,7 +229703,6 @@ }, { "question": "Greenwood Academies Trust", - "icon": "./assets/data/nsi/logos/greenwoodacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -374094,7 +229751,6 @@ }, { "question": "Groton Public Schools", - "icon": "./assets/data/nsi/logos/grotonpublicschools-547ddd.undefined", "osmTags": { "and": [ "amenity=school", @@ -374111,7 +229767,6 @@ }, { "question": "Guagua West District", - "icon": "./assets/data/nsi/logos/guaguawestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -374127,7 +229782,6 @@ }, { "question": "Gubat North District", - "icon": "./assets/data/nsi/logos/gubatnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -374143,7 +229797,6 @@ }, { "question": "Gubat South District", - "icon": "./assets/data/nsi/logos/gubatsouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -374159,7 +229812,6 @@ }, { "question": "Guiguinto District", - "icon": "./assets/data/nsi/logos/guiguintodistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -374175,7 +229827,6 @@ }, { "question": "Guihulngan North District", - "icon": "./assets/data/nsi/logos/guihulngannorthdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -374191,7 +229842,6 @@ }, { "question": "Guihulngan South District", - "icon": "./assets/data/nsi/logos/guihulngansouthdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -374223,7 +229873,6 @@ }, { "question": "Guimba East District", - "icon": "./assets/data/nsi/logos/guimbaeastdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -374239,7 +229888,6 @@ }, { "question": "Guimba West District", - "icon": "./assets/data/nsi/logos/guimbawestdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -374255,7 +229903,6 @@ }, { "question": "Guimbal District", - "icon": "./assets/data/nsi/logos/guimbaldistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -374271,7 +229918,6 @@ }, { "question": "Guinayangan District", - "icon": "./assets/data/nsi/logos/guinayangandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -374287,7 +229933,6 @@ }, { "question": "Guindulman District", - "icon": "./assets/data/nsi/logos/guindulmandistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -374303,7 +229948,6 @@ }, { "question": "Guinobatan East District", - "icon": "./assets/data/nsi/logos/guinobataneastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -374319,7 +229963,6 @@ }, { "question": "Guinobatan West District", - "icon": "./assets/data/nsi/logos/guinobatanwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -374335,7 +229978,6 @@ }, { "question": "Guipos District", - "icon": "./assets/data/nsi/logos/guiposdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -374351,7 +229993,6 @@ }, { "question": "Guiuan East District", - "icon": "./assets/data/nsi/logos/guiuaneastdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -374367,7 +230008,6 @@ }, { "question": "Guiuan North District", - "icon": "./assets/data/nsi/logos/guiuannorthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -374383,7 +230023,6 @@ }, { "question": "Guiuan South District", - "icon": "./assets/data/nsi/logos/guiuansouthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -374399,7 +230038,6 @@ }, { "question": "Gumaca East District", - "icon": "./assets/data/nsi/logos/gumacaeastdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -374415,7 +230053,6 @@ }, { "question": "Gumaca West District", - "icon": "./assets/data/nsi/logos/gumacawestdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -374431,7 +230068,6 @@ }, { "question": "Gutalac I District", - "icon": "./assets/data/nsi/logos/gutalacidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -374447,7 +230083,6 @@ }, { "question": "Gutalac II District", - "icon": "./assets/data/nsi/logos/gutalaciidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -374463,7 +230098,6 @@ }, { "question": "Gvern ta' Malta", - "icon": "./assets/data/nsi/logos/gverntamalta-10641b.undefined", "osmTags": { "and": [ "amenity=school", @@ -374479,7 +230113,6 @@ }, { "question": "Gwynedd Council", - "icon": "./assets/data/nsi/logos/gwyneddcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -374512,7 +230145,6 @@ }, { "question": "Hagonoy East District", - "icon": "./assets/data/nsi/logos/hagonoyeastdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -374528,7 +230160,6 @@ }, { "question": "Hagonoy I District", - "icon": "./assets/data/nsi/logos/hagonoyidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -374544,7 +230175,6 @@ }, { "question": "Hagonoy West District", - "icon": "./assets/data/nsi/logos/hagonoywestdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -374609,7 +230239,6 @@ }, { "question": "Halton Borough Council", - "icon": "./assets/data/nsi/logos/haltonboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -374708,7 +230337,6 @@ }, { "question": "Hamilton-Wentworth District School Board", - "icon": "./assets/data/nsi/logos/hamiltonwentworthdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -374773,7 +230401,6 @@ }, { "question": "Hamtic North District", - "icon": "./assets/data/nsi/logos/hamticnorthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -374789,7 +230416,6 @@ }, { "question": "Hamtic South District", - "icon": "./assets/data/nsi/logos/hamticsouthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -374805,7 +230431,6 @@ }, { "question": "Hamwic Education Trust", - "icon": "./assets/data/nsi/logos/hamwiceducationtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -374970,7 +230595,6 @@ }, { "question": "Hartlepool Borough Council", - "icon": "./assets/data/nsi/logos/hartlepoolboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375053,7 +230677,6 @@ }, { "question": "Helsingborgs stads skolor", - "icon": "./assets/data/nsi/logos/helsingborgsstadsskolor-0f2dfb.undefined", "osmTags": { "and": [ "amenity=school", @@ -375068,7 +230691,6 @@ }, { "question": "Herefordshire Council", - "icon": "./assets/data/nsi/logos/herefordshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375117,7 +230739,6 @@ }, { "question": "Hermosa District", - "icon": "./assets/data/nsi/logos/hermosadistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -375133,7 +230754,6 @@ }, { "question": "Hernani District", - "icon": "./assets/data/nsi/logos/hernanidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -375216,7 +230836,6 @@ }, { "question": "Hilongos North District", - "icon": "./assets/data/nsi/logos/hilongosnorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -375232,7 +230851,6 @@ }, { "question": "Hilongos South District", - "icon": "./assets/data/nsi/logos/hilongossouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -375248,7 +230866,6 @@ }, { "question": "Himamaylan I District", - "icon": "./assets/data/nsi/logos/himamaylanidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375264,7 +230881,6 @@ }, { "question": "Himamaylan II District", - "icon": "./assets/data/nsi/logos/himamaylaniidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375280,7 +230896,6 @@ }, { "question": "Hinabangan District", - "icon": "./assets/data/nsi/logos/hinabangandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -375296,7 +230911,6 @@ }, { "question": "Hinatuan North District", - "icon": "./assets/data/nsi/logos/hinatuannorthdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -375312,7 +230926,6 @@ }, { "question": "Hinatuan South District", - "icon": "./assets/data/nsi/logos/hinatuansouthdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -375328,7 +230941,6 @@ }, { "question": "Hindang District", - "icon": "./assets/data/nsi/logos/hindangdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -375344,7 +230956,6 @@ }, { "question": "Hingyon District", - "icon": "./assets/data/nsi/logos/hingyondistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -375360,7 +230971,6 @@ }, { "question": "Hinigaran I District", - "icon": "./assets/data/nsi/logos/hinigaranidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375376,7 +230986,6 @@ }, { "question": "Hinigaran II District", - "icon": "./assets/data/nsi/logos/hinigaraniidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375392,7 +231001,6 @@ }, { "question": "Hinobaan District", - "icon": "./assets/data/nsi/logos/hinobaandistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375408,7 +231016,6 @@ }, { "question": "Hinunangan District", - "icon": "./assets/data/nsi/logos/hinunangandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -375424,7 +231031,6 @@ }, { "question": "Hinundayan District", - "icon": "./assets/data/nsi/logos/hinundayandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -375440,7 +231046,6 @@ }, { "question": "Hochtaunuskreis", - "icon": "./assets/data/nsi/logos/hochtaunuskreis-127a2c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375471,7 +231076,6 @@ }, { "question": "Hope Sentamu Learning Trust", - "icon": "./assets/data/nsi/logos/hopesentamulearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375553,7 +231157,6 @@ }, { "question": "Hull City Council", - "icon": "./assets/data/nsi/logos/hullcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375569,7 +231172,6 @@ }, { "question": "Hull Collaborative Academy Trust", - "icon": "./assets/data/nsi/logos/hullcollaborativeacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -375586,7 +231188,6 @@ }, { "question": "Humber Education Trust", - "icon": "./assets/data/nsi/logos/humbereducationtrust-ef57c6.undefined", "osmTags": { "and": [ "amenity=school", @@ -375619,7 +231220,6 @@ }, { "question": "Hungduan District", - "icon": "./assets/data/nsi/logos/hungduandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -375703,7 +231303,6 @@ }, { "question": "I District", - "icon": "./assets/data/nsi/logos/idistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375719,7 +231318,6 @@ }, { "question": "Iba District", - "icon": "./assets/data/nsi/logos/ibadistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -375735,7 +231333,6 @@ }, { "question": "Ibaan District", - "icon": "./assets/data/nsi/logos/ibaandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -375751,7 +231348,6 @@ }, { "question": "Ibajay I District", - "icon": "./assets/data/nsi/logos/ibajayidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -375767,7 +231363,6 @@ }, { "question": "Ibajay II District", - "icon": "./assets/data/nsi/logos/ibajayiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -375817,7 +231412,6 @@ }, { "question": "Igbaras District", - "icon": "./assets/data/nsi/logos/igbarasdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -375833,7 +231427,6 @@ }, { "question": "Iguig District", - "icon": "./assets/data/nsi/logos/iguigdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -375849,7 +231442,6 @@ }, { "question": "iHUB", - "icon": "./assets/data/nsi/logos/ihub-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -375864,7 +231456,6 @@ }, { "question": "Ilagan District", - "icon": "./assets/data/nsi/logos/ilagandistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -375880,7 +231471,6 @@ }, { "question": "Ilog I District", - "icon": "./assets/data/nsi/logos/ilogidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375896,7 +231486,6 @@ }, { "question": "Ilog II District", - "icon": "./assets/data/nsi/logos/ilogiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -375912,7 +231501,6 @@ }, { "question": "Imelda District", - "icon": "./assets/data/nsi/logos/imeldadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -375928,7 +231516,6 @@ }, { "question": "Impasug-Ong I District", - "icon": "./assets/data/nsi/logos/impasugongidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -375944,7 +231531,6 @@ }, { "question": "Imus I District", - "icon": "./assets/data/nsi/logos/imusidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -375960,7 +231546,6 @@ }, { "question": "Imus II District", - "icon": "./assets/data/nsi/logos/imusiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -375976,7 +231561,6 @@ }, { "question": "Inabanga North District", - "icon": "./assets/data/nsi/logos/inabanganorthdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -375992,7 +231576,6 @@ }, { "question": "Inabanga South District", - "icon": "./assets/data/nsi/logos/inabangasouthdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -376008,7 +231591,6 @@ }, { "question": "Indang I District", - "icon": "./assets/data/nsi/logos/indangidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -376024,7 +231606,6 @@ }, { "question": "Indang II District", - "icon": "./assets/data/nsi/logos/indangiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -376040,7 +231621,6 @@ }, { "question": "Independence School District", - "icon": "./assets/data/nsi/logos/independenceschooldistrict-9c7c62.undefined", "osmTags": { "and": [ "amenity=school", @@ -376057,7 +231637,6 @@ }, { "question": "Independent Schools Queensland", - "icon": "./assets/data/nsi/logos/independentschoolsqueensland-37f40e.undefined", "osmTags": { "and": [ "amenity=school", @@ -376073,7 +231652,6 @@ }, { "question": "INDER – MINED", - "icon": "./assets/data/nsi/logos/indermined-72f85c.undefined", "osmTags": { "and": [ "amenity=school", @@ -376120,7 +231698,6 @@ }, { "question": "Infanta District (Pangasinan I)", - "icon": "./assets/data/nsi/logos/infantadistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -376136,7 +231713,6 @@ }, { "question": "Infanta District (Quezon)", - "icon": "./assets/data/nsi/logos/infantadistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -376169,7 +231745,6 @@ }, { "question": "Initao District", - "icon": "./assets/data/nsi/logos/initaodistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -376185,7 +231760,6 @@ }, { "question": "Initio Learning Trust", - "icon": "./assets/data/nsi/logos/initiolearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -376217,7 +231791,6 @@ }, { "question": "Innlandet fylkeskommune", - "icon": "./assets/data/nsi/logos/innlandetfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -376233,7 +231806,6 @@ }, { "question": "Inopacan District", - "icon": "./assets/data/nsi/logos/inopacandistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -376249,7 +231821,6 @@ }, { "question": "Inspiration Trust", - "icon": "./assets/data/nsi/logos/inspirationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -376297,7 +231868,6 @@ }, { "question": "Instituto Técnico Agrícola Rafael Ortiz González", - "icon": "./assets/data/nsi/logos/institutotecnicoagricolarafaelortizgonzalez-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -376312,7 +231882,6 @@ }, { "question": "Inverclyde Council", - "icon": "./assets/data/nsi/logos/inverclydecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -376328,7 +231897,6 @@ }, { "question": "Ipil District", - "icon": "./assets/data/nsi/logos/ipildistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -376344,7 +231912,6 @@ }, { "question": "Iriga Central District", - "icon": "./assets/data/nsi/logos/irigacentraldistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -376360,7 +231927,6 @@ }, { "question": "Iriga North District", - "icon": "./assets/data/nsi/logos/iriganorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -376376,7 +231942,6 @@ }, { "question": "Iriga South District", - "icon": "./assets/data/nsi/logos/irigasouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -376392,7 +231957,6 @@ }, { "question": "Irosin District", - "icon": "./assets/data/nsi/logos/irosindistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -376442,7 +232006,6 @@ }, { "question": "Isabel District", - "icon": "./assets/data/nsi/logos/isabeldistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -376458,7 +232021,6 @@ }, { "question": "Isabela I District", - "icon": "./assets/data/nsi/logos/isabelaidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -376474,7 +232036,6 @@ }, { "question": "Isabela II District", - "icon": "./assets/data/nsi/logos/isabelaiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -376490,7 +232051,6 @@ }, { "question": "Isle of Anglesey County Council", - "icon": "./assets/data/nsi/logos/isleofangleseycountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -376539,7 +232099,6 @@ }, { "question": "Istituto comprensivo \"Ugo Foscolo\"", - "icon": "./assets/data/nsi/logos/istitutocomprensivougofoscolo-5be443.undefined", "osmTags": { "and": [ "amenity=school", @@ -376554,7 +232113,6 @@ }, { "question": "Istituto Comprensivo Dante Alighieri", - "icon": "./assets/data/nsi/logos/istitutocomprensivodantealighieri-5be443.undefined", "osmTags": { "and": [ "amenity=school", @@ -376569,7 +232127,6 @@ }, { "question": "Istituto Comprensivo Giovanni XXIII", - "icon": "./assets/data/nsi/logos/istitutocomprensivogiovannixxiii-5be443.undefined", "osmTags": { "and": [ "amenity=school", @@ -376584,7 +232141,6 @@ }, { "question": "Ithaka", - "icon": "./assets/data/nsi/logos/ithaka-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -376599,7 +232155,6 @@ }, { "question": "Itogon District", - "icon": "./assets/data/nsi/logos/itogondistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -376615,7 +232170,6 @@ }, { "question": "Itogon I District", - "icon": "./assets/data/nsi/logos/itogonidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -376631,7 +232185,6 @@ }, { "question": "Itogon II District", - "icon": "./assets/data/nsi/logos/itogoniidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -376647,7 +232200,6 @@ }, { "question": "IV District", - "icon": "./assets/data/nsi/logos/ivdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -376663,7 +232215,6 @@ }, { "question": "Ivisan District", - "icon": "./assets/data/nsi/logos/ivisandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -376679,7 +232230,6 @@ }, { "question": "Ivy Learning Trust", - "icon": "./assets/data/nsi/logos/ivylearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -376695,7 +232245,6 @@ }, { "question": "Jabonga I District", - "icon": "./assets/data/nsi/logos/jabongaidistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -376711,7 +232260,6 @@ }, { "question": "Jabonga II District", - "icon": "./assets/data/nsi/logos/jabongaiidistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -376761,7 +232309,6 @@ }, { "question": "Jaen District", - "icon": "./assets/data/nsi/logos/jaendistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -376777,7 +232324,6 @@ }, { "question": "Jagna District", - "icon": "./assets/data/nsi/logos/jagnadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -376793,7 +232339,6 @@ }, { "question": "James Montgomery Academy Trust", - "icon": "./assets/data/nsi/logos/jamesmontgomeryacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -376810,7 +232355,6 @@ }, { "question": "Jamindan District", - "icon": "./assets/data/nsi/logos/jamindandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -376826,7 +232370,6 @@ }, { "question": "Janiuay I District", - "icon": "./assets/data/nsi/logos/janiuayidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -376842,7 +232385,6 @@ }, { "question": "Janiuay II District", - "icon": "./assets/data/nsi/logos/janiuayiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -376858,7 +232400,6 @@ }, { "question": "Jaro District", - "icon": "./assets/data/nsi/logos/jarodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -376874,7 +232415,6 @@ }, { "question": "Jaro I District", - "icon": "./assets/data/nsi/logos/jaroidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -376890,7 +232430,6 @@ }, { "question": "Jaro II District", - "icon": "./assets/data/nsi/logos/jaroiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -376906,7 +232445,6 @@ }, { "question": "Jasaan District", - "icon": "./assets/data/nsi/logos/jasaandistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -376922,7 +232460,6 @@ }, { "question": "Javier District", - "icon": "./assets/data/nsi/logos/javierdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -376972,7 +232509,6 @@ }, { "question": "Jefferson County Public Schools (Tennessee)", - "icon": "./assets/data/nsi/logos/jeffersoncountypublicschools-3799fa.undefined", "osmTags": { "and": [ "amenity=school", @@ -377022,7 +232558,6 @@ }, { "question": "Jiabong District", - "icon": "./assets/data/nsi/logos/jiabongdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -377038,7 +232573,6 @@ }, { "question": "Jimalalud District", - "icon": "./assets/data/nsi/logos/jimalaluddistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377054,7 +232588,6 @@ }, { "question": "Jimenez District", - "icon": "./assets/data/nsi/logos/jimenezdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -377070,7 +232603,6 @@ }, { "question": "Jipapad District", - "icon": "./assets/data/nsi/logos/jipapaddistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -377086,7 +232618,6 @@ }, { "question": "Jizzax viloyati xalq ta'limi boshqarmasi, Forish tuman xalq ta'limi bo'limi.", - "icon": "./assets/data/nsi/logos/jizzaxviloyatixalqtalimiboshqarmasiforishtumanxalqtalimibolimi-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -377101,7 +232632,6 @@ }, { "question": "Jizzax viloyati xalq ta'limi boshqarmasi, G'allaorol tuman xalq ta'limi bo'limi.", - "icon": "./assets/data/nsi/logos/jizzaxviloyatixalqtalimiboshqarmasigallaoroltumanxalqtalimibolimi-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -377116,7 +232646,6 @@ }, { "question": "John Taylor MAT", - "icon": "./assets/data/nsi/logos/johntaylormat-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -377183,7 +232712,6 @@ }, { "question": "Jones East District", - "icon": "./assets/data/nsi/logos/joneseastdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -377199,7 +232727,6 @@ }, { "question": "Jones West District", - "icon": "./assets/data/nsi/logos/joneswestdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -377215,7 +232742,6 @@ }, { "question": "Jong Leren", - "icon": "./assets/data/nsi/logos/jongleren-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -377230,7 +232756,6 @@ }, { "question": "Jose Abad Santos I District", - "icon": "./assets/data/nsi/logos/joseabadsantosidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -377246,7 +232771,6 @@ }, { "question": "Jose Abad Santos II District", - "icon": "./assets/data/nsi/logos/joseabadsantosiidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -377262,7 +232786,6 @@ }, { "question": "Jose Panganiban East District", - "icon": "./assets/data/nsi/logos/josepanganibaneastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -377278,7 +232801,6 @@ }, { "question": "Jose Panganiban West District", - "icon": "./assets/data/nsi/logos/josepanganibanwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -377294,7 +232816,6 @@ }, { "question": "Josefina District", - "icon": "./assets/data/nsi/logos/josefinadistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -377310,7 +232831,6 @@ }, { "question": "Jovellar District", - "icon": "./assets/data/nsi/logos/jovellardistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -377326,7 +232846,6 @@ }, { "question": "Juban District", - "icon": "./assets/data/nsi/logos/jubandistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -377359,7 +232878,6 @@ }, { "question": "Julita District", - "icon": "./assets/data/nsi/logos/julitadistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377423,7 +232941,6 @@ }, { "question": "Kabacan North District", - "icon": "./assets/data/nsi/logos/kabacannorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -377439,7 +232956,6 @@ }, { "question": "Kabacan South District", - "icon": "./assets/data/nsi/logos/kabacansouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -377455,7 +232971,6 @@ }, { "question": "Kabacan West District", - "icon": "./assets/data/nsi/logos/kabacanwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -377471,7 +232986,6 @@ }, { "question": "Kabankalan I District", - "icon": "./assets/data/nsi/logos/kabankalanidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377487,7 +233001,6 @@ }, { "question": "Kabankalan II District", - "icon": "./assets/data/nsi/logos/kabankalaniidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377503,7 +233016,6 @@ }, { "question": "Kabankalan III District", - "icon": "./assets/data/nsi/logos/kabankalaniiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377519,7 +233031,6 @@ }, { "question": "Kabankalan IV District", - "icon": "./assets/data/nsi/logos/kabankalanivdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377535,7 +233046,6 @@ }, { "question": "Kabankalan V District", - "icon": "./assets/data/nsi/logos/kabankalanvdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -377551,7 +233061,6 @@ }, { "question": "Kabasalan District", - "icon": "./assets/data/nsi/logos/kabasalandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -377567,7 +233076,6 @@ }, { "question": "Kabayan District", - "icon": "./assets/data/nsi/logos/kabayandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -377583,7 +233091,6 @@ }, { "question": "Kabugao District", - "icon": "./assets/data/nsi/logos/kabugaodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -377599,7 +233106,6 @@ }, { "question": "Kadingilan District", - "icon": "./assets/data/nsi/logos/kadingilandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -377615,7 +233121,6 @@ }, { "question": "Kalamansig I District", - "icon": "./assets/data/nsi/logos/kalamansigidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -377631,7 +233136,6 @@ }, { "question": "Kalamansig II District", - "icon": "./assets/data/nsi/logos/kalamansigiidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -377664,7 +233168,6 @@ }, { "question": "Kalawit District", - "icon": "./assets/data/nsi/logos/kalawitdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377680,7 +233183,6 @@ }, { "question": "Kalibo I District", - "icon": "./assets/data/nsi/logos/kaliboidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -377696,7 +233198,6 @@ }, { "question": "Kalilangan District", - "icon": "./assets/data/nsi/logos/kalilangandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -377712,7 +233213,6 @@ }, { "question": "Kananga I District", - "icon": "./assets/data/nsi/logos/kanangaidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377728,7 +233228,6 @@ }, { "question": "Kananga II District", - "icon": "./assets/data/nsi/logos/kanangaiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377760,7 +233259,6 @@ }, { "question": "Kanton Zürich, Bildungsdirektion", - "icon": "./assets/data/nsi/logos/kantonzurichbildungsdirektion-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -377776,7 +233274,6 @@ }, { "question": "Kapalong East District", - "icon": "./assets/data/nsi/logos/kapalongeastdistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377792,7 +233289,6 @@ }, { "question": "Kapalong West District", - "icon": "./assets/data/nsi/logos/kapalongwestdistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377808,7 +233304,6 @@ }, { "question": "Kapangan District", - "icon": "./assets/data/nsi/logos/kapangandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -377824,7 +233319,6 @@ }, { "question": "Kapatagan East District", - "icon": "./assets/data/nsi/logos/kapataganeastdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -377840,7 +233334,6 @@ }, { "question": "Kapatagan West District", - "icon": "./assets/data/nsi/logos/kapataganwestdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -377856,7 +233349,6 @@ }, { "question": "Kaputian District", - "icon": "./assets/data/nsi/logos/kaputiandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -377888,7 +233380,6 @@ }, { "question": "Kasibu District", - "icon": "./assets/data/nsi/logos/kasibudistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -377904,7 +233395,6 @@ }, { "question": "Katipunan I District", - "icon": "./assets/data/nsi/logos/katipunanidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377920,7 +233410,6 @@ }, { "question": "Katipunan II District", - "icon": "./assets/data/nsi/logos/katipunaniidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -377953,7 +233442,6 @@ }, { "question": "Kauswagan District", - "icon": "./assets/data/nsi/logos/kauswagandistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -377986,7 +233474,6 @@ }, { "question": "Kawayan District", - "icon": "./assets/data/nsi/logos/kawayandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -378002,7 +233489,6 @@ }, { "question": "Kawit District", - "icon": "./assets/data/nsi/logos/kawitdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -378018,7 +233504,6 @@ }, { "question": "Kayapa District", - "icon": "./assets/data/nsi/logos/kayapadistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -378034,7 +233519,6 @@ }, { "question": "Keewatin-Patricia District School Board", - "icon": "./assets/data/nsi/logos/keewatinpatriciadistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -378068,7 +233552,6 @@ }, { "question": "Kemdikbud", - "icon": "./assets/data/nsi/logos/kemdikbud-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -378083,7 +233566,6 @@ }, { "question": "Kementerian Pendidikan", - "icon": "./assets/data/nsi/logos/kementerianpendidikan-5f5eaa.undefined", "osmTags": { "and": [ "amenity=school", @@ -378123,7 +233605,6 @@ }, { "question": "KempenKind", - "icon": "./assets/data/nsi/logos/kempenkind-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -378172,7 +233653,6 @@ }, { "question": "Kent Catholic Schools' Partnership", - "icon": "./assets/data/nsi/logos/kentcatholicschoolspartnership-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -378221,7 +233701,6 @@ }, { "question": "Kent Special Educational Needs Trust", - "icon": "./assets/data/nsi/logos/kentspecialeducationalneedstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -378238,7 +233717,6 @@ }, { "question": "Kenton County School District", - "icon": "./assets/data/nsi/logos/kentoncountyschooldistrict-4e7bb3.undefined", "osmTags": { "and": [ "amenity=school", @@ -378255,7 +233733,6 @@ }, { "question": "Kentwood Public Schools", - "icon": "./assets/data/nsi/logos/kentwoodpublicschools-aa6f23.undefined", "osmTags": { "and": [ "amenity=school", @@ -378287,7 +233764,6 @@ }, { "question": "Kiangan District", - "icon": "./assets/data/nsi/logos/kiangandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -378303,7 +233779,6 @@ }, { "question": "Kibawe District", - "icon": "./assets/data/nsi/logos/kibawedistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -378319,7 +233794,6 @@ }, { "question": "Kiblawan District", - "icon": "./assets/data/nsi/logos/kiblawandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -378335,7 +233809,6 @@ }, { "question": "Kibungan District", - "icon": "./assets/data/nsi/logos/kibungandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -378351,7 +233824,6 @@ }, { "question": "Kiem", - "icon": "./assets/data/nsi/logos/kiem-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -378366,7 +233838,6 @@ }, { "question": "Killeen ISD", - "icon": "./assets/data/nsi/logos/killeenindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -378415,7 +233886,6 @@ }, { "question": "Kinoguitan District", - "icon": "./assets/data/nsi/logos/kinoguitandistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -378431,7 +233901,6 @@ }, { "question": "Kirklees Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/kirkleesmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -378447,7 +233916,6 @@ }, { "question": "Kitaotao I District", - "icon": "./assets/data/nsi/logos/kitaotaoidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -378463,7 +233931,6 @@ }, { "question": "Kitaotao II District", - "icon": "./assets/data/nsi/logos/kitaotaoiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -378479,7 +233946,6 @@ }, { "question": "Kitcharao District", - "icon": "./assets/data/nsi/logos/kitcharaodistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -378512,7 +233978,6 @@ }, { "question": "Klebelsberg Intézményfenntartó Központ", - "icon": "./assets/data/nsi/logos/klebelsbergintezmenyfenntartokozpont-211b9f.undefined", "osmTags": { "and": [ "amenity=school", @@ -378561,7 +234026,6 @@ }, { "question": "Knowsley Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/knowsleymetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -378593,7 +234057,6 @@ }, { "question": "Kolambugan District", - "icon": "./assets/data/nsi/logos/kolambugandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -378625,7 +234088,6 @@ }, { "question": "Koninklijke Auris Groep", - "icon": "./assets/data/nsi/logos/koninklijkeaurisgroep-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -378641,7 +234103,6 @@ }, { "question": "Koninklijke Kentalis", - "icon": "./assets/data/nsi/logos/koninklijkekentalis-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -378656,7 +234117,6 @@ }, { "question": "Koronadal West District I", - "icon": "./assets/data/nsi/logos/koronadalwestdistricti-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -378689,7 +234149,6 @@ }, { "question": "Közép-Pesti Tankerületi Központ", - "icon": "./assets/data/nsi/logos/kozeppestitankeruletikozpont-211b9f.undefined", "osmTags": { "and": [ "amenity=school", @@ -378753,7 +234212,6 @@ }, { "question": "Kulaman I District", - "icon": "./assets/data/nsi/logos/kulamanidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -378769,7 +234227,6 @@ }, { "question": "Kulaman II District", - "icon": "./assets/data/nsi/logos/kulamaniidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -378785,7 +234242,6 @@ }, { "question": "Kumalarang District", - "icon": "./assets/data/nsi/logos/kumalarangdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -378865,7 +234321,6 @@ }, { "question": "L.E.A.D. Academy Trust", - "icon": "./assets/data/nsi/logos/leadacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -378899,7 +234354,6 @@ }, { "question": "La Castellana I District", - "icon": "./assets/data/nsi/logos/lacastellanaidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -378915,7 +234369,6 @@ }, { "question": "La Castellana II District", - "icon": "./assets/data/nsi/logos/lacastellanaiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -378948,7 +234401,6 @@ }, { "question": "La Libertad District (Negros Oriental)", - "icon": "./assets/data/nsi/logos/lalibertaddistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -378964,7 +234416,6 @@ }, { "question": "La Libertad District (Zamboanga del Norte)", - "icon": "./assets/data/nsi/logos/lalibertaddistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -378980,7 +234431,6 @@ }, { "question": "La Paz District (Abra)", - "icon": "./assets/data/nsi/logos/lapazdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -378996,7 +234446,6 @@ }, { "question": "La Paz District (Leyte)", - "icon": "./assets/data/nsi/logos/lapazdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -379012,7 +234461,6 @@ }, { "question": "La Paz I District", - "icon": "./assets/data/nsi/logos/lapazidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -379028,7 +234476,6 @@ }, { "question": "La Paz II District", - "icon": "./assets/data/nsi/logos/lapaziidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -379044,7 +234491,6 @@ }, { "question": "La Paz North District", - "icon": "./assets/data/nsi/logos/lapaznorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -379060,7 +234506,6 @@ }, { "question": "La Paz South District", - "icon": "./assets/data/nsi/logos/lapazsouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -379092,7 +234537,6 @@ }, { "question": "La Trinidad District", - "icon": "./assets/data/nsi/logos/latrinidaddistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -379108,7 +234552,6 @@ }, { "question": "Laak District", - "icon": "./assets/data/nsi/logos/laakdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -379124,7 +234567,6 @@ }, { "question": "Labangan I District", - "icon": "./assets/data/nsi/logos/labanganidistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -379140,7 +234582,6 @@ }, { "question": "Labangan II District", - "icon": "./assets/data/nsi/logos/labanganiidistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -379156,7 +234597,6 @@ }, { "question": "Labason District", - "icon": "./assets/data/nsi/logos/labasondistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -379172,7 +234612,6 @@ }, { "question": "Labo East District", - "icon": "./assets/data/nsi/logos/laboeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -379188,7 +234627,6 @@ }, { "question": "Labo West District", - "icon": "./assets/data/nsi/logos/labowestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -379204,7 +234642,6 @@ }, { "question": "Labrador District", - "icon": "./assets/data/nsi/logos/labradordistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -379220,7 +234657,6 @@ }, { "question": "Labuan District", - "icon": "./assets/data/nsi/logos/labuandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -379236,7 +234672,6 @@ }, { "question": "Lagangilang District", - "icon": "./assets/data/nsi/logos/lagangilangdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -379252,7 +234687,6 @@ }, { "question": "Lagawe District", - "icon": "./assets/data/nsi/logos/lagawedistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -379268,7 +234702,6 @@ }, { "question": "Lagonglong District", - "icon": "./assets/data/nsi/logos/lagonglongdistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -379284,7 +234717,6 @@ }, { "question": "Lagonoy North District", - "icon": "./assets/data/nsi/logos/lagonoynorthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -379300,7 +234732,6 @@ }, { "question": "Lagonoy South District", - "icon": "./assets/data/nsi/logos/lagonoysouthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -379316,7 +234747,6 @@ }, { "question": "Laguindingan District", - "icon": "./assets/data/nsi/logos/laguindingandistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -379349,7 +234779,6 @@ }, { "question": "Lake Sebu East District", - "icon": "./assets/data/nsi/logos/lakesebueastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -379365,7 +234794,6 @@ }, { "question": "Lake Sebu West District", - "icon": "./assets/data/nsi/logos/lakesebuwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -379415,7 +234843,6 @@ }, { "question": "Lakehead District School Board", - "icon": "./assets/data/nsi/logos/lakeheaddistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -379432,7 +234859,6 @@ }, { "question": "Lakewood District", - "icon": "./assets/data/nsi/logos/lakewooddistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -379448,7 +234874,6 @@ }, { "question": "Lal-lo South District", - "icon": "./assets/data/nsi/logos/lallosouthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -379464,7 +234889,6 @@ }, { "question": "Lala North District", - "icon": "./assets/data/nsi/logos/lalanorthdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -379480,7 +234904,6 @@ }, { "question": "Lala South District", - "icon": "./assets/data/nsi/logos/lalasouthdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -379530,7 +234953,6 @@ }, { "question": "Lambayong III District", - "icon": "./assets/data/nsi/logos/lambayongiiidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -379563,7 +234985,6 @@ }, { "question": "Lambunao East District", - "icon": "./assets/data/nsi/logos/lambunaoeastdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -379579,7 +235000,6 @@ }, { "question": "Lambunao West District", - "icon": "./assets/data/nsi/logos/lambunaowestdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -379595,7 +235015,6 @@ }, { "question": "Lamut District", - "icon": "./assets/data/nsi/logos/lamutdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -379627,7 +235046,6 @@ }, { "question": "Lancaster Independent School District", - "icon": "./assets/data/nsi/logos/lancasterindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -379693,7 +235111,6 @@ }, { "question": "Landeshauptstadt Dresden Schulverwaltungsamt", - "icon": "./assets/data/nsi/logos/landeshauptstadtdresdenschulverwaltungsamt-9699d0.undefined", "osmTags": { "and": [ "amenity=school", @@ -379724,7 +235141,6 @@ }, { "question": "Landeshauptstadt München, Referat für Bildung und Sport", - "icon": "./assets/data/nsi/logos/landeshauptstadtmunchenreferatfurbildungundsport-46895d.undefined", "osmTags": { "and": [ "amenity=school", @@ -379835,7 +235251,6 @@ }, { "question": "Landratsamt Altenburger Land", - "icon": "./assets/data/nsi/logos/landratsamtaltenburgerland-3f6a1d.undefined", "osmTags": { "and": [ "amenity=school", @@ -379850,7 +235265,6 @@ }, { "question": "Landratsamt Greiz", - "icon": "./assets/data/nsi/logos/landratsamtgreiz-3f6a1d.undefined", "osmTags": { "and": [ "amenity=school", @@ -379865,7 +235279,6 @@ }, { "question": "Landschaftsverband Westfalen-Lippe", - "icon": "./assets/data/nsi/logos/landschaftsverbandwestfalenlippe-1fea76.undefined", "osmTags": { "and": [ "amenity=school", @@ -379880,7 +235293,6 @@ }, { "question": "Languyan District", - "icon": "./assets/data/nsi/logos/languyandistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -379896,7 +235308,6 @@ }, { "question": "Lantapan District", - "icon": "./assets/data/nsi/logos/lantapandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -379912,7 +235323,6 @@ }, { "question": "Lantawan District", - "icon": "./assets/data/nsi/logos/lantawandistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -379928,7 +235338,6 @@ }, { "question": "Lanuza District", - "icon": "./assets/data/nsi/logos/lanuzadistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -379944,7 +235353,6 @@ }, { "question": "Laoac District", - "icon": "./assets/data/nsi/logos/laoacdistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -379960,7 +235368,6 @@ }, { "question": "Laoang I District", - "icon": "./assets/data/nsi/logos/laoangidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -379976,7 +235383,6 @@ }, { "question": "Laoang II District", - "icon": "./assets/data/nsi/logos/laoangiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -379992,7 +235398,6 @@ }, { "question": "Laoang III District", - "icon": "./assets/data/nsi/logos/laoangiiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380008,7 +235413,6 @@ }, { "question": "Lapinig District", - "icon": "./assets/data/nsi/logos/lapinigdistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380024,7 +235428,6 @@ }, { "question": "Lapuyan District", - "icon": "./assets/data/nsi/logos/lapuyandistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -380073,7 +235476,6 @@ }, { "question": "Las Navas I District", - "icon": "./assets/data/nsi/logos/lasnavasidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380089,7 +235491,6 @@ }, { "question": "Las Navas II District", - "icon": "./assets/data/nsi/logos/lasnavasiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380105,7 +235506,6 @@ }, { "question": "Las Nieves East District", - "icon": "./assets/data/nsi/logos/lasnieveseastdistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -380121,7 +235521,6 @@ }, { "question": "Las Nieves West District", - "icon": "./assets/data/nsi/logos/lasnieveswestdistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -380154,7 +235553,6 @@ }, { "question": "Lasam East District", - "icon": "./assets/data/nsi/logos/lasameastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -380170,7 +235568,6 @@ }, { "question": "Lasam West District", - "icon": "./assets/data/nsi/logos/lasamwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -380186,7 +235583,6 @@ }, { "question": "Laua-an District", - "icon": "./assets/data/nsi/logos/lauaandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380202,7 +235598,6 @@ }, { "question": "Laur District", - "icon": "./assets/data/nsi/logos/laurdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -380218,7 +235613,6 @@ }, { "question": "Laurel District", - "icon": "./assets/data/nsi/logos/laureldistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -380234,7 +235628,6 @@ }, { "question": "Laurentius Stichting", - "icon": "./assets/data/nsi/logos/laurentiusstichting-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -380249,7 +235642,6 @@ }, { "question": "Lavezares I District", - "icon": "./assets/data/nsi/logos/lavezaresidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380265,7 +235657,6 @@ }, { "question": "Lavezares II District", - "icon": "./assets/data/nsi/logos/lavezaresiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -380298,7 +235689,6 @@ }, { "question": "Lawrence Public Schools (Massachusetts)", - "icon": "./assets/data/nsi/logos/lawrencepublicschools-be2584.undefined", "osmTags": { "and": [ "amenity=school", @@ -380314,7 +235704,6 @@ }, { "question": "Lawrence Public Schools (New York)", - "icon": "./assets/data/nsi/logos/lawrencepublicschools-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -380331,7 +235720,6 @@ }, { "question": "Leander Independent School District", - "icon": "./assets/data/nsi/logos/leanderindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -380347,7 +235735,6 @@ }, { "question": "Learn Academies Trust", - "icon": "./assets/data/nsi/logos/learnacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380363,7 +235750,6 @@ }, { "question": "Learners' Trust", - "icon": "./assets/data/nsi/logos/learnerstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380395,7 +235781,6 @@ }, { "question": "Learning Academy Partnership (South West)", - "icon": "./assets/data/nsi/logos/learningacademypartnershipsouthwest-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380412,7 +235797,6 @@ }, { "question": "Learning In Harmony Multi Academy Trust", - "icon": "./assets/data/nsi/logos/learninginharmonymultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380444,7 +235828,6 @@ }, { "question": "Lebak Central District", - "icon": "./assets/data/nsi/logos/lebakcentraldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -380460,7 +235843,6 @@ }, { "question": "Lebak East District", - "icon": "./assets/data/nsi/logos/lebakeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -380492,7 +235874,6 @@ }, { "question": "Leerplein055", - "icon": "./assets/data/nsi/logos/leerplein055-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -380507,7 +235888,6 @@ }, { "question": "Leganes District", - "icon": "./assets/data/nsi/logos/leganesdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380523,7 +235903,6 @@ }, { "question": "Legazpi Port I District", - "icon": "./assets/data/nsi/logos/legazpiportidistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -380539,7 +235918,6 @@ }, { "question": "Legazpi Port II District", - "icon": "./assets/data/nsi/logos/legazpiportiidistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -380555,7 +235933,6 @@ }, { "question": "Leicester City Council", - "icon": "./assets/data/nsi/logos/leicestercitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380571,7 +235948,6 @@ }, { "question": "Leicestershire County Council", - "icon": "./assets/data/nsi/logos/leicestershirecountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -380603,7 +235979,6 @@ }, { "question": "Lemery District (Batangas)", - "icon": "./assets/data/nsi/logos/lemerydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -380619,7 +235994,6 @@ }, { "question": "Lemery District (Iloilo)", - "icon": "./assets/data/nsi/logos/lemerydistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380651,7 +236025,6 @@ }, { "question": "Leon I District", - "icon": "./assets/data/nsi/logos/leonidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380667,7 +236040,6 @@ }, { "question": "Leon II District", - "icon": "./assets/data/nsi/logos/leoniidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380683,7 +236055,6 @@ }, { "question": "Lesotho Evangelical Church", - "icon": "./assets/data/nsi/logos/lesothoevangelicalchurch-889426.undefined", "osmTags": { "and": [ "amenity=school", @@ -380699,7 +236070,6 @@ }, { "question": "LEV Scholengroep West-Nederland", - "icon": "./assets/data/nsi/logos/levscholengroepwestnederland-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -380731,7 +236101,6 @@ }, { "question": "Leyte I District", - "icon": "./assets/data/nsi/logos/leyteidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -380747,7 +236116,6 @@ }, { "question": "Leyte II District", - "icon": "./assets/data/nsi/logos/leyteiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -380763,7 +236131,6 @@ }, { "question": "Lian District", - "icon": "./assets/data/nsi/logos/liandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -380779,7 +236146,6 @@ }, { "question": "Lianga District", - "icon": "./assets/data/nsi/logos/liangadistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -380795,7 +236161,6 @@ }, { "question": "Libacao District", - "icon": "./assets/data/nsi/logos/libacaodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380811,7 +236176,6 @@ }, { "question": "Libertad District (Antique)", - "icon": "./assets/data/nsi/logos/libertaddistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -380827,7 +236191,6 @@ }, { "question": "Libertad District (Misamis Oriental)", - "icon": "./assets/data/nsi/logos/libertaddistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -380843,7 +236206,6 @@ }, { "question": "Libmanan North District", - "icon": "./assets/data/nsi/logos/libmanannorthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -380859,7 +236221,6 @@ }, { "question": "Libmanan South District", - "icon": "./assets/data/nsi/logos/libmanansouthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -380875,7 +236236,6 @@ }, { "question": "Libon East District", - "icon": "./assets/data/nsi/logos/liboneastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -380891,7 +236251,6 @@ }, { "question": "Libon West District", - "icon": "./assets/data/nsi/logos/libonwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -380907,7 +236266,6 @@ }, { "question": "Libona District", - "icon": "./assets/data/nsi/logos/libonadistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -380923,7 +236281,6 @@ }, { "question": "Librijn", - "icon": "./assets/data/nsi/logos/librijn-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -380938,7 +236295,6 @@ }, { "question": "Libungan East District", - "icon": "./assets/data/nsi/logos/libunganeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -380954,7 +236310,6 @@ }, { "question": "Libungan West District", - "icon": "./assets/data/nsi/logos/libunganwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -380970,7 +236325,6 @@ }, { "question": "Licab District", - "icon": "./assets/data/nsi/logos/licabdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -381002,7 +236356,6 @@ }, { "question": "LiFE Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/lifemultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -381018,7 +236371,6 @@ }, { "question": "Lift Schools", - "icon": "./assets/data/nsi/logos/liftschools-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -381034,7 +236386,6 @@ }, { "question": "Ligao East District", - "icon": "./assets/data/nsi/logos/ligaoeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -381050,7 +236401,6 @@ }, { "question": "Ligao South District", - "icon": "./assets/data/nsi/logos/ligaosouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -381066,7 +236416,6 @@ }, { "question": "Ligao West District", - "icon": "./assets/data/nsi/logos/ligaowestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -381098,7 +236447,6 @@ }, { "question": "Lijn 83", - "icon": "./assets/data/nsi/logos/lijn83-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -381113,7 +236461,6 @@ }, { "question": "Lila District", - "icon": "./assets/data/nsi/logos/liladistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -381145,7 +236492,6 @@ }, { "question": "Liloan District (Cebu)", - "icon": "./assets/data/nsi/logos/liloandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -381161,7 +236507,6 @@ }, { "question": "Liloan District (Southern Leyte)", - "icon": "./assets/data/nsi/logos/liloandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -381177,7 +236522,6 @@ }, { "question": "Liloy I District", - "icon": "./assets/data/nsi/logos/liloyidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -381193,7 +236537,6 @@ }, { "question": "Liloy II District", - "icon": "./assets/data/nsi/logos/liloyiidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -381209,7 +236552,6 @@ }, { "question": "Limay District", - "icon": "./assets/data/nsi/logos/limaydistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -381258,7 +236600,6 @@ }, { "question": "Linapacan District", - "icon": "./assets/data/nsi/logos/linapacandistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -381274,7 +236615,6 @@ }, { "question": "Lincoln Anglican Academy Trust", - "icon": "./assets/data/nsi/logos/lincolnanglicanacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -381356,7 +236696,6 @@ }, { "question": "Lingayen I District", - "icon": "./assets/data/nsi/logos/lingayenidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -381372,7 +236711,6 @@ }, { "question": "Lingayen II District", - "icon": "./assets/data/nsi/logos/lingayeniidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -381404,7 +236742,6 @@ }, { "question": "Lingig I District", - "icon": "./assets/data/nsi/logos/lingigidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -381420,7 +236757,6 @@ }, { "question": "Lingig II District", - "icon": "./assets/data/nsi/logos/lingigiidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -381532,7 +236868,6 @@ }, { "question": "Liverpool City Council", - "icon": "./assets/data/nsi/logos/liverpoolcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -381548,7 +236883,6 @@ }, { "question": "Liverpool Diocesan Schools Trust", - "icon": "./assets/data/nsi/logos/liverpooldiocesanschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -381565,7 +236899,6 @@ }, { "question": "Livingston Parish School Board", - "icon": "./assets/data/nsi/logos/livingstonparishschoolboard-8f61a8.undefined", "osmTags": { "and": [ "amenity=school", @@ -381581,7 +236914,6 @@ }, { "question": "Llanera District", - "icon": "./assets/data/nsi/logos/llaneradistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -381597,7 +236929,6 @@ }, { "question": "Llorente District", - "icon": "./assets/data/nsi/logos/llorentedistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -381613,7 +236944,6 @@ }, { "question": "Loay District", - "icon": "./assets/data/nsi/logos/loaydistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -381629,7 +236959,6 @@ }, { "question": "Lobo District", - "icon": "./assets/data/nsi/logos/lobodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -381645,7 +236974,6 @@ }, { "question": "Loboc District", - "icon": "./assets/data/nsi/logos/lobocdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -382013,7 +237341,6 @@ }, { "question": "London Borough of Redbridge", - "icon": "./assets/data/nsi/logos/londonboroughofredbridge-657027.undefined", "osmTags": { "and": [ "amenity=school", @@ -382177,7 +237504,6 @@ }, { "question": "Looc District", - "icon": "./assets/data/nsi/logos/loocdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -382193,7 +237519,6 @@ }, { "question": "Loon North District", - "icon": "./assets/data/nsi/logos/loonnorthdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -382209,7 +237534,6 @@ }, { "question": "Loon South District", - "icon": "./assets/data/nsi/logos/loonsouthdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -382225,7 +237549,6 @@ }, { "question": "Lope De Vega District", - "icon": "./assets/data/nsi/logos/lopedevegadistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -382241,7 +237564,6 @@ }, { "question": "Lopez East District", - "icon": "./assets/data/nsi/logos/lopezeastdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -382257,7 +237579,6 @@ }, { "question": "Lopez Jaena District", - "icon": "./assets/data/nsi/logos/lopezjaenadistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -382273,7 +237594,6 @@ }, { "question": "Lopez West District", - "icon": "./assets/data/nsi/logos/lopezwestdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -382305,7 +237625,6 @@ }, { "question": "Loreto District", - "icon": "./assets/data/nsi/logos/loretodistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -382321,7 +237640,6 @@ }, { "question": "Loreto North District", - "icon": "./assets/data/nsi/logos/loretonorthdistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -382337,7 +237655,6 @@ }, { "question": "Loreto South District", - "icon": "./assets/data/nsi/logos/loretosouthdistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -382370,7 +237687,6 @@ }, { "question": "Los Baños District", - "icon": "./assets/data/nsi/logos/losbanosdistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -382419,7 +237735,6 @@ }, { "question": "Luba District", - "icon": "./assets/data/nsi/logos/lubadistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -382435,7 +237750,6 @@ }, { "question": "Lubang District", - "icon": "./assets/data/nsi/logos/lubangdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -382451,7 +237765,6 @@ }, { "question": "Lubao East District", - "icon": "./assets/data/nsi/logos/lubaoeastdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -382467,7 +237780,6 @@ }, { "question": "Lubao West District", - "icon": "./assets/data/nsi/logos/lubaowestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -382483,7 +237795,6 @@ }, { "question": "Lubbock ISD", - "icon": "./assets/data/nsi/logos/lubbockindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -382500,7 +237811,6 @@ }, { "question": "Lucas Onderwijs", - "icon": "./assets/data/nsi/logos/lucasonderwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -382515,7 +237825,6 @@ }, { "question": "Lucban District", - "icon": "./assets/data/nsi/logos/lucbandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -382531,7 +237840,6 @@ }, { "question": "Lucena North District", - "icon": "./assets/data/nsi/logos/lucenanorthdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -382547,7 +237855,6 @@ }, { "question": "Lucena South District", - "icon": "./assets/data/nsi/logos/lucenasouthdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -382563,7 +237870,6 @@ }, { "question": "Lucena West District", - "icon": "./assets/data/nsi/logos/lucenawestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -382596,7 +237902,6 @@ }, { "question": "Luisiana District", - "icon": "./assets/data/nsi/logos/luisianadistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -382612,7 +237917,6 @@ }, { "question": "Lumban-Kalayaan District", - "icon": "./assets/data/nsi/logos/lumbankalayaandistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -382628,7 +237932,6 @@ }, { "question": "Luna District", - "icon": "./assets/data/nsi/logos/lunadistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -382644,7 +237947,6 @@ }, { "question": "Luna I District", - "icon": "./assets/data/nsi/logos/lunaidistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -382660,7 +237962,6 @@ }, { "question": "Luna II District", - "icon": "./assets/data/nsi/logos/lunaiidistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -382676,7 +237977,6 @@ }, { "question": "Lupao District", - "icon": "./assets/data/nsi/logos/lupaodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -382692,7 +237992,6 @@ }, { "question": "Lupi District", - "icon": "./assets/data/nsi/logos/lupidistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -382708,7 +238007,6 @@ }, { "question": "Lupon East District", - "icon": "./assets/data/nsi/logos/luponeastdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -382724,7 +238022,6 @@ }, { "question": "Lupon West District", - "icon": "./assets/data/nsi/logos/luponwestdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -382774,7 +238071,6 @@ }, { "question": "Luuk District", - "icon": "./assets/data/nsi/logos/luukdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -382790,7 +238086,6 @@ }, { "question": "Luweero Diocese Church of Uganda", - "icon": "./assets/data/nsi/logos/luweerodiocesechurchofuganda-74bde0.undefined", "osmTags": { "and": [ "amenity=school", @@ -382822,7 +238117,6 @@ }, { "question": "M'Lang Central District", - "icon": "./assets/data/nsi/logos/mlangcentraldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -382838,7 +238132,6 @@ }, { "question": "M'Lang East District", - "icon": "./assets/data/nsi/logos/mlangeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -382854,7 +238147,6 @@ }, { "question": "M'Lang North District", - "icon": "./assets/data/nsi/logos/mlangnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -382870,7 +238162,6 @@ }, { "question": "Maasin District", - "icon": "./assets/data/nsi/logos/maasindistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -382886,7 +238177,6 @@ }, { "question": "Maayon District", - "icon": "./assets/data/nsi/logos/maayondistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -382902,7 +238192,6 @@ }, { "question": "Mabalacat East District", - "icon": "./assets/data/nsi/logos/mabalacateastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -382918,7 +238207,6 @@ }, { "question": "Mabalacat North District", - "icon": "./assets/data/nsi/logos/mabalacatnorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -382934,7 +238222,6 @@ }, { "question": "Mabalacat South District", - "icon": "./assets/data/nsi/logos/mabalacatsouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -382950,7 +238237,6 @@ }, { "question": "Mabinay I District", - "icon": "./assets/data/nsi/logos/mabinayidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -382966,7 +238252,6 @@ }, { "question": "Mabinay II District", - "icon": "./assets/data/nsi/logos/mabinayiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -382982,7 +238267,6 @@ }, { "question": "Mabini District (Batangas)", - "icon": "./assets/data/nsi/logos/mabinidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -382998,7 +238282,6 @@ }, { "question": "Mabini District (Bohol)", - "icon": "./assets/data/nsi/logos/mabinidistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -383014,7 +238297,6 @@ }, { "question": "Mabini District (Davao de Oro)", - "icon": "./assets/data/nsi/logos/mabinidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383030,7 +238312,6 @@ }, { "question": "Mabini District (Pangasinan I)", - "icon": "./assets/data/nsi/logos/mabinidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -383046,7 +238327,6 @@ }, { "question": "Mabuhay District", - "icon": "./assets/data/nsi/logos/mabuhaydistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -383062,7 +238342,6 @@ }, { "question": "Macabebe East District", - "icon": "./assets/data/nsi/logos/macabebeeastdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -383078,7 +238357,6 @@ }, { "question": "Macabebe West District", - "icon": "./assets/data/nsi/logos/macabebewestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -383094,7 +238372,6 @@ }, { "question": "Macalelon District", - "icon": "./assets/data/nsi/logos/macalelondistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383110,7 +238387,6 @@ }, { "question": "Macarthur District", - "icon": "./assets/data/nsi/logos/macarthurdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -383126,7 +238402,6 @@ }, { "question": "Maco North District", - "icon": "./assets/data/nsi/logos/maconorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383142,7 +238417,6 @@ }, { "question": "Maco South District", - "icon": "./assets/data/nsi/logos/macosouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383158,7 +238432,6 @@ }, { "question": "Macrohon District", - "icon": "./assets/data/nsi/logos/macrohondistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -383174,7 +238447,6 @@ }, { "question": "Madalag District", - "icon": "./assets/data/nsi/logos/madalagdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -383190,7 +238462,6 @@ }, { "question": "Maddela Zone I District", - "icon": "./assets/data/nsi/logos/maddelazoneidistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -383206,7 +238477,6 @@ }, { "question": "Maddela Zone II District", - "icon": "./assets/data/nsi/logos/maddelazoneiidistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -383256,7 +238526,6 @@ }, { "question": "Madrid District", - "icon": "./assets/data/nsi/logos/madriddistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -383272,7 +238541,6 @@ }, { "question": "Madridejos District", - "icon": "./assets/data/nsi/logos/madridejosdistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -383288,7 +238556,6 @@ }, { "question": "Magalang North District", - "icon": "./assets/data/nsi/logos/magalangnorthdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -383304,7 +238571,6 @@ }, { "question": "Magallanes District (Cavite)", - "icon": "./assets/data/nsi/logos/magallanesdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -383320,7 +238586,6 @@ }, { "question": "Magallanes North District", - "icon": "./assets/data/nsi/logos/magallanesnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -383336,7 +238601,6 @@ }, { "question": "Magallanes South District", - "icon": "./assets/data/nsi/logos/magallanessouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -383352,7 +238616,6 @@ }, { "question": "Magarao-Bombon District", - "icon": "./assets/data/nsi/logos/magaraobombondistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -383368,7 +238631,6 @@ }, { "question": "Magna Learning Partnership", - "icon": "./assets/data/nsi/logos/magnalearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -383385,7 +238647,6 @@ }, { "question": "Magpet East District", - "icon": "./assets/data/nsi/logos/magpeteastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -383401,7 +238662,6 @@ }, { "question": "Magpet West District", - "icon": "./assets/data/nsi/logos/magpetwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -383417,7 +238677,6 @@ }, { "question": "Magsaysay District (Occidental Mindoro)", - "icon": "./assets/data/nsi/logos/magsaysaydistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -383433,7 +238692,6 @@ }, { "question": "Magsaysay District (Palawan)", - "icon": "./assets/data/nsi/logos/magsaysaydistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -383449,7 +238707,6 @@ }, { "question": "Magsaysay I District", - "icon": "./assets/data/nsi/logos/magsaysayidistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -383465,7 +238722,6 @@ }, { "question": "Magsaysay II District", - "icon": "./assets/data/nsi/logos/magsaysayiidistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -383481,7 +238737,6 @@ }, { "question": "Magsaysay North District", - "icon": "./assets/data/nsi/logos/magsaysaynorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383497,7 +238752,6 @@ }, { "question": "Magsaysay South District", - "icon": "./assets/data/nsi/logos/magsaysaysouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383513,7 +238767,6 @@ }, { "question": "Magsingal District", - "icon": "./assets/data/nsi/logos/magsingaldistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -383529,7 +238782,6 @@ }, { "question": "Mahaplag District", - "icon": "./assets/data/nsi/logos/mahaplagdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -383545,7 +238797,6 @@ }, { "question": "Mahayag North District", - "icon": "./assets/data/nsi/logos/mahayagnorthdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -383561,7 +238812,6 @@ }, { "question": "Mahayag South District", - "icon": "./assets/data/nsi/logos/mahayagsouthdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -383577,7 +238827,6 @@ }, { "question": "Main-Taunus-Kreis", - "icon": "./assets/data/nsi/logos/maintaunuskreis-33ddf1.undefined", "osmTags": { "and": [ "amenity=school", @@ -383608,7 +238857,6 @@ }, { "question": "Mainit I District", - "icon": "./assets/data/nsi/logos/mainitidistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -383624,7 +238872,6 @@ }, { "question": "Mainit II District", - "icon": "./assets/data/nsi/logos/mainitiidistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -383640,7 +238887,6 @@ }, { "question": "Mairie d'Orange", - "icon": "./assets/data/nsi/logos/mairiedorange-31baba.undefined", "osmTags": { "and": [ "amenity=school", @@ -383656,7 +238902,6 @@ }, { "question": "Mairie de Chelles", - "icon": "./assets/data/nsi/logos/mairiedechelles-3c0887.undefined", "osmTags": { "and": [ "amenity=school", @@ -383672,7 +238917,6 @@ }, { "question": "Mairie de Dole", - "icon": "./assets/data/nsi/logos/mairiededole-cafc08.undefined", "osmTags": { "and": [ "amenity=school", @@ -383688,7 +238932,6 @@ }, { "question": "Mairie de Pontault-Combault", - "icon": "./assets/data/nsi/logos/mairiedepontaultcombault-3c0887.undefined", "osmTags": { "and": [ "amenity=school", @@ -383704,7 +238947,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-c21818.undefined", "osmTags": { "and": [ "amenity=school", @@ -383720,7 +238962,6 @@ }, { "question": "Makato District", - "icon": "./assets/data/nsi/logos/makatodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -383736,7 +238977,6 @@ }, { "question": "Makilala Central District", - "icon": "./assets/data/nsi/logos/makilalacentraldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -383752,7 +238992,6 @@ }, { "question": "Makilala East District", - "icon": "./assets/data/nsi/logos/makilalaeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -383768,7 +239007,6 @@ }, { "question": "Makilala West District", - "icon": "./assets/data/nsi/logos/makilalawestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -383784,7 +239022,6 @@ }, { "question": "Maktab Rendah Sains MARA", - "icon": "./assets/data/nsi/logos/majlisamanahrakyat-015093.undefined", "osmTags": { "and": [ "amenity=school", @@ -383801,7 +239038,6 @@ }, { "question": "Malabog District", - "icon": "./assets/data/nsi/logos/malabogdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383817,7 +239053,6 @@ }, { "question": "Malabuyoc District", - "icon": "./assets/data/nsi/logos/malabuyocdistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -383833,7 +239068,6 @@ }, { "question": "Malalag District", - "icon": "./assets/data/nsi/logos/malalagdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383849,7 +239083,6 @@ }, { "question": "Malangas District", - "icon": "./assets/data/nsi/logos/malangasdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -383865,7 +239098,6 @@ }, { "question": "Malasiqui I District", - "icon": "./assets/data/nsi/logos/malasiquiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -383881,7 +239113,6 @@ }, { "question": "Malasiqui II District", - "icon": "./assets/data/nsi/logos/malasiquiiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -383897,7 +239128,6 @@ }, { "question": "Malay District", - "icon": "./assets/data/nsi/logos/malaydistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -383913,7 +239143,6 @@ }, { "question": "Malilipot District", - "icon": "./assets/data/nsi/logos/malilipotdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -383929,7 +239158,6 @@ }, { "question": "Malimono District", - "icon": "./assets/data/nsi/logos/malimonodistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -383945,7 +239173,6 @@ }, { "question": "Malinao District (Aklan)", - "icon": "./assets/data/nsi/logos/malinaodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -383961,7 +239188,6 @@ }, { "question": "Malinao District (Albay)", - "icon": "./assets/data/nsi/logos/malinaodistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -383977,7 +239203,6 @@ }, { "question": "Malita North District", - "icon": "./assets/data/nsi/logos/malitanorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -383993,7 +239218,6 @@ }, { "question": "Malita South District", - "icon": "./assets/data/nsi/logos/malitasouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -384009,7 +239233,6 @@ }, { "question": "Malitbog District (Bukidnon)", - "icon": "./assets/data/nsi/logos/malitbogdistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -384025,7 +239248,6 @@ }, { "question": "Malitbog District (Southern Leyte)", - "icon": "./assets/data/nsi/logos/malitbogdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -384041,7 +239263,6 @@ }, { "question": "Mallig District", - "icon": "./assets/data/nsi/logos/malligdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -384057,7 +239278,6 @@ }, { "question": "Malvar District", - "icon": "./assets/data/nsi/logos/malvardistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -384073,7 +239293,6 @@ }, { "question": "Mamburao District", - "icon": "./assets/data/nsi/logos/mamburaodistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -384089,7 +239308,6 @@ }, { "question": "Mambusao East District", - "icon": "./assets/data/nsi/logos/mambusaoeastdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -384105,7 +239323,6 @@ }, { "question": "Mambusao West District", - "icon": "./assets/data/nsi/logos/mambusaowestdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -384121,7 +239338,6 @@ }, { "question": "Manaoag District", - "icon": "./assets/data/nsi/logos/manaoagdistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384137,7 +239353,6 @@ }, { "question": "Manapla District", - "icon": "./assets/data/nsi/logos/manapladistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -384170,7 +239385,6 @@ }, { "question": "Manay District", - "icon": "./assets/data/nsi/logos/manaydistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -384202,7 +239416,6 @@ }, { "question": "Mandaon North District", - "icon": "./assets/data/nsi/logos/mandaonnorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -384218,7 +239431,6 @@ }, { "question": "Mandaon South District", - "icon": "./assets/data/nsi/logos/mandaonsouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -384234,7 +239446,6 @@ }, { "question": "Mangaldan I District", - "icon": "./assets/data/nsi/logos/mangaldanidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384250,7 +239461,6 @@ }, { "question": "Mangaldan II District", - "icon": "./assets/data/nsi/logos/mangaldaniidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384266,7 +239476,6 @@ }, { "question": "Mangatarem I District", - "icon": "./assets/data/nsi/logos/mangataremidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384282,7 +239491,6 @@ }, { "question": "Mangatarem II District", - "icon": "./assets/data/nsi/logos/mangataremiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384298,7 +239506,6 @@ }, { "question": "Manicahan District", - "icon": "./assets/data/nsi/logos/manicahandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -384314,7 +239521,6 @@ }, { "question": "Manito District", - "icon": "./assets/data/nsi/logos/manitodistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -384330,7 +239536,6 @@ }, { "question": "Manjuyod District", - "icon": "./assets/data/nsi/logos/manjuyoddistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -384346,7 +239551,6 @@ }, { "question": "Mankayan District", - "icon": "./assets/data/nsi/logos/mankayandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -384362,7 +239566,6 @@ }, { "question": "Manolo Fortich I District", - "icon": "./assets/data/nsi/logos/manolofortichidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -384378,7 +239581,6 @@ }, { "question": "Manolo Fortich II District", - "icon": "./assets/data/nsi/logos/manolofortichiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -384394,7 +239596,6 @@ }, { "question": "Manor Hall Academy Trust", - "icon": "./assets/data/nsi/logos/manorhallacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -384410,7 +239611,6 @@ }, { "question": "Mansalay District", - "icon": "./assets/data/nsi/logos/mansalaydistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -384426,7 +239626,6 @@ }, { "question": "Mansfield Independent School District", - "icon": "./assets/data/nsi/logos/mansfieldindependentschooldistrict-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -384460,7 +239659,6 @@ }, { "question": "Manticao District", - "icon": "./assets/data/nsi/logos/manticaodistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -384476,7 +239674,6 @@ }, { "question": "Manukan I District", - "icon": "./assets/data/nsi/logos/manukanidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -384492,7 +239689,6 @@ }, { "question": "Manukan II District", - "icon": "./assets/data/nsi/logos/manukaniidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -384508,7 +239704,6 @@ }, { "question": "Mapanas District", - "icon": "./assets/data/nsi/logos/mapanasdistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -384524,7 +239719,6 @@ }, { "question": "Mapandan District", - "icon": "./assets/data/nsi/logos/mapandandistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -384540,7 +239734,6 @@ }, { "question": "Mapun District", - "icon": "./assets/data/nsi/logos/mapundistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -384556,7 +239749,6 @@ }, { "question": "Marabut District", - "icon": "./assets/data/nsi/logos/marabutdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -384572,7 +239764,6 @@ }, { "question": "Maragondon District", - "icon": "./assets/data/nsi/logos/maragondondistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -384588,7 +239779,6 @@ }, { "question": "Maragusan District", - "icon": "./assets/data/nsi/logos/maragusandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -384604,7 +239794,6 @@ }, { "question": "Maramag II District", - "icon": "./assets/data/nsi/logos/maramagiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -384620,7 +239809,6 @@ }, { "question": "Maramag III District", - "icon": "./assets/data/nsi/logos/maramagiiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -384652,7 +239840,6 @@ }, { "question": "Marcos-Nueva Era District", - "icon": "./assets/data/nsi/logos/marcosnuevaeradistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -384668,7 +239855,6 @@ }, { "question": "Margosatubig District", - "icon": "./assets/data/nsi/logos/margosatubigdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -384684,7 +239870,6 @@ }, { "question": "Maria Aurora District", - "icon": "./assets/data/nsi/logos/mariaauroradistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -384700,7 +239885,6 @@ }, { "question": "Maria District", - "icon": "./assets/data/nsi/logos/mariadistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -384716,7 +239900,6 @@ }, { "question": "Maribojoc District", - "icon": "./assets/data/nsi/logos/maribojocdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -384732,7 +239915,6 @@ }, { "question": "Marihatag District", - "icon": "./assets/data/nsi/logos/marihatagdistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -384748,7 +239930,6 @@ }, { "question": "Marilao District", - "icon": "./assets/data/nsi/logos/marilaodistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -384764,7 +239945,6 @@ }, { "question": "Marilog District", - "icon": "./assets/data/nsi/logos/marilogdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -384780,7 +239960,6 @@ }, { "question": "Maripipi District", - "icon": "./assets/data/nsi/logos/maripipidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -384812,7 +239991,6 @@ }, { "question": "Mariveles District", - "icon": "./assets/data/nsi/logos/marivelesdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -384878,7 +240056,6 @@ }, { "question": "Masantol District", - "icon": "./assets/data/nsi/logos/masantoldistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -384894,7 +240071,6 @@ }, { "question": "Masbaste North District 1", - "icon": "./assets/data/nsi/logos/masbastenorthdistrict1-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -384910,7 +240086,6 @@ }, { "question": "Masbaste North District 2", - "icon": "./assets/data/nsi/logos/masbastenorthdistrict2-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -384926,7 +240101,6 @@ }, { "question": "Masinloc District", - "icon": "./assets/data/nsi/logos/masinlocdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -384942,7 +240116,6 @@ }, { "question": "Mataas Na Kahoy District", - "icon": "./assets/data/nsi/logos/mataasnakahoydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -384958,7 +240131,6 @@ }, { "question": "Matag-Ob District", - "icon": "./assets/data/nsi/logos/matagobdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -384974,7 +240146,6 @@ }, { "question": "Matalam Central District", - "icon": "./assets/data/nsi/logos/matalamcentraldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -384990,7 +240161,6 @@ }, { "question": "Matalam North District", - "icon": "./assets/data/nsi/logos/matalamnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -385006,7 +240176,6 @@ }, { "question": "Matalam South District", - "icon": "./assets/data/nsi/logos/matalamsouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -385022,7 +240191,6 @@ }, { "question": "Matalom North District", - "icon": "./assets/data/nsi/logos/matalomnorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -385038,7 +240206,6 @@ }, { "question": "Matalom South District", - "icon": "./assets/data/nsi/logos/matalomsouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -385054,7 +240221,6 @@ }, { "question": "Matanao I District", - "icon": "./assets/data/nsi/logos/matanaoidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385070,7 +240236,6 @@ }, { "question": "Matanao II District", - "icon": "./assets/data/nsi/logos/matanaoiidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385102,7 +240267,6 @@ }, { "question": "Mati Central District", - "icon": "./assets/data/nsi/logos/maticentraldistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385118,7 +240282,6 @@ }, { "question": "Mati North District", - "icon": "./assets/data/nsi/logos/matinorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385134,7 +240297,6 @@ }, { "question": "Mati South District", - "icon": "./assets/data/nsi/logos/matisouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385150,7 +240312,6 @@ }, { "question": "Matnog District", - "icon": "./assets/data/nsi/logos/matnogdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -385166,7 +240327,6 @@ }, { "question": "Mauban North District", - "icon": "./assets/data/nsi/logos/maubannorthdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385182,7 +240342,6 @@ }, { "question": "Mauban South District", - "icon": "./assets/data/nsi/logos/maubansouthdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385198,7 +240357,6 @@ }, { "question": "Mawab District", - "icon": "./assets/data/nsi/logos/mawabdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -385214,7 +240372,6 @@ }, { "question": "Mayantoc District", - "icon": "./assets/data/nsi/logos/mayantocdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -385230,7 +240387,6 @@ }, { "question": "Maydolong District", - "icon": "./assets/data/nsi/logos/maydolongdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -385246,7 +240402,6 @@ }, { "question": "Mayorga District", - "icon": "./assets/data/nsi/logos/mayorgadistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -385262,7 +240417,6 @@ }, { "question": "Mayoyao District", - "icon": "./assets/data/nsi/logos/mayoyaodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -385295,7 +240449,6 @@ }, { "question": "Medellin District", - "icon": "./assets/data/nsi/logos/medellindistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -385328,7 +240481,6 @@ }, { "question": "Medina District", - "icon": "./assets/data/nsi/logos/medinadistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -385344,7 +240496,6 @@ }, { "question": "Medway Council", - "icon": "./assets/data/nsi/logos/medwaycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -385410,7 +240561,6 @@ }, { "question": "Mercedes District (Camarines Norte)", - "icon": "./assets/data/nsi/logos/mercedesdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -385426,7 +240576,6 @@ }, { "question": "Mercedes District (Eastern Samar)", - "icon": "./assets/data/nsi/logos/mercedesdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -385442,7 +240591,6 @@ }, { "question": "Mercedes District (Zamboanga City)", - "icon": "./assets/data/nsi/logos/mercedesdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -385458,7 +240606,6 @@ }, { "question": "Merida District", - "icon": "./assets/data/nsi/logos/meridadistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -385490,7 +240637,6 @@ }, { "question": "Merthyr Tydfil County Borough Council", - "icon": "./assets/data/nsi/logos/merthyrtydfilcountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -385506,7 +240652,6 @@ }, { "question": "Mesa County Valley School District 51", - "icon": "./assets/data/nsi/logos/mesacountyvalleyschooldistrict51-64c3e7.undefined", "osmTags": { "and": [ "amenity=school", @@ -385522,7 +240667,6 @@ }, { "question": "Mesa Public Schools", - "icon": "./assets/data/nsi/logos/mesapublicschools-59e2c9.undefined", "osmTags": { "and": [ "amenity=school", @@ -385572,7 +240716,6 @@ }, { "question": "Mexico North District", - "icon": "./assets/data/nsi/logos/mexiconorthdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -385588,7 +240731,6 @@ }, { "question": "Mexico South District", - "icon": "./assets/data/nsi/logos/mexicosouthdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -385604,7 +240746,6 @@ }, { "question": "Meycauayan East District", - "icon": "./assets/data/nsi/logos/meycauayaneastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -385620,7 +240761,6 @@ }, { "question": "MGLC", - "icon": "./assets/data/nsi/logos/mglc-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -385635,7 +240775,6 @@ }, { "question": "Miagao East District", - "icon": "./assets/data/nsi/logos/miagaoeastdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -385651,7 +240790,6 @@ }, { "question": "Miagao West District", - "icon": "./assets/data/nsi/logos/miagaowestdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -385734,7 +240872,6 @@ }, { "question": "Middle Country Central School District", - "icon": "./assets/data/nsi/logos/middlecountrycentralschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -385782,7 +240919,6 @@ }, { "question": "Midsalip District", - "icon": "./assets/data/nsi/logos/midsalipdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -385798,7 +240934,6 @@ }, { "question": "Midsayap North District", - "icon": "./assets/data/nsi/logos/midsayapnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -385814,7 +240949,6 @@ }, { "question": "Midsayap South District", - "icon": "./assets/data/nsi/logos/midsayapsouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -385830,7 +240964,6 @@ }, { "question": "Midsayap West District", - "icon": "./assets/data/nsi/logos/midsayapwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -385862,7 +240995,6 @@ }, { "question": "Milagros East District", - "icon": "./assets/data/nsi/logos/milagroseastdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -385878,7 +241010,6 @@ }, { "question": "Milagros West District", - "icon": "./assets/data/nsi/logos/milagroswestdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -385894,7 +241025,6 @@ }, { "question": "Milaor-Gainza District", - "icon": "./assets/data/nsi/logos/milaorgainzadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -385944,7 +241074,6 @@ }, { "question": "Milton Keynes Council", - "icon": "./assets/data/nsi/logos/miltonkeynescouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -385977,7 +241106,6 @@ }, { "question": "Mina District", - "icon": "./assets/data/nsi/logos/minadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -385993,7 +241121,6 @@ }, { "question": "Minalabac District", - "icon": "./assets/data/nsi/logos/minalabacdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -386009,7 +241136,6 @@ }, { "question": "Minalin District", - "icon": "./assets/data/nsi/logos/minalindistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -386025,7 +241151,6 @@ }, { "question": "MINFAR", - "icon": "./assets/data/nsi/logos/ministeriodelasfuerzasarmadasrevolucionarias-72f85c.undefined", "osmTags": { "and": [ "amenity=school", @@ -386042,7 +241167,6 @@ }, { "question": "Minglanilla I District", - "icon": "./assets/data/nsi/logos/minglanillaidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -386058,7 +241182,6 @@ }, { "question": "Ministère de l'Educación (Rwanda)", - "icon": "./assets/data/nsi/logos/ministeredeleducacion-f22279.undefined", "osmTags": { "and": [ "amenity=school", @@ -386075,7 +241198,6 @@ }, { "question": "Ministère de l'Éducation (Guinea)", - "icon": "./assets/data/nsi/logos/ministeredeleducation-34bbb2.undefined", "osmTags": { "and": [ "amenity=school", @@ -386090,7 +241212,6 @@ }, { "question": "Ministère de l'Education de Base", - "icon": "./assets/data/nsi/logos/ministeredeleducationdebase-939afa.undefined", "osmTags": { "and": [ "amenity=school", @@ -386123,7 +241244,6 @@ }, { "question": "Ministère de l'Éducation Nationale (Niger)", - "icon": "./assets/data/nsi/logos/ministeredeleducationnationale-a6a00b.undefined", "osmTags": { "and": [ "amenity=school", @@ -386155,7 +241275,6 @@ }, { "question": "Ministério da Educação (Angola)", - "icon": "./assets/data/nsi/logos/ministeriodaeducacao-ca2051.undefined", "osmTags": { "and": [ "amenity=school", @@ -386187,7 +241306,6 @@ }, { "question": "Ministério da Educação (Portugal)", - "icon": "./assets/data/nsi/logos/ministeriodaeducacao-1495f6.undefined", "osmTags": { "and": [ "amenity=school", @@ -386203,7 +241321,6 @@ }, { "question": "Ministerio de Educación - Gobierno de La Pampa", - "icon": "./assets/data/nsi/logos/ministeriodeeducaciongobiernodelapampa-484c15.undefined", "osmTags": { "and": [ "amenity=school", @@ -386218,7 +241335,6 @@ }, { "question": "Ministerio de Educación - Gobierno de la Provincia del Neuquén", - "icon": "./assets/data/nsi/logos/ministeriodeeducaciongobiernodelaprovinciadelneuquen-484c15.undefined", "osmTags": { "and": [ "amenity=school", @@ -386233,7 +241349,6 @@ }, { "question": "Ministerio de Educación - Gobierno de Río Negro", - "icon": "./assets/data/nsi/logos/ministeriodeeducaciongobiernoderionegro-484c15.undefined", "osmTags": { "and": [ "amenity=school", @@ -386248,7 +241363,6 @@ }, { "question": "Ministerio de Educación (Bolivia)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-801892.undefined", "osmTags": { "and": [ "amenity=school", @@ -386282,7 +241396,6 @@ }, { "question": "Ministerio de Educación (Cuba)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-72f85c.undefined", "osmTags": { "and": [ "amenity=school", @@ -386299,7 +241412,6 @@ }, { "question": "Ministerio de Educación (Ecuador)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-3c9044.undefined", "osmTags": { "and": [ "amenity=school", @@ -386316,7 +241428,6 @@ }, { "question": "Ministerio de Educación (Guatemala)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-4b58bd.undefined", "osmTags": { "and": [ "amenity=school", @@ -386333,7 +241444,6 @@ }, { "question": "Ministerio de Educación (Nicaragua)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-d38d6b.undefined", "osmTags": { "and": [ "amenity=school", @@ -386384,7 +241494,6 @@ }, { "question": "Ministerio de Educación (Público)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacionpublico-337fa3.undefined", "osmTags": { "and": [ "amenity=school", @@ -386399,7 +241508,6 @@ }, { "question": "Ministerio de Educación (República Dominicana)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-9a8af5.undefined", "osmTags": { "and": [ "amenity=school", @@ -386432,7 +241540,6 @@ }, { "question": "Ministerio de Educación Pública (Costa Rica)", - "icon": "./assets/data/nsi/logos/ministeriodeeducacionpublica-db5f2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -386449,7 +241556,6 @@ }, { "question": "Ministerio de Educación y Derechos Humanos - Gobierno de Río Negro", - "icon": "./assets/data/nsi/logos/ministeriodeeducacionyderechoshumanosgobiernoderionegro-484c15.undefined", "osmTags": { "and": [ "amenity=school", @@ -386464,7 +241570,6 @@ }, { "question": "Ministerio de Educación, Ciencia y Tecnología", - "icon": "./assets/data/nsi/logos/ministeriodeeducacioncienciaytecnologia-0b042e.undefined", "osmTags": { "and": [ "amenity=school", @@ -386530,7 +241635,6 @@ }, { "question": "Ministerstwo Edukacji i Nauki", - "icon": "./assets/data/nsi/logos/ministerstwoedukacjiinauki-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -386580,7 +241684,6 @@ }, { "question": "Ministerul Educației", - "icon": "./assets/data/nsi/logos/ministeruleducatiei-42f9de.undefined", "osmTags": { "and": [ "amenity=school", @@ -386646,7 +241749,6 @@ }, { "question": "Moalboal District", - "icon": "./assets/data/nsi/logos/moalboaldistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -386662,7 +241764,6 @@ }, { "question": "Mobo North District", - "icon": "./assets/data/nsi/logos/mobonorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -386678,7 +241779,6 @@ }, { "question": "Mobo South District", - "icon": "./assets/data/nsi/logos/mobosouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -386694,7 +241794,6 @@ }, { "question": "Mogpog District", - "icon": "./assets/data/nsi/logos/mogpogdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -386710,7 +241809,6 @@ }, { "question": "Moises Padilla District", - "icon": "./assets/data/nsi/logos/moisespadilladistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -386726,7 +241824,6 @@ }, { "question": "Mokotów", - "icon": "./assets/data/nsi/logos/mokotow-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -386741,7 +241838,6 @@ }, { "question": "Molave East District", - "icon": "./assets/data/nsi/logos/molaveeastdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -386757,7 +241853,6 @@ }, { "question": "Molave West District", - "icon": "./assets/data/nsi/logos/molavewestdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -386789,7 +241884,6 @@ }, { "question": "Moncada North District", - "icon": "./assets/data/nsi/logos/moncadanorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -386805,7 +241899,6 @@ }, { "question": "Moncada South District", - "icon": "./assets/data/nsi/logos/moncadasouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -386821,7 +241914,6 @@ }, { "question": "Moncayo District", - "icon": "./assets/data/nsi/logos/moncayodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -386837,7 +241929,6 @@ }, { "question": "Mondragon I District", - "icon": "./assets/data/nsi/logos/mondragonidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -386853,7 +241944,6 @@ }, { "question": "Mondragon II District", - "icon": "./assets/data/nsi/logos/mondragoniidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -386885,7 +241975,6 @@ }, { "question": "Monreal District", - "icon": "./assets/data/nsi/logos/monrealdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -386935,7 +242024,6 @@ }, { "question": "Montevista District", - "icon": "./assets/data/nsi/logos/montevistadistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -387002,7 +242090,6 @@ }, { "question": "Moray Council", - "icon": "./assets/data/nsi/logos/moraycouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -387018,7 +242105,6 @@ }, { "question": "Møre og Romsdal fylkeskommune", - "icon": "./assets/data/nsi/logos/moreogromsdalfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -387051,7 +242137,6 @@ }, { "question": "Morong District (Bataan)", - "icon": "./assets/data/nsi/logos/morongdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -387067,7 +242152,6 @@ }, { "question": "Morong District (Rizal)", - "icon": "./assets/data/nsi/logos/morongdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387099,7 +242183,6 @@ }, { "question": "Motiong District", - "icon": "./assets/data/nsi/logos/motiongdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387147,7 +242230,6 @@ }, { "question": "Mulanay District", - "icon": "./assets/data/nsi/logos/mulanaydistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -387227,7 +242309,6 @@ }, { "question": "Munoz District", - "icon": "./assets/data/nsi/logos/munozdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -387243,7 +242324,6 @@ }, { "question": "Murcia I District", - "icon": "./assets/data/nsi/logos/murciaidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -387259,7 +242339,6 @@ }, { "question": "Murcia II District", - "icon": "./assets/data/nsi/logos/murciaiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -387275,7 +242354,6 @@ }, { "question": "Mutia District", - "icon": "./assets/data/nsi/logos/mutiadistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -387291,7 +242369,6 @@ }, { "question": "Naawan District", - "icon": "./assets/data/nsi/logos/naawandistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -387307,7 +242384,6 @@ }, { "question": "Nabas District", - "icon": "./assets/data/nsi/logos/nabasdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -387323,7 +242399,6 @@ }, { "question": "Nabua East District", - "icon": "./assets/data/nsi/logos/nabuaeastdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -387339,7 +242414,6 @@ }, { "question": "Nabua West District", - "icon": "./assets/data/nsi/logos/nabuawestdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -387355,7 +242429,6 @@ }, { "question": "Nabunturan East District", - "icon": "./assets/data/nsi/logos/nabunturaneastdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -387371,7 +242444,6 @@ }, { "question": "Nabunturan West District", - "icon": "./assets/data/nsi/logos/nabunturanwestdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -387387,7 +242459,6 @@ }, { "question": "Naga District", - "icon": "./assets/data/nsi/logos/nagadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -387403,7 +242474,6 @@ }, { "question": "Naga I District", - "icon": "./assets/data/nsi/logos/nagaidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -387419,7 +242489,6 @@ }, { "question": "Naga II District", - "icon": "./assets/data/nsi/logos/nagaiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -387435,7 +242504,6 @@ }, { "question": "Naga North District", - "icon": "./assets/data/nsi/logos/naganorthdistrict-22bf1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -387451,7 +242519,6 @@ }, { "question": "Nagcarlan-Rizal District", - "icon": "./assets/data/nsi/logos/nagcarlanrizaldistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -387467,7 +242534,6 @@ }, { "question": "Nagtipunan District", - "icon": "./assets/data/nsi/logos/nagtipunandistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -387483,7 +242549,6 @@ }, { "question": "Naguilian District (Isabela)", - "icon": "./assets/data/nsi/logos/naguiliandistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -387499,7 +242564,6 @@ }, { "question": "Naguilian District (La Union)", - "icon": "./assets/data/nsi/logos/naguiliandistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -387515,7 +242579,6 @@ }, { "question": "Naic I District", - "icon": "./assets/data/nsi/logos/naicidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387531,7 +242594,6 @@ }, { "question": "Naic II District", - "icon": "./assets/data/nsi/logos/naiciidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387547,7 +242609,6 @@ }, { "question": "Nampa School District", - "icon": "./assets/data/nsi/logos/nampaschooldistrict-d7611a.undefined", "osmTags": { "and": [ "amenity=school", @@ -387594,7 +242655,6 @@ }, { "question": "Narra District I", - "icon": "./assets/data/nsi/logos/narradistricti-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -387610,7 +242670,6 @@ }, { "question": "Narra District II", - "icon": "./assets/data/nsi/logos/narradistrictii-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -387626,7 +242685,6 @@ }, { "question": "Narvacan North District", - "icon": "./assets/data/nsi/logos/narvacannorthdistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -387642,7 +242700,6 @@ }, { "question": "Narvacan South-Nagbukel District", - "icon": "./assets/data/nsi/logos/narvacansouthnagbukeldistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -387658,7 +242715,6 @@ }, { "question": "Nasipit West District", - "icon": "./assets/data/nsi/logos/nasipitwestdistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -387674,7 +242730,6 @@ }, { "question": "Nassau BOCES", - "icon": "./assets/data/nsi/logos/nassauboces-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -387690,7 +242745,6 @@ }, { "question": "Nasugbu East District", - "icon": "./assets/data/nsi/logos/nasugbueastdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387706,7 +242760,6 @@ }, { "question": "Nasugbu West District", - "icon": "./assets/data/nsi/logos/nasugbuwestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387722,7 +242775,6 @@ }, { "question": "Natividad District", - "icon": "./assets/data/nsi/logos/natividaddistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -387738,7 +242790,6 @@ }, { "question": "Natonin District", - "icon": "./assets/data/nsi/logos/natonindistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -387754,7 +242805,6 @@ }, { "question": "Naujan East District", - "icon": "./assets/data/nsi/logos/naujaneastdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387770,7 +242820,6 @@ }, { "question": "Naujan South District", - "icon": "./assets/data/nsi/logos/naujansouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387786,7 +242835,6 @@ }, { "question": "Naujan West District", - "icon": "./assets/data/nsi/logos/naujanwestdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387802,7 +242850,6 @@ }, { "question": "Naval North District", - "icon": "./assets/data/nsi/logos/navalnorthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387818,7 +242865,6 @@ }, { "question": "Naval South District", - "icon": "./assets/data/nsi/logos/navalsouthdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -387834,7 +242880,6 @@ }, { "question": "Near North District School Board", - "icon": "./assets/data/nsi/logos/nearnorthdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -387851,7 +242896,6 @@ }, { "question": "Neath Port Talbot County Borough Council", - "icon": "./assets/data/nsi/logos/neathporttalbotcountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -387884,7 +242928,6 @@ }, { "question": "New Bataan District", - "icon": "./assets/data/nsi/logos/newbataandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -387900,7 +242943,6 @@ }, { "question": "New Corella District", - "icon": "./assets/data/nsi/logos/newcorelladistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -387916,7 +242958,6 @@ }, { "question": "New District", - "icon": "./assets/data/nsi/logos/newdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -387932,7 +242973,6 @@ }, { "question": "New Haven Public Schools", - "icon": "./assets/data/nsi/logos/newhavenpublicschools-547ddd.undefined", "osmTags": { "and": [ "amenity=school", @@ -387948,7 +242988,6 @@ }, { "question": "New Lucena District", - "icon": "./assets/data/nsi/logos/newlucenadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -387964,7 +243003,6 @@ }, { "question": "New Washington District", - "icon": "./assets/data/nsi/logos/newwashingtondistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -388063,7 +243101,6 @@ }, { "question": "Nexus Education Schools Trust", - "icon": "./assets/data/nsi/logos/nexuseducationschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -388096,7 +243133,6 @@ }, { "question": "Niagara Catholic District School Board", - "icon": "./assets/data/nsi/logos/niagaracatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -388146,7 +243182,6 @@ }, { "question": "Nipissing-Parry Sound Catholic District School Board", - "icon": "./assets/data/nsi/logos/nipissingparrysoundcatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -388163,7 +243198,6 @@ }, { "question": "Norala District", - "icon": "./assets/data/nsi/logos/noraladistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -388179,7 +243213,6 @@ }, { "question": "Nordland fylkeskommune", - "icon": "./assets/data/nsi/logos/nordlandfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388243,7 +243276,6 @@ }, { "question": "North Ayrshire Council", - "icon": "./assets/data/nsi/logos/northayrshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -388259,7 +243291,6 @@ }, { "question": "North Brooke's Point District", - "icon": "./assets/data/nsi/logos/northbrookespointdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -388292,7 +243323,6 @@ }, { "question": "North District (Bais City)", - "icon": "./assets/data/nsi/logos/northdistrict-817304.undefined", "osmTags": { "and": [ "amenity=school", @@ -388308,7 +243338,6 @@ }, { "question": "North District (Batangas City)", - "icon": "./assets/data/nsi/logos/northdistrict-1a45a4.undefined", "osmTags": { "and": [ "amenity=school", @@ -388324,7 +243353,6 @@ }, { "question": "North District (Cabanatuan City)", - "icon": "./assets/data/nsi/logos/northdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -388340,7 +243368,6 @@ }, { "question": "North District (City of Ilagan)", - "icon": "./assets/data/nsi/logos/northdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -388356,7 +243383,6 @@ }, { "question": "North District (Danao City)", - "icon": "./assets/data/nsi/logos/northdistrict-56e58f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388372,7 +243398,6 @@ }, { "question": "North District (Isabela City)", - "icon": "./assets/data/nsi/logos/northdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -388388,7 +243413,6 @@ }, { "question": "North District (Lapu-Lapu City)", - "icon": "./assets/data/nsi/logos/northdistrict-3562b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -388404,7 +243428,6 @@ }, { "question": "North District (Lipa City)", - "icon": "./assets/data/nsi/logos/northdistrict-a8ec43.undefined", "osmTags": { "and": [ "amenity=school", @@ -388420,7 +243443,6 @@ }, { "question": "North District (Malaybalay City)", - "icon": "./assets/data/nsi/logos/northdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388436,7 +243458,6 @@ }, { "question": "North District (Malolos City)", - "icon": "./assets/data/nsi/logos/northdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388452,7 +243473,6 @@ }, { "question": "North District (Pagadian City)", - "icon": "./assets/data/nsi/logos/northdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -388468,7 +243488,6 @@ }, { "question": "North District (Tagum City)", - "icon": "./assets/data/nsi/logos/northdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -388484,7 +243503,6 @@ }, { "question": "North District (Tanjay City)", - "icon": "./assets/data/nsi/logos/northdistrict-5a2d44.undefined", "osmTags": { "and": [ "amenity=school", @@ -388500,7 +243518,6 @@ }, { "question": "North District (Toledo City)", - "icon": "./assets/data/nsi/logos/northdistrict-ca624c.undefined", "osmTags": { "and": [ "amenity=school", @@ -388516,7 +243533,6 @@ }, { "question": "North District (Valenzuela City)", - "icon": "./assets/data/nsi/logos/northdistrict-7a50de.undefined", "osmTags": { "and": [ "amenity=school", @@ -388565,7 +243581,6 @@ }, { "question": "North East Lincolnshire Council", - "icon": "./assets/data/nsi/logos/northeastlincolnshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -388581,7 +243596,6 @@ }, { "question": "North Glan District", - "icon": "./assets/data/nsi/logos/northglandistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -388597,7 +243611,6 @@ }, { "question": "North I District", - "icon": "./assets/data/nsi/logos/northidistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -388629,7 +243642,6 @@ }, { "question": "North Lincolnshire Council", - "icon": "./assets/data/nsi/logos/northlincolnshirecouncil-ef57c6.undefined", "osmTags": { "and": [ "amenity=school", @@ -388645,7 +243657,6 @@ }, { "question": "North Malungon District", - "icon": "./assets/data/nsi/logos/northmalungondistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -388661,7 +243672,6 @@ }, { "question": "North Northamptonshire Council", - "icon": "./assets/data/nsi/logos/northnorthamptonshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -388775,7 +243785,6 @@ }, { "question": "North-1 District", - "icon": "./assets/data/nsi/logos/north1district-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388791,7 +243800,6 @@ }, { "question": "North-2 District", - "icon": "./assets/data/nsi/logos/north2district-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -388807,7 +243815,6 @@ }, { "question": "Northampton Primary Academy Trust", - "icon": "./assets/data/nsi/logos/northamptonprimaryacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -388824,7 +243831,6 @@ }, { "question": "Northeast II-A District", - "icon": "./assets/data/nsi/logos/northeastiiadistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -388840,7 +243846,6 @@ }, { "question": "Northeast II-B District", - "icon": "./assets/data/nsi/logos/northeastiibdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -388856,7 +243861,6 @@ }, { "question": "Northeastern Catholic District School Board", - "icon": "./assets/data/nsi/logos/northeasterncatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -388889,7 +243893,6 @@ }, { "question": "Northern Conner District", - "icon": "./assets/data/nsi/logos/northernconnerdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -388921,7 +243924,6 @@ }, { "question": "Northern Pinukpuk District", - "icon": "./assets/data/nsi/logos/northernpinukpukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -388937,7 +243939,6 @@ }, { "question": "Northern Tabuk District", - "icon": "./assets/data/nsi/logos/northerntabukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -389035,7 +244036,6 @@ }, { "question": "Northville Public Schools", - "icon": "./assets/data/nsi/logos/northvillepublicschools-aa6f23.undefined", "osmTags": { "and": [ "amenity=school", @@ -389052,7 +244052,6 @@ }, { "question": "Northwest District (City of Ilagan)", - "icon": "./assets/data/nsi/logos/northwestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -389068,7 +244067,6 @@ }, { "question": "Northwest District (Oroquieta City)", - "icon": "./assets/data/nsi/logos/northwestdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -389117,7 +244115,6 @@ }, { "question": "Norzagaray District", - "icon": "./assets/data/nsi/logos/norzagaraydistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -389165,7 +244162,6 @@ }, { "question": "Nova Education Trust", - "icon": "./assets/data/nsi/logos/novaeducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -389198,7 +244194,6 @@ }, { "question": "Nueva Valencia North District", - "icon": "./assets/data/nsi/logos/nuevavalencianorthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -389214,7 +244209,6 @@ }, { "question": "Nueva Valencia South District", - "icon": "./assets/data/nsi/logos/nuevavalenciasouthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -389230,7 +244224,6 @@ }, { "question": "Numancia District", - "icon": "./assets/data/nsi/logos/numanciadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -389246,7 +244239,6 @@ }, { "question": "Numancia East District", - "icon": "./assets/data/nsi/logos/numanciaeastdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -389279,7 +244271,6 @@ }, { "question": "Oas North District", - "icon": "./assets/data/nsi/logos/oasnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -389295,7 +244286,6 @@ }, { "question": "Oas South District", - "icon": "./assets/data/nsi/logos/oassouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -389327,7 +244317,6 @@ }, { "question": "Obando District", - "icon": "./assets/data/nsi/logos/obandodistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -389343,7 +244332,6 @@ }, { "question": "Ocampo District", - "icon": "./assets/data/nsi/logos/ocampodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -389376,7 +244364,6 @@ }, { "question": "Ochota", - "icon": "./assets/data/nsi/logos/ochota-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -389391,7 +244378,6 @@ }, { "question": "Odiongan North District", - "icon": "./assets/data/nsi/logos/odiongannorthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389407,7 +244393,6 @@ }, { "question": "Odiongan South District", - "icon": "./assets/data/nsi/logos/odiongansouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389423,7 +244408,6 @@ }, { "question": "Oʻzbekiston Respublikasi maktabgacha va maktab ta'limi vazirligi", - "icon": "./assets/data/nsi/logos/db9540-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -389454,7 +244438,6 @@ }, { "question": "Oldham Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/oldhammetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -389470,7 +244453,6 @@ }, { "question": "Olutanga District", - "icon": "./assets/data/nsi/logos/olutangadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -389503,7 +244485,6 @@ }, { "question": "Onderwijsgroep Perspecto", - "icon": "./assets/data/nsi/logos/onderwijsgroepperspecto-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389518,7 +244499,6 @@ }, { "question": "Ons Middelbaar Onderwijs", - "icon": "./assets/data/nsi/logos/onsmiddelbaaronderwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389534,7 +244514,6 @@ }, { "question": "Opol District", - "icon": "./assets/data/nsi/logos/opoldistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -389550,7 +244529,6 @@ }, { "question": "OPOZ", - "icon": "./assets/data/nsi/logos/opoz-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389565,7 +244543,6 @@ }, { "question": "Optimus", - "icon": "./assets/data/nsi/logos/optimus-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389580,7 +244557,6 @@ }, { "question": "Oquendo District I", - "icon": "./assets/data/nsi/logos/oquendodistricti-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389596,7 +244572,6 @@ }, { "question": "Oquendo District II", - "icon": "./assets/data/nsi/logos/oquendodistrictii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389646,7 +244621,6 @@ }, { "question": "Orani District", - "icon": "./assets/data/nsi/logos/oranidistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -389662,7 +244636,6 @@ }, { "question": "Oras East District", - "icon": "./assets/data/nsi/logos/oraseastdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389678,7 +244651,6 @@ }, { "question": "Oras West District", - "icon": "./assets/data/nsi/logos/oraswestdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -389694,7 +244666,6 @@ }, { "question": "Orchard Hill College Academy Trust", - "icon": "./assets/data/nsi/logos/orchardhillcollegeacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -389711,7 +244682,6 @@ }, { "question": "Orchids International School", - "icon": "./assets/data/nsi/logos/orchidsinternationalschool-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -389760,7 +244730,6 @@ }, { "question": "Organismo Descentralizado de la Secretaria de Educacion Publica", - "icon": "./assets/data/nsi/logos/organismodescentralizadodelasecretariadeeducacionpublica-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -389775,7 +244744,6 @@ }, { "question": "Orion District", - "icon": "./assets/data/nsi/logos/oriondistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -389807,7 +244775,6 @@ }, { "question": "Orkney Islands Council", - "icon": "./assets/data/nsi/logos/orkneyislandscouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389840,7 +244807,6 @@ }, { "question": "Ormoc II District", - "icon": "./assets/data/nsi/logos/ormociidistrict-a8cfe4.undefined", "osmTags": { "and": [ "amenity=school", @@ -389856,7 +244822,6 @@ }, { "question": "Ormoc IV District", - "icon": "./assets/data/nsi/logos/ormocivdistrict-a8cfe4.undefined", "osmTags": { "and": [ "amenity=school", @@ -389872,7 +244837,6 @@ }, { "question": "Ormoc V District", - "icon": "./assets/data/nsi/logos/ormocvdistrict-a8cfe4.undefined", "osmTags": { "and": [ "amenity=school", @@ -389888,7 +244852,6 @@ }, { "question": "Ormoc VI District", - "icon": "./assets/data/nsi/logos/ormocvidistrict-a8cfe4.undefined", "osmTags": { "and": [ "amenity=school", @@ -389936,7 +244899,6 @@ }, { "question": "Oslob District", - "icon": "./assets/data/nsi/logos/oslobdistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -389952,7 +244914,6 @@ }, { "question": "Osnovna škola Antuna Mihanovića", - "icon": "./assets/data/nsi/logos/osnovnaskolaantunamihanovica-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -389967,7 +244928,6 @@ }, { "question": "Osnovna škola Benkovac", - "icon": "./assets/data/nsi/logos/osnovnaskolabenkovac-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -389982,7 +244942,6 @@ }, { "question": "Osnovna škola fra Kaje Adžića", - "icon": "./assets/data/nsi/logos/osnovnaskolafrakajeadzica-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -389997,7 +244956,6 @@ }, { "question": "Osnovna škola Ivana Gorana Kovačića", - "icon": "./assets/data/nsi/logos/osnovnaskolaivanagoranakovacica-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -390012,7 +244970,6 @@ }, { "question": "Osnovna škola Matija Gubec", - "icon": "./assets/data/nsi/logos/osnovnaskolamatijagubec-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -390027,7 +244984,6 @@ }, { "question": "Osnovna škola Petra Preradovića", - "icon": "./assets/data/nsi/logos/osnovnaskolapetrapreradovica-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -390042,7 +244998,6 @@ }, { "question": "Osnovna škola Vladimir Nazor", - "icon": "./assets/data/nsi/logos/osnovnaskolavladimirnazor-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -390057,7 +245012,6 @@ }, { "question": "Osnovna škola Vladimira Nazora", - "icon": "./assets/data/nsi/logos/osnovnaskolavladimiranazora-8b2369.undefined", "osmTags": { "and": [ "amenity=school", @@ -390121,7 +245075,6 @@ }, { "question": "Oton District", - "icon": "./assets/data/nsi/logos/otondistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -390137,7 +245090,6 @@ }, { "question": "Ottawa Catholic School Board", - "icon": "./assets/data/nsi/logos/ottawacatholicschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -390188,7 +245140,6 @@ }, { "question": "Our Lady and All Saints Catholic Multi Academy Company", - "icon": "./assets/data/nsi/logos/ourladyandallsaintscatholicmultiacademycompany-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -390221,7 +245172,6 @@ }, { "question": "Our Lady Of Lourdes Catholic Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/ourladyoflourdescatholicmultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -390253,7 +245203,6 @@ }, { "question": "Outwood Grange Academies Trust", - "icon": "./assets/data/nsi/logos/outwoodgrangeacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -390269,7 +245218,6 @@ }, { "question": "Oxford Community Schools", - "icon": "./assets/data/nsi/logos/oxfordcommunityschools-aa6f23.undefined", "osmTags": { "and": [ "amenity=school", @@ -390286,7 +245234,6 @@ }, { "question": "Oxford Diocesan Bucks Schools Trust", - "icon": "./assets/data/nsi/logos/oxforddiocesanbucksschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -390303,7 +245250,6 @@ }, { "question": "Oxford Diocesan Schools Trust", - "icon": "./assets/data/nsi/logos/oxforddiocesanschoolstrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -390319,7 +245265,6 @@ }, { "question": "Oxfordshire County Council", - "icon": "./assets/data/nsi/logos/oxfordshirecountycouncil-474eb6.undefined", "osmTags": { "and": [ "amenity=school", @@ -390351,7 +245296,6 @@ }, { "question": "P & K", - "icon": "./assets/data/nsi/logos/pandk-1c354f.undefined", "osmTags": { "and": [ "amenity=school", @@ -390366,7 +245310,6 @@ }, { "question": "Padada District", - "icon": "./assets/data/nsi/logos/padadadistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390382,7 +245325,6 @@ }, { "question": "Padre Burgos-Agdangan District", - "icon": "./assets/data/nsi/logos/padreburgosagdangandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390398,7 +245340,6 @@ }, { "question": "Padre Garcia District", - "icon": "./assets/data/nsi/logos/padregarciadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -390414,7 +245355,6 @@ }, { "question": "Pagbilao District", - "icon": "./assets/data/nsi/logos/pagbilaodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390430,7 +245370,6 @@ }, { "question": "Pagsanghan District", - "icon": "./assets/data/nsi/logos/pagsanghandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -390446,7 +245385,6 @@ }, { "question": "Palanan District", - "icon": "./assets/data/nsi/logos/palanandistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -390462,7 +245400,6 @@ }, { "question": "Palanas North District", - "icon": "./assets/data/nsi/logos/palanasnorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -390478,7 +245415,6 @@ }, { "question": "Palanas South District", - "icon": "./assets/data/nsi/logos/palanassouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -390494,7 +245430,6 @@ }, { "question": "Palapag I District", - "icon": "./assets/data/nsi/logos/palapagidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -390510,7 +245445,6 @@ }, { "question": "Palapag II District", - "icon": "./assets/data/nsi/logos/palapagiidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -390526,7 +245460,6 @@ }, { "question": "Palauig District", - "icon": "./assets/data/nsi/logos/palauigdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -390542,7 +245475,6 @@ }, { "question": "Palayan City District", - "icon": "./assets/data/nsi/logos/palayancitydistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -390558,7 +245490,6 @@ }, { "question": "Palimbang I District", - "icon": "./assets/data/nsi/logos/palimbangidistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -390574,7 +245505,6 @@ }, { "question": "Palladian Academy Trust", - "icon": "./assets/data/nsi/logos/palladianacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -390590,7 +245520,6 @@ }, { "question": "Pallas", - "icon": "./assets/data/nsi/logos/pallas-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -390622,7 +245551,6 @@ }, { "question": "Palo I District", - "icon": "./assets/data/nsi/logos/paloidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -390638,7 +245566,6 @@ }, { "question": "Palo II District", - "icon": "./assets/data/nsi/logos/paloiidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -390654,7 +245581,6 @@ }, { "question": "Palompon North District", - "icon": "./assets/data/nsi/logos/palomponnorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -390670,7 +245596,6 @@ }, { "question": "Palompon South District", - "icon": "./assets/data/nsi/logos/palomponsouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -390703,7 +245628,6 @@ }, { "question": "Pambujan II District", - "icon": "./assets/data/nsi/logos/pambujaniidistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -390719,7 +245643,6 @@ }, { "question": "Pamplona District (Cagayan)", - "icon": "./assets/data/nsi/logos/pamplonadistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -390735,7 +245658,6 @@ }, { "question": "Pamplona District (Camarines Sur)", - "icon": "./assets/data/nsi/logos/pamplonadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -390751,7 +245673,6 @@ }, { "question": "Pamplona District (Negros Oriental)", - "icon": "./assets/data/nsi/logos/pamplonadistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -390767,7 +245688,6 @@ }, { "question": "Panabo Central District", - "icon": "./assets/data/nsi/logos/panabocentraldistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390783,7 +245703,6 @@ }, { "question": "Panabo North District", - "icon": "./assets/data/nsi/logos/panabonorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390799,7 +245718,6 @@ }, { "question": "Panabo South District", - "icon": "./assets/data/nsi/logos/panabosouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -390815,7 +245733,6 @@ }, { "question": "Panaon District", - "icon": "./assets/data/nsi/logos/panaondistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -390831,7 +245748,6 @@ }, { "question": "Panay District", - "icon": "./assets/data/nsi/logos/panaydistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -390847,7 +245763,6 @@ }, { "question": "Pandan District", - "icon": "./assets/data/nsi/logos/pandandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -390863,7 +245778,6 @@ }, { "question": "Pandan West District", - "icon": "./assets/data/nsi/logos/pandanwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -390879,7 +245793,6 @@ }, { "question": "Pandi District", - "icon": "./assets/data/nsi/logos/pandidistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -390895,7 +245808,6 @@ }, { "question": "Panganiban District", - "icon": "./assets/data/nsi/logos/panganibandistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -390911,7 +245823,6 @@ }, { "question": "Pangantucan District", - "icon": "./assets/data/nsi/logos/pangantucandistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -390927,7 +245838,6 @@ }, { "question": "Pangil-Pakil District", - "icon": "./assets/data/nsi/logos/pangilpakildistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -390943,7 +245853,6 @@ }, { "question": "Panglao District", - "icon": "./assets/data/nsi/logos/panglaodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -390959,7 +245868,6 @@ }, { "question": "Panglima Sugala District", - "icon": "./assets/data/nsi/logos/panglimasugaladistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -390975,7 +245883,6 @@ }, { "question": "Paniqui North District", - "icon": "./assets/data/nsi/logos/paniquinorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -390991,7 +245898,6 @@ }, { "question": "Paniqui South District", - "icon": "./assets/data/nsi/logos/paniquisouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -391007,7 +245913,6 @@ }, { "question": "Panit-An District", - "icon": "./assets/data/nsi/logos/panitandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -391023,7 +245928,6 @@ }, { "question": "Pantabangan District", - "icon": "./assets/data/nsi/logos/pantabangandistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -391039,7 +245943,6 @@ }, { "question": "Pantao-Ragat District", - "icon": "./assets/data/nsi/logos/pantaoragatdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -391055,7 +245958,6 @@ }, { "question": "Pantar District", - "icon": "./assets/data/nsi/logos/pantardistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -391071,7 +245973,6 @@ }, { "question": "Pantukan District", - "icon": "./assets/data/nsi/logos/pantukandistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -391087,7 +245988,6 @@ }, { "question": "Panukulan District", - "icon": "./assets/data/nsi/logos/panukulandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -391103,7 +246003,6 @@ }, { "question": "Paoay District", - "icon": "./assets/data/nsi/logos/paoaydistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -391119,7 +246018,6 @@ }, { "question": "Paombong District", - "icon": "./assets/data/nsi/logos/paombongdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -391135,7 +246033,6 @@ }, { "question": "Paquibato District", - "icon": "./assets/data/nsi/logos/paquibatodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -391151,7 +246048,6 @@ }, { "question": "Paracale District", - "icon": "./assets/data/nsi/logos/paracaledistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -391167,7 +246063,6 @@ }, { "question": "Paracelis District", - "icon": "./assets/data/nsi/logos/paracelisdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -391200,7 +246095,6 @@ }, { "question": "Parkland School Division", - "icon": "./assets/data/nsi/logos/parklandschooldivision-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -391232,7 +246126,6 @@ }, { "question": "Partnership Learning", - "icon": "./assets/data/nsi/logos/partnershiplearning-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391248,7 +246141,6 @@ }, { "question": "Parubcan-Presentacion District", - "icon": "./assets/data/nsi/logos/parubcanpresentaciondistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -391264,7 +246156,6 @@ }, { "question": "Pasacao District", - "icon": "./assets/data/nsi/logos/pasacaodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -391314,7 +246205,6 @@ }, { "question": "Pasil District", - "icon": "./assets/data/nsi/logos/pasildistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -391347,7 +246237,6 @@ }, { "question": "Pastrana District", - "icon": "./assets/data/nsi/logos/pastranadistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -391363,7 +246252,6 @@ }, { "question": "Pasuquin District", - "icon": "./assets/data/nsi/logos/pasuquindistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -391379,7 +246267,6 @@ }, { "question": "Patchogue-Medford School District", - "icon": "./assets/data/nsi/logos/patchoguemedfordschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -391395,7 +246282,6 @@ }, { "question": "Pathfinder Multi Academy Trust", - "icon": "./assets/data/nsi/logos/pathfindermultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391411,7 +246297,6 @@ }, { "question": "Pathfinder Schools", - "icon": "./assets/data/nsi/logos/pathfinderschools-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391427,7 +246312,6 @@ }, { "question": "Patnanungan-Jomalig District", - "icon": "./assets/data/nsi/logos/patnanunganjomaligdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -391443,7 +246327,6 @@ }, { "question": "Patnongon I District", - "icon": "./assets/data/nsi/logos/patnongonidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -391459,7 +246342,6 @@ }, { "question": "Patnongon II District", - "icon": "./assets/data/nsi/logos/patnongoniidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -391475,7 +246357,6 @@ }, { "question": "Pavia District", - "icon": "./assets/data/nsi/logos/paviadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -391491,7 +246372,6 @@ }, { "question": "Payao District", - "icon": "./assets/data/nsi/logos/payaodistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -391507,7 +246387,6 @@ }, { "question": "Pays", - "icon": "./assets/data/nsi/logos/pays-4fa23c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391522,7 +246401,6 @@ }, { "question": "PCBO", - "icon": "./assets/data/nsi/logos/pcbo-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -391537,7 +246415,6 @@ }, { "question": "PCPO Capelle-Krimpen", - "icon": "./assets/data/nsi/logos/pcpocapellekrimpen-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -391553,7 +246430,6 @@ }, { "question": "PCPO Westland", - "icon": "./assets/data/nsi/logos/pcpowestland-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -391586,7 +246462,6 @@ }, { "question": "Pembrokeshire County Council", - "icon": "./assets/data/nsi/logos/pembrokeshirecountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -391602,7 +246477,6 @@ }, { "question": "Penablanca East District", - "icon": "./assets/data/nsi/logos/penablancaeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -391618,7 +246492,6 @@ }, { "question": "Penablanca West District", - "icon": "./assets/data/nsi/logos/penablancawestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -391651,7 +246524,6 @@ }, { "question": "Perry Hall Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/perryhallmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391667,7 +246539,6 @@ }, { "question": "Perth and Kinross Council", - "icon": "./assets/data/nsi/logos/perthandkinrosscouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -391683,7 +246554,6 @@ }, { "question": "Peterborough City Council", - "icon": "./assets/data/nsi/logos/peterboroughcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -391699,7 +246569,6 @@ }, { "question": "Peterborough Diocese Education Trust", - "icon": "./assets/data/nsi/logos/peterboroughdioceseeducationtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -391715,7 +246584,6 @@ }, { "question": "Peterborough Victoria Northumberland and Clarington Catholic District School Board", - "icon": "./assets/data/nsi/logos/peterboroughvictorianorthumberlandandclaringtoncatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -391766,7 +246634,6 @@ }, { "question": "Piat District", - "icon": "./assets/data/nsi/logos/piatdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -391799,7 +246666,6 @@ }, { "question": "Piddig District", - "icon": "./assets/data/nsi/logos/piddigdistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -391815,7 +246681,6 @@ }, { "question": "Pidigan District", - "icon": "./assets/data/nsi/logos/pidigandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -391831,7 +246696,6 @@ }, { "question": "Piedad District", - "icon": "./assets/data/nsi/logos/piedaddistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -391847,7 +246711,6 @@ }, { "question": "Pigcawayan North District", - "icon": "./assets/data/nsi/logos/pigcawayannorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391863,7 +246726,6 @@ }, { "question": "Pigcawayan South District", - "icon": "./assets/data/nsi/logos/pigcawayansouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391879,7 +246741,6 @@ }, { "question": "Pigcawayan West District", - "icon": "./assets/data/nsi/logos/pigcawayanwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391895,7 +246756,6 @@ }, { "question": "Pikit East District", - "icon": "./assets/data/nsi/logos/pikiteastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391911,7 +246771,6 @@ }, { "question": "Pikit North District", - "icon": "./assets/data/nsi/logos/pikitnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391927,7 +246786,6 @@ }, { "question": "Pikit South District", - "icon": "./assets/data/nsi/logos/pikitsouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391943,7 +246801,6 @@ }, { "question": "Pikit West District", - "icon": "./assets/data/nsi/logos/pikitwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -391959,7 +246816,6 @@ }, { "question": "Pila District", - "icon": "./assets/data/nsi/logos/piladistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -391975,7 +246831,6 @@ }, { "question": "Pilar District (Abra)", - "icon": "./assets/data/nsi/logos/pilardistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -391991,7 +246846,6 @@ }, { "question": "Pilar District (Bataan)", - "icon": "./assets/data/nsi/logos/pilardistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -392007,7 +246861,6 @@ }, { "question": "Pilar District (Bohol)", - "icon": "./assets/data/nsi/logos/pilardistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -392023,7 +246876,6 @@ }, { "question": "Pilar District (Capiz)", - "icon": "./assets/data/nsi/logos/pilardistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -392039,7 +246891,6 @@ }, { "question": "Pilar District (Cebu)", - "icon": "./assets/data/nsi/logos/pilardistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -392055,7 +246906,6 @@ }, { "question": "Pilar District (Siargao)", - "icon": "./assets/data/nsi/logos/pilardistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -392071,7 +246921,6 @@ }, { "question": "Pilar I District", - "icon": "./assets/data/nsi/logos/pilaridistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392087,7 +246936,6 @@ }, { "question": "Pilar II District", - "icon": "./assets/data/nsi/logos/pilariidistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392103,7 +246951,6 @@ }, { "question": "Pilas District", - "icon": "./assets/data/nsi/logos/pilasdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -392119,7 +246966,6 @@ }, { "question": "Pili District", - "icon": "./assets/data/nsi/logos/pilidistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -392135,7 +246981,6 @@ }, { "question": "Pililla District", - "icon": "./assets/data/nsi/logos/pililladistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -392151,7 +246996,6 @@ }, { "question": "Pinabacdao District", - "icon": "./assets/data/nsi/logos/pinabacdaodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -392167,7 +247011,6 @@ }, { "question": "Pinamalayan East District", - "icon": "./assets/data/nsi/logos/pinamalayaneastdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -392183,7 +247026,6 @@ }, { "question": "Pinamalayan West District", - "icon": "./assets/data/nsi/logos/pinamalayanwestdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -392199,7 +247041,6 @@ }, { "question": "Pinamungajan 1 District", - "icon": "./assets/data/nsi/logos/pinamungajan1district-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -392215,7 +247056,6 @@ }, { "question": "Piñan District", - "icon": "./assets/data/nsi/logos/pinandistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -392247,7 +247087,6 @@ }, { "question": "Pinili District", - "icon": "./assets/data/nsi/logos/pinilidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -392263,7 +247102,6 @@ }, { "question": "Pinukpuk District", - "icon": "./assets/data/nsi/logos/pinukpukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -392279,7 +247117,6 @@ }, { "question": "Pio V. Corpuz District", - "icon": "./assets/data/nsi/logos/piovcorpuzdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -392295,7 +247132,6 @@ }, { "question": "Pioduran East District", - "icon": "./assets/data/nsi/logos/pioduraneastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392311,7 +247147,6 @@ }, { "question": "Pioduran West District", - "icon": "./assets/data/nsi/logos/pioduranwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392327,7 +247162,6 @@ }, { "question": "Pitogo District (Quezon)", - "icon": "./assets/data/nsi/logos/pitogodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -392343,7 +247177,6 @@ }, { "question": "Pitogo District (Zamboanga del Sur)", - "icon": "./assets/data/nsi/logos/pitogodistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -392376,7 +247209,6 @@ }, { "question": "Placer East District", - "icon": "./assets/data/nsi/logos/placereastdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -392392,7 +247224,6 @@ }, { "question": "Placer I District", - "icon": "./assets/data/nsi/logos/placeridistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -392408,7 +247239,6 @@ }, { "question": "Placer II District", - "icon": "./assets/data/nsi/logos/placeriidistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -392424,7 +247254,6 @@ }, { "question": "Placer West District", - "icon": "./assets/data/nsi/logos/placerwestdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -392456,7 +247285,6 @@ }, { "question": "Plaridel District", - "icon": "./assets/data/nsi/logos/plarideldistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -392472,7 +247300,6 @@ }, { "question": "Plaridel South District", - "icon": "./assets/data/nsi/logos/plaridelsouthdistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -392488,7 +247315,6 @@ }, { "question": "PlatOO", - "icon": "./assets/data/nsi/logos/platoo-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -392503,7 +247329,6 @@ }, { "question": "Plymouth CAST", - "icon": "./assets/data/nsi/logos/plymouthcast-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -392552,7 +247377,6 @@ }, { "question": "Pobcaran District", - "icon": "./assets/data/nsi/logos/pobcarandistrict-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -392568,7 +247392,6 @@ }, { "question": "Pocatello/Chubbuck School District 25", - "icon": "./assets/data/nsi/logos/pocatellochubbuckschooldistrict25-d7611a.undefined", "osmTags": { "and": [ "amenity=school", @@ -392602,7 +247425,6 @@ }, { "question": "Pola District", - "icon": "./assets/data/nsi/logos/poladistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -392618,7 +247440,6 @@ }, { "question": "Polanco I District", - "icon": "./assets/data/nsi/logos/polancoidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -392634,7 +247455,6 @@ }, { "question": "Polanco II District", - "icon": "./assets/data/nsi/logos/polancoiidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -392650,7 +247470,6 @@ }, { "question": "Polangui North District", - "icon": "./assets/data/nsi/logos/polanguinorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392666,7 +247485,6 @@ }, { "question": "Polangui South District", - "icon": "./assets/data/nsi/logos/polanguisouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -392682,7 +247500,6 @@ }, { "question": "Polillo District", - "icon": "./assets/data/nsi/logos/polillodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -392698,7 +247515,6 @@ }, { "question": "Polomolok East District", - "icon": "./assets/data/nsi/logos/polomolokeastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -392714,7 +247530,6 @@ }, { "question": "Polomolok West District", - "icon": "./assets/data/nsi/logos/polomolokwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -392747,7 +247562,6 @@ }, { "question": "Ponot District", - "icon": "./assets/data/nsi/logos/ponotdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -392763,7 +247577,6 @@ }, { "question": "Pontevedra District", - "icon": "./assets/data/nsi/logos/pontevedradistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -392779,7 +247592,6 @@ }, { "question": "Pontevedra I District", - "icon": "./assets/data/nsi/logos/pontevedraidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -392795,7 +247607,6 @@ }, { "question": "Pontevedra II District", - "icon": "./assets/data/nsi/logos/pontevedraiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -392811,7 +247622,6 @@ }, { "question": "Poonapiagapo District", - "icon": "./assets/data/nsi/logos/poonapiagapodistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -392827,7 +247637,6 @@ }, { "question": "Porac West District", - "icon": "./assets/data/nsi/logos/poracwestdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -392843,7 +247652,6 @@ }, { "question": "Poro District", - "icon": "./assets/data/nsi/logos/porodistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -392960,7 +247768,6 @@ }, { "question": "Portsmouth City Council", - "icon": "./assets/data/nsi/logos/portsmouthcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -392976,7 +247783,6 @@ }, { "question": "Pototan I District", - "icon": "./assets/data/nsi/logos/pototanidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -392992,7 +247798,6 @@ }, { "question": "Pototan II District", - "icon": "./assets/data/nsi/logos/pototaniidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -393168,7 +247973,6 @@ }, { "question": "Powys County Council", - "icon": "./assets/data/nsi/logos/powyscountycouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -393184,7 +247988,6 @@ }, { "question": "Pozorrubio I District", - "icon": "./assets/data/nsi/logos/pozorrubioidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -393200,7 +248003,6 @@ }, { "question": "Pozorrubio II District", - "icon": "./assets/data/nsi/logos/pozorrubioiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -393232,7 +248034,6 @@ }, { "question": "Praga-Południe", - "icon": "./assets/data/nsi/logos/pragapoludnie-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -393248,7 +248049,6 @@ }, { "question": "Prairie Spirit School Division", - "icon": "./assets/data/nsi/logos/prairiespiritschooldivision-c9fb3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -393279,7 +248079,6 @@ }, { "question": "Prefeitura de Jaboatão dos Guararapes", - "icon": "./assets/data/nsi/logos/prefeituradejaboataodosguararapes-bf7784.undefined", "osmTags": { "and": [ "amenity=school", @@ -393311,7 +248110,6 @@ }, { "question": "Prefeitura de Pinhais", - "icon": "./assets/data/nsi/logos/prefeituradepinhais-6a2dca.undefined", "osmTags": { "and": [ "amenity=school", @@ -393375,7 +248173,6 @@ }, { "question": "Prefeitura Municipal de Blumenau", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldeblumenau-6a2dca.undefined", "osmTags": { "and": [ "amenity=school", @@ -393503,7 +248300,6 @@ }, { "question": "Prefeitura Municipal de Santo André", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldesantoandre-5e2aa2.undefined", "osmTags": { "and": [ "amenity=school", @@ -393568,7 +248364,6 @@ }, { "question": "Prefeitura Municipal de Sorriso", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldesorriso-f783b1.undefined", "osmTags": { "and": [ "amenity=school", @@ -393584,7 +248379,6 @@ }, { "question": "Prefeitura Municipal de Vila Velha", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldevilavelha-9f878e.undefined", "osmTags": { "and": [ "amenity=school", @@ -393601,7 +248395,6 @@ }, { "question": "President C. P. Garcia District", - "icon": "./assets/data/nsi/logos/presidentcpgarciadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -393617,7 +248410,6 @@ }, { "question": "President Quirino North District", - "icon": "./assets/data/nsi/logos/presidentquirinonorthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -393633,7 +248425,6 @@ }, { "question": "President Roxas District", - "icon": "./assets/data/nsi/logos/presidentroxasdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -393649,7 +248440,6 @@ }, { "question": "President Roxas North District", - "icon": "./assets/data/nsi/logos/presidentroxasnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -393665,7 +248455,6 @@ }, { "question": "President Roxas South District", - "icon": "./assets/data/nsi/logos/presidentroxassouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -393681,7 +248470,6 @@ }, { "question": "Prieto Diaz District", - "icon": "./assets/data/nsi/logos/prietodiazdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -393697,7 +248485,6 @@ }, { "question": "Prizma vzw", - "icon": "./assets/data/nsi/logos/prizmavzw-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -393712,7 +248499,6 @@ }, { "question": "Prodas", - "icon": "./assets/data/nsi/logos/prodas-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -393727,7 +248513,6 @@ }, { "question": "PROOLeiden-Leiderdorp", - "icon": "./assets/data/nsi/logos/prooleidenleiderdorp-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -393742,7 +248527,6 @@ }, { "question": "Prosperidad I District", - "icon": "./assets/data/nsi/logos/prosperidadidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393758,7 +248542,6 @@ }, { "question": "Prosperidad II District", - "icon": "./assets/data/nsi/logos/prosperidadiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393774,7 +248557,6 @@ }, { "question": "Prosperidad III District", - "icon": "./assets/data/nsi/logos/prosperidadiiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393790,7 +248572,6 @@ }, { "question": "Prosperidad IV District", - "icon": "./assets/data/nsi/logos/prosperidadivdistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393806,7 +248587,6 @@ }, { "question": "Public Schools Branch", - "icon": "./assets/data/nsi/logos/publicschoolsbranch-17cec2.undefined", "osmTags": { "and": [ "amenity=school", @@ -393823,7 +248603,6 @@ }, { "question": "Pudtol District", - "icon": "./assets/data/nsi/logos/pudtoldistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -393839,7 +248618,6 @@ }, { "question": "Puerto Galera District", - "icon": "./assets/data/nsi/logos/puertogaleradistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -393855,7 +248633,6 @@ }, { "question": "Puerto Princesa I District", - "icon": "./assets/data/nsi/logos/puertoprincesaidistrict-7c1f0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -393871,7 +248648,6 @@ }, { "question": "Puerto Princesa II District", - "icon": "./assets/data/nsi/logos/puertoprincesaiidistrict-7c1f0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -393887,7 +248663,6 @@ }, { "question": "Puerto Princesa III District", - "icon": "./assets/data/nsi/logos/puertoprincesaiiidistrict-7c1f0d.undefined", "osmTags": { "and": [ "amenity=school", @@ -393903,7 +248678,6 @@ }, { "question": "Pugo District", - "icon": "./assets/data/nsi/logos/pugodistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393919,7 +248693,6 @@ }, { "question": "Pulilan District", - "icon": "./assets/data/nsi/logos/pulilandistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -393935,7 +248708,6 @@ }, { "question": "Pura District", - "icon": "./assets/data/nsi/logos/puradistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -393951,7 +248723,6 @@ }, { "question": "Putik District", - "icon": "./assets/data/nsi/logos/putikdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -393984,7 +248755,6 @@ }, { "question": "Qaraqalpaqstan Respublikası mektepke shekemgi hám mektep bilimlendiriw ministrligi", - "icon": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasimektepkeshekemgihammektepbilimlendiriwministrligi-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -393999,7 +248769,6 @@ }, { "question": "QliQ", - "icon": "./assets/data/nsi/logos/qliq-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -394014,7 +248783,6 @@ }, { "question": "QRXBM", - "icon": "./assets/data/nsi/logos/qaraqalpaqstanrespublikasixaliqbilimlendiriwministri-934493.undefined", "osmTags": { "and": [ "amenity=school", @@ -394049,7 +248817,6 @@ }, { "question": "Quezon District (Isabela)", - "icon": "./assets/data/nsi/logos/quezondistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394065,7 +248832,6 @@ }, { "question": "Quezon District (Nueva Ecija)", - "icon": "./assets/data/nsi/logos/quezondistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -394081,7 +248847,6 @@ }, { "question": "Quezon District (Nueva Vizcaya)", - "icon": "./assets/data/nsi/logos/quezondistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -394097,7 +248862,6 @@ }, { "question": "Quezon District (Quezon)", - "icon": "./assets/data/nsi/logos/quezondistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -394113,7 +248877,6 @@ }, { "question": "Quezon I District", - "icon": "./assets/data/nsi/logos/quezonidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -394129,7 +248892,6 @@ }, { "question": "Quezon II District", - "icon": "./assets/data/nsi/logos/quezoniidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -394145,7 +248907,6 @@ }, { "question": "Quezon North District", - "icon": "./assets/data/nsi/logos/quezonnorthdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -394161,7 +248922,6 @@ }, { "question": "Quezon South District", - "icon": "./assets/data/nsi/logos/quezonsouthdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -394177,7 +248937,6 @@ }, { "question": "Quinapundan District", - "icon": "./assets/data/nsi/logos/quinapundandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -394193,7 +248952,6 @@ }, { "question": "Quirino District", - "icon": "./assets/data/nsi/logos/quirinodistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394209,7 +248967,6 @@ }, { "question": "R.T. Lim District", - "icon": "./assets/data/nsi/logos/rtlimdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -394242,7 +248999,6 @@ }, { "question": "Ragay District", - "icon": "./assets/data/nsi/logos/ragaydistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -394275,7 +249031,6 @@ }, { "question": "Rainy River District School Board", - "icon": "./assets/data/nsi/logos/rainyriverdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -394292,7 +249047,6 @@ }, { "question": "Ramon District", - "icon": "./assets/data/nsi/logos/ramondistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394308,7 +249062,6 @@ }, { "question": "Ramon Magsaysay District", - "icon": "./assets/data/nsi/logos/ramonmagsaysaydistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -394341,7 +249094,6 @@ }, { "question": "Rapu-Rapu East District", - "icon": "./assets/data/nsi/logos/rapurapueastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -394357,7 +249109,6 @@ }, { "question": "Rapu-Rapu West District", - "icon": "./assets/data/nsi/logos/rapurapuwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -394373,7 +249124,6 @@ }, { "question": "RBOB De Kempen", - "icon": "./assets/data/nsi/logos/rbobdekempen-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -394388,7 +249138,6 @@ }, { "question": "Reach South Academy Trust", - "icon": "./assets/data/nsi/logos/reachsouthacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -394420,7 +249169,6 @@ }, { "question": "Reading Borough Council", - "icon": "./assets/data/nsi/logos/readingboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -394453,7 +249201,6 @@ }, { "question": "Real District", - "icon": "./assets/data/nsi/logos/realdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -394502,7 +249249,6 @@ }, { "question": "Redhill Academy Trust", - "icon": "./assets/data/nsi/logos/redhillacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -394518,7 +249264,6 @@ }, { "question": "Redmond School District", - "icon": "./assets/data/nsi/logos/redmondschooldistrict-330cad.undefined", "osmTags": { "and": [ "amenity=school", @@ -394552,7 +249297,6 @@ }, { "question": "Région Grand Est", - "icon": "./assets/data/nsi/logos/regiongrandest-031a7f.undefined", "osmTags": { "and": [ "amenity=school", @@ -394568,7 +249312,6 @@ }, { "question": "Région Normandie", - "icon": "./assets/data/nsi/logos/regionnormandie-818054.undefined", "osmTags": { "and": [ "amenity=school", @@ -394600,7 +249343,6 @@ }, { "question": "Reina Mercedes District", - "icon": "./assets/data/nsi/logos/reinamercedesdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394616,7 +249358,6 @@ }, { "question": "Renfrew County Catholic District School Board", - "icon": "./assets/data/nsi/logos/renfrewcountycatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -394633,7 +249374,6 @@ }, { "question": "Renfrew County District School Board", - "icon": "./assets/data/nsi/logos/renfrewcountydistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -394650,7 +249390,6 @@ }, { "question": "Renfrewshire Council", - "icon": "./assets/data/nsi/logos/renfrewshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -394683,7 +249422,6 @@ }, { "question": "Reynolds School District (Oregon)", - "icon": "./assets/data/nsi/logos/reynoldsschooldistrict-330cad.undefined", "osmTags": { "and": [ "amenity=school", @@ -394700,7 +249438,6 @@ }, { "question": "Reynolds School District (Pennsylvania)", - "icon": "./assets/data/nsi/logos/reynoldsschooldistrict-664aaf.undefined", "osmTags": { "and": [ "amenity=school", @@ -394717,7 +249454,6 @@ }, { "question": "Rhondda Cynon Taf County Borough Council", - "icon": "./assets/data/nsi/logos/rhonddacynontafcountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -394783,7 +249519,6 @@ }, { "question": "Richmond Public Schools", - "icon": "./assets/data/nsi/logos/richmondpublicschools-3cf7e1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394831,7 +249566,6 @@ }, { "question": "Rise Multi Academy Trust", - "icon": "./assets/data/nsi/logos/risemultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -394847,7 +249581,6 @@ }, { "question": "River Learning Trust", - "icon": "./assets/data/nsi/logos/riverlearningtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -394863,7 +249596,6 @@ }, { "question": "Rizal District (Cagayan)", - "icon": "./assets/data/nsi/logos/rizaldistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -394879,7 +249611,6 @@ }, { "question": "Rizal District (Dinagat Islands)", - "icon": "./assets/data/nsi/logos/rizaldistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -394895,7 +249626,6 @@ }, { "question": "Rizal District (Kalinga)", - "icon": "./assets/data/nsi/logos/rizaldistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -394911,7 +249641,6 @@ }, { "question": "Rizal District (Nueva Ecija)", - "icon": "./assets/data/nsi/logos/rizaldistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -394927,7 +249656,6 @@ }, { "question": "Rizal District (Occidental Mindoro)", - "icon": "./assets/data/nsi/logos/rizaldistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -394943,7 +249671,6 @@ }, { "question": "Rizal District (Palawan)", - "icon": "./assets/data/nsi/logos/rizaldistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -394959,7 +249686,6 @@ }, { "question": "Rizal District (Zamboanga del Norte)", - "icon": "./assets/data/nsi/logos/rizaldistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -394975,7 +249701,6 @@ }, { "question": "Rizal II District", - "icon": "./assets/data/nsi/logos/rizaliidistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -395007,7 +249732,6 @@ }, { "question": "Rochdale Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/rochdalemetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -395057,7 +249781,6 @@ }, { "question": "Rockwall ISD", - "icon": "./assets/data/nsi/logos/rockwallisd-d19570.undefined", "osmTags": { "and": [ "amenity=school", @@ -395073,7 +249796,6 @@ }, { "question": "Rockwood School District", - "icon": "./assets/data/nsi/logos/rockwoodschooldistrict-9c7c62.undefined", "osmTags": { "and": [ "amenity=school", @@ -395089,7 +249811,6 @@ }, { "question": "Rodriguez I District", - "icon": "./assets/data/nsi/logos/rodriguezidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -395105,7 +249826,6 @@ }, { "question": "Rodriguez II District", - "icon": "./assets/data/nsi/logos/rodrigueziidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -395121,7 +249841,6 @@ }, { "question": "Rogaland fylkeskommune", - "icon": "./assets/data/nsi/logos/rogalandfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -395153,7 +249872,6 @@ }, { "question": "Romblon District", - "icon": "./assets/data/nsi/logos/romblondistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -395169,7 +249887,6 @@ }, { "question": "Romero Catholic Academy Trust", - "icon": "./assets/data/nsi/logos/romerocatholicacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -395185,7 +249902,6 @@ }, { "question": "Ronda District", - "icon": "./assets/data/nsi/logos/rondadistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -395201,7 +249917,6 @@ }, { "question": "Rosales I District", - "icon": "./assets/data/nsi/logos/rosalesidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -395217,7 +249932,6 @@ }, { "question": "Rosales II District", - "icon": "./assets/data/nsi/logos/rosalesiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -395233,7 +249947,6 @@ }, { "question": "Rosario District (La Union)", - "icon": "./assets/data/nsi/logos/rosariodistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -395249,7 +249962,6 @@ }, { "question": "Rosario District (Northern Samar)", - "icon": "./assets/data/nsi/logos/rosariodistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -395265,7 +249977,6 @@ }, { "question": "Rosario East District", - "icon": "./assets/data/nsi/logos/rosarioeastdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -395281,7 +249992,6 @@ }, { "question": "Rosario I District", - "icon": "./assets/data/nsi/logos/rosarioidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -395297,7 +250007,6 @@ }, { "question": "Rosario West District", - "icon": "./assets/data/nsi/logos/rosariowestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -395313,7 +250022,6 @@ }, { "question": "Roseville City School District", - "icon": "./assets/data/nsi/logos/rosevillecityschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -395329,7 +250037,6 @@ }, { "question": "Rotherham Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/rotherhammetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -395379,7 +250086,6 @@ }, { "question": "Roxas Central District", - "icon": "./assets/data/nsi/logos/roxascentraldistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -395395,7 +250101,6 @@ }, { "question": "Roxas District (Isabela)", - "icon": "./assets/data/nsi/logos/roxasdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -395411,7 +250116,6 @@ }, { "question": "Roxas District (Oriental Mindoro)", - "icon": "./assets/data/nsi/logos/roxasdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -395427,7 +250131,6 @@ }, { "question": "Roxas I District", - "icon": "./assets/data/nsi/logos/roxasidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -395443,7 +250146,6 @@ }, { "question": "Roxas II District", - "icon": "./assets/data/nsi/logos/roxasiidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -395459,7 +250161,6 @@ }, { "question": "Roxas North District", - "icon": "./assets/data/nsi/logos/roxasnorthdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -395475,7 +250176,6 @@ }, { "question": "Roxas South District", - "icon": "./assets/data/nsi/logos/roxassouthdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -395539,7 +250239,6 @@ }, { "question": "RU-VGG-2-23", - "icon": "./assets/data/nsi/logos/ruvgg223-270efc.undefined", "osmTags": { "and": [ "amenity=school", @@ -395570,7 +250269,6 @@ }, { "question": "Sabangan District", - "icon": "./assets/data/nsi/logos/sabangandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -395586,7 +250284,6 @@ }, { "question": "Sablan District", - "icon": "./assets/data/nsi/logos/sablandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -395602,7 +250299,6 @@ }, { "question": "Sablayan North District", - "icon": "./assets/data/nsi/logos/sablayannorthdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -395618,7 +250314,6 @@ }, { "question": "Sablayan South District", - "icon": "./assets/data/nsi/logos/sablayansouthdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -395634,7 +250329,6 @@ }, { "question": "Sachem Central School District", - "icon": "./assets/data/nsi/logos/sachemcentralschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -395667,7 +250361,6 @@ }, { "question": "Sagada District", - "icon": "./assets/data/nsi/logos/sagadadistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -395683,7 +250376,6 @@ }, { "question": "Sagbayan District", - "icon": "./assets/data/nsi/logos/sagbayandistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -395699,7 +250391,6 @@ }, { "question": "Sagñay District", - "icon": "./assets/data/nsi/logos/sagnaydistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -395749,7 +250440,6 @@ }, { "question": "Salay District", - "icon": "./assets/data/nsi/logos/salaydistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -395765,7 +250455,6 @@ }, { "question": "Salcedo I District", - "icon": "./assets/data/nsi/logos/salcedoidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -395781,7 +250470,6 @@ }, { "question": "Salcedo II District", - "icon": "./assets/data/nsi/logos/salcedoiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -395797,7 +250485,6 @@ }, { "question": "Salcedo-Galimuyod-Sigay-Del Pilar District", - "icon": "./assets/data/nsi/logos/salcedogalimuyodsigaydelpilardistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -395846,7 +250533,6 @@ }, { "question": "Salina Shahi", - "icon": "./assets/data/nsi/logos/salinashahi-21f905.undefined", "osmTags": { "and": [ "amenity=school", @@ -395861,7 +250547,6 @@ }, { "question": "Salinas City Elementary School District", - "icon": "./assets/data/nsi/logos/salinascityelementaryschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -395877,7 +250562,6 @@ }, { "question": "Sallapadan District", - "icon": "./assets/data/nsi/logos/sallapadandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -395893,7 +250577,6 @@ }, { "question": "SALTO", - "icon": "./assets/data/nsi/logos/salto-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -395908,7 +250591,6 @@ }, { "question": "Salug I District", - "icon": "./assets/data/nsi/logos/salugidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -395924,7 +250606,6 @@ }, { "question": "Salug II District", - "icon": "./assets/data/nsi/logos/salugiidistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -395940,7 +250621,6 @@ }, { "question": "Salvador Benedicto District", - "icon": "./assets/data/nsi/logos/salvadorbenedictodistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -395956,7 +250636,6 @@ }, { "question": "Salvador District", - "icon": "./assets/data/nsi/logos/salvadordistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -395972,7 +250651,6 @@ }, { "question": "Samal District (Bataan)", - "icon": "./assets/data/nsi/logos/samaldistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -395988,7 +250666,6 @@ }, { "question": "Samal District (Island Garden City of Samal)", - "icon": "./assets/data/nsi/logos/samaldistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396004,7 +250681,6 @@ }, { "question": "Samboan District", - "icon": "./assets/data/nsi/logos/samboandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -396020,7 +250696,6 @@ }, { "question": "San Agustin District (Isabela)", - "icon": "./assets/data/nsi/logos/sanagustindistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -396036,7 +250711,6 @@ }, { "question": "San Agustin District (Surigao del Sur)", - "icon": "./assets/data/nsi/logos/sanagustindistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -396052,7 +250726,6 @@ }, { "question": "San Agustin-Calatrava District", - "icon": "./assets/data/nsi/logos/sanagustincalatravadistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -396068,7 +250741,6 @@ }, { "question": "San Andres District (Quezon)", - "icon": "./assets/data/nsi/logos/sanandresdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396084,7 +250756,6 @@ }, { "question": "San Andres District (Romblon)", - "icon": "./assets/data/nsi/logos/sanandresdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -396100,7 +250771,6 @@ }, { "question": "San Andres East District", - "icon": "./assets/data/nsi/logos/sanandreseastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -396116,7 +250786,6 @@ }, { "question": "San Andres West District", - "icon": "./assets/data/nsi/logos/sanandreswestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -396132,7 +250801,6 @@ }, { "question": "San Antonio District (City of Ilagan)", - "icon": "./assets/data/nsi/logos/sanantoniodistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -396148,7 +250816,6 @@ }, { "question": "San Antonio District (Nueva Ecija)", - "icon": "./assets/data/nsi/logos/sanantoniodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -396164,7 +250831,6 @@ }, { "question": "San Antonio District (Quezon)", - "icon": "./assets/data/nsi/logos/sanantoniodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396180,7 +250846,6 @@ }, { "question": "San Antonio District (Zambales)", - "icon": "./assets/data/nsi/logos/sanantoniodistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -396230,7 +250895,6 @@ }, { "question": "San Bernardino County Superintendent of Schools", - "icon": "./assets/data/nsi/logos/sanbernardinocountysuperintendentofschools-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -396245,7 +250909,6 @@ }, { "question": "San Clemente District", - "icon": "./assets/data/nsi/logos/sanclementedistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396277,7 +250940,6 @@ }, { "question": "San Dionisio District", - "icon": "./assets/data/nsi/logos/sandionisiodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -396293,7 +250955,6 @@ }, { "question": "San Enrique District", - "icon": "./assets/data/nsi/logos/sanenriquedistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -396309,7 +250970,6 @@ }, { "question": "San Fabian I District", - "icon": "./assets/data/nsi/logos/sanfabianidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -396325,7 +250985,6 @@ }, { "question": "San Fabian II District", - "icon": "./assets/data/nsi/logos/sanfabianiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -396358,7 +251017,6 @@ }, { "question": "San Felipe District", - "icon": "./assets/data/nsi/logos/sanfelipedistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -396374,7 +251032,6 @@ }, { "question": "San Fernando District (Camarines Sur)", - "icon": "./assets/data/nsi/logos/sanfernandodistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -396390,7 +251047,6 @@ }, { "question": "San Fernando District (Cebu)", - "icon": "./assets/data/nsi/logos/sanfernandodistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -396406,7 +251062,6 @@ }, { "question": "San Fernando District (Masbate)", - "icon": "./assets/data/nsi/logos/sanfernandodistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -396422,7 +251077,6 @@ }, { "question": "San Fernando District (Romblon)", - "icon": "./assets/data/nsi/logos/sanfernandodistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -396438,7 +251092,6 @@ }, { "question": "San Fernando East District", - "icon": "./assets/data/nsi/logos/sanfernandoeastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396454,7 +251107,6 @@ }, { "question": "San Fernando I District (Bukidnon)", - "icon": "./assets/data/nsi/logos/sanfernandoidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -396470,7 +251122,6 @@ }, { "question": "San Fernando I District (San Fernando City)", - "icon": "./assets/data/nsi/logos/sanfernandoidistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396486,7 +251137,6 @@ }, { "question": "San Fernando II District", - "icon": "./assets/data/nsi/logos/sanfernandoiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -396502,7 +251152,6 @@ }, { "question": "San Fernando North District", - "icon": "./assets/data/nsi/logos/sanfernandonorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396518,7 +251167,6 @@ }, { "question": "San Francisco District (Cebu)", - "icon": "./assets/data/nsi/logos/sanfranciscodistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -396534,7 +251182,6 @@ }, { "question": "San Francisco District (Quezon)", - "icon": "./assets/data/nsi/logos/sanfranciscodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396550,7 +251197,6 @@ }, { "question": "San Francisco District (San Pablo City)", - "icon": "./assets/data/nsi/logos/sanfranciscodistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -396566,7 +251212,6 @@ }, { "question": "San Francisco District (Southern Leyte)", - "icon": "./assets/data/nsi/logos/sanfranciscodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -396582,7 +251227,6 @@ }, { "question": "San Francisco I District", - "icon": "./assets/data/nsi/logos/sanfranciscoidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396598,7 +251242,6 @@ }, { "question": "San Francisco II District", - "icon": "./assets/data/nsi/logos/sanfranciscoiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396614,7 +251257,6 @@ }, { "question": "San Francisco III District", - "icon": "./assets/data/nsi/logos/sanfranciscoiiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396647,7 +251289,6 @@ }, { "question": "San Gabriel District", - "icon": "./assets/data/nsi/logos/sangabrieldistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396663,7 +251304,6 @@ }, { "question": "San Guillermo District", - "icon": "./assets/data/nsi/logos/sanguillermodistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -396679,7 +251319,6 @@ }, { "question": "San Ildefonso North District", - "icon": "./assets/data/nsi/logos/sanildefonsonorthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396695,7 +251334,6 @@ }, { "question": "San Ildefonso South District", - "icon": "./assets/data/nsi/logos/sanildefonsosouthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -396711,7 +251349,6 @@ }, { "question": "San Isidro District (Bohol)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -396727,7 +251364,6 @@ }, { "question": "San Isidro District (Davao del Norte)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -396743,7 +251379,6 @@ }, { "question": "San Isidro District (Leyte)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -396759,7 +251394,6 @@ }, { "question": "San Isidro District (Northern Samar)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -396775,7 +251409,6 @@ }, { "question": "San Isidro District (Nueva Ecija)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -396791,7 +251424,6 @@ }, { "question": "San Isidro District (Siargao)", - "icon": "./assets/data/nsi/logos/sanisidrodistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -396807,7 +251439,6 @@ }, { "question": "San Isidro North District", - "icon": "./assets/data/nsi/logos/sanisidronorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396823,7 +251454,6 @@ }, { "question": "San Isidro South District", - "icon": "./assets/data/nsi/logos/sanisidrosouthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -396839,7 +251469,6 @@ }, { "question": "San Jacinto District (Masbate)", - "icon": "./assets/data/nsi/logos/sanjacintodistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -396855,7 +251484,6 @@ }, { "question": "San Jacinto District (Pangasinan II)", - "icon": "./assets/data/nsi/logos/sanjacintodistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -396871,7 +251499,6 @@ }, { "question": "San Joaquin North District", - "icon": "./assets/data/nsi/logos/sanjoaquinnorthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -396887,7 +251514,6 @@ }, { "question": "San Joaquin South District", - "icon": "./assets/data/nsi/logos/sanjoaquinsouthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -396903,7 +251529,6 @@ }, { "question": "San Jorge District", - "icon": "./assets/data/nsi/logos/sanjorgedistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -396919,7 +251544,6 @@ }, { "question": "San Jose del Monte East District", - "icon": "./assets/data/nsi/logos/sanjosedelmonteeastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396935,7 +251559,6 @@ }, { "question": "San Jose del Monte West District", - "icon": "./assets/data/nsi/logos/sanjosedelmontewestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -396951,7 +251574,6 @@ }, { "question": "San Jose District (Antique)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -396967,7 +251589,6 @@ }, { "question": "San Jose District (Batangas)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -396983,7 +251604,6 @@ }, { "question": "San Jose District (Camarines Sur)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -396999,7 +251619,6 @@ }, { "question": "San Jose District (Dinagat Islands)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -397015,7 +251634,6 @@ }, { "question": "San Jose District (Negros Oriental)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -397031,7 +251649,6 @@ }, { "question": "San Jose District (Northern Samar)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -397047,7 +251664,6 @@ }, { "question": "San Jose District (Tarlac)", - "icon": "./assets/data/nsi/logos/sanjosedistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -397063,7 +251679,6 @@ }, { "question": "San Jose North District", - "icon": "./assets/data/nsi/logos/sanjosenorthdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -397079,7 +251694,6 @@ }, { "question": "San Jose South District", - "icon": "./assets/data/nsi/logos/sanjosesouthdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -397112,7 +251726,6 @@ }, { "question": "San Jose West District", - "icon": "./assets/data/nsi/logos/sanjosewestdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -397128,7 +251741,6 @@ }, { "question": "San Jose-Santa Fe District", - "icon": "./assets/data/nsi/logos/sanjosesantafedistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -397144,7 +251756,6 @@ }, { "question": "San Juan District (Abra)", - "icon": "./assets/data/nsi/logos/sanjuandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -397160,7 +251771,6 @@ }, { "question": "San Juan District (Ilocos Sur)", - "icon": "./assets/data/nsi/logos/sanjuandistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -397176,7 +251786,6 @@ }, { "question": "San Juan District (La Union)", - "icon": "./assets/data/nsi/logos/sanjuandistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397192,7 +251801,6 @@ }, { "question": "San Juan District (Siquijor)", - "icon": "./assets/data/nsi/logos/sanjuandistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -397208,7 +251816,6 @@ }, { "question": "San Juan District (Southern Leyte)", - "icon": "./assets/data/nsi/logos/sanjuandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -397224,7 +251831,6 @@ }, { "question": "San Juan East District", - "icon": "./assets/data/nsi/logos/sanjuaneastdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397257,7 +251863,6 @@ }, { "question": "San Juan West District", - "icon": "./assets/data/nsi/logos/sanjuanwestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397273,7 +251878,6 @@ }, { "question": "San Julian District", - "icon": "./assets/data/nsi/logos/sanjuliandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -397289,7 +251893,6 @@ }, { "question": "San Leonardo District", - "icon": "./assets/data/nsi/logos/sanleonardodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -397305,7 +251908,6 @@ }, { "question": "San Lorenzo District", - "icon": "./assets/data/nsi/logos/sanlorenzodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -397338,7 +251940,6 @@ }, { "question": "San Luis District (Aurora)", - "icon": "./assets/data/nsi/logos/sanluisdistrict-793d70.undefined", "osmTags": { "and": [ "amenity=school", @@ -397354,7 +251955,6 @@ }, { "question": "San Luis District (Batangas)", - "icon": "./assets/data/nsi/logos/sanluisdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397370,7 +251970,6 @@ }, { "question": "San Luis District (Pampanga)", - "icon": "./assets/data/nsi/logos/sanluisdistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -397386,7 +251985,6 @@ }, { "question": "San Luis I District", - "icon": "./assets/data/nsi/logos/sanluisidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397402,7 +252000,6 @@ }, { "question": "San Luis II District", - "icon": "./assets/data/nsi/logos/sanluisiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397418,7 +252015,6 @@ }, { "question": "San Manuel District (Isabela)", - "icon": "./assets/data/nsi/logos/sanmanueldistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397434,7 +252030,6 @@ }, { "question": "San Manuel District (Pangasinan II)", - "icon": "./assets/data/nsi/logos/sanmanueldistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -397450,7 +252045,6 @@ }, { "question": "San Manuel District (Tarlac)", - "icon": "./assets/data/nsi/logos/sanmanueldistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -397466,7 +252060,6 @@ }, { "question": "San Marcelino District", - "icon": "./assets/data/nsi/logos/sanmarcelinodistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -397482,7 +252075,6 @@ }, { "question": "San Mariano District", - "icon": "./assets/data/nsi/logos/sanmarianodistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397498,7 +252090,6 @@ }, { "question": "San Mariano II District", - "icon": "./assets/data/nsi/logos/sanmarianoiidistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397514,7 +252105,6 @@ }, { "question": "San Mateo District", - "icon": "./assets/data/nsi/logos/sanmateodistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397530,7 +252120,6 @@ }, { "question": "San Mateo North District", - "icon": "./assets/data/nsi/logos/sanmateonorthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397546,7 +252135,6 @@ }, { "question": "San Mateo South District", - "icon": "./assets/data/nsi/logos/sanmateosouthdistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397562,7 +252150,6 @@ }, { "question": "San Miguel District (Bohol)", - "icon": "./assets/data/nsi/logos/sanmigueldistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -397578,7 +252165,6 @@ }, { "question": "San Miguel District (Leyte)", - "icon": "./assets/data/nsi/logos/sanmigueldistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -397594,7 +252180,6 @@ }, { "question": "San Miguel District (Zamboanga del Sur)", - "icon": "./assets/data/nsi/logos/sanmigueldistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -397610,7 +252195,6 @@ }, { "question": "San Miguel I District", - "icon": "./assets/data/nsi/logos/sanmiguelidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -397626,7 +252210,6 @@ }, { "question": "San Miguel II District", - "icon": "./assets/data/nsi/logos/sanmigueliidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -397642,7 +252225,6 @@ }, { "question": "San Miguel North District (Bulacan)", - "icon": "./assets/data/nsi/logos/sanmiguelnorthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397658,7 +252240,6 @@ }, { "question": "San Miguel North District (Catanduanes)", - "icon": "./assets/data/nsi/logos/sanmiguelnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -397674,7 +252255,6 @@ }, { "question": "San Miguel South District", - "icon": "./assets/data/nsi/logos/sanmiguelsouthdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397690,7 +252270,6 @@ }, { "question": "San Narciso District (Quezon)", - "icon": "./assets/data/nsi/logos/sannarcisodistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -397706,7 +252285,6 @@ }, { "question": "San Narciso District (Zambales)", - "icon": "./assets/data/nsi/logos/sannarcisodistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -397722,7 +252300,6 @@ }, { "question": "San Nicolas District (Batangas)", - "icon": "./assets/data/nsi/logos/sannicolasdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397738,7 +252315,6 @@ }, { "question": "San Nicolas District (Ilocos Norte)", - "icon": "./assets/data/nsi/logos/sannicolasdistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -397754,7 +252330,6 @@ }, { "question": "San Nicolas I District", - "icon": "./assets/data/nsi/logos/sannicolasidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -397770,7 +252345,6 @@ }, { "question": "San Nicolas II District", - "icon": "./assets/data/nsi/logos/sannicolasiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -397786,7 +252360,6 @@ }, { "question": "San Pablo District (Isabela)", - "icon": "./assets/data/nsi/logos/sanpablodistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -397802,7 +252375,6 @@ }, { "question": "San Pablo District (Zamboanga del Sur)", - "icon": "./assets/data/nsi/logos/sanpablodistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -397818,7 +252390,6 @@ }, { "question": "San Pascual District", - "icon": "./assets/data/nsi/logos/sanpascualdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -397834,7 +252405,6 @@ }, { "question": "San Pascual North District", - "icon": "./assets/data/nsi/logos/sanpascualnorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -397850,7 +252420,6 @@ }, { "question": "San Pascual South District", - "icon": "./assets/data/nsi/logos/sanpascualsouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -397866,7 +252435,6 @@ }, { "question": "San Pedro District", - "icon": "./assets/data/nsi/logos/sanpedrodistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -397882,7 +252450,6 @@ }, { "question": "San Policarpo District", - "icon": "./assets/data/nsi/logos/sanpolicarpodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -397898,7 +252465,6 @@ }, { "question": "San Quintin District", - "icon": "./assets/data/nsi/logos/sanquintindistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -397914,7 +252480,6 @@ }, { "question": "San Rafael District (Bulacan)", - "icon": "./assets/data/nsi/logos/sanrafaeldistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -397930,7 +252495,6 @@ }, { "question": "San Rafael District (Iloilo)", - "icon": "./assets/data/nsi/logos/sanrafaeldistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -397963,7 +252527,6 @@ }, { "question": "San Remegio I District (Antique)", - "icon": "./assets/data/nsi/logos/sanremegioidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -397979,7 +252542,6 @@ }, { "question": "San Remegio I District (Cebu)", - "icon": "./assets/data/nsi/logos/sanremegioidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -397995,7 +252557,6 @@ }, { "question": "San Remegio II District (Antique)", - "icon": "./assets/data/nsi/logos/sanremegioiidistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -398011,7 +252572,6 @@ }, { "question": "San Remegio II District (Cebu)", - "icon": "./assets/data/nsi/logos/sanremegioiidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -398027,7 +252587,6 @@ }, { "question": "San Roque District", - "icon": "./assets/data/nsi/logos/sanroquedistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -398043,7 +252602,6 @@ }, { "question": "San Sebastian District", - "icon": "./assets/data/nsi/logos/sansebastiandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398059,7 +252617,6 @@ }, { "question": "San Simon District", - "icon": "./assets/data/nsi/logos/sansimondistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -398075,7 +252632,6 @@ }, { "question": "San Teodoro District", - "icon": "./assets/data/nsi/logos/santeodorodistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398091,7 +252647,6 @@ }, { "question": "San Vicente District", - "icon": "./assets/data/nsi/logos/sanvicentedistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -398107,7 +252662,6 @@ }, { "question": "Sanchez Mira District", - "icon": "./assets/data/nsi/logos/sanchezmiradistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -398155,7 +252709,6 @@ }, { "question": "Sandwell Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/sandwellmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -398171,7 +252724,6 @@ }, { "question": "Santa Ana District (Cagayan)", - "icon": "./assets/data/nsi/logos/santaanadistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -398187,7 +252739,6 @@ }, { "question": "Santa Ana District (Pampanga)", - "icon": "./assets/data/nsi/logos/santaanadistrict-b17b76.undefined", "osmTags": { "and": [ "amenity=school", @@ -398220,7 +252771,6 @@ }, { "question": "Santa Barbara District", - "icon": "./assets/data/nsi/logos/santabarbaradistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -398236,7 +252786,6 @@ }, { "question": "Santa Barbara I District", - "icon": "./assets/data/nsi/logos/santabarbaraidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -398252,7 +252801,6 @@ }, { "question": "Santa Barbara II District", - "icon": "./assets/data/nsi/logos/santabarbaraiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -398268,7 +252816,6 @@ }, { "question": "Santa Catalina North District", - "icon": "./assets/data/nsi/logos/santacatalinanorthdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -398284,7 +252831,6 @@ }, { "question": "Santa Catalina South District", - "icon": "./assets/data/nsi/logos/santacatalinasouthdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -398300,7 +252846,6 @@ }, { "question": "Santa Clara Unified School District", - "icon": "./assets/data/nsi/logos/santaclaraunifiedschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -398317,7 +252862,6 @@ }, { "question": "Santa Cruz District (Ilocos Sur)", - "icon": "./assets/data/nsi/logos/santacruzdistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398333,7 +252877,6 @@ }, { "question": "Santa Cruz District (Laguna)", - "icon": "./assets/data/nsi/logos/santacruzdistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -398349,7 +252892,6 @@ }, { "question": "Santa Cruz District (Occidental Mindoro)", - "icon": "./assets/data/nsi/logos/santacruzdistrict-8f2f95.undefined", "osmTags": { "and": [ "amenity=school", @@ -398365,7 +252907,6 @@ }, { "question": "Santa Cruz East District", - "icon": "./assets/data/nsi/logos/santacruzeastdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398381,7 +252922,6 @@ }, { "question": "Santa Cruz North District (Davao del Sur)", - "icon": "./assets/data/nsi/logos/santacruznorthdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -398397,7 +252937,6 @@ }, { "question": "Santa Cruz North District (Marinduque)", - "icon": "./assets/data/nsi/logos/santacruznorthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398413,7 +252952,6 @@ }, { "question": "Santa Cruz North District (Zambales)", - "icon": "./assets/data/nsi/logos/santacruznorthdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -398429,7 +252967,6 @@ }, { "question": "Santa Cruz South District (Marinduque)", - "icon": "./assets/data/nsi/logos/santacruzsouthdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398445,7 +252982,6 @@ }, { "question": "Santa Cruz South District (Zambales)", - "icon": "./assets/data/nsi/logos/santacruzsouthdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -398461,7 +252997,6 @@ }, { "question": "Santa District", - "icon": "./assets/data/nsi/logos/santadistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398477,7 +253012,6 @@ }, { "question": "Santa Elena District", - "icon": "./assets/data/nsi/logos/santaelenadistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -398493,7 +253027,6 @@ }, { "question": "Santa Fe District (Cebu)", - "icon": "./assets/data/nsi/logos/santafedistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -398509,7 +253042,6 @@ }, { "question": "Santa Fe District (Leyte)", - "icon": "./assets/data/nsi/logos/santafedistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -398525,7 +253057,6 @@ }, { "question": "Santa Fe District (Nueva Vizcaya)", - "icon": "./assets/data/nsi/logos/santafedistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -398541,7 +253072,6 @@ }, { "question": "Santa Fe Public Schools", - "icon": "./assets/data/nsi/logos/santafepublicschools-2a40d4.undefined", "osmTags": { "and": [ "amenity=school", @@ -398557,7 +253087,6 @@ }, { "question": "Santa Ignacia District", - "icon": "./assets/data/nsi/logos/santaignaciadistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -398573,7 +253102,6 @@ }, { "question": "Santa Josefa District", - "icon": "./assets/data/nsi/logos/santajosefadistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -398589,7 +253117,6 @@ }, { "question": "Santa Lucia District", - "icon": "./assets/data/nsi/logos/santaluciadistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398605,7 +253132,6 @@ }, { "question": "Santa Magdalena District", - "icon": "./assets/data/nsi/logos/santamagdalenadistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -398621,7 +253147,6 @@ }, { "question": "Santa Marcela District", - "icon": "./assets/data/nsi/logos/santamarceladistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -398637,7 +253162,6 @@ }, { "question": "Santa Margarita I District", - "icon": "./assets/data/nsi/logos/santamargaritaidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398653,7 +253177,6 @@ }, { "question": "Santa Margarita II District", - "icon": "./assets/data/nsi/logos/santamargaritaiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398669,7 +253192,6 @@ }, { "question": "Santa Maria District (Bulacan)", - "icon": "./assets/data/nsi/logos/santamariadistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -398685,7 +253207,6 @@ }, { "question": "Santa Maria District (Ilocos Sur)", - "icon": "./assets/data/nsi/logos/santamariadistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398701,7 +253222,6 @@ }, { "question": "Santa Maria District (Laguna)", - "icon": "./assets/data/nsi/logos/santamariadistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -398717,7 +253237,6 @@ }, { "question": "Santa Maria District (Pangasinan II)", - "icon": "./assets/data/nsi/logos/santamariadistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -398733,7 +253252,6 @@ }, { "question": "Santa Maria District (Zamboanga City)", - "icon": "./assets/data/nsi/logos/santamariadistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -398749,7 +253267,6 @@ }, { "question": "Santa Maria East District", - "icon": "./assets/data/nsi/logos/santamariaeastdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -398782,7 +253299,6 @@ }, { "question": "Santa Rita I District", - "icon": "./assets/data/nsi/logos/santaritaidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398798,7 +253314,6 @@ }, { "question": "Santa Rita II District", - "icon": "./assets/data/nsi/logos/santaritaiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398814,7 +253329,6 @@ }, { "question": "Santa Rosa District", - "icon": "./assets/data/nsi/logos/santarosadistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -398830,7 +253344,6 @@ }, { "question": "Santa Teresita District", - "icon": "./assets/data/nsi/logos/santateresitadistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -398846,7 +253359,6 @@ }, { "question": "Santiago District (Agusan del Norte)", - "icon": "./assets/data/nsi/logos/santiagodistrict-804291.undefined", "osmTags": { "and": [ "amenity=school", @@ -398862,7 +253374,6 @@ }, { "question": "Santiago District (Ilocos Sur)", - "icon": "./assets/data/nsi/logos/santiagodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398878,7 +253389,6 @@ }, { "question": "Santo Angel District", - "icon": "./assets/data/nsi/logos/santoangeldistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -398894,7 +253404,6 @@ }, { "question": "Santo Domingo District (Albay)", - "icon": "./assets/data/nsi/logos/santodomingodistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -398910,7 +253419,6 @@ }, { "question": "Santo Domingo District (Nueva Ecija)", - "icon": "./assets/data/nsi/logos/santodomingodistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -398926,7 +253434,6 @@ }, { "question": "Santo Domingo-San Ildefonso District", - "icon": "./assets/data/nsi/logos/santodomingosanildefonsodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -398942,7 +253449,6 @@ }, { "question": "Santo Nino District (Cagayan)", - "icon": "./assets/data/nsi/logos/santoninodistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -398958,7 +253464,6 @@ }, { "question": "Santo Nino District (Samar)", - "icon": "./assets/data/nsi/logos/santoninodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -398974,7 +253479,6 @@ }, { "question": "Santo Niño District (South Cotabato)", - "icon": "./assets/data/nsi/logos/santoninodistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -398990,7 +253494,6 @@ }, { "question": "Santo Tomas District", - "icon": "./assets/data/nsi/logos/santotomasdistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -399006,7 +253509,6 @@ }, { "question": "Santo Tomas East District", - "icon": "./assets/data/nsi/logos/santotomaseastdistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -399022,7 +253524,6 @@ }, { "question": "Santo Tomas North District", - "icon": "./assets/data/nsi/logos/santotomasnorthdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -399038,7 +253539,6 @@ }, { "question": "Santo Tomas South District", - "icon": "./assets/data/nsi/logos/santotomassouthdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -399054,7 +253554,6 @@ }, { "question": "Santo Tomas West District", - "icon": "./assets/data/nsi/logos/santotomaswestdistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -399070,7 +253569,6 @@ }, { "question": "Santol District", - "icon": "./assets/data/nsi/logos/santoldistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -399086,7 +253584,6 @@ }, { "question": "Sapa-Sapa I District", - "icon": "./assets/data/nsi/logos/sapasapaidistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -399102,7 +253599,6 @@ }, { "question": "Sapad - Nunungan District", - "icon": "./assets/data/nsi/logos/sapadnunungandistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -399118,7 +253614,6 @@ }, { "question": "Sapang Dalaga District", - "icon": "./assets/data/nsi/logos/sapangdalagadistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -399134,7 +253629,6 @@ }, { "question": "Sapao District", - "icon": "./assets/data/nsi/logos/sapaodistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -399150,7 +253644,6 @@ }, { "question": "Sapian District", - "icon": "./assets/data/nsi/logos/sapiandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -399166,7 +253659,6 @@ }, { "question": "Sapientia Education Trust", - "icon": "./assets/data/nsi/logos/sapientiaeducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -399182,7 +253674,6 @@ }, { "question": "SAPS ACADEMY", - "icon": "./assets/data/nsi/logos/sapsacademy-a0c43a.undefined", "osmTags": { "and": [ "amenity=school", @@ -399197,7 +253688,6 @@ }, { "question": "Sara District", - "icon": "./assets/data/nsi/logos/saradistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -399213,7 +253703,6 @@ }, { "question": "Sarangani District", - "icon": "./assets/data/nsi/logos/saranganidistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -399229,7 +253718,6 @@ }, { "question": "Sariaya West District", - "icon": "./assets/data/nsi/logos/sariayawestdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -399261,7 +253749,6 @@ }, { "question": "Sarrat District", - "icon": "./assets/data/nsi/logos/sarratdistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -399277,7 +253764,6 @@ }, { "question": "Saskatoon Public Schools", - "icon": "./assets/data/nsi/logos/saskatoonpublicschools-c9fb3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -399328,7 +253814,6 @@ }, { "question": "Scholengroep GO! Next", - "icon": "./assets/data/nsi/logos/scholengroepgonext-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -399343,7 +253828,6 @@ }, { "question": "Scholengroep Holland", - "icon": "./assets/data/nsi/logos/scholengroepholland-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -399359,7 +253843,6 @@ }, { "question": "Scholengroep Spinoza", - "icon": "./assets/data/nsi/logos/scholengroepspinoza-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -399375,7 +253858,6 @@ }, { "question": "School Board of Highlands County", - "icon": "./assets/data/nsi/logos/schoolboardofhighlandscounty-e8bc2a.undefined", "osmTags": { "and": [ "amenity=school", @@ -399408,7 +253890,6 @@ }, { "question": "School District 67 Okanagan Skaha", - "icon": "./assets/data/nsi/logos/schooldistrict67okanaganskaha-e17d3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -399424,7 +253905,6 @@ }, { "question": "School District No. 43", - "icon": "./assets/data/nsi/logos/schooldistrictno43-e17d3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -399471,7 +253951,6 @@ }, { "question": "SCO Delft e.o.", - "icon": "./assets/data/nsi/logos/scodelfteo-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -399486,7 +253965,6 @@ }, { "question": "Scottish Borders Council", - "icon": "./assets/data/nsi/logos/scottishborderscouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -399502,7 +253980,6 @@ }, { "question": "SDBE Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/sdbemultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -399535,7 +254012,6 @@ }, { "question": "Sebaste District", - "icon": "./assets/data/nsi/logos/sebastedistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -399551,7 +254027,6 @@ }, { "question": "SEC", - "icon": "./assets/data/nsi/logos/sec-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -399582,7 +254057,6 @@ }, { "question": "Secretaria da Educação do Estado do Ceará", - "icon": "./assets/data/nsi/logos/secretariadaeducacaodoestadodoceara-04d5fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -399598,7 +254072,6 @@ }, { "question": "Secretaria da Educação do Estado do Tocantins", - "icon": "./assets/data/nsi/logos/secretariadaeducacaodoestadodotocantins-50eaed.undefined", "osmTags": { "and": [ "amenity=school", @@ -399630,7 +254103,6 @@ }, { "question": "Secretaria de Educação de Uberlandia", - "icon": "./assets/data/nsi/logos/secretariadeeducacaodeuberlandia-479758.undefined", "osmTags": { "and": [ "amenity=school", @@ -399646,7 +254118,6 @@ }, { "question": "Secretaria de Educação do Estado do Rio de Janeiro", - "icon": "./assets/data/nsi/logos/secretariadeeducacaodoestadodoriodejaneiro-df8785.undefined", "osmTags": { "and": [ "amenity=school", @@ -399662,7 +254133,6 @@ }, { "question": "Secretaría de Educación", - "icon": "./assets/data/nsi/logos/secretariadeeducacion-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -399677,7 +254147,6 @@ }, { "question": "Secretaría de Educación de Bogotá", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondebogota-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -399692,7 +254161,6 @@ }, { "question": "Secretaría de Educación de Bogotá, D.C.", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondebogotadc-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -399707,7 +254175,6 @@ }, { "question": "Secretaría de Educación de Boyacá", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondeboyaca-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -399722,7 +254189,6 @@ }, { "question": "Secretaría de Educación de Soacha", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondesoacha-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -399737,7 +254203,6 @@ }, { "question": "Secretaría de Educación del Estado de México", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondelestadodemexico-784507.undefined", "osmTags": { "and": [ "amenity=school", @@ -399752,7 +254217,6 @@ }, { "question": "Secretaría de Educación del Gobierno del Estado", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondelgobiernodelestado-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -399767,7 +254231,6 @@ }, { "question": "Secretaría de Educación Pública", - "icon": "./assets/data/nsi/logos/secretariadeeducacionpublica-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -399782,7 +254245,6 @@ }, { "question": "Secretaria de Estado da Educação do Espírito Santo", - "icon": "./assets/data/nsi/logos/secretariadeestadodaeducacaodoespiritosanto-9f878e.undefined", "osmTags": { "and": [ "amenity=school", @@ -399798,7 +254260,6 @@ }, { "question": "Secretaria de Estado da Educação do Paraná", - "icon": "./assets/data/nsi/logos/secretariadeestadodaeducacaodoparana-91354a.undefined", "osmTags": { "and": [ "amenity=school", @@ -399814,7 +254275,6 @@ }, { "question": "Secretaria de Estado de Educação de Minas Gerais", - "icon": "./assets/data/nsi/logos/secretariadeestadodeeducacaodeminasgerais-479758.undefined", "osmTags": { "and": [ "amenity=school", @@ -399894,7 +254354,6 @@ }, { "question": "Secretaria Municipal de Educação de Campos dos Goytacazes", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodecamposdosgoytacazes-df8785.undefined", "osmTags": { "and": [ "amenity=school", @@ -399958,7 +254417,6 @@ }, { "question": "Secretaria Municipal de Educação de Pinhais", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodepinhais-6a2dca.undefined", "osmTags": { "and": [ "amenity=school", @@ -399974,7 +254432,6 @@ }, { "question": "Secretaria Municipal de Educação de Rio das Ostras", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoderiodasostras-df8785.undefined", "osmTags": { "and": [ "amenity=school", @@ -399990,7 +254447,6 @@ }, { "question": "Secretaria Municipal de Educação de São José dos Pinhais", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaodesaojosedospinhais-91354a.undefined", "osmTags": { "and": [ "amenity=school", @@ -400006,7 +254462,6 @@ }, { "question": "Secretaria Municipal de Educação e Cultura de Cerquilho", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoeculturadecerquilho-5e2aa2.undefined", "osmTags": { "and": [ "amenity=school", @@ -400022,7 +254477,6 @@ }, { "question": "Secretaria Municipal de Educação e Desporto (Pelotas)", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeeducacaoedesporto-ee71aa.undefined", "osmTags": { "and": [ "amenity=school", @@ -400038,7 +254492,6 @@ }, { "question": "SED Barranquilla", - "icon": "./assets/data/nsi/logos/sedbarranquilla-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -400053,7 +254506,6 @@ }, { "question": "SEDBOYACA", - "icon": "./assets/data/nsi/logos/sedboyaca-9772be.undefined", "osmTags": { "and": [ "amenity=school", @@ -400068,7 +254520,6 @@ }, { "question": "Sefton Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/seftonmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -400100,7 +254551,6 @@ }, { "question": "SEPH", - "icon": "./assets/data/nsi/logos/seph-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -400115,7 +254565,6 @@ }, { "question": "Sergio Osmeña I District", - "icon": "./assets/data/nsi/logos/sergioosmenaidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400131,7 +254580,6 @@ }, { "question": "Sergio Osmeña II District", - "icon": "./assets/data/nsi/logos/sergioosmenaiidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400147,7 +254595,6 @@ }, { "question": "Serviço Social da Indústria", - "icon": "./assets/data/nsi/logos/servicosocialdaindustria-52f4f1.undefined", "osmTags": { "and": [ "amenity=school", @@ -400163,7 +254610,6 @@ }, { "question": "Sevilla District", - "icon": "./assets/data/nsi/logos/sevilladistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -400196,7 +254642,6 @@ }, { "question": "Sheboygan Area School District", - "icon": "./assets/data/nsi/logos/sheboyganareaschooldistrict-ac5479.undefined", "osmTags": { "and": [ "amenity=school", @@ -400212,7 +254657,6 @@ }, { "question": "Sheffield City Council", - "icon": "./assets/data/nsi/logos/sheffieldcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -400228,7 +254672,6 @@ }, { "question": "Sherborne Area Schools' Trust", - "icon": "./assets/data/nsi/logos/sherborneareaschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -400245,7 +254688,6 @@ }, { "question": "Shetland Islands Council", - "icon": "./assets/data/nsi/logos/shetlandislandscouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -400294,7 +254736,6 @@ }, { "question": "Siaton East District", - "icon": "./assets/data/nsi/logos/siatoneastdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400310,7 +254751,6 @@ }, { "question": "Siaton West District", - "icon": "./assets/data/nsi/logos/siatonwestdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400326,7 +254766,6 @@ }, { "question": "Siay District", - "icon": "./assets/data/nsi/logos/siaydistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -400342,7 +254781,6 @@ }, { "question": "Siayan District", - "icon": "./assets/data/nsi/logos/siayandistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400358,7 +254796,6 @@ }, { "question": "Sibagat I District", - "icon": "./assets/data/nsi/logos/sibagatidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -400374,7 +254811,6 @@ }, { "question": "Sibagat II District", - "icon": "./assets/data/nsi/logos/sibagatiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -400390,7 +254826,6 @@ }, { "question": "Sibalom North District", - "icon": "./assets/data/nsi/logos/sibalomnorthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -400406,7 +254841,6 @@ }, { "question": "Sibalom South District", - "icon": "./assets/data/nsi/logos/sibalomsouthdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -400422,7 +254856,6 @@ }, { "question": "Sibonga District", - "icon": "./assets/data/nsi/logos/sibongadistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -400438,7 +254871,6 @@ }, { "question": "Sibuco District", - "icon": "./assets/data/nsi/logos/sibucodistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400454,7 +254886,6 @@ }, { "question": "Sibulan District", - "icon": "./assets/data/nsi/logos/sibulandistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400470,7 +254901,6 @@ }, { "question": "Sibulan II District", - "icon": "./assets/data/nsi/logos/sibulaniidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400486,7 +254916,6 @@ }, { "question": "Sibunag District", - "icon": "./assets/data/nsi/logos/sibunagdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -400502,7 +254931,6 @@ }, { "question": "Sibutad District", - "icon": "./assets/data/nsi/logos/sibutaddistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400518,7 +254946,6 @@ }, { "question": "Sierra Bullones District", - "icon": "./assets/data/nsi/logos/sierrabullonesdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -400534,7 +254961,6 @@ }, { "question": "SIF", - "icon": "./assets/data/nsi/logos/sif-d14008.undefined", "osmTags": { "and": [ "amenity=school", @@ -400549,7 +254975,6 @@ }, { "question": "Sigma District", - "icon": "./assets/data/nsi/logos/sigmadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -400565,7 +254990,6 @@ }, { "question": "Silago District", - "icon": "./assets/data/nsi/logos/silagodistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -400581,7 +255005,6 @@ }, { "question": "Silang I District", - "icon": "./assets/data/nsi/logos/silangidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -400597,7 +255020,6 @@ }, { "question": "Silang II District", - "icon": "./assets/data/nsi/logos/silangiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -400613,7 +255035,6 @@ }, { "question": "Silvino Lubos District", - "icon": "./assets/data/nsi/logos/silvinolubosdistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -400646,7 +255067,6 @@ }, { "question": "Simcoe Muskoka Catholic District School Board", - "icon": "./assets/data/nsi/logos/simcoemuskokacatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -400663,7 +255083,6 @@ }, { "question": "Simi Valley Unified School District", - "icon": "./assets/data/nsi/logos/simivalleyunifiedschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -400679,7 +255098,6 @@ }, { "question": "Sinacaban District", - "icon": "./assets/data/nsi/logos/sinacabandistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -400695,7 +255113,6 @@ }, { "question": "Sinait District", - "icon": "./assets/data/nsi/logos/sinaitdistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -400711,7 +255128,6 @@ }, { "question": "Sindangan Central District", - "icon": "./assets/data/nsi/logos/sindangancentraldistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400727,7 +255143,6 @@ }, { "question": "Sindangan North District", - "icon": "./assets/data/nsi/logos/sindangannorthdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400743,7 +255158,6 @@ }, { "question": "Sindangan South District", - "icon": "./assets/data/nsi/logos/sindangansouthdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400759,7 +255173,6 @@ }, { "question": "Siocon District", - "icon": "./assets/data/nsi/logos/siocondistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400775,7 +255188,6 @@ }, { "question": "Sipalay I District", - "icon": "./assets/data/nsi/logos/sipalayidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400791,7 +255203,6 @@ }, { "question": "Sipalay II District", - "icon": "./assets/data/nsi/logos/sipalayiidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -400807,7 +255218,6 @@ }, { "question": "Sipocot North District", - "icon": "./assets/data/nsi/logos/sipocotnorthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -400823,7 +255233,6 @@ }, { "question": "Sipocot South District", - "icon": "./assets/data/nsi/logos/sipocotsouthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -400839,7 +255248,6 @@ }, { "question": "Sirawai District", - "icon": "./assets/data/nsi/logos/sirawaidistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -400855,7 +255263,6 @@ }, { "question": "Siruma District", - "icon": "./assets/data/nsi/logos/sirumadistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -400871,7 +255278,6 @@ }, { "question": "Sison District (Pangasinan II)", - "icon": "./assets/data/nsi/logos/sisondistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -400887,7 +255293,6 @@ }, { "question": "Sison District (Surigao del Norte)", - "icon": "./assets/data/nsi/logos/sisondistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -400919,7 +255324,6 @@ }, { "question": "SKOzoK", - "icon": "./assets/data/nsi/logos/skozok-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -400935,7 +255339,6 @@ }, { "question": "SKPO", - "icon": "./assets/data/nsi/logos/skpo-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -400950,7 +255353,6 @@ }, { "question": "Slough Borough Council", - "icon": "./assets/data/nsi/logos/sloughboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -400966,7 +255368,6 @@ }, { "question": "Smithtown Central School District", - "icon": "./assets/data/nsi/logos/smithtowncentralschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -400982,7 +255383,6 @@ }, { "question": "Sn Vicente-San Lorenzo Ruiz District", - "icon": "./assets/data/nsi/logos/snvicentesanlorenzoruizdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -400998,7 +255398,6 @@ }, { "question": "Snowline Joint Unified School District", - "icon": "./assets/data/nsi/logos/snowlinejointunifiedschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -401014,7 +255413,6 @@ }, { "question": "Sở Giáo dục và Đào tạo Hà Nội", - "icon": "./assets/data/nsi/logos/sogiaoducvadaotaohanoi-e0e6fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -401046,7 +255444,6 @@ }, { "question": "Socorro District", - "icon": "./assets/data/nsi/logos/socorrodistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -401062,7 +255459,6 @@ }, { "question": "Socorro West District", - "icon": "./assets/data/nsi/logos/socorrowestdistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -401078,7 +255474,6 @@ }, { "question": "Sogod District", - "icon": "./assets/data/nsi/logos/sogoddistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401094,7 +255489,6 @@ }, { "question": "Sogod I District", - "icon": "./assets/data/nsi/logos/sogodidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -401110,7 +255504,6 @@ }, { "question": "Sogod II District", - "icon": "./assets/data/nsi/logos/sogodiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -401142,7 +255535,6 @@ }, { "question": "Solana North District", - "icon": "./assets/data/nsi/logos/solananorthdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -401158,7 +255550,6 @@ }, { "question": "Solana West Educational Zone District", - "icon": "./assets/data/nsi/logos/solanawesteducationalzonedistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -401174,7 +255565,6 @@ }, { "question": "Solano I District", - "icon": "./assets/data/nsi/logos/solanoidistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -401190,7 +255580,6 @@ }, { "question": "Solano II District", - "icon": "./assets/data/nsi/logos/solanoiidistrict-4b8703.undefined", "osmTags": { "and": [ "amenity=school", @@ -401206,7 +255595,6 @@ }, { "question": "Solihull Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/solihullmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401222,7 +255610,6 @@ }, { "question": "Solsona District", - "icon": "./assets/data/nsi/logos/solsonadistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -401254,7 +255641,6 @@ }, { "question": "Sominot District", - "icon": "./assets/data/nsi/logos/sominotdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -401270,7 +255656,6 @@ }, { "question": "Sorsogon East District", - "icon": "./assets/data/nsi/logos/sorsogoneastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -401286,7 +255671,6 @@ }, { "question": "Sorsogon West District", - "icon": "./assets/data/nsi/logos/sorsogonwestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -401302,7 +255686,6 @@ }, { "question": "South Ayrshire Council", - "icon": "./assets/data/nsi/logos/southayrshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401318,7 +255701,6 @@ }, { "question": "South Bay Union School District", - "icon": "./assets/data/nsi/logos/southbayunionschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -401333,7 +255715,6 @@ }, { "question": "South Brooke's Point District", - "icon": "./assets/data/nsi/logos/southbrookespointdistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -401349,7 +255730,6 @@ }, { "question": "South Butuan District II", - "icon": "./assets/data/nsi/logos/southbutuandistrictii-354e76.undefined", "osmTags": { "and": [ "amenity=school", @@ -401365,7 +255745,6 @@ }, { "question": "South District (Bais City)", - "icon": "./assets/data/nsi/logos/southdistrict-817304.undefined", "osmTags": { "and": [ "amenity=school", @@ -401381,7 +255760,6 @@ }, { "question": "South District (Batangas City)", - "icon": "./assets/data/nsi/logos/southdistrict-1a45a4.undefined", "osmTags": { "and": [ "amenity=school", @@ -401397,7 +255775,6 @@ }, { "question": "South District (Cabanatuan City)", - "icon": "./assets/data/nsi/logos/southdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401413,7 +255790,6 @@ }, { "question": "South District (City of Ilagan)", - "icon": "./assets/data/nsi/logos/southdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -401429,7 +255805,6 @@ }, { "question": "South District (Danao City)", - "icon": "./assets/data/nsi/logos/southdistrict-56e58f.undefined", "osmTags": { "and": [ "amenity=school", @@ -401445,7 +255820,6 @@ }, { "question": "South District (Dipolog City)", - "icon": "./assets/data/nsi/logos/southdistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -401461,7 +255835,6 @@ }, { "question": "South District (Gingoog City)", - "icon": "./assets/data/nsi/logos/southdistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -401477,7 +255850,6 @@ }, { "question": "South District (Lapu-Lapu City)", - "icon": "./assets/data/nsi/logos/southdistrict-3562b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401493,7 +255865,6 @@ }, { "question": "South District (Lipa City)", - "icon": "./assets/data/nsi/logos/southdistrict-a8ec43.undefined", "osmTags": { "and": [ "amenity=school", @@ -401509,7 +255880,6 @@ }, { "question": "South District (Malaybalay City)", - "icon": "./assets/data/nsi/logos/southdistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -401525,7 +255895,6 @@ }, { "question": "South District (Malolos City)", - "icon": "./assets/data/nsi/logos/southdistrict-08cb8f.undefined", "osmTags": { "and": [ "amenity=school", @@ -401541,7 +255910,6 @@ }, { "question": "South District (Pagadian City)", - "icon": "./assets/data/nsi/logos/southdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -401557,7 +255925,6 @@ }, { "question": "South District (Tagum City)", - "icon": "./assets/data/nsi/logos/southdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -401573,7 +255940,6 @@ }, { "question": "South District (Toledo City)", - "icon": "./assets/data/nsi/logos/southdistrict-ca624c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401589,7 +255955,6 @@ }, { "question": "South East London Catholic Academy Trust (SELCAT) Limited", - "icon": "./assets/data/nsi/logos/southeastlondoncatholicacademytrustselcatlimited-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401606,7 +255971,6 @@ }, { "question": "South Glan District", - "icon": "./assets/data/nsi/logos/southglandistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -401622,7 +255986,6 @@ }, { "question": "South Gloucestershire Council", - "icon": "./assets/data/nsi/logos/southgloucestershirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401671,7 +256034,6 @@ }, { "question": "South Malungon District", - "icon": "./assets/data/nsi/logos/southmalungondistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -401687,7 +256049,6 @@ }, { "question": "South Pennine Academies", - "icon": "./assets/data/nsi/logos/southpennineacademies-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401703,7 +256064,6 @@ }, { "question": "South Tyneside Council", - "icon": "./assets/data/nsi/logos/southtynesidecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401719,7 +256079,6 @@ }, { "question": "Southampton City Council", - "icon": "./assets/data/nsi/logos/southamptoncitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401735,7 +256094,6 @@ }, { "question": "Southeast I Butuan District", - "icon": "./assets/data/nsi/logos/southeastibutuandistrict-354e76.undefined", "osmTags": { "and": [ "amenity=school", @@ -401751,7 +256109,6 @@ }, { "question": "Southend-on-Sea Borough Council", - "icon": "./assets/data/nsi/logos/southendonseaboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -401767,7 +256124,6 @@ }, { "question": "Southern Conner District", - "icon": "./assets/data/nsi/logos/southernconnerdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -401783,7 +256139,6 @@ }, { "question": "Southern Pinukpuk District", - "icon": "./assets/data/nsi/logos/southernpinukpukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -401799,7 +256154,6 @@ }, { "question": "Southern Tabuk District", - "icon": "./assets/data/nsi/logos/southerntabukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -401815,7 +256169,6 @@ }, { "question": "Southwest Alabel District", - "icon": "./assets/data/nsi/logos/southwestalabeldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -401831,7 +256184,6 @@ }, { "question": "Southwest District", - "icon": "./assets/data/nsi/logos/southwestdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -401847,7 +256199,6 @@ }, { "question": "Spaarnesant", - "icon": "./assets/data/nsi/logos/spaarnesant-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401862,7 +256213,6 @@ }, { "question": "Spectrum", - "icon": "./assets/data/nsi/logos/spectrum-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401894,7 +256244,6 @@ }, { "question": "SPOV", - "icon": "./assets/data/nsi/logos/spov-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -401943,7 +256292,6 @@ }, { "question": "Springdale Public Schools (Arkansas)", - "icon": "./assets/data/nsi/logos/springdalepublicschools-c3d23c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402062,7 +256410,6 @@ }, { "question": "Śródmieście", - "icon": "./assets/data/nsi/logos/srodmiescie-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -402078,7 +256425,6 @@ }, { "question": "St Barnabas Church of England Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stbarnabaschurchofenglandmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402095,7 +256441,6 @@ }, { "question": "St Bart's Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stbartsmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402111,7 +256456,6 @@ }, { "question": "St Chad's Academies Trust", - "icon": "./assets/data/nsi/logos/stchadsacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -402127,7 +256471,6 @@ }, { "question": "St Christopher's C of E (Primary) Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stchristopherscofeprimarymultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402143,7 +256486,6 @@ }, { "question": "St Clare Catholic Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stclarecatholicmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402159,7 +256501,6 @@ }, { "question": "St Cuthbert's Roman Catholic Academy Trust", - "icon": "./assets/data/nsi/logos/stcuthbertsromancatholicacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402175,7 +256516,6 @@ }, { "question": "St Edmundsbury and Ipswich Diocesan Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/stedmundsburyandipswichdiocesanmultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -402191,7 +256531,6 @@ }, { "question": "St Francis and St Clare Catholic Multi Academy Company", - "icon": "./assets/data/nsi/logos/stfrancisandstclarecatholicmultiacademycompany-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402207,7 +256546,6 @@ }, { "question": "St Helens Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/sthelensmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402223,7 +256561,6 @@ }, { "question": "St John the Baptist Catholic Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stjohnthebaptistcatholicmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -402239,7 +256576,6 @@ }, { "question": "St Ralph Sherwin Catholic Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stralphsherwincatholicmultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -402287,7 +256623,6 @@ }, { "question": "St. Bernard District", - "icon": "./assets/data/nsi/logos/stbernarddistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -402319,7 +256654,6 @@ }, { "question": "St. Clair Catholic District School Board", - "icon": "./assets/data/nsi/logos/stclaircatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -402672,7 +257006,6 @@ }, { "question": "Stadt Leipzig Amt für Schule", - "icon": "./assets/data/nsi/logos/stadtleipzigamtfurschule-9699d0.undefined", "osmTags": { "and": [ "amenity=school", @@ -402831,7 +257164,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-f61c06.undefined", "osmTags": { "and": [ "amenity=school", @@ -402911,7 +257243,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Glatttal", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreisglatttal-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -402926,7 +257257,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Letzi", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreisletzi-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -402941,7 +257271,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Limmattal", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreislimmattal-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -402956,7 +257285,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Schwamendingen", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreisschwamendingen-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -402971,7 +257299,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Uto", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreisuto-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -402986,7 +257313,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Waidberg", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreiswaidberg-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -403001,7 +257327,6 @@ }, { "question": "Stadt Zürich, SSD, Schulkreis Zürichberg", - "icon": "./assets/data/nsi/logos/stadtzurichssdschulkreiszurichberg-25b252.undefined", "osmTags": { "and": [ "amenity=school", @@ -403032,7 +257357,6 @@ }, { "question": "Staffordshire County Council", - "icon": "./assets/data/nsi/logos/staffordshirecountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403080,7 +257404,6 @@ }, { "question": "Stanley Learning Partnership", - "icon": "./assets/data/nsi/logos/stanleylearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403097,7 +257420,6 @@ }, { "question": "Star Academies", - "icon": "./assets/data/nsi/logos/staracademies-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403113,7 +257435,6 @@ }, { "question": "STAR Catholic Schools", - "icon": "./assets/data/nsi/logos/starcatholicschools-59fa08.undefined", "osmTags": { "and": [ "amenity=school", @@ -403129,7 +257450,6 @@ }, { "question": "Statutární město Kladno, náměstí Starosty Pavla 44, 272 52 Kladno", - "icon": "./assets/data/nsi/logos/statutarnimestokladnonamestistarostypavla4427252kladno-972665.undefined", "osmTags": { "and": [ "amenity=school", @@ -403160,7 +257480,6 @@ }, { "question": "Steel City Schools Partnership", - "icon": "./assets/data/nsi/logos/steelcityschoolspartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403193,7 +257512,6 @@ }, { "question": "STEP Academy Trust", - "icon": "./assets/data/nsi/logos/stepacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403209,7 +257527,6 @@ }, { "question": "Stg. Openbaar Basisonderwijs Duin- en Bollenstreek", - "icon": "./assets/data/nsi/logos/stgopenbaarbasisonderwijsduinenbollenstreek-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403224,7 +257541,6 @@ }, { "question": "Stichting 'Het Driespan'", - "icon": "./assets/data/nsi/logos/stichtinghetdriespan-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403239,7 +257555,6 @@ }, { "question": "Stichting Bestuur Openbaar Onderwijs Rotterdam", - "icon": "./assets/data/nsi/logos/stichtingbestuuropenbaaronderwijsrotterdam-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403255,7 +257570,6 @@ }, { "question": "Stichting Confessioneel Onderwijs Leiden", - "icon": "./assets/data/nsi/logos/stichtingconfessioneelonderwijsleiden-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403271,7 +257585,6 @@ }, { "question": "Stichting Floreer", - "icon": "./assets/data/nsi/logos/stichtingfloreer-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403286,7 +257599,6 @@ }, { "question": "Stichting Meer Primair", - "icon": "./assets/data/nsi/logos/stichtingmeerprimair-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403301,7 +257613,6 @@ }, { "question": "Stichting Obase", - "icon": "./assets/data/nsi/logos/stichtingobase-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403316,7 +257627,6 @@ }, { "question": "Stichting Prohles", - "icon": "./assets/data/nsi/logos/stichtingprohles-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403331,7 +257641,6 @@ }, { "question": "Stichting RENN4", - "icon": "./assets/data/nsi/logos/stichtingrenn4-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403346,7 +257655,6 @@ }, { "question": "Stichting Sophia Scholen", - "icon": "./assets/data/nsi/logos/stichtingsophiascholen-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403361,7 +257669,6 @@ }, { "question": "Stichting Speciaal Onderwijs Twente en Oost Gelderland", - "icon": "./assets/data/nsi/logos/stichtingspeciaalonderwijstwenteenoostgelderland-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403377,7 +257684,6 @@ }, { "question": "Stichting Twijs", - "icon": "./assets/data/nsi/logos/stichtingtwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403392,7 +257698,6 @@ }, { "question": "Stichting Vrijescholen Ithaka", - "icon": "./assets/data/nsi/logos/stichtingvrijescholenithaka-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403407,7 +257712,6 @@ }, { "question": "Stirling Council", - "icon": "./assets/data/nsi/logos/stirlingcouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -403439,7 +257743,6 @@ }, { "question": "Stockport Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/stockportmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403455,7 +257758,6 @@ }, { "question": "Stockton-on-Tees Borough Council", - "icon": "./assets/data/nsi/logos/stocktononteesboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403471,7 +257773,6 @@ }, { "question": "Stoke-on-Trent City Council", - "icon": "./assets/data/nsi/logos/stokeontrentcitycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403503,7 +257804,6 @@ }, { "question": "Stowe Valley Multi Academy Trust", - "icon": "./assets/data/nsi/logos/stowevalleymultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403535,7 +257835,6 @@ }, { "question": "Sual District", - "icon": "./assets/data/nsi/logos/sualdistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -403551,7 +257850,6 @@ }, { "question": "Subic District", - "icon": "./assets/data/nsi/logos/subicdistrict-c557fb.undefined", "osmTags": { "and": [ "amenity=school", @@ -403567,7 +257865,6 @@ }, { "question": "Subsidio Secretaria De Educacion Del Gobierno Del Estado - Asociacion Civil", - "icon": "./assets/data/nsi/logos/subsidiosecretariadeeducaciondelgobiernodelestadoasociacioncivil-422367.undefined", "osmTags": { "and": [ "amenity=school", @@ -403582,7 +257879,6 @@ }, { "question": "Sudbury Catholic District School Board", - "icon": "./assets/data/nsi/logos/sudburycatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -403599,7 +257895,6 @@ }, { "question": "Sudipen District", - "icon": "./assets/data/nsi/logos/sudipendistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -403615,7 +257910,6 @@ }, { "question": "Suffolk County Council", - "icon": "./assets/data/nsi/logos/suffolkcountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403631,7 +257925,6 @@ }, { "question": "Sugbongcogon District", - "icon": "./assets/data/nsi/logos/sugbongcogondistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -403647,7 +257940,6 @@ }, { "question": "Sulat District", - "icon": "./assets/data/nsi/logos/sulatdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -403663,7 +257955,6 @@ }, { "question": "Sulop District", - "icon": "./assets/data/nsi/logos/sulopdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -403679,7 +257970,6 @@ }, { "question": "Sultan Naga Dimaporo District", - "icon": "./assets/data/nsi/logos/sultannagadimaporodistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -403695,7 +257985,6 @@ }, { "question": "Sumilao District", - "icon": "./assets/data/nsi/logos/sumilaodistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -403711,7 +258000,6 @@ }, { "question": "Sumisip East District", - "icon": "./assets/data/nsi/logos/sumisipeastdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -403727,7 +258015,6 @@ }, { "question": "Sumisip North District", - "icon": "./assets/data/nsi/logos/sumisipnorthdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -403743,7 +258030,6 @@ }, { "question": "Sumisip South District", - "icon": "./assets/data/nsi/logos/sumisipsouthdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -403759,7 +258045,6 @@ }, { "question": "Sun Prairie Area School District", - "icon": "./assets/data/nsi/logos/sunprairieareaschooldistrict-ac5479.undefined", "osmTags": { "and": [ "amenity=school", @@ -403823,7 +258108,6 @@ }, { "question": "Superior-Greenstone District School Board", - "icon": "./assets/data/nsi/logos/superiorgreenstonedistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -403840,7 +258124,6 @@ }, { "question": "Surallah Central District", - "icon": "./assets/data/nsi/logos/surallahcentraldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -403856,7 +258139,6 @@ }, { "question": "Surallah North District", - "icon": "./assets/data/nsi/logos/surallahnorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -403872,7 +258154,6 @@ }, { "question": "Surallah South District", - "icon": "./assets/data/nsi/logos/surallahsouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -403904,7 +258185,6 @@ }, { "question": "Suyo District", - "icon": "./assets/data/nsi/logos/suyodistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -403936,7 +258216,6 @@ }, { "question": "Swindon Borough Council", - "icon": "./assets/data/nsi/logos/swindonboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403952,7 +258231,6 @@ }, { "question": "Sydney Catholic Schools", - "icon": "./assets/data/nsi/logos/sydneycatholicschools-d7e2f4.undefined", "osmTags": { "and": [ "amenity=school", @@ -403968,7 +258246,6 @@ }, { "question": "Symphony Learning Trust", - "icon": "./assets/data/nsi/logos/symphonylearningtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -403984,7 +258261,6 @@ }, { "question": "Synergy Multi Academy Trust", - "icon": "./assets/data/nsi/logos/synergymultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -404000,7 +258276,6 @@ }, { "question": "Syosset Central School District", - "icon": "./assets/data/nsi/logos/syossetcentralschooldistrict-7d0023.undefined", "osmTags": { "and": [ "amenity=school", @@ -404016,7 +258291,6 @@ }, { "question": "T ' Boli West District", - "icon": "./assets/data/nsi/logos/tboliwestdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -404032,7 +258306,6 @@ }, { "question": "T.C. MEB", - "icon": "./assets/data/nsi/logos/tcmeb-44c4b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404047,7 +258320,6 @@ }, { "question": "T.C. Millî Eğitim Bakanlığı", - "icon": "./assets/data/nsi/logos/tcmilliegitimbakanligi-44c4b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404062,7 +258334,6 @@ }, { "question": "Taal District", - "icon": "./assets/data/nsi/logos/taaldistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -404078,7 +258349,6 @@ }, { "question": "Tabaco North District", - "icon": "./assets/data/nsi/logos/tabaconorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -404094,7 +258364,6 @@ }, { "question": "Tabaco West District", - "icon": "./assets/data/nsi/logos/tabacowestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -404110,7 +258379,6 @@ }, { "question": "Tabango North District", - "icon": "./assets/data/nsi/logos/tabangonorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404126,7 +258394,6 @@ }, { "question": "Tabango South District", - "icon": "./assets/data/nsi/logos/tabangosouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404142,7 +258409,6 @@ }, { "question": "Tabina District", - "icon": "./assets/data/nsi/logos/tabinadistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -404158,7 +258424,6 @@ }, { "question": "Tabogon District", - "icon": "./assets/data/nsi/logos/tabogondistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404174,7 +258439,6 @@ }, { "question": "Tabontabon District", - "icon": "./assets/data/nsi/logos/tabontabondistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404190,7 +258454,6 @@ }, { "question": "Tabuelan District", - "icon": "./assets/data/nsi/logos/tabuelandistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404206,7 +258469,6 @@ }, { "question": "Tabuk District", - "icon": "./assets/data/nsi/logos/tabukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -404239,7 +258501,6 @@ }, { "question": "Tadian District", - "icon": "./assets/data/nsi/logos/tadiandistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -404255,7 +258516,6 @@ }, { "question": "Tadian I District", - "icon": "./assets/data/nsi/logos/tadianidistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -404271,7 +258531,6 @@ }, { "question": "Taft District", - "icon": "./assets/data/nsi/logos/taftdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -404287,7 +258546,6 @@ }, { "question": "Tagana-An District", - "icon": "./assets/data/nsi/logos/taganaandistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -404303,7 +258561,6 @@ }, { "question": "Tagapul-an District", - "icon": "./assets/data/nsi/logos/tagapulandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -404319,7 +258576,6 @@ }, { "question": "Tagaytay District", - "icon": "./assets/data/nsi/logos/tagaytaydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -404335,7 +258591,6 @@ }, { "question": "Tagbina I District", - "icon": "./assets/data/nsi/logos/tagbinaidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404351,7 +258606,6 @@ }, { "question": "Tagbina II District", - "icon": "./assets/data/nsi/logos/tagbinaiidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404367,7 +258621,6 @@ }, { "question": "Tagkawayan District", - "icon": "./assets/data/nsi/logos/tagkawayandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -404383,7 +258636,6 @@ }, { "question": "Tago I District", - "icon": "./assets/data/nsi/logos/tagoidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404399,7 +258651,6 @@ }, { "question": "Tago II District", - "icon": "./assets/data/nsi/logos/tagoiidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404415,7 +258666,6 @@ }, { "question": "Tagudin District", - "icon": "./assets/data/nsi/logos/tagudindistrict-eb7dba.undefined", "osmTags": { "and": [ "amenity=school", @@ -404431,7 +258681,6 @@ }, { "question": "Taguig District I", - "icon": "./assets/data/nsi/logos/taguigdistricti-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -404447,7 +258696,6 @@ }, { "question": "Taguig District II", - "icon": "./assets/data/nsi/logos/taguigdistrictii-c1f3a0.undefined", "osmTags": { "and": [ "amenity=school", @@ -404463,7 +258711,6 @@ }, { "question": "Talacogon East District", - "icon": "./assets/data/nsi/logos/talacogoneastdistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -404479,7 +258726,6 @@ }, { "question": "Talacogon West District", - "icon": "./assets/data/nsi/logos/talacogonwestdistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -404495,7 +258741,6 @@ }, { "question": "Talaingod District", - "icon": "./assets/data/nsi/logos/talaingoddistrict-6195b7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404511,7 +258756,6 @@ }, { "question": "Talakag I District", - "icon": "./assets/data/nsi/logos/talakagidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -404527,7 +258771,6 @@ }, { "question": "Talakag II District", - "icon": "./assets/data/nsi/logos/talakagiidistrict-975888.undefined", "osmTags": { "and": [ "amenity=school", @@ -404543,7 +258786,6 @@ }, { "question": "Talalora District", - "icon": "./assets/data/nsi/logos/talaloradistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -404559,7 +258801,6 @@ }, { "question": "Talavera North District", - "icon": "./assets/data/nsi/logos/talaveranorthdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404575,7 +258816,6 @@ }, { "question": "Talavera South District", - "icon": "./assets/data/nsi/logos/talaverasouthdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404591,7 +258831,6 @@ }, { "question": "Talibon I District", - "icon": "./assets/data/nsi/logos/talibonidistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -404607,7 +258846,6 @@ }, { "question": "Talibon II District", - "icon": "./assets/data/nsi/logos/taliboniidistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -404623,7 +258861,6 @@ }, { "question": "Talisay District (Batangas)", - "icon": "./assets/data/nsi/logos/talisaydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -404639,7 +258876,6 @@ }, { "question": "Talisay District (Camarines Norte)", - "icon": "./assets/data/nsi/logos/talisaydistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -404655,7 +258891,6 @@ }, { "question": "Talisay I District", - "icon": "./assets/data/nsi/logos/talisayidistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -404671,7 +258906,6 @@ }, { "question": "Talisayan District", - "icon": "./assets/data/nsi/logos/talisayandistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -404687,7 +258921,6 @@ }, { "question": "Talomo District", - "icon": "./assets/data/nsi/logos/talomodistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -404703,7 +258936,6 @@ }, { "question": "Talugtug District", - "icon": "./assets/data/nsi/logos/talugtugdistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -404719,7 +258951,6 @@ }, { "question": "Talusan District", - "icon": "./assets/data/nsi/logos/talusandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -404735,7 +258966,6 @@ }, { "question": "Tambulig District", - "icon": "./assets/data/nsi/logos/tambuligdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -404751,7 +258981,6 @@ }, { "question": "Tameside Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/tamesidemetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -404767,7 +258996,6 @@ }, { "question": "Tampakan District", - "icon": "./assets/data/nsi/logos/tampakandistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -404783,7 +259011,6 @@ }, { "question": "Tampereen seudun ammattiopisto", - "icon": "./assets/data/nsi/logos/tampereenseudunammattiopisto-4ccccf.undefined", "osmTags": { "and": [ "amenity=school", @@ -404798,7 +259025,6 @@ }, { "question": "Tampilisan District", - "icon": "./assets/data/nsi/logos/tampilisandistrict-9ed5a7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404814,7 +259040,6 @@ }, { "question": "Tanauan I District", - "icon": "./assets/data/nsi/logos/tanauanidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404830,7 +259055,6 @@ }, { "question": "Tanauan II District", - "icon": "./assets/data/nsi/logos/tanauaniidistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -404846,7 +259070,6 @@ }, { "question": "Tanay I District", - "icon": "./assets/data/nsi/logos/tanayidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -404862,7 +259085,6 @@ }, { "question": "Tanay II District", - "icon": "./assets/data/nsi/logos/tanayiidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -404878,7 +259100,6 @@ }, { "question": "Tandag I District", - "icon": "./assets/data/nsi/logos/tandagidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404894,7 +259115,6 @@ }, { "question": "Tandag II District", - "icon": "./assets/data/nsi/logos/tandagiidistrict-d85311.undefined", "osmTags": { "and": [ "amenity=school", @@ -404910,7 +259130,6 @@ }, { "question": "Tandubas District", - "icon": "./assets/data/nsi/logos/tandubasdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -404926,7 +259145,6 @@ }, { "question": "Tangalan District", - "icon": "./assets/data/nsi/logos/tangalandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -404942,7 +259160,6 @@ }, { "question": "Tangub Central District", - "icon": "./assets/data/nsi/logos/tangubcentraldistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -404958,7 +259175,6 @@ }, { "question": "Tangub North District", - "icon": "./assets/data/nsi/logos/tangubnorthdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -404974,7 +259190,6 @@ }, { "question": "Tangub South District", - "icon": "./assets/data/nsi/logos/tangubsouthdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -404990,7 +259205,6 @@ }, { "question": "Tangub Southwest District", - "icon": "./assets/data/nsi/logos/tangubsouthwestdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -405006,7 +259220,6 @@ }, { "question": "Tantangan District", - "icon": "./assets/data/nsi/logos/tantangandistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -405022,7 +259235,6 @@ }, { "question": "Tanza District", - "icon": "./assets/data/nsi/logos/tanzadistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -405038,7 +259250,6 @@ }, { "question": "Tapaz East District", - "icon": "./assets/data/nsi/logos/tapazeastdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -405054,7 +259265,6 @@ }, { "question": "Tapaz West District", - "icon": "./assets/data/nsi/logos/tapazwestdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -405070,7 +259280,6 @@ }, { "question": "Tarangnan District", - "icon": "./assets/data/nsi/logos/tarangnandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -405102,7 +259311,6 @@ }, { "question": "Tarlac Central District", - "icon": "./assets/data/nsi/logos/tarlaccentraldistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -405118,7 +259326,6 @@ }, { "question": "Tarlac East District", - "icon": "./assets/data/nsi/logos/tarlaceastdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -405134,7 +259341,6 @@ }, { "question": "Tarlac North District", - "icon": "./assets/data/nsi/logos/tarlacnorthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -405150,7 +259356,6 @@ }, { "question": "Tarlac South District", - "icon": "./assets/data/nsi/logos/tarlacsouthdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -405166,7 +259371,6 @@ }, { "question": "Tarlac West District", - "icon": "./assets/data/nsi/logos/tarlacwestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -405182,7 +259386,6 @@ }, { "question": "Tarragona District", - "icon": "./assets/data/nsi/logos/tarragonadistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -405198,7 +259401,6 @@ }, { "question": "Tayabas East District", - "icon": "./assets/data/nsi/logos/tayabaseastdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -405214,7 +259416,6 @@ }, { "question": "Tayabas West District", - "icon": "./assets/data/nsi/logos/tayabaswestdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -405230,7 +259431,6 @@ }, { "question": "Tayasan District", - "icon": "./assets/data/nsi/logos/tayasandistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -405263,7 +259463,6 @@ }, { "question": "Taysan District", - "icon": "./assets/data/nsi/logos/taysandistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -405279,7 +259478,6 @@ }, { "question": "Taytay I District (Palawan)", - "icon": "./assets/data/nsi/logos/taytayidistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -405295,7 +259493,6 @@ }, { "question": "Taytay I District (Rizal)", - "icon": "./assets/data/nsi/logos/taytayidistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -405311,7 +259508,6 @@ }, { "question": "Taytay II District", - "icon": "./assets/data/nsi/logos/taytayiidistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -405327,7 +259523,6 @@ }, { "question": "Taytay III District", - "icon": "./assets/data/nsi/logos/taytayiiidistrict-8f4cca.undefined", "osmTags": { "and": [ "amenity=school", @@ -405359,7 +259554,6 @@ }, { "question": "Telford & Wrekin Council", - "icon": "./assets/data/nsi/logos/telfordandwrekincouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -405392,7 +259586,6 @@ }, { "question": "The Active Learning Trust", - "icon": "./assets/data/nsi/logos/theactivelearningtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405408,7 +259601,6 @@ }, { "question": "The Arthur Terry Learning Partnership", - "icon": "./assets/data/nsi/logos/thearthurterrylearningpartnership-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405440,7 +259632,6 @@ }, { "question": "The Bath and Wells Diocesan Academies Trust", - "icon": "./assets/data/nsi/logos/thebathandwellsdiocesanacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405456,7 +259647,6 @@ }, { "question": "The Bishop Konstant Catholic Academy Trust", - "icon": "./assets/data/nsi/logos/thebishopkonstantcatholicacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405472,7 +259662,6 @@ }, { "question": "The Bishop Wheeler Catholic Academy Trust", - "icon": "./assets/data/nsi/logos/thebishopwheelercatholicacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405587,7 +259776,6 @@ }, { "question": "The Compass Partnership of Schools", - "icon": "./assets/data/nsi/logos/thecompasspartnershipofschools-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405603,7 +259791,6 @@ }, { "question": "The Constellation Trust", - "icon": "./assets/data/nsi/logos/theconstellationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405635,7 +259822,6 @@ }, { "question": "The Dean Trust", - "icon": "./assets/data/nsi/logos/thedeantrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405651,7 +259837,6 @@ }, { "question": "The Diamond Learning Partnership Trust", - "icon": "./assets/data/nsi/logos/thediamondlearningpartnershiptrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405683,7 +259868,6 @@ }, { "question": "The Diocese of Chelmsford Vine Schools Trust", - "icon": "./assets/data/nsi/logos/thedioceseofchelmsfordvineschoolstrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405715,7 +259899,6 @@ }, { "question": "The Diocese of Ely Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/thedioceseofelymultiacademytrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405732,7 +259915,6 @@ }, { "question": "The Diocese of Gloucester Academies Trust", - "icon": "./assets/data/nsi/logos/thedioceseofgloucesteracademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405749,7 +259931,6 @@ }, { "question": "The Diocese of Norwich Education and Academies Trust", - "icon": "./assets/data/nsi/logos/thedioceseofnorwicheducationandacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -405765,7 +259946,6 @@ }, { "question": "The Diocese of Norwich St Benet's Multi-Academy Trust", - "icon": "./assets/data/nsi/logos/thedioceseofnorwichstbenetsmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405781,7 +259961,6 @@ }, { "question": "The Diocese of Sheffield Academies Trust", - "icon": "./assets/data/nsi/logos/thedioceseofsheffieldacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405798,7 +259977,6 @@ }, { "question": "The Diocese of Westminster Academy Trust", - "icon": "./assets/data/nsi/logos/thedioceseofwestminsteracademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405815,7 +259993,6 @@ }, { "question": "The Diocese of Worcester Multi Academy Trust", - "icon": "./assets/data/nsi/logos/thedioceseofworcestermultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405864,7 +260041,6 @@ }, { "question": "The Fallibroome Trust", - "icon": "./assets/data/nsi/logos/thefallibroometrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405880,7 +260056,6 @@ }, { "question": "The First Federation Trust", - "icon": "./assets/data/nsi/logos/thefirstfederationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405896,7 +260071,6 @@ }, { "question": "The Good Shepherd Multi Academy Trust", - "icon": "./assets/data/nsi/logos/thegoodshepherdmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405929,7 +260103,6 @@ }, { "question": "The Gorse Academies Trust", - "icon": "./assets/data/nsi/logos/thegorseacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405945,7 +260118,6 @@ }, { "question": "The Griffin Schools Trust", - "icon": "./assets/data/nsi/logos/thegriffinschoolstrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -405961,7 +260133,6 @@ }, { "question": "The Harmony Trust Ltd", - "icon": "./assets/data/nsi/logos/theharmonytrustltd-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406010,7 +260181,6 @@ }, { "question": "The Kemnal Academies Trust", - "icon": "./assets/data/nsi/logos/thekemnalacademiestrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -406026,7 +260196,6 @@ }, { "question": "The Keys Academy Trust", - "icon": "./assets/data/nsi/logos/thekeysacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406107,7 +260276,6 @@ }, { "question": "The Partnership Trust", - "icon": "./assets/data/nsi/logos/thepartnershiptrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406140,7 +260308,6 @@ }, { "question": "The Pope Francis Catholic Multi Academy Company", - "icon": "./assets/data/nsi/logos/thepopefranciscatholicmultiacademycompany-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406172,7 +260339,6 @@ }, { "question": "The Priory Federation of Academies", - "icon": "./assets/data/nsi/logos/theprioryfederationofacademies-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406188,7 +260354,6 @@ }, { "question": "The Rainbow Multi Academy Trust", - "icon": "./assets/data/nsi/logos/therainbowmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406204,7 +260369,6 @@ }, { "question": "The Redstart Learning Partnership", - "icon": "./assets/data/nsi/logos/theredstartlearningpartnership-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406221,7 +260385,6 @@ }, { "question": "The Rivers C of E Multi Academy Trust", - "icon": "./assets/data/nsi/logos/theriverscofemultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406269,7 +260432,6 @@ }, { "question": "The Sigma Trust", - "icon": "./assets/data/nsi/logos/thesigmatrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406301,7 +260463,6 @@ }, { "question": "The Star Multi Academy Trust", - "icon": "./assets/data/nsi/logos/thestarmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406333,7 +260494,6 @@ }, { "question": "The Thinking Schools Academy Trust", - "icon": "./assets/data/nsi/logos/thethinkingschoolsacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406365,7 +260525,6 @@ }, { "question": "The White Horse Federation", - "icon": "./assets/data/nsi/logos/thewhitehorsefederation-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -406432,7 +260591,6 @@ }, { "question": "Thunder Bay Catholic District School Board", - "icon": "./assets/data/nsi/logos/thunderbaycatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -406449,7 +260607,6 @@ }, { "question": "Thurrock Council", - "icon": "./assets/data/nsi/logos/thurrockcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -406465,7 +260622,6 @@ }, { "question": "Tiaong District", - "icon": "./assets/data/nsi/logos/tiaongdistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -406481,7 +260637,6 @@ }, { "question": "Tibiao District", - "icon": "./assets/data/nsi/logos/tibiaodistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -406513,7 +260668,6 @@ }, { "question": "Tigaon District", - "icon": "./assets/data/nsi/logos/tigaondistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -406546,7 +260700,6 @@ }, { "question": "Tigbao District", - "icon": "./assets/data/nsi/logos/tigbaodistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -406562,7 +260715,6 @@ }, { "question": "Tigbauan District", - "icon": "./assets/data/nsi/logos/tigbauandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -406610,7 +260762,6 @@ }, { "question": "Tinambac North District", - "icon": "./assets/data/nsi/logos/tinambacnorthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -406626,7 +260777,6 @@ }, { "question": "Tinambac South District", - "icon": "./assets/data/nsi/logos/tinambacsouthdistrict-230b71.undefined", "osmTags": { "and": [ "amenity=school", @@ -406642,7 +260792,6 @@ }, { "question": "Tinambacan District I", - "icon": "./assets/data/nsi/logos/tinambacandistricti-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -406658,7 +260807,6 @@ }, { "question": "Tinambacan District III", - "icon": "./assets/data/nsi/logos/tinambacandistrictiii-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -406674,7 +260822,6 @@ }, { "question": "Tineg District", - "icon": "./assets/data/nsi/logos/tinegdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -406690,7 +260837,6 @@ }, { "question": "Tinglayan District", - "icon": "./assets/data/nsi/logos/tinglayandistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -406706,7 +260852,6 @@ }, { "question": "Tingloy District", - "icon": "./assets/data/nsi/logos/tingloydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -406722,7 +260867,6 @@ }, { "question": "Tinoc District", - "icon": "./assets/data/nsi/logos/tinocdistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -406738,7 +260882,6 @@ }, { "question": "Tipo-Tipo East District", - "icon": "./assets/data/nsi/logos/tipotipoeastdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -406754,7 +260897,6 @@ }, { "question": "Tipo-Tipo West District", - "icon": "./assets/data/nsi/logos/tipotipowestdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -406770,7 +260912,6 @@ }, { "question": "Titay District", - "icon": "./assets/data/nsi/logos/titaydistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -406786,7 +260927,6 @@ }, { "question": "Tiwi District", - "icon": "./assets/data/nsi/logos/tiwidistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -406802,7 +260942,6 @@ }, { "question": "Tobias Fornier District", - "icon": "./assets/data/nsi/logos/tobiasfornierdistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -406818,7 +260957,6 @@ }, { "question": "Toboso District", - "icon": "./assets/data/nsi/logos/tobosodistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -406834,7 +260972,6 @@ }, { "question": "Tolosa District", - "icon": "./assets/data/nsi/logos/tolosadistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -406850,7 +260987,6 @@ }, { "question": "Tomas Oppus District", - "icon": "./assets/data/nsi/logos/tomasoppusdistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -406866,7 +261002,6 @@ }, { "question": "Tongkil District", - "icon": "./assets/data/nsi/logos/tongkildistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -406914,7 +261049,6 @@ }, { "question": "Torfaen County Borough Council", - "icon": "./assets/data/nsi/logos/torfaencountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -406981,7 +261115,6 @@ }, { "question": "Torrijos District", - "icon": "./assets/data/nsi/logos/torrijosdistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -407047,7 +261180,6 @@ }, { "question": "Trafford Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/traffordmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -407063,7 +261195,6 @@ }, { "question": "Transform Trust", - "icon": "./assets/data/nsi/logos/transformtrust-26e9df.undefined", "osmTags": { "and": [ "amenity=school", @@ -407096,7 +261227,6 @@ }, { "question": "Trece Martirez District", - "icon": "./assets/data/nsi/logos/trecemartirezdistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -407112,7 +261242,6 @@ }, { "question": "Trento I District", - "icon": "./assets/data/nsi/logos/trentoidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407128,7 +261257,6 @@ }, { "question": "Trento II District", - "icon": "./assets/data/nsi/logos/trentoiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407144,7 +261272,6 @@ }, { "question": "Trillium Lakelands District School Board", - "icon": "./assets/data/nsi/logos/trilliumlakelandsdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -407161,7 +261288,6 @@ }, { "question": "Trinidad District", - "icon": "./assets/data/nsi/logos/trinidaddistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -407209,7 +261335,6 @@ }, { "question": "Troms og Finnmark fylkeskommune", - "icon": "./assets/data/nsi/logos/tromsogfinnmarkfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407241,7 +261366,6 @@ }, { "question": "Trøndelag fylkeskommune", - "icon": "./assets/data/nsi/logos/trondelagfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407306,7 +261430,6 @@ }, { "question": "Tuao East District", - "icon": "./assets/data/nsi/logos/tuaoeastdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -407322,7 +261445,6 @@ }, { "question": "Tuao West District", - "icon": "./assets/data/nsi/logos/tuaowestdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -407338,7 +261460,6 @@ }, { "question": "Tuba District", - "icon": "./assets/data/nsi/logos/tubadistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407354,7 +261475,6 @@ }, { "question": "Tubajon District", - "icon": "./assets/data/nsi/logos/tubajondistrict-24041d.undefined", "osmTags": { "and": [ "amenity=school", @@ -407370,7 +261490,6 @@ }, { "question": "Tubao District", - "icon": "./assets/data/nsi/logos/tubaodistrict-65a86f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407386,7 +261505,6 @@ }, { "question": "Tubigon District", - "icon": "./assets/data/nsi/logos/tubigondistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -407402,7 +261520,6 @@ }, { "question": "Tublay District", - "icon": "./assets/data/nsi/logos/tublaydistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -407418,7 +261535,6 @@ }, { "question": "Tubo District", - "icon": "./assets/data/nsi/logos/tubodistrict-ee1133.undefined", "osmTags": { "and": [ "amenity=school", @@ -407434,7 +261550,6 @@ }, { "question": "Tubod District", - "icon": "./assets/data/nsi/logos/tuboddistrict-6bb1ee.undefined", "osmTags": { "and": [ "amenity=school", @@ -407450,7 +261565,6 @@ }, { "question": "Tubod East District", - "icon": "./assets/data/nsi/logos/tubodeastdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -407466,7 +261580,6 @@ }, { "question": "Tubungan District", - "icon": "./assets/data/nsi/logos/tubungandistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -407482,7 +261595,6 @@ }, { "question": "Tuburan District", - "icon": "./assets/data/nsi/logos/tuburandistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -407498,7 +261610,6 @@ }, { "question": "Tuburan I District", - "icon": "./assets/data/nsi/logos/tuburanidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -407514,7 +261625,6 @@ }, { "question": "Tuburan II District", - "icon": "./assets/data/nsi/logos/tuburaniidistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -407530,7 +261640,6 @@ }, { "question": "Tudela District (Cebu)", - "icon": "./assets/data/nsi/logos/tudeladistrict-7153a9.undefined", "osmTags": { "and": [ "amenity=school", @@ -407546,7 +261655,6 @@ }, { "question": "Tudela District (Misamis Occidental)", - "icon": "./assets/data/nsi/logos/tudeladistrict-bf560d.undefined", "osmTags": { "and": [ "amenity=school", @@ -407562,7 +261670,6 @@ }, { "question": "Tudor Grange Academies Trust", - "icon": "./assets/data/nsi/logos/tudorgrangeacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -407578,7 +261685,6 @@ }, { "question": "Tugbok District", - "icon": "./assets/data/nsi/logos/tugbokdistrict-e7cd2b.undefined", "osmTags": { "and": [ "amenity=school", @@ -407594,7 +261700,6 @@ }, { "question": "Tukuran East District", - "icon": "./assets/data/nsi/logos/tukuraneastdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -407610,7 +261715,6 @@ }, { "question": "Tukuran West District", - "icon": "./assets/data/nsi/logos/tukuranwestdistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -407626,7 +261730,6 @@ }, { "question": "Tulare City School District", - "icon": "./assets/data/nsi/logos/tularecityschooldistrict-ff98ff.undefined", "osmTags": { "and": [ "amenity=school", @@ -407658,7 +261761,6 @@ }, { "question": "Tulunan East District", - "icon": "./assets/data/nsi/logos/tulunaneastdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -407674,7 +261776,6 @@ }, { "question": "Tulunan South District", - "icon": "./assets/data/nsi/logos/tulunansouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -407690,7 +261791,6 @@ }, { "question": "Tumauini District", - "icon": "./assets/data/nsi/logos/tumauinidistrict-7a13d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -407723,7 +261823,6 @@ }, { "question": "Tungawan District", - "icon": "./assets/data/nsi/logos/tungawandistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -407739,7 +261838,6 @@ }, { "question": "Tupi North District", - "icon": "./assets/data/nsi/logos/tupinorthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -407755,7 +261853,6 @@ }, { "question": "Tupi South District", - "icon": "./assets/data/nsi/logos/tupisouthdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -407771,7 +261868,6 @@ }, { "question": "Tuscaloosa County School System", - "icon": "./assets/data/nsi/logos/tuscaloosacountyschoolsystem-cc53cf.undefined", "osmTags": { "and": [ "amenity=school", @@ -407804,7 +261900,6 @@ }, { "question": "Tuy District", - "icon": "./assets/data/nsi/logos/tuydistrict-966867.undefined", "osmTags": { "and": [ "amenity=school", @@ -407820,7 +261915,6 @@ }, { "question": "Ubay I (Northeast) District", - "icon": "./assets/data/nsi/logos/ubayinortheastdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -407836,7 +261930,6 @@ }, { "question": "Ubay II (East) District", - "icon": "./assets/data/nsi/logos/ubayiieastdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -407852,7 +261945,6 @@ }, { "question": "Ubay III (Southwest) District", - "icon": "./assets/data/nsi/logos/ubayiiisouthwestdistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -407884,7 +261976,6 @@ }, { "question": "Umingan I District", - "icon": "./assets/data/nsi/logos/uminganidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -407900,7 +261991,6 @@ }, { "question": "Umingan II District", - "icon": "./assets/data/nsi/logos/uminganiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -407932,7 +262022,6 @@ }, { "question": "Unicoz", - "icon": "./assets/data/nsi/logos/unicoz-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -408014,7 +262103,6 @@ }, { "question": "Union County School District (Florida)", - "icon": "./assets/data/nsi/logos/unioncountyschooldistrict-e8bc2a.undefined", "osmTags": { "and": [ "amenity=school", @@ -408078,7 +262166,6 @@ }, { "question": "Union County–College Corner Joint School District", - "icon": "./assets/data/nsi/logos/unioncountycollegecornerjointschooldistrict-1cca31.undefined", "osmTags": { "and": [ "amenity=school", @@ -408094,7 +262181,6 @@ }, { "question": "Unisan District", - "icon": "./assets/data/nsi/logos/unisandistrict-1f956b.undefined", "osmTags": { "and": [ "amenity=school", @@ -408110,7 +262196,6 @@ }, { "question": "United Church", - "icon": "./assets/data/nsi/logos/unitedchurch-6ced19.undefined", "osmTags": { "and": [ "amenity=school", @@ -408141,7 +262226,6 @@ }, { "question": "Unity Education Trust", - "icon": "./assets/data/nsi/logos/unityeducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408190,7 +262274,6 @@ }, { "question": "Universitätsstadt Tübingen", - "icon": "./assets/data/nsi/logos/universitatsstadttubingen-0a18e7.undefined", "osmTags": { "and": [ "amenity=school", @@ -408222,7 +262305,6 @@ }, { "question": "University of Chichester (Multi) Academy Trust", - "icon": "./assets/data/nsi/logos/universityofchichestermultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408254,7 +262336,6 @@ }, { "question": "Upper Canada District School Board", - "icon": "./assets/data/nsi/logos/uppercanadadistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -408271,7 +262352,6 @@ }, { "question": "Upper Grand District School Board", - "icon": "./assets/data/nsi/logos/uppergranddistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -408304,7 +262384,6 @@ }, { "question": "Urbiztondo District", - "icon": "./assets/data/nsi/logos/urbiztondodistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -408320,7 +262399,6 @@ }, { "question": "Ursus", - "icon": "./assets/data/nsi/logos/ursus-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -408335,7 +262413,6 @@ }, { "question": "Ursynów", - "icon": "./assets/data/nsi/logos/ursynow-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -408350,7 +262427,6 @@ }, { "question": "Urząd Dzielnicy Bemowo M.st.warszawy", - "icon": "./assets/data/nsi/logos/urzaddzielnicybemowomstwarszawy-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -408365,7 +262441,6 @@ }, { "question": "Urząd Miasta Szczecin", - "icon": "./assets/data/nsi/logos/urzadmiastaszczecin-83282a.undefined", "osmTags": { "and": [ "amenity=school", @@ -408381,7 +262456,6 @@ }, { "question": "Uson North District", - "icon": "./assets/data/nsi/logos/usonnorthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -408397,7 +262471,6 @@ }, { "question": "Uson South District", - "icon": "./assets/data/nsi/logos/usonsouthdistrict-13aca4.undefined", "osmTags": { "and": [ "amenity=school", @@ -408429,7 +262502,6 @@ }, { "question": "Uttarakhand Government", - "icon": "./assets/data/nsi/logos/uttarakhandgovernment-224052.undefined", "osmTags": { "and": [ "amenity=school", @@ -408444,7 +262516,6 @@ }, { "question": "V District", - "icon": "./assets/data/nsi/logos/vdistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -408460,7 +262531,6 @@ }, { "question": "Valderama District", - "icon": "./assets/data/nsi/logos/valderamadistrict-b3def0.undefined", "osmTags": { "and": [ "amenity=school", @@ -408492,7 +262562,6 @@ }, { "question": "Valencia District (Bohol)", - "icon": "./assets/data/nsi/logos/valenciadistrict-604116.undefined", "osmTags": { "and": [ "amenity=school", @@ -408508,7 +262577,6 @@ }, { "question": "Valencia District (Negros Oriental)", - "icon": "./assets/data/nsi/logos/valenciadistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -408524,7 +262592,6 @@ }, { "question": "Valencia I District", - "icon": "./assets/data/nsi/logos/valenciaidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408540,7 +262607,6 @@ }, { "question": "Valencia II District", - "icon": "./assets/data/nsi/logos/valenciaiidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408556,7 +262622,6 @@ }, { "question": "Valencia III District", - "icon": "./assets/data/nsi/logos/valenciaiiidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408572,7 +262637,6 @@ }, { "question": "Valencia IV District", - "icon": "./assets/data/nsi/logos/valenciaivdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408588,7 +262652,6 @@ }, { "question": "Vallehermoso District", - "icon": "./assets/data/nsi/logos/vallehermosodistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -408654,7 +262717,6 @@ }, { "question": "Vancouver School Board", - "icon": "./assets/data/nsi/logos/vancouverschoolboard-e17d3c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408701,7 +262763,6 @@ }, { "question": "Veldvest", - "icon": "./assets/data/nsi/logos/veldvest-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -408716,7 +262777,6 @@ }, { "question": "Venn Academy Trust", - "icon": "./assets/data/nsi/logos/vennacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408732,7 +262792,6 @@ }, { "question": "Ventrus Limited", - "icon": "./assets/data/nsi/logos/ventruslimited-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408764,7 +262823,6 @@ }, { "question": "Veruela I District", - "icon": "./assets/data/nsi/logos/veruelaidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408780,7 +262838,6 @@ }, { "question": "Veruela II District", - "icon": "./assets/data/nsi/logos/veruelaiidistrict-04050f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408812,7 +262869,6 @@ }, { "question": "Vestfold og Telemark fylkeskommune", - "icon": "./assets/data/nsi/logos/vestfoldogtelemarkfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -408844,7 +262900,6 @@ }, { "question": "Victoria Academies Trust", - "icon": "./assets/data/nsi/logos/victoriaacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408860,7 +262915,6 @@ }, { "question": "Victoria District (Laguna)", - "icon": "./assets/data/nsi/logos/victoriadistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -408876,7 +262930,6 @@ }, { "question": "Victoria District (Northern Samar)", - "icon": "./assets/data/nsi/logos/victoriadistrict-a446cb.undefined", "osmTags": { "and": [ "amenity=school", @@ -408892,7 +262945,6 @@ }, { "question": "Victoria District (Oriental Mindoro)", - "icon": "./assets/data/nsi/logos/victoriadistrict-2eec9e.undefined", "osmTags": { "and": [ "amenity=school", @@ -408908,7 +262960,6 @@ }, { "question": "Victoria West District", - "icon": "./assets/data/nsi/logos/victoriawestdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -408924,7 +262975,6 @@ }, { "question": "Victorian Department of Education and Training", - "icon": "./assets/data/nsi/logos/victoriandepartmentofeducationandtraining-1fc2f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -408939,7 +262989,6 @@ }, { "question": "Victorious Academies Trust", - "icon": "./assets/data/nsi/logos/victoriousacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -408955,7 +263004,6 @@ }, { "question": "Viga East District", - "icon": "./assets/data/nsi/logos/vigaeastdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -408971,7 +263019,6 @@ }, { "question": "Viga West District", - "icon": "./assets/data/nsi/logos/vigawestdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -408987,7 +263034,6 @@ }, { "question": "Viken fylkeskommune", - "icon": "./assets/data/nsi/logos/vikenfylkeskommune-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -409003,7 +263049,6 @@ }, { "question": "Villaba North District", - "icon": "./assets/data/nsi/logos/villabanorthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -409019,7 +263064,6 @@ }, { "question": "Villaba South District", - "icon": "./assets/data/nsi/logos/villabasouthdistrict-5bd3f7.undefined", "osmTags": { "and": [ "amenity=school", @@ -409035,7 +263079,6 @@ }, { "question": "Villanueva District", - "icon": "./assets/data/nsi/logos/villanuevadistrict-c61748.undefined", "osmTags": { "and": [ "amenity=school", @@ -409051,7 +263094,6 @@ }, { "question": "Villareal I District", - "icon": "./assets/data/nsi/logos/villarealidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -409067,7 +263109,6 @@ }, { "question": "Villareal II District", - "icon": "./assets/data/nsi/logos/villarealiidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -409083,7 +263124,6 @@ }, { "question": "Villasis I District", - "icon": "./assets/data/nsi/logos/villasisidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -409099,7 +263139,6 @@ }, { "question": "Villasis II District", - "icon": "./assets/data/nsi/logos/villasisiidistrict-245060.undefined", "osmTags": { "and": [ "amenity=school", @@ -409115,7 +263154,6 @@ }, { "question": "Ville d'Anglet", - "icon": "./assets/data/nsi/logos/villedanglet-c21818.undefined", "osmTags": { "and": [ "amenity=school", @@ -409131,7 +263169,6 @@ }, { "question": "Ville de Charleroi", - "icon": "./assets/data/nsi/logos/villedecharleroi-4b4187.undefined", "osmTags": { "and": [ "amenity=school", @@ -409147,7 +263184,6 @@ }, { "question": "Ville de Lons-le-Saunier", - "icon": "./assets/data/nsi/logos/villedelonslesaunier-cafc08.undefined", "osmTags": { "and": [ "amenity=school", @@ -409163,7 +263199,6 @@ }, { "question": "Ville de Pau", - "icon": "./assets/data/nsi/logos/villedepau-c21818.undefined", "osmTags": { "and": [ "amenity=school", @@ -409179,7 +263214,6 @@ }, { "question": "Ville de Reims", - "icon": "./assets/data/nsi/logos/villedereims-031a7f.undefined", "osmTags": { "and": [ "amenity=school", @@ -409195,7 +263229,6 @@ }, { "question": "Vincenzo Sagun District", - "icon": "./assets/data/nsi/logos/vincenzosagundistrict-c1a2b6.undefined", "osmTags": { "and": [ "amenity=school", @@ -409211,7 +263244,6 @@ }, { "question": "Vintar I District", - "icon": "./assets/data/nsi/logos/vintaridistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -409227,7 +263259,6 @@ }, { "question": "Vintar II District", - "icon": "./assets/data/nsi/logos/vintariidistrict-a465f5.undefined", "osmTags": { "and": [ "amenity=school", @@ -409243,7 +263274,6 @@ }, { "question": "Vinzons District", - "icon": "./assets/data/nsi/logos/vinzonsdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -409259,7 +263289,6 @@ }, { "question": "Virac North District", - "icon": "./assets/data/nsi/logos/viracnorthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -409275,7 +263304,6 @@ }, { "question": "Virac South District", - "icon": "./assets/data/nsi/logos/viracsouthdistrict-8f6b73.undefined", "osmTags": { "and": [ "amenity=school", @@ -409342,7 +263370,6 @@ }, { "question": "Vitali District", - "icon": "./assets/data/nsi/logos/vitalidistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -409358,7 +263385,6 @@ }, { "question": "Voss Herad", - "icon": "./assets/data/nsi/logos/vossherad-ee5f1f.undefined", "osmTags": { "and": [ "amenity=school", @@ -409389,7 +263415,6 @@ }, { "question": "Wakefield Metropolitan District Council", - "icon": "./assets/data/nsi/logos/wakefieldmetropolitandistrictcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409422,7 +263447,6 @@ }, { "question": "Walsall Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/walsallmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409455,7 +263479,6 @@ }, { "question": "Warrington Borough Council", - "icon": "./assets/data/nsi/logos/warringtonboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409487,7 +263510,6 @@ }, { "question": "Washington County Public Schools", - "icon": "./assets/data/nsi/logos/washingtoncountypublicschools-41ceb1.undefined", "osmTags": { "and": [ "amenity=school", @@ -409555,7 +263577,6 @@ }, { "question": "Waterloo Region District School Board", - "icon": "./assets/data/nsi/logos/waterlooregiondistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -409572,7 +263593,6 @@ }, { "question": "Waterton Academy Trust", - "icon": "./assets/data/nsi/logos/watertonacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409638,7 +263658,6 @@ }, { "question": "Wellington Catholic District School Board", - "icon": "./assets/data/nsi/logos/wellingtoncatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -409655,7 +263674,6 @@ }, { "question": "Wellspring Academy Trust", - "icon": "./assets/data/nsi/logos/wellspringacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409721,7 +263739,6 @@ }, { "question": "Wessex Multi Academy Trust", - "icon": "./assets/data/nsi/logos/wessexmultiacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409753,7 +263770,6 @@ }, { "question": "West Alabel District", - "icon": "./assets/data/nsi/logos/westalabeldistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -409785,7 +263801,6 @@ }, { "question": "West Berkshire Council", - "icon": "./assets/data/nsi/logos/westberkshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -409818,7 +263833,6 @@ }, { "question": "West District (Batangas City)", - "icon": "./assets/data/nsi/logos/westdistrict-1a45a4.undefined", "osmTags": { "and": [ "amenity=school", @@ -409834,7 +263848,6 @@ }, { "question": "West District (Calamba City)", - "icon": "./assets/data/nsi/logos/westdistrict-a3ce88.undefined", "osmTags": { "and": [ "amenity=school", @@ -409850,7 +263863,6 @@ }, { "question": "West District (City of Ilagan)", - "icon": "./assets/data/nsi/logos/westdistrict-ca5b95.undefined", "osmTags": { "and": [ "amenity=school", @@ -409866,7 +263878,6 @@ }, { "question": "West District (Danao City)", - "icon": "./assets/data/nsi/logos/westdistrict-56e58f.undefined", "osmTags": { "and": [ "amenity=school", @@ -409882,7 +263893,6 @@ }, { "question": "West District (Isabela City)", - "icon": "./assets/data/nsi/logos/westdistrict-5797d1.undefined", "osmTags": { "and": [ "amenity=school", @@ -409898,7 +263908,6 @@ }, { "question": "West District (Lapu-Lapu City)", - "icon": "./assets/data/nsi/logos/westdistrict-3562b9.undefined", "osmTags": { "and": [ "amenity=school", @@ -409914,7 +263923,6 @@ }, { "question": "West District (Lipa City)", - "icon": "./assets/data/nsi/logos/westdistrict-a8ec43.undefined", "osmTags": { "and": [ "amenity=school", @@ -409930,7 +263938,6 @@ }, { "question": "West District (Malaybalay City)", - "icon": "./assets/data/nsi/logos/westdistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -409946,7 +263953,6 @@ }, { "question": "West District (Mandaue City)", - "icon": "./assets/data/nsi/logos/westdistrict-9e18d4.undefined", "osmTags": { "and": [ "amenity=school", @@ -409962,7 +263968,6 @@ }, { "question": "West District (Pagadian City)", - "icon": "./assets/data/nsi/logos/westdistrict-429524.undefined", "osmTags": { "and": [ "amenity=school", @@ -409978,7 +263983,6 @@ }, { "question": "West District (San Jose City)", - "icon": "./assets/data/nsi/logos/westdistrict-b9357d.undefined", "osmTags": { "and": [ "amenity=school", @@ -409994,7 +263998,6 @@ }, { "question": "West District (Tanauan City)", - "icon": "./assets/data/nsi/logos/westdistrict-be5ca7.undefined", "osmTags": { "and": [ "amenity=school", @@ -410010,7 +264013,6 @@ }, { "question": "West District (Tanjay City)", - "icon": "./assets/data/nsi/logos/westdistrict-5a2d44.undefined", "osmTags": { "and": [ "amenity=school", @@ -410026,7 +264028,6 @@ }, { "question": "West Dunbartonshire Council", - "icon": "./assets/data/nsi/logos/westdunbartonshirecouncil-7782f9.undefined", "osmTags": { "and": [ "amenity=school", @@ -410042,7 +264043,6 @@ }, { "question": "West Hartford Public Schools", - "icon": "./assets/data/nsi/logos/westhartfordpublicschools-547ddd.undefined", "osmTags": { "and": [ "amenity=school", @@ -410058,7 +264058,6 @@ }, { "question": "West II District", - "icon": "./assets/data/nsi/logos/westiidistrict-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -410074,7 +264073,6 @@ }, { "question": "West Kiamba District", - "icon": "./assets/data/nsi/logos/westkiambadistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -410123,7 +264121,6 @@ }, { "question": "West Maitum District", - "icon": "./assets/data/nsi/logos/westmaitumdistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -410139,7 +264136,6 @@ }, { "question": "West Malungon District", - "icon": "./assets/data/nsi/logos/westmalungondistrict-ea96af.undefined", "osmTags": { "and": [ "amenity=school", @@ -410155,7 +264151,6 @@ }, { "question": "West Norfolk Academies Trust", - "icon": "./assets/data/nsi/logos/westnorfolkacademiestrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410171,7 +264166,6 @@ }, { "question": "West Northamptonshire Council", - "icon": "./assets/data/nsi/logos/westnorthamptonshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410187,7 +264181,6 @@ }, { "question": "West Openbaar Onderwijs", - "icon": "./assets/data/nsi/logos/westopenbaaronderwijs-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -410202,7 +264195,6 @@ }, { "question": "West Sussex County Council", - "icon": "./assets/data/nsi/logos/westsussexcountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410218,7 +264210,6 @@ }, { "question": "West-1 District", - "icon": "./assets/data/nsi/logos/west1district-2e301f.undefined", "osmTags": { "and": [ "amenity=school", @@ -410266,7 +264257,6 @@ }, { "question": "Western Reserve Academy", - "icon": "./assets/data/nsi/logos/westernreserveacademy-a7daad.undefined", "osmTags": { "and": [ "amenity=school", @@ -410282,7 +264272,6 @@ }, { "question": "Western Tabuk District", - "icon": "./assets/data/nsi/logos/westerntabukdistrict-bf8fe1.undefined", "osmTags": { "and": [ "amenity=school", @@ -410347,7 +264336,6 @@ }, { "question": "Westport Public Schools", - "icon": "./assets/data/nsi/logos/westportpublicschools-547ddd.undefined", "osmTags": { "and": [ "amenity=school", @@ -410380,7 +264368,6 @@ }, { "question": "Wetteraukreis", - "icon": "./assets/data/nsi/logos/wetteraukreis-127a2c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410412,7 +264399,6 @@ }, { "question": "White Woods Primary Academy Trust", - "icon": "./assets/data/nsi/logos/whitewoodsprimaryacademytrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410497,7 +264483,6 @@ }, { "question": "Wigan Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/wiganmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410547,7 +264532,6 @@ }, { "question": "Wiltshire Council", - "icon": "./assets/data/nsi/logos/wiltshirecouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410563,7 +264547,6 @@ }, { "question": "Windle International Uganda", - "icon": "./assets/data/nsi/logos/windleinternationaluganda-74bde0.undefined", "osmTags": { "and": [ "amenity=school", @@ -410578,7 +264561,6 @@ }, { "question": "Windsor and Maidenhead Borough Council", - "icon": "./assets/data/nsi/logos/windsorandmaidenheadboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410594,7 +264576,6 @@ }, { "question": "Windsor Essex Catholic District School Board", - "icon": "./assets/data/nsi/logos/windsoressexcatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -410611,7 +264592,6 @@ }, { "question": "Winnipeg School Division", - "icon": "./assets/data/nsi/logos/winnipegschooldivision-650beb.undefined", "osmTags": { "and": [ "amenity=school", @@ -410626,7 +264606,6 @@ }, { "question": "Winston-Salem/Forsyth County Schools", - "icon": "./assets/data/nsi/logos/winstonsalemforsythcountyschools-15bd72.undefined", "osmTags": { "and": [ "amenity=school", @@ -410642,7 +264621,6 @@ }, { "question": "Wirral Metropolitan Borough Council", - "icon": "./assets/data/nsi/logos/wirralmetropolitanboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410658,7 +264636,6 @@ }, { "question": "WISE Academies", - "icon": "./assets/data/nsi/logos/wiseacademies-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410690,7 +264667,6 @@ }, { "question": "Wokingham Borough Council", - "icon": "./assets/data/nsi/logos/wokinghamboroughcouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410722,7 +264698,6 @@ }, { "question": "Worcestershire County Council", - "icon": "./assets/data/nsi/logos/worcestershirecountycouncil-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410738,7 +264713,6 @@ }, { "question": "Wrexham County Borough Council", - "icon": "./assets/data/nsi/logos/wrexhamcountyboroughcouncil-3a6545.undefined", "osmTags": { "and": [ "amenity=school", @@ -410754,7 +264728,6 @@ }, { "question": "Wright I District", - "icon": "./assets/data/nsi/logos/wrightidistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -410770,7 +264743,6 @@ }, { "question": "Wright II -San Jose De Buan District", - "icon": "./assets/data/nsi/logos/wrightiisanjosedebuandistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -410786,7 +264758,6 @@ }, { "question": "WSKO", - "icon": "./assets/data/nsi/logos/wsko-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -410801,7 +264772,6 @@ }, { "question": "Wylie Independent School District (Collin Co., TX)", - "icon": "./assets/data/nsi/logos/wylieindependentschooldistrict-beb757.undefined", "osmTags": { "and": [ "amenity=school", @@ -410817,7 +264787,6 @@ }, { "question": "Wylie Independent School District (Taylor Co., TX)", - "icon": "./assets/data/nsi/logos/wylieindependentschooldistrict-19da28.undefined", "osmTags": { "and": [ "amenity=school", @@ -410833,7 +264802,6 @@ }, { "question": "Xavier Catholic Education Trust", - "icon": "./assets/data/nsi/logos/xaviercatholiceducationtrust-7a837c.undefined", "osmTags": { "and": [ "amenity=school", @@ -410865,7 +264833,6 @@ }, { "question": "Yadkin County Schools", - "icon": "./assets/data/nsi/logos/yadkincountyschools-15bd72.undefined", "osmTags": { "and": [ "amenity=school", @@ -410897,7 +264864,6 @@ }, { "question": "York Catholic District School Board", - "icon": "./assets/data/nsi/logos/yorkcatholicdistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -410914,7 +264880,6 @@ }, { "question": "York Region District School Board", - "icon": "./assets/data/nsi/logos/yorkregiondistrictschoolboard-57bf82.undefined", "osmTags": { "and": [ "amenity=school", @@ -410963,7 +264928,6 @@ }, { "question": "Yulius", - "icon": "./assets/data/nsi/logos/yulius-e21ec9.undefined", "osmTags": { "and": [ "amenity=school", @@ -410978,7 +264942,6 @@ }, { "question": "Zamboanguita District", - "icon": "./assets/data/nsi/logos/zamboanguitadistrict-dd6e09.undefined", "osmTags": { "and": [ "amenity=school", @@ -410994,7 +264957,6 @@ }, { "question": "Zaragoza District", - "icon": "./assets/data/nsi/logos/zaragozadistrict-9b2be9.undefined", "osmTags": { "and": [ "amenity=school", @@ -411010,7 +264972,6 @@ }, { "question": "Zeeland Public Schools", - "icon": "./assets/data/nsi/logos/zeelandpublicschools-aa6f23.undefined", "osmTags": { "and": [ "amenity=school", @@ -411042,7 +265003,6 @@ }, { "question": "Zumarraga District", - "icon": "./assets/data/nsi/logos/zumarragadistrict-a90c6e.undefined", "osmTags": { "and": [ "amenity=school", @@ -411058,7 +265018,6 @@ }, { "question": "Υπουργείο Παιδείας, Αθλητισμού και Νεολαίας", - "icon": "./assets/data/nsi/logos/72bd26-a7908c.undefined", "osmTags": { "and": [ "amenity=school", @@ -411073,7 +265032,6 @@ }, { "question": "Администрация Ленинского района муниципального образования «Город Саратов»", - "icon": "./assets/data/nsi/logos/c4030e-270efc.undefined", "osmTags": { "and": [ "amenity=school", @@ -411088,7 +265046,6 @@ }, { "question": "Департамент образования Администрации города Омска", - "icon": "./assets/data/nsi/logos/2faad0-270efc.undefined", "osmTags": { "and": [ "amenity=school", @@ -411103,7 +265060,6 @@ }, { "question": "Департамент освіти Житомирської міської ради", - "icon": "./assets/data/nsi/logos/33dbbd-bd20c7.undefined", "osmTags": { "and": [ "amenity=school", @@ -411118,7 +265074,6 @@ }, { "question": "Згурівська селищна рада", - "icon": "./assets/data/nsi/logos/a6fead-bd20c7.undefined", "osmTags": { "and": [ "amenity=school", @@ -411133,7 +265088,6 @@ }, { "question": "Комитет по народному образованию администрации Солнечногорского района", - "icon": "./assets/data/nsi/logos/a508f0-270efc.undefined", "osmTags": { "and": [ "amenity=school", @@ -411148,7 +265102,6 @@ }, { "question": "Министерство образования и науки Республики Татарстан", - "icon": "./assets/data/nsi/logos/b6470c-270efc.undefined", "osmTags": { "and": [ "amenity=school", @@ -411163,7 +265116,6 @@ }, { "question": "МНО РК", - "icon": "./assets/data/nsi/logos/3247fd-bff553.undefined", "osmTags": { "and": [ "amenity=school", @@ -411178,7 +265130,6 @@ }, { "question": "Република Србија", - "icon": "./assets/data/nsi/logos/d27522-8b62f2.undefined", "osmTags": { "and": [ "amenity=school", @@ -411209,7 +265160,6 @@ }, { "question": "Управління гуманітарної політики Локачинської селищної ради", - "icon": "./assets/data/nsi/logos/46d1fd-bd20c7.undefined", "osmTags": { "and": [ "amenity=school", @@ -411224,7 +265174,6 @@ }, { "question": "Черкаська міська рада", - "icon": "./assets/data/nsi/logos/b9ac04-bd20c7.undefined", "osmTags": { "and": [ "amenity=school", @@ -411239,7 +265188,6 @@ }, { "question": "Яготинська міська рада", - "icon": "./assets/data/nsi/logos/515efb-bd20c7.undefined", "osmTags": { "and": [ "amenity=school", @@ -411254,7 +265202,6 @@ }, { "question": "საქართველოს განათლებისა და მეცნიერების სამინისტრო", - "icon": "./assets/data/nsi/logos/37516c-24cae8.undefined", "osmTags": { "and": [ "amenity=school", @@ -411269,7 +265216,6 @@ }, { "question": "آموزش و پرورش", - "icon": "./assets/data/nsi/logos/7a6f2b-49f3d2.undefined", "osmTags": { "and": [ "amenity=school", @@ -411284,7 +265230,6 @@ }, { "question": "حكومى", - "icon": "./assets/data/nsi/logos/7206f9-b0d6ea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411299,7 +265244,6 @@ }, { "question": "مدیریت آموزش و پرورش ناحیه ۱ اردبیل", - "icon": "./assets/data/nsi/logos/364df5-49f3d2.undefined", "osmTags": { "and": [ "amenity=school", @@ -411314,7 +265258,6 @@ }, { "question": "مدیریت آموزش و پرورش ناحیه ۲ اردبیل", - "icon": "./assets/data/nsi/logos/4dafc9-49f3d2.undefined", "osmTags": { "and": [ "amenity=school", @@ -411329,7 +265272,6 @@ }, { "question": "وزارة التربية", - "icon": "./assets/data/nsi/logos/f78fe3-155571.undefined", "osmTags": { "and": [ "amenity=school", @@ -411344,7 +265286,6 @@ }, { "question": "وزارة التربية والتعليم", - "icon": "./assets/data/nsi/logos/109aa7-155571.undefined", "osmTags": { "and": [ "amenity=school", @@ -411359,7 +265300,6 @@ }, { "question": "وزارة التعليم", - "icon": "./assets/data/nsi/logos/ab106a-155571.undefined", "osmTags": { "and": [ "amenity=school", @@ -411374,7 +265314,6 @@ }, { "question": "အခြေခံပညာဦးစီးဌာန", - "icon": "./assets/data/nsi/logos/d6e313-1f0800.undefined", "osmTags": { "and": [ "amenity=school", @@ -411390,7 +265329,6 @@ }, { "question": "경기도교육청", - "icon": "./assets/data/nsi/logos/79ee77-f0849a.undefined", "osmTags": { "and": [ "amenity=school", @@ -411406,7 +265344,6 @@ }, { "question": "いわき市", - "icon": "./assets/data/nsi/logos/487fb0-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411422,7 +265359,6 @@ }, { "question": "つくば市", - "icon": "./assets/data/nsi/logos/13a16f-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411438,7 +265374,6 @@ }, { "question": "一関市", - "icon": "./assets/data/nsi/logos/3b44e0-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411453,7 +265388,6 @@ }, { "question": "世田谷区教育委員会", - "icon": "./assets/data/nsi/logos/setagayacityboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411487,7 +265421,6 @@ }, { "question": "亘理町", - "icon": "./assets/data/nsi/logos/894125-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411502,7 +265435,6 @@ }, { "question": "仙台市", - "icon": "./assets/data/nsi/logos/e2ad4e-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411517,7 +265449,6 @@ }, { "question": "伊勢市教育委員会", - "icon": "./assets/data/nsi/logos/5513cb-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411532,7 +265463,6 @@ }, { "question": "佐賀市", - "icon": "./assets/data/nsi/logos/b55ddb-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411547,7 +265477,6 @@ }, { "question": "佐賀県", - "icon": "./assets/data/nsi/logos/6f0b3b-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411580,7 +265509,6 @@ }, { "question": "兵庫県", - "icon": "./assets/data/nsi/logos/59b972-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411595,7 +265523,6 @@ }, { "question": "別海町教育委員会", - "icon": "./assets/data/nsi/logos/90984b-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411610,7 +265537,6 @@ }, { "question": "加古川市", - "icon": "./assets/data/nsi/logos/745ff2-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411625,7 +265551,6 @@ }, { "question": "北上市", - "icon": "./assets/data/nsi/logos/934851-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411640,7 +265565,6 @@ }, { "question": "北京市通州区教育委员会", - "icon": "./assets/data/nsi/logos/b621f4-cad3ca.undefined", "osmTags": { "and": [ "amenity=school", @@ -411657,7 +265581,6 @@ }, { "question": "北海道教育委員会", - "icon": "./assets/data/nsi/logos/hokkaidoboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411675,7 +265598,6 @@ }, { "question": "千歳市教育委員会", - "icon": "./assets/data/nsi/logos/c09b70-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411690,7 +265612,6 @@ }, { "question": "半田市", - "icon": "./assets/data/nsi/logos/8b380e-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411705,7 +265626,6 @@ }, { "question": "南相馬市", - "icon": "./assets/data/nsi/logos/a5149b-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411720,7 +265640,6 @@ }, { "question": "名古屋市教育委員会", - "icon": "./assets/data/nsi/logos/nagoyacityboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411738,7 +265657,6 @@ }, { "question": "吹田市", - "icon": "./assets/data/nsi/logos/8fe0b9-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411753,7 +265671,6 @@ }, { "question": "品川区教育委員会", - "icon": "./assets/data/nsi/logos/4d98cb-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411768,7 +265685,6 @@ }, { "question": "基隆市政府教育處", - "icon": "./assets/data/nsi/logos/434e71-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -411783,7 +265699,6 @@ }, { "question": "大分市教育委員会", - "icon": "./assets/data/nsi/logos/70af6f-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411798,7 +265713,6 @@ }, { "question": "大分県教育委員会", - "icon": "./assets/data/nsi/logos/oitaprefecturalboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411816,7 +265730,6 @@ }, { "question": "大津市", - "icon": "./assets/data/nsi/logos/91c21f-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411831,7 +265744,6 @@ }, { "question": "大田区教育委員会", - "icon": "./assets/data/nsi/logos/otacityboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411849,7 +265761,6 @@ }, { "question": "大阪市", - "icon": "./assets/data/nsi/logos/a8797b-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411864,7 +265775,6 @@ }, { "question": "天主教香港教區 Catholic Diocese of Hong Kong", - "icon": "./assets/data/nsi/logos/catholicdioceseofhongkong-084410.undefined", "osmTags": { "and": [ "amenity=school", @@ -411882,7 +265792,6 @@ }, { "question": "奥州市", - "icon": "./assets/data/nsi/logos/cityofoshu-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411899,7 +265808,6 @@ }, { "question": "宇部市", - "icon": "./assets/data/nsi/logos/bfa512-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411914,7 +265822,6 @@ }, { "question": "宮城県", - "icon": "./assets/data/nsi/logos/miyagiprefecture-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411931,7 +265838,6 @@ }, { "question": "富山市", - "icon": "./assets/data/nsi/logos/9b4e1e-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411946,7 +265852,6 @@ }, { "question": "小田原市", - "icon": "./assets/data/nsi/logos/eecdcc-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411961,7 +265866,6 @@ }, { "question": "屏東縣政府教育處", - "icon": "./assets/data/nsi/logos/e924f5-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -411976,7 +265880,6 @@ }, { "question": "岡山市", - "icon": "./assets/data/nsi/logos/bf508b-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -411991,7 +265894,6 @@ }, { "question": "岩手県", - "icon": "./assets/data/nsi/logos/6842d0-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412006,7 +265908,6 @@ }, { "question": "帯広市", - "icon": "./assets/data/nsi/logos/207d62-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412021,7 +265922,6 @@ }, { "question": "惠州仲恺高新技术产业开发区宣教文卫办公室", - "icon": "./assets/data/nsi/logos/868346-cad3ca.undefined", "osmTags": { "and": [ "amenity=school", @@ -412036,7 +265936,6 @@ }, { "question": "惠州市惠城区教育局", - "icon": "./assets/data/nsi/logos/3ed9d3-cad3ca.undefined", "osmTags": { "and": [ "amenity=school", @@ -412051,7 +265950,6 @@ }, { "question": "惠州市惠阳区教育局", - "icon": "./assets/data/nsi/logos/98c8e4-cad3ca.undefined", "osmTags": { "and": [ "amenity=school", @@ -412066,7 +265964,6 @@ }, { "question": "愛知県", - "icon": "./assets/data/nsi/logos/664a98-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412081,7 +265978,6 @@ }, { "question": "愛知県教育委員会", - "icon": "./assets/data/nsi/logos/aichiprefecturalboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412099,7 +265995,6 @@ }, { "question": "救世軍 The Salvation Army", - "icon": "./assets/data/nsi/logos/thesalvationarmy-084410.undefined", "osmTags": { "and": [ "amenity=school", @@ -412117,7 +266012,6 @@ }, { "question": "新北市政府教育局", - "icon": "./assets/data/nsi/logos/e08107-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412132,7 +266026,6 @@ }, { "question": "新居浜市", - "icon": "./assets/data/nsi/logos/484ba1-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412147,7 +266040,6 @@ }, { "question": "春日井市教育委員会", - "icon": "./assets/data/nsi/logos/8529a2-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412162,7 +266054,6 @@ }, { "question": "札幌市教育委員会", - "icon": "./assets/data/nsi/logos/sapporocityboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412180,7 +266071,6 @@ }, { "question": "杉並区教育委員会", - "icon": "./assets/data/nsi/logos/c5b2c6-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412195,7 +266085,6 @@ }, { "question": "東京都教育委員会", - "icon": "./assets/data/nsi/logos/tokyometropolitangovernmentboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412231,7 +266120,6 @@ }, { "question": "板橋区教育委員会", - "icon": "./assets/data/nsi/logos/d1037e-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412246,7 +266134,6 @@ }, { "question": "横浜市", - "icon": "./assets/data/nsi/logos/991a0c-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412261,7 +266148,6 @@ }, { "question": "気仙沼市", - "icon": "./assets/data/nsi/logos/98f090-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412276,7 +266162,6 @@ }, { "question": "沖縄県", - "icon": "./assets/data/nsi/logos/271c1d-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412291,7 +266176,6 @@ }, { "question": "浜松市", - "icon": "./assets/data/nsi/logos/dba649-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412306,7 +266190,6 @@ }, { "question": "滋賀県", - "icon": "./assets/data/nsi/logos/43ebc8-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412321,7 +266204,6 @@ }, { "question": "澎湖縣政府教育處", - "icon": "./assets/data/nsi/logos/2bb444-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412336,7 +266218,6 @@ }, { "question": "登米市", - "icon": "./assets/data/nsi/logos/cityoftome-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412353,7 +266234,6 @@ }, { "question": "神戸市", - "icon": "./assets/data/nsi/logos/fd4303-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412368,7 +266248,6 @@ }, { "question": "福島県", - "icon": "./assets/data/nsi/logos/adf059-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412383,7 +266262,6 @@ }, { "question": "米子市", - "icon": "./assets/data/nsi/logos/55bbbe-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412398,7 +266276,6 @@ }, { "question": "練馬区", - "icon": "./assets/data/nsi/logos/bc4696-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412413,7 +266290,6 @@ }, { "question": "練馬区教育委員会", - "icon": "./assets/data/nsi/logos/2cabce-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412428,7 +266304,6 @@ }, { "question": "能美市", - "icon": "./assets/data/nsi/logos/22d998-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412443,7 +266318,6 @@ }, { "question": "臺中市政府教育局", - "icon": "./assets/data/nsi/logos/7ac3b3-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412458,7 +266332,6 @@ }, { "question": "臺北市政府教育局", - "icon": "./assets/data/nsi/logos/10724d-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412473,7 +266346,6 @@ }, { "question": "臺東縣政府教育處", - "icon": "./assets/data/nsi/logos/aac6d5-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412488,7 +266360,6 @@ }, { "question": "臼杵市教育委員会", - "icon": "./assets/data/nsi/logos/13c656-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412503,7 +266374,6 @@ }, { "question": "苫小牧市教育委員会", - "icon": "./assets/data/nsi/logos/tomakomaicityboardofeducation-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412521,7 +266391,6 @@ }, { "question": "茨城県", - "icon": "./assets/data/nsi/logos/f428e0-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412536,7 +266405,6 @@ }, { "question": "薩摩川内市", - "icon": "./assets/data/nsi/logos/22e7ad-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412551,7 +266419,6 @@ }, { "question": "豊岡市", - "icon": "./assets/data/nsi/logos/92c11a-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412566,7 +266433,6 @@ }, { "question": "豊橋市", - "icon": "./assets/data/nsi/logos/03e5a7-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412581,7 +266447,6 @@ }, { "question": "郡山市", - "icon": "./assets/data/nsi/logos/96d345-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412596,7 +266461,6 @@ }, { "question": "金門縣政府教育處", - "icon": "./assets/data/nsi/logos/e728f9-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412611,7 +266475,6 @@ }, { "question": "釧路市教育委員会", - "icon": "./assets/data/nsi/logos/1c1701-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412626,7 +266489,6 @@ }, { "question": "長野市", - "icon": "./assets/data/nsi/logos/308d20-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412641,7 +266503,6 @@ }, { "question": "阿久根市", - "icon": "./assets/data/nsi/logos/56ff39-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412674,7 +266535,6 @@ }, { "question": "香港聖公會 Hong Kong Sheng Kung Hui", - "icon": "./assets/data/nsi/logos/hongkongshengkunghui-084410.undefined", "osmTags": { "and": [ "amenity=school", @@ -412692,7 +266552,6 @@ }, { "question": "高松市", - "icon": "./assets/data/nsi/logos/d63c49-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412707,7 +266566,6 @@ }, { "question": "高松市教育委員会", - "icon": "./assets/data/nsi/logos/3564cf-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412722,7 +266580,6 @@ }, { "question": "高砂市", - "icon": "./assets/data/nsi/logos/0483bb-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412737,7 +266594,6 @@ }, { "question": "高雄市政府教育局", - "icon": "./assets/data/nsi/logos/a4cc29-ca324a.undefined", "osmTags": { "and": [ "amenity=school", @@ -412752,7 +266608,6 @@ }, { "question": "鳥取市教育委員会", - "icon": "./assets/data/nsi/logos/19f193-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412767,7 +266622,6 @@ }, { "question": "鹿児島市", - "icon": "./assets/data/nsi/logos/1f8516-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412782,7 +266636,6 @@ }, { "question": "鹿児島県", - "icon": "./assets/data/nsi/logos/5912c9-557cea.undefined", "osmTags": { "and": [ "amenity=school", @@ -412813,7 +266666,6 @@ }, { "question": "Abrapa", - "icon": "./assets/data/nsi/logos/abrapa-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -412828,7 +266680,6 @@ }, { "question": "ADAPEI", - "icon": "./assets/data/nsi/logos/adapei-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -412860,7 +266711,6 @@ }, { "question": "Adoma", - "icon": "./assets/data/nsi/logos/adoma-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -412892,7 +266742,6 @@ }, { "question": "AEIM", - "icon": "./assets/data/nsi/logos/aeim-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -412907,7 +266756,6 @@ }, { "question": "AHEPA Management Company", - "icon": "./assets/data/nsi/logos/ahepamanagementcompany-04bb0a.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -412972,7 +266820,6 @@ }, { "question": "Amica", - "icon": "./assets/data/nsi/logos/amica-4dbadb.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413020,7 +266867,6 @@ }, { "question": "Armonea", - "icon": "./assets/data/nsi/logos/armonea-5c0b3d.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413035,7 +266881,6 @@ }, { "question": "Arpavie", - "icon": "./assets/data/nsi/logos/arpavie-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413069,7 +266914,6 @@ }, { "question": "Associação de Pais e Amigos dos Excepcionais", - "icon": "./assets/data/nsi/logos/associacaodepaiseamigosdosexcepcionais-7e1cff.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413085,7 +266929,6 @@ }, { "question": "Asylorganisation Zürich", - "icon": "./assets/data/nsi/logos/asylorganisationzurich-f2c9df.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413117,7 +266960,6 @@ }, { "question": "Ayuntamiento de Bilbao. Área de Acción Social / Bilboko Udala. Gizarte Ekintza Saila", - "icon": "./assets/data/nsi/logos/ayuntamientodebilbaoareadeaccionsocialbilbokoudalagizarteekintzasaila-a8af6f.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413132,7 +266974,6 @@ }, { "question": "Azienda Socio Sanitaria Territoriale della Brianza", - "icon": "./assets/data/nsi/logos/aziendasociosanitariaterritorialedellabrianza-feb2f4.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413291,7 +267132,6 @@ }, { "question": "CCAS", - "icon": "./assets/data/nsi/logos/ccas-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413306,7 +267146,6 @@ }, { "question": "CG91", - "icon": "./assets/data/nsi/logos/cg91-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413385,7 +267224,6 @@ }, { "question": "Cornelius-Werk Diakonische Dienste gGmbH", - "icon": "./assets/data/nsi/logos/corneliuswerkdiakonischediensteggmbh-9a82eb.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413433,7 +267271,6 @@ }, { "question": "Département de Maine-et-Loire", - "icon": "./assets/data/nsi/logos/departementdemaineetloire-13ea39.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413532,7 +267369,6 @@ }, { "question": "Domicil Bern AG", - "icon": "./assets/data/nsi/logos/domicilbernag-af9918.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413563,7 +267399,6 @@ }, { "question": "DomusVi", - "icon": "./assets/data/nsi/logos/domusvi-b1535f.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413711,7 +267546,6 @@ }, { "question": "Extendicare", - "icon": "./assets/data/nsi/logos/extendicare-4dbadb.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413727,7 +267561,6 @@ }, { "question": "f & w fördern und wohnen AöR", - "icon": "./assets/data/nsi/logos/fandwfordernundwohnenaor-9a82eb.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413758,7 +267591,6 @@ }, { "question": "Fondation Léopold Bellan", - "icon": "./assets/data/nsi/logos/fondationleopoldbellan-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413774,7 +267606,6 @@ }, { "question": "Fondation Partage et Vie", - "icon": "./assets/data/nsi/logos/fondationpartageetvie-d425ed.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413838,7 +267669,6 @@ }, { "question": "Fundação de Ação Social", - "icon": "./assets/data/nsi/logos/fundacaodeacaosocial-7e1cff.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413901,7 +267731,6 @@ }, { "question": "GSE gGmbH", - "icon": "./assets/data/nsi/logos/gseggmbh-1c7727.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -413933,7 +267762,6 @@ }, { "question": "Hanover Scotland", - "icon": "./assets/data/nsi/logos/hanoverscotland-bdda3a.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414014,7 +267842,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-d65e34.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414046,7 +267873,6 @@ }, { "question": "Inabif", - "icon": "./assets/data/nsi/logos/inabif-ed3a9e.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414061,7 +267887,6 @@ }, { "question": "Innsbrucker Soziale Dienste GmbH", - "icon": "./assets/data/nsi/logos/innsbruckersozialedienstegmbh-a22112.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414078,7 +267903,6 @@ }, { "question": "Integrationsmodell Ortsverband Essen e.V.", - "icon": "./assets/data/nsi/logos/integrationsmodellortsverbandessenev-f38aef.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414109,7 +267933,6 @@ }, { "question": "Jabatan Kebajikan Masyarakat", - "icon": "./assets/data/nsi/logos/jabatankebajikanmasyarakat-966bc0.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414317,7 +268140,6 @@ }, { "question": "Marente", - "icon": "./assets/data/nsi/logos/marente-627b49.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414348,7 +268170,6 @@ }, { "question": "Mehiläinen Oy", - "icon": "./assets/data/nsi/logos/mehilainenoy-d65e34.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414363,7 +268184,6 @@ }, { "question": "Melikgazi Belediyesi", - "icon": "./assets/data/nsi/logos/melikgazibelediyesi-f19f8f.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414378,7 +268198,6 @@ }, { "question": "Metropolitan Regional Housing Authority", - "icon": "./assets/data/nsi/logos/metropolitanregionalhousingauthority-c3d1c8.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414409,7 +268228,6 @@ }, { "question": "Ministerio de Salud Pública (Cuba)", - "icon": "./assets/data/nsi/logos/ministeriodesaludpublica-7d5963.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414608,7 +268426,6 @@ }, { "question": "Prefeitura Municipal de Rio das Ostras", - "icon": "./assets/data/nsi/logos/prefeituramunicipalderiodasostras-5bd13a.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414625,7 +268442,6 @@ }, { "question": "Pro Mente Tirol", - "icon": "./assets/data/nsi/logos/promentetirol-a22112.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414640,7 +268456,6 @@ }, { "question": "Retirement Villages Group Ltd", - "icon": "./assets/data/nsi/logos/retirementvillagesgroupltd-bdda3a.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414655,7 +268470,6 @@ }, { "question": "Revera", - "icon": "./assets/data/nsi/logos/revera-4dbadb.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414687,7 +268501,6 @@ }, { "question": "Ryman Healthcare", - "icon": "./assets/data/nsi/logos/rymanhealthcare-97ad99.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414705,7 +268518,6 @@ }, { "question": "Sanctuary Care", - "icon": "./assets/data/nsi/logos/sanctuarycare-bdda3a.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414736,7 +268548,6 @@ }, { "question": "Sanitas", - "icon": "./assets/data/nsi/logos/sanitas-704240.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414751,7 +268562,6 @@ }, { "question": "Santa Casa da Misericórdia", - "icon": "./assets/data/nsi/logos/santacasadamisericordia-c337c4.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414783,7 +268593,6 @@ }, { "question": "Southern Cross Care", - "icon": "./assets/data/nsi/logos/southerncrosscare-9d36ac.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414830,7 +268639,6 @@ }, { "question": "Stadt Zürich, GUD", - "icon": "./assets/data/nsi/logos/stadtzurichgud-f2c9df.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414877,7 +268685,6 @@ }, { "question": "Stiftung Alterswohnungen der Stadt Zürich", - "icon": "./assets/data/nsi/logos/stiftungalterswohnungenderstadtzurich-f2c9df.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414894,7 +268701,6 @@ }, { "question": "Stiftung Brändi", - "icon": "./assets/data/nsi/logos/stiftungbrandi-cf20ba.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414943,7 +268749,6 @@ }, { "question": "Stiftung Rütimattli", - "icon": "./assets/data/nsi/logos/stiftungrutimattli-3fbede.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -414959,7 +268764,6 @@ }, { "question": "Stiftung Zürcher Kinder- und Jugendheime", - "icon": "./assets/data/nsi/logos/stiftungzurcherkinderundjugendheime-f2c9df.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415042,7 +268846,6 @@ }, { "question": "Tertianum", - "icon": "./assets/data/nsi/logos/tertianum-5de282.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415107,7 +268910,6 @@ }, { "question": "ULSS 7 Pedemontana", - "icon": "./assets/data/nsi/logos/ulss7pedemontana-feb2f4.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415186,7 +268988,6 @@ }, { "question": "Viva Luzern AG", - "icon": "./assets/data/nsi/logos/vivaluzernag-cf20ba.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415234,7 +269035,6 @@ }, { "question": "WVO Zorg", - "icon": "./assets/data/nsi/logos/wvozorg-627b49.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415249,7 +269049,6 @@ }, { "question": "Zorggroep Noordwest-Veluwe", - "icon": "./assets/data/nsi/logos/zorggroepnoordwestveluwe-627b49.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415264,7 +269063,6 @@ }, { "question": "はぴねす福祉会", - "icon": "./assets/data/nsi/logos/happinesswelfareassociation-51378b.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415282,7 +269080,6 @@ }, { "question": "公益財団法人ドナルド・マクドナルド・ハウス・チャリティーズ・ジャパン", - "icon": "./assets/data/nsi/logos/30bf1a-51378b.undefined", "osmTags": { "and": [ "amenity=social_facility", @@ -415343,7 +269140,6 @@ }, { "question": "APG", - "icon": "./assets/data/nsi/logos/apg-2e827a.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415413,7 +269209,6 @@ }, { "question": "Brasil Telecom", - "icon": "./assets/data/nsi/logos/brasiltelecom-2d3d8d.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415488,7 +269283,6 @@ }, { "question": "CRT/Brasil Telecom", - "icon": "./assets/data/nsi/logos/crtbrasiltelecom-2d3d8d.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415528,7 +269322,6 @@ }, { "question": "Eir", - "icon": "./assets/data/nsi/logos/eir-c8bb0f.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415573,7 +269366,6 @@ }, { "question": "Futel", - "icon": "./assets/data/nsi/logos/futel-d49842.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415588,7 +269380,6 @@ }, { "question": "Infocus Public Networks Ltd", - "icon": "./assets/data/nsi/logos/infocuspublicnetworksltd-190dbf.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415598,7 +269389,6 @@ }, { "question": "Invitel", - "icon": "./assets/data/nsi/logos/invitel-a3dfca.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415643,7 +269433,6 @@ }, { "question": "KT", - "icon": "./assets/data/nsi/logos/kt-9fd277.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415653,7 +269442,6 @@ }, { "question": "kt링커스", - "icon": "./assets/data/nsi/logos/80505e-9fd277.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415668,7 +269456,6 @@ }, { "question": "Logitel", - "icon": "./assets/data/nsi/logos/logitel-eff826.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415708,7 +269495,6 @@ }, { "question": "MTS Allstream", - "icon": "./assets/data/nsi/logos/mtsallstream-25374a.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415718,7 +269504,6 @@ }, { "question": "New World Payphones", - "icon": "./assets/data/nsi/logos/newworldpayphones-190dbf.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415860,7 +269645,6 @@ }, { "question": "Post", - "icon": "./assets/data/nsi/logos/post-91c7e3.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415885,7 +269669,6 @@ }, { "question": "PTS", - "icon": "./assets/data/nsi/logos/pts-d49842.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415915,7 +269698,6 @@ }, { "question": "RBL Telecom", - "icon": "./assets/data/nsi/logos/rbltelecom-2b48ae.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415925,7 +269707,6 @@ }, { "question": "Romtelecom", - "icon": "./assets/data/nsi/logos/romtelecom-273726.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -415955,7 +269736,6 @@ }, { "question": "Spectrum Interactive", - "icon": "./assets/data/nsi/logos/spectruminteractive-190dbf.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -416176,7 +269956,6 @@ }, { "question": "Uni Stuttgart", - "icon": "./assets/data/nsi/logos/unistuttgart-a7a2b7.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -416216,7 +269995,6 @@ }, { "question": "Башинформсвязь", - "icon": "./assets/data/nsi/logos/137ef4-6db49f.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -416231,7 +270009,6 @@ }, { "question": "Белтелеком", - "icon": "./assets/data/nsi/logos/672155-ab9526.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -416246,7 +270023,6 @@ }, { "question": "Россвязь", - "icon": "./assets/data/nsi/logos/9c761b-6db49f.undefined", "osmTags": { "and": [ "amenity=telephone", @@ -416335,7 +270111,6 @@ }, { "question": "CasaTramway", - "icon": "./assets/data/nsi/logos/casatramway-93358b.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416391,7 +270166,6 @@ }, { "question": "Keolis Rennes", - "icon": "./assets/data/nsi/logos/keolisrennes-0bced1.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416436,7 +270210,6 @@ }, { "question": "RATP", - "icon": "./assets/data/nsi/logos/ratp-0bced1.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416495,7 +270268,6 @@ }, { "question": "SNCF", - "icon": "./assets/data/nsi/logos/sncf-0bced1.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416505,7 +270277,6 @@ }, { "question": "SNCF TER Bretagne", - "icon": "./assets/data/nsi/logos/sncfterbretagne-0bced1.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416530,7 +270301,6 @@ }, { "question": "Transdev Vertrieb GmbH", - "icon": "./assets/data/nsi/logos/transdevvertriebgmbh-f980d0.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416591,7 +270361,6 @@ }, { "question": "Transport for West Midlands", - "icon": "./assets/data/nsi/logos/transportforwestmidlands-1d1aee.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416606,7 +270375,6 @@ }, { "question": "Trenes Argentinos", - "icon": "./assets/data/nsi/logos/trenesargentinos-7afe5b.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416632,7 +270400,6 @@ }, { "question": "Trenord", - "icon": "./assets/data/nsi/logos/trenord-73a324.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416672,7 +270439,6 @@ }, { "question": "中国铁路", - "icon": "./assets/data/nsi/logos/chinarailway-fa74de.undefined", "osmTags": { "and": [ "amenity=ticket_validator", @@ -416737,7 +270503,6 @@ }, { "question": "Africa Humanitarian Action", - "icon": "./assets/data/nsi/logos/africahumanitarianaction-48c608.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -416783,7 +270548,6 @@ }, { "question": "Association de l'Accueil à Taizé", - "icon": "./assets/data/nsi/logos/associationdelaccueilataize-73fc0c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -416977,7 +270741,6 @@ }, { "question": "Camping municipal Le Pont de l'Étang", - "icon": "./assets/data/nsi/logos/campingmunicipallepontdeletang-73fc0c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417033,7 +270796,6 @@ }, { "question": "Central Coast Council", - "icon": "./assets/data/nsi/logos/centralcoastcouncil-3fb4b7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417048,7 +270810,6 @@ }, { "question": "Centro Vasco da Gama", - "icon": "./assets/data/nsi/logos/centrovascodagama-1f5e60.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417175,7 +270936,6 @@ }, { "question": "Croix-Rouge haïtienne", - "icon": "./assets/data/nsi/logos/croixrougehaitienne-481bb7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417283,7 +271043,6 @@ }, { "question": "EcoToiletten GmbH", - "icon": "./assets/data/nsi/logos/ecotoilettengmbh-a4f70c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417328,7 +271087,6 @@ }, { "question": "Elbauenpark", - "icon": "./assets/data/nsi/logos/elbauenpark-df5cfa.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417343,7 +271101,6 @@ }, { "question": "Eurométropole de Strasbourg", - "icon": "./assets/data/nsi/logos/eurometropoledestrasbourg-85054b.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417358,7 +271115,6 @@ }, { "question": "Faculdade de Ciências Aplicadas da Unicamp", - "icon": "./assets/data/nsi/logos/faculdadedecienciasaplicadasdaunicamp-402325.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417403,7 +271159,6 @@ }, { "question": "Fővárosi Csatornázási Művek", - "icon": "./assets/data/nsi/logos/fovarosicsatornazasimuvek-c8692e.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417419,7 +271174,6 @@ }, { "question": "FUTAKO TAMAGAWA RISE", - "icon": "./assets/data/nsi/logos/futakotamagawarise-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417429,7 +271183,6 @@ }, { "question": "Gitzenweiler Hof", - "icon": "./assets/data/nsi/logos/gitzenweilerhof-a4f70c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417489,7 +271242,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-086043.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417504,7 +271256,6 @@ }, { "question": "Hering", - "icon": "./assets/data/nsi/logos/hering-a4f70c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417559,7 +271310,6 @@ }, { "question": "Kawartha Highlands Provincial Park", - "icon": "./assets/data/nsi/logos/kawarthahighlandsprovincialpark-7c1906.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417604,7 +271354,6 @@ }, { "question": "Kymenlaakson virkistysalueyhdistys ry", - "icon": "./assets/data/nsi/logos/kymenlaaksonvirkistysalueyhdistysry-086043.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417646,7 +271395,6 @@ }, { "question": "Mairie de Bidart", - "icon": "./assets/data/nsi/logos/mairiedebidart-7a98d3.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417661,7 +271409,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-7a98d3.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417907,7 +271654,6 @@ }, { "question": "Newry, Mourne and Down District Council", - "icon": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-93a25a.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417937,7 +271683,6 @@ }, { "question": "North Sydney Council", - "icon": "./assets/data/nsi/logos/northsydneycouncil-3fb4b7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417952,7 +271697,6 @@ }, { "question": "Northern Beaches Council", - "icon": "./assets/data/nsi/logos/northernbeachescouncil-3fb4b7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -417999,7 +271743,6 @@ }, { "question": "O.Z.O.R.A.", - "icon": "./assets/data/nsi/logos/ozora-c8692e.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418029,7 +271772,6 @@ }, { "question": "Öklo", - "icon": "./assets/data/nsi/logos/oklo-235e3c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418129,7 +271871,6 @@ }, { "question": "RMK", - "icon": "./assets/data/nsi/logos/rmk-fcb0e7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418268,7 +272009,6 @@ }, { "question": "Skärgårdsstiftelsen", - "icon": "./assets/data/nsi/logos/skargardsstiftelsen-05ca0b.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418329,7 +272069,6 @@ }, { "question": "Southern Grampians Shire Council", - "icon": "./assets/data/nsi/logos/southerngrampiansshirecouncil-1f48c5.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418389,7 +272128,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-235e3c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418404,7 +272142,6 @@ }, { "question": "Städtischer Abfallwirtschaftsbetrieb Magdeburg", - "icon": "./assets/data/nsi/logos/stadtischerabfallwirtschaftsbetriebmagdeburg-a4f70c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418600,7 +272337,6 @@ }, { "question": "Toi Toi", - "icon": "./assets/data/nsi/logos/toitoi-48c608.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418675,7 +272411,6 @@ }, { "question": "Union Lido", - "icon": "./assets/data/nsi/logos/unionlido-1fde80.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418722,7 +272457,6 @@ }, { "question": "Usługi Komunalne Miasta Poznań", - "icon": "./assets/data/nsi/logos/uslugikomunalnemiastapoznan-dbab0a.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418747,7 +272481,6 @@ }, { "question": "Ville d'Anglet", - "icon": "./assets/data/nsi/logos/villedanglet-7a98d3.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418762,7 +272495,6 @@ }, { "question": "Ville de Besançon", - "icon": "./assets/data/nsi/logos/villedebesancon-db1f83.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418794,7 +272526,6 @@ }, { "question": "Ville de Lons-le-Saunier", - "icon": "./assets/data/nsi/logos/villedelonslesaunier-db1f83.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418809,7 +272540,6 @@ }, { "question": "Ville de Lyon", - "icon": "./assets/data/nsi/logos/villedelyon-28a80b.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418824,7 +272554,6 @@ }, { "question": "Ville de Saint-Jean-de-Luz", - "icon": "./assets/data/nsi/logos/villedesaintjeandeluz-7a98d3.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418839,7 +272568,6 @@ }, { "question": "Ville de Saint-Nazaire", - "icon": "./assets/data/nsi/logos/villedesaintnazaire-852bf3.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418900,7 +272628,6 @@ }, { "question": "Windle International Uganda", - "icon": "./assets/data/nsi/logos/windleinternationaluganda-4a7536.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418910,7 +272637,6 @@ }, { "question": "Wirtschaftsbetrieb Mainz", - "icon": "./assets/data/nsi/logos/wirtschaftsbetriebmainz-a4f70c.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418920,7 +272646,6 @@ }, { "question": "Wollongong City Council", - "icon": "./assets/data/nsi/logos/wollongongcitycouncil-3fb4b7.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418966,7 +272691,6 @@ }, { "question": "Yayasan Al-Fath Bina Insan Sakinah", - "icon": "./assets/data/nsi/logos/yayasanalfathbinainsansakinah-5e6ea6.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418976,7 +272700,6 @@ }, { "question": "ZüriWC", - "icon": "./assets/data/nsi/logos/zuriwc-960a4a.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418986,7 +272709,6 @@ }, { "question": "Zwembad De Wisselslag", - "icon": "./assets/data/nsi/logos/zwembaddewisselslag-2ed278.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -418996,7 +272718,6 @@ }, { "question": "Автодор", - "icon": "./assets/data/nsi/logos/1994ef-074c50.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419006,7 +272727,6 @@ }, { "question": "Газпромнефть", - "icon": "./assets/data/nsi/logos/0b910f-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419016,7 +272736,6 @@ }, { "question": "ГУП «Водоканал Санкт-Петербурга»", - "icon": "./assets/data/nsi/logos/edaa6f-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419026,7 +272745,6 @@ }, { "question": "Киришиавтосервис", - "icon": "./assets/data/nsi/logos/801ec2-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419036,7 +272754,6 @@ }, { "question": "Лукойл", - "icon": "./assets/data/nsi/logos/1dd7ca-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419046,7 +272763,6 @@ }, { "question": "ОАО \"РЖД\"", - "icon": "./assets/data/nsi/logos/5ea107-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419056,7 +272772,6 @@ }, { "question": "ООО «Комхоз-Сервис»", - "icon": "./assets/data/nsi/logos/0da572-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419066,7 +272781,6 @@ }, { "question": "Роснефть", - "icon": "./assets/data/nsi/logos/cb7fa1-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419076,7 +272790,6 @@ }, { "question": "Татнефть", - "icon": "./assets/data/nsi/logos/44db9c-b276e9.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419086,7 +272799,6 @@ }, { "question": "سرویس بهداشتی", - "icon": "./assets/data/nsi/logos/5d59e2-34f09d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419096,7 +272808,6 @@ }, { "question": "경제일자리과", - "icon": "./assets/data/nsi/logos/0421fd-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419111,7 +272822,6 @@ }, { "question": "공원녹지과", - "icon": "./assets/data/nsi/logos/e4fbfe-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419126,7 +272836,6 @@ }, { "question": "구좌읍", - "icon": "./assets/data/nsi/logos/72d089-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419142,7 +272851,6 @@ }, { "question": "세계유산본부 한라산국립공원관리소", - "icon": "./assets/data/nsi/logos/3615dc-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419157,7 +272865,6 @@ }, { "question": "애월읍", - "icon": "./assets/data/nsi/logos/2c6530-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419173,7 +272880,6 @@ }, { "question": "우도면", - "icon": "./assets/data/nsi/logos/809621-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419189,7 +272895,6 @@ }, { "question": "제주4.3평화재단", - "icon": "./assets/data/nsi/logos/62d12e-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419205,7 +272910,6 @@ }, { "question": "제주시 체육회", - "icon": "./assets/data/nsi/logos/3d38b7-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419220,7 +272924,6 @@ }, { "question": "조천읍", - "icon": "./assets/data/nsi/logos/6890f0-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419236,7 +272939,6 @@ }, { "question": "차량관리과", - "icon": "./assets/data/nsi/logos/36c28a-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419251,7 +272953,6 @@ }, { "question": "추자면", - "icon": "./assets/data/nsi/logos/f76442-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419267,7 +272968,6 @@ }, { "question": "한경면", - "icon": "./assets/data/nsi/logos/cffeab-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419283,7 +272983,6 @@ }, { "question": "한림읍", - "icon": "./assets/data/nsi/logos/e90e2a-d43b8d.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419299,7 +272998,6 @@ }, { "question": "会津若松市 花と緑の課", - "icon": "./assets/data/nsi/logos/aabdcb-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419314,7 +273012,6 @@ }, { "question": "公益財団法人 浜名湖総合環境財団", - "icon": "./assets/data/nsi/logos/c1803f-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419324,7 +273021,6 @@ }, { "question": "北京市西城区环境卫生服务中心", - "icon": "./assets/data/nsi/logos/4c9df5-a53701.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419334,7 +273030,6 @@ }, { "question": "北京海淀生态环保有限公司", - "icon": "./assets/data/nsi/logos/31079a-a53701.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419344,7 +273039,6 @@ }, { "question": "北京石油化工学院", - "icon": "./assets/data/nsi/logos/ce603a-a53701.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419354,7 +273048,6 @@ }, { "question": "品川区", - "icon": "./assets/data/nsi/logos/9b71a0-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419364,7 +273057,6 @@ }, { "question": "大田区", - "icon": "./assets/data/nsi/logos/431e24-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419374,7 +273066,6 @@ }, { "question": "天水湖公厕", - "icon": "./assets/data/nsi/logos/1d24df-a53701.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419384,7 +273075,6 @@ }, { "question": "独立行政法人国立高等専門学校機構", - "icon": "./assets/data/nsi/logos/40c6ae-efac16.undefined", "osmTags": { "and": [ "amenity=toilets", @@ -419418,7 +273108,6 @@ }, { "question": "Bashkia Tiranë", - "icon": "./assets/data/nsi/logos/bashkiatirane-1790fd.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419463,7 +273152,6 @@ }, { "question": "Gvern ta' Malta", - "icon": "./assets/data/nsi/logos/gverntamalta-782a72.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419478,7 +273166,6 @@ }, { "question": "Mairie de Toulouse", - "icon": "./assets/data/nsi/logos/mairiedetoulouse-b2a871.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419493,7 +273180,6 @@ }, { "question": "Mjesni odbor Grada Zagreba", - "icon": "./assets/data/nsi/logos/mjesniodborgradazagreba-e2b3cd.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419503,7 +273189,6 @@ }, { "question": "Poblacion Barangay Government", - "icon": "./assets/data/nsi/logos/poblacionbarangaygovernment-eda62e.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419513,7 +273198,6 @@ }, { "question": "RU-VGG-2-23", - "icon": "./assets/data/nsi/logos/ruvgg223-e37915.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419523,7 +273207,6 @@ }, { "question": "RU-VGG-9-60", - "icon": "./assets/data/nsi/logos/ruvgg960-e37915.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419563,7 +273246,6 @@ }, { "question": "Государственное Управление РК", - "icon": "./assets/data/nsi/logos/8d152d-fbca90.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419618,7 +273300,6 @@ }, { "question": "Ташанська сільська рада", - "icon": "./assets/data/nsi/logos/4aa058-be28f7.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419628,7 +273309,6 @@ }, { "question": "札幌市", - "icon": "./assets/data/nsi/logos/e1715c-31de42.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419638,7 +273318,6 @@ }, { "question": "臺中市政府", - "icon": "./assets/data/nsi/logos/f4942c-60eda3.undefined", "osmTags": { "and": [ "amenity=townhall", @@ -419700,7 +273379,6 @@ }, { "question": "ASEC (ZTM Warszawa)", - "icon": "./assets/data/nsi/logos/asec-a736eb.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -419770,7 +273448,6 @@ }, { "question": "Mera-Serwis SGL (ZTM Warszawa)", - "icon": "./assets/data/nsi/logos/meraserwissgl-a736eb.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -419846,7 +273523,6 @@ }, { "question": "Rīgas Satiksme", - "icon": "./assets/data/nsi/logos/rigassatiksme-3c36b4.undefined", "osmTags": { "and": [ "vending=public_transport_tickets", @@ -419935,7 +273611,6 @@ }, { "question": "БГ Тол", - "icon": "./assets/data/nsi/logos/bgtoll-c8e53b.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -419973,7 +273648,6 @@ }, { "question": "入樽機先導計劃 Reverse Vending Machine Pilot Scheme", - "icon": "./assets/data/nsi/logos/environmentalprotectiondepartment-7b8b38.undefined", "osmTags": { "and": [ "amenity=vending_machine", @@ -420012,7 +273686,6 @@ }, { "question": "Био-Вет", - "icon": "./assets/data/nsi/logos/c1dd27-ad3c97.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -420022,7 +273695,6 @@ }, { "question": "ГБУ города Москвы \"Московское объединение ветеринарии\"", - "icon": "./assets/data/nsi/logos/7071e6-ad3c97.undefined", "osmTags": { "and": [ "amenity=veterinary", @@ -420191,7 +273863,6 @@ }, { "question": "Manitoba Conservation", - "icon": "./assets/data/nsi/logos/manitobaconservation-de5e8f.undefined", "osmTags": { "and": [ "boundary=national_park", @@ -420382,7 +274053,6 @@ }, { "question": "Servicio Nacional de Áreas Protegidas (Bolivia)", - "icon": "./assets/data/nsi/logos/servicionacionaldeareasprotegidas-3c2a1d.undefined", "osmTags": { "and": [ "boundary=national_park", @@ -420502,7 +274172,6 @@ }, { "question": "Área de Conservación Central", - "icon": "./assets/data/nsi/logos/areadeconservacioncentral-837243.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420518,7 +274187,6 @@ }, { "question": "Área de Conservación Osa", - "icon": "./assets/data/nsi/logos/areadeconservacionosa-837243.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420534,7 +274202,6 @@ }, { "question": "Área de Conservación Pacífico Central", - "icon": "./assets/data/nsi/logos/areadeconservacionpacificocentral-837243.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420550,7 +274217,6 @@ }, { "question": "Área de Conservación Tempisque", - "icon": "./assets/data/nsi/logos/areadeconservaciontempisque-837243.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420613,7 +274279,6 @@ }, { "question": "Balai Besar Konservasi Sumber Daya Alam Jawa Barat", - "icon": "./assets/data/nsi/logos/balaibesarkonservasisumberdayaalamjawabarat-46e05c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420623,7 +274288,6 @@ }, { "question": "Balai Besar Konservasi Sumber Daya Alam Sumatera Utara", - "icon": "./assets/data/nsi/logos/balaibesarkonservasisumberdayaalamsumaterautara-46e05c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420633,7 +274297,6 @@ }, { "question": "Balai Konservasi Sumber Daya Alam Maluku", - "icon": "./assets/data/nsi/logos/balaikonservasisumberdayaalammaluku-46e05c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420643,7 +274306,6 @@ }, { "question": "Balai Konservasi Sumber Daya Alam Sulawesi Tenggara", - "icon": "./assets/data/nsi/logos/balaikonservasisumberdayaalamsulawesitenggara-46e05c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420653,7 +274315,6 @@ }, { "question": "Balai Konservasi Sumber Daya Alam Sumatera Barat", - "icon": "./assets/data/nsi/logos/balaikonservasisumberdayaalamsumaterabarat-46e05c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420828,7 +274489,6 @@ }, { "question": "Canberra Nature Park", - "icon": "./assets/data/nsi/logos/canberranaturepark-5318fa.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420843,7 +274503,6 @@ }, { "question": "Chickaming Open Lands", - "icon": "./assets/data/nsi/logos/chickamingopenlands-0e46de.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420918,7 +274577,6 @@ }, { "question": "Committee of Management (Victoria)", - "icon": "./assets/data/nsi/logos/committeeofmanagement-261f43.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420989,7 +274647,6 @@ }, { "question": "CORTOLIMA", - "icon": "./assets/data/nsi/logos/cortolima-570342.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -420999,7 +274656,6 @@ }, { "question": "DBCA (Western Australia)", - "icon": "./assets/data/nsi/logos/departmentofbiodiversityconservationandattractions-245152.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421047,7 +274703,6 @@ }, { "question": "Delaware Forest Service", - "icon": "./assets/data/nsi/logos/delawareforestservice-429456.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421088,7 +274743,6 @@ }, { "question": "Department of National Parks and Wildlife (Zambia)", - "icon": "./assets/data/nsi/logos/departmentofnationalparksandwildlife-71d2b7.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421103,7 +274757,6 @@ }, { "question": "DEW (South Australia)", - "icon": "./assets/data/nsi/logos/departmentforenvironmentandwater-c25f98.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421119,7 +274772,6 @@ }, { "question": "Division of State Parks and Recreation (Massachusetts)", - "icon": "./assets/data/nsi/logos/divisionofstateparksandrecreation-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421135,7 +274787,6 @@ }, { "question": "Douglas County (Colorado)", - "icon": "./assets/data/nsi/logos/douglascounty-13d7c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421151,7 +274802,6 @@ }, { "question": "Dovrefjell nasjonalparkstyre", - "icon": "./assets/data/nsi/logos/dovrefjellnasjonalparkstyre-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421161,7 +274811,6 @@ }, { "question": "DRA/DRAM", - "icon": "./assets/data/nsi/logos/dradram-fdefa6.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421171,7 +274820,6 @@ }, { "question": "DRRF", - "icon": "./assets/data/nsi/logos/drrf-fdefa6.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421212,7 +274860,6 @@ }, { "question": "Environment, Planning and Sustainable Development Directorate (ACT)", - "icon": "./assets/data/nsi/logos/environmentplanningandsustainabledevelopmentdirectorate-5318fa.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421227,7 +274874,6 @@ }, { "question": "Essex County Greenbelt Association", - "icon": "./assets/data/nsi/logos/essexcountygreenbeltassociation-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421237,7 +274883,6 @@ }, { "question": "Fisheries Department (Belize)", - "icon": "./assets/data/nsi/logos/fisheriesdepartment-f6fb57.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421247,7 +274892,6 @@ }, { "question": "Fisheries Service (Maryland)", - "icon": "./assets/data/nsi/logos/fisheriesservice-f0b713.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421257,7 +274901,6 @@ }, { "question": "FL Dept. of Environmental Protection, Div. of State Lands", - "icon": "./assets/data/nsi/logos/fldeptofenvironmentalprotectiondivofstatelands-a46e88.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421267,7 +274910,6 @@ }, { "question": "Florida Forest Service", - "icon": "./assets/data/nsi/logos/floridaforestservice-a46e88.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421277,7 +274919,6 @@ }, { "question": "Forest Department (Bangladesh)", - "icon": "./assets/data/nsi/logos/forestdepartment-4eee62.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421293,7 +274934,6 @@ }, { "question": "Forest Department (Belize)", - "icon": "./assets/data/nsi/logos/forestdepartment-f6fb57.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421335,7 +274975,6 @@ }, { "question": "Forestry Commission of Ghana", - "icon": "./assets/data/nsi/logos/forestrycommissionofghana-9ef143.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421360,7 +274999,6 @@ }, { "question": "Fundação Florestal", - "icon": "./assets/data/nsi/logos/fundacaoflorestal-20a11c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421370,7 +275008,6 @@ }, { "question": "Fundação para Conservação e a Produção Florestal do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/fundacaoparaconservacaoeaproducaoflorestaldoestadodesaopaulo-8b7529.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421380,7 +275017,6 @@ }, { "question": "GAMLP", - "icon": "./assets/data/nsi/logos/gamlp-7260ed.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421441,7 +275077,6 @@ }, { "question": "Goois Natuurreservaat", - "icon": "./assets/data/nsi/logos/gooisnatuurreservaat-889726.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421482,7 +275117,6 @@ }, { "question": "Harvard Conservation Trust", - "icon": "./assets/data/nsi/logos/harvardconservationtrust-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421492,7 +275126,6 @@ }, { "question": "Hawaii Department of Fish and Wildlife", - "icon": "./assets/data/nsi/logos/hawaiidepartmentoffishandwildlife-433b65.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421502,7 +275135,6 @@ }, { "question": "Hollis Conservation Commission", - "icon": "./assets/data/nsi/logos/hollisconservationcommission-38c1a8.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421529,7 +275161,6 @@ }, { "question": "Indiana DNR", - "icon": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-0d40c5.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421546,7 +275177,6 @@ }, { "question": "Indigenous Management Group", - "icon": "./assets/data/nsi/logos/indigenousmanagementgroup-b5b751.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421556,7 +275186,6 @@ }, { "question": "Instituto Água e Terra", - "icon": "./assets/data/nsi/logos/institutoaguaeterra-20a11c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421588,7 +275217,6 @@ }, { "question": "Instituto da Conservação da Natureza e das Florestas", - "icon": "./assets/data/nsi/logos/institutodaconservacaodanaturezaedasflorestas-745874.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421604,7 +275232,6 @@ }, { "question": "Instituto das Florestas e Conservação da Natureza, IP-RAM", - "icon": "./assets/data/nsi/logos/institutodasflorestaseconservacaodanaturezaipram-445e96.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421647,7 +275274,6 @@ }, { "question": "Island Heritage Trust", - "icon": "./assets/data/nsi/logos/islandheritagetrust-237098.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421708,7 +275334,6 @@ }, { "question": "Land Brandenburg", - "icon": "./assets/data/nsi/logos/landbrandenburg-f33cd9.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421723,7 +275348,6 @@ }, { "question": "Land Preservation Trust", - "icon": "./assets/data/nsi/logos/landpreservationtrust-f0b713.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -421733,7 +275357,6 @@ }, { "question": "Land Trust of Santa Cruz County", - "icon": "./assets/data/nsi/logos/landtrustofsantacruzcounty-6f7339.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422103,7 +275726,6 @@ }, { "question": "Littleton Conservation Trust", - "icon": "./assets/data/nsi/logos/littletonconservationtrust-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422134,7 +275756,6 @@ }, { "question": "Mairie de Saint-Florentin", - "icon": "./assets/data/nsi/logos/mairiedesaintflorentin-f325f7.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422165,7 +275786,6 @@ }, { "question": "Maryland Environmental Trust", - "icon": "./assets/data/nsi/logos/marylandenvironmentaltrust-f0b713.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422180,7 +275800,6 @@ }, { "question": "Maryland Forest Service", - "icon": "./assets/data/nsi/logos/marylandforestservice-f0b713.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422242,7 +275861,6 @@ }, { "question": "Massachusetts Department of Fish & Game", - "icon": "./assets/data/nsi/logos/massachusettsdepartmentoffishandgame-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422258,7 +275876,6 @@ }, { "question": "Metro Vancouver Parks", - "icon": "./assets/data/nsi/logos/metrovancouverparks-dc06ea.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422316,7 +275933,6 @@ }, { "question": "Midpeninsula Regional Open Space District", - "icon": "./assets/data/nsi/logos/midpeninsularegionalopenspacedistrict-6f7339.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422331,7 +275947,6 @@ }, { "question": "Ministerie van Oorlog", - "icon": "./assets/data/nsi/logos/ministerievanoorlog-889726.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422379,7 +275994,6 @@ }, { "question": "Mohawk Hudson Land Conservancy", - "icon": "./assets/data/nsi/logos/mohawkhudsonlandconservancy-b02294.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422405,7 +276019,6 @@ }, { "question": "Montana State Trust Lands", - "icon": "./assets/data/nsi/logos/montanastatetrustlands-d69c95.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422462,7 +276075,6 @@ }, { "question": "Nasjonalparkstyret for Reinheimen", - "icon": "./assets/data/nsi/logos/nasjonalparkstyretforreinheimen-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422472,7 +276084,6 @@ }, { "question": "National Forest Authority", - "icon": "./assets/data/nsi/logos/nationalforestauthority-523005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422553,7 +276164,6 @@ }, { "question": "Natural England", - "icon": "./assets/data/nsi/logos/naturalengland-e218b1.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422675,7 +276285,6 @@ }, { "question": "New York City DEP, Bureau of Water Supply", - "icon": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotectionbureauofwatersupply-4ed472.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422766,7 +276375,6 @@ }, { "question": "Nova Scotia Environment", - "icon": "./assets/data/nsi/logos/novascotiaenvironment-7d09b1.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422776,7 +276384,6 @@ }, { "question": "Nova Scotia Nature Trust", - "icon": "./assets/data/nsi/logos/novascotianaturetrust-7d09b1.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422786,7 +276393,6 @@ }, { "question": "NRE Tasmania", - "icon": "./assets/data/nsi/logos/departmentofnaturalresourcesandenvironmenttasmania-3bca28.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -422802,7 +276408,6 @@ }, { "question": "NS Department of Natural Resources", - "icon": "./assets/data/nsi/logos/nsdepartmentofnaturalresources-7d09b1.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423009,7 +276614,6 @@ }, { "question": "Parks Victoria as COM", - "icon": "./assets/data/nsi/logos/parksvictoriaascom-261f43.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423019,7 +276623,6 @@ }, { "question": "Parques Nacionales Naturales", - "icon": "./assets/data/nsi/logos/parquesnacionalesnaturales-570342.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423034,7 +276637,6 @@ }, { "question": "Pennsylvania Bureau of Forestry", - "icon": "./assets/data/nsi/logos/pennsylvaniabureauofforestry-8cfad6.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423044,7 +276646,6 @@ }, { "question": "Pennsylvania Bureau of State Parks", - "icon": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-8cfad6.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423060,7 +276661,6 @@ }, { "question": "Pennsylvania State Game Commission", - "icon": "./assets/data/nsi/logos/pennsylvaniastategamecommission-8cfad6.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423070,7 +276670,6 @@ }, { "question": "Presumpscot Regional Land Trust", - "icon": "./assets/data/nsi/logos/presumpscotregionallandtrust-237098.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423294,7 +276893,6 @@ }, { "question": "Queensland Department of Environment and Science", - "icon": "./assets/data/nsi/logos/queenslanddepartmentofenvironmentandscience-fa6129.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423309,7 +276907,6 @@ }, { "question": "Queensland Department of National Parks, Sport and Racing", - "icon": "./assets/data/nsi/logos/queenslanddepartmentofnationalparkssportandracing-fa6129.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423324,7 +276921,6 @@ }, { "question": "RCOP Bratislava", - "icon": "./assets/data/nsi/logos/rcopbratislava-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423334,7 +276930,6 @@ }, { "question": "RCOP Prešov", - "icon": "./assets/data/nsi/logos/rcoppresov-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423360,7 +276955,6 @@ }, { "question": "Rondane-Dovre nasjonalparkstyre", - "icon": "./assets/data/nsi/logos/rondanedovrenasjonalparkstyre-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423370,7 +276964,6 @@ }, { "question": "Royal Society for the Conservation of Nature", - "icon": "./assets/data/nsi/logos/royalsocietyfortheconservationofnature-33db75.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423386,7 +276979,6 @@ }, { "question": "Royal Society for the Protection of Birds", - "icon": "./assets/data/nsi/logos/royalsocietyfortheprotectionofbirds-e218b1.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423402,7 +276994,6 @@ }, { "question": "RU-VOR", - "icon": "./assets/data/nsi/logos/ruvor-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423412,7 +277003,6 @@ }, { "question": "S CHKO Biele Karpaty", - "icon": "./assets/data/nsi/logos/schkobielekarpaty-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423422,7 +277012,6 @@ }, { "question": "S CHKO Cerová vrchovina", - "icon": "./assets/data/nsi/logos/schkocerovavrchovina-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423432,7 +277021,6 @@ }, { "question": "S CHKO Dunajské luhy", - "icon": "./assets/data/nsi/logos/schkodunajskeluhy-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423442,7 +277030,6 @@ }, { "question": "S CHKO Kysuce", - "icon": "./assets/data/nsi/logos/schkokysuce-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423452,7 +277039,6 @@ }, { "question": "S CHKO Latorica", - "icon": "./assets/data/nsi/logos/schkolatorica-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423462,7 +277048,6 @@ }, { "question": "S CHKO Malé Karpaty", - "icon": "./assets/data/nsi/logos/schkomalekarpaty-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423472,7 +277057,6 @@ }, { "question": "S CHKO Poľana", - "icon": "./assets/data/nsi/logos/schkopolana-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423482,7 +277066,6 @@ }, { "question": "S CHKO Ponitrie", - "icon": "./assets/data/nsi/logos/schkoponitrie-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423492,7 +277075,6 @@ }, { "question": "S CHKO Štiavnické vrchy", - "icon": "./assets/data/nsi/logos/schkostiavnickevrchy-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423502,7 +277084,6 @@ }, { "question": "S CHKO Strážovské vrchy", - "icon": "./assets/data/nsi/logos/schkostrazovskevrchy-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423512,7 +277093,6 @@ }, { "question": "S CHKO Vihorlat", - "icon": "./assets/data/nsi/logos/schkovihorlat-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423522,7 +277102,6 @@ }, { "question": "S CHKO Východné Karpaty", - "icon": "./assets/data/nsi/logos/schkovychodnekarpaty-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423532,7 +277111,6 @@ }, { "question": "S CHKO Záhorie", - "icon": "./assets/data/nsi/logos/schkozahorie-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423542,7 +277120,6 @@ }, { "question": "S NAPANT", - "icon": "./assets/data/nsi/logos/snapant-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423552,7 +277129,6 @@ }, { "question": "S NP Malá Fatra", - "icon": "./assets/data/nsi/logos/snpmalafatra-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423562,7 +277138,6 @@ }, { "question": "S NP Muránska planina", - "icon": "./assets/data/nsi/logos/snpmuranskaplanina-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423572,7 +277147,6 @@ }, { "question": "S NP Poloniny", - "icon": "./assets/data/nsi/logos/snppoloniny-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423582,7 +277156,6 @@ }, { "question": "S NP Slovenský kras", - "icon": "./assets/data/nsi/logos/snpslovenskykras-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423592,7 +277165,6 @@ }, { "question": "S NP Slovenský raj", - "icon": "./assets/data/nsi/logos/snpslovenskyraj-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423602,7 +277174,6 @@ }, { "question": "S NP Veľká Fatra", - "icon": "./assets/data/nsi/logos/snpvelkafatra-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423612,7 +277183,6 @@ }, { "question": "S PIENAP", - "icon": "./assets/data/nsi/logos/spienap-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423622,7 +277192,6 @@ }, { "question": "S TANAP", - "icon": "./assets/data/nsi/logos/stanap-2c9005.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423632,7 +277201,6 @@ }, { "question": "Saco Valley Land Trust", - "icon": "./assets/data/nsi/logos/sacovalleylandtrust-237098.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423642,7 +277210,6 @@ }, { "question": "Santa Clara County Parks", - "icon": "./assets/data/nsi/logos/santaclaracountyparksandrecreationdepartment-6f7339.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423673,7 +277240,6 @@ }, { "question": "Secretaria Estadual do Meio Ambiente do Rio Grande do Sul", - "icon": "./assets/data/nsi/logos/secretariaestadualdomeioambientedoriograndedosul-df762c.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423688,7 +277254,6 @@ }, { "question": "Secretaria Municipal de Meio Ambiente do Rio de Janeiro", - "icon": "./assets/data/nsi/logos/secretariamunicipaldemeioambientedoriodejaneiro-635e4f.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423703,7 +277268,6 @@ }, { "question": "Secretaria Regional do Ambiente e Recursos Naturais", - "icon": "./assets/data/nsi/logos/secretariaregionaldoambienteerecursosnaturais-445e96.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423733,7 +277297,6 @@ }, { "question": "Servicio Nacional de Áreas Naturales Protegidas por el Estado", - "icon": "./assets/data/nsi/logos/servicionacionaldeareasnaturalesprotegidasporelestado-2c37fa.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423749,7 +277312,6 @@ }, { "question": "Servicio Nacional de Áreas Protegidas (Bolivia)", - "icon": "./assets/data/nsi/logos/servicionacionaldeareasprotegidas-7260ed.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423765,7 +277327,6 @@ }, { "question": "South Australian Forestry Corporation", - "icon": "./assets/data/nsi/logos/southaustralianforestrycorporation-c25f98.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423781,7 +277342,6 @@ }, { "question": "South Endeavour Trust", - "icon": "./assets/data/nsi/logos/southendeavourtrust-b5b751.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423852,7 +277412,6 @@ }, { "question": "Statsforvalteren i Agder", - "icon": "./assets/data/nsi/logos/statsforvaltereniagder-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423867,7 +277426,6 @@ }, { "question": "Statsforvalteren i Aust- og Vest-Agder", - "icon": "./assets/data/nsi/logos/statsforvaltereniaustogvestagder-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423882,7 +277440,6 @@ }, { "question": "Statsforvalteren i Buskerud", - "icon": "./assets/data/nsi/logos/statsforvalterenibuskerud-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423897,7 +277454,6 @@ }, { "question": "Statsforvalteren i Finnmark", - "icon": "./assets/data/nsi/logos/statsforvalterenifinnmark-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423912,7 +277468,6 @@ }, { "question": "Statsforvalteren i Hedmark", - "icon": "./assets/data/nsi/logos/statsforvalterenihedmark-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423927,7 +277482,6 @@ }, { "question": "Statsforvalteren i Hordaland", - "icon": "./assets/data/nsi/logos/statsforvalterenihordaland-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423942,7 +277496,6 @@ }, { "question": "Statsforvalteren i Innlandet", - "icon": "./assets/data/nsi/logos/statsforvaltereniinnlandet-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423957,7 +277510,6 @@ }, { "question": "Statsforvalteren i Møre og Romsdal", - "icon": "./assets/data/nsi/logos/statsforvalterenimoreogromsdal-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423972,7 +277524,6 @@ }, { "question": "Statsforvalteren i Nord-Trøndelag", - "icon": "./assets/data/nsi/logos/statsforvaltereninordtrondelag-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -423987,7 +277538,6 @@ }, { "question": "Statsforvalteren i Nordland", - "icon": "./assets/data/nsi/logos/statsforvaltereninordland-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424002,7 +277552,6 @@ }, { "question": "Statsforvalteren i Oppland", - "icon": "./assets/data/nsi/logos/statsforvalterenioppland-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424017,7 +277566,6 @@ }, { "question": "Statsforvalteren i Oslo og Akershus", - "icon": "./assets/data/nsi/logos/statsforvaltereniosloogakershus-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424032,7 +277580,6 @@ }, { "question": "Statsforvalteren i Oslo og Viken", - "icon": "./assets/data/nsi/logos/statsforvaltereniosloogviken-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424047,7 +277594,6 @@ }, { "question": "Statsforvalteren i Østfold", - "icon": "./assets/data/nsi/logos/statsforvaltereniostfold-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424062,7 +277608,6 @@ }, { "question": "Statsforvalteren i Rogaland", - "icon": "./assets/data/nsi/logos/statsforvalterenirogaland-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424077,7 +277622,6 @@ }, { "question": "Statsforvalteren i Sogn og Fjordane", - "icon": "./assets/data/nsi/logos/statsforvalterenisognogfjordane-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424092,7 +277636,6 @@ }, { "question": "Statsforvalteren i Sør-Trøndelag", - "icon": "./assets/data/nsi/logos/statsforvalterenisortrondelag-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424107,7 +277650,6 @@ }, { "question": "Statsforvalteren i Telemark", - "icon": "./assets/data/nsi/logos/statsforvalterenitelemark-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424122,7 +277664,6 @@ }, { "question": "Statsforvalteren i Troms og Finnmark", - "icon": "./assets/data/nsi/logos/statsforvalterenitromsogfinnmark-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424137,7 +277678,6 @@ }, { "question": "Statsforvalteren i Trøndelag", - "icon": "./assets/data/nsi/logos/statsforvalterenitrondelag-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424152,7 +277692,6 @@ }, { "question": "Statsforvalteren i Vestfold", - "icon": "./assets/data/nsi/logos/statsforvalterenivestfold-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424167,7 +277706,6 @@ }, { "question": "Statsforvalteren i Vestfold og Telemark", - "icon": "./assets/data/nsi/logos/statsforvalterenivestfoldogtelemark-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424182,7 +277720,6 @@ }, { "question": "Statsforvalteren i Vestland", - "icon": "./assets/data/nsi/logos/statsforvalterenivestland-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424244,7 +277781,6 @@ }, { "question": "Sysselmesteren på Svalbard", - "icon": "./assets/data/nsi/logos/sysselmesterenpasvalbard-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424269,7 +277805,6 @@ }, { "question": "Tasmanian Land Conservancy", - "icon": "./assets/data/nsi/logos/tasmanianlandconservancy-3bca28.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424279,7 +277814,6 @@ }, { "question": "Tennessee Department of Environment and Conservation", - "icon": "./assets/data/nsi/logos/tennesseedepartmentofenvironmentandconservation-091300.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424344,7 +277878,6 @@ }, { "question": "Town of Braintree Conservation Commission", - "icon": "./assets/data/nsi/logos/townofbraintreeconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424354,7 +277887,6 @@ }, { "question": "Town of Concord Natural Resources Commission", - "icon": "./assets/data/nsi/logos/townofconcordnaturalresourcescommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424364,7 +277896,6 @@ }, { "question": "Town of Easton Conservation Commission", - "icon": "./assets/data/nsi/logos/townofeastonconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424374,7 +277905,6 @@ }, { "question": "Town of Hingham Conservation Commission", - "icon": "./assets/data/nsi/logos/townofhinghamconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424384,7 +277914,6 @@ }, { "question": "Town of Holbrook Conservation Commission", - "icon": "./assets/data/nsi/logos/townofholbrookconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424394,7 +277923,6 @@ }, { "question": "Town of Medfield Conservation Commission", - "icon": "./assets/data/nsi/logos/townofmedfieldconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424420,7 +277948,6 @@ }, { "question": "Town of Scituate Conservation Commission", - "icon": "./assets/data/nsi/logos/townofscituateconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424446,7 +277973,6 @@ }, { "question": "Town of Whitman Conservation Commission", - "icon": "./assets/data/nsi/logos/townofwhitmanconservationcommission-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424456,7 +277982,6 @@ }, { "question": "Truckee Donner Land Trust", - "icon": "./assets/data/nsi/logos/truckeedonnerlandtrust-6f7339.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424466,7 +277991,6 @@ }, { "question": "Trust for Nature Victoria", - "icon": "./assets/data/nsi/logos/trustfornaturevictoria-261f43.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424579,7 +278103,6 @@ }, { "question": "US BLM, Farmington Field Office", - "icon": "./assets/data/nsi/logos/blmfarmingtonfieldoffice-515a72.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424589,7 +278112,6 @@ }, { "question": "Utah Mitigation Commission", - "icon": "./assets/data/nsi/logos/utahmitigationcommission-47b70f.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424599,7 +278121,6 @@ }, { "question": "Västkuststiftelsen", - "icon": "./assets/data/nsi/logos/vastkuststiftelsen-c450a4.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424646,7 +278167,6 @@ }, { "question": "Verneområdestyret for Setesdal-Vesthei-Ryfylkeheiane", - "icon": "./assets/data/nsi/logos/verneomradestyretforsetesdalvestheiryfylkeheiane-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424656,7 +278176,6 @@ }, { "question": "Vernområdestyret for Oksøy-Ryvingen og Flekkefjord landskapsvernområder", - "icon": "./assets/data/nsi/logos/vernomradestyretforoksoyryvingenogflekkefjordlandskapsvernomrader-65ea71.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424746,7 +278265,6 @@ }, { "question": "Wildlands Trust", - "icon": "./assets/data/nsi/logos/wildlandstrust-dd28c3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424756,7 +278274,6 @@ }, { "question": "Wildlife and Heritage Service (Maryland)", - "icon": "./assets/data/nsi/logos/wildlifeandheritageservice-f0b713.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424813,7 +278330,6 @@ }, { "question": "Государственное бюджетное учреждение Амурской области «Дирекция по охране и использованию животного мира и особо охраняемых природных территорий»", - "icon": "./assets/data/nsi/logos/f75bd5-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424823,7 +278339,6 @@ }, { "question": "Государственное бюджетное учреждение Ростовской области \"Дирекция особо охраняемых природных территорий областного значения\"", - "icon": "./assets/data/nsi/logos/0cfcb7-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424833,7 +278348,6 @@ }, { "question": "Государственный комитет Республики Татарстан по биологическим ресурсам", - "icon": "./assets/data/nsi/logos/4cd87d-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424843,7 +278357,6 @@ }, { "question": "ДП „Добрянське лісове господарство”", - "icon": "./assets/data/nsi/logos/100d60-0f9813.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424853,7 +278366,6 @@ }, { "question": "ДП „Корюківське лісове господарство”", - "icon": "./assets/data/nsi/logos/4cfa97-0f9813.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424863,7 +278375,6 @@ }, { "question": "ДП „Новгород-Сіверське лісове господарство”", - "icon": "./assets/data/nsi/logos/cd611e-0f9813.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424873,7 +278384,6 @@ }, { "question": "ДП „Семенівське лісове господарство”", - "icon": "./assets/data/nsi/logos/5e952a-0f9813.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424883,7 +278393,6 @@ }, { "question": "ДП „Холминське лісове господарство”", - "icon": "./assets/data/nsi/logos/827e15-0f9813.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424893,7 +278402,6 @@ }, { "question": "Комитет охраны окружающей среды и природопользования Саратовской области", - "icon": "./assets/data/nsi/logos/aaf988-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424903,7 +278411,6 @@ }, { "question": "Областное государственное учреждение «Особо охраняемые природные территории Челябинской области»", - "icon": "./assets/data/nsi/logos/e3842c-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424913,7 +278420,6 @@ }, { "question": "ОГУ \"ООПТ Челябинской области\"", - "icon": "./assets/data/nsi/logos/a67a72-93ddf3.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424923,7 +278429,6 @@ }, { "question": "內政部營建署", - "icon": "./assets/data/nsi/logos/d6cef9-938fd0.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424933,7 +278438,6 @@ }, { "question": "內政部營建署台江國家公園管理處", - "icon": "./assets/data/nsi/logos/139e6a-938fd0.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424943,7 +278447,6 @@ }, { "question": "內政部營建署玉山國家公園管理處", - "icon": "./assets/data/nsi/logos/8bc97b-938fd0.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -424953,7 +278456,6 @@ }, { "question": "內政部營建署陽明山國家公園管理處", - "icon": "./assets/data/nsi/logos/39c8cc-938fd0.undefined", "osmTags": { "and": [ "boundary=protected_area", @@ -425068,7 +278570,6 @@ }, { "question": "crued", - "icon": "./assets/data/nsi/logos/crued-fa4f03.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425123,7 +278624,6 @@ }, { "question": "Falck Notfallrettung und Krankentransport GmbH", - "icon": "./assets/data/nsi/logos/falcknotfallrettungundkrankentransportgmbh-d077c2.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425148,7 +278648,6 @@ }, { "question": "Gemeinnützige Herzogtum Lauenburg Rettungsdienstgesellschaft mbH", - "icon": "./assets/data/nsi/logos/gemeinnutzigeherzogtumlauenburgrettungsdienstgesellschaftmbh-86bca7.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425164,7 +278663,6 @@ }, { "question": "Hamilton County EMS", - "icon": "./assets/data/nsi/logos/hamiltoncountyems-85c4c7.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425204,7 +278702,6 @@ }, { "question": "Johnston County Emergency Services", - "icon": "./assets/data/nsi/logos/johnstoncountyemergencyservices-d2a2b5.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425424,7 +278921,6 @@ }, { "question": "Rettungsdienst Landkreis Barnim GmbH", - "icon": "./assets/data/nsi/logos/rettungsdienstlandkreisbarnimgmbh-eff076.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425696,7 +279192,6 @@ }, { "question": "Wojewódzka Stacja Pogotowia Ratunkowego w Szczecinie", - "icon": "./assets/data/nsi/logos/wojewodzkastacjapogotowiaratunkowegowszczecinie-a78dca.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425736,7 +279231,6 @@ }, { "question": "ССМП", - "icon": "./assets/data/nsi/logos/9cfa26-54fc4b.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425746,7 +279240,6 @@ }, { "question": "الهلال الأحمر السعودي", - "icon": "./assets/data/nsi/logos/96ca9e-7ef6c2.undefined", "osmTags": { "and": [ "emergency=ambulance_station", @@ -425791,7 +279284,6 @@ }, { "question": "DFES State Emergency Service", - "icon": "./assets/data/nsi/logos/dfesstateemergencyservice-2f6045.undefined", "osmTags": { "and": [ "emergency=disaster_response", @@ -425821,7 +279313,6 @@ }, { "question": "NT State Emergency Service", - "icon": "./assets/data/nsi/logos/ntstateemergencyservice-d703f0.undefined", "osmTags": { "and": [ "emergency=disaster_response", @@ -425836,7 +279327,6 @@ }, { "question": "Protezione Civile", - "icon": "./assets/data/nsi/logos/protezionecivile-bb5504.undefined", "osmTags": { "and": [ "emergency=disaster_response", @@ -425851,7 +279341,6 @@ }, { "question": "Queensland State Emergency Service", - "icon": "./assets/data/nsi/logos/queenslandstateemergencyservice-bbaa23.undefined", "osmTags": { "and": [ "emergency=disaster_response", @@ -426024,7 +279513,6 @@ }, { "question": "Grado Impianti Turistici", - "icon": "./assets/data/nsi/logos/gradoimpiantituristici-248a14.undefined", "osmTags": { "and": [ "emergency=lifeguard", @@ -426039,7 +279527,6 @@ }, { "question": "Lifeguard Italia", - "icon": "./assets/data/nsi/logos/lifeguarditalia-248a14.undefined", "osmTags": { "and": [ "emergency=lifeguard", @@ -426065,7 +279552,6 @@ }, { "question": "SDIS 34", - "icon": "./assets/data/nsi/logos/sdis34-d1555a.undefined", "osmTags": { "and": [ "emergency=lifeguard", @@ -426111,7 +279597,6 @@ }, { "question": "AB Triangulo do Sol", - "icon": "./assets/data/nsi/logos/abtriangulodosol-880fe0.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426126,7 +279611,6 @@ }, { "question": "Adelphi Public Safety & Transportation", - "icon": "./assets/data/nsi/logos/adelphipublicsafetyandtransportation-c2fcbd.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426136,7 +279620,6 @@ }, { "question": "ARSSA", - "icon": "./assets/data/nsi/logos/arssa-91d45d.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426207,7 +279690,6 @@ }, { "question": "Autobahnmeisterei Neumünster", - "icon": "./assets/data/nsi/logos/autobahnmeistereineumunster-6c607b.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426217,7 +279699,6 @@ }, { "question": "Autopistas del Oeste", - "icon": "./assets/data/nsi/logos/autopistasdeloeste-91d45d.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426227,7 +279708,6 @@ }, { "question": "Autopistas del Sol", - "icon": "./assets/data/nsi/logos/autopistasdelsol-91d45d.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426313,7 +279793,6 @@ }, { "question": "C5 CDMX", - "icon": "./assets/data/nsi/logos/c5cdmx-717f5b.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426328,7 +279807,6 @@ }, { "question": "CART", - "icon": "./assets/data/nsi/logos/cart-7790d1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426338,7 +279816,6 @@ }, { "question": "CCR NovaDutra", - "icon": "./assets/data/nsi/logos/ccrnovadutra-880fe0.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426353,7 +279830,6 @@ }, { "question": "CCR SPVias", - "icon": "./assets/data/nsi/logos/ccrspvias-7790d1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426378,7 +279854,6 @@ }, { "question": "CLN", - "icon": "./assets/data/nsi/logos/concessionarialitoralnorte-07ed79.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426454,7 +279929,6 @@ }, { "question": "DIR", - "icon": "./assets/data/nsi/logos/dir-6aca25.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426469,7 +279943,6 @@ }, { "question": "DIR Massif central", - "icon": "./assets/data/nsi/logos/dirmassifcentral-02de38.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426485,7 +279958,6 @@ }, { "question": "DIR Sud-Ouest", - "icon": "./assets/data/nsi/logos/dirsudouest-651a9a.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426501,7 +279973,6 @@ }, { "question": "DIRIF", - "icon": "./assets/data/nsi/logos/dirif-a40419.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426516,7 +279987,6 @@ }, { "question": "EcoRodovias", - "icon": "./assets/data/nsi/logos/ecorodovias-7790d1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426531,7 +280001,6 @@ }, { "question": "Federal Road Safety Corps", - "icon": "./assets/data/nsi/logos/federalroadsafetycorps-3ed96b.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426547,7 +280016,6 @@ }, { "question": "Florida Polytechnic University Police Department", - "icon": "./assets/data/nsi/logos/floridapolytechnicuniversitypolicedepartment-c0aeb4.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426649,7 +280117,6 @@ }, { "question": "Marquette University Department of Public Safety", - "icon": "./assets/data/nsi/logos/marquetteuniversitydepartmentofpublicsafety-05b8f9.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426674,7 +280141,6 @@ }, { "question": "Milwaukee Police Department", - "icon": "./assets/data/nsi/logos/milwaukeepolicedepartment-142ed9.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426797,7 +280263,6 @@ }, { "question": "Oakland University Police Department", - "icon": "./assets/data/nsi/logos/oaklanduniversitypolicedepartment-4b3b14.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426807,7 +280272,6 @@ }, { "question": "Oklahoma State University Police Department", - "icon": "./assets/data/nsi/logos/oklahomastateuniversitypolicedepartment-d029cc.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426817,7 +280281,6 @@ }, { "question": "Poste SOS COVISUR", - "icon": "./assets/data/nsi/logos/postesoscovisur-0d25eb.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426858,7 +280321,6 @@ }, { "question": "Rodovias das Colinas", - "icon": "./assets/data/nsi/logos/rodoviasdascolinas-7790d1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426873,7 +280335,6 @@ }, { "question": "Rodovias do Tietê", - "icon": "./assets/data/nsi/logos/rodoviasdotiete-7790d1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426903,7 +280364,6 @@ }, { "question": "Sacred Heart Medical Center at Riverbend", - "icon": "./assets/data/nsi/logos/sacredheartmedicalcenteratriverbend-84ad95.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426948,7 +280408,6 @@ }, { "question": "SAPN", - "icon": "./assets/data/nsi/logos/sapn-69f7c2.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426963,7 +280422,6 @@ }, { "question": "SDSU Police Department", - "icon": "./assets/data/nsi/logos/sdsupolicedepartment-a22ec8.undefined", "osmTags": { "and": [ "emergency=phone", @@ -426993,7 +280451,6 @@ }, { "question": "Shippensburg University Police Department", - "icon": "./assets/data/nsi/logos/shippensburguniversitypolicedepartment-db5f36.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427110,7 +280567,6 @@ }, { "question": "TII", - "icon": "./assets/data/nsi/logos/tii-ee7ba4.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427186,7 +280642,6 @@ }, { "question": "UBC Security", - "icon": "./assets/data/nsi/logos/ubcsecurity-6c17a8.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427196,7 +280651,6 @@ }, { "question": "UF Police Department", - "icon": "./assets/data/nsi/logos/ufpolicedepartment-c0aeb4.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427221,7 +280675,6 @@ }, { "question": "UNH Police", - "icon": "./assets/data/nsi/logos/unhpolice-ec47aa.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427262,7 +280715,6 @@ }, { "question": "University of Alabama Police Department", - "icon": "./assets/data/nsi/logos/universityofalabamapolicedepartment-b53a22.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427332,7 +280784,6 @@ }, { "question": "University of Washington Police Department", - "icon": "./assets/data/nsi/logos/universityofwashingtonpolicedepartment-82c3f1.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427372,7 +280823,6 @@ }, { "question": "Vicente López Patrulla", - "icon": "./assets/data/nsi/logos/vicentelopezpatrulla-91d45d.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427387,7 +280837,6 @@ }, { "question": "VicRoads", - "icon": "./assets/data/nsi/logos/vicroads-9d2726.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427432,7 +280881,6 @@ }, { "question": "Western Carolina University Police", - "icon": "./assets/data/nsi/logos/westerncarolinauniversitypolice-6ce07d.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427442,7 +280890,6 @@ }, { "question": "WPI Police", - "icon": "./assets/data/nsi/logos/wpipolice-4facae.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427497,7 +280944,6 @@ }, { "question": "공원녹지과", - "icon": "./assets/data/nsi/logos/e4fbfe-9e18bc.undefined", "osmTags": { "and": [ "emergency=phone", @@ -427512,7 +280958,6 @@ }, { "question": "Addison Consolidated Dispatch Center", - "icon": "./assets/data/nsi/logos/addisonconsolidateddispatchcenter-fc0e7f.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427522,7 +280967,6 @@ }, { "question": "Amt für Bevölkerungsschutz", - "icon": "./assets/data/nsi/logos/amtfurbevolkerungsschutz-faa12a.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427532,7 +280976,6 @@ }, { "question": "Auckland Emergency Management", - "icon": "./assets/data/nsi/logos/aucklandemergencymanagement-84203e.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427542,7 +280985,6 @@ }, { "question": "Behörde für Inneres und Sport", - "icon": "./assets/data/nsi/logos/behordefurinneresundsport-dba2ea.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427552,7 +280994,6 @@ }, { "question": "Belügyminisztérium Országos Katasztrófavédelmi Főigazgatóság", - "icon": "./assets/data/nsi/logos/belugyminiszteriumorszagoskatasztrofavedelmifoigazgatosag-30c3c0.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427562,7 +281003,6 @@ }, { "question": "Berufsfeuerwehr Koblenz", - "icon": "./assets/data/nsi/logos/berufsfeuerwehrkoblenz-d10492.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427577,7 +281017,6 @@ }, { "question": "Boone County", - "icon": "./assets/data/nsi/logos/boonecounty-eccafb.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427607,7 +281046,6 @@ }, { "question": "City of Bixby", - "icon": "./assets/data/nsi/logos/cityofbixby-058349.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427622,7 +281060,6 @@ }, { "question": "City of Bloomington", - "icon": "./assets/data/nsi/logos/cityofbloomington-639ea2.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427637,7 +281074,6 @@ }, { "question": "City of Broken Arrow", - "icon": "./assets/data/nsi/logos/cityofbrokenarrow-058349.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427682,7 +281118,6 @@ }, { "question": "City of Eden Prairie", - "icon": "./assets/data/nsi/logos/cityofedenprairie-639ea2.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427697,7 +281132,6 @@ }, { "question": "City of Iowa City", - "icon": "./assets/data/nsi/logos/cityofiowacity-d014e0.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427712,7 +281146,6 @@ }, { "question": "City of Marysville", - "icon": "./assets/data/nsi/logos/cityofmarysville-52d0dc.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427742,7 +281175,6 @@ }, { "question": "City of Owasso", - "icon": "./assets/data/nsi/logos/cityofowasso-058349.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427757,7 +281189,6 @@ }, { "question": "City of Plymouth", - "icon": "./assets/data/nsi/logos/cityofplymouth-639ea2.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427787,7 +281218,6 @@ }, { "question": "City of Sapulpa", - "icon": "./assets/data/nsi/logos/cityofsapulpa-058349.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427802,7 +281232,6 @@ }, { "question": "City of Smyrna", - "icon": "./assets/data/nsi/logos/cityofsmyrna-f0cbcf.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427834,7 +281263,6 @@ }, { "question": "Cobb County Emergency Management Agency", - "icon": "./assets/data/nsi/logos/cobbcountyemergencymanagementagency-f0cbcf.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427859,7 +281287,6 @@ }, { "question": "Etelä-Karjalan Pelastuslaitos", - "icon": "./assets/data/nsi/logos/etelakarjalanpelastuslaitos-b1cac9.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427869,7 +281296,6 @@ }, { "question": "Feuerwehr Stadt Aachen", - "icon": "./assets/data/nsi/logos/feuerwehrstadtaachen-f8b912.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427899,7 +281325,6 @@ }, { "question": "HMP", - "icon": "./assets/data/nsi/logos/hmp-af0ad5.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427909,7 +281334,6 @@ }, { "question": "HZS HMP", - "icon": "./assets/data/nsi/logos/hzshmp-af0ad5.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427919,7 +281343,6 @@ }, { "question": "Johnson County EMA", - "icon": "./assets/data/nsi/logos/johnsoncountyema-d014e0.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427974,7 +281397,6 @@ }, { "question": "Mahoning County EMA", - "icon": "./assets/data/nsi/logos/mahoningcountyema-52d0dc.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427984,7 +281406,6 @@ }, { "question": "Medina County Sheriff", - "icon": "./assets/data/nsi/logos/medinacountysheriff-52d0dc.undefined", "osmTags": { "and": [ "emergency=siren", @@ -427994,7 +281415,6 @@ }, { "question": "Municipalidad de Lomas de Zamora", - "icon": "./assets/data/nsi/logos/municipalidaddelomasdezamora-cad0e3.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428009,7 +281429,6 @@ }, { "question": "Nationalparkverbandsgemeinde Herrstein-Rhaunen", - "icon": "./assets/data/nsi/logos/nationalparkverbandsgemeindeherrsteinrhaunen-d10492.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428034,7 +281453,6 @@ }, { "question": "Saint Louis County Emergency Communications Commission", - "icon": "./assets/data/nsi/logos/saintlouiscountyemergencycommunicationscommission-05d8de.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428051,7 +281469,6 @@ }, { "question": "Seabrook Station", - "icon": "./assets/data/nsi/logos/seabrookstation-2a6dd7.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428068,7 +281485,6 @@ }, { "question": "Severnside Sirens Trust", - "icon": "./assets/data/nsi/logos/severnsidesirenstrust-68aab9.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428094,7 +281510,6 @@ }, { "question": "Springfield Fire Department", - "icon": "./assets/data/nsi/logos/springfieldfiredepartment-fc0e7f.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428259,7 +281674,6 @@ }, { "question": "Straż pożarna", - "icon": "./assets/data/nsi/logos/strazpozarna-fe489a.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428284,7 +281698,6 @@ }, { "question": "Trenes Argentinos", - "icon": "./assets/data/nsi/logos/trenesargentinos-cad0e3.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428309,7 +281722,6 @@ }, { "question": "Verbandsgemeinde Gerolstein", - "icon": "./assets/data/nsi/logos/verbandsgemeindegerolstein-d10492.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428354,7 +281766,6 @@ }, { "question": "Ростелеком", - "icon": "./assets/data/nsi/logos/b6fed5-77f976.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428364,7 +281775,6 @@ }, { "question": "廿日市市", - "icon": "./assets/data/nsi/logos/102513-1cc03d.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428374,7 +281784,6 @@ }, { "question": "青梅市", - "icon": "./assets/data/nsi/logos/98f747-1cc03d.undefined", "osmTags": { "and": [ "emergency=siren", @@ -428532,7 +281941,6 @@ }, { "question": "Департамента по предупреждению и ликвидации чрезвычайных ситуаций Ростовской области", - "icon": "./assets/data/nsi/logos/64f32f-2ac66f.undefined", "osmTags": { "and": [ "emergency=water_rescue", @@ -428647,7 +282055,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-1a9281.undefined", "osmTags": { "and": [ "highway=street_lamp", @@ -428805,7 +282212,6 @@ }, { "question": "Fort Bend County Toll Road Authority", - "icon": "./assets/data/nsi/logos/fortbendcountytollroadauthority-2ee94d.undefined", "osmTags": { "and": [ "highway=toll_gantry", @@ -428871,7 +282277,6 @@ }, { "question": "Montgomery County Toll Road Authority", - "icon": "./assets/data/nsi/logos/montgomerycountytollroadauthority-2ee94d.undefined", "osmTags": { "and": [ "highway=toll_gantry", @@ -428942,7 +282347,6 @@ }, { "question": "SH 130 Concession Company", - "icon": "./assets/data/nsi/logos/sh130concessioncompany-2ee94d.undefined", "osmTags": { "and": [ "highway=toll_gantry", @@ -428959,7 +282363,6 @@ }, { "question": "Toll Operations Division of the Texas Department of Transportation", - "icon": "./assets/data/nsi/logos/tolloperationsdivisionofthetexasdepartmentoftransportation-2ee94d.undefined", "osmTags": { "and": [ "highway=toll_gantry", @@ -428977,7 +282380,6 @@ }, { "question": "Агенция \"Пътна инфраструктура\"", - "icon": "./assets/data/nsi/logos/7a1d9d-4a1371.undefined", "osmTags": { "and": [ "highway=toll_gantry", @@ -428992,7 +282394,6 @@ }, { "question": "ABB Wi-Fi", - "icon": "./assets/data/nsi/logos/abbwifi-60e48e.undefined", "osmTags": { "and": [ "internet_access=wlan", @@ -429005,7 +282406,6 @@ }, { "question": "ibbWiFi", - "icon": "./assets/data/nsi/logos/ibbwifi-60e48e.undefined", "osmTags": { "and": [ "internet_access=wlan", @@ -429041,7 +282441,6 @@ }, { "question": "MobyKlick", - "icon": "./assets/data/nsi/logos/mobyklick-18a37e.undefined", "osmTags": { "and": [ "internet_access=wlan", @@ -429110,7 +282509,6 @@ }, { "question": "Zakład Mięsny Lenarcik", - "icon": "./assets/data/nsi/logos/zakladmiesnylenarcik-9ff3f0.undefined", "osmTags": { "and": [ "industrial=meat_processing", @@ -429143,7 +282541,6 @@ }, { "question": "Столичен автотранспорт", - "icon": "./assets/data/nsi/logos/d3caae-4a2e40.undefined", "osmTags": { "and": [ "industrial=depot", @@ -429252,7 +282649,6 @@ }, { "question": "Housing Authority of Tulare County", - "icon": "./assets/data/nsi/logos/housingauthorityoftularecounty-01020c.undefined", "osmTags": { "and": [ "landuse=residential", @@ -429396,7 +282792,6 @@ }, { "question": "Johannesburg City Parks and Zoo", - "icon": "./assets/data/nsi/logos/johannesburgcityparksandzoo-e7313b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429610,7 +283005,6 @@ }, { "question": "Alcaldia municipal de Soyapango", - "icon": "./assets/data/nsi/logos/alcaldiamunicipaldesoyapango-b33958.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429641,7 +283035,6 @@ }, { "question": "Alsip Park District", - "icon": "./assets/data/nsi/logos/alsipparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429672,7 +283065,6 @@ }, { "question": "Arboretum de Versailles-Chèvreloup", - "icon": "./assets/data/nsi/logos/arboretumdeversailleschevreloup-23b918.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429720,7 +283112,6 @@ }, { "question": "Arlington County Department of Parks and Recreation", - "icon": "./assets/data/nsi/logos/arlingtoncountydepartmentofparksandrecreation-d70331.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429784,7 +283175,6 @@ }, { "question": "Ayuntamiento de La Línea de la Concepción", - "icon": "./assets/data/nsi/logos/ayuntamientodelalineadelaconcepcion-c4d908.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429800,7 +283190,6 @@ }, { "question": "Ayuntamiento de Majadahonda", - "icon": "./assets/data/nsi/logos/ayuntamientodemajadahonda-c4d908.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -429832,7 +283221,6 @@ }, { "question": "Ayuntamiento de San Roque", - "icon": "./assets/data/nsi/logos/ayuntamientodesanroque-c4d908.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430028,7 +283416,6 @@ }, { "question": "Bloomington Parks & Recreation", - "icon": "./assets/data/nsi/logos/bloomingtonparksandrecreation-be422a.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430062,7 +283449,6 @@ }, { "question": "BMC (Brihanmumbai)", - "icon": "./assets/data/nsi/logos/brihanmumbaimunicipalcorporation-237f04.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430128,7 +283514,6 @@ }, { "question": "Bristol City Council", - "icon": "./assets/data/nsi/logos/bristolcitycouncil-cd8f03.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430227,7 +283612,6 @@ }, { "question": "Camden Council", - "icon": "./assets/data/nsi/logos/camdencouncil-044fbe.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430292,7 +283676,6 @@ }, { "question": "Carol Stream Park District", - "icon": "./assets/data/nsi/logos/carolstreamparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430341,7 +283724,6 @@ }, { "question": "CASC", - "icon": "./assets/data/nsi/logos/communautedagglomerationlessorguesducomtat-07384b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430391,7 +283773,6 @@ }, { "question": "Chesterfield County Parks and Recreation", - "icon": "./assets/data/nsi/logos/chesterfieldcountyparksandrecreation-d70331.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430454,7 +283835,6 @@ }, { "question": "City and County of Honolulu Department of Parks and Recreation", - "icon": "./assets/data/nsi/logos/cityandcountyofhonoluludepartmentofparksandrecreation-589011.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430469,7 +283849,6 @@ }, { "question": "City of Alma", - "icon": "./assets/data/nsi/logos/cityofalma-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430725,7 +284104,6 @@ }, { "question": "City of Bethlehem", - "icon": "./assets/data/nsi/logos/cityofbethlehem-bec98d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -430965,7 +284343,6 @@ }, { "question": "City of Canning", - "icon": "./assets/data/nsi/logos/cityofcanning-c754d2.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431000,7 +284377,6 @@ }, { "question": "City of Casey", - "icon": "./assets/data/nsi/logos/cityofcasey-612bf2.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431096,7 +284472,6 @@ }, { "question": "City of Coldwater", - "icon": "./assets/data/nsi/logos/cityofcoldwater-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431112,7 +284487,6 @@ }, { "question": "City of Coquitlam", - "icon": "./assets/data/nsi/logos/cityofcoquitlam-56b35c.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431160,7 +284534,6 @@ }, { "question": "City of Delta", - "icon": "./assets/data/nsi/logos/cityofdelta-56b35c.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431256,7 +284629,6 @@ }, { "question": "City of East Chicago", - "icon": "./assets/data/nsi/logos/cityofeastchicago-be422a.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431272,7 +284644,6 @@ }, { "question": "City of Easton", - "icon": "./assets/data/nsi/logos/cityofeaston-bec98d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431288,7 +284659,6 @@ }, { "question": "City of Ecorse", - "icon": "./assets/data/nsi/logos/cityofecorse-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431400,7 +284770,6 @@ }, { "question": "City of Flint", - "icon": "./assets/data/nsi/logos/cityofflint-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431480,7 +284849,6 @@ }, { "question": "City of Gladstone (Missouri)", - "icon": "./assets/data/nsi/logos/cityofgladstone-44b06a.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431528,7 +284896,6 @@ }, { "question": "City of Gloversville", - "icon": "./assets/data/nsi/logos/cityofgloversville-5fa58e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431544,7 +284911,6 @@ }, { "question": "City of Goodyear", - "icon": "./assets/data/nsi/logos/cityofgoodyear-d11711.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431608,7 +284974,6 @@ }, { "question": "City of Greenville", - "icon": "./assets/data/nsi/logos/cityofgreenville-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431624,7 +284989,6 @@ }, { "question": "City of Greer", - "icon": "./assets/data/nsi/logos/cityofgreer-0d235d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431672,7 +285036,6 @@ }, { "question": "City of Happy Valley", - "icon": "./assets/data/nsi/logos/cityofhappyvalley-4dc167.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431720,7 +285083,6 @@ }, { "question": "City of Hattiesburg", - "icon": "./assets/data/nsi/logos/cityofhattiesburg-ae3bd1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -431736,7 +285098,6 @@ }, { "question": "City of Helena", - "icon": "./assets/data/nsi/logos/cityofhelena-863db2.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432011,7 +285372,6 @@ }, { "question": "City of Lawrence", - "icon": "./assets/data/nsi/logos/cityoflawrence-defa05.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432059,7 +285419,6 @@ }, { "question": "City of Lincoln City (Oregon)", - "icon": "./assets/data/nsi/logos/cityoflincolncity-4dc167.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432075,7 +285434,6 @@ }, { "question": "City of London (Ontario)", - "icon": "./assets/data/nsi/logos/cityoflondon-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432107,7 +285465,6 @@ }, { "question": "City of Madison", - "icon": "./assets/data/nsi/logos/cityofmadison-d8ec11.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432139,7 +285496,6 @@ }, { "question": "City of Markham", - "icon": "./assets/data/nsi/logos/cityofmarkham-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432315,7 +285671,6 @@ }, { "question": "City of Napa", - "icon": "./assets/data/nsi/logos/cityofnapa-46dc27.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432459,7 +285814,6 @@ }, { "question": "City of Peachtree City", - "icon": "./assets/data/nsi/logos/cityofpeachtreecity-62554d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432507,7 +285861,6 @@ }, { "question": "City of Port Huron", - "icon": "./assets/data/nsi/logos/cityofporthuron-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432731,7 +286084,6 @@ }, { "question": "City of Rogers", - "icon": "./assets/data/nsi/logos/cityofrogers-19fc0b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432827,7 +286179,6 @@ }, { "question": "City of Sandy", - "icon": "./assets/data/nsi/logos/cityofsandy-4dc167.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -432923,7 +286274,6 @@ }, { "question": "City of Shoreline", - "icon": "./assets/data/nsi/logos/cityofshoreline-9f19b6.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433003,7 +286353,6 @@ }, { "question": "City of Surrey", - "icon": "./assets/data/nsi/logos/cityofsurrey-56b35c.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433099,7 +286448,6 @@ }, { "question": "City of Traverse City", - "icon": "./assets/data/nsi/logos/cityoftraversecity-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433115,7 +286463,6 @@ }, { "question": "City of Trenton", - "icon": "./assets/data/nsi/logos/cityoftrenton-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433195,7 +286542,6 @@ }, { "question": "City of Unley", - "icon": "./assets/data/nsi/logos/cityofunley-e417c8.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433227,7 +286573,6 @@ }, { "question": "City of Vassar", - "icon": "./assets/data/nsi/logos/cityofvassar-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433243,7 +286588,6 @@ }, { "question": "City of Vaughan", - "icon": "./assets/data/nsi/logos/cityofvaughan-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433259,7 +286603,6 @@ }, { "question": "City of Wanneroo", - "icon": "./assets/data/nsi/logos/cityofwanneroo-c754d2.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433339,7 +286682,6 @@ }, { "question": "City of Waterloo", - "icon": "./assets/data/nsi/logos/cityofwaterloo-d5c77d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433612,7 +286954,6 @@ }, { "question": "Comune di Rosà", - "icon": "./assets/data/nsi/logos/comunedirosa-93e1cb.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433644,7 +286985,6 @@ }, { "question": "Cowichan Valley Regional District", - "icon": "./assets/data/nsi/logos/cowichanvalleyregionaldistrict-56b35c.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433677,7 +287017,6 @@ }, { "question": "Çukurova Belediyesi", - "icon": "./assets/data/nsi/logos/cukurovabelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433692,7 +287031,6 @@ }, { "question": "Cuttack Development Authority", - "icon": "./assets/data/nsi/logos/cuttackdevelopmentauthority-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433709,7 +287047,6 @@ }, { "question": "Deerfield Park District", - "icon": "./assets/data/nsi/logos/deerfieldparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433724,7 +287061,6 @@ }, { "question": "Denizli Büyükşehir Belediyesi", - "icon": "./assets/data/nsi/logos/denizlibuyuksehirbelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433755,7 +287091,6 @@ }, { "question": "Des Plaines Park District", - "icon": "./assets/data/nsi/logos/desplainesparkdistrict-842543.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433786,7 +287121,6 @@ }, { "question": "Dirección general de servicios públicos", - "icon": "./assets/data/nsi/logos/direcciongeneraldeserviciospublicos-776ed3.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433801,7 +287135,6 @@ }, { "question": "Downers Grove Park District", - "icon": "./assets/data/nsi/logos/downersgroveparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -433882,7 +287215,6 @@ }, { "question": "Elgin Parks & Recreation", - "icon": "./assets/data/nsi/logos/elginparksandrecreation-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434091,7 +287423,6 @@ }, { "question": "Forsyth County", - "icon": "./assets/data/nsi/logos/forsythcounty-62554d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434107,7 +287438,6 @@ }, { "question": "Fox Valley Park District", - "icon": "./assets/data/nsi/logos/foxvalleyparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434123,7 +287453,6 @@ }, { "question": "GAMLP", - "icon": "./assets/data/nsi/logos/gamlp-a93914.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434155,7 +287484,6 @@ }, { "question": "Gaslight Village", - "icon": "./assets/data/nsi/logos/gaslightvillage-defa05.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434218,7 +287546,6 @@ }, { "question": "GHMC", - "icon": "./assets/data/nsi/logos/ghmc-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434281,7 +287608,6 @@ }, { "question": "Gmina Oborniki Śląskie - Zarząd Zieleni", - "icon": "./assets/data/nsi/logos/gminaobornikislaskiezarzadzieleni-34905d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434313,7 +287639,6 @@ }, { "question": "Goshen Parks & Recreation Department", - "icon": "./assets/data/nsi/logos/goshenparksandrecreationdepartment-be422a.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434424,7 +287749,6 @@ }, { "question": "Hanover Township", - "icon": "./assets/data/nsi/logos/hanovertownship-bec98d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434487,7 +287811,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-175718.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434535,7 +287858,6 @@ }, { "question": "Homewood-Flossmoor Park District", - "icon": "./assets/data/nsi/logos/homewoodflossmoorparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434566,7 +287888,6 @@ }, { "question": "I. Municipalidad de Valdivia", - "icon": "./assets/data/nsi/logos/imunicipalidaddevaldivia-94d6eb.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434581,7 +287902,6 @@ }, { "question": "IAM", - "icon": "./assets/data/nsi/logos/iam-8578a0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434646,7 +287966,6 @@ }, { "question": "Indiana DNR", - "icon": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-be422a.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434811,7 +288130,6 @@ }, { "question": "Jackson County (Oregon)", - "icon": "./assets/data/nsi/logos/jacksoncounty-4dc167.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434827,7 +288145,6 @@ }, { "question": "Jackson County (Wisconsin)", - "icon": "./assets/data/nsi/logos/jacksoncounty-d8ec11.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -434859,7 +288176,6 @@ }, { "question": "Jaipur Nagar Nigam", - "icon": "./assets/data/nsi/logos/jaipurnagarnigam-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435041,7 +288357,6 @@ }, { "question": "Knowsley Council", - "icon": "./assets/data/nsi/logos/knowsleycouncil-6a216f.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435089,7 +288404,6 @@ }, { "question": "Lake Ogemaw Summer Resort Association", - "icon": "./assets/data/nsi/logos/lakeogemawsummerresortassociation-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435104,7 +288418,6 @@ }, { "question": "Lambeth Council", - "icon": "./assets/data/nsi/logos/lambethcouncil-de0fdb.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435120,7 +288433,6 @@ }, { "question": "Lan-Oak Park District", - "icon": "./assets/data/nsi/logos/lanoakparkdistrict-e727b8.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435199,7 +288511,6 @@ }, { "question": "Lismore City Council", - "icon": "./assets/data/nsi/logos/lismorecitycouncil-044fbe.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435215,7 +288526,6 @@ }, { "question": "Little Rock Parks & Recreation", - "icon": "./assets/data/nsi/logos/littlerockparksandrecreation-0cc157.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435294,7 +288604,6 @@ }, { "question": "Maine Bureau of Parks and Lands", - "icon": "./assets/data/nsi/logos/mainebureauofparksandlands-46e924.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435310,7 +288619,6 @@ }, { "question": "Mairie d'Ambilly", - "icon": "./assets/data/nsi/logos/mairiedambilly-c3c72e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435326,7 +288634,6 @@ }, { "question": "Mairie d'Annemasse", - "icon": "./assets/data/nsi/logos/mairiedannemasse-c3c72e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435342,7 +288649,6 @@ }, { "question": "Mairie de Montrouge", - "icon": "./assets/data/nsi/logos/mairiedemontrouge-23b918.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435358,7 +288664,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-f23895.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435374,7 +288679,6 @@ }, { "question": "Mairie du 2e secteur de Marseille", - "icon": "./assets/data/nsi/logos/mairiedu2esecteurdemarseille-07384b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435390,7 +288694,6 @@ }, { "question": "Mairie du 3e secteur de Marseille", - "icon": "./assets/data/nsi/logos/mairiedu3esecteurdemarseille-07384b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435406,7 +288709,6 @@ }, { "question": "Majlis Bandaraya Pulau Pinang", - "icon": "./assets/data/nsi/logos/majlisbandarayapulaupinang-0f52cf.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435437,7 +288739,6 @@ }, { "question": "Manitoba Conservation", - "icon": "./assets/data/nsi/logos/manitobaconservation-012dd4.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435485,7 +288786,6 @@ }, { "question": "Maroondah City Council", - "icon": "./assets/data/nsi/logos/maroondahcitycouncil-612bf2.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435533,7 +288833,6 @@ }, { "question": "Mathews County", - "icon": "./assets/data/nsi/logos/mathewscounty-d70331.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435565,7 +288864,6 @@ }, { "question": "MCD", - "icon": "./assets/data/nsi/logos/mcd-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435597,7 +288895,6 @@ }, { "question": "Meridian Charter Township", - "icon": "./assets/data/nsi/logos/meridianchartertownship-101c18.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435613,7 +288910,6 @@ }, { "question": "Merkezefendi Belediyesi", - "icon": "./assets/data/nsi/logos/merkezefendibelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435858,7 +289154,6 @@ }, { "question": "Mount Prospect Park District", - "icon": "./assets/data/nsi/logos/mountprospectparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435873,7 +289168,6 @@ }, { "question": "Municipalidad de Cipolletti", - "icon": "./assets/data/nsi/logos/municipalidaddecipolletti-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435889,7 +289183,6 @@ }, { "question": "Municipalidad de Cutral Có", - "icon": "./assets/data/nsi/logos/municipalidaddecutralco-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435905,7 +289198,6 @@ }, { "question": "Municipalidad de Las Lajas", - "icon": "./assets/data/nsi/logos/municipalidaddelaslajas-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435921,7 +289213,6 @@ }, { "question": "Municipalidad de Morón", - "icon": "./assets/data/nsi/logos/municipalidaddemoron-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435953,7 +289244,6 @@ }, { "question": "Municipalidad de Plaza Huincul", - "icon": "./assets/data/nsi/logos/municipalidaddeplazahuincul-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435969,7 +289259,6 @@ }, { "question": "Municipalidad de Salsipuedes", - "icon": "./assets/data/nsi/logos/municipalidaddesalsipuedes-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -435985,7 +289274,6 @@ }, { "question": "Municipalidad de Ushuaia", - "icon": "./assets/data/nsi/logos/municipalidaddeushuaia-7537b0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436017,7 +289305,6 @@ }, { "question": "Municipalidad Provincial de Sullana", - "icon": "./assets/data/nsi/logos/municipalidadprovincialdesullana-5e3ba0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436033,7 +289320,6 @@ }, { "question": "Município de Maputo", - "icon": "./assets/data/nsi/logos/municipiodemaputo-8f4719.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436149,7 +289435,6 @@ }, { "question": "National Trust of Australia", - "icon": "./assets/data/nsi/logos/nationaltrustofaustralia-db6a54.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436313,7 +289598,6 @@ }, { "question": "Newry, Mourne and Down District Council", - "icon": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-afc2c1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436378,7 +289662,6 @@ }, { "question": "Northbrook Park District", - "icon": "./assets/data/nsi/logos/northbrookparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436393,7 +289676,6 @@ }, { "question": "Northern Beaches Council", - "icon": "./assets/data/nsi/logos/northernbeachescouncil-044fbe.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436458,7 +289740,6 @@ }, { "question": "Oak Lawn Park District", - "icon": "./assets/data/nsi/logos/oaklawnparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436506,7 +289787,6 @@ }, { "question": "Oklahoma County", - "icon": "./assets/data/nsi/logos/oklahomacounty-726c77.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436555,7 +289835,6 @@ }, { "question": "Orange County Parks & Recreation", - "icon": "./assets/data/nsi/logos/orangecountyparksandrecreation-611b25.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436652,7 +289931,6 @@ }, { "question": "Pamukkale Belediyesi", - "icon": "./assets/data/nsi/logos/pamukkalebelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436667,7 +289945,6 @@ }, { "question": "Park District of Highland Park", - "icon": "./assets/data/nsi/logos/parkdistrictofhighlandpark-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436699,7 +289976,6 @@ }, { "question": "Park Ridge Park District", - "icon": "./assets/data/nsi/logos/parkridgeparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436747,7 +290023,6 @@ }, { "question": "Pendik Belediyesi", - "icon": "./assets/data/nsi/logos/pendikbelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436763,7 +290038,6 @@ }, { "question": "Pennsylvania Bureau of State Parks", - "icon": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-bec98d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436877,7 +290151,6 @@ }, { "question": "Portsmouth Parks and Recreation", - "icon": "./assets/data/nsi/logos/portsmouthparksandrecreation-d70331.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436892,7 +290165,6 @@ }, { "question": "Pradella Sistemi", - "icon": "./assets/data/nsi/logos/pradellasistemi-336d93.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -436923,7 +290195,6 @@ }, { "question": "Prefeitura de Juiz de Fora", - "icon": "./assets/data/nsi/logos/prefeituradejuizdefora-9f31a9.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437003,7 +290274,6 @@ }, { "question": "Prefeitura Municipal de Laranjal Paulista", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldelaranjalpaulista-dd876e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437019,7 +290289,6 @@ }, { "question": "Prefeitura Municipal de Paulínia", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldepaulinia-dd876e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437035,7 +290304,6 @@ }, { "question": "Prefeitura Municipal de Santarém", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldesantarem-17e374.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437067,7 +290335,6 @@ }, { "question": "Puerto Pacifico", - "icon": "./assets/data/nsi/logos/puertopacifico-20e6d9.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437082,7 +290349,6 @@ }, { "question": "Redland City Council", - "icon": "./assets/data/nsi/logos/redlandcitycouncil-aa8094.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437098,7 +290364,6 @@ }, { "question": "River Forest Park District", - "icon": "./assets/data/nsi/logos/riverforestparkdistrict-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437145,7 +290410,6 @@ }, { "question": "RWA", - "icon": "./assets/data/nsi/logos/rwa-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437224,7 +290488,6 @@ }, { "question": "SDMC", - "icon": "./assets/data/nsi/logos/southdelhimunicipalcorporation-38394d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437241,7 +290504,6 @@ }, { "question": "Secretaria Municipal de Serviços Públicos Municipais de Laranjal Paulista", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeservicospublicosmunicipaisdelaranjalpaulista-dd876e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437272,7 +290534,6 @@ }, { "question": "Seyhan Belediyesi", - "icon": "./assets/data/nsi/logos/seyhanbelediyesi-f5e45e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437303,7 +290564,6 @@ }, { "question": "Smyrna Parks & Recreation", - "icon": "./assets/data/nsi/logos/smyrnaparksandrecreation-62554d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437367,7 +290627,6 @@ }, { "question": "South Whitehall Township", - "icon": "./assets/data/nsi/logos/southwhitehalltownship-bec98d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437528,7 +290787,6 @@ }, { "question": "Story County Conservation Board", - "icon": "./assets/data/nsi/logos/storycountyconservationboard-083489.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437721,7 +290979,6 @@ }, { "question": "Toowoomba Regional Council", - "icon": "./assets/data/nsi/logos/toowoombaregionalcouncil-aa8094.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437801,7 +291058,6 @@ }, { "question": "Town of Amherst (New York)", - "icon": "./assets/data/nsi/logos/townofamherst-5fa58e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437817,7 +291073,6 @@ }, { "question": "Town of Drayton Valley", - "icon": "./assets/data/nsi/logos/townofdraytonvalley-469704.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437849,7 +291104,6 @@ }, { "question": "Town of Granite", - "icon": "./assets/data/nsi/logos/townofgranite-726c77.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437865,7 +291119,6 @@ }, { "question": "Town of Grimsby", - "icon": "./assets/data/nsi/logos/townofgrimsby-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437897,7 +291150,6 @@ }, { "question": "Town of Lincoln", - "icon": "./assets/data/nsi/logos/townoflincoln-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437929,7 +291181,6 @@ }, { "question": "Town of Milton", - "icon": "./assets/data/nsi/logos/townofmilton-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437961,7 +291212,6 @@ }, { "question": "Town of Poolesville", - "icon": "./assets/data/nsi/logos/townofpoolesville-6ec8b9.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -437993,7 +291243,6 @@ }, { "question": "Town of Steilacoom", - "icon": "./assets/data/nsi/logos/townofsteilacoom-9f19b6.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438025,7 +291274,6 @@ }, { "question": "Town of Yarmouth", - "icon": "./assets/data/nsi/logos/townofyarmouth-b8580d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438041,7 +291289,6 @@ }, { "question": "Township of Langley", - "icon": "./assets/data/nsi/logos/townshipoflangley-56b35c.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438073,7 +291320,6 @@ }, { "question": "Union Point", - "icon": "./assets/data/nsi/logos/unionpoint-defa05.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438122,7 +291368,6 @@ }, { "question": "UR都市機構", - "icon": "./assets/data/nsi/logos/5d6f6c-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438201,7 +291446,6 @@ }, { "question": "Village of South Holland", - "icon": "./assets/data/nsi/logos/villageofsouthholland-6b40ef.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438233,7 +291477,6 @@ }, { "question": "Ville d'Istres", - "icon": "./assets/data/nsi/logos/villedistres-07384b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438249,7 +291492,6 @@ }, { "question": "Ville de Fontaine", - "icon": "./assets/data/nsi/logos/villedefontaine-c3c72e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438265,7 +291507,6 @@ }, { "question": "Ville de Lyon", - "icon": "./assets/data/nsi/logos/villedelyon-c3c72e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438281,7 +291522,6 @@ }, { "question": "Ville de Marseille", - "icon": "./assets/data/nsi/logos/villedemarseille-07384b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438297,7 +291537,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-9b254e.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438329,7 +291568,6 @@ }, { "question": "Ville de Nantes", - "icon": "./assets/data/nsi/logos/villedenantes-de0451.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438361,7 +291599,6 @@ }, { "question": "Ville de Reims", - "icon": "./assets/data/nsi/logos/villedereims-51f9ba.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438377,7 +291614,6 @@ }, { "question": "Ville de Rouen", - "icon": "./assets/data/nsi/logos/villederouen-8cb955.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438442,7 +291678,6 @@ }, { "question": "Walla Walla District, U.S. Army Corps of Engineers", - "icon": "./assets/data/nsi/logos/wallawalladistrictusarmycorpsofengineers-9f19b6.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438540,7 +291775,6 @@ }, { "question": "Welgevonden Estate", - "icon": "./assets/data/nsi/logos/welgevondenestate-e7313b.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438701,7 +291935,6 @@ }, { "question": "Windsor Essex Mobility Group", - "icon": "./assets/data/nsi/logos/windsoressexmobilitygroup-45bb01.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438781,7 +292014,6 @@ }, { "question": "Woollahra Municipal Council", - "icon": "./assets/data/nsi/logos/woollahramunicipalcouncil-044fbe.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438830,7 +292062,6 @@ }, { "question": "Zarząd Zieleni Miejskiej w Krakowie", - "icon": "./assets/data/nsi/logos/zarzadzielenimiejskiejwkrakowie-34905d.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438845,7 +292076,6 @@ }, { "question": "Администрация ЗАТО Северск", - "icon": "./assets/data/nsi/logos/34567b-c23172.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438860,7 +292090,6 @@ }, { "question": "شهرداری", - "icon": "./assets/data/nsi/logos/e3c1d5-d369f0.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438875,7 +292104,6 @@ }, { "question": "강동구청", - "icon": "./assets/data/nsi/logos/58f637-b44ed1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438891,7 +292119,6 @@ }, { "question": "안성시", - "icon": "./assets/data/nsi/logos/0bd2a5-b44ed1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438907,7 +292134,6 @@ }, { "question": "안양시", - "icon": "./assets/data/nsi/logos/45b691-b44ed1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438923,7 +292149,6 @@ }, { "question": "춘천시 경관과", - "icon": "./assets/data/nsi/logos/5be7b3-b44ed1.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438939,7 +292164,6 @@ }, { "question": "ひたちなか市", - "icon": "./assets/data/nsi/logos/b349be-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438955,7 +292179,6 @@ }, { "question": "世田谷区", - "icon": "./assets/data/nsi/logos/ef87eb-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438970,7 +292193,6 @@ }, { "question": "中野区", - "icon": "./assets/data/nsi/logos/070eb1-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -438985,7 +292207,6 @@ }, { "question": "今治市", - "icon": "./assets/data/nsi/logos/c318d2-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439000,7 +292221,6 @@ }, { "question": "仙台市", - "icon": "./assets/data/nsi/logos/e2ad4e-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439015,7 +292235,6 @@ }, { "question": "仙台市宮城野区役所建設部公園課", - "icon": "./assets/data/nsi/logos/0e66c7-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439030,7 +292249,6 @@ }, { "question": "仙台市若林区役所建設部公園課", - "icon": "./assets/data/nsi/logos/3ae143-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439045,7 +292263,6 @@ }, { "question": "会津若松市 花と緑の課", - "icon": "./assets/data/nsi/logos/aabdcb-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439061,7 +292278,6 @@ }, { "question": "八千代市", - "icon": "./assets/data/nsi/logos/94b900-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439076,7 +292292,6 @@ }, { "question": "出水市", - "icon": "./assets/data/nsi/logos/30a0d9-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439091,7 +292306,6 @@ }, { "question": "名古屋市", - "icon": "./assets/data/nsi/logos/bf9c17-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439106,7 +292320,6 @@ }, { "question": "品川区", - "icon": "./assets/data/nsi/logos/9b71a0-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439121,7 +292334,6 @@ }, { "question": "土佐清水市", - "icon": "./assets/data/nsi/logos/3fac03-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439136,7 +292348,6 @@ }, { "question": "堺市", - "icon": "./assets/data/nsi/logos/0d2762-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439151,7 +292362,6 @@ }, { "question": "堺市住宅管理課", - "icon": "./assets/data/nsi/logos/29773b-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439166,7 +292376,6 @@ }, { "question": "大口町", - "icon": "./assets/data/nsi/logos/8caa20-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439181,7 +292390,6 @@ }, { "question": "大和郡山市", - "icon": "./assets/data/nsi/logos/826de4-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439196,7 +292404,6 @@ }, { "question": "大田区", - "icon": "./assets/data/nsi/logos/431e24-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439211,7 +292418,6 @@ }, { "question": "宮崎市", - "icon": "./assets/data/nsi/logos/d8b538-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439226,7 +292432,6 @@ }, { "question": "寝屋川市公園みどり課", - "icon": "./assets/data/nsi/logos/3789c9-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439242,7 +292447,6 @@ }, { "question": "小田原市", - "icon": "./assets/data/nsi/logos/eecdcc-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439257,7 +292461,6 @@ }, { "question": "岡垣町", - "icon": "./assets/data/nsi/logos/c03078-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439272,7 +292475,6 @@ }, { "question": "平塚市", - "icon": "./assets/data/nsi/logos/98c9aa-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439287,7 +292489,6 @@ }, { "question": "広島県呉市", - "icon": "./assets/data/nsi/logos/2812ff-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439325,7 +292526,6 @@ }, { "question": "文京区", - "icon": "./assets/data/nsi/logos/96a521-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439340,7 +292540,6 @@ }, { "question": "新宿区", - "icon": "./assets/data/nsi/logos/565297-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439355,7 +292554,6 @@ }, { "question": "新居浜市", - "icon": "./assets/data/nsi/logos/484ba1-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439370,7 +292568,6 @@ }, { "question": "日本中央競馬会", - "icon": "./assets/data/nsi/logos/71cdb4-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439385,7 +292582,6 @@ }, { "question": "札幌市", - "icon": "./assets/data/nsi/logos/e1715c-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439400,7 +292596,6 @@ }, { "question": "東京都", - "icon": "./assets/data/nsi/logos/c81c00-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439415,7 +292610,6 @@ }, { "question": "東京都府中市", - "icon": "./assets/data/nsi/logos/d961bb-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439430,7 +292624,6 @@ }, { "question": "東京都青梅市", - "icon": "./assets/data/nsi/logos/6551d5-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439445,7 +292638,6 @@ }, { "question": "板橋区", - "icon": "./assets/data/nsi/logos/77db3d-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439460,7 +292652,6 @@ }, { "question": "横手市", - "icon": "./assets/data/nsi/logos/bdecba-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439475,7 +292666,6 @@ }, { "question": "深圳市公园管理中心", - "icon": "./assets/data/nsi/logos/273b14-8c8bdc.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439492,7 +292682,6 @@ }, { "question": "渋谷区", - "icon": "./assets/data/nsi/logos/3ac18c-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439507,7 +292696,6 @@ }, { "question": "町田市", - "icon": "./assets/data/nsi/logos/113880-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439522,7 +292710,6 @@ }, { "question": "盛岡市", - "icon": "./assets/data/nsi/logos/68ddf0-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439537,7 +292724,6 @@ }, { "question": "目黒区", - "icon": "./assets/data/nsi/logos/1e5d39-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439552,7 +292738,6 @@ }, { "question": "福岡市", - "icon": "./assets/data/nsi/logos/aa5ccb-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439567,7 +292752,6 @@ }, { "question": "福岡市西区役所", - "icon": "./assets/data/nsi/logos/d24ddf-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439582,7 +292766,6 @@ }, { "question": "練馬区", - "icon": "./assets/data/nsi/logos/bc4696-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439597,7 +292780,6 @@ }, { "question": "豊川市", - "icon": "./assets/data/nsi/logos/a86a0c-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439612,7 +292794,6 @@ }, { "question": "豊橋市", - "icon": "./assets/data/nsi/logos/03e5a7-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439627,7 +292808,6 @@ }, { "question": "那覇市", - "icon": "./assets/data/nsi/logos/030961-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439642,7 +292822,6 @@ }, { "question": "青梅市", - "icon": "./assets/data/nsi/logos/98f747-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439657,7 +292836,6 @@ }, { "question": "青葉区役所建設部公園課", - "icon": "./assets/data/nsi/logos/b530a9-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439672,7 +292850,6 @@ }, { "question": "香芝市", - "icon": "./assets/data/nsi/logos/a840db-4dc726.undefined", "osmTags": { "and": [ "leisure=nature_reserve", @@ -439751,7 +292928,6 @@ }, { "question": "Alcaldia municipal de Soyapango", - "icon": "./assets/data/nsi/logos/alcaldiamunicipaldesoyapango-489562.undefined", "osmTags": { "and": [ "leisure=park", @@ -439782,7 +292958,6 @@ }, { "question": "Alsip Park District", - "icon": "./assets/data/nsi/logos/alsipparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -439813,7 +292988,6 @@ }, { "question": "Arboretum de Versailles-Chèvreloup", - "icon": "./assets/data/nsi/logos/arboretumdeversailleschevreloup-28de19.undefined", "osmTags": { "and": [ "leisure=park", @@ -439861,7 +293035,6 @@ }, { "question": "Arlington County Department of Parks and Recreation", - "icon": "./assets/data/nsi/logos/arlingtoncountydepartmentofparksandrecreation-414f19.undefined", "osmTags": { "and": [ "leisure=park", @@ -439925,7 +293098,6 @@ }, { "question": "Ayuntamiento de La Línea de la Concepción", - "icon": "./assets/data/nsi/logos/ayuntamientodelalineadelaconcepcion-e4902f.undefined", "osmTags": { "and": [ "leisure=park", @@ -439941,7 +293113,6 @@ }, { "question": "Ayuntamiento de Majadahonda", - "icon": "./assets/data/nsi/logos/ayuntamientodemajadahonda-e4902f.undefined", "osmTags": { "and": [ "leisure=park", @@ -439973,7 +293144,6 @@ }, { "question": "Ayuntamiento de San Roque", - "icon": "./assets/data/nsi/logos/ayuntamientodesanroque-e4902f.undefined", "osmTags": { "and": [ "leisure=park", @@ -440169,7 +293339,6 @@ }, { "question": "Bloomington Parks & Recreation", - "icon": "./assets/data/nsi/logos/bloomingtonparksandrecreation-86dc7f.undefined", "osmTags": { "and": [ "leisure=park", @@ -440203,7 +293372,6 @@ }, { "question": "BMC (Brihanmumbai)", - "icon": "./assets/data/nsi/logos/brihanmumbaimunicipalcorporation-690040.undefined", "osmTags": { "and": [ "leisure=park", @@ -440269,7 +293437,6 @@ }, { "question": "Bristol City Council", - "icon": "./assets/data/nsi/logos/bristolcitycouncil-0421ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -440368,7 +293535,6 @@ }, { "question": "Camden Council", - "icon": "./assets/data/nsi/logos/camdencouncil-11d7e5.undefined", "osmTags": { "and": [ "leisure=park", @@ -440433,7 +293599,6 @@ }, { "question": "Carol Stream Park District", - "icon": "./assets/data/nsi/logos/carolstreamparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -440482,7 +293647,6 @@ }, { "question": "CASC", - "icon": "./assets/data/nsi/logos/communautedagglomerationlessorguesducomtat-ac0c18.undefined", "osmTags": { "and": [ "leisure=park", @@ -440532,7 +293696,6 @@ }, { "question": "Chesterfield County Parks and Recreation", - "icon": "./assets/data/nsi/logos/chesterfieldcountyparksandrecreation-414f19.undefined", "osmTags": { "and": [ "leisure=park", @@ -440595,7 +293758,6 @@ }, { "question": "City and County of Honolulu Department of Parks and Recreation", - "icon": "./assets/data/nsi/logos/cityandcountyofhonoluludepartmentofparksandrecreation-ea65bf.undefined", "osmTags": { "and": [ "leisure=park", @@ -440610,7 +293772,6 @@ }, { "question": "City of Alma", - "icon": "./assets/data/nsi/logos/cityofalma-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -440866,7 +294027,6 @@ }, { "question": "City of Bethlehem", - "icon": "./assets/data/nsi/logos/cityofbethlehem-dc67ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -441106,7 +294266,6 @@ }, { "question": "City of Canning", - "icon": "./assets/data/nsi/logos/cityofcanning-7b192d.undefined", "osmTags": { "and": [ "leisure=park", @@ -441141,7 +294300,6 @@ }, { "question": "City of Casey", - "icon": "./assets/data/nsi/logos/cityofcasey-3b6b12.undefined", "osmTags": { "and": [ "leisure=park", @@ -441237,7 +294395,6 @@ }, { "question": "City of Coldwater", - "icon": "./assets/data/nsi/logos/cityofcoldwater-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -441253,7 +294410,6 @@ }, { "question": "City of Coquitlam", - "icon": "./assets/data/nsi/logos/cityofcoquitlam-b3cf59.undefined", "osmTags": { "and": [ "leisure=park", @@ -441301,7 +294457,6 @@ }, { "question": "City of Delta", - "icon": "./assets/data/nsi/logos/cityofdelta-b3cf59.undefined", "osmTags": { "and": [ "leisure=park", @@ -441397,7 +294552,6 @@ }, { "question": "City of East Chicago", - "icon": "./assets/data/nsi/logos/cityofeastchicago-86dc7f.undefined", "osmTags": { "and": [ "leisure=park", @@ -441413,7 +294567,6 @@ }, { "question": "City of Easton", - "icon": "./assets/data/nsi/logos/cityofeaston-dc67ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -441429,7 +294582,6 @@ }, { "question": "City of Ecorse", - "icon": "./assets/data/nsi/logos/cityofecorse-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -441541,7 +294693,6 @@ }, { "question": "City of Flint", - "icon": "./assets/data/nsi/logos/cityofflint-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -441621,7 +294772,6 @@ }, { "question": "City of Gladstone (Missouri)", - "icon": "./assets/data/nsi/logos/cityofgladstone-5e2224.undefined", "osmTags": { "and": [ "leisure=park", @@ -441669,7 +294819,6 @@ }, { "question": "City of Gloversville", - "icon": "./assets/data/nsi/logos/cityofgloversville-932a36.undefined", "osmTags": { "and": [ "leisure=park", @@ -441685,7 +294834,6 @@ }, { "question": "City of Goodyear", - "icon": "./assets/data/nsi/logos/cityofgoodyear-1fe561.undefined", "osmTags": { "and": [ "leisure=park", @@ -441749,7 +294897,6 @@ }, { "question": "City of Greenville", - "icon": "./assets/data/nsi/logos/cityofgreenville-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -441765,7 +294912,6 @@ }, { "question": "City of Greer", - "icon": "./assets/data/nsi/logos/cityofgreer-35a23d.undefined", "osmTags": { "and": [ "leisure=park", @@ -441813,7 +294959,6 @@ }, { "question": "City of Happy Valley", - "icon": "./assets/data/nsi/logos/cityofhappyvalley-9db284.undefined", "osmTags": { "and": [ "leisure=park", @@ -441861,7 +295006,6 @@ }, { "question": "City of Hattiesburg", - "icon": "./assets/data/nsi/logos/cityofhattiesburg-97a1c6.undefined", "osmTags": { "and": [ "leisure=park", @@ -441877,7 +295021,6 @@ }, { "question": "City of Helena", - "icon": "./assets/data/nsi/logos/cityofhelena-7d0f2d.undefined", "osmTags": { "and": [ "leisure=park", @@ -442152,7 +295295,6 @@ }, { "question": "City of Lawrence", - "icon": "./assets/data/nsi/logos/cityoflawrence-58b3db.undefined", "osmTags": { "and": [ "leisure=park", @@ -442200,7 +295342,6 @@ }, { "question": "City of Lincoln City (Oregon)", - "icon": "./assets/data/nsi/logos/cityoflincolncity-9db284.undefined", "osmTags": { "and": [ "leisure=park", @@ -442216,7 +295357,6 @@ }, { "question": "City of London (Ontario)", - "icon": "./assets/data/nsi/logos/cityoflondon-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -442248,7 +295388,6 @@ }, { "question": "City of Madison", - "icon": "./assets/data/nsi/logos/cityofmadison-ef1d28.undefined", "osmTags": { "and": [ "leisure=park", @@ -442280,7 +295419,6 @@ }, { "question": "City of Markham", - "icon": "./assets/data/nsi/logos/cityofmarkham-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -442456,7 +295594,6 @@ }, { "question": "City of Napa", - "icon": "./assets/data/nsi/logos/cityofnapa-dc1787.undefined", "osmTags": { "and": [ "leisure=park", @@ -442600,7 +295737,6 @@ }, { "question": "City of Peachtree City", - "icon": "./assets/data/nsi/logos/cityofpeachtreecity-c2abce.undefined", "osmTags": { "and": [ "leisure=park", @@ -442648,7 +295784,6 @@ }, { "question": "City of Port Huron", - "icon": "./assets/data/nsi/logos/cityofporthuron-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -442872,7 +296007,6 @@ }, { "question": "City of Rogers", - "icon": "./assets/data/nsi/logos/cityofrogers-853554.undefined", "osmTags": { "and": [ "leisure=park", @@ -442968,7 +296102,6 @@ }, { "question": "City of Sandy", - "icon": "./assets/data/nsi/logos/cityofsandy-9db284.undefined", "osmTags": { "and": [ "leisure=park", @@ -443064,7 +296197,6 @@ }, { "question": "City of Shoreline", - "icon": "./assets/data/nsi/logos/cityofshoreline-6c188f.undefined", "osmTags": { "and": [ "leisure=park", @@ -443144,7 +296276,6 @@ }, { "question": "City of Surrey", - "icon": "./assets/data/nsi/logos/cityofsurrey-b3cf59.undefined", "osmTags": { "and": [ "leisure=park", @@ -443240,7 +296371,6 @@ }, { "question": "City of Traverse City", - "icon": "./assets/data/nsi/logos/cityoftraversecity-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -443256,7 +296386,6 @@ }, { "question": "City of Trenton", - "icon": "./assets/data/nsi/logos/cityoftrenton-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -443336,7 +296465,6 @@ }, { "question": "City of Unley", - "icon": "./assets/data/nsi/logos/cityofunley-70e1bf.undefined", "osmTags": { "and": [ "leisure=park", @@ -443368,7 +296496,6 @@ }, { "question": "City of Vassar", - "icon": "./assets/data/nsi/logos/cityofvassar-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -443384,7 +296511,6 @@ }, { "question": "City of Vaughan", - "icon": "./assets/data/nsi/logos/cityofvaughan-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -443400,7 +296526,6 @@ }, { "question": "City of Wanneroo", - "icon": "./assets/data/nsi/logos/cityofwanneroo-7b192d.undefined", "osmTags": { "and": [ "leisure=park", @@ -443480,7 +296605,6 @@ }, { "question": "City of Waterloo", - "icon": "./assets/data/nsi/logos/cityofwaterloo-8068ce.undefined", "osmTags": { "and": [ "leisure=park", @@ -443753,7 +296877,6 @@ }, { "question": "Comune di Rosà", - "icon": "./assets/data/nsi/logos/comunedirosa-ffc2c2.undefined", "osmTags": { "and": [ "leisure=park", @@ -443785,7 +296908,6 @@ }, { "question": "Cowichan Valley Regional District", - "icon": "./assets/data/nsi/logos/cowichanvalleyregionaldistrict-b3cf59.undefined", "osmTags": { "and": [ "leisure=park", @@ -443818,7 +296940,6 @@ }, { "question": "Çukurova Belediyesi", - "icon": "./assets/data/nsi/logos/cukurovabelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -443833,7 +296954,6 @@ }, { "question": "Cuttack Development Authority", - "icon": "./assets/data/nsi/logos/cuttackdevelopmentauthority-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -443850,7 +296970,6 @@ }, { "question": "Deerfield Park District", - "icon": "./assets/data/nsi/logos/deerfieldparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -443865,7 +296984,6 @@ }, { "question": "Denizli Büyükşehir Belediyesi", - "icon": "./assets/data/nsi/logos/denizlibuyuksehirbelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -443896,7 +297014,6 @@ }, { "question": "Des Plaines Park District", - "icon": "./assets/data/nsi/logos/desplainesparkdistrict-c27ed0.undefined", "osmTags": { "and": [ "leisure=park", @@ -443927,7 +297044,6 @@ }, { "question": "Dirección general de servicios públicos", - "icon": "./assets/data/nsi/logos/direcciongeneraldeserviciospublicos-fb7751.undefined", "osmTags": { "and": [ "leisure=park", @@ -443942,7 +297058,6 @@ }, { "question": "Downers Grove Park District", - "icon": "./assets/data/nsi/logos/downersgroveparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -444023,7 +297138,6 @@ }, { "question": "Elgin Parks & Recreation", - "icon": "./assets/data/nsi/logos/elginparksandrecreation-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -444232,7 +297346,6 @@ }, { "question": "Forsyth County", - "icon": "./assets/data/nsi/logos/forsythcounty-c2abce.undefined", "osmTags": { "and": [ "leisure=park", @@ -444248,7 +297361,6 @@ }, { "question": "Fox Valley Park District", - "icon": "./assets/data/nsi/logos/foxvalleyparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -444264,7 +297376,6 @@ }, { "question": "GAMLP", - "icon": "./assets/data/nsi/logos/gamlp-14104f.undefined", "osmTags": { "and": [ "leisure=park", @@ -444296,7 +297407,6 @@ }, { "question": "Gaslight Village", - "icon": "./assets/data/nsi/logos/gaslightvillage-58b3db.undefined", "osmTags": { "and": [ "leisure=park", @@ -444359,7 +297469,6 @@ }, { "question": "GHMC", - "icon": "./assets/data/nsi/logos/ghmc-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -444422,7 +297531,6 @@ }, { "question": "Gmina Oborniki Śląskie - Zarząd Zieleni", - "icon": "./assets/data/nsi/logos/gminaobornikislaskiezarzadzieleni-d6816a.undefined", "osmTags": { "and": [ "leisure=park", @@ -444454,7 +297562,6 @@ }, { "question": "Goshen Parks & Recreation Department", - "icon": "./assets/data/nsi/logos/goshenparksandrecreationdepartment-86dc7f.undefined", "osmTags": { "and": [ "leisure=park", @@ -444565,7 +297672,6 @@ }, { "question": "Hanover Township", - "icon": "./assets/data/nsi/logos/hanovertownship-dc67ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -444628,7 +297734,6 @@ }, { "question": "Helsingin kaupunki", - "icon": "./assets/data/nsi/logos/helsinginkaupunki-b3609d.undefined", "osmTags": { "and": [ "leisure=park", @@ -444676,7 +297781,6 @@ }, { "question": "Homewood-Flossmoor Park District", - "icon": "./assets/data/nsi/logos/homewoodflossmoorparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -444707,7 +297811,6 @@ }, { "question": "I. Municipalidad de Valdivia", - "icon": "./assets/data/nsi/logos/imunicipalidaddevaldivia-c22377.undefined", "osmTags": { "and": [ "leisure=park", @@ -444722,7 +297825,6 @@ }, { "question": "IAM", - "icon": "./assets/data/nsi/logos/iam-53ffa5.undefined", "osmTags": { "and": [ "leisure=park", @@ -444787,7 +297889,6 @@ }, { "question": "Indiana DNR", - "icon": "./assets/data/nsi/logos/indianadepartmentofnaturalresources-86dc7f.undefined", "osmTags": { "and": [ "leisure=park", @@ -444952,7 +298053,6 @@ }, { "question": "Jackson County (Oregon)", - "icon": "./assets/data/nsi/logos/jacksoncounty-9db284.undefined", "osmTags": { "and": [ "leisure=park", @@ -444968,7 +298068,6 @@ }, { "question": "Jackson County (Wisconsin)", - "icon": "./assets/data/nsi/logos/jacksoncounty-ef1d28.undefined", "osmTags": { "and": [ "leisure=park", @@ -445000,7 +298099,6 @@ }, { "question": "Jaipur Nagar Nigam", - "icon": "./assets/data/nsi/logos/jaipurnagarnigam-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -445032,7 +298130,6 @@ }, { "question": "Johannesburg City Parks and Zoo", - "icon": "./assets/data/nsi/logos/johannesburgcityparksandzoo-1d1c6d.undefined", "osmTags": { "and": [ "leisure=park", @@ -445200,7 +298297,6 @@ }, { "question": "Knowsley Council", - "icon": "./assets/data/nsi/logos/knowsleycouncil-331094.undefined", "osmTags": { "and": [ "leisure=park", @@ -445248,7 +298344,6 @@ }, { "question": "Lake Ogemaw Summer Resort Association", - "icon": "./assets/data/nsi/logos/lakeogemawsummerresortassociation-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -445263,7 +298358,6 @@ }, { "question": "Lambeth Council", - "icon": "./assets/data/nsi/logos/lambethcouncil-777334.undefined", "osmTags": { "and": [ "leisure=park", @@ -445279,7 +298373,6 @@ }, { "question": "Lan-Oak Park District", - "icon": "./assets/data/nsi/logos/lanoakparkdistrict-dbd1a3.undefined", "osmTags": { "and": [ "leisure=park", @@ -445358,7 +298451,6 @@ }, { "question": "Lismore City Council", - "icon": "./assets/data/nsi/logos/lismorecitycouncil-11d7e5.undefined", "osmTags": { "and": [ "leisure=park", @@ -445374,7 +298466,6 @@ }, { "question": "Little Rock Parks & Recreation", - "icon": "./assets/data/nsi/logos/littlerockparksandrecreation-2e75ab.undefined", "osmTags": { "and": [ "leisure=park", @@ -445453,7 +298544,6 @@ }, { "question": "Maine Bureau of Parks and Lands", - "icon": "./assets/data/nsi/logos/mainebureauofparksandlands-82e140.undefined", "osmTags": { "and": [ "leisure=park", @@ -445469,7 +298559,6 @@ }, { "question": "Mairie d'Ambilly", - "icon": "./assets/data/nsi/logos/mairiedambilly-1dcb84.undefined", "osmTags": { "and": [ "leisure=park", @@ -445485,7 +298574,6 @@ }, { "question": "Mairie d'Annemasse", - "icon": "./assets/data/nsi/logos/mairiedannemasse-1dcb84.undefined", "osmTags": { "and": [ "leisure=park", @@ -445501,7 +298589,6 @@ }, { "question": "Mairie de Montrouge", - "icon": "./assets/data/nsi/logos/mairiedemontrouge-28de19.undefined", "osmTags": { "and": [ "leisure=park", @@ -445517,7 +298604,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-b5fa10.undefined", "osmTags": { "and": [ "leisure=park", @@ -445533,7 +298619,6 @@ }, { "question": "Mairie du 2e secteur de Marseille", - "icon": "./assets/data/nsi/logos/mairiedu2esecteurdemarseille-ac0c18.undefined", "osmTags": { "and": [ "leisure=park", @@ -445549,7 +298634,6 @@ }, { "question": "Mairie du 3e secteur de Marseille", - "icon": "./assets/data/nsi/logos/mairiedu3esecteurdemarseille-ac0c18.undefined", "osmTags": { "and": [ "leisure=park", @@ -445565,7 +298649,6 @@ }, { "question": "Majlis Bandaraya Pulau Pinang", - "icon": "./assets/data/nsi/logos/majlisbandarayapulaupinang-369792.undefined", "osmTags": { "and": [ "leisure=park", @@ -445596,7 +298679,6 @@ }, { "question": "Manitoba Conservation", - "icon": "./assets/data/nsi/logos/manitobaconservation-3d8c8b.undefined", "osmTags": { "and": [ "leisure=park", @@ -445644,7 +298726,6 @@ }, { "question": "Maroondah City Council", - "icon": "./assets/data/nsi/logos/maroondahcitycouncil-3b6b12.undefined", "osmTags": { "and": [ "leisure=park", @@ -445692,7 +298773,6 @@ }, { "question": "Mathews County", - "icon": "./assets/data/nsi/logos/mathewscounty-414f19.undefined", "osmTags": { "and": [ "leisure=park", @@ -445724,7 +298804,6 @@ }, { "question": "MCD", - "icon": "./assets/data/nsi/logos/mcd-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -445756,7 +298835,6 @@ }, { "question": "Meridian Charter Township", - "icon": "./assets/data/nsi/logos/meridianchartertownship-b9c410.undefined", "osmTags": { "and": [ "leisure=park", @@ -445772,7 +298850,6 @@ }, { "question": "Merkezefendi Belediyesi", - "icon": "./assets/data/nsi/logos/merkezefendibelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -446017,7 +299094,6 @@ }, { "question": "Mount Prospect Park District", - "icon": "./assets/data/nsi/logos/mountprospectparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -446032,7 +299108,6 @@ }, { "question": "Municipalidad de Cipolletti", - "icon": "./assets/data/nsi/logos/municipalidaddecipolletti-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446048,7 +299123,6 @@ }, { "question": "Municipalidad de Cutral Có", - "icon": "./assets/data/nsi/logos/municipalidaddecutralco-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446064,7 +299138,6 @@ }, { "question": "Municipalidad de Las Lajas", - "icon": "./assets/data/nsi/logos/municipalidaddelaslajas-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446080,7 +299153,6 @@ }, { "question": "Municipalidad de Morón", - "icon": "./assets/data/nsi/logos/municipalidaddemoron-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446112,7 +299184,6 @@ }, { "question": "Municipalidad de Plaza Huincul", - "icon": "./assets/data/nsi/logos/municipalidaddeplazahuincul-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446128,7 +299199,6 @@ }, { "question": "Municipalidad de Salsipuedes", - "icon": "./assets/data/nsi/logos/municipalidaddesalsipuedes-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446144,7 +299214,6 @@ }, { "question": "Municipalidad de Ushuaia", - "icon": "./assets/data/nsi/logos/municipalidaddeushuaia-2881cb.undefined", "osmTags": { "and": [ "leisure=park", @@ -446176,7 +299245,6 @@ }, { "question": "Municipalidad Provincial de Sullana", - "icon": "./assets/data/nsi/logos/municipalidadprovincialdesullana-2a5779.undefined", "osmTags": { "and": [ "leisure=park", @@ -446192,7 +299260,6 @@ }, { "question": "Município de Maputo", - "icon": "./assets/data/nsi/logos/municipiodemaputo-840c65.undefined", "osmTags": { "and": [ "leisure=park", @@ -446308,7 +299375,6 @@ }, { "question": "National Trust of Australia", - "icon": "./assets/data/nsi/logos/nationaltrustofaustralia-8d759d.undefined", "osmTags": { "and": [ "leisure=park", @@ -446472,7 +299538,6 @@ }, { "question": "Newry, Mourne and Down District Council", - "icon": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-fe9c0f.undefined", "osmTags": { "and": [ "leisure=park", @@ -446537,7 +299602,6 @@ }, { "question": "Northbrook Park District", - "icon": "./assets/data/nsi/logos/northbrookparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -446552,7 +299616,6 @@ }, { "question": "Northern Beaches Council", - "icon": "./assets/data/nsi/logos/northernbeachescouncil-11d7e5.undefined", "osmTags": { "and": [ "leisure=park", @@ -446617,7 +299680,6 @@ }, { "question": "Oak Lawn Park District", - "icon": "./assets/data/nsi/logos/oaklawnparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -446665,7 +299727,6 @@ }, { "question": "Oklahoma County", - "icon": "./assets/data/nsi/logos/oklahomacounty-930c38.undefined", "osmTags": { "and": [ "leisure=park", @@ -446714,7 +299775,6 @@ }, { "question": "Orange County Parks & Recreation", - "icon": "./assets/data/nsi/logos/orangecountyparksandrecreation-38b713.undefined", "osmTags": { "and": [ "leisure=park", @@ -446811,7 +299871,6 @@ }, { "question": "Pamukkale Belediyesi", - "icon": "./assets/data/nsi/logos/pamukkalebelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -446826,7 +299885,6 @@ }, { "question": "Park District of Highland Park", - "icon": "./assets/data/nsi/logos/parkdistrictofhighlandpark-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -446858,7 +299916,6 @@ }, { "question": "Park Ridge Park District", - "icon": "./assets/data/nsi/logos/parkridgeparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -446906,7 +299963,6 @@ }, { "question": "Pendik Belediyesi", - "icon": "./assets/data/nsi/logos/pendikbelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -446922,7 +299978,6 @@ }, { "question": "Pennsylvania Bureau of State Parks", - "icon": "./assets/data/nsi/logos/pennsylvaniabureauofstateparks-dc67ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -447036,7 +300091,6 @@ }, { "question": "Portsmouth Parks and Recreation", - "icon": "./assets/data/nsi/logos/portsmouthparksandrecreation-414f19.undefined", "osmTags": { "and": [ "leisure=park", @@ -447051,7 +300105,6 @@ }, { "question": "Pradella Sistemi", - "icon": "./assets/data/nsi/logos/pradellasistemi-d995cd.undefined", "osmTags": { "and": [ "leisure=park", @@ -447082,7 +300135,6 @@ }, { "question": "Prefeitura de Juiz de Fora", - "icon": "./assets/data/nsi/logos/prefeituradejuizdefora-56062c.undefined", "osmTags": { "and": [ "leisure=park", @@ -447162,7 +300214,6 @@ }, { "question": "Prefeitura Municipal de Laranjal Paulista", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldelaranjalpaulista-7edb87.undefined", "osmTags": { "and": [ "leisure=park", @@ -447178,7 +300229,6 @@ }, { "question": "Prefeitura Municipal de Paulínia", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldepaulinia-7edb87.undefined", "osmTags": { "and": [ "leisure=park", @@ -447194,7 +300244,6 @@ }, { "question": "Prefeitura Municipal de Santarém", - "icon": "./assets/data/nsi/logos/prefeituramunicipaldesantarem-485d7b.undefined", "osmTags": { "and": [ "leisure=park", @@ -447226,7 +300275,6 @@ }, { "question": "Puerto Pacifico", - "icon": "./assets/data/nsi/logos/puertopacifico-c560bd.undefined", "osmTags": { "and": [ "leisure=park", @@ -447241,7 +300289,6 @@ }, { "question": "Redland City Council", - "icon": "./assets/data/nsi/logos/redlandcitycouncil-f88a26.undefined", "osmTags": { "and": [ "leisure=park", @@ -447257,7 +300304,6 @@ }, { "question": "River Forest Park District", - "icon": "./assets/data/nsi/logos/riverforestparkdistrict-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -447304,7 +300350,6 @@ }, { "question": "RWA", - "icon": "./assets/data/nsi/logos/rwa-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -447383,7 +300428,6 @@ }, { "question": "SDMC", - "icon": "./assets/data/nsi/logos/southdelhimunicipalcorporation-d31221.undefined", "osmTags": { "and": [ "leisure=park", @@ -447400,7 +300444,6 @@ }, { "question": "Secretaria Municipal de Serviços Públicos Municipais de Laranjal Paulista", - "icon": "./assets/data/nsi/logos/secretariamunicipaldeservicospublicosmunicipaisdelaranjalpaulista-7edb87.undefined", "osmTags": { "and": [ "leisure=park", @@ -447431,7 +300474,6 @@ }, { "question": "Seyhan Belediyesi", - "icon": "./assets/data/nsi/logos/seyhanbelediyesi-2ed982.undefined", "osmTags": { "and": [ "leisure=park", @@ -447462,7 +300504,6 @@ }, { "question": "Smyrna Parks & Recreation", - "icon": "./assets/data/nsi/logos/smyrnaparksandrecreation-c2abce.undefined", "osmTags": { "and": [ "leisure=park", @@ -447526,7 +300567,6 @@ }, { "question": "South Whitehall Township", - "icon": "./assets/data/nsi/logos/southwhitehalltownship-dc67ca.undefined", "osmTags": { "and": [ "leisure=park", @@ -447687,7 +300727,6 @@ }, { "question": "Story County Conservation Board", - "icon": "./assets/data/nsi/logos/storycountyconservationboard-5303d3.undefined", "osmTags": { "and": [ "leisure=park", @@ -447880,7 +300919,6 @@ }, { "question": "Toowoomba Regional Council", - "icon": "./assets/data/nsi/logos/toowoombaregionalcouncil-f88a26.undefined", "osmTags": { "and": [ "leisure=park", @@ -447960,7 +300998,6 @@ }, { "question": "Town of Amherst (New York)", - "icon": "./assets/data/nsi/logos/townofamherst-932a36.undefined", "osmTags": { "and": [ "leisure=park", @@ -447976,7 +301013,6 @@ }, { "question": "Town of Drayton Valley", - "icon": "./assets/data/nsi/logos/townofdraytonvalley-85dee0.undefined", "osmTags": { "and": [ "leisure=park", @@ -448008,7 +301044,6 @@ }, { "question": "Town of Granite", - "icon": "./assets/data/nsi/logos/townofgranite-930c38.undefined", "osmTags": { "and": [ "leisure=park", @@ -448024,7 +301059,6 @@ }, { "question": "Town of Grimsby", - "icon": "./assets/data/nsi/logos/townofgrimsby-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -448056,7 +301090,6 @@ }, { "question": "Town of Lincoln", - "icon": "./assets/data/nsi/logos/townoflincoln-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -448088,7 +301121,6 @@ }, { "question": "Town of Milton", - "icon": "./assets/data/nsi/logos/townofmilton-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -448120,7 +301152,6 @@ }, { "question": "Town of Poolesville", - "icon": "./assets/data/nsi/logos/townofpoolesville-fb928d.undefined", "osmTags": { "and": [ "leisure=park", @@ -448152,7 +301183,6 @@ }, { "question": "Town of Steilacoom", - "icon": "./assets/data/nsi/logos/townofsteilacoom-6c188f.undefined", "osmTags": { "and": [ "leisure=park", @@ -448184,7 +301214,6 @@ }, { "question": "Town of Yarmouth", - "icon": "./assets/data/nsi/logos/townofyarmouth-f40be7.undefined", "osmTags": { "and": [ "leisure=park", @@ -448200,7 +301229,6 @@ }, { "question": "Township of Langley", - "icon": "./assets/data/nsi/logos/townshipoflangley-b3cf59.undefined", "osmTags": { "and": [ "leisure=park", @@ -448232,7 +301260,6 @@ }, { "question": "Union Point", - "icon": "./assets/data/nsi/logos/unionpoint-58b3db.undefined", "osmTags": { "and": [ "leisure=park", @@ -448281,7 +301308,6 @@ }, { "question": "UR都市機構", - "icon": "./assets/data/nsi/logos/5d6f6c-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -448360,7 +301386,6 @@ }, { "question": "Village of South Holland", - "icon": "./assets/data/nsi/logos/villageofsouthholland-17eabc.undefined", "osmTags": { "and": [ "leisure=park", @@ -448392,7 +301417,6 @@ }, { "question": "Ville d'Istres", - "icon": "./assets/data/nsi/logos/villedistres-ac0c18.undefined", "osmTags": { "and": [ "leisure=park", @@ -448408,7 +301432,6 @@ }, { "question": "Ville de Fontaine", - "icon": "./assets/data/nsi/logos/villedefontaine-1dcb84.undefined", "osmTags": { "and": [ "leisure=park", @@ -448424,7 +301447,6 @@ }, { "question": "Ville de Lyon", - "icon": "./assets/data/nsi/logos/villedelyon-1dcb84.undefined", "osmTags": { "and": [ "leisure=park", @@ -448440,7 +301462,6 @@ }, { "question": "Ville de Marseille", - "icon": "./assets/data/nsi/logos/villedemarseille-ac0c18.undefined", "osmTags": { "and": [ "leisure=park", @@ -448456,7 +301477,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-64a54d.undefined", "osmTags": { "and": [ "leisure=park", @@ -448488,7 +301508,6 @@ }, { "question": "Ville de Nantes", - "icon": "./assets/data/nsi/logos/villedenantes-cbad7b.undefined", "osmTags": { "and": [ "leisure=park", @@ -448520,7 +301539,6 @@ }, { "question": "Ville de Reims", - "icon": "./assets/data/nsi/logos/villedereims-e0fd98.undefined", "osmTags": { "and": [ "leisure=park", @@ -448536,7 +301554,6 @@ }, { "question": "Ville de Rouen", - "icon": "./assets/data/nsi/logos/villederouen-f7f2de.undefined", "osmTags": { "and": [ "leisure=park", @@ -448601,7 +301618,6 @@ }, { "question": "Walla Walla District, U.S. Army Corps of Engineers", - "icon": "./assets/data/nsi/logos/wallawalladistrictusarmycorpsofengineers-6c188f.undefined", "osmTags": { "and": [ "leisure=park", @@ -448699,7 +301715,6 @@ }, { "question": "Welgevonden Estate", - "icon": "./assets/data/nsi/logos/welgevondenestate-1d1c6d.undefined", "osmTags": { "and": [ "leisure=park", @@ -448860,7 +301875,6 @@ }, { "question": "Windsor Essex Mobility Group", - "icon": "./assets/data/nsi/logos/windsoressexmobilitygroup-62b82e.undefined", "osmTags": { "and": [ "leisure=park", @@ -448940,7 +301954,6 @@ }, { "question": "Woollahra Municipal Council", - "icon": "./assets/data/nsi/logos/woollahramunicipalcouncil-11d7e5.undefined", "osmTags": { "and": [ "leisure=park", @@ -448989,7 +302002,6 @@ }, { "question": "Zarząd Zieleni Miejskiej w Krakowie", - "icon": "./assets/data/nsi/logos/zarzadzielenimiejskiejwkrakowie-d6816a.undefined", "osmTags": { "and": [ "leisure=park", @@ -449004,7 +302016,6 @@ }, { "question": "Администрация ЗАТО Северск", - "icon": "./assets/data/nsi/logos/34567b-3a487e.undefined", "osmTags": { "and": [ "leisure=park", @@ -449019,7 +302030,6 @@ }, { "question": "شهرداری", - "icon": "./assets/data/nsi/logos/e3c1d5-7946fa.undefined", "osmTags": { "and": [ "leisure=park", @@ -449034,7 +302044,6 @@ }, { "question": "강동구청", - "icon": "./assets/data/nsi/logos/58f637-e2593f.undefined", "osmTags": { "and": [ "leisure=park", @@ -449050,7 +302059,6 @@ }, { "question": "안성시", - "icon": "./assets/data/nsi/logos/0bd2a5-e2593f.undefined", "osmTags": { "and": [ "leisure=park", @@ -449066,7 +302074,6 @@ }, { "question": "안양시", - "icon": "./assets/data/nsi/logos/45b691-e2593f.undefined", "osmTags": { "and": [ "leisure=park", @@ -449082,7 +302089,6 @@ }, { "question": "춘천시 경관과", - "icon": "./assets/data/nsi/logos/5be7b3-e2593f.undefined", "osmTags": { "and": [ "leisure=park", @@ -449098,7 +302104,6 @@ }, { "question": "ひたちなか市", - "icon": "./assets/data/nsi/logos/b349be-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449114,7 +302119,6 @@ }, { "question": "世田谷区", - "icon": "./assets/data/nsi/logos/ef87eb-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449129,7 +302133,6 @@ }, { "question": "中野区", - "icon": "./assets/data/nsi/logos/070eb1-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449144,7 +302147,6 @@ }, { "question": "今治市", - "icon": "./assets/data/nsi/logos/c318d2-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449159,7 +302161,6 @@ }, { "question": "仙台市", - "icon": "./assets/data/nsi/logos/e2ad4e-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449174,7 +302175,6 @@ }, { "question": "仙台市宮城野区役所建設部公園課", - "icon": "./assets/data/nsi/logos/0e66c7-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449189,7 +302189,6 @@ }, { "question": "仙台市若林区役所建設部公園課", - "icon": "./assets/data/nsi/logos/3ae143-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449204,7 +302203,6 @@ }, { "question": "会津若松市 花と緑の課", - "icon": "./assets/data/nsi/logos/aabdcb-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449220,7 +302218,6 @@ }, { "question": "八千代市", - "icon": "./assets/data/nsi/logos/94b900-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449235,7 +302232,6 @@ }, { "question": "出水市", - "icon": "./assets/data/nsi/logos/30a0d9-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449250,7 +302246,6 @@ }, { "question": "名古屋市", - "icon": "./assets/data/nsi/logos/bf9c17-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449265,7 +302260,6 @@ }, { "question": "品川区", - "icon": "./assets/data/nsi/logos/9b71a0-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449280,7 +302274,6 @@ }, { "question": "土佐清水市", - "icon": "./assets/data/nsi/logos/3fac03-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449295,7 +302288,6 @@ }, { "question": "堺市", - "icon": "./assets/data/nsi/logos/0d2762-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449310,7 +302302,6 @@ }, { "question": "堺市住宅管理課", - "icon": "./assets/data/nsi/logos/29773b-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449325,7 +302316,6 @@ }, { "question": "大口町", - "icon": "./assets/data/nsi/logos/8caa20-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449340,7 +302330,6 @@ }, { "question": "大和郡山市", - "icon": "./assets/data/nsi/logos/826de4-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449355,7 +302344,6 @@ }, { "question": "大田区", - "icon": "./assets/data/nsi/logos/431e24-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449370,7 +302358,6 @@ }, { "question": "宮崎市", - "icon": "./assets/data/nsi/logos/d8b538-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449385,7 +302372,6 @@ }, { "question": "寝屋川市公園みどり課", - "icon": "./assets/data/nsi/logos/3789c9-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449401,7 +302387,6 @@ }, { "question": "小田原市", - "icon": "./assets/data/nsi/logos/eecdcc-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449416,7 +302401,6 @@ }, { "question": "岡垣町", - "icon": "./assets/data/nsi/logos/c03078-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449431,7 +302415,6 @@ }, { "question": "平塚市", - "icon": "./assets/data/nsi/logos/98c9aa-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449446,7 +302429,6 @@ }, { "question": "広島県呉市", - "icon": "./assets/data/nsi/logos/2812ff-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449484,7 +302466,6 @@ }, { "question": "文京区", - "icon": "./assets/data/nsi/logos/96a521-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449499,7 +302480,6 @@ }, { "question": "新宿区", - "icon": "./assets/data/nsi/logos/565297-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449514,7 +302494,6 @@ }, { "question": "新居浜市", - "icon": "./assets/data/nsi/logos/484ba1-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449529,7 +302508,6 @@ }, { "question": "日本中央競馬会", - "icon": "./assets/data/nsi/logos/71cdb4-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449544,7 +302522,6 @@ }, { "question": "札幌市", - "icon": "./assets/data/nsi/logos/e1715c-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449559,7 +302536,6 @@ }, { "question": "東京都", - "icon": "./assets/data/nsi/logos/c81c00-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449574,7 +302550,6 @@ }, { "question": "東京都府中市", - "icon": "./assets/data/nsi/logos/d961bb-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449589,7 +302564,6 @@ }, { "question": "東京都青梅市", - "icon": "./assets/data/nsi/logos/6551d5-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449604,7 +302578,6 @@ }, { "question": "板橋区", - "icon": "./assets/data/nsi/logos/77db3d-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449619,7 +302592,6 @@ }, { "question": "横手市", - "icon": "./assets/data/nsi/logos/bdecba-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449634,7 +302606,6 @@ }, { "question": "深圳市公园管理中心", - "icon": "./assets/data/nsi/logos/273b14-caf390.undefined", "osmTags": { "and": [ "leisure=park", @@ -449651,7 +302622,6 @@ }, { "question": "渋谷区", - "icon": "./assets/data/nsi/logos/3ac18c-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449666,7 +302636,6 @@ }, { "question": "町田市", - "icon": "./assets/data/nsi/logos/113880-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449681,7 +302650,6 @@ }, { "question": "盛岡市", - "icon": "./assets/data/nsi/logos/68ddf0-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449696,7 +302664,6 @@ }, { "question": "目黒区", - "icon": "./assets/data/nsi/logos/1e5d39-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449711,7 +302678,6 @@ }, { "question": "福岡市", - "icon": "./assets/data/nsi/logos/aa5ccb-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449726,7 +302692,6 @@ }, { "question": "福岡市西区役所", - "icon": "./assets/data/nsi/logos/d24ddf-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449741,7 +302706,6 @@ }, { "question": "練馬区", - "icon": "./assets/data/nsi/logos/bc4696-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449756,7 +302720,6 @@ }, { "question": "豊川市", - "icon": "./assets/data/nsi/logos/a86a0c-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449771,7 +302734,6 @@ }, { "question": "豊橋市", - "icon": "./assets/data/nsi/logos/03e5a7-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449786,7 +302748,6 @@ }, { "question": "那覇市", - "icon": "./assets/data/nsi/logos/030961-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449801,7 +302762,6 @@ }, { "question": "青梅市", - "icon": "./assets/data/nsi/logos/98f747-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449816,7 +302776,6 @@ }, { "question": "青葉区役所建設部公園課", - "icon": "./assets/data/nsi/logos/b530a9-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449831,7 +302790,6 @@ }, { "question": "香芝市", - "icon": "./assets/data/nsi/logos/a840db-1b6974.undefined", "osmTags": { "and": [ "leisure=park", @@ -449846,7 +302804,6 @@ }, { "question": "ACEMA", - "icon": "./assets/data/nsi/logos/acema-82c6fb.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449856,7 +302813,6 @@ }, { "question": "Ailes du Bugey", - "icon": "./assets/data/nsi/logos/ailesdubugey-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449866,7 +302822,6 @@ }, { "question": "Aligers", - "icon": "./assets/data/nsi/logos/aligers-adbaf8.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449876,7 +302831,6 @@ }, { "question": "B93", - "icon": "./assets/data/nsi/logos/b93-e67756.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449886,7 +302840,6 @@ }, { "question": "Besancon Vol Libre", - "icon": "./assets/data/nsi/logos/besanconvollibre-0a3ef5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449896,7 +302849,6 @@ }, { "question": "Bonita Beach and Tennis Club", - "icon": "./assets/data/nsi/logos/bonitabeachandtennisclub-82f98a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449937,7 +302889,6 @@ }, { "question": "Burke Centre Conservancy", - "icon": "./assets/data/nsi/logos/burkecentreconservancy-669006.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449947,7 +302898,6 @@ }, { "question": "Burroughs High School (Ridgecrest, CA)", - "icon": "./assets/data/nsi/logos/shermaneburroughshighschool-6d2462.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449962,7 +302912,6 @@ }, { "question": "C.D.V.L. du Cantal", - "icon": "./assets/data/nsi/logos/cdvlducantal-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -449972,7 +302921,6 @@ }, { "question": "C.D.V.L. Puy-de-Dome", - "icon": "./assets/data/nsi/logos/cdvlpuydedome-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450027,7 +302975,6 @@ }, { "question": "Cluny s'envole", - "icon": "./assets/data/nsi/logos/clunysenvole-0a3ef5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450037,7 +302984,6 @@ }, { "question": "Communauté de communes Côte Ouest Centre Manche", - "icon": "./assets/data/nsi/logos/communautedecommunescoteouestcentremanche-a99456.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450052,7 +302998,6 @@ }, { "question": "Conselho Municipal de Maputo", - "icon": "./assets/data/nsi/logos/conselhomunicipaldemaputo-fe1461.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450062,7 +303007,6 @@ }, { "question": "Cotentin Vol Libre", - "icon": "./assets/data/nsi/logos/cotentinvollibre-a99456.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450072,7 +303016,6 @@ }, { "question": "D.W Fitness", - "icon": "./assets/data/nsi/logos/dwfitness-02a05d.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450097,7 +303040,6 @@ }, { "question": "Dellinger Park", - "icon": "./assets/data/nsi/logos/dellingerpark-80b0d4.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450112,7 +303054,6 @@ }, { "question": "DJK Schweinfurt", - "icon": "./assets/data/nsi/logos/djkschweinfurt-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450122,7 +303063,6 @@ }, { "question": "Edinburgh Leisure", - "icon": "./assets/data/nsi/logos/edinburghleisure-139a55.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450132,7 +303072,6 @@ }, { "question": "Envol sud isere", - "icon": "./assets/data/nsi/logos/envolsudisere-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450142,7 +303081,6 @@ }, { "question": "Eur en ciel", - "icon": "./assets/data/nsi/logos/eurenciel-a99456.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450152,7 +303090,6 @@ }, { "question": "Europäische Schule", - "icon": "./assets/data/nsi/logos/europaischeschule-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450162,7 +303099,6 @@ }, { "question": "Florida Tennis Center", - "icon": "./assets/data/nsi/logos/floridatenniscenter-82f98a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450172,7 +303108,6 @@ }, { "question": "Fraser Public Schools", - "icon": "./assets/data/nsi/logos/fraserpublicschools-fce86c.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450219,7 +303154,6 @@ }, { "question": "Harrison Park", - "icon": "./assets/data/nsi/logos/harrisonpark-80b0d4.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450229,7 +303163,6 @@ }, { "question": "Jones County Junior College", - "icon": "./assets/data/nsi/logos/jonescountyjuniorcollege-5d0479.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450244,7 +303177,6 @@ }, { "question": "Journey at Pechanga", - "icon": "./assets/data/nsi/logos/journeyatpechanga-6d2462.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450254,7 +303186,6 @@ }, { "question": "Joy Jaagpad", - "icon": "./assets/data/nsi/logos/joyjaagpad-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450264,7 +303195,6 @@ }, { "question": "Karlsruher TV e.V.", - "icon": "./assets/data/nsi/logos/karlsruhertvev-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450304,7 +303234,6 @@ }, { "question": "Les Archers du Mont-Aiguille", - "icon": "./assets/data/nsi/logos/lesarchersdumontaiguille-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450314,7 +303243,6 @@ }, { "question": "Les gratte-ciel", - "icon": "./assets/data/nsi/logos/lesgratteciel-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450324,7 +303252,6 @@ }, { "question": "Les loups volants", - "icon": "./assets/data/nsi/logos/lesloupsvolants-a06f09.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450334,7 +303261,6 @@ }, { "question": "Les Milans du Crêt d'Eau", - "icon": "./assets/data/nsi/logos/lesmilansducretdeau-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450344,7 +303270,6 @@ }, { "question": "Ligue de vol libre de Corse", - "icon": "./assets/data/nsi/logos/liguedevollibredecorse-303fbf.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450354,7 +303279,6 @@ }, { "question": "Ligue de vol libre de La Reunion", - "icon": "./assets/data/nsi/logos/liguedevollibredelareunion-dc8eb4.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450364,7 +303288,6 @@ }, { "question": "Ligue de vol libre Occitanie", - "icon": "./assets/data/nsi/logos/liguedevollibreoccitanie-adbaf8.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450374,7 +303297,6 @@ }, { "question": "Mairie de Saint-Paul-lès-Dax", - "icon": "./assets/data/nsi/logos/mairiedesaintpaullesdax-794434.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450389,7 +303311,6 @@ }, { "question": "Mairie de Villenave-d'Ornon", - "icon": "./assets/data/nsi/logos/mairiedevillenavedornon-794434.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450404,7 +303325,6 @@ }, { "question": "Mierlose Tennis Vereniging", - "icon": "./assets/data/nsi/logos/mierlosetennisvereniging-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450430,7 +303350,6 @@ }, { "question": "mTrade Park", - "icon": "./assets/data/nsi/logos/mtradepark-5d0479.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450440,7 +303359,6 @@ }, { "question": "Município de Maputo", - "icon": "./assets/data/nsi/logos/municipiodemaputo-fe1461.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450470,7 +303388,6 @@ }, { "question": "Newry, Mourne and Down District Council", - "icon": "./assets/data/nsi/logos/newrymourneanddowndistrictcouncil-a4a9b2.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450485,7 +303402,6 @@ }, { "question": "Norman Public Schools", - "icon": "./assets/data/nsi/logos/normanpublicschools-da33c9.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450500,7 +303416,6 @@ }, { "question": "O.L.T.C.", - "icon": "./assets/data/nsi/logos/oltc-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450510,7 +303425,6 @@ }, { "question": "Oslo kommune Bymiljøetaten", - "icon": "./assets/data/nsi/logos/oslokommunebymiljoetaten-9e31f9.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450520,7 +303434,6 @@ }, { "question": "Paintball-Wesenberg", - "icon": "./assets/data/nsi/logos/paintballwesenberg-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450530,7 +303443,6 @@ }, { "question": "Palm Beach Polo and Hunt Club", - "icon": "./assets/data/nsi/logos/palmbeachpoloandhuntclub-82f98a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450540,7 +303452,6 @@ }, { "question": "Pamukkale Belediyesi", - "icon": "./assets/data/nsi/logos/pamukkalebelediyesi-74f08e.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450550,7 +303461,6 @@ }, { "question": "Parapente club de haute tarentaise", - "icon": "./assets/data/nsi/logos/parapenteclubdehautetarentaise-75a103.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450560,7 +303470,6 @@ }, { "question": "Parapentes de la ste victoire", - "icon": "./assets/data/nsi/logos/parapentesdelastevictoire-a06f09.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450570,7 +303479,6 @@ }, { "question": "Phillips Exeter Academy", - "icon": "./assets/data/nsi/logos/phillipsexeteracademy-7a66c5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450585,7 +303493,6 @@ }, { "question": "Poupet vol libre", - "icon": "./assets/data/nsi/logos/poupetvollibre-0a3ef5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450595,7 +303502,6 @@ }, { "question": "Putzbrunner SV", - "icon": "./assets/data/nsi/logos/putzbrunnersv-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450605,7 +303511,6 @@ }, { "question": "Redhawk Golf Course", - "icon": "./assets/data/nsi/logos/redhawkgolfcourse-6d2462.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450615,7 +303520,6 @@ }, { "question": "Rohan Regional Recreation Center", - "icon": "./assets/data/nsi/logos/rohanregionalrecreationcenter-82f98a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450625,7 +303529,6 @@ }, { "question": "Secretaria de Estado de Educação de Minas Gerais", - "icon": "./assets/data/nsi/logos/secretariadeestadodeeducacaodeminasgerais-8e6589.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450640,7 +303543,6 @@ }, { "question": "Sharp Recrean", - "icon": "./assets/data/nsi/logos/sharprecrean-d34695.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450650,7 +303552,6 @@ }, { "question": "Sícoris Club", - "icon": "./assets/data/nsi/logos/sicorisclub-5e9b04.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450690,7 +303591,6 @@ }, { "question": "Sportzentrum Rif", - "icon": "./assets/data/nsi/logos/sportzentrumrif-52047b.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450700,7 +303600,6 @@ }, { "question": "SSC Karlsruhe e.V.", - "icon": "./assets/data/nsi/logos/ssckarlsruheev-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450785,7 +303684,6 @@ }, { "question": "Stadt Zürich, SSD, Sportamt", - "icon": "./assets/data/nsi/logos/stadtzurichssdsportamt-962b4a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450795,7 +303693,6 @@ }, { "question": "TC Rot-Blau Regensburg e.V.", - "icon": "./assets/data/nsi/logos/tcrotblauregensburgev-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450805,7 +303702,6 @@ }, { "question": "TC Valkenswaard", - "icon": "./assets/data/nsi/logos/tcvalkenswaard-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450815,7 +303711,6 @@ }, { "question": "Tennis Club du Bassin de Lons-le-Saunier", - "icon": "./assets/data/nsi/logos/tennisclubdubassindelonslesaunier-0a3ef5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450825,7 +303720,6 @@ }, { "question": "Tennis- und Ski-Club (TSC) Göttingen e. V.", - "icon": "./assets/data/nsi/logos/tennisundskiclubtscgottingenev-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450835,7 +303729,6 @@ }, { "question": "Tennisclub Herford", - "icon": "./assets/data/nsi/logos/tennisclubherford-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450845,7 +303738,6 @@ }, { "question": "THC Horn-Hamm", - "icon": "./assets/data/nsi/logos/thchornhamm-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450855,7 +303747,6 @@ }, { "question": "The Manor Golf & Country Club", - "icon": "./assets/data/nsi/logos/themanorgolfandcountryclub-80b0d4.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450865,7 +303756,6 @@ }, { "question": "The Raquet Club of Hattiesburg", - "icon": "./assets/data/nsi/logos/theraquetclubofhattiesburg-5d0479.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450875,7 +303765,6 @@ }, { "question": "The Tejas Pradip Patel Tennis Center", - "icon": "./assets/data/nsi/logos/thetejaspradippateltenniscenter-82f98a.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450885,7 +303774,6 @@ }, { "question": "Todtglüsinger Sportverein", - "icon": "./assets/data/nsi/logos/todtglusingersportverein-b87489.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450912,7 +303800,6 @@ }, { "question": "TV Valkenswaard", - "icon": "./assets/data/nsi/logos/tvvalkenswaard-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450937,7 +303824,6 @@ }, { "question": "Ville d'Anglet", - "icon": "./assets/data/nsi/logos/villedanglet-794434.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450952,7 +303838,6 @@ }, { "question": "Ville de Lons-le-Saunier", - "icon": "./assets/data/nsi/logos/villedelonslesaunier-0a3ef5.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450967,7 +303852,6 @@ }, { "question": "WTC", - "icon": "./assets/data/nsi/logos/wtc-cc7be6.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450977,7 +303861,6 @@ }, { "question": "ООО\"ССК НЕВСКИЙ\"", - "icon": "./assets/data/nsi/logos/535547-d0edcf.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -450987,7 +303870,6 @@ }, { "question": "انجمن ورزشهای هوایی ایران", - "icon": "./assets/data/nsi/logos/b2742d-fcb937.undefined", "osmTags": { "and": [ "leisure=pitch", @@ -451059,7 +303941,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-c07792.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451089,7 +303970,6 @@ }, { "question": "AcegasApsAmga", - "icon": "./assets/data/nsi/logos/acegasapsamga-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451149,7 +304029,6 @@ }, { "question": "Agsm Verona Spa", - "icon": "./assets/data/nsi/logos/agsmveronaspa-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451164,7 +304043,6 @@ }, { "question": "Aimo Park", - "icon": "./assets/data/nsi/logos/aimopark-f2d071.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451284,7 +304162,6 @@ }, { "question": "Alizé", - "icon": "./assets/data/nsi/logos/alize-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451355,7 +304232,6 @@ }, { "question": "AmpCharge", - "icon": "./assets/data/nsi/logos/ampcharge-6d1cb9.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451401,7 +304277,6 @@ }, { "question": "Areal Böhler", - "icon": "./assets/data/nsi/logos/arealbohler-0f84be.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451446,7 +304321,6 @@ }, { "question": "Astor Enerji", - "icon": "./assets/data/nsi/logos/astorenerji-680e24.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451456,7 +304330,6 @@ }, { "question": "Atlante", - "icon": "./assets/data/nsi/logos/atlante-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451602,7 +304475,6 @@ }, { "question": "Base2Charge", - "icon": "./assets/data/nsi/logos/base2charge-b5d24c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451672,7 +304544,6 @@ }, { "question": "be emobil", - "icon": "./assets/data/nsi/logos/beemobil-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451682,7 +304553,6 @@ }, { "question": "Be.EV", - "icon": "./assets/data/nsi/logos/iduna-07df9b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451698,7 +304568,6 @@ }, { "question": "Belib'", - "icon": "./assets/data/nsi/logos/belib-e794c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451713,7 +304582,6 @@ }, { "question": "Bender", - "icon": "./assets/data/nsi/logos/bender-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451738,7 +304606,6 @@ }, { "question": "BEW", - "icon": "./assets/data/nsi/logos/bew-d5d657.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451817,7 +304684,6 @@ }, { "question": "Blue Corner", - "icon": "./assets/data/nsi/logos/bluecorner-31a4ce.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451909,7 +304775,6 @@ }, { "question": "Bouygues (1-OUEST)", - "icon": "./assets/data/nsi/logos/bouygues1ouest-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451919,7 +304784,6 @@ }, { "question": "Bouygues Energies & Services", - "icon": "./assets/data/nsi/logos/bouyguesenergiesandservices-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451949,7 +304813,6 @@ }, { "question": "BP Europa SE", - "icon": "./assets/data/nsi/logos/bpeuropase-f838d9.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451959,7 +304822,6 @@ }, { "question": "Branäsgruppen AB", - "icon": "./assets/data/nsi/logos/branasgruppenab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -451999,7 +304861,6 @@ }, { "question": "Budimex Mobility S.A.", - "icon": "./assets/data/nsi/logos/budimexmobilitysa-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452129,7 +304990,6 @@ }, { "question": "Charge-ON GmbH", - "icon": "./assets/data/nsi/logos/chargeongmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452139,7 +304999,6 @@ }, { "question": "charge.brussels", - "icon": "./assets/data/nsi/logos/pitpoint-fcc280.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452218,7 +305077,6 @@ }, { "question": "chargEV", - "icon": "./assets/data/nsi/logos/chargev-885411.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452228,7 +305086,6 @@ }, { "question": "Charging the Regions", - "icon": "./assets/data/nsi/logos/centralvictoriangreenhousealliance-36f71a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452245,7 +305102,6 @@ }, { "question": "Charging Together", - "icon": "./assets/data/nsi/logos/chargingtogether-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452295,7 +305151,6 @@ }, { "question": "City Charging", - "icon": "./assets/data/nsi/logos/citycharging-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452370,7 +305225,6 @@ }, { "question": "Clem", - "icon": "./assets/data/nsi/logos/clem-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452395,7 +305249,6 @@ }, { "question": "Comfortcharge", - "icon": "./assets/data/nsi/logos/comfortcharge-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452562,7 +305415,6 @@ }, { "question": "Daimler AG", - "icon": "./assets/data/nsi/logos/daimlerag-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452587,7 +305439,6 @@ }, { "question": "DBT", - "icon": "./assets/data/nsi/logos/dbt-22bfb3.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452612,7 +305463,6 @@ }, { "question": "Deutsche Post DHL Group", - "icon": "./assets/data/nsi/logos/deutschepostdhlgroup-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452682,7 +305532,6 @@ }, { "question": "DRIVECO", - "icon": "./assets/data/nsi/logos/driveco-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452692,7 +305541,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-a42d45.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452753,7 +305601,6 @@ }, { "question": "e-Mobi", - "icon": "./assets/data/nsi/logos/emobi-7c6771.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452763,7 +305610,6 @@ }, { "question": "e-Mobi Elektromobilitás Nonprofit Kft.", - "icon": "./assets/data/nsi/logos/emobielektromobilitasnonprofitkft-7c6771.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452773,7 +305619,6 @@ }, { "question": "E-Plug", - "icon": "./assets/data/nsi/logos/eplug-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452798,7 +305643,6 @@ }, { "question": "e-Totem", - "icon": "./assets/data/nsi/logos/etotem-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452813,7 +305657,6 @@ }, { "question": "E-WALD", - "icon": "./assets/data/nsi/logos/ewald-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452890,7 +305733,6 @@ }, { "question": "E.On Danmark", - "icon": "./assets/data/nsi/logos/eondanmark-b5d24c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452915,7 +305757,6 @@ }, { "question": "Easycharger", - "icon": "./assets/data/nsi/logos/easycharger-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452940,7 +305781,6 @@ }, { "question": "EasyPark", - "icon": "./assets/data/nsi/logos/easypark-07ce21.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452950,7 +305790,6 @@ }, { "question": "eborn", - "icon": "./assets/data/nsi/logos/eborn-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452965,7 +305804,6 @@ }, { "question": "EC Charging", - "icon": "./assets/data/nsi/logos/eccharging-3b851d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452975,7 +305813,6 @@ }, { "question": "eCarUp", - "icon": "./assets/data/nsi/logos/ecarup-d761b8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -452990,7 +305827,6 @@ }, { "question": "EcoInside", - "icon": "./assets/data/nsi/logos/ecoinside-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453000,7 +305836,6 @@ }, { "question": "econec.eu", - "icon": "./assets/data/nsi/logos/econeceu-d74d01.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453055,7 +305890,6 @@ }, { "question": "eE4mobile eG", - "icon": "./assets/data/nsi/logos/ee4mobileeg-8cbe12.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453085,7 +305919,6 @@ }, { "question": "Effia", - "icon": "./assets/data/nsi/logos/effia-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453175,7 +306008,6 @@ }, { "question": "Electra", - "icon": "./assets/data/nsi/logos/electra-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453190,7 +306022,6 @@ }, { "question": "Electric 55 Charging", - "icon": "./assets/data/nsi/logos/electric55charging-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453231,7 +306062,6 @@ }, { "question": "Electricity Authority of Cyprus", - "icon": "./assets/data/nsi/logos/electricityauthorityofcyprus-00afc2.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453262,7 +306092,6 @@ }, { "question": "Electromin Limited Company", - "icon": "./assets/data/nsi/logos/electrominlimitedcompany-bf010e.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453302,7 +306131,6 @@ }, { "question": "Elektrum Latvija", - "icon": "./assets/data/nsi/logos/elektrum-935738.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453317,7 +306145,6 @@ }, { "question": "Elektrum Lietuva", - "icon": "./assets/data/nsi/logos/elektrum-7d5905.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453332,7 +306159,6 @@ }, { "question": "ELEN", - "icon": "./assets/data/nsi/logos/elen-e5e57c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453362,7 +306188,6 @@ }, { "question": "Elinta", - "icon": "./assets/data/nsi/logos/elinta-7d5905.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453417,7 +306242,6 @@ }, { "question": "Elocity", - "icon": "./assets/data/nsi/logos/elocity-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453432,7 +306256,6 @@ }, { "question": "Emacom", - "icon": "./assets/data/nsi/logos/emacom-d95359.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453503,7 +306326,6 @@ }, { "question": "EnBW Ostwürttemberg DonauRies AG", - "icon": "./assets/data/nsi/logos/enbwostwurttembergdonauriesag-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453528,7 +306350,6 @@ }, { "question": "Endesa X", - "icon": "./assets/data/nsi/logos/endesax-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453558,7 +306379,6 @@ }, { "question": "Enefit Volt", - "icon": "./assets/data/nsi/logos/enefitvolt-eec16b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453752,7 +306572,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-0f6172.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453762,7 +306581,6 @@ }, { "question": "Energie- und Wasserversorgung Bonn/Rhein-Sieg GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserversorgungbonnrheinsieggmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453772,7 +306590,6 @@ }, { "question": "Energie- und Wasserversorgung Bruchsal GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserversorgungbruchsalgmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453797,7 +306614,6 @@ }, { "question": "Energieversorgung Kleinwalsertal GesmbH", - "icon": "./assets/data/nsi/logos/energieversorgungkleinwalsertalgesmbh-5e1ef5.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453807,7 +306623,6 @@ }, { "question": "Energieversorgung Rodau", - "icon": "./assets/data/nsi/logos/energieversorgungrodau-c6e3e9.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453837,7 +306652,6 @@ }, { "question": "EnergyDrive", - "icon": "./assets/data/nsi/logos/energydrive-31a4ce.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453847,7 +306661,6 @@ }, { "question": "EneRSIEIL", - "icon": "./assets/data/nsi/logos/enersieil-50b7ae.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453962,7 +306775,6 @@ }, { "question": "eONE", - "icon": "./assets/data/nsi/logos/eone-e805b7.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453972,7 +306784,6 @@ }, { "question": "ePower", - "icon": "./assets/data/nsi/logos/epower-3b851d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453982,7 +306793,6 @@ }, { "question": "Equans", - "icon": "./assets/data/nsi/logos/equans-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -453997,7 +306807,6 @@ }, { "question": "Eranovum", - "icon": "./assets/data/nsi/logos/eranovum-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454084,7 +306893,6 @@ }, { "question": "Etecnic", - "icon": "./assets/data/nsi/logos/etecnic-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454099,7 +306907,6 @@ }, { "question": "Eulektro", - "icon": "./assets/data/nsi/logos/eulektro-fd47ae.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454124,7 +306931,6 @@ }, { "question": "EV Power", - "icon": "./assets/data/nsi/logos/evpower-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454134,7 +306940,6 @@ }, { "question": "EV+", - "icon": "./assets/data/nsi/logos/ev-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454159,7 +306964,6 @@ }, { "question": "EVC EV Chargers", - "icon": "./assets/data/nsi/logos/evc-2a0385.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454204,7 +307008,6 @@ }, { "question": "EVgo", - "icon": "./assets/data/nsi/logos/evgo-416623.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454236,7 +307039,6 @@ }, { "question": "Evio", - "icon": "./assets/data/nsi/logos/evio-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454246,7 +307048,6 @@ }, { "question": "EVlink", - "icon": "./assets/data/nsi/logos/evlink-7872f6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454261,7 +307062,6 @@ }, { "question": "EVMAPA", - "icon": "./assets/data/nsi/logos/evmapa-788d35.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454286,7 +307086,6 @@ }, { "question": "EVN (Северна Македонија)", - "icon": "./assets/data/nsi/logos/evn-216929.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454301,7 +307100,6 @@ }, { "question": "EVnetNL", - "icon": "./assets/data/nsi/logos/evnetnl-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454311,7 +307109,6 @@ }, { "question": "evolt", - "icon": "./assets/data/nsi/logos/evolt-2a0385.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454351,7 +307148,6 @@ }, { "question": "evyve", - "icon": "./assets/data/nsi/logos/evyve-2a0385.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454366,7 +307162,6 @@ }, { "question": "evzen (SMEG Développement)", - "icon": "./assets/data/nsi/logos/evzensmegdeveloppement-3c974e.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454481,7 +307276,6 @@ }, { "question": "EZE", - "icon": "./assets/data/nsi/logos/eze-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454496,7 +307290,6 @@ }, { "question": "Factor Energia", - "icon": "./assets/data/nsi/logos/factorenergia-d95359.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454511,7 +307304,6 @@ }, { "question": "FairEnergie GmbH", - "icon": "./assets/data/nsi/logos/fairenergiegmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454556,7 +307348,6 @@ }, { "question": "Filderstadtwerke", - "icon": "./assets/data/nsi/logos/filderstadtwerke-f38d07.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454603,7 +307394,6 @@ }, { "question": "Free to X", - "icon": "./assets/data/nsi/logos/freetox-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454643,7 +307433,6 @@ }, { "question": "Galp Geste", - "icon": "./assets/data/nsi/logos/galpgeste-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454653,7 +307442,6 @@ }, { "question": "Galp Power", - "icon": "./assets/data/nsi/logos/galppower-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454663,7 +307451,6 @@ }, { "question": "GaraGeeks", - "icon": "./assets/data/nsi/logos/garageeks-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454733,7 +307520,6 @@ }, { "question": "Gemeindewerke Garmisch-Partenkirchen", - "icon": "./assets/data/nsi/logos/gemeindewerkegarmischpartenkirchen-e3d1c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454748,7 +307534,6 @@ }, { "question": "Gemeindewerke Oberhaching", - "icon": "./assets/data/nsi/logos/gemeindewerkeoberhaching-e3d1c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454763,7 +307548,6 @@ }, { "question": "Generation Journey", - "icon": "./assets/data/nsi/logos/generationjourney-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454788,7 +307572,6 @@ }, { "question": "Gentari", - "icon": "./assets/data/nsi/logos/gentari-885411.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454803,7 +307586,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-5b6f55.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454818,7 +307600,6 @@ }, { "question": "Gesvican", - "icon": "./assets/data/nsi/logos/gesvican-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454843,7 +307624,6 @@ }, { "question": "GIC", - "icon": "./assets/data/nsi/logos/gic-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454868,7 +307648,6 @@ }, { "question": "GO+EAuto", - "icon": "./assets/data/nsi/logos/goeauto-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454925,7 +307704,6 @@ }, { "question": "Göteborgs Stads Parkerings AB", - "icon": "./assets/data/nsi/logos/goteborgsstadsparkeringsab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454970,7 +307748,6 @@ }, { "question": "Green Technologie", - "icon": "./assets/data/nsi/logos/greentechnologie-6a1a02.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -454980,7 +307757,6 @@ }, { "question": "GreenCharge", - "icon": "./assets/data/nsi/logos/greencharge-c59d8c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455005,7 +307781,6 @@ }, { "question": "GreenTE", - "icon": "./assets/data/nsi/logos/greente-f559c0.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455075,7 +307850,6 @@ }, { "question": "Helexia II", - "icon": "./assets/data/nsi/logos/helexiaii-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455085,7 +307859,6 @@ }, { "question": "Hera", - "icon": "./assets/data/nsi/logos/hera-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455095,7 +307868,6 @@ }, { "question": "Herzo Werke", - "icon": "./assets/data/nsi/logos/herzowerke-e3d1c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455110,7 +307882,6 @@ }, { "question": "Hesse GmbH", - "icon": "./assets/data/nsi/logos/hessegmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455120,7 +307891,6 @@ }, { "question": "Hexagonal Ocean", - "icon": "./assets/data/nsi/logos/hexagonalocean-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455130,7 +307900,6 @@ }, { "question": "High Green Power", - "icon": "./assets/data/nsi/logos/highgreenpower-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455155,7 +307924,6 @@ }, { "question": "Höganäs Energi AB", - "icon": "./assets/data/nsi/logos/hoganasenergiab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455210,7 +307978,6 @@ }, { "question": "IBIL", - "icon": "./assets/data/nsi/logos/ibil-9bc2ed.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455235,7 +308002,6 @@ }, { "question": "IECharge", - "icon": "./assets/data/nsi/logos/iecharge-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455290,7 +308056,6 @@ }, { "question": "InEnergies", - "icon": "./assets/data/nsi/logos/inenergies-50b7ae.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455300,7 +308065,6 @@ }, { "question": "Infinite Charge", - "icon": "./assets/data/nsi/logos/infinitecharge-bfc601.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455402,7 +308166,6 @@ }, { "question": "Italia Vento Power Corporation", - "icon": "./assets/data/nsi/logos/italiaventopowercorporation-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455427,7 +308190,6 @@ }, { "question": "Izivia", - "icon": "./assets/data/nsi/logos/izivia-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455472,7 +308234,6 @@ }, { "question": "JomCharge", - "icon": "./assets/data/nsi/logos/jomcharge-885411.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455557,7 +308318,6 @@ }, { "question": "kiwEV", - "icon": "./assets/data/nsi/logos/kiwev-3fbaa3.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455572,7 +308332,6 @@ }, { "question": "KLC Serviços", - "icon": "./assets/data/nsi/logos/klcservicos-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455582,7 +308341,6 @@ }, { "question": "Kreis Paderborn", - "icon": "./assets/data/nsi/logos/kreispaderborn-0f84be.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455622,7 +308380,6 @@ }, { "question": "Lade i Norge", - "icon": "./assets/data/nsi/logos/ladeinorge-0916f2.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455632,7 +308389,6 @@ }, { "question": "ladenetz.de", - "icon": "./assets/data/nsi/logos/ladenetzde-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455642,7 +308398,6 @@ }, { "question": "Ladeverbund+", - "icon": "./assets/data/nsi/logos/ladeverbund-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455697,7 +308452,6 @@ }, { "question": "Laudert GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/laudertgmbhandcokg-0f84be.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455737,7 +308491,6 @@ }, { "question": "Lebensland Kärnten", - "icon": "./assets/data/nsi/logos/lebenslandkarnten-cf0a17.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455822,7 +308575,6 @@ }, { "question": "Lotos", - "icon": "./assets/data/nsi/logos/lotos-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455837,7 +308589,6 @@ }, { "question": "Loulé Concelho Global", - "icon": "./assets/data/nsi/logos/louleconcelhoglobal-531ab2.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455862,7 +308613,6 @@ }, { "question": "LUMI'IN", - "icon": "./assets/data/nsi/logos/lumiin-c9b0aa.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455887,7 +308637,6 @@ }, { "question": "Lüneparken", - "icon": "./assets/data/nsi/logos/luneparken-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -455957,7 +308706,6 @@ }, { "question": "Maksu Services", - "icon": "./assets/data/nsi/logos/maksuservices-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456117,7 +308865,6 @@ }, { "question": "Mobiletric", - "icon": "./assets/data/nsi/logos/mobiletric-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456127,7 +308874,6 @@ }, { "question": "Mobiliti", - "icon": "./assets/data/nsi/logos/mobiliti-7c6771.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456158,7 +308904,6 @@ }, { "question": "MobiSmart", - "icon": "./assets/data/nsi/logos/mobismart-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456168,7 +308913,6 @@ }, { "question": "Mobive", - "icon": "./assets/data/nsi/logos/mobive-edac1b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456183,7 +308927,6 @@ }, { "question": "Modulo", - "icon": "./assets/data/nsi/logos/modulo-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456228,7 +308971,6 @@ }, { "question": "Monta", - "icon": "./assets/data/nsi/logos/monta-065623.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456238,7 +308980,6 @@ }, { "question": "Moon", - "icon": "./assets/data/nsi/logos/moon-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456263,7 +309004,6 @@ }, { "question": "Mota", - "icon": "./assets/data/nsi/logos/mota-3c974e.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456273,7 +309013,6 @@ }, { "question": "Mota Engil II", - "icon": "./assets/data/nsi/logos/motaengilii-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456283,7 +309022,6 @@ }, { "question": "Mouv Élec Var", - "icon": "./assets/data/nsi/logos/mouvelecvar-3c974e.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456398,7 +309136,6 @@ }, { "question": "Neuwoges", - "icon": "./assets/data/nsi/logos/neuwoges-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456438,7 +309175,6 @@ }, { "question": "NKM Mobilitás Kft.", - "icon": "./assets/data/nsi/logos/nkmmobilitaskft-7c6771.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456538,7 +309274,6 @@ }, { "question": "OIKEN", - "icon": "./assets/data/nsi/logos/oiken-9327de.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456548,7 +309283,6 @@ }, { "question": "OK", - "icon": "./assets/data/nsi/logos/ok-b5d24c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456563,7 +309297,6 @@ }, { "question": "OOO \"TOK BOR\"", - "icon": "./assets/data/nsi/logos/oootokbor-f559c0.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456633,7 +309366,6 @@ }, { "question": "Oskarshamn Energi AB", - "icon": "./assets/data/nsi/logos/oskarshamnenergiab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456658,7 +309390,6 @@ }, { "question": "Ouest Charge", - "icon": "./assets/data/nsi/logos/ouestcharge-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456683,7 +309414,6 @@ }, { "question": "Paris-Saclay Innovation Playground", - "icon": "./assets/data/nsi/logos/parissaclayinnovationplayground-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456693,7 +309423,6 @@ }, { "question": "Park&Charge", - "icon": "./assets/data/nsi/logos/parkandcharge-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456753,7 +309482,6 @@ }, { "question": "PGE Nowa Energia", - "icon": "./assets/data/nsi/logos/pgenowaenergia-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456763,7 +309491,6 @@ }, { "question": "PitPoint", - "icon": "./assets/data/nsi/logos/pitpoint-ce6b96.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456808,7 +309535,6 @@ }, { "question": "Plus de Bornes", - "icon": "./assets/data/nsi/logos/plusdebornes-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456818,7 +309544,6 @@ }, { "question": "PNB", - "icon": "./assets/data/nsi/logos/pnb-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456858,7 +309583,6 @@ }, { "question": "Power Dot France", - "icon": "./assets/data/nsi/logos/powerdotfrance-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456868,7 +309592,6 @@ }, { "question": "Power EV", - "icon": "./assets/data/nsi/logos/powerev-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456878,7 +309601,6 @@ }, { "question": "Pradella Sistemi", - "icon": "./assets/data/nsi/logos/pradellasistemi-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456903,7 +309625,6 @@ }, { "question": "Prio.E", - "icon": "./assets/data/nsi/logos/prioe-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456943,7 +309664,6 @@ }, { "question": "Q8", - "icon": "./assets/data/nsi/logos/q8-ea9218.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456968,7 +309688,6 @@ }, { "question": "Qelo", - "icon": "./assets/data/nsi/logos/qelo-e5e57c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -456978,7 +309697,6 @@ }, { "question": "Queensland Electric Super Highway", - "icon": "./assets/data/nsi/logos/yurika-7879ae.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457008,7 +309726,6 @@ }, { "question": "R3", - "icon": "./assets/data/nsi/logos/r3-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457018,7 +309735,6 @@ }, { "question": "Red E", - "icon": "./assets/data/nsi/logos/rede-416623.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457035,7 +309751,6 @@ }, { "question": "reev", - "icon": "./assets/data/nsi/logos/reev-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457045,7 +309760,6 @@ }, { "question": "Reload Solution", - "icon": "./assets/data/nsi/logos/reloadsolution-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457130,7 +309844,6 @@ }, { "question": "Revnet", - "icon": "./assets/data/nsi/logos/revnet-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457245,7 +309958,6 @@ }, { "question": "Rotterdam Elektrisch", - "icon": "./assets/data/nsi/logos/rotterdamelektrisch-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457255,7 +309967,6 @@ }, { "question": "RSE", - "icon": "./assets/data/nsi/logos/rse-a9e3c5.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457265,7 +309976,6 @@ }, { "question": "RWE-Effizienz", - "icon": "./assets/data/nsi/logos/rweeffizienz-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457335,7 +310045,6 @@ }, { "question": "Samenwerkende Gemeenten Zuid-Holland", - "icon": "./assets/data/nsi/logos/samenwerkendegemeentenzuidholland-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457345,7 +310054,6 @@ }, { "question": "Sandviken Energi AB", - "icon": "./assets/data/nsi/logos/sandvikenenergiab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457355,7 +310063,6 @@ }, { "question": "sas e-motum", - "icon": "./assets/data/nsi/logos/sasemotum-0e6e1c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457380,7 +310087,6 @@ }, { "question": "SDE04", - "icon": "./assets/data/nsi/logos/sde04-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457390,7 +310096,6 @@ }, { "question": "SDE07", - "icon": "./assets/data/nsi/logos/sde07-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457400,7 +310105,6 @@ }, { "question": "SDE35", - "icon": "./assets/data/nsi/logos/sde35-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457410,7 +310114,6 @@ }, { "question": "SDED", - "icon": "./assets/data/nsi/logos/sded-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457420,7 +310123,6 @@ }, { "question": "SDEI36", - "icon": "./assets/data/nsi/logos/sdei36-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457430,7 +310132,6 @@ }, { "question": "SDEM50", - "icon": "./assets/data/nsi/logos/sdem50-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457440,7 +310141,6 @@ }, { "question": "SDEV", - "icon": "./assets/data/nsi/logos/sdev-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457450,7 +310150,6 @@ }, { "question": "SDEY", - "icon": "./assets/data/nsi/logos/sdey-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457460,7 +310159,6 @@ }, { "question": "SEDI", - "icon": "./assets/data/nsi/logos/sedi-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457470,7 +310168,6 @@ }, { "question": "SEGMA", - "icon": "./assets/data/nsi/logos/segma-7f98b5.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457495,7 +310192,6 @@ }, { "question": "Séolis", - "icon": "./assets/data/nsi/logos/seolis-edac1b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457505,7 +310201,6 @@ }, { "question": "SERVICE plus GmbH", - "icon": "./assets/data/nsi/logos/serviceplusgmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457515,7 +310210,6 @@ }, { "question": "SEY 78", - "icon": "./assets/data/nsi/logos/sey78-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457525,7 +310219,6 @@ }, { "question": "SEYMABORNE", - "icon": "./assets/data/nsi/logos/seymaborne-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457535,7 +310228,6 @@ }, { "question": "SGA Mobility", - "icon": "./assets/data/nsi/logos/sgamobility-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457545,7 +310237,6 @@ }, { "question": "SHARZ", - "icon": "./assets/data/nsi/logos/sharz-680e24.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457585,7 +310276,6 @@ }, { "question": "SIEEEN", - "icon": "./assets/data/nsi/logos/sieeen-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457600,7 +310290,6 @@ }, { "question": "SIEGE 27", - "icon": "./assets/data/nsi/logos/siege27-1d5018.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457610,7 +310299,6 @@ }, { "question": "SIEL42", - "icon": "./assets/data/nsi/logos/siel42-a9e3c5.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457625,7 +310313,6 @@ }, { "question": "Siemens SRE", - "icon": "./assets/data/nsi/logos/siemenssre-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457635,7 +310322,6 @@ }, { "question": "SIEML", - "icon": "./assets/data/nsi/logos/sieml-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457650,7 +310336,6 @@ }, { "question": "Sigeif", - "icon": "./assets/data/nsi/logos/sigeif-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457665,7 +310350,6 @@ }, { "question": "SIPLEC", - "icon": "./assets/data/nsi/logos/siplec-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457695,7 +310379,6 @@ }, { "question": "Smoov", - "icon": "./assets/data/nsi/logos/smoov-ce6b96.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457705,7 +310388,6 @@ }, { "question": "Sodetrel", - "icon": "./assets/data/nsi/logos/sodetrel-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457715,7 +310397,6 @@ }, { "question": "SODO", - "icon": "./assets/data/nsi/logos/sodo-3ff954.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457725,7 +310406,6 @@ }, { "question": "Sonae", - "icon": "./assets/data/nsi/logos/sonae-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457735,7 +310415,6 @@ }, { "question": "Sorégies", - "icon": "./assets/data/nsi/logos/soregies-edac1b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457797,7 +310476,6 @@ }, { "question": "SPBR1", - "icon": "./assets/data/nsi/logos/spbr1-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457807,7 +310485,6 @@ }, { "question": "Sperto", - "icon": "./assets/data/nsi/logos/sperto-b5d24c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457817,7 +310494,6 @@ }, { "question": "Spie", - "icon": "./assets/data/nsi/logos/spie-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457827,7 +310503,6 @@ }, { "question": "SPIE CityNetworks", - "icon": "./assets/data/nsi/logos/spiecitynetworks-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457837,7 +310512,6 @@ }, { "question": "Spirii", - "icon": "./assets/data/nsi/logos/spirii-b5d24c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457914,7 +310588,6 @@ }, { "question": "Stadtwerke Bad Aibling", - "icon": "./assets/data/nsi/logos/stadtwerkebadaibling-e3d1c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457929,7 +310602,6 @@ }, { "question": "Stadtwerke Bad Homburg", - "icon": "./assets/data/nsi/logos/stadtwerkebadhomburg-c6e3e9.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -457989,7 +310661,6 @@ }, { "question": "Stadtwerke Bruchsal", - "icon": "./assets/data/nsi/logos/stadtwerkebruchsal-f38d07.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458049,7 +310720,6 @@ }, { "question": "Stadtwerke Elmshorn", - "icon": "./assets/data/nsi/logos/stadtwerkeelmshorn-2af49a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458185,7 +310855,6 @@ }, { "question": "Stadtwerke Heide", - "icon": "./assets/data/nsi/logos/stadtwerkeheide-2af49a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458322,7 +310991,6 @@ }, { "question": "Stadtwerke Leinfelden-Echterdingen", - "icon": "./assets/data/nsi/logos/stadtwerkeleinfeldenechterdingen-f38d07.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458520,7 +311188,6 @@ }, { "question": "Stadtwerke Rostock", - "icon": "./assets/data/nsi/logos/stadtwerkerostock-0be82b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458565,7 +311232,6 @@ }, { "question": "Stadtwerke Schweinfurt", - "icon": "./assets/data/nsi/logos/stadtwerkeschweinfurt-e3d1c8.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458580,7 +311246,6 @@ }, { "question": "Stadtwerke SH", - "icon": "./assets/data/nsi/logos/stadtwerkesh-2af49a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458717,7 +311382,6 @@ }, { "question": "Stadtwerke Wernigerode", - "icon": "./assets/data/nsi/logos/stadtwerkewernigerode-ea9737.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458747,7 +311411,6 @@ }, { "question": "STATIONS-E", - "icon": "./assets/data/nsi/logos/stationse-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458757,7 +311420,6 @@ }, { "question": "Stavanger Parkering", - "icon": "./assets/data/nsi/logos/stavangerparkering-0916f2.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458829,7 +311491,6 @@ }, { "question": "Swarco", - "icon": "./assets/data/nsi/logos/swarco-2a0385.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458906,7 +311567,6 @@ }, { "question": "SYANE", - "icon": "./assets/data/nsi/logos/syane-a9e3c5.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458916,7 +311576,6 @@ }, { "question": "SYDELA", - "icon": "./assets/data/nsi/logos/sydela-48f58d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458926,7 +311585,6 @@ }, { "question": "SYME05", - "icon": "./assets/data/nsi/logos/syme05-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458936,7 +311594,6 @@ }, { "question": "Syndicat de l'Énergie de l'Orne", - "icon": "./assets/data/nsi/logos/syndicatdelenergiedelorne-1d5018.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458961,7 +311618,6 @@ }, { "question": "TankE", - "icon": "./assets/data/nsi/logos/tanke-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -458991,7 +311647,6 @@ }, { "question": "TEAG Mobil", - "icon": "./assets/data/nsi/logos/teagmobil-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459067,7 +311722,6 @@ }, { "question": "Tesla Germany GmbH", - "icon": "./assets/data/nsi/logos/teslagermanygmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459124,7 +311778,6 @@ }, { "question": "Total Marketing France", - "icon": "./assets/data/nsi/logos/totalmarketingfrance-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459154,7 +311807,6 @@ }, { "question": "Turmstrom", - "icon": "./assets/data/nsi/logos/turmstrom-c4e7a0.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459194,7 +311846,6 @@ }, { "question": "Überlandwerk Groß-Gerau GmbH", - "icon": "./assets/data/nsi/logos/uberlandwerkgrossgeraugmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459204,7 +311855,6 @@ }, { "question": "Ucharge", - "icon": "./assets/data/nsi/logos/ucharge-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459214,7 +311864,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-09be4b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459229,7 +311878,6 @@ }, { "question": "Umbria Energy", - "icon": "./assets/data/nsi/logos/umbriaenergy-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459286,7 +311934,6 @@ }, { "question": "Uppsala parkerings AB", - "icon": "./assets/data/nsi/logos/uppsalaparkeringsab-fe9964.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459358,7 +312005,6 @@ }, { "question": "VendElectric", - "icon": "./assets/data/nsi/logos/vendelectric-ae7de3.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459368,7 +312014,6 @@ }, { "question": "VGS mbH", - "icon": "./assets/data/nsi/logos/vgsmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459393,7 +312038,6 @@ }, { "question": "Ville de Saint-Louis", - "icon": "./assets/data/nsi/logos/villedesaintlouis-09be4b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459408,7 +312052,6 @@ }, { "question": "VinFast", - "icon": "./assets/data/nsi/logos/vinfast-026882.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459435,7 +312078,6 @@ }, { "question": "vkw vlotte", - "icon": "./assets/data/nsi/logos/vkwvlotte-c4e7a0.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459465,7 +312107,6 @@ }, { "question": "Volta", - "icon": "./assets/data/nsi/logos/volta-416623.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459480,7 +312121,6 @@ }, { "question": "VOLTRUN", - "icon": "./assets/data/nsi/logos/voltrun-680e24.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459490,7 +312130,6 @@ }, { "question": "WAAT", - "icon": "./assets/data/nsi/logos/waat-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459500,7 +312139,6 @@ }, { "question": "wallbe", - "icon": "./assets/data/nsi/logos/wallbe-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459525,7 +312163,6 @@ }, { "question": "We Drive Solar", - "icon": "./assets/data/nsi/logos/wedrivesolar-a00d8a.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459559,7 +312196,6 @@ }, { "question": "Wels Strom E-Mobil", - "icon": "./assets/data/nsi/logos/welsstromemobil-384565.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459614,7 +312250,6 @@ }, { "question": "Westenergie Metering GmbH", - "icon": "./assets/data/nsi/logos/westenergiemeteringgmbh-9a316b.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459669,7 +312304,6 @@ }, { "question": "WiiiZ", - "icon": "./assets/data/nsi/logos/izivia-3c974e.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459701,7 +312335,6 @@ }, { "question": "Wowplug", - "icon": "./assets/data/nsi/logos/wowplug-009624.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459743,7 +312376,6 @@ }, { "question": "ZEBORNE", - "icon": "./assets/data/nsi/logos/zeborne-fa309c.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459783,7 +312415,6 @@ }, { "question": "Zeus", - "icon": "./assets/data/nsi/logos/zeus-60858d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459793,7 +312424,6 @@ }, { "question": "ZTM", - "icon": "./assets/data/nsi/logos/ztm-3c58b6.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459863,7 +312493,6 @@ }, { "question": "ΔΕΗ blue", - "icon": "./assets/data/nsi/logos/3ef695-ab9b63.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459873,7 +312502,6 @@ }, { "question": "АО \"Сетевая компания\"", - "icon": "./assets/data/nsi/logos/e19896-e1f318.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459883,7 +312511,6 @@ }, { "question": "Белтелеком", - "icon": "./assets/data/nsi/logos/672155-a79466.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459923,7 +312550,6 @@ }, { "question": "ПАО \"Ленэнерго\"", - "icon": "./assets/data/nsi/logos/7771ec-e1f318.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459933,7 +312559,6 @@ }, { "question": "ПО «Белоруснефть»", - "icon": "./assets/data/nsi/logos/ab4fd9-a79466.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459943,7 +312568,6 @@ }, { "question": "Пункт Е", - "icon": "./assets/data/nsi/logos/59d85b-e1f318.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459953,7 +312577,6 @@ }, { "question": "РУП \"Белоруснефть-Гомельоблнефтепродукт\"", - "icon": "./assets/data/nsi/logos/026cd5-a79466.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459963,7 +312586,6 @@ }, { "question": "РУП \"Белоруснефть-Минскавтозаправка\"", - "icon": "./assets/data/nsi/logos/44a84d-a79466.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459988,7 +312610,6 @@ }, { "question": "Столичен електротранспорт", - "icon": "./assets/data/nsi/logos/28c7ea-f58e30.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -459998,7 +312619,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-007870.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -460021,7 +312641,6 @@ }, { "question": "小兔充充", - "icon": "./assets/data/nsi/logos/bunnypower-007870.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -460038,7 +312657,6 @@ }, { "question": "東光高岳", - "icon": "./assets/data/nsi/logos/takaokatoko-09bd9d.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -460061,7 +312679,6 @@ }, { "question": "睿能創意股份有限公司", - "icon": "./assets/data/nsi/logos/d4b35c-ba5c78.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -460071,7 +312688,6 @@ }, { "question": "英屬開曼群島商睿能新動力股份有限公司台灣分公司", - "icon": "./assets/data/nsi/logos/66d0d4-ba5c78.undefined", "osmTags": { "and": [ "man_made=charge_point", @@ -460081,7 +312697,6 @@ }, { "question": "Airwave", - "icon": "./assets/data/nsi/logos/airwave-556014.undefined", "osmTags": { "and": [ "tower:type=communication", @@ -460131,7 +312746,6 @@ }, { "question": "CTIL", - "icon": "./assets/data/nsi/logos/cornerstonetelecommunicationsinfrastructurelimited-556014.undefined", "osmTags": { "and": [ "communication:mobile_phone=yes", @@ -460182,7 +312796,6 @@ }, { "question": "MBNL", - "icon": "./assets/data/nsi/logos/mobilebroadbandnetworklimited-556014.undefined", "osmTags": { "and": [ "communication:mobile_phone=yes", @@ -460461,7 +313074,6 @@ }, { "question": "06-GPS B.V.", - "icon": "./assets/data/nsi/logos/06gpsbv-2cb44b.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460471,7 +313083,6 @@ }, { "question": "Administration de la gestion de l'eau", - "icon": "./assets/data/nsi/logos/administrationdelagestiondeleau-f89b7e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460536,7 +313147,6 @@ }, { "question": "Agenzia Regionale per la Prevenzione Ambientale del Veneto", - "icon": "./assets/data/nsi/logos/agenziaregionaleperlaprevenzioneambientaledelveneto-73d6fa.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460546,7 +313156,6 @@ }, { "question": "Amt der Steiermärkischen Landesregierung A15 Energie, Wohnbau. Technik", - "icon": "./assets/data/nsi/logos/amtdersteiermarkischenlandesregierunga15energiewohnbautechnik-b7373e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460571,7 +313180,6 @@ }, { "question": "ARPA LAZIO", - "icon": "./assets/data/nsi/logos/arpalazio-46fbfb.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460581,7 +313189,6 @@ }, { "question": "ARPA Piemonte", - "icon": "./assets/data/nsi/logos/arpapiemonte-484419.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460596,7 +313203,6 @@ }, { "question": "ARPAL", - "icon": "./assets/data/nsi/logos/arpal-76bbf8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460611,7 +313217,6 @@ }, { "question": "ARSARP", - "icon": "./assets/data/nsi/logos/arsarp-3ab61f.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460621,7 +313226,6 @@ }, { "question": "ARSO", - "icon": "./assets/data/nsi/logos/arso-78ea59.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460651,7 +313255,6 @@ }, { "question": "ASTA", - "icon": "./assets/data/nsi/logos/asta-f89b7e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460661,7 +313264,6 @@ }, { "question": "Atmo Auvergne-Rhône-Alpes", - "icon": "./assets/data/nsi/logos/atmoauvergnerhonealpes-7e4705.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460708,7 +313310,6 @@ }, { "question": "Ayuntamiento de Santander", - "icon": "./assets/data/nsi/logos/ayuntamientodesantander-4de89d.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460723,7 +313324,6 @@ }, { "question": "Bayerisches Landesamt für Umwelt", - "icon": "./assets/data/nsi/logos/bayerischeslandesamtfurumwelt-3932c9.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460754,7 +313354,6 @@ }, { "question": "Boston Public Works Department", - "icon": "./assets/data/nsi/logos/bostonpublicworksdepartment-6d0127.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460769,7 +313368,6 @@ }, { "question": "BRGM", - "icon": "./assets/data/nsi/logos/brgm-94cf3c.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460828,7 +313426,6 @@ }, { "question": "Calvert Cliffs Nuclear Power Plant Chemistry", - "icon": "./assets/data/nsi/logos/calvertcliffsnuclearpowerplantchemistry-e28917.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460838,7 +313435,6 @@ }, { "question": "Car De Defensa De La Meseta De Bucaramanga", - "icon": "./assets/data/nsi/logos/cardedefensadelamesetadebucaramanga-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460868,7 +313464,6 @@ }, { "question": "Centro Nacional De Investigacion Para La Caña De Azucar", - "icon": "./assets/data/nsi/logos/centronacionaldeinvestigacionparalacanadeazucar-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460878,7 +313473,6 @@ }, { "question": "Centro Nacional de Investigaciones de Café", - "icon": "./assets/data/nsi/logos/centronacionaldeinvestigacionesdecafe-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460909,7 +313503,6 @@ }, { "question": "Compania Colombiana De Tabaco", - "icon": "./assets/data/nsi/logos/companiacolombianadetabaco-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460934,7 +313527,6 @@ }, { "question": "Confederación Hidrográfica del Ebro", - "icon": "./assets/data/nsi/logos/confederacionhidrograficadelebro-4de89d.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460949,7 +313541,6 @@ }, { "question": "Corporación Autónoma Regional De Antioquia", - "icon": "./assets/data/nsi/logos/corporacionautonomaregionaldeantioquia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460959,7 +313550,6 @@ }, { "question": "Corporacion Autonoma Regional De Cundinamarca", - "icon": "./assets/data/nsi/logos/corporacionautonomaregionaldecundinamarca-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -460990,7 +313580,6 @@ }, { "question": "Corporacion Autonoma Regional De Los Valles Del Magdalena Y Del Sinu", - "icon": "./assets/data/nsi/logos/corporacionautonomaregionaldelosvallesdelmagdalenaydelsinu-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461005,7 +313594,6 @@ }, { "question": "Corporación Autónoma Regional del Valle del Cauca", - "icon": "./assets/data/nsi/logos/corporacionautonomaregionaldelvalledelcauca-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461021,7 +313609,6 @@ }, { "question": "Corporacion Regional Del Quindio", - "icon": "./assets/data/nsi/logos/corporacionregionaldelquindio-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461031,7 +313618,6 @@ }, { "question": "CRS", - "icon": "./assets/data/nsi/logos/crs-9409ae.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461056,7 +313642,6 @@ }, { "question": "Danmarks Meteorologiske Institut", - "icon": "./assets/data/nsi/logos/danmarksmeteorologiskeinstitut-0818f3.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461090,7 +313675,6 @@ }, { "question": "Département du Doubs", - "icon": "./assets/data/nsi/logos/departementdudoubs-f62ba9.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461169,7 +313753,6 @@ }, { "question": "Direccion General Maritima", - "icon": "./assets/data/nsi/logos/direcciongeneralmaritima-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461194,7 +313777,6 @@ }, { "question": "Emgesa Empresa Generadora Y Comercializadora De Energía", - "icon": "./assets/data/nsi/logos/emgesaempresageneradoraycomercializadoradeenergia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461219,7 +313801,6 @@ }, { "question": "Empresa De Energia Electrica De Bogota", - "icon": "./assets/data/nsi/logos/empresadeenergiaelectricadebogota-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461275,7 +313856,6 @@ }, { "question": "Estadistica Departamental De Antioquia", - "icon": "./assets/data/nsi/logos/estadisticadepartamentaldeantioquia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461285,7 +313865,6 @@ }, { "question": "Federación Nacional de Cafeteros de Colombia", - "icon": "./assets/data/nsi/logos/federacionnacionaldecafeterosdecolombia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461316,7 +313895,6 @@ }, { "question": "Ferrocarriles Nacionales de Colombia", - "icon": "./assets/data/nsi/logos/ferrocarrilesnacionalesdecolombia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461331,7 +313909,6 @@ }, { "question": "Fővárosi Vízművek", - "icon": "./assets/data/nsi/logos/fovarosivizmuvek-8e971f.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461378,7 +313955,6 @@ }, { "question": "Geometius B.V.", - "icon": "./assets/data/nsi/logos/geometiusbv-9f02ae.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461388,7 +313964,6 @@ }, { "question": "GeoNet", - "icon": "./assets/data/nsi/logos/geonet-11d9cb.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461448,7 +314023,6 @@ }, { "question": "Grenoble-Alpes Métropole", - "icon": "./assets/data/nsi/logos/grenoblealpesmetropole-7e4705.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461463,7 +314037,6 @@ }, { "question": "Hamburger Luftmessnetz", - "icon": "./assets/data/nsi/logos/hamburgerluftmessnetz-07a9c8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461488,7 +314061,6 @@ }, { "question": "Harita Genel Müdürlüğü", - "icon": "./assets/data/nsi/logos/haritagenelmudurlugu-6619be.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461503,7 +314075,6 @@ }, { "question": "Heart of the City", - "icon": "./assets/data/nsi/logos/heartofthecity-4c3d8e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461513,7 +314084,6 @@ }, { "question": "HGM,TKGM,TUBİTAK", - "icon": "./assets/data/nsi/logos/hgmtkgmtubitak-6619be.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461523,7 +314093,6 @@ }, { "question": "Hydrographischer Dienst OÖ", - "icon": "./assets/data/nsi/logos/hydrographischerdienstoo-af3c8e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461533,7 +314102,6 @@ }, { "question": "Hydrographischer Dienst Steiermark", - "icon": "./assets/data/nsi/logos/hydrographischerdienststeiermark-b7373e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461543,7 +314111,6 @@ }, { "question": "Hydrographischer Dienst Tirol", - "icon": "./assets/data/nsi/logos/hydrographischerdiensttirol-10d800.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461553,7 +314120,6 @@ }, { "question": "Hydrographisches Amt - Autonome Provinz Bozen", - "icon": "./assets/data/nsi/logos/hydrographischesamtautonomeprovinzbozen-73d6fa.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461579,7 +314145,6 @@ }, { "question": "Ilmatieteen laitos", - "icon": "./assets/data/nsi/logos/ilmatieteenlaitos-1d4e78.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461594,7 +314159,6 @@ }, { "question": "Ingenieros Tecnicos Consultores", - "icon": "./assets/data/nsi/logos/ingenierostecnicosconsultores-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461604,7 +314168,6 @@ }, { "question": "Instituto Colombiano De Energia Electrica", - "icon": "./assets/data/nsi/logos/institutocolombianodeenergiaelectrica-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461619,7 +314182,6 @@ }, { "question": "Instituto De Fomento Algodonero", - "icon": "./assets/data/nsi/logos/institutodefomentoalgodonero-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461644,7 +314206,6 @@ }, { "question": "Instituto Distrital De Gestión De Riesgos Y Cambio Climático", - "icon": "./assets/data/nsi/logos/institutodistritaldegestionderiesgosycambioclimatico-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461654,7 +314215,6 @@ }, { "question": "Instituto Geográfico Agustín Codazzi", - "icon": "./assets/data/nsi/logos/institutogeograficoagustincodazzi-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461670,7 +314230,6 @@ }, { "question": "Instytut Meteorologii i Gospodarki Wodnej", - "icon": "./assets/data/nsi/logos/instytutmeteorologiiigospodarkiwodnej-3409e6.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461686,7 +314245,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461702,7 +314260,6 @@ }, { "question": "Iraqi Meteorological Organization and Seismology", - "icon": "./assets/data/nsi/logos/iraqimeteorologicalorganizationandseismology-505382.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461727,7 +314284,6 @@ }, { "question": "Ispra", - "icon": "./assets/data/nsi/logos/ispra-73d6fa.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461753,7 +314309,6 @@ }, { "question": "Kreis Dithmarschen Amt für Umweltschutz", - "icon": "./assets/data/nsi/logos/kreisdithmarschenamtfurumweltschutz-07a9c8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461793,7 +314348,6 @@ }, { "question": "Landesanstalt für Umwelt, Messungen und Naturschutz Baden-Württemberg", - "icon": "./assets/data/nsi/logos/landesanstaltfurumweltmessungenundnaturschutzbadenwurttemberg-f441e8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461810,7 +314364,6 @@ }, { "question": "Landesbetrieb für Küstenschutz, Nationalpark und Meeresschutz Schleswig-Holstein", - "icon": "./assets/data/nsi/logos/landesbetriebfurkustenschutznationalparkundmeeresschutzschleswigholstein-200a26.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461872,7 +314425,6 @@ }, { "question": "LNR Globalcom B.V.", - "icon": "./assets/data/nsi/logos/lnrglobalcombv-baf0be.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461897,7 +314449,6 @@ }, { "question": "MA 22", - "icon": "./assets/data/nsi/logos/ma22-3cbf4c.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461907,7 +314458,6 @@ }, { "question": "Magistrát města Brna", - "icon": "./assets/data/nsi/logos/magistratmestabrna-c67c8a.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461922,7 +314472,6 @@ }, { "question": "Meetnet Vlaamse Banken", - "icon": "./assets/data/nsi/logos/meetnetvlaamsebanken-3026fb.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461932,7 +314481,6 @@ }, { "question": "Městský úřad České Budějovice", - "icon": "./assets/data/nsi/logos/mestskyuradceskebudejovice-c67c8a.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461962,7 +314510,6 @@ }, { "question": "met.no", - "icon": "./assets/data/nsi/logos/metno-8246c4.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -461972,7 +314519,6 @@ }, { "question": "Météo-France", - "icon": "./assets/data/nsi/logos/meteofrance-4d578b.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462002,7 +314548,6 @@ }, { "question": "Meteoroloji Genel Müdürlüğü", - "icon": "./assets/data/nsi/logos/meteorolojigenelmudurlugu-5f056e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462018,7 +314563,6 @@ }, { "question": "MeteoSchweiz", - "icon": "./assets/data/nsi/logos/meteoschweiz-9bf443.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462049,7 +314593,6 @@ }, { "question": "Ministère des Ressources naturelles et des Forêts", - "icon": "./assets/data/nsi/logos/ministeredesressourcesnaturellesetdesforets-f01cb5.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462079,7 +314622,6 @@ }, { "question": "Ministerio De La Economia", - "icon": "./assets/data/nsi/logos/ministeriodelaeconomia-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462120,7 +314662,6 @@ }, { "question": "National Oceanic Atmospheric Administration (Colombia)", - "icon": "./assets/data/nsi/logos/nationaloceanicatmosphericadministration-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462130,7 +314671,6 @@ }, { "question": "Niedersächsische Gewerbeaufsicht", - "icon": "./assets/data/nsi/logos/niedersachsischegewerbeaufsicht-07a9c8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462140,7 +314680,6 @@ }, { "question": "Niedersächsischer Landesbetrieb für Wasserwirtschaft, Küsten- und Naturschutz", - "icon": "./assets/data/nsi/logos/niedersachsischerlandesbetriebfurwasserwirtschaftkustenundnaturschutz-16beac.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462157,7 +314696,6 @@ }, { "question": "North Dakota Agricultural Weather Network", - "icon": "./assets/data/nsi/logos/northdakotaagriculturalweathernetwork-72daba.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462174,7 +314712,6 @@ }, { "question": "Ö3", - "icon": "./assets/data/nsi/logos/o3-5d5a13.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462184,7 +314721,6 @@ }, { "question": "Observatorio Pierre Auger", - "icon": "./assets/data/nsi/logos/observatoriopierreauger-7438ae.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462214,7 +314750,6 @@ }, { "question": "Oregon Department of Environmental Quality", - "icon": "./assets/data/nsi/logos/oregondepartmentofenvironmentalquality-5ca9c6.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462229,7 +314764,6 @@ }, { "question": "Pays de Montbéliard Agglomération", - "icon": "./assets/data/nsi/logos/paysdemontbeliardagglomeration-f62ba9.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462244,7 +314778,6 @@ }, { "question": "Protezione Civile Friuli Venezia Giulia", - "icon": "./assets/data/nsi/logos/protezionecivilefriuliveneziagiulia-963811.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462254,7 +314787,6 @@ }, { "question": "Protezione Civile Molise", - "icon": "./assets/data/nsi/logos/protezionecivilemolise-3ab61f.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462377,7 +314909,6 @@ }, { "question": "Réseau FRIPON", - "icon": "./assets/data/nsi/logos/reseaufripon-9656b8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462486,7 +315017,6 @@ }, { "question": "Sheffield City Council", - "icon": "./assets/data/nsi/logos/sheffieldcitycouncil-4112ea.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462533,7 +315063,6 @@ }, { "question": "SMHI", - "icon": "./assets/data/nsi/logos/swedishmeteorologicalandhydrologicalinstitute-73cf66.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462579,7 +315108,6 @@ }, { "question": "Stadt Graz - Abteilung für Grünraum und Gewässer", - "icon": "./assets/data/nsi/logos/stadtgrazabteilungfurgrunraumundgewasser-b7373e.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462634,7 +315162,6 @@ }, { "question": "Thüringer Landesamt für Umwelt, Bergbau und Naturschutz", - "icon": "./assets/data/nsi/logos/thuringerlandesamtfurumweltbergbauundnaturschutz-ec2810.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462650,7 +315177,6 @@ }, { "question": "Thüringer Landesanstalt für Umwelt und Geologie", - "icon": "./assets/data/nsi/logos/thuringerlandesanstaltfurumweltundgeologie-ec2810.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462666,7 +315192,6 @@ }, { "question": "UDİM", - "icon": "./assets/data/nsi/logos/udim-6619be.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462676,7 +315201,6 @@ }, { "question": "Unidad Nacional De Gestion Del Riesgo", - "icon": "./assets/data/nsi/logos/unidadnacionaldegestiondelriesgo-eaf2bf.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462734,7 +315258,6 @@ }, { "question": "VRS Next B.V.", - "icon": "./assets/data/nsi/logos/vrsnextbv-dc8a1d.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462744,7 +315267,6 @@ }, { "question": "Wasserstraßen- und Schifffahrtsamt Elbe-Nordsee", - "icon": "./assets/data/nsi/logos/wasserstrassenundschifffahrtsamtelbenordsee-07a9c8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462761,7 +315283,6 @@ }, { "question": "Wasserwirtschaftsamt Bad Kissingen", - "icon": "./assets/data/nsi/logos/wasserwirtschaftsamtbadkissingen-3932c9.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462777,7 +315298,6 @@ }, { "question": "WaterNSW", - "icon": "./assets/data/nsi/logos/waternsw-6d1e55.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462808,7 +315328,6 @@ }, { "question": "ZiaMet", - "icon": "./assets/data/nsi/logos/ziamet-46ba33.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462823,7 +315342,6 @@ }, { "question": "Zweckverband Wasserwerk Wacken", - "icon": "./assets/data/nsi/logos/zweckverbandwasserwerkwacken-200a26.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462838,7 +315356,6 @@ }, { "question": "Закарпатський обласний центр з гідрометеорології", - "icon": "./assets/data/nsi/logos/1bdc7e-26b8d4.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462848,7 +315365,6 @@ }, { "question": "ФГБУ «Уральское УГМС»", - "icon": "./assets/data/nsi/logos/7fa42f-7489c8.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462858,7 +315374,6 @@ }, { "question": "وزارة الزراعة - مركز الارصاد الجوية", - "icon": "./assets/data/nsi/logos/e86792-505382.undefined", "osmTags": { "and": [ "man_made=monitoring_station", @@ -462883,7 +315398,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-e17829.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462898,7 +315412,6 @@ }, { "question": "Abwasserzweckverband Gemeinschaftskläranlage Großenhain", - "icon": "./assets/data/nsi/logos/abwasserzweckverbandgemeinschaftsklaranlagegrossenhain-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462908,7 +315421,6 @@ }, { "question": "Acadian Gas Pipeline System", - "icon": "./assets/data/nsi/logos/acadiangaspipelinesystem-f14113.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462933,7 +315445,6 @@ }, { "question": "ACF", - "icon": "./assets/data/nsi/logos/acf-379caa.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462943,7 +315454,6 @@ }, { "question": "Acock/Anaqua Operating Company", - "icon": "./assets/data/nsi/logos/acockanaquaoperatingcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462953,7 +315463,6 @@ }, { "question": "Acquedotto del Fiora SpA", - "icon": "./assets/data/nsi/logos/acquedottodelfioraspa-e17829.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462963,7 +315472,6 @@ }, { "question": "Aethon Energy", - "icon": "./assets/data/nsi/logos/aethonenergy-e26c82.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462973,7 +315481,6 @@ }, { "question": "Aguas & Aguas de Pereira", - "icon": "./assets/data/nsi/logos/aguasandaguasdepereira-d48841.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462983,7 +315490,6 @@ }, { "question": "Águas do Algarve", - "icon": "./assets/data/nsi/logos/aguasdoalgarve-ee8da3.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -462993,7 +315499,6 @@ }, { "question": "Águas do Tejo Atlântico", - "icon": "./assets/data/nsi/logos/aguasdotejoatlantico-3817b0.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463018,7 +315523,6 @@ }, { "question": "Air Liquide Large Industries", - "icon": "./assets/data/nsi/logos/airliquidelargeindustries-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463048,7 +315552,6 @@ }, { "question": "Alaska Pipeline Company", - "icon": "./assets/data/nsi/logos/alaskapipelinecompany-16072e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463058,7 +315561,6 @@ }, { "question": "Alliance Pipeline", - "icon": "./assets/data/nsi/logos/alliancepipeline-e04216.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463073,7 +315575,6 @@ }, { "question": "Alpaugh Community Services District", - "icon": "./assets/data/nsi/logos/alpaughcommunityservicesdistrict-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463083,7 +315584,6 @@ }, { "question": "Alteo", - "icon": "./assets/data/nsi/logos/alteo-5bb313.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463108,7 +315608,6 @@ }, { "question": "Amen Souss", - "icon": "./assets/data/nsi/logos/amensouss-37dd11.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463118,7 +315617,6 @@ }, { "question": "AMP Texas Pipelines", - "icon": "./assets/data/nsi/logos/amptexaspipelines-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463128,7 +315626,6 @@ }, { "question": "Anadarko Petroleum", - "icon": "./assets/data/nsi/logos/anadarkopetroleum-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463143,7 +315640,6 @@ }, { "question": "Anglian Water", - "icon": "./assets/data/nsi/logos/anglianwater-0affc0.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463188,7 +315684,6 @@ }, { "question": "ANR Pipeline", - "icon": "./assets/data/nsi/logos/anrpipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463203,7 +315698,6 @@ }, { "question": "Arcadia Operating", - "icon": "./assets/data/nsi/logos/arcadiaoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463213,7 +315707,6 @@ }, { "question": "Arena Offshore", - "icon": "./assets/data/nsi/logos/arenaoffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463223,7 +315716,6 @@ }, { "question": "Arrowhead Gas Services", - "icon": "./assets/data/nsi/logos/arrowheadgasservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463248,7 +315740,6 @@ }, { "question": "Ascend Performance Materials France", - "icon": "./assets/data/nsi/logos/ascendperformancematerialsfrance-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463263,7 +315754,6 @@ }, { "question": "aslpc", - "icon": "./assets/data/nsi/logos/aslpc-30087e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463288,7 +315778,6 @@ }, { "question": "Atlantic Fuel Supply Company Limited", - "icon": "./assets/data/nsi/logos/atlanticfuelsupplycompanylimited-d9b47c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463298,7 +315787,6 @@ }, { "question": "Atmos Energy", - "icon": "./assets/data/nsi/logos/atmosenergy-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463313,7 +315801,6 @@ }, { "question": "Atmos Pipeline", - "icon": "./assets/data/nsi/logos/atmospipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463323,7 +315810,6 @@ }, { "question": "Auris Kaasunjakelu Oy", - "icon": "./assets/data/nsi/logos/auriskaasunjakeluoy-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463333,7 +315819,6 @@ }, { "question": "Australia Pacific LNG", - "icon": "./assets/data/nsi/logos/australiapacificlng-3592c9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463394,7 +315879,6 @@ }, { "question": "badenovaWÄRMEPLUS", - "icon": "./assets/data/nsi/logos/badenovawarmeplus-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463424,7 +315908,6 @@ }, { "question": "Bangalore Water Supply and Sewerage Board", - "icon": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-fbc79a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463455,7 +315938,6 @@ }, { "question": "Bay Gas Storage Company", - "icon": "./assets/data/nsi/logos/baygasstoragecompany-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463465,7 +315947,6 @@ }, { "question": "bayernets", - "icon": "./assets/data/nsi/logos/bayernets-d75ea7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463480,7 +315961,6 @@ }, { "question": "Bayerngas", - "icon": "./assets/data/nsi/logos/bayerngas-d75ea7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463495,7 +315975,6 @@ }, { "question": "BB-Southtex", - "icon": "./assets/data/nsi/logos/bbsouthtex-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463505,7 +315984,6 @@ }, { "question": "BBT Alabama Intrastate", - "icon": "./assets/data/nsi/logos/bbtalabamaintrastate-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463515,7 +315993,6 @@ }, { "question": "BBT AlaTenn", - "icon": "./assets/data/nsi/logos/bbtalatenn-b4b3e5.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463525,7 +316002,6 @@ }, { "question": "BBT Mississippi", - "icon": "./assets/data/nsi/logos/bbtmississippi-a29f0a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463551,7 +316027,6 @@ }, { "question": "Beacon Growthco Operating Company", - "icon": "./assets/data/nsi/logos/beacongrowthcooperatingcompany-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463561,7 +316036,6 @@ }, { "question": "Bear Creek Storage Company", - "icon": "./assets/data/nsi/logos/bearcreekstoragecompany-f14113.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463571,7 +316045,6 @@ }, { "question": "Beehive Operating", - "icon": "./assets/data/nsi/logos/beehiveoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463581,7 +316054,6 @@ }, { "question": "Belgian Pipeline Organisation", - "icon": "./assets/data/nsi/logos/belgianpipelineorganisation-5c754e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463613,7 +316085,6 @@ }, { "question": "BEW Berliner Energie und Wärme AG", - "icon": "./assets/data/nsi/logos/bewberlinerenergieundwarmeag-55a794.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463629,7 +316100,6 @@ }, { "question": "Billerud", - "icon": "./assets/data/nsi/logos/billerud-febfa2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463639,7 +316109,6 @@ }, { "question": "Biogas Linnau GbR", - "icon": "./assets/data/nsi/logos/biogaslinnaugbr-9683bf.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463649,7 +316118,6 @@ }, { "question": "BKM Nonprofit Zrt.", - "icon": "./assets/data/nsi/logos/bkmnonprofitzrt-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463659,7 +316127,6 @@ }, { "question": "Black Hills Energy", - "icon": "./assets/data/nsi/logos/blackhillsenergy-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463669,7 +316136,6 @@ }, { "question": "Blue Cube Operations", - "icon": "./assets/data/nsi/logos/bluecubeoperations-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463679,7 +316145,6 @@ }, { "question": "Bluefin Resources", - "icon": "./assets/data/nsi/logos/bluefinresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463689,7 +316154,6 @@ }, { "question": "Bluestone Natural Resources", - "icon": "./assets/data/nsi/logos/bluestonenaturalresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463699,7 +316163,6 @@ }, { "question": "Boardwalk Field Services", - "icon": "./assets/data/nsi/logos/boardwalkfieldservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463739,7 +316202,6 @@ }, { "question": "BP Exploration & Production", - "icon": "./assets/data/nsi/logos/bpexplorationandproduction-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463749,7 +316211,6 @@ }, { "question": "BPA", - "icon": "./assets/data/nsi/logos/bpa-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463759,7 +316220,6 @@ }, { "question": "BPX Gathering", - "icon": "./assets/data/nsi/logos/bpxgathering-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463769,7 +316229,6 @@ }, { "question": "BPX Midstream", - "icon": "./assets/data/nsi/logos/bpxmidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463779,7 +316238,6 @@ }, { "question": "BPX Operating Company", - "icon": "./assets/data/nsi/logos/bpxoperatingcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463789,7 +316247,6 @@ }, { "question": "BRG Lone Star", - "icon": "./assets/data/nsi/logos/brglonestar-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463814,7 +316271,6 @@ }, { "question": "BTC", - "icon": "./assets/data/nsi/logos/btc-43e201.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463824,7 +316280,6 @@ }, { "question": "Buckeye Development & Logistics", - "icon": "./assets/data/nsi/logos/buckeyedevelopmentandlogistics-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463834,7 +316289,6 @@ }, { "question": "Buckeye Partners", - "icon": "./assets/data/nsi/logos/buckeyepartners-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463849,7 +316303,6 @@ }, { "question": "Buckeye Texas Hub", - "icon": "./assets/data/nsi/logos/buckeyetexashub-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463859,7 +316312,6 @@ }, { "question": "Burlington Resources", - "icon": "./assets/data/nsi/logos/burlingtonresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463890,7 +316342,6 @@ }, { "question": "CAGEPA", - "icon": "./assets/data/nsi/logos/cagepa-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463900,7 +316351,6 @@ }, { "question": "Calbayog City Water District", - "icon": "./assets/data/nsi/logos/calbayogcitywaterdistrict-2af988.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463915,7 +316365,6 @@ }, { "question": "Caloring", - "icon": "./assets/data/nsi/logos/caloring-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463925,7 +316374,6 @@ }, { "question": "Calpine Texas Pipeline", - "icon": "./assets/data/nsi/logos/calpinetexaspipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463950,7 +316398,6 @@ }, { "question": "Camino Real Gathering Company", - "icon": "./assets/data/nsi/logos/caminorealgatheringcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463960,7 +316407,6 @@ }, { "question": "Camuzzi Gas del Sur S.A.", - "icon": "./assets/data/nsi/logos/camuzzigasdelsursa-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463970,7 +316416,6 @@ }, { "question": "Can", - "icon": "./assets/data/nsi/logos/can-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463980,7 +316425,6 @@ }, { "question": "Canal de Isabel II", - "icon": "./assets/data/nsi/logos/canaldeisabelii-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -463996,7 +316440,6 @@ }, { "question": "Canes Midstream G&P", - "icon": "./assets/data/nsi/logos/canesmidstreamgandp-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464006,7 +316449,6 @@ }, { "question": "Canlin Energy", - "icon": "./assets/data/nsi/logos/canlinenergy-085e21.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464016,7 +316458,6 @@ }, { "question": "Caño Limón - Coveñas", - "icon": "./assets/data/nsi/logos/canolimoncovenas-d48841.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464026,7 +316467,6 @@ }, { "question": "Cantera Operating", - "icon": "./assets/data/nsi/logos/canteraoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464036,7 +316476,6 @@ }, { "question": "Cantium", - "icon": "./assets/data/nsi/logos/cantium-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464046,7 +316485,6 @@ }, { "question": "Canyon Creek Resources", - "icon": "./assets/data/nsi/logos/canyoncreekresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464056,7 +316494,6 @@ }, { "question": "Carolina Gas Transmission", - "icon": "./assets/data/nsi/logos/carolinagastransmission-d2ddcb.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464066,7 +316503,6 @@ }, { "question": "Catarina Midstream", - "icon": "./assets/data/nsi/logos/catarinamidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464076,7 +316512,6 @@ }, { "question": "Cayrol International", - "icon": "./assets/data/nsi/logos/cayrolinternational-35ff55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464086,7 +316521,6 @@ }, { "question": "Cenagas", - "icon": "./assets/data/nsi/logos/cenagas-c74959.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464096,7 +316530,6 @@ }, { "question": "Centana Intrastate Pipeline", - "icon": "./assets/data/nsi/logos/centanaintrastatepipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464121,7 +316554,6 @@ }, { "question": "Centralna Pompownia \"Bolko\"", - "icon": "./assets/data/nsi/logos/centralnapompowniabolko-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464131,7 +316563,6 @@ }, { "question": "Centralno Grijanje Tuzla", - "icon": "./assets/data/nsi/logos/centralnogrijanjetuzla-639c1f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464156,7 +316587,6 @@ }, { "question": "Chaparral Energy", - "icon": "./assets/data/nsi/logos/chaparralenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464171,7 +316601,6 @@ }, { "question": "Chemelot", - "icon": "./assets/data/nsi/logos/chemelot-f82a4b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464186,7 +316615,6 @@ }, { "question": "Chesapeake Operating", - "icon": "./assets/data/nsi/logos/chesapeakeoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464196,7 +316624,6 @@ }, { "question": "Chevron Pipeline Company", - "icon": "./assets/data/nsi/logos/chevronpipelinecompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464206,7 +316633,6 @@ }, { "question": "Cheyenne Energy Services", - "icon": "./assets/data/nsi/logos/cheyenneenergyservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464216,7 +316642,6 @@ }, { "question": "Cinco Natural Resources", - "icon": "./assets/data/nsi/logos/cinconaturalresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464226,7 +316651,6 @@ }, { "question": "Cinco Oil & Gas", - "icon": "./assets/data/nsi/logos/cincooilandgas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464236,7 +316660,6 @@ }, { "question": "Citgo Products Pipeline Company", - "icon": "./assets/data/nsi/logos/citgoproductspipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464246,7 +316669,6 @@ }, { "question": "Citgo Refining & Chemicals Company", - "icon": "./assets/data/nsi/logos/citgorefiningandchemicalscompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464256,7 +316678,6 @@ }, { "question": "City of Burlington", - "icon": "./assets/data/nsi/logos/cityofburlington-7aea5f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464271,7 +316692,6 @@ }, { "question": "City of Farmersville", - "icon": "./assets/data/nsi/logos/cityoffarmersville-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464286,7 +316706,6 @@ }, { "question": "City of Springfield", - "icon": "./assets/data/nsi/logos/cityofspringfield-128d34.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464331,7 +316750,6 @@ }, { "question": "City of Visalia", - "icon": "./assets/data/nsi/logos/cityofvisalia-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464346,7 +316764,6 @@ }, { "question": "CityWest Homes", - "icon": "./assets/data/nsi/logos/citywesthomes-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464356,7 +316773,6 @@ }, { "question": "Clarke - Mobile Counties Gas Distribution", - "icon": "./assets/data/nsi/logos/clarkemobilecountiesgasdistribution-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464381,7 +316797,6 @@ }, { "question": "Cody Energy", - "icon": "./assets/data/nsi/logos/codyenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464406,7 +316821,6 @@ }, { "question": "Colorado Interstate Gas", - "icon": "./assets/data/nsi/logos/coloradointerstategas-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464421,7 +316835,6 @@ }, { "question": "Columbia Gas Transmission", - "icon": "./assets/data/nsi/logos/columbiagastransmission-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464431,7 +316844,6 @@ }, { "question": "Columbia Gulf Transmission", - "icon": "./assets/data/nsi/logos/columbiagulftransmission-564fc7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464441,7 +316853,6 @@ }, { "question": "Compesa", - "icon": "./assets/data/nsi/logos/compesa-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464456,7 +316867,6 @@ }, { "question": "Comstock Oil & Gas", - "icon": "./assets/data/nsi/logos/comstockoilandgas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464481,7 +316891,6 @@ }, { "question": "Confederación Hidrográfica del Júcar", - "icon": "./assets/data/nsi/logos/confederacionhidrograficadeljucar-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464491,7 +316900,6 @@ }, { "question": "Consorcio de Aguas Bilbao Bizkaia", - "icon": "./assets/data/nsi/logos/consorciodeaguasbilbaobizkaia-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464501,7 +316909,6 @@ }, { "question": "Copano Field Services", - "icon": "./assets/data/nsi/logos/copanofieldservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464511,7 +316918,6 @@ }, { "question": "Copano Field Services South Texas", - "icon": "./assets/data/nsi/logos/copanofieldservicessouthtexas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464521,7 +316927,6 @@ }, { "question": "Copano NGL Services", - "icon": "./assets/data/nsi/logos/copanonglservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464531,7 +316936,6 @@ }, { "question": "Copano Pipelines", - "icon": "./assets/data/nsi/logos/copanopipelines-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464541,7 +316945,6 @@ }, { "question": "Cox Operating", - "icon": "./assets/data/nsi/logos/coxoperating-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464581,7 +316984,6 @@ }, { "question": "Crescent Midstream", - "icon": "./assets/data/nsi/logos/crescentmidstream-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464591,7 +316993,6 @@ }, { "question": "Cumming Utilities", - "icon": "./assets/data/nsi/logos/cummingutilities-9a3d1a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464601,7 +317002,6 @@ }, { "question": "Cuno Kraftwerk Herdecke", - "icon": "./assets/data/nsi/logos/cunokraftwerkherdecke-e37083.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464626,7 +317026,6 @@ }, { "question": "Dallas Petroleum Group", - "icon": "./assets/data/nsi/logos/dallaspetroleumgroup-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464636,7 +317035,6 @@ }, { "question": "DAPL-ETCO Operations Management", - "icon": "./assets/data/nsi/logos/dapletcooperationsmanagement-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464646,7 +317044,6 @@ }, { "question": "Dasmariñas Water District", - "icon": "./assets/data/nsi/logos/dasmarinaswaterdistrict-2e5b58.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464656,7 +317053,6 @@ }, { "question": "Davis Gas Processing", - "icon": "./assets/data/nsi/logos/davisgasprocessing-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464666,7 +317062,6 @@ }, { "question": "Daylight Petroleum", - "icon": "./assets/data/nsi/logos/daylightpetroleum-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464676,7 +317071,6 @@ }, { "question": "DCP Hinshaw Pipeline", - "icon": "./assets/data/nsi/logos/dcphinshawpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464686,7 +317080,6 @@ }, { "question": "DCP Intrastate Network", - "icon": "./assets/data/nsi/logos/dcpintrastatenetwork-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464696,7 +317089,6 @@ }, { "question": "DCP Midstream Partners", - "icon": "./assets/data/nsi/logos/dcpmidstreampartners-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464711,7 +317103,6 @@ }, { "question": "DCP Operating Company", - "icon": "./assets/data/nsi/logos/dcpoperatingcompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464721,7 +317112,6 @@ }, { "question": "Defensie Pijpleiding Organisatie", - "icon": "./assets/data/nsi/logos/defensiepijpleidingorganisatie-f82a4b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464736,7 +317126,6 @@ }, { "question": "Delek Logistics Operating", - "icon": "./assets/data/nsi/logos/deleklogisticsoperating-c7ce6c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464746,7 +317135,6 @@ }, { "question": "Denbury Green Pipeline-Texas", - "icon": "./assets/data/nsi/logos/denburygreenpipelinetexas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464756,7 +317144,6 @@ }, { "question": "Denbury Gulf Coast Pipelines", - "icon": "./assets/data/nsi/logos/denburygulfcoastpipelines-19ccdf.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464766,7 +317153,6 @@ }, { "question": "Denbury Onshore", - "icon": "./assets/data/nsi/logos/denburyonshore-19ccdf.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464776,7 +317162,6 @@ }, { "question": "Denver Water", - "icon": "./assets/data/nsi/logos/denverwater-845c5d.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464791,7 +317176,6 @@ }, { "question": "DESO", - "icon": "./assets/data/nsi/logos/deso-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464801,7 +317185,6 @@ }, { "question": "Deusa International", - "icon": "./assets/data/nsi/logos/deusainternational-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464811,7 +317194,6 @@ }, { "question": "Deutsche Transalpine Oelleitung GmbH", - "icon": "./assets/data/nsi/logos/deutschetransalpineoelleitunggmbh-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464841,7 +317223,6 @@ }, { "question": "Discovery Natural Resources", - "icon": "./assets/data/nsi/logos/discoverynaturalresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464866,7 +317247,6 @@ }, { "question": "Distrigaz", - "icon": "./assets/data/nsi/logos/distrigaz-93d1e9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464876,7 +317256,6 @@ }, { "question": "Dixie Pipeline Company", - "icon": "./assets/data/nsi/logos/dixiepipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464886,7 +317265,6 @@ }, { "question": "Dofasco", - "icon": "./assets/data/nsi/logos/dofasco-88afd4.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464901,7 +317279,6 @@ }, { "question": "Dolphin Energy", - "icon": "./assets/data/nsi/logos/dolphinenergy-f5e839.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464911,7 +317288,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-d2ddcb.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464926,7 +317302,6 @@ }, { "question": "Dominion Transmission", - "icon": "./assets/data/nsi/logos/dominiontransmission-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464936,7 +317311,6 @@ }, { "question": "Double Eagle Pipeline", - "icon": "./assets/data/nsi/logos/doubleeaglepipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464961,7 +317335,6 @@ }, { "question": "Dow Pipeline Company", - "icon": "./assets/data/nsi/logos/dowpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464986,7 +317359,6 @@ }, { "question": "DT/REGIONAL NNE", - "icon": "./assets/data/nsi/logos/dtregionalnne-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -464996,7 +317368,6 @@ }, { "question": "DTE Gas Company", - "icon": "./assets/data/nsi/logos/dtegascompany-c34430.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465006,7 +317377,6 @@ }, { "question": "DTM Louisiana Gathering", - "icon": "./assets/data/nsi/logos/dtmlouisianagathering-f14113.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465061,7 +317431,6 @@ }, { "question": "Eagle Ford Gathering", - "icon": "./assets/data/nsi/logos/eaglefordgathering-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465071,7 +317440,6 @@ }, { "question": "Eagle Ford Midstream", - "icon": "./assets/data/nsi/logos/eaglefordmidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465081,7 +317449,6 @@ }, { "question": "Eagle Oil & Gas", - "icon": "./assets/data/nsi/logos/eagleoilandgas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465091,7 +317458,6 @@ }, { "question": "East Bay Municipal Utility District", - "icon": "./assets/data/nsi/logos/eastbaymunicipalutilitydistrict-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465106,7 +317472,6 @@ }, { "question": "East Tennessee Natural Gas", - "icon": "./assets/data/nsi/logos/easttennesseenaturalgas-5bf236.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465116,7 +317481,6 @@ }, { "question": "Eastern Gas Transmission and Storage", - "icon": "./assets/data/nsi/logos/easterngastransmissionandstorage-029bec.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465126,7 +317490,6 @@ }, { "question": "Easton Energy Pipelines", - "icon": "./assets/data/nsi/logos/eastonenergypipelines-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465136,7 +317499,6 @@ }, { "question": "Eastward Energy", - "icon": "./assets/data/nsi/logos/eastwardenergy-14d875.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465146,7 +317508,6 @@ }, { "question": "Echo Canyon Pipeline", - "icon": "./assets/data/nsi/logos/echocanyonpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465156,7 +317517,6 @@ }, { "question": "Ecopetrol", - "icon": "./assets/data/nsi/logos/ecopetrol-d48841.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465166,7 +317526,6 @@ }, { "question": "EDF PEI", - "icon": "./assets/data/nsi/logos/edfpei-7bbe69.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465176,7 +317535,6 @@ }, { "question": "EdiPower", - "icon": "./assets/data/nsi/logos/edipower-e17829.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465201,7 +317559,6 @@ }, { "question": "El Paso Corporation", - "icon": "./assets/data/nsi/logos/elpasocorporation-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465216,7 +317573,6 @@ }, { "question": "El Paso Natural Gas Company", - "icon": "./assets/data/nsi/logos/elpasonaturalgascompany-c0ea40.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465262,7 +317618,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-d5c971.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465278,7 +317633,6 @@ }, { "question": "EMAPAS", - "icon": "./assets/data/nsi/logos/emapas-6c161b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465288,7 +317642,6 @@ }, { "question": "EMGESA", - "icon": "./assets/data/nsi/logos/emgesa-d48841.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465298,7 +317651,6 @@ }, { "question": "Empresa Misicuni", - "icon": "./assets/data/nsi/logos/empresamisicuni-6c161b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465308,7 +317660,6 @@ }, { "question": "Enable Gas Transmission", - "icon": "./assets/data/nsi/logos/enablegastransmission-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465318,7 +317669,6 @@ }, { "question": "Enable Mississippi River Transmission", - "icon": "./assets/data/nsi/logos/enablemississippirivertransmission-59da6f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465358,7 +317708,6 @@ }, { "question": "Enbridge Offshore", - "icon": "./assets/data/nsi/logos/enbridgeoffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465368,7 +317717,6 @@ }, { "question": "Enbridge Offshore Facilities", - "icon": "./assets/data/nsi/logos/enbridgeoffshorefacilities-b5a8e8.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465453,7 +317801,6 @@ }, { "question": "Enerfin Field Services", - "icon": "./assets/data/nsi/logos/enerfinfieldservices-e26c82.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465478,7 +317825,6 @@ }, { "question": "Energienetze Bayern", - "icon": "./assets/data/nsi/logos/energienetzebayern-d75ea7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465509,7 +317855,6 @@ }, { "question": "Energieversorgung Halle Netz", - "icon": "./assets/data/nsi/logos/energieversorgunghallenetz-65c7fe.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465540,7 +317885,6 @@ }, { "question": "Energy Resource Technology", - "icon": "./assets/data/nsi/logos/energyresourcetechnology-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465550,7 +317894,6 @@ }, { "question": "Energy Transfer Company", - "icon": "./assets/data/nsi/logos/energytransfercompany-60e4f2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465560,7 +317903,6 @@ }, { "question": "Energy Transfer Partners", - "icon": "./assets/data/nsi/logos/energytransferpartners-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465575,7 +317917,6 @@ }, { "question": "Energy XXI GOM", - "icon": "./assets/data/nsi/logos/energyxxigom-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465600,7 +317941,6 @@ }, { "question": "Engie Solutions", - "icon": "./assets/data/nsi/logos/engiesolutions-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465625,7 +317965,6 @@ }, { "question": "Eni US Operating Company", - "icon": "./assets/data/nsi/logos/eniusoperatingcompany-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465635,7 +317974,6 @@ }, { "question": "EnLink Processing Services", - "icon": "./assets/data/nsi/logos/enlinkprocessingservices-f14113.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465645,7 +317983,6 @@ }, { "question": "ensoNETZ", - "icon": "./assets/data/nsi/logos/ensonetz-2bc2b4.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465655,7 +317992,6 @@ }, { "question": "Enterprise Crude Pipeline", - "icon": "./assets/data/nsi/logos/enterprisecrudepipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465665,7 +318001,6 @@ }, { "question": "Enterprise Products", - "icon": "./assets/data/nsi/logos/enterpriseproducts-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465680,7 +318015,6 @@ }, { "question": "Enterprise Products Operating", - "icon": "./assets/data/nsi/logos/enterpriseproductsoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465705,7 +318039,6 @@ }, { "question": "EP Energy Company", - "icon": "./assets/data/nsi/logos/epenergycompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465715,7 +318048,6 @@ }, { "question": "EP UK Investments", - "icon": "./assets/data/nsi/logos/epukinvestments-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465725,7 +318057,6 @@ }, { "question": "EPAL", - "icon": "./assets/data/nsi/logos/epal-995069.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465735,7 +318066,6 @@ }, { "question": "Epic Consolidated Operations", - "icon": "./assets/data/nsi/logos/epicconsolidatedoperations-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465745,7 +318075,6 @@ }, { "question": "Epic Permian Operating", - "icon": "./assets/data/nsi/logos/epicpermianoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465755,7 +318084,6 @@ }, { "question": "EPL Oil & Gas", - "icon": "./assets/data/nsi/logos/eploilandgas-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465765,7 +318093,6 @@ }, { "question": "EPSAS", - "icon": "./assets/data/nsi/logos/epsas-6c161b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465790,7 +318117,6 @@ }, { "question": "Equistar Chemicals", - "icon": "./assets/data/nsi/logos/equistarchemicals-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465830,7 +318156,6 @@ }, { "question": "Erema", - "icon": "./assets/data/nsi/logos/erema-35ff55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465870,7 +318195,6 @@ }, { "question": "ETC Tiger Pipeline", - "icon": "./assets/data/nsi/logos/etctigerpipeline-f14113.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465880,7 +318204,6 @@ }, { "question": "Ethylen-Pipeline-Süd", - "icon": "./assets/data/nsi/logos/ethylenpipelinesud-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465926,7 +318249,6 @@ }, { "question": "EVN Топлофикция (Пловдив)", - "icon": "./assets/data/nsi/logos/c9ec9c-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -465987,7 +318309,6 @@ }, { "question": "Explorer Pipeline Company", - "icon": "./assets/data/nsi/logos/explorerpipelinecompany-49a425.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466012,7 +318333,6 @@ }, { "question": "Faraday Midstream Company", - "icon": "./assets/data/nsi/logos/faradaymidstreamcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466022,7 +318342,6 @@ }, { "question": "Faulconer Energy", - "icon": "./assets/data/nsi/logos/faulconerenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466032,7 +318351,6 @@ }, { "question": "Fenaka Vaikaradhoo Branch", - "icon": "./assets/data/nsi/logos/fenakavaikaradhoobranch-ebce48.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466047,7 +318365,6 @@ }, { "question": "Ferngas Netzgesellschaft", - "icon": "./assets/data/nsi/logos/ferngasnetzgesellschaft-2e5efe.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466063,7 +318380,6 @@ }, { "question": "Fernleitungs-Betriebsgesellschaft", - "icon": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaft-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466073,7 +318389,6 @@ }, { "question": "Fernleitungs-Betriebsgesellschaft mbH Bereichsverwaltung Süd Idar-Oberstein", - "icon": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaftmbhbereichsverwaltungsudidaroberstein-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466089,7 +318404,6 @@ }, { "question": "FGSZ", - "icon": "./assets/data/nsi/logos/fgsz-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466099,7 +318413,6 @@ }, { "question": "FGSZ Földgázszállító Zrt.", - "icon": "./assets/data/nsi/logos/fgszfoldgazszallitozrt-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466109,7 +318422,6 @@ }, { "question": "FGSZ Zrt.", - "icon": "./assets/data/nsi/logos/fgszzrt-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466119,7 +318431,6 @@ }, { "question": "Field Petroleum", - "icon": "./assets/data/nsi/logos/fieldpetroleum-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466129,7 +318440,6 @@ }, { "question": "Fieldwood Energy", - "icon": "./assets/data/nsi/logos/fieldwoodenergy-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466155,7 +318465,6 @@ }, { "question": "FL Rich Gas Services", - "icon": "./assets/data/nsi/logos/flrichgasservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466165,7 +318474,6 @@ }, { "question": "Flint Hills Resources", - "icon": "./assets/data/nsi/logos/flinthillsresources-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466175,7 +318483,6 @@ }, { "question": "Flint Hills Resources Port Arthur", - "icon": "./assets/data/nsi/logos/flinthillsresourcesportarthur-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466185,7 +318492,6 @@ }, { "question": "Florida Gas Transmission", - "icon": "./assets/data/nsi/logos/floridagastransmission-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466210,7 +318516,6 @@ }, { "question": "FMHL", - "icon": "./assets/data/nsi/logos/fmhl-fa00c9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466240,7 +318545,6 @@ }, { "question": "FŐTÁV", - "icon": "./assets/data/nsi/logos/fotav-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466250,7 +318554,6 @@ }, { "question": "FŐTÁV Zrt.", - "icon": "./assets/data/nsi/logos/fotavzrt-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466260,7 +318563,6 @@ }, { "question": "Fourth Floor Operating", - "icon": "./assets/data/nsi/logos/fourthflooroperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466270,7 +318572,6 @@ }, { "question": "Freeport LNG Development", - "icon": "./assets/data/nsi/logos/freeportlngdevelopment-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466285,7 +318586,6 @@ }, { "question": "Frio Lasalle Pipeline", - "icon": "./assets/data/nsi/logos/friolasallepipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466295,7 +318595,6 @@ }, { "question": "Fulmine", - "icon": "./assets/data/nsi/logos/fulmine-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466321,7 +318620,6 @@ }, { "question": "Galveston Bay Refinery Logistics", - "icon": "./assets/data/nsi/logos/galvestonbayrefinerylogistics-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466331,7 +318629,6 @@ }, { "question": "Gandara Water District", - "icon": "./assets/data/nsi/logos/gandarawaterdistrict-2af988.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466346,7 +318643,6 @@ }, { "question": "Gas Natural", - "icon": "./assets/data/nsi/logos/gasnatural-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466356,7 +318652,6 @@ }, { "question": "Gas Natural BAN", - "icon": "./assets/data/nsi/logos/gasnaturalban-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466381,7 +318676,6 @@ }, { "question": "Gas Transmission Northwest", - "icon": "./assets/data/nsi/logos/gastransmissionnorthwest-34ba63.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466406,7 +318700,6 @@ }, { "question": "Gasconnect Austria GmbH", - "icon": "./assets/data/nsi/logos/gasconnectaustriagmbh-9c8423.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466461,7 +318754,6 @@ }, { "question": "Gasunie Deutschland", - "icon": "./assets/data/nsi/logos/gasuniedeutschland-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466492,7 +318784,6 @@ }, { "question": "Gaz-System", - "icon": "./assets/data/nsi/logos/gazsystem-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466532,7 +318823,6 @@ }, { "question": "Gedea Linach KG", - "icon": "./assets/data/nsi/logos/gedealinachkg-0b5f1c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466587,7 +318877,6 @@ }, { "question": "Genesis Offshore Holdings", - "icon": "./assets/data/nsi/logos/genesisoffshoreholdings-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466597,7 +318886,6 @@ }, { "question": "Genesis Pipeline USA", - "icon": "./assets/data/nsi/logos/genesispipelineusa-50ecfd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466607,7 +318895,6 @@ }, { "question": "Genesis Producing Company", - "icon": "./assets/data/nsi/logos/genesisproducingcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466617,7 +318904,6 @@ }, { "question": "Gilkes Energy", - "icon": "./assets/data/nsi/logos/gilkesenergy-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466642,7 +318928,6 @@ }, { "question": "GOM Shelf", - "icon": "./assets/data/nsi/logos/gomshelf-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466652,7 +318937,6 @@ }, { "question": "GPEC", - "icon": "./assets/data/nsi/logos/gpec-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466662,7 +318946,6 @@ }, { "question": "Grand Annecy", - "icon": "./assets/data/nsi/logos/grandannecy-35ff55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466677,7 +318960,6 @@ }, { "question": "Grande Dixence S.A.", - "icon": "./assets/data/nsi/logos/grandedixencesa-7a9e7b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466692,7 +318974,6 @@ }, { "question": "Gravity Midstream CC", - "icon": "./assets/data/nsi/logos/gravitymidstreamcc-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466702,7 +318983,6 @@ }, { "question": "GRDF", - "icon": "./assets/data/nsi/logos/grdf-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466712,7 +318992,6 @@ }, { "question": "Greater Vancouver Sewerage & Drainage District", - "icon": "./assets/data/nsi/logos/greatervancouversewerageanddrainagedistrict-f62730.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466722,7 +319001,6 @@ }, { "question": "Greater Vancouver Water District", - "icon": "./assets/data/nsi/logos/greatervancouverwaterdistrict-f62730.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466732,7 +319010,6 @@ }, { "question": "Green Mountain Water Company", - "icon": "./assets/data/nsi/logos/greenmountainwatercompany-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466747,7 +319024,6 @@ }, { "question": "Greyhound Energy", - "icon": "./assets/data/nsi/logos/greyhoundenergy-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466757,7 +319033,6 @@ }, { "question": "Grit Oil & Gas Management", - "icon": "./assets/data/nsi/logos/gritoilandgasmanagement-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466783,7 +319058,6 @@ }, { "question": "GRTgaz", - "icon": "./assets/data/nsi/logos/grtgaz-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466793,7 +319067,6 @@ }, { "question": "GTG Nord", - "icon": "./assets/data/nsi/logos/gtgnord-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466808,7 +319081,6 @@ }, { "question": "Gulf Coast Energy", - "icon": "./assets/data/nsi/logos/gulfcoastenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466818,7 +319090,6 @@ }, { "question": "Gulf South Pipeline Company", - "icon": "./assets/data/nsi/logos/gulfsouthpipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466828,7 +319099,6 @@ }, { "question": "Gulfstream Natural Gas System", - "icon": "./assets/data/nsi/logos/gulfstreamnaturalgassystem-411ee5.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466838,7 +319108,6 @@ }, { "question": "Gulfstream Pipeline", - "icon": "./assets/data/nsi/logos/gulfstreampipeline-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466848,7 +319117,6 @@ }, { "question": "GYŐR-SZOL Zrt.", - "icon": "./assets/data/nsi/logos/gyorszolzrt-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466858,7 +319126,6 @@ }, { "question": "Hackschnitzelheizung Frankenburg", - "icon": "./assets/data/nsi/logos/hackschnitzelheizungfrankenburg-b77acd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466868,7 +319135,6 @@ }, { "question": "Harvest Alaska", - "icon": "./assets/data/nsi/logos/harvestalaska-16072e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466878,7 +319144,6 @@ }, { "question": "Harvest Midstream Company", - "icon": "./assets/data/nsi/logos/harvestmidstreamcompany-e26c82.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466888,7 +319153,6 @@ }, { "question": "Harvest Pipeline Company", - "icon": "./assets/data/nsi/logos/harvestpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466913,7 +319177,6 @@ }, { "question": "Harzwasserwerke", - "icon": "./assets/data/nsi/logos/harzwasserwerke-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466928,7 +319191,6 @@ }, { "question": "Headington Energy Partners", - "icon": "./assets/data/nsi/logos/headingtonenergypartners-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466938,7 +319200,6 @@ }, { "question": "Helen", - "icon": "./assets/data/nsi/logos/helen-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466948,7 +319209,6 @@ }, { "question": "Helsingin Vesi", - "icon": "./assets/data/nsi/logos/helsinginvesi-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466958,7 +319218,6 @@ }, { "question": "HEP Toplinarstvo", - "icon": "./assets/data/nsi/logos/heptoplinarstvo-b82f8a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466983,7 +319242,6 @@ }, { "question": "Hibbard Energy", - "icon": "./assets/data/nsi/logos/hibbardenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -466993,7 +319251,6 @@ }, { "question": "High Point Gas Gathering", - "icon": "./assets/data/nsi/logos/highpointgasgathering-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467003,7 +319260,6 @@ }, { "question": "Hilcorp Alaska", - "icon": "./assets/data/nsi/logos/hilcorpalaska-16072e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467013,7 +319269,6 @@ }, { "question": "Hilcorp Energy", - "icon": "./assets/data/nsi/logos/hilcorpenergy-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467028,7 +319283,6 @@ }, { "question": "HK", - "icon": "./assets/data/nsi/logos/hk-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467038,7 +319292,6 @@ }, { "question": "Honeoye Storage Corporation", - "icon": "./assets/data/nsi/logos/honeoyestoragecorporation-70803a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467048,7 +319301,6 @@ }, { "question": "Hooks Gas Pipeline", - "icon": "./assets/data/nsi/logos/hooksgaspipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467058,7 +319310,6 @@ }, { "question": "Houston Pipe Line Company", - "icon": "./assets/data/nsi/logos/houstonpipelinecompany-ad1b55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467068,7 +319319,6 @@ }, { "question": "HS Orka", - "icon": "./assets/data/nsi/logos/hsorka-9f3dd9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467078,7 +319328,6 @@ }, { "question": "HS Veitur", - "icon": "./assets/data/nsi/logos/hsveitur-9f3dd9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467088,7 +319337,6 @@ }, { "question": "Hunt Crude Oil Supply Company", - "icon": "./assets/data/nsi/logos/huntcrudeoilsupplycompany-b36b33.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467113,7 +319361,6 @@ }, { "question": "Hydrocop", - "icon": "./assets/data/nsi/logos/hydrocop-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467188,7 +319435,6 @@ }, { "question": "Infracor GmbH", - "icon": "./assets/data/nsi/logos/infracorgmbh-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467251,7 +319497,6 @@ }, { "question": "Ironwood Midstream Energy Partners", - "icon": "./assets/data/nsi/logos/ironwoodmidstreamenergypartners-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467261,7 +319506,6 @@ }, { "question": "Iroquois Gas Transmission System", - "icon": "./assets/data/nsi/logos/iroquoisgastransmissionsystem-b72c52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467302,7 +319546,6 @@ }, { "question": "ITC Pipeline Company", - "icon": "./assets/data/nsi/logos/itcpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467312,7 +319555,6 @@ }, { "question": "J.P. Oil Company", - "icon": "./assets/data/nsi/logos/jpoilcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467322,7 +319564,6 @@ }, { "question": "Jadranski naftovod", - "icon": "./assets/data/nsi/logos/jadranskinaftovod-b82f8a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467332,7 +319573,6 @@ }, { "question": "Joint Bunkering Services", - "icon": "./assets/data/nsi/logos/jointbunkeringservices-b6e068.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467342,7 +319582,6 @@ }, { "question": "JRC/IRMM", - "icon": "./assets/data/nsi/logos/jrcirmm-5c754e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467352,7 +319591,6 @@ }, { "question": "KarakudukMunai", - "icon": "./assets/data/nsi/logos/karakudukmunai-51ed47.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467378,7 +319616,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-10264d.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467394,7 +319631,6 @@ }, { "question": "Kauno termofikacinė elektrinė", - "icon": "./assets/data/nsi/logos/kaunotermofikacineelektrine-ff9899.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467404,7 +319640,6 @@ }, { "question": "KEBAG", - "icon": "./assets/data/nsi/logos/kebag-65e4eb.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467429,7 +319664,6 @@ }, { "question": "KGHM", - "icon": "./assets/data/nsi/logos/kghm-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467454,7 +319688,6 @@ }, { "question": "Kinder Morgan Crude & Condensate", - "icon": "./assets/data/nsi/logos/kindermorgancrudeandcondensate-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467464,7 +319697,6 @@ }, { "question": "Kinder Morgan Liquids Terminals", - "icon": "./assets/data/nsi/logos/kindermorganliquidsterminals-e26c82.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467474,7 +319706,6 @@ }, { "question": "Kinder Morgan Tejas Pipeline LLC", - "icon": "./assets/data/nsi/logos/kindermorgantejaspipelinellc-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467489,7 +319720,6 @@ }, { "question": "Kinder Morgan Texas Pipeline LLC", - "icon": "./assets/data/nsi/logos/kindermorgantexaspipelinellc-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467504,7 +319734,6 @@ }, { "question": "Kinder Morgan Treating", - "icon": "./assets/data/nsi/logos/kindermorgantreating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467514,7 +319743,6 @@ }, { "question": "Kinetica Partners", - "icon": "./assets/data/nsi/logos/kineticapartners-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467524,7 +319752,6 @@ }, { "question": "Koch Pipeline Company", - "icon": "./assets/data/nsi/logos/kochpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467534,7 +319761,6 @@ }, { "question": "Koksik", - "icon": "./assets/data/nsi/logos/koksik-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467544,7 +319770,6 @@ }, { "question": "Korsnäs", - "icon": "./assets/data/nsi/logos/korsnas-febfa2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467554,7 +319779,6 @@ }, { "question": "Kraftwerke Linth-Limmern", - "icon": "./assets/data/nsi/logos/kraftwerkelinthlimmern-fbe470.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467570,7 +319794,6 @@ }, { "question": "Kudu Midstream", - "icon": "./assets/data/nsi/logos/kudumidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467580,7 +319803,6 @@ }, { "question": "Kyffhäuser Abwasser- und Trinkwasserverband", - "icon": "./assets/data/nsi/logos/kyffhauserabwasserundtrinkwasserverband-c878f8.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467612,7 +319834,6 @@ }, { "question": "Lakeshore Operating", - "icon": "./assets/data/nsi/logos/lakeshoreoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467622,7 +319843,6 @@ }, { "question": "Lamar Oil & Gas", - "icon": "./assets/data/nsi/logos/lamaroilandgas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467632,7 +319852,6 @@ }, { "question": "Lamay Corporation", - "icon": "./assets/data/nsi/logos/lamaycorporation-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467642,7 +319861,6 @@ }, { "question": "Latvijas gāze", - "icon": "./assets/data/nsi/logos/latvijasgaze-dd96cc.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467652,7 +319870,6 @@ }, { "question": "Lavaca Midstream", - "icon": "./assets/data/nsi/logos/lavacamidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467662,7 +319879,6 @@ }, { "question": "Lavaca Pipe Line Company", - "icon": "./assets/data/nsi/logos/lavacapipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467672,7 +319888,6 @@ }, { "question": "Lempäälän Lastusten Vesihuolto-osuuskunta", - "icon": "./assets/data/nsi/logos/lempaalanlastustenvesihuoltoosuuskunta-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467682,7 +319897,6 @@ }, { "question": "Lenington Farms", - "icon": "./assets/data/nsi/logos/leningtonfarms-76c462.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467692,7 +319906,6 @@ }, { "question": "Lennheden Vatten AB", - "icon": "./assets/data/nsi/logos/lennhedenvattenab-febfa2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467702,7 +319915,6 @@ }, { "question": "Leyte Metropolitan Water District", - "icon": "./assets/data/nsi/logos/leytemetropolitanwaterdistrict-23205e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467717,7 +319929,6 @@ }, { "question": "Liechtensteinische Gasversorgung", - "icon": "./assets/data/nsi/logos/liechtensteinischegasversorgunglgv-6bd55e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467748,7 +319959,6 @@ }, { "question": "Linn Operating", - "icon": "./assets/data/nsi/logos/linnoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467758,7 +319968,6 @@ }, { "question": "LLOG Exploration Offshore", - "icon": "./assets/data/nsi/logos/llogexplorationoffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467768,7 +319977,6 @@ }, { "question": "Lonestar Operating", - "icon": "./assets/data/nsi/logos/lonestaroperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467778,7 +319986,6 @@ }, { "question": "Lundin Energy Norway AS", - "icon": "./assets/data/nsi/logos/lundinenergynorwayas-3ed402.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467788,7 +319995,6 @@ }, { "question": "LWG Lausitzer Wasser", - "icon": "./assets/data/nsi/logos/lwglausitzerwasser-746834.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467803,7 +320009,6 @@ }, { "question": "MA 31", - "icon": "./assets/data/nsi/logos/ma31-ac055c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467818,7 +320023,6 @@ }, { "question": "Magellan Crude Oil Pipeline Company", - "icon": "./assets/data/nsi/logos/magellancrudeoilpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467828,7 +320032,6 @@ }, { "question": "Magellan Pipeline", - "icon": "./assets/data/nsi/logos/magellanpipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467838,7 +320041,6 @@ }, { "question": "Magellan Terminals Holdings", - "icon": "./assets/data/nsi/logos/magellanterminalsholdings-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467848,7 +320050,6 @@ }, { "question": "Mainline Pipelines Limited", - "icon": "./assets/data/nsi/logos/mainlinepipelineslimited-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467873,7 +320074,6 @@ }, { "question": "Manta Ray Gathering Company", - "icon": "./assets/data/nsi/logos/mantaraygatheringcompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467883,7 +320083,6 @@ }, { "question": "MAPP", - "icon": "./assets/data/nsi/logos/mapp-37dd11.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467923,7 +320122,6 @@ }, { "question": "Maritimes and Northeast Pipeline", - "icon": "./assets/data/nsi/logos/maritimesandnortheastpipeline-e04216.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467933,7 +320131,6 @@ }, { "question": "MarkWest Energy South Texas Gas Company", - "icon": "./assets/data/nsi/logos/markwestenergysouthtexasgascompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467943,7 +320140,6 @@ }, { "question": "MarkWest Javelina Company", - "icon": "./assets/data/nsi/logos/markwestjavelinacompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467953,7 +320149,6 @@ }, { "question": "MarkWest Javelina Pipeline Company", - "icon": "./assets/data/nsi/logos/markwestjavelinapipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467963,7 +320158,6 @@ }, { "question": "Martin Operating Partnership", - "icon": "./assets/data/nsi/logos/martinoperatingpartnership-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467973,7 +320167,6 @@ }, { "question": "Massachusetts Water Resources Authority", - "icon": "./assets/data/nsi/logos/massachusettswaterresourcesauthority-bdeafa.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -467989,7 +320182,6 @@ }, { "question": "Max Midstream Texas", - "icon": "./assets/data/nsi/logos/maxmidstreamtexas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468014,7 +320206,6 @@ }, { "question": "MEGAL Mittel-Europäische Gasleitungsgesellschaft mbH & Co. KG", - "icon": "./assets/data/nsi/logos/megalmitteleuropaischegasleitungsgesellschaftmbhandcokg-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468055,7 +320246,6 @@ }, { "question": "MěPOS Šenov", - "icon": "./assets/data/nsi/logos/mepossenov-446620.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468065,7 +320255,6 @@ }, { "question": "Meridian Energy", - "icon": "./assets/data/nsi/logos/meridianenergy-8ca9c6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468080,7 +320269,6 @@ }, { "question": "Merit Energy Company", - "icon": "./assets/data/nsi/logos/meritenergycompany-ccd82f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468095,7 +320283,6 @@ }, { "question": "Metro Vancouver", - "icon": "./assets/data/nsi/logos/metrovancouver-f62730.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468105,7 +320292,6 @@ }, { "question": "Metropolitan Wastewater Management Commission", - "icon": "./assets/data/nsi/logos/metropolitanwastewatermanagementcommission-128d34.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468131,7 +320317,6 @@ }, { "question": "Mid Valley Pipeline Company", - "icon": "./assets/data/nsi/logos/midvalleypipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468141,7 +320326,6 @@ }, { "question": "Midcoast Pipelines", - "icon": "./assets/data/nsi/logos/midcoastpipelines-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468151,7 +320335,6 @@ }, { "question": "Midcontinent Express Pipeline", - "icon": "./assets/data/nsi/logos/midcontinentexpresspipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468161,7 +320344,6 @@ }, { "question": "Midwestern Gas Transmission Company", - "icon": "./assets/data/nsi/logos/midwesterngastransmissioncompany-ecb025.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468171,7 +320353,6 @@ }, { "question": "Mihő Kft.", - "icon": "./assets/data/nsi/logos/mihokft-26624f.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468181,7 +320362,6 @@ }, { "question": "Millennium Pipeline", - "icon": "./assets/data/nsi/logos/millenniumpipeline-70803a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468191,7 +320371,6 @@ }, { "question": "Minera Alumbrera YMAD-UTE", - "icon": "./assets/data/nsi/logos/mineraalumbreraymadute-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468201,7 +320380,6 @@ }, { "question": "Mitteldeutsche Netzgesellschaft Gas GmbH", - "icon": "./assets/data/nsi/logos/mitteldeutschenetzgesellschaftgasgmbh-c878f8.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468211,7 +320389,6 @@ }, { "question": "Mobil Pipe Line Company", - "icon": "./assets/data/nsi/logos/mobilpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468221,7 +320398,6 @@ }, { "question": "Mobile", - "icon": "./assets/data/nsi/logos/mobile-5d4126.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468246,7 +320422,6 @@ }, { "question": "Moldovagaz", - "icon": "./assets/data/nsi/logos/moldovagaz-44ac92.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468256,7 +320431,6 @@ }, { "question": "Momentum Production", - "icon": "./assets/data/nsi/logos/momentumproduction-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468266,7 +320440,6 @@ }, { "question": "Monroe Gas Storage Company", - "icon": "./assets/data/nsi/logos/monroegasstoragecompany-a29f0a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468276,7 +320449,6 @@ }, { "question": "Monument Pipeline", - "icon": "./assets/data/nsi/logos/monumentpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468301,7 +320473,6 @@ }, { "question": "MPEC Rzeszów", - "icon": "./assets/data/nsi/logos/mpecrzeszow-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468311,7 +320482,6 @@ }, { "question": "MPEC S.A", - "icon": "./assets/data/nsi/logos/mpecsa-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468321,7 +320491,6 @@ }, { "question": "MPLX", - "icon": "./assets/data/nsi/logos/mplx-0d2314.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468336,7 +320505,6 @@ }, { "question": "Murphy Exploration & Production", - "icon": "./assets/data/nsi/logos/murphyexplorationandproduction-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468346,7 +320514,6 @@ }, { "question": "Mustang Island Gathering", - "icon": "./assets/data/nsi/logos/mustangislandgathering-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468356,7 +320523,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-1006b1.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468372,7 +320538,6 @@ }, { "question": "NAM", - "icon": "./assets/data/nsi/logos/nam-f82a4b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468387,7 +320552,6 @@ }, { "question": "National Gas", - "icon": "./assets/data/nsi/logos/nationalgas-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468403,7 +320567,6 @@ }, { "question": "National Gas Transmission PLC", - "icon": "./assets/data/nsi/logos/nationalgastransmissionplc-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468413,7 +320576,6 @@ }, { "question": "Natural Gas Pipeline Company of America", - "icon": "./assets/data/nsi/logos/naturalgaspipelinecompanyofamerica-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468443,7 +320605,6 @@ }, { "question": "Navarro Midstream Services", - "icon": "./assets/data/nsi/logos/navarromidstreamservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468453,7 +320614,6 @@ }, { "question": "NEL Gastransport", - "icon": "./assets/data/nsi/logos/nelgastransport-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468469,7 +320629,6 @@ }, { "question": "Net Mexico Pipeline Partners", - "icon": "./assets/data/nsi/logos/netmexicopipelinepartners-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468479,7 +320638,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-c20508.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468525,7 +320683,6 @@ }, { "question": "Netzgesellschaft Schwerin", - "icon": "./assets/data/nsi/logos/netzgesellschaftschwerin-5ca434.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468541,7 +320698,6 @@ }, { "question": "Neumin Production Company", - "icon": "./assets/data/nsi/logos/neuminproductioncompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468551,7 +320707,6 @@ }, { "question": "New York City Department of Environmental Protection", - "icon": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotection-70803a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468566,7 +320721,6 @@ }, { "question": "Newfield Exploration Company", - "icon": "./assets/data/nsi/logos/newfieldexplorationcompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468596,7 +320750,6 @@ }, { "question": "Nord Stream AG", - "icon": "./assets/data/nsi/logos/nordstreamag-904332.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468627,7 +320780,6 @@ }, { "question": "Norðurorka", - "icon": "./assets/data/nsi/logos/nordhurorka-9f3dd9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468637,7 +320789,6 @@ }, { "question": "Northern Gas Networks", - "icon": "./assets/data/nsi/logos/northerngasnetworks-0affc0.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468668,7 +320819,6 @@ }, { "question": "Northern Natural Gas", - "icon": "./assets/data/nsi/logos/northernnaturalgas-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468678,7 +320828,6 @@ }, { "question": "Northwest Pipeline", - "icon": "./assets/data/nsi/logos/northwestpipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468718,7 +320867,6 @@ }, { "question": "Nowega", - "icon": "./assets/data/nsi/logos/nowega-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468733,7 +320881,6 @@ }, { "question": "NSWDB", - "icon": "./assets/data/nsi/logos/nswdb-5906f0.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468758,7 +320905,6 @@ }, { "question": "Nustar Logistics", - "icon": "./assets/data/nsi/logos/nustarlogistics-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468768,7 +320914,6 @@ }, { "question": "NuStar Pipeline Operating Partnership", - "icon": "./assets/data/nsi/logos/nustarpipelineoperatingpartnership-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468809,7 +320954,6 @@ }, { "question": "Occidental Chemical Corporation", - "icon": "./assets/data/nsi/logos/occidentalchemicalcorporation-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468824,7 +320968,6 @@ }, { "question": "Occidental Permian", - "icon": "./assets/data/nsi/logos/occidentalpermian-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468849,7 +320992,6 @@ }, { "question": "Olipdp II", - "icon": "./assets/data/nsi/logos/olipdpii-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468874,7 +321016,6 @@ }, { "question": "OMV Refining & Marketing GmbH", - "icon": "./assets/data/nsi/logos/omvrefiningandmarketinggmbh-9c8423.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468904,7 +321045,6 @@ }, { "question": "Oneok Hydrocarbon Southwest", - "icon": "./assets/data/nsi/logos/oneokhydrocarbonsouthwest-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468914,7 +321054,6 @@ }, { "question": "Oneok NGL Pipeline", - "icon": "./assets/data/nsi/logos/oneoknglpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468939,7 +321078,6 @@ }, { "question": "OÖ Ferngas", - "icon": "./assets/data/nsi/logos/ooferngas-b77acd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468965,7 +321103,6 @@ }, { "question": "Orange", - "icon": "./assets/data/nsi/logos/orange-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -468990,7 +321127,6 @@ }, { "question": "Orkuveita Reykjavíkur", - "icon": "./assets/data/nsi/logos/orkuveitareykjavikur-9f3dd9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469000,7 +321136,6 @@ }, { "question": "Ormat Technologies", - "icon": "./assets/data/nsi/logos/ormattechnologies-6bbcf6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469015,7 +321150,6 @@ }, { "question": "Ouray Ice Park", - "icon": "./assets/data/nsi/logos/ourayicepark-845c5d.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469025,7 +321159,6 @@ }, { "question": "OXY USA", - "icon": "./assets/data/nsi/logos/oxyusa-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469035,7 +321168,6 @@ }, { "question": "Ozona Pipeline Energy Company", - "icon": "./assets/data/nsi/logos/ozonapipelineenergycompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469061,7 +321193,6 @@ }, { "question": "Panhandle Eastern Pipe Line Company", - "icon": "./assets/data/nsi/logos/panhandleeasternpipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469076,7 +321207,6 @@ }, { "question": "Panhandle Energy", - "icon": "./assets/data/nsi/logos/panhandleenergy-3ff652.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469086,7 +321216,6 @@ }, { "question": "Panther Operating Company", - "icon": "./assets/data/nsi/logos/pantheroperatingcompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469096,7 +321225,6 @@ }, { "question": "Panther Pipeline", - "icon": "./assets/data/nsi/logos/pantherpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469106,7 +321234,6 @@ }, { "question": "Paradigm Midstream Services", - "icon": "./assets/data/nsi/logos/paradigmmidstreamservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469116,7 +321243,6 @@ }, { "question": "PDAM", - "icon": "./assets/data/nsi/logos/pdam-2fbc97.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469126,7 +321252,6 @@ }, { "question": "PDVSA", - "icon": "./assets/data/nsi/logos/pdvsa-8a6ad8.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469136,7 +321261,6 @@ }, { "question": "Pembina", - "icon": "./assets/data/nsi/logos/pembina-095cc1.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469181,7 +321305,6 @@ }, { "question": "Peoples Gas System", - "icon": "./assets/data/nsi/logos/peoplesgassystem-3ff652.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469191,7 +321314,6 @@ }, { "question": "Permian Express Partners", - "icon": "./assets/data/nsi/logos/permianexpresspartners-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469201,7 +321323,6 @@ }, { "question": "Pertamina", - "icon": "./assets/data/nsi/logos/pertamina-2fbc97.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469226,7 +321347,6 @@ }, { "question": "Petrobras Transporte SA", - "icon": "./assets/data/nsi/logos/petrobrastransportesa-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469236,7 +321356,6 @@ }, { "question": "Petrochemical Pipeline Services", - "icon": "./assets/data/nsi/logos/petrochemicalpipelineservices-7f7c60.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469266,7 +321385,6 @@ }, { "question": "Petroleum Fuels Company", - "icon": "./assets/data/nsi/logos/petroleumfuelscompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469276,7 +321394,6 @@ }, { "question": "Petroterminales de Panamá", - "icon": "./assets/data/nsi/logos/petroterminalesdepanama-e203a2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469291,7 +321408,6 @@ }, { "question": "PGE Górnictwo i Energetyka Konwencjonalna S.A.", - "icon": "./assets/data/nsi/logos/pgegornictwoienergetykakonwencjonalnasa-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469301,7 +321417,6 @@ }, { "question": "PGNiG TERMIKA", - "icon": "./assets/data/nsi/logos/pgnigtermika-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469326,7 +321441,6 @@ }, { "question": "Phillips 66 Pipeline", - "icon": "./assets/data/nsi/logos/phillips66pipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469351,7 +321465,6 @@ }, { "question": "Placer County Water Agency", - "icon": "./assets/data/nsi/logos/placercountywateragency-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469361,7 +321474,6 @@ }, { "question": "Plains Pipeline", - "icon": "./assets/data/nsi/logos/plainspipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469371,7 +321483,6 @@ }, { "question": "Plantation Pipeline", - "icon": "./assets/data/nsi/logos/plantationpipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469386,7 +321497,6 @@ }, { "question": "Plinacro", - "icon": "./assets/data/nsi/logos/plinacro-b82f8a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469396,7 +321506,6 @@ }, { "question": "PLTP Patuha", - "icon": "./assets/data/nsi/logos/pltppatuha-2fbc97.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469421,7 +321530,6 @@ }, { "question": "Polaris Pipeline Systems", - "icon": "./assets/data/nsi/logos/polarispipelinesystems-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469462,7 +321570,6 @@ }, { "question": "Premier Transmission Limited", - "icon": "./assets/data/nsi/logos/premiertransmissionlimited-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469472,7 +321579,6 @@ }, { "question": "Producers Gas Gathering JV", - "icon": "./assets/data/nsi/logos/producersgasgatheringjv-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469482,7 +321588,6 @@ }, { "question": "Products (SE) Pipe Line Corporation", - "icon": "./assets/data/nsi/logos/productssepipelinecorporation-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469497,7 +321602,6 @@ }, { "question": "Promioriente", - "icon": "./assets/data/nsi/logos/promioriente-d48841.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469507,7 +321611,6 @@ }, { "question": "Protege Energy III", - "icon": "./assets/data/nsi/logos/protegeenergyiii-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469517,7 +321620,6 @@ }, { "question": "Public Service Company of North Carolina", - "icon": "./assets/data/nsi/logos/publicservicecompanyofnorthcarolina-9444cc.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469542,7 +321644,6 @@ }, { "question": "Quail Creek Oil Corporation", - "icon": "./assets/data/nsi/logos/quailcreekoilcorporation-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469552,7 +321653,6 @@ }, { "question": "QuarterNorth Energy", - "icon": "./assets/data/nsi/logos/quarternorthenergy-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469577,7 +321677,6 @@ }, { "question": "Ranger Oil Corporation", - "icon": "./assets/data/nsi/logos/rangeroilcorporation-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469592,7 +321691,6 @@ }, { "question": "Recoil Resources Operating", - "icon": "./assets/data/nsi/logos/recoilresourcesoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469602,7 +321700,6 @@ }, { "question": "Redexis", - "icon": "./assets/data/nsi/logos/redexis-86ac77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469612,7 +321709,6 @@ }, { "question": "Régaz", - "icon": "./assets/data/nsi/logos/regaz-dac93d.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469622,7 +321718,6 @@ }, { "question": "Regio Energie Solothurn", - "icon": "./assets/data/nsi/logos/regioenergiesolothurn-65e4eb.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469637,7 +321732,6 @@ }, { "question": "Regional NNE", - "icon": "./assets/data/nsi/logos/regionalnne-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469647,7 +321741,6 @@ }, { "question": "Remora Operating", - "icon": "./assets/data/nsi/logos/remoraoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469672,7 +321765,6 @@ }, { "question": "Renaissance Offshore", - "icon": "./assets/data/nsi/logos/renaissanceoffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469682,7 +321774,6 @@ }, { "question": "Repsol Oil & Gas USA", - "icon": "./assets/data/nsi/logos/repsoloilandgasusa-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469692,7 +321783,6 @@ }, { "question": "Republic Coast Pipeline", - "icon": "./assets/data/nsi/logos/republiccoastpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469718,7 +321808,6 @@ }, { "question": "Rheinkalk GmbH", - "icon": "./assets/data/nsi/logos/rheinkalkgmbh-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469748,7 +321837,6 @@ }, { "question": "Rockdale Energy", - "icon": "./assets/data/nsi/logos/rockdaleenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469758,7 +321846,6 @@ }, { "question": "Rosneft", - "icon": "./assets/data/nsi/logos/rosneft-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469768,7 +321855,6 @@ }, { "question": "Rotterdam-Rijn Pijpleidingmaatschappij", - "icon": "./assets/data/nsi/logos/rotterdamrijnpijpleidingmaatschappij-f82a4b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469783,7 +321869,6 @@ }, { "question": "RUBIS Antilles Guyane", - "icon": "./assets/data/nsi/logos/rubisantillesguyane-7e96c3.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469793,7 +321878,6 @@ }, { "question": "Ruhroel", - "icon": "./assets/data/nsi/logos/ruhroel-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469833,7 +321917,6 @@ }, { "question": "Sabal Trail Transmission", - "icon": "./assets/data/nsi/logos/sabaltrailtransmission-863e18.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469873,7 +321956,6 @@ }, { "question": "Sakhalin Energy", - "icon": "./assets/data/nsi/logos/sakhalinenergy-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469883,7 +321965,6 @@ }, { "question": "Samarco", - "icon": "./assets/data/nsi/logos/samarco-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469893,7 +321974,6 @@ }, { "question": "San Francisco Public Utilities Commission", - "icon": "./assets/data/nsi/logos/sanfranciscopublicutilitiescommission-3e913e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469908,7 +321988,6 @@ }, { "question": "Sanare Energy Partners", - "icon": "./assets/data/nsi/logos/sanareenergypartners-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469918,7 +321997,6 @@ }, { "question": "Sandel Operating Company", - "icon": "./assets/data/nsi/logos/sandeloperatingcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469928,7 +322006,6 @@ }, { "question": "SAPPRO", - "icon": "./assets/data/nsi/logos/sappro-1b588c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469943,7 +322020,6 @@ }, { "question": "Sarita Energy Resources", - "icon": "./assets/data/nsi/logos/saritaenergyresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469970,7 +322046,6 @@ }, { "question": "SC-GÁS", - "icon": "./assets/data/nsi/logos/scgas-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -469995,7 +322070,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-0b5f1c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470010,7 +322084,6 @@ }, { "question": "Scottish & Southern Energy", - "icon": "./assets/data/nsi/logos/scottishandsouthernenergy-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470035,7 +322108,6 @@ }, { "question": "Sea Eagle Ford", - "icon": "./assets/data/nsi/logos/seaeagleford-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470045,7 +322117,6 @@ }, { "question": "Sea Robin Pipeline Company", - "icon": "./assets/data/nsi/logos/searobinpipelinecompany-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470055,7 +322126,6 @@ }, { "question": "Seadrift Pipeline", - "icon": "./assets/data/nsi/logos/seadriftpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470082,7 +322152,6 @@ }, { "question": "SEP Congo", - "icon": "./assets/data/nsi/logos/sepcongo-7033b9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470107,7 +322176,6 @@ }, { "question": "Serhy", - "icon": "./assets/data/nsi/logos/serhy-e17829.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470117,7 +322185,6 @@ }, { "question": "Servicio Municipal de Agua Potable y Alcantarillado", - "icon": "./assets/data/nsi/logos/serviciomunicipaldeaguapotableyalcantarillado-6c161b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470127,7 +322194,6 @@ }, { "question": "SEV", - "icon": "./assets/data/nsi/logos/sev-56f351.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470152,7 +322218,6 @@ }, { "question": "SFDM", - "icon": "./assets/data/nsi/logos/sfdm-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470162,7 +322227,6 @@ }, { "question": "SGN", - "icon": "./assets/data/nsi/logos/sgn-e248bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470208,7 +322272,6 @@ }, { "question": "Shell Offshore", - "icon": "./assets/data/nsi/logos/shelloffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470218,7 +322281,6 @@ }, { "question": "Shell Pipeline Company", - "icon": "./assets/data/nsi/logos/shellpipelinecompany-ad1b55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470243,7 +322305,6 @@ }, { "question": "Sheridan Production Company III", - "icon": "./assets/data/nsi/logos/sheridanproductioncompanyiii-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470253,7 +322314,6 @@ }, { "question": "Silverbow Resources", - "icon": "./assets/data/nsi/logos/silverbowresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470268,7 +322328,6 @@ }, { "question": "SM Energy Company", - "icon": "./assets/data/nsi/logos/smenergycompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470283,7 +322342,6 @@ }, { "question": "SN EF Maverick", - "icon": "./assets/data/nsi/logos/snefmaverick-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470293,7 +322351,6 @@ }, { "question": "SN Operating", - "icon": "./assets/data/nsi/logos/snoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470303,7 +322360,6 @@ }, { "question": "SNAM", - "icon": "./assets/data/nsi/logos/snam-e17829.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470328,7 +322384,6 @@ }, { "question": "Société Anonyme de Raffinerie des Antilles", - "icon": "./assets/data/nsi/logos/societeanonymederaffineriedesantilles-7e96c3.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470343,7 +322398,6 @@ }, { "question": "Société du Pipeline Sud-Européen", - "icon": "./assets/data/nsi/logos/societedupipelinesudeuropeen-25e302.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470359,7 +322413,6 @@ }, { "question": "SONATRACH", - "icon": "./assets/data/nsi/logos/sonatrach-6d32cf.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470384,7 +322437,6 @@ }, { "question": "Sonera", - "icon": "./assets/data/nsi/logos/sonera-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470394,7 +322446,6 @@ }, { "question": "South Australian Government", - "icon": "./assets/data/nsi/logos/southaustraliangovernment-c35d57.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470409,7 +322460,6 @@ }, { "question": "South-West Water", - "icon": "./assets/data/nsi/logos/southwestwater-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470419,7 +322469,6 @@ }, { "question": "Southcross CCNG Gathering", - "icon": "./assets/data/nsi/logos/southcrossccnggathering-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470429,7 +322478,6 @@ }, { "question": "Southcross CCNG Transmission", - "icon": "./assets/data/nsi/logos/southcrossccngtransmission-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470439,7 +322487,6 @@ }, { "question": "Southcross Gulf Coast Transmission", - "icon": "./assets/data/nsi/logos/southcrossgulfcoasttransmission-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470449,7 +322496,6 @@ }, { "question": "Southcross NGL Pipeline", - "icon": "./assets/data/nsi/logos/southcrossnglpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470459,7 +322505,6 @@ }, { "question": "Southeast Gas", - "icon": "./assets/data/nsi/logos/southeastgas-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470469,7 +322514,6 @@ }, { "question": "Southeast Supply Header", - "icon": "./assets/data/nsi/logos/southeastsupplyheader-50ecfd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470495,7 +322539,6 @@ }, { "question": "Southern Indiana Gas & Electric", - "icon": "./assets/data/nsi/logos/southernindianagasandelectric-89b618.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470505,7 +322548,6 @@ }, { "question": "Southern Natural Gas", - "icon": "./assets/data/nsi/logos/southernnaturalgas-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470520,7 +322562,6 @@ }, { "question": "Southern Star Central Gas Pipeline", - "icon": "./assets/data/nsi/logos/southernstarcentralgaspipeline-d1be48.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470530,7 +322571,6 @@ }, { "question": "Southern Water", - "icon": "./assets/data/nsi/logos/southernwater-0affc0.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470576,7 +322616,6 @@ }, { "question": "SPDC", - "icon": "./assets/data/nsi/logos/spdc-e319af.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470586,7 +322625,6 @@ }, { "question": "Spire Gulf", - "icon": "./assets/data/nsi/logos/spiregulf-dcd036.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470596,7 +322634,6 @@ }, { "question": "Spółka Energetyczna Jaworzno", - "icon": "./assets/data/nsi/logos/spolkaenergetycznajaworzno-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470606,7 +322643,6 @@ }, { "question": "Spółka Wodociągowo–Kanalizacyjna Dzimierz – Nowa Wieś", - "icon": "./assets/data/nsi/logos/spolkawodociagowokanalizacyjnadzimierznowawies-b36b52.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470616,7 +322652,6 @@ }, { "question": "SPP", - "icon": "./assets/data/nsi/logos/spp-7fc625.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470626,7 +322661,6 @@ }, { "question": "SpreeGas", - "icon": "./assets/data/nsi/logos/spreegas-da7c89.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470636,7 +322670,6 @@ }, { "question": "Springfield Pipeline", - "icon": "./assets/data/nsi/logos/springfieldpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470661,7 +322694,6 @@ }, { "question": "SSE Ireland", - "icon": "./assets/data/nsi/logos/sseireland-d9b47c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470671,7 +322703,6 @@ }, { "question": "St Mary River Irrigation District", - "icon": "./assets/data/nsi/logos/stmaryriverirrigationdistrict-085e21.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470681,7 +322712,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-f28f65.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470743,7 +322773,6 @@ }, { "question": "Stadtwerke Karlsruhe Netzservice", - "icon": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-0b5f1c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470819,7 +322848,6 @@ }, { "question": "Stanwell", - "icon": "./assets/data/nsi/logos/stanwell-3592c9.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470834,7 +322862,6 @@ }, { "question": "Startex Field Services", - "icon": "./assets/data/nsi/logos/startexfieldservices-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470844,7 +322871,6 @@ }, { "question": "Stingray Pipeline Company", - "icon": "./assets/data/nsi/logos/stingraypipelinecompany-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470854,7 +322880,6 @@ }, { "question": "Stonewater Pipeline Company", - "icon": "./assets/data/nsi/logos/stonewaterpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470864,7 +322889,6 @@ }, { "question": "Sturgeon Aquafarms", - "icon": "./assets/data/nsi/logos/sturgeonaquafarms-3ff652.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470879,7 +322903,6 @@ }, { "question": "Sulphur River Exploration", - "icon": "./assets/data/nsi/logos/sulphurriverexploration-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470889,7 +322912,6 @@ }, { "question": "Sulphur River Gathering", - "icon": "./assets/data/nsi/logos/sulphurrivergathering-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470899,7 +322921,6 @@ }, { "question": "Sunoco Pipeline", - "icon": "./assets/data/nsi/logos/sunocopipeline-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470909,7 +322930,6 @@ }, { "question": "Superior Midstream", - "icon": "./assets/data/nsi/logos/superiormidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470934,7 +322954,6 @@ }, { "question": "SWKiel Netz GmbH", - "icon": "./assets/data/nsi/logos/swkielnetzgmbh-9683bf.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470949,7 +322968,6 @@ }, { "question": "Sydney Catchment Authority", - "icon": "./assets/data/nsi/logos/sydneycatchmentauthority-7a96c6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470979,7 +322997,6 @@ }, { "question": "TAG", - "icon": "./assets/data/nsi/logos/tag-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470989,7 +323006,6 @@ }, { "question": "TAG Pipelines Norte", - "icon": "./assets/data/nsi/logos/tagpipelinesnorte-c74959.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -470999,7 +323015,6 @@ }, { "question": "TAG Pipelines Sur", - "icon": "./assets/data/nsi/logos/tagpipelinessur-c74959.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471009,7 +323024,6 @@ }, { "question": "Tallgrass Energy Partners", - "icon": "./assets/data/nsi/logos/tallgrassenergypartners-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471024,7 +323038,6 @@ }, { "question": "Talos Energy Offshore", - "icon": "./assets/data/nsi/logos/talosenergyoffshore-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471034,7 +323047,6 @@ }, { "question": "Talos Energy Ventures", - "icon": "./assets/data/nsi/logos/talosenergyventures-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471044,7 +323056,6 @@ }, { "question": "Talos ERT", - "icon": "./assets/data/nsi/logos/talosert-e92df5.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471054,7 +323065,6 @@ }, { "question": "Talos Petroleum", - "icon": "./assets/data/nsi/logos/talospetroleum-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471064,7 +323074,6 @@ }, { "question": "TANAP", - "icon": "./assets/data/nsi/logos/tanap-8a4901.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471074,7 +323083,6 @@ }, { "question": "Targa NGL Pipeline Company", - "icon": "./assets/data/nsi/logos/targanglpipelinecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471099,7 +323107,6 @@ }, { "question": "TC Oil Pipeline Operations", - "icon": "./assets/data/nsi/logos/tcoilpipelineoperations-82496e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471109,7 +323116,6 @@ }, { "question": "Tennessee Gas Pipeline Company", - "icon": "./assets/data/nsi/logos/tennesseegaspipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471125,7 +323131,6 @@ }, { "question": "TEOL", - "icon": "./assets/data/nsi/logos/teol-293174.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471135,7 +323140,6 @@ }, { "question": "Terega", - "icon": "./assets/data/nsi/logos/terega-88a578.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471161,7 +323165,6 @@ }, { "question": "TESKİ", - "icon": "./assets/data/nsi/logos/teski-8a4901.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471171,7 +323174,6 @@ }, { "question": "Texas Eastern Transmission, LP", - "icon": "./assets/data/nsi/logos/texaseasterntransmissionlp-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471186,7 +323188,6 @@ }, { "question": "Texas Gas Service Company", - "icon": "./assets/data/nsi/logos/texasgasservicecompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471196,7 +323197,6 @@ }, { "question": "Texas Gas Transmission", - "icon": "./assets/data/nsi/logos/texasgastransmission-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471206,7 +323206,6 @@ }, { "question": "Texas Independent Exploration", - "icon": "./assets/data/nsi/logos/texasindependentexploration-43809e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471216,7 +323215,6 @@ }, { "question": "Texas Pipeline", - "icon": "./assets/data/nsi/logos/texaspipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471226,7 +323224,6 @@ }, { "question": "Texas Pipeline Systems", - "icon": "./assets/data/nsi/logos/texaspipelinesystems-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471236,7 +323233,6 @@ }, { "question": "TGG Shelby Assets", - "icon": "./assets/data/nsi/logos/tggshelbyassets-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471246,7 +323242,6 @@ }, { "question": "TGS SA", - "icon": "./assets/data/nsi/logos/tgssa-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471271,7 +323266,6 @@ }, { "question": "Thika Power", - "icon": "./assets/data/nsi/logos/thikapower-ff82fc.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471312,7 +323306,6 @@ }, { "question": "TIGAS", - "icon": "./assets/data/nsi/logos/tigas-7bfa60.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471327,7 +323320,6 @@ }, { "question": "Torrent Oil", - "icon": "./assets/data/nsi/logos/torrentoil-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471352,7 +323344,6 @@ }, { "question": "Town of Gillham", - "icon": "./assets/data/nsi/logos/townofgillham-251ea2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471367,7 +323358,6 @@ }, { "question": "Town of Inuvik", - "icon": "./assets/data/nsi/logos/townofinuvik-233b9e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471397,7 +323387,6 @@ }, { "question": "TPL Southtex Midstream", - "icon": "./assets/data/nsi/logos/tplsouthtexmidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471407,7 +323396,6 @@ }, { "question": "TR Offshore", - "icon": "./assets/data/nsi/logos/troffshore-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471417,7 +323405,6 @@ }, { "question": "Trans Adriatic Pipeline AG", - "icon": "./assets/data/nsi/logos/transadriaticpipelineag-f712d2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471432,7 +323419,6 @@ }, { "question": "Trans Austria Gasleitung GmbH", - "icon": "./assets/data/nsi/logos/transaustriagasleitunggmbh-9c8423.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471442,7 +323428,6 @@ }, { "question": "Trans Europa Naturgas Pipeline GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/transeuropanaturgaspipelinegmbhandcokg-25e302.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471457,7 +323442,6 @@ }, { "question": "Trans Mountain", - "icon": "./assets/data/nsi/logos/transmountain-095cc1.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471467,7 +323451,6 @@ }, { "question": "Trans-Northern Pipelines", - "icon": "./assets/data/nsi/logos/transnorthernpipelines-88afd4.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471477,7 +323460,6 @@ }, { "question": "Transcontinental Gas Pipeline Company", - "icon": "./assets/data/nsi/logos/transcontinentalgaspipelinecompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471487,7 +323469,6 @@ }, { "question": "Transitgas", - "icon": "./assets/data/nsi/logos/transitgas-e0d926.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471517,7 +323498,6 @@ }, { "question": "Transportadora Associada de Gás S.A", - "icon": "./assets/data/nsi/logos/transportadoraassociadadegassa-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471527,7 +323507,6 @@ }, { "question": "Transportadora Brasileira Gasoduto Bolívia-Brasil S.A.", - "icon": "./assets/data/nsi/logos/transportadorabrasileiragasodutoboliviabrasilsa-355e26.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471537,7 +323516,6 @@ }, { "question": "Transportadora de Gas del Norte S.A.", - "icon": "./assets/data/nsi/logos/transportadoradegasdelnortesa-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471547,7 +323525,6 @@ }, { "question": "Transwestern Pipeline Company", - "icon": "./assets/data/nsi/logos/transwesternpipelinecompany-56e6f5.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471557,7 +323534,6 @@ }, { "question": "TRAPIL", - "icon": "./assets/data/nsi/logos/trapil-02b185.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471567,7 +323543,6 @@ }, { "question": "Trek Resources", - "icon": "./assets/data/nsi/logos/trekresources-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471577,7 +323552,6 @@ }, { "question": "Trinity Operating", - "icon": "./assets/data/nsi/logos/trinityoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471587,7 +323561,6 @@ }, { "question": "Trinity River Energy Operating", - "icon": "./assets/data/nsi/logos/trinityriverenergyoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471597,7 +323570,6 @@ }, { "question": "Trunkline Gas Company", - "icon": "./assets/data/nsi/logos/trunklinegascompany-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471607,7 +323579,6 @@ }, { "question": "Tryall", - "icon": "./assets/data/nsi/logos/tryall-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471617,7 +323588,6 @@ }, { "question": "Twin Rivers Paper Company", - "icon": "./assets/data/nsi/logos/twinriverspapercompany-8a094d.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471627,7 +323597,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-a7d138.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471642,7 +323611,6 @@ }, { "question": "UKOP", - "icon": "./assets/data/nsi/logos/ukop-f2d4b6.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471652,7 +323620,6 @@ }, { "question": "UN - ES", - "icon": "./assets/data/nsi/logos/unes-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471662,7 +323629,6 @@ }, { "question": "UN-BA", - "icon": "./assets/data/nsi/logos/unba-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471672,7 +323638,6 @@ }, { "question": "UN-BC", - "icon": "./assets/data/nsi/logos/unbc-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471682,7 +323647,6 @@ }, { "question": "UN-BSOL", - "icon": "./assets/data/nsi/logos/unbsol-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471692,7 +323656,6 @@ }, { "question": "UN-RNCE", - "icon": "./assets/data/nsi/logos/unrnce-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471702,7 +323665,6 @@ }, { "question": "UN-SEAL", - "icon": "./assets/data/nsi/logos/unseal-b2714a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471712,7 +323674,6 @@ }, { "question": "Unigaz", - "icon": "./assets/data/nsi/logos/unigaz-e0d926.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471722,7 +323683,6 @@ }, { "question": "Union Gas", - "icon": "./assets/data/nsi/logos/uniongas-88afd4.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471752,7 +323712,6 @@ }, { "question": "UNIPETROL RPA, s.r.o.", - "icon": "./assets/data/nsi/logos/unipetrolrpasro-446620.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471762,7 +323721,6 @@ }, { "question": "United Brine Pipeline", - "icon": "./assets/data/nsi/logos/unitedbrinepipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471817,7 +323775,6 @@ }, { "question": "UPM-Kymmene", - "icon": "./assets/data/nsi/logos/upmkymmene-e3c464.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471827,7 +323784,6 @@ }, { "question": "UPP Operating", - "icon": "./assets/data/nsi/logos/uppoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471837,7 +323793,6 @@ }, { "question": "UralTransGas", - "icon": "./assets/data/nsi/logos/uraltransgas-4cec55.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471847,7 +323802,6 @@ }, { "question": "Urban Oil & Gas Group", - "icon": "./assets/data/nsi/logos/urbanoilandgasgroup-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471857,7 +323811,6 @@ }, { "question": "Valence Operating Company", - "icon": "./assets/data/nsi/logos/valenceoperatingcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471882,7 +323835,6 @@ }, { "question": "Valero Houston Refinery", - "icon": "./assets/data/nsi/logos/valerohoustonrefinery-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471892,7 +323844,6 @@ }, { "question": "Valero Refining - Texas", - "icon": "./assets/data/nsi/logos/valerorefiningtexas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471902,7 +323853,6 @@ }, { "question": "Validus NRG Aquilas Assetco", - "icon": "./assets/data/nsi/logos/validusnrgaquilasassetco-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471912,7 +323862,6 @@ }, { "question": "Valley Crossing Pipeline", - "icon": "./assets/data/nsi/logos/valleycrossingpipeline-056ed7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -471922,7 +323871,6 @@ }, { "question": "Vanguard Operating", - "icon": "./assets/data/nsi/logos/vanguardoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472069,7 +324017,6 @@ }, { "question": "Verdun Oil & Gas", - "icon": "./assets/data/nsi/logos/verdunoilandgas-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472079,7 +324026,6 @@ }, { "question": "Vernon E. Faulconer, Inc.", - "icon": "./assets/data/nsi/logos/vernonefaulconerinc-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472089,7 +324035,6 @@ }, { "question": "Vivaqua", - "icon": "./assets/data/nsi/logos/vivaqua-5c754e.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472104,7 +324049,6 @@ }, { "question": "W&T Offshore", - "icon": "./assets/data/nsi/logos/wandtoffshore-5f8925.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472114,7 +324058,6 @@ }, { "question": "Wagner Oil Company", - "icon": "./assets/data/nsi/logos/wagneroilcompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472124,7 +324067,6 @@ }, { "question": "Wales & West Utilities", - "icon": "./assets/data/nsi/logos/walesandwestutilities-834d77.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472140,7 +324082,6 @@ }, { "question": "Walter Oil & Gas Corporation", - "icon": "./assets/data/nsi/logos/walteroilandgascorporation-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472150,7 +324091,6 @@ }, { "question": "WAPDA", - "icon": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-4464f3.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472166,7 +324106,6 @@ }, { "question": "Wärmeversorgung Offenburg", - "icon": "./assets/data/nsi/logos/warmeversorgungoffenburg-0b5f1c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472212,7 +324151,6 @@ }, { "question": "Weld Exploration", - "icon": "./assets/data/nsi/logos/weldexploration-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472267,7 +324205,6 @@ }, { "question": "Western Gas Interstate", - "icon": "./assets/data/nsi/logos/westerngasinterstate-49a425.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472277,7 +324214,6 @@ }, { "question": "White Marlin Operating", - "icon": "./assets/data/nsi/logos/whitemarlinoperating-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472287,7 +324223,6 @@ }, { "question": "Whiting Oil and Gas Corporation", - "icon": "./assets/data/nsi/logos/whitingoilandgascorporation-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472297,7 +324232,6 @@ }, { "question": "Whitney Oil & Gas", - "icon": "./assets/data/nsi/logos/whitneyoilandgas-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472337,7 +324271,6 @@ }, { "question": "Williams Field Services", - "icon": "./assets/data/nsi/logos/williamsfieldservices-586f4c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472347,7 +324280,6 @@ }, { "question": "Williams Field Services - Gulf Coast Company", - "icon": "./assets/data/nsi/logos/williamsfieldservicesgulfcoastcompany-9b1cf7.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472357,7 +324289,6 @@ }, { "question": "Williams MLP Operating", - "icon": "./assets/data/nsi/logos/williamsmlpoperating-0a386a.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472382,7 +324313,6 @@ }, { "question": "Wink to Webster Pipeline", - "icon": "./assets/data/nsi/logos/winktowebsterpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472408,7 +324338,6 @@ }, { "question": "Woodside Energy", - "icon": "./assets/data/nsi/logos/woodsideenergy-eefa49.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472418,7 +324347,6 @@ }, { "question": "Woodway Bluebonnet Pipeline", - "icon": "./assets/data/nsi/logos/woodwaybluebonnetpipeline-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472428,7 +324356,6 @@ }, { "question": "WTG Gas Transmission Company", - "icon": "./assets/data/nsi/logos/wtggastransmissioncompany-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472438,7 +324365,6 @@ }, { "question": "WTG Jameson", - "icon": "./assets/data/nsi/logos/wtgjameson-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472448,7 +324374,6 @@ }, { "question": "WTG South Permian Midstream", - "icon": "./assets/data/nsi/logos/wtgsouthpermianmidstream-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472489,7 +324414,6 @@ }, { "question": "Y.P.F. S.A.", - "icon": "./assets/data/nsi/logos/ypfsa-02fa2c.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472514,7 +324438,6 @@ }, { "question": "YPFB Transporte", - "icon": "./assets/data/nsi/logos/ypfbtransporte-6232f3.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472524,7 +324447,6 @@ }, { "question": "ZADCO", - "icon": "./assets/data/nsi/logos/zadco-eb7fb1.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472534,7 +324456,6 @@ }, { "question": "Zarvona Energy", - "icon": "./assets/data/nsi/logos/zarvonaenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472544,7 +324465,6 @@ }, { "question": "Zarvonia Energy", - "icon": "./assets/data/nsi/logos/zarvoniaenergy-46297b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472570,7 +324490,6 @@ }, { "question": "АО «Интер РАО - Электрогенерация»", - "icon": "./assets/data/nsi/logos/3e4273-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472580,7 +324499,6 @@ }, { "question": "АО «Транснефть — Верхняя Волга»", - "icon": "./assets/data/nsi/logos/b7b538-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472590,7 +324508,6 @@ }, { "question": "АО «Транснефть — Север»", - "icon": "./assets/data/nsi/logos/75914e-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472615,7 +324532,6 @@ }, { "question": "Газпром", - "icon": "./assets/data/nsi/logos/9bee30-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472625,7 +324541,6 @@ }, { "question": "Газпром газораспределение Великий Новгород", - "icon": "./assets/data/nsi/logos/3e27f7-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472635,7 +324550,6 @@ }, { "question": "ДЭУ Советского района", - "icon": "./assets/data/nsi/logos/0acdef-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472645,7 +324559,6 @@ }, { "question": "ІЗС", - "icon": "./assets/data/nsi/logos/77b345-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472655,7 +324568,6 @@ }, { "question": "Київгаз", - "icon": "./assets/data/nsi/logos/f651f5-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472665,7 +324577,6 @@ }, { "question": "Минские тепловые сети - РУП \"Минскэнерго\" РТС-6", - "icon": "./assets/data/nsi/logos/0497e7-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472675,7 +324586,6 @@ }, { "question": "Минские тепловые сети - РУП \"Минскэнерго\" РТС-8", - "icon": "./assets/data/nsi/logos/e7cae4-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472685,7 +324595,6 @@ }, { "question": "Михайловское тепловое хозяйство", - "icon": "./assets/data/nsi/logos/97ff9d-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472695,7 +324604,6 @@ }, { "question": "НорильскГазпром", - "icon": "./assets/data/nsi/logos/60840b-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472705,7 +324613,6 @@ }, { "question": "ОАО \"Гомельтранснефть Дружба\"", - "icon": "./assets/data/nsi/logos/0e50c9-e76619.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472715,7 +324622,6 @@ }, { "question": "ОАО \"Трансаммиак\"", - "icon": "./assets/data/nsi/logos/13afd2-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472725,7 +324631,6 @@ }, { "question": "ОКВП \"Дніпро-Кіровоград\"", - "icon": "./assets/data/nsi/logos/5845cb-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472735,7 +324640,6 @@ }, { "question": "ООО \"Газпром трансгаз Сургут\"", - "icon": "./assets/data/nsi/logos/689785-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472745,7 +324649,6 @@ }, { "question": "ООО \"Газпром трансгаз Югорск\"", - "icon": "./assets/data/nsi/logos/8a9d59-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472755,7 +324658,6 @@ }, { "question": "ООО \"Газпром трансгаз Югорск\", ОАО \"Газпром\"", - "icon": "./assets/data/nsi/logos/55fdab-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472765,7 +324667,6 @@ }, { "question": "ООО «Газпром ПХГ»", - "icon": "./assets/data/nsi/logos/00c96c-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472775,7 +324676,6 @@ }, { "question": "ООО «Газпром трансгаз Москва»", - "icon": "./assets/data/nsi/logos/7c48dd-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472785,7 +324685,6 @@ }, { "question": "ООО «Газпром трансгаз Нижний Новгород»", - "icon": "./assets/data/nsi/logos/53d415-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472795,7 +324694,6 @@ }, { "question": "ООО «Газпром трансгаз Санкт-Петербург»", - "icon": "./assets/data/nsi/logos/08fb6e-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472805,7 +324703,6 @@ }, { "question": "ООО «Газпром трансгаз Ухта»", - "icon": "./assets/data/nsi/logos/72d59b-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472815,7 +324712,6 @@ }, { "question": "ООО «Транснефть — Балтика»", - "icon": "./assets/data/nsi/logos/375d9f-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472825,7 +324721,6 @@ }, { "question": "ООО «Транснефть — Верхняя Волга»", - "icon": "./assets/data/nsi/logos/5bdec0-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472835,7 +324730,6 @@ }, { "question": "ООО «Транснефть — Порт Приморск»", - "icon": "./assets/data/nsi/logos/cbfe80-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472845,7 +324739,6 @@ }, { "question": "Органический синтез", - "icon": "./assets/data/nsi/logos/399e5e-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472855,7 +324748,6 @@ }, { "question": "ПУ \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/ab2f8e-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472865,7 +324757,6 @@ }, { "question": "СКРУ-3 АО «Уралкалий»", - "icon": "./assets/data/nsi/logos/d20da1-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472875,7 +324766,6 @@ }, { "question": "Татэнерго", - "icon": "./assets/data/nsi/logos/fa25fa-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472885,7 +324775,6 @@ }, { "question": "ТГК-11", - "icon": "./assets/data/nsi/logos/514ea7-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472895,7 +324784,6 @@ }, { "question": "ТГК-14", - "icon": "./assets/data/nsi/logos/d5bc82-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472905,7 +324793,6 @@ }, { "question": "Теплосети", - "icon": "./assets/data/nsi/logos/590bdb-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472915,7 +324802,6 @@ }, { "question": "теплотрасса", - "icon": "./assets/data/nsi/logos/90997a-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472925,7 +324811,6 @@ }, { "question": "Топлофикация Бургас", - "icon": "./assets/data/nsi/logos/dac849-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472940,7 +324825,6 @@ }, { "question": "Топлофикация Враца", - "icon": "./assets/data/nsi/logos/e23d2f-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472970,7 +324854,6 @@ }, { "question": "Топлофикация Плевен", - "icon": "./assets/data/nsi/logos/2cd3dd-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -472985,7 +324868,6 @@ }, { "question": "Топлофикация Русе", - "icon": "./assets/data/nsi/logos/520b86-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473000,7 +324882,6 @@ }, { "question": "Топлофикация Сливен", - "icon": "./assets/data/nsi/logos/b92d89-324985.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473030,7 +324911,6 @@ }, { "question": "Транснефть", - "icon": "./assets/data/nsi/logos/8dc88a-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473040,7 +324920,6 @@ }, { "question": "ТЭЦ-2", - "icon": "./assets/data/nsi/logos/a73f21-e76619.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473050,7 +324929,6 @@ }, { "question": "Укртрансгаз", - "icon": "./assets/data/nsi/logos/fa3399-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473060,7 +324938,6 @@ }, { "question": "Укртранснафта", - "icon": "./assets/data/nsi/logos/23cf93-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473070,7 +324947,6 @@ }, { "question": "Ульбинская гидроэлектростанция", - "icon": "./assets/data/nsi/logos/ce6be5-51ed47.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473080,7 +324956,6 @@ }, { "question": "УП \"Брестгаз\" Производственное управление \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/d32730-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473090,7 +324965,6 @@ }, { "question": "УП \"Брестоблгаз\" Производственное управление \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/a24add-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473100,7 +324974,6 @@ }, { "question": "Ухта-Торжок", - "icon": "./assets/data/nsi/logos/f54129-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473110,7 +324983,6 @@ }, { "question": "ФГУП УЭВ", - "icon": "./assets/data/nsi/logos/f383ea-a0c8bd.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473120,7 +324992,6 @@ }, { "question": "Филиал РУП \"Брестэнерго\" Пинские тепловые сети", - "icon": "./assets/data/nsi/logos/eb993e-640b83.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473130,7 +325001,6 @@ }, { "question": "Черкасигаз", - "icon": "./assets/data/nsi/logos/762161-03c626.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473140,7 +325010,6 @@ }, { "question": "临沂富源热电有限公司", - "icon": "./assets/data/nsi/logos/48d7b3-8e8c5b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473150,7 +325019,6 @@ }, { "question": "曹妃甸港", - "icon": "./assets/data/nsi/logos/e40afb-8e8c5b.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473160,7 +325028,6 @@ }, { "question": "横浜市水道局", - "icon": "./assets/data/nsi/logos/yokohamawaterworksbureau-9676b4.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473194,7 +325061,6 @@ }, { "question": "渠務署 Drainage Services Department", - "icon": "./assets/data/nsi/logos/drainageservicesdepartment-dde9b2.undefined", "osmTags": { "and": [ "man_made=pipeline", @@ -473211,7 +325077,6 @@ }, { "question": "渠務署 Drainage Services Department", - "icon": "./assets/data/nsi/logos/drainageservicesdepartment-c4c4f5.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473231,7 +325096,6 @@ }, { "question": "Companhia de Águas e Esgotos do Rio Grande do Norte", - "icon": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-039e25.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473262,7 +325126,6 @@ }, { "question": "INRH", - "icon": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-40c7b9.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473370,7 +325233,6 @@ }, { "question": "ВиК Благоевград", - "icon": "./assets/data/nsi/logos/b7d6cd-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473385,7 +325247,6 @@ }, { "question": "ВиК Бургас", - "icon": "./assets/data/nsi/logos/04e09c-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473400,7 +325261,6 @@ }, { "question": "ВиК Варна", - "icon": "./assets/data/nsi/logos/7efdd8-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473415,7 +325275,6 @@ }, { "question": "ВиК Видин", - "icon": "./assets/data/nsi/logos/8ff433-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473430,7 +325289,6 @@ }, { "question": "ВиК Враца", - "icon": "./assets/data/nsi/logos/bd05a8-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473445,7 +325303,6 @@ }, { "question": "ВиК Габрово", - "icon": "./assets/data/nsi/logos/c2d9d3-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473460,7 +325317,6 @@ }, { "question": "ВиК Добрич", - "icon": "./assets/data/nsi/logos/fca690-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473475,7 +325331,6 @@ }, { "question": "ВиК Йовковци (Велико Търново)", - "icon": "./assets/data/nsi/logos/c2f01b-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473490,7 +325345,6 @@ }, { "question": "ВиК Кърджали", - "icon": "./assets/data/nsi/logos/92d36e-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473505,7 +325359,6 @@ }, { "question": "ВиК Ловеч", - "icon": "./assets/data/nsi/logos/7620d6-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473520,7 +325373,6 @@ }, { "question": "ВиК Монтана", - "icon": "./assets/data/nsi/logos/ea2fe0-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473535,7 +325387,6 @@ }, { "question": "ВиК Пазарджик", - "icon": "./assets/data/nsi/logos/13156c-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473550,7 +325401,6 @@ }, { "question": "ВиК Перник", - "icon": "./assets/data/nsi/logos/960625-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473565,7 +325415,6 @@ }, { "question": "ВиК Плевен", - "icon": "./assets/data/nsi/logos/0736fe-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473580,7 +325429,6 @@ }, { "question": "ВиК Пловдив", - "icon": "./assets/data/nsi/logos/d609e6-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473595,7 +325443,6 @@ }, { "question": "ВиК Разград", - "icon": "./assets/data/nsi/logos/28b8e9-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473610,7 +325457,6 @@ }, { "question": "ВиК Русе", - "icon": "./assets/data/nsi/logos/0ae57d-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473625,7 +325471,6 @@ }, { "question": "ВиК Силистра", - "icon": "./assets/data/nsi/logos/4448c6-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473640,7 +325485,6 @@ }, { "question": "ВиК Сливен", - "icon": "./assets/data/nsi/logos/1f80e1-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473655,7 +325499,6 @@ }, { "question": "ВиК Смолян", - "icon": "./assets/data/nsi/logos/909eab-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473685,7 +325528,6 @@ }, { "question": "ВиК Стара Загора", - "icon": "./assets/data/nsi/logos/f8ff0f-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473700,7 +325542,6 @@ }, { "question": "ВиК Търговище", - "icon": "./assets/data/nsi/logos/f5e9ca-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473715,7 +325556,6 @@ }, { "question": "ВиК Хасково", - "icon": "./assets/data/nsi/logos/1ed3c2-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473730,7 +325570,6 @@ }, { "question": "ВиК Шумен", - "icon": "./assets/data/nsi/logos/2be4ff-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473745,7 +325584,6 @@ }, { "question": "ВиК Ямбол", - "icon": "./assets/data/nsi/logos/460ece-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473760,7 +325598,6 @@ }, { "question": "Кюстендилска вода", - "icon": "./assets/data/nsi/logos/bcb696-c9307d.undefined", "osmTags": { "and": [ "man_made=pumping_station", @@ -473807,7 +325644,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-8d06eb.undefined", "osmTags": { "and": [ "man_made=street_cabinet", @@ -473933,7 +325769,6 @@ }, { "question": "ABIX", - "icon": "./assets/data/nsi/logos/abix-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -473943,7 +325778,6 @@ }, { "question": "Agglo du Pays de Dreux", - "icon": "./assets/data/nsi/logos/agglodupaysdedreux-b22b7e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -473973,7 +325807,6 @@ }, { "question": "Ajuntament de Castelló de la Plana", - "icon": "./assets/data/nsi/logos/ajuntamentdecastellodelaplana-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474236,7 +326069,6 @@ }, { "question": "Autobahnmeisterei Fallingbostel", - "icon": "./assets/data/nsi/logos/autobahnmeistereifallingbostel-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474246,7 +326078,6 @@ }, { "question": "Autopista Litoral Sul", - "icon": "./assets/data/nsi/logos/autopistalitoralsul-c03834.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474261,7 +326092,6 @@ }, { "question": "Autopista Planalto Sul", - "icon": "./assets/data/nsi/logos/autopistaplanaltosul-70d601.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474286,7 +326116,6 @@ }, { "question": "Ayuntamiento de Benicàssim", - "icon": "./assets/data/nsi/logos/ayuntamientodebenicassim-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474316,7 +326145,6 @@ }, { "question": "Ayuntamiento de Ponferrada", - "icon": "./assets/data/nsi/logos/ayuntamientodeponferrada-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474361,7 +326189,6 @@ }, { "question": "Bayer Schering Pharma", - "icon": "./assets/data/nsi/logos/bayerscheringpharma-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474406,7 +326233,6 @@ }, { "question": "Bluefield Solar Income Fund", - "icon": "./assets/data/nsi/logos/bluefieldsolarincomefund-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474436,7 +326262,6 @@ }, { "question": "Bodensee-Therme", - "icon": "./assets/data/nsi/logos/bodenseetherme-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474492,7 +326317,6 @@ }, { "question": "Brandenburgischer IT-Dienstleister", - "icon": "./assets/data/nsi/logos/brandenburgischeritdienstleister-d67f12.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474507,7 +326331,6 @@ }, { "question": "BreBeMi", - "icon": "./assets/data/nsi/logos/brebemi-00fbd3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474532,7 +326355,6 @@ }, { "question": "Bristol City Council", - "icon": "./assets/data/nsi/logos/bristolcitycouncil-36d2be.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474547,7 +326369,6 @@ }, { "question": "Britannia Village General", - "icon": "./assets/data/nsi/logos/britanniavillagegeneral-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474572,7 +326393,6 @@ }, { "question": "BTP", - "icon": "./assets/data/nsi/logos/btp-a0748e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474612,7 +326432,6 @@ }, { "question": "C5 CDMX", - "icon": "./assets/data/nsi/logos/c5cdmx-c2139d.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474627,7 +326446,6 @@ }, { "question": "CABA", - "icon": "./assets/data/nsi/logos/communautedagglomerationdubassindaurillac-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474690,7 +326508,6 @@ }, { "question": "Camping La Marina", - "icon": "./assets/data/nsi/logos/campinglamarina-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474700,7 +326517,6 @@ }, { "question": "CANARD", - "icon": "./assets/data/nsi/logos/canard-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474745,7 +326561,6 @@ }, { "question": "CCR ViaCosteira", - "icon": "./assets/data/nsi/logos/ccrviacosteira-db2979.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474770,7 +326585,6 @@ }, { "question": "Centro de Gestión Integral de Movilidad del Ayuntamiento de Granada", - "icon": "./assets/data/nsi/logos/centrodegestionintegraldemovilidaddelayuntamientodegranada-c70fa3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474780,7 +326594,6 @@ }, { "question": "Çerkezköy Organize Sanayi Bölgesi", - "icon": "./assets/data/nsi/logos/cerkezkoyorganizesanayibolgesi-6c6e5f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474840,7 +326653,6 @@ }, { "question": "Champaign Police Department", - "icon": "./assets/data/nsi/logos/champaignpolicedepartment-8cb4a4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474880,7 +326692,6 @@ }, { "question": "CISEM", - "icon": "./assets/data/nsi/logos/cisem-ae8db7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474895,7 +326706,6 @@ }, { "question": "Cité Judiciaire", - "icon": "./assets/data/nsi/logos/citejudiciaire-9ba658.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474910,7 +326720,6 @@ }, { "question": "City Business Center", - "icon": "./assets/data/nsi/logos/citybusinesscenter-77e4ef.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474926,7 +326735,6 @@ }, { "question": "City of Dasmariñas", - "icon": "./assets/data/nsi/logos/cityofdasmarinas-35c712.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -474956,7 +326764,6 @@ }, { "question": "City of Issaquah", - "icon": "./assets/data/nsi/logos/cityofissaquah-a51efb.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475031,7 +326838,6 @@ }, { "question": "CNFPT", - "icon": "./assets/data/nsi/logos/cnfpt-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475213,7 +327019,6 @@ }, { "question": "Comune di Mazzarrà Sant'Andrea", - "icon": "./assets/data/nsi/logos/comunedimazzarrasantandrea-385808.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475243,7 +327048,6 @@ }, { "question": "Comune di Pecetto Torinese", - "icon": "./assets/data/nsi/logos/comunedipecettotorinese-9c1680.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475288,7 +327092,6 @@ }, { "question": "Comune di Terme Vigliatore", - "icon": "./assets/data/nsi/logos/comuneditermevigliatore-385808.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475333,7 +327136,6 @@ }, { "question": "Comune di Vercelli", - "icon": "./assets/data/nsi/logos/comunedivercelli-9c1680.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475380,7 +327182,6 @@ }, { "question": "CPI City Center", - "icon": "./assets/data/nsi/logos/cpicitycenter-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475425,7 +327226,6 @@ }, { "question": "Crosscan", - "icon": "./assets/data/nsi/logos/crosscan-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475450,7 +327250,6 @@ }, { "question": "CSU du Valparisis", - "icon": "./assets/data/nsi/logos/csuduvalparisis-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475475,7 +327274,6 @@ }, { "question": "Delaware Department of Transportation", - "icon": "./assets/data/nsi/logos/delawaredepartmentoftransportation-b2ceea.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475507,7 +327305,6 @@ }, { "question": "Der Generalbundesanwalt beim Bundesgerichtshof", - "icon": "./assets/data/nsi/logos/dergeneralbundesanwaltbeimbundesgerichtshof-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475582,7 +327379,6 @@ }, { "question": "DIRIF", - "icon": "./assets/data/nsi/logos/dirif-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475762,7 +327558,6 @@ }, { "question": "e.on Kraftwerke GmbH", - "icon": "./assets/data/nsi/logos/eonkraftwerkegmbh-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475788,7 +327583,6 @@ }, { "question": "Elisengalerie", - "icon": "./assets/data/nsi/logos/elisengalerie-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475798,7 +327592,6 @@ }, { "question": "Embassy of Poland, Vienna", - "icon": "./assets/data/nsi/logos/embassyofpolandvienna-9815c8.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475828,7 +327621,6 @@ }, { "question": "EnBW Kernkraft GmbH", - "icon": "./assets/data/nsi/logos/enbwkernkraftgmbh-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475948,7 +327740,6 @@ }, { "question": "Flock Safety", - "icon": "./assets/data/nsi/logos/flocksafety-cf76d3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -475995,7 +327786,6 @@ }, { "question": "Fondazione Teatro Carlo Felice", - "icon": "./assets/data/nsi/logos/fondazioneteatrocarlofelice-00fbd3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476010,7 +327800,6 @@ }, { "question": "Foresight", - "icon": "./assets/data/nsi/logos/foresight-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476025,7 +327814,6 @@ }, { "question": "foto-webcam.eu", - "icon": "./assets/data/nsi/logos/fotowebcameu-9c1a6c.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476115,7 +327903,6 @@ }, { "question": "Greater Geelong City Council", - "icon": "./assets/data/nsi/logos/greatergeelongcitycouncil-f55e99.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476222,7 +328009,6 @@ }, { "question": "Hennessy", - "icon": "./assets/data/nsi/logos/hennessy-aa2570.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476237,7 +328023,6 @@ }, { "question": "Hive Energy", - "icon": "./assets/data/nsi/logos/hiveenergy-b199cc.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476293,7 +328078,6 @@ }, { "question": "i-Trafik MBJB", - "icon": "./assets/data/nsi/logos/itrafikmbjb-1711cf.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476303,7 +328087,6 @@ }, { "question": "Idaho Transportation Department", - "icon": "./assets/data/nsi/logos/idahotransportationdepartment-87131f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476370,7 +328153,6 @@ }, { "question": "InfoCirculation.fr", - "icon": "./assets/data/nsi/logos/infocirculationfr-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476380,7 +328162,6 @@ }, { "question": "InfoRoute05.fr", - "icon": "./assets/data/nsi/logos/inforoute05fr-4bcffb.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476405,7 +328186,6 @@ }, { "question": "Internationales Congress Centrum Berlin", - "icon": "./assets/data/nsi/logos/internationalescongresscentrumberlin-afce8c.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476467,7 +328247,6 @@ }, { "question": "JP LPT", - "icon": "./assets/data/nsi/logos/jplpt-46bec6.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476509,7 +328288,6 @@ }, { "question": "Keolis Dijon", - "icon": "./assets/data/nsi/logos/keolisdijon-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476524,7 +328302,6 @@ }, { "question": "Keolis Rennes", - "icon": "./assets/data/nsi/logos/keolisrennes-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476554,7 +328331,6 @@ }, { "question": "Konzum.cz", - "icon": "./assets/data/nsi/logos/konzumcz-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476564,7 +328340,6 @@ }, { "question": "Korps landelijke politiediensten", - "icon": "./assets/data/nsi/logos/korpslandelijkepolitiediensten-4a64b4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476579,7 +328354,6 @@ }, { "question": "KTS", - "icon": "./assets/data/nsi/logos/kts-6f6c15.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476649,7 +328423,6 @@ }, { "question": "Land Transport Authority", - "icon": "./assets/data/nsi/logos/landtransportauthority-1886fd.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476665,7 +328438,6 @@ }, { "question": "Lawrence Police Department", - "icon": "./assets/data/nsi/logos/lawrencepolicedepartment-ab554c.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476725,7 +328497,6 @@ }, { "question": "Löffler", - "icon": "./assets/data/nsi/logos/loffler-9815c8.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476750,7 +328521,6 @@ }, { "question": "Loomis Deutschland", - "icon": "./assets/data/nsi/logos/loomisdeutschland-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476797,7 +328567,6 @@ }, { "question": "Lyttelton Port Company", - "icon": "./assets/data/nsi/logos/lytteltonportcompany-4f75ec.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476824,7 +328593,6 @@ }, { "question": "Mairie d'Albi", - "icon": "./assets/data/nsi/logos/mairiedalbi-54417e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476839,7 +328607,6 @@ }, { "question": "Mairie d'Orange", - "icon": "./assets/data/nsi/logos/mairiedorange-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476854,7 +328621,6 @@ }, { "question": "Mairie de Beauvais", - "icon": "./assets/data/nsi/logos/mairiedebeauvais-68c249.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476869,7 +328635,6 @@ }, { "question": "Mairie de Bordeaux", - "icon": "./assets/data/nsi/logos/mairiedebordeaux-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476884,7 +328649,6 @@ }, { "question": "Mairie de Calais", - "icon": "./assets/data/nsi/logos/mairiedecalais-68c249.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476899,7 +328663,6 @@ }, { "question": "Mairie de Carquefou", - "icon": "./assets/data/nsi/logos/mairiedecarquefou-9ba658.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476914,7 +328677,6 @@ }, { "question": "Mairie de Dijon", - "icon": "./assets/data/nsi/logos/mairiededijon-6e3818.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476929,7 +328691,6 @@ }, { "question": "Mairie de Forcalquier", - "icon": "./assets/data/nsi/logos/mairiedeforcalquier-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476944,7 +328705,6 @@ }, { "question": "Mairie de Jonquières", - "icon": "./assets/data/nsi/logos/mairiedejonquieres-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476959,7 +328719,6 @@ }, { "question": "Mairie de La Ciotat", - "icon": "./assets/data/nsi/logos/mairiedelaciotat-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476974,7 +328733,6 @@ }, { "question": "Mairie de Montigny-le-Bretonneux", - "icon": "./assets/data/nsi/logos/mairiedemontignylebretonneux-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -476989,7 +328747,6 @@ }, { "question": "Mairie de Montrouge", - "icon": "./assets/data/nsi/logos/mairiedemontrouge-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477004,7 +328761,6 @@ }, { "question": "Mairie de Niort", - "icon": "./assets/data/nsi/logos/mairiedeniort-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477034,7 +328790,6 @@ }, { "question": "Mairie de Port-la-Nouvelle", - "icon": "./assets/data/nsi/logos/mairiedeportlanouvelle-54417e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477049,7 +328804,6 @@ }, { "question": "Mairie de Saint-Étienne-de-Montluc", - "icon": "./assets/data/nsi/logos/mairiedesaintetiennedemontluc-9ba658.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477064,7 +328818,6 @@ }, { "question": "Mairie de Toulouse", - "icon": "./assets/data/nsi/logos/mairiedetoulouse-54417e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477079,7 +328832,6 @@ }, { "question": "Mairie de Tours", - "icon": "./assets/data/nsi/logos/mairiedetours-7517ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477094,7 +328846,6 @@ }, { "question": "Mairie de Troyes", - "icon": "./assets/data/nsi/logos/mairiedetroyes-7e2509.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477109,7 +328860,6 @@ }, { "question": "Mairie de Villemeux-sur-Eure", - "icon": "./assets/data/nsi/logos/mairiedevillemeuxsureure-7517ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477124,7 +328874,6 @@ }, { "question": "Manila Toll Expressway Systems", - "icon": "./assets/data/nsi/logos/manilatollexpresswaysystems-91d4b9.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477134,7 +328883,6 @@ }, { "question": "Marine Hotel", - "icon": "./assets/data/nsi/logos/marinehotel-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477149,7 +328897,6 @@ }, { "question": "Marquette University Department of Public Safety", - "icon": "./assets/data/nsi/logos/marquetteuniversitydepartmentofpublicsafety-13167a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477209,7 +328956,6 @@ }, { "question": "master DIESEL", - "icon": "./assets/data/nsi/logos/masterdiesel-9815c8.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477310,7 +329056,6 @@ }, { "question": "Mestská polícia Ružomberok", - "icon": "./assets/data/nsi/logos/mestskapoliciaruzomberok-77e4ef.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477325,7 +329070,6 @@ }, { "question": "Městská policie Beroun", - "icon": "./assets/data/nsi/logos/mestskapolicieberoun-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477340,7 +329084,6 @@ }, { "question": "Městská policie Bílovec", - "icon": "./assets/data/nsi/logos/mestskapoliciebilovec-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477355,7 +329098,6 @@ }, { "question": "Městská policie Blansko", - "icon": "./assets/data/nsi/logos/mestskapolicieblansko-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477370,7 +329112,6 @@ }, { "question": "Městská policie Bohumín", - "icon": "./assets/data/nsi/logos/mestskapoliciebohumin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477385,7 +329126,6 @@ }, { "question": "Městská policie Boskovice", - "icon": "./assets/data/nsi/logos/mestskapolicieboskovice-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477400,7 +329140,6 @@ }, { "question": "Městská policie Brandýs n.L.-Stará Boleslav", - "icon": "./assets/data/nsi/logos/mestskapoliciebrandysnlstaraboleslav-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477415,7 +329154,6 @@ }, { "question": "Městská policie Brno", - "icon": "./assets/data/nsi/logos/mestskapoliciebrno-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477430,7 +329168,6 @@ }, { "question": "Městská policie Česká Lípa", - "icon": "./assets/data/nsi/logos/mestskapolicieceskalipa-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477445,7 +329182,6 @@ }, { "question": "Městská policie Český Těšín", - "icon": "./assets/data/nsi/logos/mestskapolicieceskytesin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477460,7 +329196,6 @@ }, { "question": "Městská policie Cheb", - "icon": "./assets/data/nsi/logos/mestskapoliciecheb-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477475,7 +329210,6 @@ }, { "question": "Městská policie Děčín", - "icon": "./assets/data/nsi/logos/mestskapoliciedecin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477490,7 +329224,6 @@ }, { "question": "Městská policie Dvůr Králové nad Labem", - "icon": "./assets/data/nsi/logos/mestskapoliciedvurkralovenadlabem-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477505,7 +329238,6 @@ }, { "question": "Městská policie Frýdek-Místek", - "icon": "./assets/data/nsi/logos/mestskapoliciefrydekmistek-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477520,7 +329252,6 @@ }, { "question": "Městská policie Frýdlant nad Ostravicí", - "icon": "./assets/data/nsi/logos/mestskapoliciefrydlantnadostravici-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477535,7 +329266,6 @@ }, { "question": "Městská policie Havířov", - "icon": "./assets/data/nsi/logos/mestskapoliciehavirov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477550,7 +329280,6 @@ }, { "question": "Městská policie Havlíčkův Brod", - "icon": "./assets/data/nsi/logos/mestskapoliciehavlickuvbrod-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477565,7 +329294,6 @@ }, { "question": "Městská policie Hluboká nad Vltavou", - "icon": "./assets/data/nsi/logos/mestskapoliciehlubokanadvltavou-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477580,7 +329308,6 @@ }, { "question": "Městská policie Holešov", - "icon": "./assets/data/nsi/logos/mestskapolicieholesov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477595,7 +329322,6 @@ }, { "question": "Městská policie Hradec Králové", - "icon": "./assets/data/nsi/logos/mestskapoliciehradeckralove-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477610,7 +329336,6 @@ }, { "question": "Městská policie Jeseník", - "icon": "./assets/data/nsi/logos/mestskapoliciejesenik-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477625,7 +329350,6 @@ }, { "question": "Městská policie Jindřichův Hradec", - "icon": "./assets/data/nsi/logos/mestskapoliciejindrichuvhradec-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477640,7 +329364,6 @@ }, { "question": "Městská policie Kadaň", - "icon": "./assets/data/nsi/logos/mestskapoliciekadan-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477655,7 +329378,6 @@ }, { "question": "Městská policie Karlovy Vary", - "icon": "./assets/data/nsi/logos/mestskapoliciekarlovyvary-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477670,7 +329392,6 @@ }, { "question": "Městská policie Kladno", - "icon": "./assets/data/nsi/logos/mestskapoliciekladno-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477685,7 +329406,6 @@ }, { "question": "Městská policie Kojetín", - "icon": "./assets/data/nsi/logos/mestskapoliciekojetin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477700,7 +329420,6 @@ }, { "question": "Městská policie Kolín", - "icon": "./assets/data/nsi/logos/mestskapoliciekolin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477715,7 +329434,6 @@ }, { "question": "Městská policie Kostelec nad Orlicí", - "icon": "./assets/data/nsi/logos/mestskapoliciekostelecnadorlici-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477730,7 +329448,6 @@ }, { "question": "Městská policie Kroměříž", - "icon": "./assets/data/nsi/logos/mestskapoliciekromeriz-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477745,7 +329462,6 @@ }, { "question": "Městská policie Kyjov", - "icon": "./assets/data/nsi/logos/mestskapoliciekyjov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477760,7 +329476,6 @@ }, { "question": "Městská policie Lanškroun", - "icon": "./assets/data/nsi/logos/mestskapolicielanskroun-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477775,7 +329490,6 @@ }, { "question": "Městská policie Litoměřice", - "icon": "./assets/data/nsi/logos/mestskapolicielitomerice-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477790,7 +329504,6 @@ }, { "question": "Městská policie Litomyšl", - "icon": "./assets/data/nsi/logos/mestskapolicielitomysl-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477805,7 +329518,6 @@ }, { "question": "Městská policie Litovel", - "icon": "./assets/data/nsi/logos/mestskapolicielitovel-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477820,7 +329532,6 @@ }, { "question": "Městská policie Lomnice nad Popelkou", - "icon": "./assets/data/nsi/logos/mestskapolicielomnicenadpopelkou-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477835,7 +329546,6 @@ }, { "question": "Městská policie Louny", - "icon": "./assets/data/nsi/logos/mestskapolicielouny-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477850,7 +329560,6 @@ }, { "question": "Městská policie Modřice", - "icon": "./assets/data/nsi/logos/mestskapoliciemodrice-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477865,7 +329574,6 @@ }, { "question": "Městská policie Nejdek", - "icon": "./assets/data/nsi/logos/mestskapolicienejdek-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477880,7 +329588,6 @@ }, { "question": "Městská policie Nový Bor", - "icon": "./assets/data/nsi/logos/mestskapolicienovybor-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477895,7 +329602,6 @@ }, { "question": "Městská policie Nový Jičín", - "icon": "./assets/data/nsi/logos/mestskapolicienovyjicin-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477910,7 +329616,6 @@ }, { "question": "Městská policie Opava", - "icon": "./assets/data/nsi/logos/mestskapolicieopava-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477925,7 +329630,6 @@ }, { "question": "Městská policie Orlová", - "icon": "./assets/data/nsi/logos/mestskapolicieorlova-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477940,7 +329644,6 @@ }, { "question": "Městská policie Ostrava", - "icon": "./assets/data/nsi/logos/mestskapolicieostrava-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477955,7 +329658,6 @@ }, { "question": "Městská policie Písek", - "icon": "./assets/data/nsi/logos/mestskapoliciepisek-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -477985,7 +329687,6 @@ }, { "question": "Městská policie Příbram", - "icon": "./assets/data/nsi/logos/mestskapoliciepribram-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478000,7 +329701,6 @@ }, { "question": "Městská policie Prostějov", - "icon": "./assets/data/nsi/logos/mestskapolicieprostejov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478015,7 +329715,6 @@ }, { "question": "Městská policie Říčany u Prahy", - "icon": "./assets/data/nsi/logos/mestskapoliciericanyuprahy-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478030,7 +329729,6 @@ }, { "question": "Městská policie Rokycany", - "icon": "./assets/data/nsi/logos/mestskapolicierokycany-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478060,7 +329758,6 @@ }, { "question": "Městská policie Soběslav", - "icon": "./assets/data/nsi/logos/mestskapoliciesobeslav-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478075,7 +329772,6 @@ }, { "question": "Městská policie Šternberk", - "icon": "./assets/data/nsi/logos/mestskapoliciesternberk-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478090,7 +329786,6 @@ }, { "question": "Městská policie Stříbro", - "icon": "./assets/data/nsi/logos/mestskapoliciestribro-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478105,7 +329800,6 @@ }, { "question": "Městská policie Šumperk", - "icon": "./assets/data/nsi/logos/mestskapoliciesumperk-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478120,7 +329814,6 @@ }, { "question": "Městská policie Tábor", - "icon": "./assets/data/nsi/logos/mestskapolicietabor-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478135,7 +329828,6 @@ }, { "question": "Městská policie Tišnov", - "icon": "./assets/data/nsi/logos/mestskapolicietisnov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478150,7 +329842,6 @@ }, { "question": "Městská policie Třebíč", - "icon": "./assets/data/nsi/logos/mestskapolicietrebic-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478165,7 +329856,6 @@ }, { "question": "Městská policie Trutnov", - "icon": "./assets/data/nsi/logos/mestskapolicietrutnov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478180,7 +329870,6 @@ }, { "question": "Městská policie Turnov", - "icon": "./assets/data/nsi/logos/mestskapolicieturnov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478195,7 +329884,6 @@ }, { "question": "Městská policie Ústí nad Labem", - "icon": "./assets/data/nsi/logos/mestskapolicieustinadlabem-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478210,7 +329898,6 @@ }, { "question": "Městská policie Valašské Meziříčí", - "icon": "./assets/data/nsi/logos/mestskapolicievalasskemezirici-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478225,7 +329912,6 @@ }, { "question": "Městská policie Velké Meziříčí", - "icon": "./assets/data/nsi/logos/mestskapolicievelkemezirici-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478240,7 +329926,6 @@ }, { "question": "Městská policie Veselí nad Lužnicí", - "icon": "./assets/data/nsi/logos/mestskapolicieveselinadluznici-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478255,7 +329940,6 @@ }, { "question": "Městská policie Vítkov", - "icon": "./assets/data/nsi/logos/mestskapolicievitkov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478270,7 +329954,6 @@ }, { "question": "Městská policie Vlašim", - "icon": "./assets/data/nsi/logos/mestskapolicievlasim-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478285,7 +329968,6 @@ }, { "question": "Městská policie Vyškov", - "icon": "./assets/data/nsi/logos/mestskapolicievyskov-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478300,7 +329982,6 @@ }, { "question": "Městská policie Žatec", - "icon": "./assets/data/nsi/logos/mestskapoliciezatec-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478315,7 +329996,6 @@ }, { "question": "Městská policie Žďár nad Sázavou", - "icon": "./assets/data/nsi/logos/mestskapoliciezdarnadsazavou-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478330,7 +330010,6 @@ }, { "question": "Městská policie Znojmo", - "icon": "./assets/data/nsi/logos/mestskapolicieznojmo-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478345,7 +330024,6 @@ }, { "question": "Městský úřad České Budějovice", - "icon": "./assets/data/nsi/logos/mestskyuradceskebudejovice-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478360,7 +330038,6 @@ }, { "question": "MeteoSchweiz", - "icon": "./assets/data/nsi/logos/meteoschweiz-6a6eac.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478516,7 +330193,6 @@ }, { "question": "Mobiris", - "icon": "./assets/data/nsi/logos/mobiris-fe27ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478526,7 +330202,6 @@ }, { "question": "Montana Department of Transportation", - "icon": "./assets/data/nsi/logos/montanadepartmentoftransportation-b984ac.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478543,7 +330218,6 @@ }, { "question": "Morrisons", - "icon": "./assets/data/nsi/logos/morrisons-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478553,7 +330227,6 @@ }, { "question": "MOSIR", - "icon": "./assets/data/nsi/logos/mosir-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478563,7 +330236,6 @@ }, { "question": "Mount Lebanon Police Department", - "icon": "./assets/data/nsi/logos/mountlebanonpolicedepartment-00360b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478573,7 +330245,6 @@ }, { "question": "MPCALA Holdings, Inc.", - "icon": "./assets/data/nsi/logos/mpcalaholdingsinc-35c712.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478598,7 +330269,6 @@ }, { "question": "Municipalidad de Roldán", - "icon": "./assets/data/nsi/logos/municipalidadderoldan-ae8db7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478628,7 +330298,6 @@ }, { "question": "Municipalidad de San Fernando", - "icon": "./assets/data/nsi/logos/municipalidaddesanfernando-ae8db7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478643,7 +330312,6 @@ }, { "question": "Municipalidad de Tandil", - "icon": "./assets/data/nsi/logos/municipalidaddetandil-ae8db7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478658,7 +330326,6 @@ }, { "question": "Municipalité du Val d'Hazey", - "icon": "./assets/data/nsi/logos/municipaliteduvaldhazey-760155.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478673,7 +330340,6 @@ }, { "question": "Nantes Métropole", - "icon": "./assets/data/nsi/logos/nantesmetropole-9ba658.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478750,7 +330416,6 @@ }, { "question": "NC Fontána", - "icon": "./assets/data/nsi/logos/ncfontana-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478777,7 +330442,6 @@ }, { "question": "Nemzeti Útdíjfizetési Szolgáltató", - "icon": "./assets/data/nsi/logos/nemzetiutdijfizetesiszolgaltato-300a9e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478809,7 +330473,6 @@ }, { "question": "New Hampshire Bureau of Turnpikes", - "icon": "./assets/data/nsi/logos/newhampshirebureauofturnpikes-69a4af.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -478960,7 +330623,6 @@ }, { "question": "Northern Transcon Railcams - Otter Tail Channel", - "icon": "./assets/data/nsi/logos/northerntransconrailcamsottertailchannel-b6cd3f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479000,7 +330662,6 @@ }, { "question": "OC Forum", - "icon": "./assets/data/nsi/logos/ocforum-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479010,7 +330671,6 @@ }, { "question": "OC Galerie Teplice", - "icon": "./assets/data/nsi/logos/ocgalerieteplice-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479025,7 +330685,6 @@ }, { "question": "Octopus Investments", - "icon": "./assets/data/nsi/logos/octopusinvestments-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479089,7 +330748,6 @@ }, { "question": "Olympia", - "icon": "./assets/data/nsi/logos/olympia-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479129,7 +330787,6 @@ }, { "question": "Oregon Department of Transportation", - "icon": "./assets/data/nsi/logos/oregondepartmentoftransportation-3f92c7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479161,7 +330818,6 @@ }, { "question": "Osiedle Bałtyk", - "icon": "./assets/data/nsi/logos/osiedlebaltyk-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479171,7 +330827,6 @@ }, { "question": "Palais de justice - Justitiepaleis", - "icon": "./assets/data/nsi/logos/palaisdejusticejustitiepaleis-fe27ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479186,7 +330841,6 @@ }, { "question": "Passi City LGU", - "icon": "./assets/data/nsi/logos/passicitylgu-0ab610.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479201,7 +330855,6 @@ }, { "question": "Penn Station", - "icon": "./assets/data/nsi/logos/pennstation-0a7690.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479248,7 +330901,6 @@ }, { "question": "Polanki", - "icon": "./assets/data/nsi/logos/polanki-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479258,7 +330910,6 @@ }, { "question": "Polanki Aqua", - "icon": "./assets/data/nsi/logos/polankiaqua-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479283,7 +330934,6 @@ }, { "question": "Police municipale de Saint-Maur-des-Fossés", - "icon": "./assets/data/nsi/logos/policemunicipaledesaintmaurdesfosses-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479308,7 +330958,6 @@ }, { "question": "Policia Local de Granollers", - "icon": "./assets/data/nsi/logos/policialocaldegranollers-eb94ba.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479409,7 +331058,6 @@ }, { "question": "Polizei Aachen", - "icon": "./assets/data/nsi/logos/polizeiaachen-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479419,7 +331067,6 @@ }, { "question": "Polizei Görlitz", - "icon": "./assets/data/nsi/logos/polizeigorlitz-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479429,7 +331076,6 @@ }, { "question": "Polizei Köln", - "icon": "./assets/data/nsi/logos/polizeikoln-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479439,7 +331085,6 @@ }, { "question": "Polizeidirektion Oldenburg", - "icon": "./assets/data/nsi/logos/polizeidirektionoldenburg-7368ba.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479454,7 +331099,6 @@ }, { "question": "Polizeipräsidium Essen", - "icon": "./assets/data/nsi/logos/polizeiprasidiumessen-bddc17.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479469,7 +331113,6 @@ }, { "question": "Polizeipräsidium Oberpfalz", - "icon": "./assets/data/nsi/logos/polizeiprasidiumoberpfalz-04f701.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479484,7 +331127,6 @@ }, { "question": "Polizia Locale - Comune di Brescia", - "icon": "./assets/data/nsi/logos/polizialocalecomunedibrescia-5db564.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479494,7 +331136,6 @@ }, { "question": "Polizia locale di Milano", - "icon": "./assets/data/nsi/logos/polizialocaledimilano-5db564.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479524,7 +331165,6 @@ }, { "question": "Port Autonome de Papeete", - "icon": "./assets/data/nsi/logos/portautonomedepapeete-9cba75.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479569,7 +331209,6 @@ }, { "question": "Préfecture des Deux-Sèvres", - "icon": "./assets/data/nsi/logos/prefecturedesdeuxsevres-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479584,7 +331223,6 @@ }, { "question": "Préfecture du Rhône", - "icon": "./assets/data/nsi/logos/prefecturedurhone-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479614,7 +331252,6 @@ }, { "question": "Queen Elizabeth Olympic Park", - "icon": "./assets/data/nsi/logos/queenelizabetholympicpark-e6c6e4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479644,7 +331281,6 @@ }, { "question": "Rectorat d'académie de Toulouse", - "icon": "./assets/data/nsi/logos/rectoratdacademiedetoulouse-54417e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479659,7 +331295,6 @@ }, { "question": "REWE", - "icon": "./assets/data/nsi/logos/rewe-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479731,7 +331366,6 @@ }, { "question": "Rigspolitiet", - "icon": "./assets/data/nsi/logos/rigspolitiet-e9585f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479762,7 +331396,6 @@ }, { "question": "Rota Sistemas Segurança", - "icon": "./assets/data/nsi/logos/rotasistemasseguranca-70d601.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479772,7 +331405,6 @@ }, { "question": "Roundshot", - "icon": "./assets/data/nsi/logos/roundshot-86000f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479782,7 +331414,6 @@ }, { "question": "Royal Wharf FCC Centre", - "icon": "./assets/data/nsi/logos/royalwharffcccentre-e6c6e4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479822,7 +331453,6 @@ }, { "question": "SBD Mír", - "icon": "./assets/data/nsi/logos/sbdmir-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479832,7 +331462,6 @@ }, { "question": "Schreiber", - "icon": "./assets/data/nsi/logos/schreiber-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479857,7 +331486,6 @@ }, { "question": "SČVK", - "icon": "./assets/data/nsi/logos/severoceskevodovodyakanalizace-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479873,7 +331501,6 @@ }, { "question": "Secretaria de Estado da Segurança Publica", - "icon": "./assets/data/nsi/logos/secretariadeestadodasegurancapublica-db2979.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -479888,7 +331515,6 @@ }, { "question": "Secretaría Seguridad Edo. de México", - "icon": "./assets/data/nsi/logos/secretariaseguridadedodemexico-149ab9.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480004,7 +331630,6 @@ }, { "question": "Solar Ventures UK Limited", - "icon": "./assets/data/nsi/logos/solarventuresuklimited-74812b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480030,7 +331655,6 @@ }, { "question": "Somerville Public Schools", - "icon": "./assets/data/nsi/logos/somervillepublicschools-13fd93.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480104,7 +331728,6 @@ }, { "question": "SPF Finances", - "icon": "./assets/data/nsi/logos/spffinances-fe27ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480114,7 +331737,6 @@ }, { "question": "Spielbank Saarbrücken", - "icon": "./assets/data/nsi/logos/spielbanksaarbrucken-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480124,7 +331746,6 @@ }, { "question": "Spółdzielnia Mieszkaniowa PROJEKTANT w Rzeszowie", - "icon": "./assets/data/nsi/logos/spoldzielniamieszkaniowaprojektantwrzeszowie-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480299,7 +331920,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-063466.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480434,7 +332054,6 @@ }, { "question": "Stock Americain Vermeersch", - "icon": "./assets/data/nsi/logos/stockamericainvermeersch-fe27ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480444,7 +332063,6 @@ }, { "question": "Straßenverkehrszentrale Baden-Württemberg", - "icon": "./assets/data/nsi/logos/strassenverkehrszentralebadenwurttemberg-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480454,7 +332072,6 @@ }, { "question": "Straż Miejska Zdw", - "icon": "./assets/data/nsi/logos/strazmiejskazdw-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480479,7 +332096,6 @@ }, { "question": "Sund & Bælt", - "icon": "./assets/data/nsi/logos/sundandbaelt-e9585f.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480539,7 +332155,6 @@ }, { "question": "Syracuse Police Department", - "icon": "./assets/data/nsi/logos/syracusepolicedepartment-e862e8.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480564,7 +332179,6 @@ }, { "question": "T-Center", - "icon": "./assets/data/nsi/logos/tcenter-9815c8.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480732,7 +332346,6 @@ }, { "question": "Transdev Saint-Étienne", - "icon": "./assets/data/nsi/logos/transdevsaintetienne-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480742,7 +332355,6 @@ }, { "question": "Transport Canberra", - "icon": "./assets/data/nsi/logos/transportcanberra-5b876a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480788,7 +332400,6 @@ }, { "question": "Tristar", - "icon": "./assets/data/nsi/logos/tristar-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480803,7 +332414,6 @@ }, { "question": "Trondheim Havn", - "icon": "./assets/data/nsi/logos/trondheimhavn-be4042.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480908,7 +332518,6 @@ }, { "question": "Université de Pau et des Pays de l'Adour", - "icon": "./assets/data/nsi/logos/universitedepauetdespaysdeladour-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480938,7 +332547,6 @@ }, { "question": "UOCT", - "icon": "./assets/data/nsi/logos/uoct-73c7ab.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480953,7 +332561,6 @@ }, { "question": "UOCT O'Higgins", - "icon": "./assets/data/nsi/logos/uoctohiggins-73c7ab.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -480978,7 +332585,6 @@ }, { "question": "Urząd Miasta Olsztyna", - "icon": "./assets/data/nsi/logos/urzadmiastaolsztyna-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481072,7 +332678,6 @@ }, { "question": "Vicente López Patrulla", - "icon": "./assets/data/nsi/logos/vicentelopezpatrulla-ae8db7.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481087,7 +332692,6 @@ }, { "question": "Ville d'Amiens", - "icon": "./assets/data/nsi/logos/villedamiens-68c249.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481102,7 +332706,6 @@ }, { "question": "Ville d'Istres", - "icon": "./assets/data/nsi/logos/villedistres-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481117,7 +332720,6 @@ }, { "question": "Ville de Arue", - "icon": "./assets/data/nsi/logos/villedearue-9cba75.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481132,7 +332734,6 @@ }, { "question": "Ville de Bar-le-Duc", - "icon": "./assets/data/nsi/logos/villedebarleduc-7e2509.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481147,7 +332748,6 @@ }, { "question": "Ville de Bellerive-sur-Allier", - "icon": "./assets/data/nsi/logos/villedebellerivesurallier-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481162,7 +332762,6 @@ }, { "question": "Ville de Champigneulles", - "icon": "./assets/data/nsi/logos/villedechampigneulles-7e2509.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481177,7 +332776,6 @@ }, { "question": "Ville de Charleville-Mézières", - "icon": "./assets/data/nsi/logos/villedecharlevillemezieres-7e2509.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481192,7 +332790,6 @@ }, { "question": "Ville de Clermont-Ferrand", - "icon": "./assets/data/nsi/logos/villedeclermontferrand-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481207,7 +332804,6 @@ }, { "question": "Ville de Courbevoie", - "icon": "./assets/data/nsi/logos/villedecourbevoie-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481222,7 +332818,6 @@ }, { "question": "Ville de Cusset", - "icon": "./assets/data/nsi/logos/villedecusset-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481237,7 +332832,6 @@ }, { "question": "Ville de Fontaine", - "icon": "./assets/data/nsi/logos/villedefontaine-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481252,7 +332846,6 @@ }, { "question": "Ville de La Rochelle", - "icon": "./assets/data/nsi/logos/villedelarochelle-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481267,7 +332860,6 @@ }, { "question": "Ville de Limoges", - "icon": "./assets/data/nsi/logos/villedelimoges-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481282,7 +332874,6 @@ }, { "question": "Ville de Mamoudzou", - "icon": "./assets/data/nsi/logos/villedemamoudzou-9cba75.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481297,7 +332888,6 @@ }, { "question": "Ville de Marseille", - "icon": "./assets/data/nsi/logos/villedemarseille-ea567b.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481312,7 +332902,6 @@ }, { "question": "Ville de Montpellier", - "icon": "./assets/data/nsi/logos/villedemontpellier-54417e.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481342,7 +332931,6 @@ }, { "question": "Ville de Nogent-sur-Marne", - "icon": "./assets/data/nsi/logos/villedenogentsurmarne-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481357,7 +332945,6 @@ }, { "question": "Ville de Papeete", - "icon": "./assets/data/nsi/logos/villedepapeete-9cba75.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481387,7 +332974,6 @@ }, { "question": "Ville de Punaauia", - "icon": "./assets/data/nsi/logos/villedepunaauia-9cba75.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481402,7 +332988,6 @@ }, { "question": "Ville de Royan", - "icon": "./assets/data/nsi/logos/villederoyan-259304.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481417,7 +333002,6 @@ }, { "question": "Ville de Saint-Étienne", - "icon": "./assets/data/nsi/logos/villedesaintetienne-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481432,7 +333016,6 @@ }, { "question": "Ville de Saint-Priest", - "icon": "./assets/data/nsi/logos/villedesaintpriest-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481447,7 +333030,6 @@ }, { "question": "Ville de Tournus", - "icon": "./assets/data/nsi/logos/villedetournus-6e3818.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481462,7 +333044,6 @@ }, { "question": "Ville de Vichy", - "icon": "./assets/data/nsi/logos/villedevichy-276786.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481477,7 +333058,6 @@ }, { "question": "Ville de Villeneuve d'Ascq", - "icon": "./assets/data/nsi/logos/villedevilleneuvedascq-68c249.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481492,7 +333072,6 @@ }, { "question": "Ville de Vincennes", - "icon": "./assets/data/nsi/logos/villedevincennes-ddc08a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481507,7 +333086,6 @@ }, { "question": "Ville de Vitré", - "icon": "./assets/data/nsi/logos/villedevitre-244fb4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481522,7 +333100,6 @@ }, { "question": "Ville de Yutz", - "icon": "./assets/data/nsi/logos/villedeyutz-7e2509.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481537,7 +333114,6 @@ }, { "question": "Ville du Mans", - "icon": "./assets/data/nsi/logos/villedumans-9ba658.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481552,7 +333128,6 @@ }, { "question": "Vinci", - "icon": "./assets/data/nsi/logos/vinci-3bfa97.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481594,7 +333169,6 @@ }, { "question": "Virtual Railfan", - "icon": "./assets/data/nsi/logos/virtualrailfan-789ce3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481634,7 +333208,6 @@ }, { "question": "Vumacam", - "icon": "./assets/data/nsi/logos/vumacam-5f86be.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481644,7 +333217,6 @@ }, { "question": "Walkrys Security", - "icon": "./assets/data/nsi/logos/walkryssecurity-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481654,7 +333226,6 @@ }, { "question": "Warwick District Council", - "icon": "./assets/data/nsi/logos/warwickdistrictcouncil-2e6784.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481669,7 +333240,6 @@ }, { "question": "Washington Place Homeowners' Association, Inc.", - "icon": "./assets/data/nsi/logos/washingtonplacehomeownersassociationinc-35c712.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481696,7 +333266,6 @@ }, { "question": "webcam.gelderland.nl", - "icon": "./assets/data/nsi/logos/webcamgelderlandnl-4a64b4.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481706,7 +333275,6 @@ }, { "question": "WebCam.NL", - "icon": "./assets/data/nsi/logos/webcamnl-62d83d.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481716,7 +333284,6 @@ }, { "question": "WebCamera", - "icon": "./assets/data/nsi/logos/webcamera-de6404.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481726,7 +333293,6 @@ }, { "question": "West Suffolk Council", - "icon": "./assets/data/nsi/logos/westsuffolkcouncil-0f75ee.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481835,7 +333401,6 @@ }, { "question": "Wspólnota Mieszkaniowa Koszalińska 31", - "icon": "./assets/data/nsi/logos/wspolnotamieszkaniowakoszalinska31-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481845,7 +333410,6 @@ }, { "question": "Wspólnota Mieszkaniowa Koszalińska 32", - "icon": "./assets/data/nsi/logos/wspolnotamieszkaniowakoszalinska32-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481870,7 +333434,6 @@ }, { "question": "WVV", - "icon": "./assets/data/nsi/logos/wvv-2b1420.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481927,7 +333490,6 @@ }, { "question": "Zarząd Portu Kołobrzeg", - "icon": "./assets/data/nsi/logos/zarzadportukolobrzeg-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481937,7 +333499,6 @@ }, { "question": "Zarząd Zieleni Miejskiej w Łodzi", - "icon": "./assets/data/nsi/logos/zarzadzielenimiejskiejwlodzi-e50517.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -481947,7 +333508,6 @@ }, { "question": "Zimák", - "icon": "./assets/data/nsi/logos/zimak-5f01ff.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482013,7 +333573,6 @@ }, { "question": "Zone de Police Montgomery – Politiezone Montgomery", - "icon": "./assets/data/nsi/logos/zonedepolicemontgomerypolitiezonemontgomery-fe27ed.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482047,7 +333606,6 @@ }, { "question": "Νέα Οδός", - "icon": "./assets/data/nsi/logos/8b8efb-c6c157.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482057,7 +333615,6 @@ }, { "question": "Екатеринбургское суворовское военное училище", - "icon": "./assets/data/nsi/logos/b01dc4-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482067,7 +333624,6 @@ }, { "question": "Интерсвязь", - "icon": "./assets/data/nsi/logos/bfc684-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482077,7 +333633,6 @@ }, { "question": "Моссвет", - "icon": "./assets/data/nsi/logos/a92283-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482087,7 +333642,6 @@ }, { "question": "ООО \"РТИТС\"", - "icon": "./assets/data/nsi/logos/37e204-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482097,7 +333651,6 @@ }, { "question": "Орион телеком", - "icon": "./assets/data/nsi/logos/ac4429-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482107,7 +333660,6 @@ }, { "question": "ОСН \"КОМІТЕТ М-НУ \"БЕРЕЗНЯКИ-ТЕЛЬБІН\"", - "icon": "./assets/data/nsi/logos/f2c613-4edc59.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482117,7 +333669,6 @@ }, { "question": "СетиТагила", - "icon": "./assets/data/nsi/logos/770f8a-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482127,7 +333678,6 @@ }, { "question": "УрФУ", - "icon": "./assets/data/nsi/logos/4fad4e-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482137,7 +333687,6 @@ }, { "question": "ХТФ/МТФ УрФУ", - "icon": "./assets/data/nsi/logos/a7c90f-11be7a.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482147,7 +333696,6 @@ }, { "question": "대구광역시 서구청", - "icon": "./assets/data/nsi/logos/c3ca21-587fe3.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482162,7 +333710,6 @@ }, { "question": "上田ケーブルビジョン", - "icon": "./assets/data/nsi/logos/3ffc1d-47fee2.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482178,7 +333725,6 @@ }, { "question": "善通寺市", - "icon": "./assets/data/nsi/logos/6dc7a1-47fee2.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482188,7 +333734,6 @@ }, { "question": "深圳市公安局", - "icon": "./assets/data/nsi/logos/832ec8-f33103.undefined", "osmTags": { "and": [ "man_made=surveillance", @@ -482198,7 +333743,6 @@ }, { "question": "Ministère des Ressources naturelles et des Forêts", - "icon": "./assets/data/nsi/logos/ministeredesressourcesnaturellesetdesforets-9cab83.undefined", "osmTags": { "and": [ "man_made=survey_point", @@ -482258,7 +333802,6 @@ }, { "question": "Airwave", - "icon": "./assets/data/nsi/logos/airwave-b64a30.undefined", "osmTags": { "and": [ "tower:type=communication", @@ -482308,7 +333851,6 @@ }, { "question": "CTIL", - "icon": "./assets/data/nsi/logos/cornerstonetelecommunicationsinfrastructurelimited-b64a30.undefined", "osmTags": { "and": [ "communication:mobile_phone=yes", @@ -482359,7 +333901,6 @@ }, { "question": "MBNL", - "icon": "./assets/data/nsi/logos/mobilebroadbandnetworklimited-b64a30.undefined", "osmTags": { "and": [ "communication:mobile_phone=yes", @@ -482638,7 +334179,6 @@ }, { "question": "Águas do Algarve", - "icon": "./assets/data/nsi/logos/aguasdoalgarve-674fcc.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482648,7 +334188,6 @@ }, { "question": "Águas do Tejo Atlântico", - "icon": "./assets/data/nsi/logos/aguasdotejoatlantico-f1a3cc.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482658,7 +334197,6 @@ }, { "question": "Águas Públicas do Alentejo", - "icon": "./assets/data/nsi/logos/aguaspublicasdoalentejo-c3a72d.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482668,7 +334206,6 @@ }, { "question": "ALFÖLDVÍZ Zrt.", - "icon": "./assets/data/nsi/logos/alfoldvizzrt-931b06.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482678,7 +334215,6 @@ }, { "question": "Anglian Water", - "icon": "./assets/data/nsi/logos/anglianwater-3c939b.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482708,7 +334244,6 @@ }, { "question": "Aqualter Exploitation - Assainissement", - "icon": "./assets/data/nsi/logos/aqualterexploitationassainissement-798128.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482718,7 +334253,6 @@ }, { "question": "Asteo", - "icon": "./assets/data/nsi/logos/asteo-798128.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482743,7 +334277,6 @@ }, { "question": "Bangalore Water Supply and Sewerage Board", - "icon": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-495723.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482774,7 +334307,6 @@ }, { "question": "Bergisch-Rheinischer Wasserverband", - "icon": "./assets/data/nsi/logos/bergischrheinischerwasserverband-ea0c8b.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482806,7 +334338,6 @@ }, { "question": "Canal de Isabel II", - "icon": "./assets/data/nsi/logos/canaldeisabelii-81f88b.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482883,7 +334414,6 @@ }, { "question": "Communauté de communes du Clermontais", - "icon": "./assets/data/nsi/logos/communautedecommunesduclermontais-798128.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482898,7 +334428,6 @@ }, { "question": "Communauté de communes du Grand Pic Saint-Loup", - "icon": "./assets/data/nsi/logos/communautedecommunesdugrandpicsaintloup-798128.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482928,7 +334457,6 @@ }, { "question": "Communauté de communes Vallée de l'Hérault", - "icon": "./assets/data/nsi/logos/communautedecommunesvalleedelherault-798128.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482959,7 +334487,6 @@ }, { "question": "Compesa", - "icon": "./assets/data/nsi/logos/compesa-11a6e3.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -482989,7 +334516,6 @@ }, { "question": "Durance Luberon Verdon Agglomération", - "icon": "./assets/data/nsi/logos/duranceluberonverdonagglomeration-1cb922.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483037,7 +334563,6 @@ }, { "question": "Entsorgungsverband Saar", - "icon": "./assets/data/nsi/logos/entsorgungsverbandsaar-ae41e9.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483173,7 +334698,6 @@ }, { "question": "INASEP", - "icon": "./assets/data/nsi/logos/inasep-2214b4.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483199,7 +334723,6 @@ }, { "question": "Iren Emilia", - "icon": "./assets/data/nsi/logos/irenemilia-94afab.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483409,7 +334932,6 @@ }, { "question": "ONAS (Senegal)", - "icon": "./assets/data/nsi/logos/onas-9154d6.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483424,7 +334946,6 @@ }, { "question": "ONAS (Tunisia)", - "icon": "./assets/data/nsi/logos/onas-5fcb3a.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483515,7 +335036,6 @@ }, { "question": "SAUR", - "icon": "./assets/data/nsi/logos/saur-ea08bf.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483592,7 +335112,6 @@ }, { "question": "Simarsul", - "icon": "./assets/data/nsi/logos/simarsul-ed5d24.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483617,7 +335136,6 @@ }, { "question": "South Gippsland Water", - "icon": "./assets/data/nsi/logos/southgippslandwater-9409a2.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483647,7 +335165,6 @@ }, { "question": "Southern Water", - "icon": "./assets/data/nsi/logos/southernwater-3c939b.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483752,7 +335269,6 @@ }, { "question": "Vichy Communauté", - "icon": "./assets/data/nsi/logos/vichycommunaute-292a84.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483782,7 +335298,6 @@ }, { "question": "WasserVerband Eifel-Rur", - "icon": "./assets/data/nsi/logos/wasserverbandeifelrur-ea0c8b.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483873,7 +335388,6 @@ }, { "question": "Westernport Water", - "icon": "./assets/data/nsi/logos/westernportwater-9409a2.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483918,7 +335432,6 @@ }, { "question": "Yorkshire Water", - "icon": "./assets/data/nsi/logos/yorkshirewater-9a5141.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483933,7 +335446,6 @@ }, { "question": "ВиК Благоевград", - "icon": "./assets/data/nsi/logos/b7d6cd-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483948,7 +335460,6 @@ }, { "question": "ВиК Бургас", - "icon": "./assets/data/nsi/logos/04e09c-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483963,7 +335474,6 @@ }, { "question": "ВиК Варна", - "icon": "./assets/data/nsi/logos/7efdd8-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483978,7 +335488,6 @@ }, { "question": "ВиК Видин", - "icon": "./assets/data/nsi/logos/8ff433-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -483993,7 +335502,6 @@ }, { "question": "ВиК Враца", - "icon": "./assets/data/nsi/logos/bd05a8-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484008,7 +335516,6 @@ }, { "question": "ВиК Габрово", - "icon": "./assets/data/nsi/logos/c2d9d3-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484023,7 +335530,6 @@ }, { "question": "ВиК Добрич", - "icon": "./assets/data/nsi/logos/fca690-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484038,7 +335544,6 @@ }, { "question": "ВиК Йовковци (Велико Търново)", - "icon": "./assets/data/nsi/logos/c2f01b-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484053,7 +335558,6 @@ }, { "question": "ВиК Кърджали", - "icon": "./assets/data/nsi/logos/92d36e-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484068,7 +335572,6 @@ }, { "question": "ВиК Ловеч", - "icon": "./assets/data/nsi/logos/7620d6-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484083,7 +335586,6 @@ }, { "question": "ВиК Монтана", - "icon": "./assets/data/nsi/logos/ea2fe0-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484098,7 +335600,6 @@ }, { "question": "ВиК Пазарджик", - "icon": "./assets/data/nsi/logos/13156c-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484113,7 +335614,6 @@ }, { "question": "ВиК Перник", - "icon": "./assets/data/nsi/logos/960625-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484128,7 +335628,6 @@ }, { "question": "ВиК Плевен", - "icon": "./assets/data/nsi/logos/0736fe-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484143,7 +335642,6 @@ }, { "question": "ВиК Пловдив", - "icon": "./assets/data/nsi/logos/d609e6-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484158,7 +335656,6 @@ }, { "question": "ВиК Разград", - "icon": "./assets/data/nsi/logos/28b8e9-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484173,7 +335670,6 @@ }, { "question": "ВиК Русе", - "icon": "./assets/data/nsi/logos/0ae57d-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484188,7 +335684,6 @@ }, { "question": "ВиК Силистра", - "icon": "./assets/data/nsi/logos/4448c6-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484203,7 +335698,6 @@ }, { "question": "ВиК Сливен", - "icon": "./assets/data/nsi/logos/1f80e1-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484218,7 +335712,6 @@ }, { "question": "ВиК Смолян", - "icon": "./assets/data/nsi/logos/909eab-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484248,7 +335741,6 @@ }, { "question": "ВиК Стара Загора", - "icon": "./assets/data/nsi/logos/f8ff0f-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484263,7 +335755,6 @@ }, { "question": "ВиК Търговище", - "icon": "./assets/data/nsi/logos/f5e9ca-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484278,7 +335769,6 @@ }, { "question": "ВиК Хасково", - "icon": "./assets/data/nsi/logos/1ed3c2-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484293,7 +335783,6 @@ }, { "question": "ВиК Шумен", - "icon": "./assets/data/nsi/logos/2be4ff-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484308,7 +335797,6 @@ }, { "question": "ВиК Ямбол", - "icon": "./assets/data/nsi/logos/460ece-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484323,7 +335811,6 @@ }, { "question": "Кюстендилска вода", - "icon": "./assets/data/nsi/logos/bcb696-bcdd97.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484353,7 +335840,6 @@ }, { "question": "成都市排水有限责任公司", - "icon": "./assets/data/nsi/logos/chengdudrainagecoltd-96de96.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484370,7 +335856,6 @@ }, { "question": "渠務署 Drainage Services Department", - "icon": "./assets/data/nsi/logos/drainageservicesdepartment-942386.undefined", "osmTags": { "and": [ "man_made=wastewater_plant", @@ -484404,7 +335889,6 @@ }, { "question": "Companhia de Águas e Esgotos do Rio Grande do Norte", - "icon": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-c1a788.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484435,7 +335919,6 @@ }, { "question": "INRH", - "icon": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-f421e7.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484543,7 +336026,6 @@ }, { "question": "ВиК Благоевград", - "icon": "./assets/data/nsi/logos/b7d6cd-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484558,7 +336040,6 @@ }, { "question": "ВиК Бургас", - "icon": "./assets/data/nsi/logos/04e09c-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484573,7 +336054,6 @@ }, { "question": "ВиК Варна", - "icon": "./assets/data/nsi/logos/7efdd8-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484588,7 +336068,6 @@ }, { "question": "ВиК Видин", - "icon": "./assets/data/nsi/logos/8ff433-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484603,7 +336082,6 @@ }, { "question": "ВиК Враца", - "icon": "./assets/data/nsi/logos/bd05a8-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484618,7 +336096,6 @@ }, { "question": "ВиК Габрово", - "icon": "./assets/data/nsi/logos/c2d9d3-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484633,7 +336110,6 @@ }, { "question": "ВиК Добрич", - "icon": "./assets/data/nsi/logos/fca690-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484648,7 +336124,6 @@ }, { "question": "ВиК Йовковци (Велико Търново)", - "icon": "./assets/data/nsi/logos/c2f01b-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484663,7 +336138,6 @@ }, { "question": "ВиК Кърджали", - "icon": "./assets/data/nsi/logos/92d36e-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484678,7 +336152,6 @@ }, { "question": "ВиК Ловеч", - "icon": "./assets/data/nsi/logos/7620d6-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484693,7 +336166,6 @@ }, { "question": "ВиК Монтана", - "icon": "./assets/data/nsi/logos/ea2fe0-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484708,7 +336180,6 @@ }, { "question": "ВиК Пазарджик", - "icon": "./assets/data/nsi/logos/13156c-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484723,7 +336194,6 @@ }, { "question": "ВиК Перник", - "icon": "./assets/data/nsi/logos/960625-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484738,7 +336208,6 @@ }, { "question": "ВиК Плевен", - "icon": "./assets/data/nsi/logos/0736fe-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484753,7 +336222,6 @@ }, { "question": "ВиК Пловдив", - "icon": "./assets/data/nsi/logos/d609e6-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484768,7 +336236,6 @@ }, { "question": "ВиК Разград", - "icon": "./assets/data/nsi/logos/28b8e9-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484783,7 +336250,6 @@ }, { "question": "ВиК Русе", - "icon": "./assets/data/nsi/logos/0ae57d-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484798,7 +336264,6 @@ }, { "question": "ВиК Силистра", - "icon": "./assets/data/nsi/logos/4448c6-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484813,7 +336278,6 @@ }, { "question": "ВиК Сливен", - "icon": "./assets/data/nsi/logos/1f80e1-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484828,7 +336292,6 @@ }, { "question": "ВиК Смолян", - "icon": "./assets/data/nsi/logos/909eab-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484858,7 +336321,6 @@ }, { "question": "ВиК Стара Загора", - "icon": "./assets/data/nsi/logos/f8ff0f-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484873,7 +336335,6 @@ }, { "question": "ВиК Търговище", - "icon": "./assets/data/nsi/logos/f5e9ca-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484888,7 +336349,6 @@ }, { "question": "ВиК Хасково", - "icon": "./assets/data/nsi/logos/1ed3c2-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484903,7 +336363,6 @@ }, { "question": "ВиК Шумен", - "icon": "./assets/data/nsi/logos/2be4ff-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484918,7 +336377,6 @@ }, { "question": "ВиК Ямбол", - "icon": "./assets/data/nsi/logos/460ece-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -484933,7 +336391,6 @@ }, { "question": "Кюстендилска вода", - "icon": "./assets/data/nsi/logos/bcb696-067baf.undefined", "osmTags": { "and": [ "man_made=water_tower", @@ -485284,7 +336741,6 @@ }, { "question": "South Gippsland Water", - "icon": "./assets/data/nsi/logos/southgippslandwater-086b9d.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485375,7 +336831,6 @@ }, { "question": "Westernport Water", - "icon": "./assets/data/nsi/logos/westernportwater-086b9d.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485390,7 +336845,6 @@ }, { "question": "Companhia de Águas e Esgotos do Rio Grande do Norte", - "icon": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-839e47.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485421,7 +336875,6 @@ }, { "question": "INRH", - "icon": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-d72a81.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485529,7 +336982,6 @@ }, { "question": "ВиК Благоевград", - "icon": "./assets/data/nsi/logos/b7d6cd-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485544,7 +336996,6 @@ }, { "question": "ВиК Бургас", - "icon": "./assets/data/nsi/logos/04e09c-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485559,7 +337010,6 @@ }, { "question": "ВиК Варна", - "icon": "./assets/data/nsi/logos/7efdd8-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485574,7 +337024,6 @@ }, { "question": "ВиК Видин", - "icon": "./assets/data/nsi/logos/8ff433-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485589,7 +337038,6 @@ }, { "question": "ВиК Враца", - "icon": "./assets/data/nsi/logos/bd05a8-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485604,7 +337052,6 @@ }, { "question": "ВиК Габрово", - "icon": "./assets/data/nsi/logos/c2d9d3-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485619,7 +337066,6 @@ }, { "question": "ВиК Добрич", - "icon": "./assets/data/nsi/logos/fca690-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485634,7 +337080,6 @@ }, { "question": "ВиК Йовковци (Велико Търново)", - "icon": "./assets/data/nsi/logos/c2f01b-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485649,7 +337094,6 @@ }, { "question": "ВиК Кърджали", - "icon": "./assets/data/nsi/logos/92d36e-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485664,7 +337108,6 @@ }, { "question": "ВиК Ловеч", - "icon": "./assets/data/nsi/logos/7620d6-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485679,7 +337122,6 @@ }, { "question": "ВиК Монтана", - "icon": "./assets/data/nsi/logos/ea2fe0-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485694,7 +337136,6 @@ }, { "question": "ВиК Пазарджик", - "icon": "./assets/data/nsi/logos/13156c-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485709,7 +337150,6 @@ }, { "question": "ВиК Перник", - "icon": "./assets/data/nsi/logos/960625-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485724,7 +337164,6 @@ }, { "question": "ВиК Плевен", - "icon": "./assets/data/nsi/logos/0736fe-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485739,7 +337178,6 @@ }, { "question": "ВиК Пловдив", - "icon": "./assets/data/nsi/logos/d609e6-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485754,7 +337192,6 @@ }, { "question": "ВиК Разград", - "icon": "./assets/data/nsi/logos/28b8e9-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485769,7 +337206,6 @@ }, { "question": "ВиК Русе", - "icon": "./assets/data/nsi/logos/0ae57d-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485784,7 +337220,6 @@ }, { "question": "ВиК Силистра", - "icon": "./assets/data/nsi/logos/4448c6-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485799,7 +337234,6 @@ }, { "question": "ВиК Сливен", - "icon": "./assets/data/nsi/logos/1f80e1-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485814,7 +337248,6 @@ }, { "question": "ВиК Смолян", - "icon": "./assets/data/nsi/logos/909eab-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485844,7 +337277,6 @@ }, { "question": "ВиК Стара Загора", - "icon": "./assets/data/nsi/logos/f8ff0f-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485859,7 +337291,6 @@ }, { "question": "ВиК Търговище", - "icon": "./assets/data/nsi/logos/f5e9ca-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485874,7 +337305,6 @@ }, { "question": "ВиК Хасково", - "icon": "./assets/data/nsi/logos/1ed3c2-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485889,7 +337319,6 @@ }, { "question": "ВиК Шумен", - "icon": "./assets/data/nsi/logos/2be4ff-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485904,7 +337333,6 @@ }, { "question": "ВиК Ямбол", - "icon": "./assets/data/nsi/logos/460ece-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -485919,7 +337347,6 @@ }, { "question": "Кюстендилска вода", - "icon": "./assets/data/nsi/logos/bcb696-a924a3.undefined", "osmTags": { "and": [ "man_made=water_works", @@ -486344,7 +337771,6 @@ }, { "question": "Watt+Volt", - "icon": "./assets/data/nsi/logos/wattvolt-d62fd2.undefined", "osmTags": { "and": [ "office=energy_supplier", @@ -486360,7 +337786,6 @@ }, { "question": "АО «Петроэлектросбыт»", - "icon": "./assets/data/nsi/logos/d96aa3-100467.undefined", "osmTags": { "and": [ "office=energy_supplier", @@ -486404,7 +337829,6 @@ }, { "question": "თელმიკო", - "icon": "./assets/data/nsi/logos/telmico-0258f5.undefined", "osmTags": { "and": [ "office=energy_supplier", @@ -486607,7 +338031,6 @@ }, { "question": "Ayuntamiento de Málaga", - "icon": "./assets/data/nsi/logos/ayuntamientodemalaga-f19bf1.undefined", "osmTags": { "and": [ "office=government", @@ -486622,7 +338045,6 @@ }, { "question": "Ayuntamiento de Santa Cruz de Tenerife", - "icon": "./assets/data/nsi/logos/ayuntamientodesantacruzdetenerife-f19bf1.undefined", "osmTags": { "and": [ "office=government", @@ -486779,7 +338201,6 @@ }, { "question": "Caisse d'Allocations Familiales", - "icon": "./assets/data/nsi/logos/caissedallocationsfamiliales-57141e.undefined", "osmTags": { "and": [ "government=social_welfare", @@ -486795,7 +338216,6 @@ }, { "question": "Caisse Primaire d'Assurance Maladie", - "icon": "./assets/data/nsi/logos/caisseprimairedassurancemaladie-57141e.undefined", "osmTags": { "and": [ "government=social_security", @@ -486864,7 +338284,6 @@ }, { "question": "City of Tagum", - "icon": "./assets/data/nsi/logos/cityoftagum-a51c9f.undefined", "osmTags": { "and": [ "office=government", @@ -487005,7 +338424,6 @@ }, { "question": "Consejo General de Educación de la Provincia de Misiones", - "icon": "./assets/data/nsi/logos/consejogeneraldeeducaciondelaprovinciademisiones-cc6da1.undefined", "osmTags": { "and": [ "government=education", @@ -487302,7 +338720,6 @@ }, { "question": "DGFiP", - "icon": "./assets/data/nsi/logos/directiongeneraledesfinancespubliques-57141e.undefined", "osmTags": { "and": [ "government=tax", @@ -487319,7 +338736,6 @@ }, { "question": "Dinas Pertanian", - "icon": "./assets/data/nsi/logos/dinaspertanian-0dfe8f.undefined", "osmTags": { "and": [ "office=government", @@ -487329,7 +338745,6 @@ }, { "question": "Dinas PU", - "icon": "./assets/data/nsi/logos/dinaspu-0dfe8f.undefined", "osmTags": { "and": [ "office=government", @@ -487355,7 +338770,6 @@ }, { "question": "DriveTest", - "icon": "./assets/data/nsi/logos/drivetest-a69e09.undefined", "osmTags": { "and": [ "government=transportation", @@ -487421,7 +338835,6 @@ }, { "question": "FOD Financiën - SPF Finances - FOD Finanzen", - "icon": "./assets/data/nsi/logos/fodfinancienspffinancesfodfinanzen-81c06d.undefined", "osmTags": { "and": [ "government=ministry", @@ -487482,7 +338895,6 @@ }, { "question": "Gobierno Autónomo Municipal de Cochabamba", - "icon": "./assets/data/nsi/logos/gobiernoautonomomunicipaldecochabamba-277d1f.undefined", "osmTags": { "and": [ "office=government", @@ -487512,7 +338924,6 @@ }, { "question": "Gobierno de la Provincia del Neuquén", - "icon": "./assets/data/nsi/logos/gobiernodelaprovinciadelneuquen-cc6da1.undefined", "osmTags": { "and": [ "office=government", @@ -487527,7 +338938,6 @@ }, { "question": "Gobierno del Estado de San Luis Potosí", - "icon": "./assets/data/nsi/logos/gobiernodelestadodesanluispotosi-877419.undefined", "osmTags": { "and": [ "office=government", @@ -487561,7 +338971,6 @@ }, { "question": "Governo do Estado de São Paulo", - "icon": "./assets/data/nsi/logos/governodoestadodesaopaulo-24bd29.undefined", "osmTags": { "and": [ "office=government", @@ -487637,7 +339046,6 @@ }, { "question": "Incaper", - "icon": "./assets/data/nsi/logos/institutocapixabadepesquisaassistenciatecnicaeextensaorural-efa52e.undefined", "osmTags": { "and": [ "office=government", @@ -487738,7 +339146,6 @@ }, { "question": "Jabatan Pendaftaran Negara", - "icon": "./assets/data/nsi/logos/jabatanpendaftarannegara-e4510b.undefined", "osmTags": { "and": [ "government=register_office", @@ -487887,7 +339294,6 @@ }, { "question": "Lesotho Government", - "icon": "./assets/data/nsi/logos/lesothogovernment-355874.undefined", "osmTags": { "and": [ "office=government", @@ -487914,7 +339320,6 @@ }, { "question": "Maine BMV", - "icon": "./assets/data/nsi/logos/mainebureauofmotorvehicles-6dbe4c.undefined", "osmTags": { "and": [ "government=transportation", @@ -487994,7 +339399,6 @@ }, { "question": "Ministerio de Educación", - "icon": "./assets/data/nsi/logos/ministeriodeeducacion-7429f2.undefined", "osmTags": { "and": [ "office=government", @@ -488004,7 +339408,6 @@ }, { "question": "Ministerio de Gobierno y Comunidad - Gobierno de Río Negro", - "icon": "./assets/data/nsi/logos/ministeriodegobiernoycomunidadgobiernoderionegro-cc6da1.undefined", "osmTags": { "and": [ "office=government", @@ -488014,7 +339417,6 @@ }, { "question": "Ministerio de Gobierno y Educación - Gobierno de la Provincia del Neuquén", - "icon": "./assets/data/nsi/logos/ministeriodegobiernoyeducaciongobiernodelaprovinciadelneuquen-cc6da1.undefined", "osmTags": { "and": [ "office=government", @@ -488054,7 +339456,6 @@ }, { "question": "Ministério Público do Estado do Espírito Santo", - "icon": "./assets/data/nsi/logos/ministeriopublicodoestadodoespiritosanto-34425c.undefined", "osmTags": { "and": [ "office=government", @@ -488166,7 +339567,6 @@ }, { "question": "Municipalidad de Moreno", - "icon": "./assets/data/nsi/logos/municipalidaddemoreno-cc6da1.undefined", "osmTags": { "and": [ "office=government", @@ -488196,7 +339596,6 @@ }, { "question": "Municipalidad de Pergamino", - "icon": "./assets/data/nsi/logos/municipalidaddepergamino-cc6da1.undefined", "osmTags": { "and": [ "office=government", @@ -488459,7 +339858,6 @@ }, { "question": "North Carolina DMV", - "icon": "./assets/data/nsi/logos/northcarolinadivisionofmotorvehicles-d24a87.undefined", "osmTags": { "and": [ "government=transportation", @@ -488508,7 +339906,6 @@ }, { "question": "Oklahoma DPS", - "icon": "./assets/data/nsi/logos/oklahomadepartmentofpublicsafety-1c35fb.undefined", "osmTags": { "and": [ "office=government", @@ -488541,7 +339938,6 @@ }, { "question": "Oregon Department of Transportation", - "icon": "./assets/data/nsi/logos/oregondepartmentoftransportation-244100.undefined", "osmTags": { "and": [ "office=government", @@ -488643,7 +340039,6 @@ }, { "question": "Secretaria da Educaçao CEARA", - "icon": "./assets/data/nsi/logos/secretariadaeducacaoceara-efe909.undefined", "osmTags": { "and": [ "office=government", @@ -488658,7 +340053,6 @@ }, { "question": "Secretaría de Educación del Gobierno del Estado", - "icon": "./assets/data/nsi/logos/secretariadeeducaciondelgobiernodelestado-d2c31c.undefined", "osmTags": { "and": [ "office=government", @@ -488683,7 +340077,6 @@ }, { "question": "ServiceOntario", - "icon": "./assets/data/nsi/logos/serviceontario-a69e09.undefined", "osmTags": { "and": [ "office=government", @@ -488698,7 +340091,6 @@ }, { "question": "Services Australia", - "icon": "./assets/data/nsi/logos/servicesaustralia-1b54b2.undefined", "osmTags": { "and": [ "office=government", @@ -488713,7 +340105,6 @@ }, { "question": "Servicio Nacional de Sanidad Agraria del Perú", - "icon": "./assets/data/nsi/logos/servicionacionaldesanidadagrariadelperu-b5f2e9.undefined", "osmTags": { "and": [ "office=government", @@ -488862,7 +340253,6 @@ }, { "question": "Tribunal Regional Eleitoral - DF", - "icon": "./assets/data/nsi/logos/tribunalregionaleleitoraldf-efa52e.undefined", "osmTags": { "and": [ "government=register_office", @@ -488912,7 +340302,6 @@ }, { "question": "Urząd Miasta Poznania", - "icon": "./assets/data/nsi/logos/urzadmiastapoznania-995fc9.undefined", "osmTags": { "and": [ "office=government", @@ -488939,7 +340328,6 @@ }, { "question": "Ville de Vandœuvre-lès-Nancy", - "icon": "./assets/data/nsi/logos/villedevandoeuvrelesnancy-84705a.undefined", "osmTags": { "and": [ "office=government", @@ -488971,7 +340359,6 @@ }, { "question": "Vlaamse overheid", - "icon": "./assets/data/nsi/logos/vlaamseoverheid-81c06d.undefined", "osmTags": { "and": [ "office=government", @@ -488996,7 +340383,6 @@ }, { "question": "Агенция \"Пътна инфраструктура\"", - "icon": "./assets/data/nsi/logos/7a1d9d-8d3c9a.undefined", "osmTags": { "and": [ "office=government", @@ -489011,7 +340397,6 @@ }, { "question": "Агенция за социално подпомагане", - "icon": "./assets/data/nsi/logos/98c885-8d3c9a.undefined", "osmTags": { "and": [ "government=social_services", @@ -489027,7 +340412,6 @@ }, { "question": "Агенция по вписванията", - "icon": "./assets/data/nsi/logos/30f803-8d3c9a.undefined", "osmTags": { "and": [ "government=register_office", @@ -489043,7 +340427,6 @@ }, { "question": "Агенция по геодезия, картография и кадастър", - "icon": "./assets/data/nsi/logos/ca337a-8d3c9a.undefined", "osmTags": { "and": [ "government=cadaster", @@ -489075,7 +340458,6 @@ }, { "question": "Государственное бюджетное учреждение Ленинградской области «Многофункциональный центр предоставления государственных и муниципальных услуг»", - "icon": "./assets/data/nsi/logos/376e63-5712be.undefined", "osmTags": { "and": [ "office=government", @@ -489085,7 +340467,6 @@ }, { "question": "Изпълнителна агенция \"Автомобилна администрация\"", - "icon": "./assets/data/nsi/logos/d21924-8d3c9a.undefined", "osmTags": { "and": [ "office=government", @@ -489130,7 +340511,6 @@ }, { "question": "Национален осигурителен институт", - "icon": "./assets/data/nsi/logos/6e9305-8d3c9a.undefined", "osmTags": { "and": [ "office=government", @@ -489192,7 +340572,6 @@ }, { "question": "Санкт-Петербургское государственное автономное учреждение «Центр занятости населения Санкт-Петербурга»", - "icon": "./assets/data/nsi/logos/d26c72-5712be.undefined", "osmTags": { "and": [ "office=government", @@ -489202,7 +340581,6 @@ }, { "question": "Санкт-Петербургское государственное казенное учреждение «Многофункциональный центр предоставления государственных и муниципальных услуг»", - "icon": "./assets/data/nsi/logos/1beaed-5712be.undefined", "osmTags": { "and": [ "office=government", @@ -489238,7 +340616,6 @@ }, { "question": "الشركة الوطنية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/f763df-942c38.undefined", "osmTags": { "and": [ "office=government", @@ -489248,7 +340625,6 @@ }, { "question": "पोखरा महानगरपालिका", - "icon": "./assets/data/nsi/logos/90ff21-3371e4.undefined", "osmTags": { "and": [ "office=government", @@ -489263,7 +340639,6 @@ }, { "question": "日本年金機構", - "icon": "./assets/data/nsi/logos/235863-8ff2cf.undefined", "osmTags": { "and": [ "office=government", @@ -489294,7 +340669,6 @@ }, { "question": "Companhia de Águas e Esgotos do Rio Grande do Norte", - "icon": "./assets/data/nsi/logos/companhiadeaguaseesgotosdoriograndedonorte-22ce70.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489326,7 +340700,6 @@ }, { "question": "INRH", - "icon": "./assets/data/nsi/logos/institutonacionalderecursoshidraulicos-95c224.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489440,7 +340813,6 @@ }, { "question": "ВиК Благоевград", - "icon": "./assets/data/nsi/logos/b7d6cd-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489456,7 +340828,6 @@ }, { "question": "ВиК Бургас", - "icon": "./assets/data/nsi/logos/04e09c-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489472,7 +340843,6 @@ }, { "question": "ВиК Варна", - "icon": "./assets/data/nsi/logos/7efdd8-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489488,7 +340858,6 @@ }, { "question": "ВиК Видин", - "icon": "./assets/data/nsi/logos/8ff433-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489504,7 +340873,6 @@ }, { "question": "ВиК Враца", - "icon": "./assets/data/nsi/logos/bd05a8-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489520,7 +340888,6 @@ }, { "question": "ВиК Габрово", - "icon": "./assets/data/nsi/logos/c2d9d3-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489536,7 +340903,6 @@ }, { "question": "ВиК Добрич", - "icon": "./assets/data/nsi/logos/fca690-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489552,7 +340918,6 @@ }, { "question": "ВиК Йовковци (Велико Търново)", - "icon": "./assets/data/nsi/logos/c2f01b-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489568,7 +340933,6 @@ }, { "question": "ВиК Кърджали", - "icon": "./assets/data/nsi/logos/92d36e-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489584,7 +340948,6 @@ }, { "question": "ВиК Ловеч", - "icon": "./assets/data/nsi/logos/7620d6-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489600,7 +340963,6 @@ }, { "question": "ВиК Монтана", - "icon": "./assets/data/nsi/logos/ea2fe0-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489616,7 +340978,6 @@ }, { "question": "ВиК Пазарджик", - "icon": "./assets/data/nsi/logos/13156c-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489632,7 +340993,6 @@ }, { "question": "ВиК Перник", - "icon": "./assets/data/nsi/logos/960625-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489648,7 +341008,6 @@ }, { "question": "ВиК Плевен", - "icon": "./assets/data/nsi/logos/0736fe-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489664,7 +341023,6 @@ }, { "question": "ВиК Пловдив", - "icon": "./assets/data/nsi/logos/d609e6-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489680,7 +341038,6 @@ }, { "question": "ВиК Разград", - "icon": "./assets/data/nsi/logos/28b8e9-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489696,7 +341053,6 @@ }, { "question": "ВиК Русе", - "icon": "./assets/data/nsi/logos/0ae57d-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489712,7 +341068,6 @@ }, { "question": "ВиК Силистра", - "icon": "./assets/data/nsi/logos/4448c6-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489728,7 +341083,6 @@ }, { "question": "ВиК Сливен", - "icon": "./assets/data/nsi/logos/1f80e1-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489744,7 +341098,6 @@ }, { "question": "ВиК Смолян", - "icon": "./assets/data/nsi/logos/909eab-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489776,7 +341129,6 @@ }, { "question": "ВиК Стара Загора", - "icon": "./assets/data/nsi/logos/f8ff0f-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489792,7 +341144,6 @@ }, { "question": "ВиК Търговище", - "icon": "./assets/data/nsi/logos/f5e9ca-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489808,7 +341159,6 @@ }, { "question": "ВиК Хасково", - "icon": "./assets/data/nsi/logos/1ed3c2-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489824,7 +341174,6 @@ }, { "question": "ВиК Шумен", - "icon": "./assets/data/nsi/logos/2be4ff-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489840,7 +341189,6 @@ }, { "question": "ВиК Ямбол", - "icon": "./assets/data/nsi/logos/460ece-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489856,7 +341204,6 @@ }, { "question": "Кюстендилска вода", - "icon": "./assets/data/nsi/logos/bcb696-2a765c.undefined", "osmTags": { "and": [ "office=water_utility", @@ -489905,7 +341252,6 @@ }, { "question": "ABC", - "icon": "./assets/data/nsi/logos/abc-bb421b.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -489920,7 +341266,6 @@ }, { "question": "Abwasserzweckverband Gemeinschaftskläranlage Großenhain", - "icon": "./assets/data/nsi/logos/abwasserzweckverbandgemeinschaftsklaranlagegrossenhain-47dd0d.undefined", "osmTags": { "and": [ "operator=Abwasserzweckverband Gemeinschaftskläranlage Großenhain", @@ -489930,7 +341275,6 @@ }, { "question": "Acadian Gas Pipeline System", - "icon": "./assets/data/nsi/logos/acadiangaspipelinesystem-d7b8a3.undefined", "osmTags": { "and": [ "operator=Acadian Gas Pipeline System", @@ -489955,7 +341299,6 @@ }, { "question": "ACF", - "icon": "./assets/data/nsi/logos/acf-cea795.undefined", "osmTags": { "and": [ "operator=ACF", @@ -489965,7 +341308,6 @@ }, { "question": "Acock/Anaqua Operating Company", - "icon": "./assets/data/nsi/logos/acockanaquaoperatingcompany-15c306.undefined", "osmTags": { "and": [ "operator=Acock/Anaqua Operating Company", @@ -489975,7 +341317,6 @@ }, { "question": "Acquedotto del Fiora SpA", - "icon": "./assets/data/nsi/logos/acquedottodelfioraspa-bb421b.undefined", "osmTags": { "and": [ "operator=Acquedotto del Fiora SpA", @@ -489985,7 +341326,6 @@ }, { "question": "Aethon Energy", - "icon": "./assets/data/nsi/logos/aethonenergy-b00ae8.undefined", "osmTags": { "and": [ "operator=Aethon Energy", @@ -489995,7 +341335,6 @@ }, { "question": "Aguas & Aguas de Pereira", - "icon": "./assets/data/nsi/logos/aguasandaguasdepereira-8a71da.undefined", "osmTags": { "and": [ "operator=Aguas & Aguas de Pereira", @@ -490005,7 +341344,6 @@ }, { "question": "Águas do Algarve", - "icon": "./assets/data/nsi/logos/aguasdoalgarve-fddf8b.undefined", "osmTags": { "and": [ "operator=Águas do Algarve", @@ -490015,7 +341353,6 @@ }, { "question": "Águas do Tejo Atlântico", - "icon": "./assets/data/nsi/logos/aguasdotejoatlantico-71856c.undefined", "osmTags": { "and": [ "operator=Águas do Tejo Atlântico", @@ -490040,7 +341377,6 @@ }, { "question": "Air Liquide Large Industries", - "icon": "./assets/data/nsi/logos/airliquidelargeindustries-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490070,7 +341406,6 @@ }, { "question": "Alaska Pipeline Company", - "icon": "./assets/data/nsi/logos/alaskapipelinecompany-4e089c.undefined", "osmTags": { "and": [ "operator=Alaska Pipeline Company", @@ -490080,7 +341415,6 @@ }, { "question": "Alliance Pipeline", - "icon": "./assets/data/nsi/logos/alliancepipeline-2e27a1.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490095,7 +341429,6 @@ }, { "question": "Alpaugh Community Services District", - "icon": "./assets/data/nsi/logos/alpaughcommunityservicesdistrict-2125b6.undefined", "osmTags": { "and": [ "operator=Alpaugh Community Services District", @@ -490105,7 +341438,6 @@ }, { "question": "Alteo", - "icon": "./assets/data/nsi/logos/alteo-d5fbca.undefined", "osmTags": { "and": [ "operator=Alteo", @@ -490130,7 +341462,6 @@ }, { "question": "Amen Souss", - "icon": "./assets/data/nsi/logos/amensouss-a06e13.undefined", "osmTags": { "and": [ "operator=Amen Souss", @@ -490140,7 +341471,6 @@ }, { "question": "AMP Texas Pipelines", - "icon": "./assets/data/nsi/logos/amptexaspipelines-15c306.undefined", "osmTags": { "and": [ "operator=AMP Texas Pipelines", @@ -490150,7 +341480,6 @@ }, { "question": "Anadarko Petroleum", - "icon": "./assets/data/nsi/logos/anadarkopetroleum-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490165,7 +341494,6 @@ }, { "question": "Anglian Water", - "icon": "./assets/data/nsi/logos/anglianwater-5737c5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490210,7 +341538,6 @@ }, { "question": "ANR Pipeline", - "icon": "./assets/data/nsi/logos/anrpipeline-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490225,7 +341552,6 @@ }, { "question": "Arcadia Operating", - "icon": "./assets/data/nsi/logos/arcadiaoperating-15c306.undefined", "osmTags": { "and": [ "operator=Arcadia Operating", @@ -490235,7 +341561,6 @@ }, { "question": "Arena Offshore", - "icon": "./assets/data/nsi/logos/arenaoffshore-075232.undefined", "osmTags": { "and": [ "operator=Arena Offshore", @@ -490245,7 +341570,6 @@ }, { "question": "Arrowhead Gas Services", - "icon": "./assets/data/nsi/logos/arrowheadgasservices-15c306.undefined", "osmTags": { "and": [ "operator=Arrowhead Gas Services", @@ -490270,7 +341594,6 @@ }, { "question": "Ascend Performance Materials France", - "icon": "./assets/data/nsi/logos/ascendperformancematerialsfrance-4a5c8f.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490285,7 +341608,6 @@ }, { "question": "aslpc", - "icon": "./assets/data/nsi/logos/aslpc-1de2ca.undefined", "osmTags": { "and": [ "operator=aslpc", @@ -490310,7 +341632,6 @@ }, { "question": "Atlantic Fuel Supply Company Limited", - "icon": "./assets/data/nsi/logos/atlanticfuelsupplycompanylimited-00086a.undefined", "osmTags": { "and": [ "operator=Atlantic Fuel Supply Company Limited", @@ -490320,7 +341641,6 @@ }, { "question": "Atmos Energy", - "icon": "./assets/data/nsi/logos/atmosenergy-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490335,7 +341655,6 @@ }, { "question": "Atmos Pipeline", - "icon": "./assets/data/nsi/logos/atmospipeline-15c306.undefined", "osmTags": { "and": [ "operator=Atmos Pipeline", @@ -490345,7 +341664,6 @@ }, { "question": "Auris Kaasunjakelu Oy", - "icon": "./assets/data/nsi/logos/auriskaasunjakeluoy-30982d.undefined", "osmTags": { "and": [ "operator=Auris Kaasunjakelu Oy", @@ -490355,7 +341673,6 @@ }, { "question": "Australia Pacific LNG", - "icon": "./assets/data/nsi/logos/australiapacificlng-0331bf.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490416,7 +341733,6 @@ }, { "question": "badenovaWÄRMEPLUS", - "icon": "./assets/data/nsi/logos/badenovawarmeplus-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490446,7 +341762,6 @@ }, { "question": "Bangalore Water Supply and Sewerage Board", - "icon": "./assets/data/nsi/logos/bangalorewatersupplyandsewerageboard-4351eb.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490477,7 +341792,6 @@ }, { "question": "Bay Gas Storage Company", - "icon": "./assets/data/nsi/logos/baygasstoragecompany-8dbf8a.undefined", "osmTags": { "and": [ "operator=Bay Gas Storage Company", @@ -490487,7 +341801,6 @@ }, { "question": "bayernets", - "icon": "./assets/data/nsi/logos/bayernets-32d0c9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490502,7 +341815,6 @@ }, { "question": "Bayerngas", - "icon": "./assets/data/nsi/logos/bayerngas-32d0c9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490517,7 +341829,6 @@ }, { "question": "BB-Southtex", - "icon": "./assets/data/nsi/logos/bbsouthtex-15c306.undefined", "osmTags": { "and": [ "operator=BB-Southtex", @@ -490527,7 +341838,6 @@ }, { "question": "BBT Alabama Intrastate", - "icon": "./assets/data/nsi/logos/bbtalabamaintrastate-8dbf8a.undefined", "osmTags": { "and": [ "operator=BBT Alabama Intrastate", @@ -490537,7 +341847,6 @@ }, { "question": "BBT AlaTenn", - "icon": "./assets/data/nsi/logos/bbtalatenn-ba12c0.undefined", "osmTags": { "and": [ "operator=BBT AlaTenn", @@ -490547,7 +341856,6 @@ }, { "question": "BBT Mississippi", - "icon": "./assets/data/nsi/logos/bbtmississippi-fa613f.undefined", "osmTags": { "and": [ "operator=BBT Mississippi", @@ -490573,7 +341881,6 @@ }, { "question": "Beacon Growthco Operating Company", - "icon": "./assets/data/nsi/logos/beacongrowthcooperatingcompany-dafc90.undefined", "osmTags": { "and": [ "operator=Beacon Growthco Operating Company", @@ -490583,7 +341890,6 @@ }, { "question": "Bear Creek Storage Company", - "icon": "./assets/data/nsi/logos/bearcreekstoragecompany-d7b8a3.undefined", "osmTags": { "and": [ "operator=Bear Creek Storage Company", @@ -490593,7 +341899,6 @@ }, { "question": "Beehive Operating", - "icon": "./assets/data/nsi/logos/beehiveoperating-15c306.undefined", "osmTags": { "and": [ "operator=Beehive Operating", @@ -490603,7 +341908,6 @@ }, { "question": "Belgian Pipeline Organisation", - "icon": "./assets/data/nsi/logos/belgianpipelineorganisation-0d984d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490635,7 +341939,6 @@ }, { "question": "BEW Berliner Energie und Wärme AG", - "icon": "./assets/data/nsi/logos/bewberlinerenergieundwarmeag-599929.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490651,7 +341954,6 @@ }, { "question": "Billerud", - "icon": "./assets/data/nsi/logos/billerud-6502da.undefined", "osmTags": { "and": [ "operator=Billerud", @@ -490661,7 +341963,6 @@ }, { "question": "Biogas Linnau GbR", - "icon": "./assets/data/nsi/logos/biogaslinnaugbr-63650c.undefined", "osmTags": { "and": [ "operator=Biogas Linnau GbR", @@ -490671,7 +341972,6 @@ }, { "question": "BKM Nonprofit Zrt.", - "icon": "./assets/data/nsi/logos/bkmnonprofitzrt-1cc3f6.undefined", "osmTags": { "and": [ "operator=BKM Nonprofit Zrt.", @@ -490681,7 +341981,6 @@ }, { "question": "Black Hills Energy", - "icon": "./assets/data/nsi/logos/blackhillsenergy-cbbbb7.undefined", "osmTags": { "and": [ "operator=Black Hills Energy", @@ -490691,7 +341990,6 @@ }, { "question": "Blue Cube Operations", - "icon": "./assets/data/nsi/logos/bluecubeoperations-15c306.undefined", "osmTags": { "and": [ "operator=Blue Cube Operations", @@ -490701,7 +341999,6 @@ }, { "question": "Bluefin Resources", - "icon": "./assets/data/nsi/logos/bluefinresources-15c306.undefined", "osmTags": { "and": [ "operator=Bluefin Resources", @@ -490711,7 +342008,6 @@ }, { "question": "Bluestone Natural Resources", - "icon": "./assets/data/nsi/logos/bluestonenaturalresources-15c306.undefined", "osmTags": { "and": [ "operator=Bluestone Natural Resources", @@ -490721,7 +342017,6 @@ }, { "question": "Boardwalk Field Services", - "icon": "./assets/data/nsi/logos/boardwalkfieldservices-15c306.undefined", "osmTags": { "and": [ "operator=Boardwalk Field Services", @@ -490761,7 +342056,6 @@ }, { "question": "BP Exploration & Production", - "icon": "./assets/data/nsi/logos/bpexplorationandproduction-dafc90.undefined", "osmTags": { "and": [ "operator=BP Exploration & Production", @@ -490771,7 +342065,6 @@ }, { "question": "BPA", - "icon": "./assets/data/nsi/logos/bpa-d20081.undefined", "osmTags": { "and": [ "operator=BPA", @@ -490781,7 +342074,6 @@ }, { "question": "BPX Gathering", - "icon": "./assets/data/nsi/logos/bpxgathering-15c306.undefined", "osmTags": { "and": [ "operator=BPX Gathering", @@ -490791,7 +342083,6 @@ }, { "question": "BPX Midstream", - "icon": "./assets/data/nsi/logos/bpxmidstream-15c306.undefined", "osmTags": { "and": [ "operator=BPX Midstream", @@ -490801,7 +342092,6 @@ }, { "question": "BPX Operating Company", - "icon": "./assets/data/nsi/logos/bpxoperatingcompany-15c306.undefined", "osmTags": { "and": [ "operator=BPX Operating Company", @@ -490811,7 +342101,6 @@ }, { "question": "BRG Lone Star", - "icon": "./assets/data/nsi/logos/brglonestar-15c306.undefined", "osmTags": { "and": [ "operator=BRG Lone Star", @@ -490836,7 +342125,6 @@ }, { "question": "BTC", - "icon": "./assets/data/nsi/logos/btc-f9b80c.undefined", "osmTags": { "and": [ "operator=BTC", @@ -490846,7 +342134,6 @@ }, { "question": "Buckeye Development & Logistics", - "icon": "./assets/data/nsi/logos/buckeyedevelopmentandlogistics-cbbbb7.undefined", "osmTags": { "and": [ "operator=Buckeye Development & Logistics", @@ -490856,7 +342143,6 @@ }, { "question": "Buckeye Partners", - "icon": "./assets/data/nsi/logos/buckeyepartners-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490871,7 +342157,6 @@ }, { "question": "Buckeye Texas Hub", - "icon": "./assets/data/nsi/logos/buckeyetexashub-15c306.undefined", "osmTags": { "and": [ "operator=Buckeye Texas Hub", @@ -490881,7 +342166,6 @@ }, { "question": "Burlington Resources", - "icon": "./assets/data/nsi/logos/burlingtonresources-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490912,7 +342196,6 @@ }, { "question": "CAGEPA", - "icon": "./assets/data/nsi/logos/cagepa-0efc1c.undefined", "osmTags": { "and": [ "operator=CAGEPA", @@ -490922,7 +342205,6 @@ }, { "question": "Calbayog City Water District", - "icon": "./assets/data/nsi/logos/calbayogcitywaterdistrict-a4d86a.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -490937,7 +342219,6 @@ }, { "question": "Caloring", - "icon": "./assets/data/nsi/logos/caloring-e3bdc4.undefined", "osmTags": { "and": [ "operator=Caloring", @@ -490947,7 +342228,6 @@ }, { "question": "Calpine Texas Pipeline", - "icon": "./assets/data/nsi/logos/calpinetexaspipeline-15c306.undefined", "osmTags": { "and": [ "operator=Calpine Texas Pipeline", @@ -490972,7 +342252,6 @@ }, { "question": "Camino Real Gathering Company", - "icon": "./assets/data/nsi/logos/caminorealgatheringcompany-15c306.undefined", "osmTags": { "and": [ "operator=Camino Real Gathering Company", @@ -490982,7 +342261,6 @@ }, { "question": "Camuzzi Gas del Sur S.A.", - "icon": "./assets/data/nsi/logos/camuzzigasdelsursa-f2a8db.undefined", "osmTags": { "and": [ "operator=Camuzzi Gas del Sur S.A.", @@ -490992,7 +342270,6 @@ }, { "question": "Can", - "icon": "./assets/data/nsi/logos/can-0e4881.undefined", "osmTags": { "and": [ "operator=Can", @@ -491002,7 +342279,6 @@ }, { "question": "Canal de Isabel II", - "icon": "./assets/data/nsi/logos/canaldeisabelii-0e4881.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491018,7 +342294,6 @@ }, { "question": "Canes Midstream G&P", - "icon": "./assets/data/nsi/logos/canesmidstreamgandp-15c306.undefined", "osmTags": { "and": [ "operator=Canes Midstream G&P", @@ -491028,7 +342303,6 @@ }, { "question": "Canlin Energy", - "icon": "./assets/data/nsi/logos/canlinenergy-8f5c91.undefined", "osmTags": { "and": [ "operator=Canlin Energy", @@ -491038,7 +342312,6 @@ }, { "question": "Caño Limón - Coveñas", - "icon": "./assets/data/nsi/logos/canolimoncovenas-8a71da.undefined", "osmTags": { "and": [ "operator=Caño Limón - Coveñas", @@ -491048,7 +342321,6 @@ }, { "question": "Cantera Operating", - "icon": "./assets/data/nsi/logos/canteraoperating-15c306.undefined", "osmTags": { "and": [ "operator=Cantera Operating", @@ -491058,7 +342330,6 @@ }, { "question": "Cantium", - "icon": "./assets/data/nsi/logos/cantium-dafc90.undefined", "osmTags": { "and": [ "operator=Cantium", @@ -491068,7 +342339,6 @@ }, { "question": "Canyon Creek Resources", - "icon": "./assets/data/nsi/logos/canyoncreekresources-15c306.undefined", "osmTags": { "and": [ "operator=Canyon Creek Resources", @@ -491078,7 +342348,6 @@ }, { "question": "Carolina Gas Transmission", - "icon": "./assets/data/nsi/logos/carolinagastransmission-51a622.undefined", "osmTags": { "and": [ "operator=Carolina Gas Transmission", @@ -491088,7 +342357,6 @@ }, { "question": "Catarina Midstream", - "icon": "./assets/data/nsi/logos/catarinamidstream-15c306.undefined", "osmTags": { "and": [ "operator=Catarina Midstream", @@ -491098,7 +342366,6 @@ }, { "question": "Cayrol International", - "icon": "./assets/data/nsi/logos/cayrolinternational-f878fc.undefined", "osmTags": { "and": [ "operator=Cayrol International", @@ -491108,7 +342375,6 @@ }, { "question": "Cenagas", - "icon": "./assets/data/nsi/logos/cenagas-02fb83.undefined", "osmTags": { "and": [ "operator=Cenagas", @@ -491118,7 +342384,6 @@ }, { "question": "Centana Intrastate Pipeline", - "icon": "./assets/data/nsi/logos/centanaintrastatepipeline-15c306.undefined", "osmTags": { "and": [ "operator=Centana Intrastate Pipeline", @@ -491143,7 +342408,6 @@ }, { "question": "Centralna Pompownia \"Bolko\"", - "icon": "./assets/data/nsi/logos/centralnapompowniabolko-e3bdc4.undefined", "osmTags": { "and": [ "operator=Centralna Pompownia \"Bolko\"", @@ -491153,7 +342417,6 @@ }, { "question": "Centralno Grijanje Tuzla", - "icon": "./assets/data/nsi/logos/centralnogrijanjetuzla-174596.undefined", "osmTags": { "and": [ "operator=Centralno Grijanje Tuzla", @@ -491178,7 +342441,6 @@ }, { "question": "Chaparral Energy", - "icon": "./assets/data/nsi/logos/chaparralenergy-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491193,7 +342455,6 @@ }, { "question": "Chemelot", - "icon": "./assets/data/nsi/logos/chemelot-983549.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491208,7 +342469,6 @@ }, { "question": "Chesapeake Operating", - "icon": "./assets/data/nsi/logos/chesapeakeoperating-15c306.undefined", "osmTags": { "and": [ "operator=Chesapeake Operating", @@ -491218,7 +342478,6 @@ }, { "question": "Chevron Pipeline Company", - "icon": "./assets/data/nsi/logos/chevronpipelinecompany-075232.undefined", "osmTags": { "and": [ "operator=Chevron Pipeline Company", @@ -491228,7 +342487,6 @@ }, { "question": "Cheyenne Energy Services", - "icon": "./assets/data/nsi/logos/cheyenneenergyservices-15c306.undefined", "osmTags": { "and": [ "operator=Cheyenne Energy Services", @@ -491238,7 +342496,6 @@ }, { "question": "Cinco Natural Resources", - "icon": "./assets/data/nsi/logos/cinconaturalresources-15c306.undefined", "osmTags": { "and": [ "operator=Cinco Natural Resources", @@ -491248,7 +342505,6 @@ }, { "question": "Cinco Oil & Gas", - "icon": "./assets/data/nsi/logos/cincooilandgas-15c306.undefined", "osmTags": { "and": [ "operator=Cinco Oil & Gas", @@ -491258,7 +342514,6 @@ }, { "question": "Citgo Products Pipeline Company", - "icon": "./assets/data/nsi/logos/citgoproductspipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Citgo Products Pipeline Company", @@ -491268,7 +342523,6 @@ }, { "question": "Citgo Refining & Chemicals Company", - "icon": "./assets/data/nsi/logos/citgorefiningandchemicalscompany-15c306.undefined", "osmTags": { "and": [ "operator=Citgo Refining & Chemicals Company", @@ -491278,7 +342532,6 @@ }, { "question": "City of Burlington", - "icon": "./assets/data/nsi/logos/cityofburlington-ea69f5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491293,7 +342546,6 @@ }, { "question": "City of Farmersville", - "icon": "./assets/data/nsi/logos/cityoffarmersville-2125b6.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491308,7 +342560,6 @@ }, { "question": "City of Springfield", - "icon": "./assets/data/nsi/logos/cityofspringfield-663069.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491353,7 +342604,6 @@ }, { "question": "City of Visalia", - "icon": "./assets/data/nsi/logos/cityofvisalia-2125b6.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491368,7 +342618,6 @@ }, { "question": "CityWest Homes", - "icon": "./assets/data/nsi/logos/citywesthomes-d20081.undefined", "osmTags": { "and": [ "operator=CityWest Homes", @@ -491378,7 +342627,6 @@ }, { "question": "Clarke - Mobile Counties Gas Distribution", - "icon": "./assets/data/nsi/logos/clarkemobilecountiesgasdistribution-8dbf8a.undefined", "osmTags": { "and": [ "operator=Clarke - Mobile Counties Gas Distribution", @@ -491403,7 +342651,6 @@ }, { "question": "Cody Energy", - "icon": "./assets/data/nsi/logos/codyenergy-15c306.undefined", "osmTags": { "and": [ "operator=Cody Energy", @@ -491428,7 +342675,6 @@ }, { "question": "Colorado Interstate Gas", - "icon": "./assets/data/nsi/logos/coloradointerstategas-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491443,7 +342689,6 @@ }, { "question": "Columbia Gas Transmission", - "icon": "./assets/data/nsi/logos/columbiagastransmission-cbbbb7.undefined", "osmTags": { "and": [ "operator=Columbia Gas Transmission", @@ -491453,7 +342698,6 @@ }, { "question": "Columbia Gulf Transmission", - "icon": "./assets/data/nsi/logos/columbiagulftransmission-c3c06a.undefined", "osmTags": { "and": [ "operator=Columbia Gulf Transmission", @@ -491463,7 +342707,6 @@ }, { "question": "Compesa", - "icon": "./assets/data/nsi/logos/compesa-0efc1c.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491478,7 +342721,6 @@ }, { "question": "Comstock Oil & Gas", - "icon": "./assets/data/nsi/logos/comstockoilandgas-15c306.undefined", "osmTags": { "and": [ "operator=Comstock Oil & Gas", @@ -491503,7 +342745,6 @@ }, { "question": "Confederación Hidrográfica del Júcar", - "icon": "./assets/data/nsi/logos/confederacionhidrograficadeljucar-0e4881.undefined", "osmTags": { "and": [ "operator=Confederación Hidrográfica del Júcar", @@ -491513,7 +342754,6 @@ }, { "question": "Consorcio de Aguas Bilbao Bizkaia", - "icon": "./assets/data/nsi/logos/consorciodeaguasbilbaobizkaia-0e4881.undefined", "osmTags": { "and": [ "operator=Consorcio de Aguas Bilbao Bizkaia", @@ -491523,7 +342763,6 @@ }, { "question": "Copano Field Services", - "icon": "./assets/data/nsi/logos/copanofieldservices-15c306.undefined", "osmTags": { "and": [ "operator=Copano Field Services", @@ -491533,7 +342772,6 @@ }, { "question": "Copano Field Services South Texas", - "icon": "./assets/data/nsi/logos/copanofieldservicessouthtexas-15c306.undefined", "osmTags": { "and": [ "operator=Copano Field Services South Texas", @@ -491543,7 +342781,6 @@ }, { "question": "Copano NGL Services", - "icon": "./assets/data/nsi/logos/copanonglservices-15c306.undefined", "osmTags": { "and": [ "operator=Copano NGL Services", @@ -491553,7 +342790,6 @@ }, { "question": "Copano Pipelines", - "icon": "./assets/data/nsi/logos/copanopipelines-15c306.undefined", "osmTags": { "and": [ "operator=Copano Pipelines", @@ -491563,7 +342799,6 @@ }, { "question": "Cox Operating", - "icon": "./assets/data/nsi/logos/coxoperating-cbbbb7.undefined", "osmTags": { "and": [ "operator=Cox Operating", @@ -491603,7 +342838,6 @@ }, { "question": "Crescent Midstream", - "icon": "./assets/data/nsi/logos/crescentmidstream-dafc90.undefined", "osmTags": { "and": [ "operator=Crescent Midstream", @@ -491613,7 +342847,6 @@ }, { "question": "Cumming Utilities", - "icon": "./assets/data/nsi/logos/cummingutilities-8e8830.undefined", "osmTags": { "and": [ "operator=Cumming Utilities", @@ -491623,7 +342856,6 @@ }, { "question": "Cuno Kraftwerk Herdecke", - "icon": "./assets/data/nsi/logos/cunokraftwerkherdecke-dfd0ce.undefined", "osmTags": { "and": [ "operator=Cuno Kraftwerk Herdecke", @@ -491648,7 +342880,6 @@ }, { "question": "Dallas Petroleum Group", - "icon": "./assets/data/nsi/logos/dallaspetroleumgroup-15c306.undefined", "osmTags": { "and": [ "operator=Dallas Petroleum Group", @@ -491658,7 +342889,6 @@ }, { "question": "DAPL-ETCO Operations Management", - "icon": "./assets/data/nsi/logos/dapletcooperationsmanagement-cbbbb7.undefined", "osmTags": { "and": [ "operator=DAPL-ETCO Operations Management", @@ -491668,7 +342898,6 @@ }, { "question": "Dasmariñas Water District", - "icon": "./assets/data/nsi/logos/dasmarinaswaterdistrict-fa9055.undefined", "osmTags": { "and": [ "operator=Dasmariñas Water District", @@ -491678,7 +342907,6 @@ }, { "question": "Davis Gas Processing", - "icon": "./assets/data/nsi/logos/davisgasprocessing-15c306.undefined", "osmTags": { "and": [ "operator=Davis Gas Processing", @@ -491688,7 +342916,6 @@ }, { "question": "Daylight Petroleum", - "icon": "./assets/data/nsi/logos/daylightpetroleum-15c306.undefined", "osmTags": { "and": [ "operator=Daylight Petroleum", @@ -491698,7 +342925,6 @@ }, { "question": "DCP Hinshaw Pipeline", - "icon": "./assets/data/nsi/logos/dcphinshawpipeline-15c306.undefined", "osmTags": { "and": [ "operator=DCP Hinshaw Pipeline", @@ -491708,7 +342934,6 @@ }, { "question": "DCP Intrastate Network", - "icon": "./assets/data/nsi/logos/dcpintrastatenetwork-15c306.undefined", "osmTags": { "and": [ "operator=DCP Intrastate Network", @@ -491718,7 +342943,6 @@ }, { "question": "DCP Midstream Partners", - "icon": "./assets/data/nsi/logos/dcpmidstreampartners-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491733,7 +342957,6 @@ }, { "question": "DCP Operating Company", - "icon": "./assets/data/nsi/logos/dcpoperatingcompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=DCP Operating Company", @@ -491743,7 +342966,6 @@ }, { "question": "Defensie Pijpleiding Organisatie", - "icon": "./assets/data/nsi/logos/defensiepijpleidingorganisatie-983549.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491758,7 +342980,6 @@ }, { "question": "Delek Logistics Operating", - "icon": "./assets/data/nsi/logos/deleklogisticsoperating-b16bf0.undefined", "osmTags": { "and": [ "operator=Delek Logistics Operating", @@ -491768,7 +342989,6 @@ }, { "question": "Denbury Green Pipeline-Texas", - "icon": "./assets/data/nsi/logos/denburygreenpipelinetexas-15c306.undefined", "osmTags": { "and": [ "operator=Denbury Green Pipeline-Texas", @@ -491778,7 +342998,6 @@ }, { "question": "Denbury Gulf Coast Pipelines", - "icon": "./assets/data/nsi/logos/denburygulfcoastpipelines-89f4b1.undefined", "osmTags": { "and": [ "operator=Denbury Gulf Coast Pipelines", @@ -491788,7 +343007,6 @@ }, { "question": "Denbury Onshore", - "icon": "./assets/data/nsi/logos/denburyonshore-89f4b1.undefined", "osmTags": { "and": [ "operator=Denbury Onshore", @@ -491798,7 +343016,6 @@ }, { "question": "Denver Water", - "icon": "./assets/data/nsi/logos/denverwater-d590c3.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491813,7 +343030,6 @@ }, { "question": "DESO", - "icon": "./assets/data/nsi/logos/deso-0efc1c.undefined", "osmTags": { "and": [ "operator=DESO", @@ -491823,7 +343039,6 @@ }, { "question": "Deusa International", - "icon": "./assets/data/nsi/logos/deusainternational-47dd0d.undefined", "osmTags": { "and": [ "operator=Deusa International", @@ -491833,7 +343048,6 @@ }, { "question": "Deutsche Transalpine Oelleitung GmbH", - "icon": "./assets/data/nsi/logos/deutschetransalpineoelleitunggmbh-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491863,7 +343077,6 @@ }, { "question": "Discovery Natural Resources", - "icon": "./assets/data/nsi/logos/discoverynaturalresources-15c306.undefined", "osmTags": { "and": [ "operator=Discovery Natural Resources", @@ -491888,7 +343101,6 @@ }, { "question": "Distrigaz", - "icon": "./assets/data/nsi/logos/distrigaz-4faf6c.undefined", "osmTags": { "and": [ "operator=Distrigaz", @@ -491898,7 +343110,6 @@ }, { "question": "Dixie Pipeline Company", - "icon": "./assets/data/nsi/logos/dixiepipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=Dixie Pipeline Company", @@ -491908,7 +343119,6 @@ }, { "question": "Dofasco", - "icon": "./assets/data/nsi/logos/dofasco-32ef7a.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491923,7 +343133,6 @@ }, { "question": "Dolphin Energy", - "icon": "./assets/data/nsi/logos/dolphinenergy-ba4337.undefined", "osmTags": { "and": [ "operator=Dolphin Energy", @@ -491933,7 +343142,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-51a622.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -491948,7 +343156,6 @@ }, { "question": "Dominion Transmission", - "icon": "./assets/data/nsi/logos/dominiontransmission-cbbbb7.undefined", "osmTags": { "and": [ "operator=Dominion Transmission", @@ -491958,7 +343165,6 @@ }, { "question": "Double Eagle Pipeline", - "icon": "./assets/data/nsi/logos/doubleeaglepipeline-15c306.undefined", "osmTags": { "and": [ "operator=Double Eagle Pipeline", @@ -491983,7 +343189,6 @@ }, { "question": "Dow Pipeline Company", - "icon": "./assets/data/nsi/logos/dowpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Dow Pipeline Company", @@ -492008,7 +343213,6 @@ }, { "question": "DT/REGIONAL NNE", - "icon": "./assets/data/nsi/logos/dtregionalnne-0efc1c.undefined", "osmTags": { "and": [ "operator=DT/REGIONAL NNE", @@ -492018,7 +343222,6 @@ }, { "question": "DTE Gas Company", - "icon": "./assets/data/nsi/logos/dtegascompany-cdb0d7.undefined", "osmTags": { "and": [ "operator=DTE Gas Company", @@ -492028,7 +343231,6 @@ }, { "question": "DTM Louisiana Gathering", - "icon": "./assets/data/nsi/logos/dtmlouisianagathering-d7b8a3.undefined", "osmTags": { "and": [ "operator=DTM Louisiana Gathering", @@ -492083,7 +343285,6 @@ }, { "question": "Eagle Ford Gathering", - "icon": "./assets/data/nsi/logos/eaglefordgathering-15c306.undefined", "osmTags": { "and": [ "operator=Eagle Ford Gathering", @@ -492093,7 +343294,6 @@ }, { "question": "Eagle Ford Midstream", - "icon": "./assets/data/nsi/logos/eaglefordmidstream-15c306.undefined", "osmTags": { "and": [ "operator=Eagle Ford Midstream", @@ -492103,7 +343303,6 @@ }, { "question": "Eagle Oil & Gas", - "icon": "./assets/data/nsi/logos/eagleoilandgas-15c306.undefined", "osmTags": { "and": [ "operator=Eagle Oil & Gas", @@ -492113,7 +343312,6 @@ }, { "question": "East Bay Municipal Utility District", - "icon": "./assets/data/nsi/logos/eastbaymunicipalutilitydistrict-2125b6.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492128,7 +343326,6 @@ }, { "question": "East Tennessee Natural Gas", - "icon": "./assets/data/nsi/logos/easttennesseenaturalgas-577342.undefined", "osmTags": { "and": [ "operator=East Tennessee Natural Gas", @@ -492138,7 +343335,6 @@ }, { "question": "Eastern Gas Transmission and Storage", - "icon": "./assets/data/nsi/logos/easterngastransmissionandstorage-76ecf5.undefined", "osmTags": { "and": [ "operator=Eastern Gas Transmission and Storage", @@ -492148,7 +343344,6 @@ }, { "question": "Easton Energy Pipelines", - "icon": "./assets/data/nsi/logos/eastonenergypipelines-15c306.undefined", "osmTags": { "and": [ "operator=Easton Energy Pipelines", @@ -492158,7 +343353,6 @@ }, { "question": "Eastward Energy", - "icon": "./assets/data/nsi/logos/eastwardenergy-fc7ec3.undefined", "osmTags": { "and": [ "operator=Eastward Energy", @@ -492168,7 +343362,6 @@ }, { "question": "Echo Canyon Pipeline", - "icon": "./assets/data/nsi/logos/echocanyonpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Echo Canyon Pipeline", @@ -492178,7 +343371,6 @@ }, { "question": "Ecopetrol", - "icon": "./assets/data/nsi/logos/ecopetrol-8a71da.undefined", "osmTags": { "and": [ "operator=Ecopetrol", @@ -492188,7 +343380,6 @@ }, { "question": "EDF PEI", - "icon": "./assets/data/nsi/logos/edfpei-5668b8.undefined", "osmTags": { "and": [ "operator=EDF PEI", @@ -492198,7 +343389,6 @@ }, { "question": "EdiPower", - "icon": "./assets/data/nsi/logos/edipower-bb421b.undefined", "osmTags": { "and": [ "operator=EdiPower", @@ -492223,7 +343413,6 @@ }, { "question": "El Paso Corporation", - "icon": "./assets/data/nsi/logos/elpasocorporation-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492238,7 +343427,6 @@ }, { "question": "El Paso Natural Gas Company", - "icon": "./assets/data/nsi/logos/elpasonaturalgascompany-d28726.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492284,7 +343472,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-3d2196.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492300,7 +343487,6 @@ }, { "question": "EMAPAS", - "icon": "./assets/data/nsi/logos/emapas-45421b.undefined", "osmTags": { "and": [ "operator=EMAPAS", @@ -492310,7 +343496,6 @@ }, { "question": "EMGESA", - "icon": "./assets/data/nsi/logos/emgesa-8a71da.undefined", "osmTags": { "and": [ "operator=EMGESA", @@ -492320,7 +343505,6 @@ }, { "question": "Empresa Misicuni", - "icon": "./assets/data/nsi/logos/empresamisicuni-45421b.undefined", "osmTags": { "and": [ "operator=Empresa Misicuni", @@ -492330,7 +343514,6 @@ }, { "question": "Enable Gas Transmission", - "icon": "./assets/data/nsi/logos/enablegastransmission-cbbbb7.undefined", "osmTags": { "and": [ "operator=Enable Gas Transmission", @@ -492340,7 +343523,6 @@ }, { "question": "Enable Mississippi River Transmission", - "icon": "./assets/data/nsi/logos/enablemississippirivertransmission-608458.undefined", "osmTags": { "and": [ "operator=Enable Mississippi River Transmission", @@ -492380,7 +343562,6 @@ }, { "question": "Enbridge Offshore", - "icon": "./assets/data/nsi/logos/enbridgeoffshore-075232.undefined", "osmTags": { "and": [ "operator=Enbridge Offshore", @@ -492390,7 +343571,6 @@ }, { "question": "Enbridge Offshore Facilities", - "icon": "./assets/data/nsi/logos/enbridgeoffshorefacilities-df3996.undefined", "osmTags": { "and": [ "operator=Enbridge Offshore Facilities", @@ -492475,7 +343655,6 @@ }, { "question": "Enerfin Field Services", - "icon": "./assets/data/nsi/logos/enerfinfieldservices-b00ae8.undefined", "osmTags": { "and": [ "operator=Enerfin Field Services", @@ -492500,7 +343679,6 @@ }, { "question": "Energienetze Bayern", - "icon": "./assets/data/nsi/logos/energienetzebayern-32d0c9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492531,7 +343709,6 @@ }, { "question": "Energieversorgung Halle Netz", - "icon": "./assets/data/nsi/logos/energieversorgunghallenetz-462e6a.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492562,7 +343739,6 @@ }, { "question": "Energy Resource Technology", - "icon": "./assets/data/nsi/logos/energyresourcetechnology-075232.undefined", "osmTags": { "and": [ "operator=Energy Resource Technology", @@ -492572,7 +343748,6 @@ }, { "question": "Energy Transfer Company", - "icon": "./assets/data/nsi/logos/energytransfercompany-100122.undefined", "osmTags": { "and": [ "operator=Energy Transfer Company", @@ -492582,7 +343757,6 @@ }, { "question": "Energy Transfer Partners", - "icon": "./assets/data/nsi/logos/energytransferpartners-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492597,7 +343771,6 @@ }, { "question": "Energy XXI GOM", - "icon": "./assets/data/nsi/logos/energyxxigom-075232.undefined", "osmTags": { "and": [ "operator=Energy XXI GOM", @@ -492622,7 +343795,6 @@ }, { "question": "Engie Solutions", - "icon": "./assets/data/nsi/logos/engiesolutions-4a5c8f.undefined", "osmTags": { "and": [ "operator=Engie Solutions", @@ -492647,7 +343819,6 @@ }, { "question": "Eni US Operating Company", - "icon": "./assets/data/nsi/logos/eniusoperatingcompany-dafc90.undefined", "osmTags": { "and": [ "operator=Eni US Operating Company", @@ -492657,7 +343828,6 @@ }, { "question": "EnLink Processing Services", - "icon": "./assets/data/nsi/logos/enlinkprocessingservices-d7b8a3.undefined", "osmTags": { "and": [ "operator=EnLink Processing Services", @@ -492667,7 +343837,6 @@ }, { "question": "ensoNETZ", - "icon": "./assets/data/nsi/logos/ensonetz-e6f7d6.undefined", "osmTags": { "and": [ "operator=ensoNETZ", @@ -492677,7 +343846,6 @@ }, { "question": "Enterprise Crude Pipeline", - "icon": "./assets/data/nsi/logos/enterprisecrudepipeline-15c306.undefined", "osmTags": { "and": [ "operator=Enterprise Crude Pipeline", @@ -492687,7 +343855,6 @@ }, { "question": "Enterprise Products", - "icon": "./assets/data/nsi/logos/enterpriseproducts-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492702,7 +343869,6 @@ }, { "question": "Enterprise Products Operating", - "icon": "./assets/data/nsi/logos/enterpriseproductsoperating-15c306.undefined", "osmTags": { "and": [ "operator=Enterprise Products Operating", @@ -492727,7 +343893,6 @@ }, { "question": "EP Energy Company", - "icon": "./assets/data/nsi/logos/epenergycompany-15c306.undefined", "osmTags": { "and": [ "operator=EP Energy Company", @@ -492737,7 +343902,6 @@ }, { "question": "EP UK Investments", - "icon": "./assets/data/nsi/logos/epukinvestments-d20081.undefined", "osmTags": { "and": [ "operator=EP UK Investments", @@ -492747,7 +343911,6 @@ }, { "question": "EPAL", - "icon": "./assets/data/nsi/logos/epal-b694bb.undefined", "osmTags": { "and": [ "operator=EPAL", @@ -492757,7 +343920,6 @@ }, { "question": "Epic Consolidated Operations", - "icon": "./assets/data/nsi/logos/epicconsolidatedoperations-15c306.undefined", "osmTags": { "and": [ "operator=Epic Consolidated Operations", @@ -492767,7 +343929,6 @@ }, { "question": "Epic Permian Operating", - "icon": "./assets/data/nsi/logos/epicpermianoperating-15c306.undefined", "osmTags": { "and": [ "operator=Epic Permian Operating", @@ -492777,7 +343938,6 @@ }, { "question": "EPL Oil & Gas", - "icon": "./assets/data/nsi/logos/eploilandgas-075232.undefined", "osmTags": { "and": [ "operator=EPL Oil & Gas", @@ -492787,7 +343947,6 @@ }, { "question": "EPSAS", - "icon": "./assets/data/nsi/logos/epsas-45421b.undefined", "osmTags": { "and": [ "operator=EPSAS", @@ -492812,7 +343971,6 @@ }, { "question": "Equistar Chemicals", - "icon": "./assets/data/nsi/logos/equistarchemicals-15c306.undefined", "osmTags": { "and": [ "operator=Equistar Chemicals", @@ -492852,7 +344010,6 @@ }, { "question": "Erema", - "icon": "./assets/data/nsi/logos/erema-f878fc.undefined", "osmTags": { "and": [ "operator=Erema", @@ -492892,7 +344049,6 @@ }, { "question": "ETC Tiger Pipeline", - "icon": "./assets/data/nsi/logos/etctigerpipeline-d7b8a3.undefined", "osmTags": { "and": [ "operator=ETC Tiger Pipeline", @@ -492902,7 +344058,6 @@ }, { "question": "Ethylen-Pipeline-Süd", - "icon": "./assets/data/nsi/logos/ethylenpipelinesud-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -492948,7 +344103,6 @@ }, { "question": "EVN Топлофикция (Пловдив)", - "icon": "./assets/data/nsi/logos/c9ec9c-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493009,7 +344163,6 @@ }, { "question": "Explorer Pipeline Company", - "icon": "./assets/data/nsi/logos/explorerpipelinecompany-ea9857.undefined", "osmTags": { "and": [ "operator=Explorer Pipeline Company", @@ -493034,7 +344187,6 @@ }, { "question": "Faraday Midstream Company", - "icon": "./assets/data/nsi/logos/faradaymidstreamcompany-15c306.undefined", "osmTags": { "and": [ "operator=Faraday Midstream Company", @@ -493044,7 +344196,6 @@ }, { "question": "Faulconer Energy", - "icon": "./assets/data/nsi/logos/faulconerenergy-15c306.undefined", "osmTags": { "and": [ "operator=Faulconer Energy", @@ -493054,7 +344205,6 @@ }, { "question": "Fenaka Vaikaradhoo Branch", - "icon": "./assets/data/nsi/logos/fenakavaikaradhoobranch-0b97e8.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493069,7 +344219,6 @@ }, { "question": "Ferngas Netzgesellschaft", - "icon": "./assets/data/nsi/logos/ferngasnetzgesellschaft-7e9ccd.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493085,7 +344234,6 @@ }, { "question": "Fernleitungs-Betriebsgesellschaft", - "icon": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaft-47dd0d.undefined", "osmTags": { "and": [ "operator=Fernleitungs-Betriebsgesellschaft", @@ -493095,7 +344243,6 @@ }, { "question": "Fernleitungs-Betriebsgesellschaft mbH Bereichsverwaltung Süd Idar-Oberstein", - "icon": "./assets/data/nsi/logos/fernleitungsbetriebsgesellschaftmbhbereichsverwaltungsudidaroberstein-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493111,7 +344258,6 @@ }, { "question": "FGSZ", - "icon": "./assets/data/nsi/logos/fgsz-1cc3f6.undefined", "osmTags": { "and": [ "operator=FGSZ", @@ -493121,7 +344267,6 @@ }, { "question": "FGSZ Földgázszállító Zrt.", - "icon": "./assets/data/nsi/logos/fgszfoldgazszallitozrt-1cc3f6.undefined", "osmTags": { "and": [ "operator=FGSZ Földgázszállító Zrt.", @@ -493131,7 +344276,6 @@ }, { "question": "FGSZ Zrt.", - "icon": "./assets/data/nsi/logos/fgszzrt-1cc3f6.undefined", "osmTags": { "and": [ "operator=FGSZ Zrt.", @@ -493141,7 +344285,6 @@ }, { "question": "Field Petroleum", - "icon": "./assets/data/nsi/logos/fieldpetroleum-15c306.undefined", "osmTags": { "and": [ "operator=Field Petroleum", @@ -493151,7 +344294,6 @@ }, { "question": "Fieldwood Energy", - "icon": "./assets/data/nsi/logos/fieldwoodenergy-cbbbb7.undefined", "osmTags": { "and": [ "operator=Fieldwood Energy", @@ -493177,7 +344319,6 @@ }, { "question": "FL Rich Gas Services", - "icon": "./assets/data/nsi/logos/flrichgasservices-15c306.undefined", "osmTags": { "and": [ "operator=FL Rich Gas Services", @@ -493187,7 +344328,6 @@ }, { "question": "Flint Hills Resources", - "icon": "./assets/data/nsi/logos/flinthillsresources-cbbbb7.undefined", "osmTags": { "and": [ "operator=Flint Hills Resources", @@ -493197,7 +344337,6 @@ }, { "question": "Flint Hills Resources Port Arthur", - "icon": "./assets/data/nsi/logos/flinthillsresourcesportarthur-15c306.undefined", "osmTags": { "and": [ "operator=Flint Hills Resources Port Arthur", @@ -493207,7 +344346,6 @@ }, { "question": "Florida Gas Transmission", - "icon": "./assets/data/nsi/logos/floridagastransmission-cbbbb7.undefined", "osmTags": { "and": [ "operator=Florida Gas Transmission", @@ -493232,7 +344370,6 @@ }, { "question": "FMHL", - "icon": "./assets/data/nsi/logos/fmhl-b60912.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493262,7 +344399,6 @@ }, { "question": "FŐTÁV", - "icon": "./assets/data/nsi/logos/fotav-1cc3f6.undefined", "osmTags": { "and": [ "operator=FŐTÁV", @@ -493272,7 +344408,6 @@ }, { "question": "FŐTÁV Zrt.", - "icon": "./assets/data/nsi/logos/fotavzrt-1cc3f6.undefined", "osmTags": { "and": [ "operator=FŐTÁV Zrt.", @@ -493282,7 +344417,6 @@ }, { "question": "Fourth Floor Operating", - "icon": "./assets/data/nsi/logos/fourthflooroperating-15c306.undefined", "osmTags": { "and": [ "operator=Fourth Floor Operating", @@ -493292,7 +344426,6 @@ }, { "question": "Freeport LNG Development", - "icon": "./assets/data/nsi/logos/freeportlngdevelopment-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493307,7 +344440,6 @@ }, { "question": "Frio Lasalle Pipeline", - "icon": "./assets/data/nsi/logos/friolasallepipeline-15c306.undefined", "osmTags": { "and": [ "operator=Frio Lasalle Pipeline", @@ -493317,7 +344449,6 @@ }, { "question": "Fulmine", - "icon": "./assets/data/nsi/logos/fulmine-b34ac9.undefined", "osmTags": { "and": [ "operator=Fulmine", @@ -493343,7 +344474,6 @@ }, { "question": "Galveston Bay Refinery Logistics", - "icon": "./assets/data/nsi/logos/galvestonbayrefinerylogistics-15c306.undefined", "osmTags": { "and": [ "operator=Galveston Bay Refinery Logistics", @@ -493353,7 +344483,6 @@ }, { "question": "Gandara Water District", - "icon": "./assets/data/nsi/logos/gandarawaterdistrict-a4d86a.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493368,7 +344497,6 @@ }, { "question": "Gas Natural", - "icon": "./assets/data/nsi/logos/gasnatural-0e4881.undefined", "osmTags": { "and": [ "operator=Gas Natural", @@ -493378,7 +344506,6 @@ }, { "question": "Gas Natural BAN", - "icon": "./assets/data/nsi/logos/gasnaturalban-f2a8db.undefined", "osmTags": { "and": [ "operator=Gas Natural BAN", @@ -493403,7 +344530,6 @@ }, { "question": "Gas Transmission Northwest", - "icon": "./assets/data/nsi/logos/gastransmissionnorthwest-4e52ce.undefined", "osmTags": { "and": [ "operator=Gas Transmission Northwest", @@ -493428,7 +344554,6 @@ }, { "question": "Gasconnect Austria GmbH", - "icon": "./assets/data/nsi/logos/gasconnectaustriagmbh-a158a5.undefined", "osmTags": { "and": [ "operator=Gasconnect Austria GmbH", @@ -493483,7 +344608,6 @@ }, { "question": "Gasunie Deutschland", - "icon": "./assets/data/nsi/logos/gasuniedeutschland-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493514,7 +344638,6 @@ }, { "question": "Gaz-System", - "icon": "./assets/data/nsi/logos/gazsystem-e3bdc4.undefined", "osmTags": { "and": [ "operator=Gaz-System", @@ -493554,7 +344677,6 @@ }, { "question": "Gedea Linach KG", - "icon": "./assets/data/nsi/logos/gedealinachkg-3970e4.undefined", "osmTags": { "and": [ "operator=Gedea Linach KG", @@ -493609,7 +344731,6 @@ }, { "question": "Genesis Offshore Holdings", - "icon": "./assets/data/nsi/logos/genesisoffshoreholdings-075232.undefined", "osmTags": { "and": [ "operator=Genesis Offshore Holdings", @@ -493619,7 +344740,6 @@ }, { "question": "Genesis Pipeline USA", - "icon": "./assets/data/nsi/logos/genesispipelineusa-a55dc2.undefined", "osmTags": { "and": [ "operator=Genesis Pipeline USA", @@ -493629,7 +344749,6 @@ }, { "question": "Genesis Producing Company", - "icon": "./assets/data/nsi/logos/genesisproducingcompany-15c306.undefined", "osmTags": { "and": [ "operator=Genesis Producing Company", @@ -493639,7 +344758,6 @@ }, { "question": "Gilkes Energy", - "icon": "./assets/data/nsi/logos/gilkesenergy-d20081.undefined", "osmTags": { "and": [ "operator=Gilkes Energy", @@ -493664,7 +344782,6 @@ }, { "question": "GOM Shelf", - "icon": "./assets/data/nsi/logos/gomshelf-075232.undefined", "osmTags": { "and": [ "operator=GOM Shelf", @@ -493674,7 +344791,6 @@ }, { "question": "GPEC", - "icon": "./assets/data/nsi/logos/gpec-e3bdc4.undefined", "osmTags": { "and": [ "operator=GPEC", @@ -493684,7 +344800,6 @@ }, { "question": "Grand Annecy", - "icon": "./assets/data/nsi/logos/grandannecy-f878fc.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493699,7 +344814,6 @@ }, { "question": "Grande Dixence S.A.", - "icon": "./assets/data/nsi/logos/grandedixencesa-736591.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493714,7 +344828,6 @@ }, { "question": "Gravity Midstream CC", - "icon": "./assets/data/nsi/logos/gravitymidstreamcc-15c306.undefined", "osmTags": { "and": [ "operator=Gravity Midstream CC", @@ -493724,7 +344837,6 @@ }, { "question": "GRDF", - "icon": "./assets/data/nsi/logos/grdf-4a5c8f.undefined", "osmTags": { "and": [ "operator=GRDF", @@ -493734,7 +344846,6 @@ }, { "question": "Greater Vancouver Sewerage & Drainage District", - "icon": "./assets/data/nsi/logos/greatervancouversewerageanddrainagedistrict-21cbc0.undefined", "osmTags": { "and": [ "operator=Greater Vancouver Sewerage & Drainage District", @@ -493744,7 +344855,6 @@ }, { "question": "Greater Vancouver Water District", - "icon": "./assets/data/nsi/logos/greatervancouverwaterdistrict-21cbc0.undefined", "osmTags": { "and": [ "operator=Greater Vancouver Water District", @@ -493754,7 +344864,6 @@ }, { "question": "Green Mountain Water Company", - "icon": "./assets/data/nsi/logos/greenmountainwatercompany-2125b6.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493769,7 +344878,6 @@ }, { "question": "Greyhound Energy", - "icon": "./assets/data/nsi/logos/greyhoundenergy-dafc90.undefined", "osmTags": { "and": [ "operator=Greyhound Energy", @@ -493779,7 +344887,6 @@ }, { "question": "Grit Oil & Gas Management", - "icon": "./assets/data/nsi/logos/gritoilandgasmanagement-15c306.undefined", "osmTags": { "and": [ "operator=Grit Oil & Gas Management", @@ -493805,7 +344912,6 @@ }, { "question": "GRTgaz", - "icon": "./assets/data/nsi/logos/grtgaz-4a5c8f.undefined", "osmTags": { "and": [ "operator=GRTgaz", @@ -493815,7 +344921,6 @@ }, { "question": "GTG Nord", - "icon": "./assets/data/nsi/logos/gtgnord-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493830,7 +344935,6 @@ }, { "question": "Gulf Coast Energy", - "icon": "./assets/data/nsi/logos/gulfcoastenergy-15c306.undefined", "osmTags": { "and": [ "operator=Gulf Coast Energy", @@ -493840,7 +344944,6 @@ }, { "question": "Gulf South Pipeline Company", - "icon": "./assets/data/nsi/logos/gulfsouthpipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=Gulf South Pipeline Company", @@ -493850,7 +344953,6 @@ }, { "question": "Gulfstream Natural Gas System", - "icon": "./assets/data/nsi/logos/gulfstreamnaturalgassystem-1e140a.undefined", "osmTags": { "and": [ "operator=Gulfstream Natural Gas System", @@ -493860,7 +344962,6 @@ }, { "question": "Gulfstream Pipeline", - "icon": "./assets/data/nsi/logos/gulfstreampipeline-8dbf8a.undefined", "osmTags": { "and": [ "operator=Gulfstream Pipeline", @@ -493870,7 +344971,6 @@ }, { "question": "GYŐR-SZOL Zrt.", - "icon": "./assets/data/nsi/logos/gyorszolzrt-1cc3f6.undefined", "osmTags": { "and": [ "operator=GYŐR-SZOL Zrt.", @@ -493880,7 +344980,6 @@ }, { "question": "Hackschnitzelheizung Frankenburg", - "icon": "./assets/data/nsi/logos/hackschnitzelheizungfrankenburg-7244ea.undefined", "osmTags": { "and": [ "operator=Hackschnitzelheizung Frankenburg", @@ -493890,7 +344989,6 @@ }, { "question": "Harvest Alaska", - "icon": "./assets/data/nsi/logos/harvestalaska-4e089c.undefined", "osmTags": { "and": [ "operator=Harvest Alaska", @@ -493900,7 +344998,6 @@ }, { "question": "Harvest Midstream Company", - "icon": "./assets/data/nsi/logos/harvestmidstreamcompany-b00ae8.undefined", "osmTags": { "and": [ "operator=Harvest Midstream Company", @@ -493910,7 +345007,6 @@ }, { "question": "Harvest Pipeline Company", - "icon": "./assets/data/nsi/logos/harvestpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Harvest Pipeline Company", @@ -493935,7 +345031,6 @@ }, { "question": "Harzwasserwerke", - "icon": "./assets/data/nsi/logos/harzwasserwerke-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -493950,7 +345045,6 @@ }, { "question": "Headington Energy Partners", - "icon": "./assets/data/nsi/logos/headingtonenergypartners-15c306.undefined", "osmTags": { "and": [ "operator=Headington Energy Partners", @@ -493960,7 +345054,6 @@ }, { "question": "Helen", - "icon": "./assets/data/nsi/logos/helen-30982d.undefined", "osmTags": { "and": [ "operator=Helen", @@ -493970,7 +345063,6 @@ }, { "question": "Helsingin Vesi", - "icon": "./assets/data/nsi/logos/helsinginvesi-30982d.undefined", "osmTags": { "and": [ "operator=Helsingin Vesi", @@ -493980,7 +345072,6 @@ }, { "question": "HEP Toplinarstvo", - "icon": "./assets/data/nsi/logos/heptoplinarstvo-ed8d76.undefined", "osmTags": { "and": [ "operator=HEP Toplinarstvo", @@ -494005,7 +345096,6 @@ }, { "question": "Hibbard Energy", - "icon": "./assets/data/nsi/logos/hibbardenergy-15c306.undefined", "osmTags": { "and": [ "operator=Hibbard Energy", @@ -494015,7 +345105,6 @@ }, { "question": "High Point Gas Gathering", - "icon": "./assets/data/nsi/logos/highpointgasgathering-dafc90.undefined", "osmTags": { "and": [ "operator=High Point Gas Gathering", @@ -494025,7 +345114,6 @@ }, { "question": "Hilcorp Alaska", - "icon": "./assets/data/nsi/logos/hilcorpalaska-4e089c.undefined", "osmTags": { "and": [ "operator=Hilcorp Alaska", @@ -494035,7 +345123,6 @@ }, { "question": "Hilcorp Energy", - "icon": "./assets/data/nsi/logos/hilcorpenergy-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494050,7 +345137,6 @@ }, { "question": "HK", - "icon": "./assets/data/nsi/logos/hk-30982d.undefined", "osmTags": { "and": [ "operator=HK", @@ -494060,7 +345146,6 @@ }, { "question": "Honeoye Storage Corporation", - "icon": "./assets/data/nsi/logos/honeoyestoragecorporation-97a5e1.undefined", "osmTags": { "and": [ "operator=Honeoye Storage Corporation", @@ -494070,7 +345155,6 @@ }, { "question": "Hooks Gas Pipeline", - "icon": "./assets/data/nsi/logos/hooksgaspipeline-15c306.undefined", "osmTags": { "and": [ "operator=Hooks Gas Pipeline", @@ -494080,7 +345164,6 @@ }, { "question": "Houston Pipe Line Company", - "icon": "./assets/data/nsi/logos/houstonpipelinecompany-67fbd2.undefined", "osmTags": { "and": [ "operator=Houston Pipe Line Company", @@ -494090,7 +345173,6 @@ }, { "question": "HS Orka", - "icon": "./assets/data/nsi/logos/hsorka-b95f4c.undefined", "osmTags": { "and": [ "operator=HS Orka", @@ -494100,7 +345182,6 @@ }, { "question": "HS Veitur", - "icon": "./assets/data/nsi/logos/hsveitur-b95f4c.undefined", "osmTags": { "and": [ "operator=HS Veitur", @@ -494110,7 +345191,6 @@ }, { "question": "Hunt Crude Oil Supply Company", - "icon": "./assets/data/nsi/logos/huntcrudeoilsupplycompany-f14388.undefined", "osmTags": { "and": [ "operator=Hunt Crude Oil Supply Company", @@ -494135,7 +345215,6 @@ }, { "question": "Hydrocop", - "icon": "./assets/data/nsi/logos/hydrocop-4a5c8f.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494210,7 +345289,6 @@ }, { "question": "Infracor GmbH", - "icon": "./assets/data/nsi/logos/infracorgmbh-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494273,7 +345351,6 @@ }, { "question": "Ironwood Midstream Energy Partners", - "icon": "./assets/data/nsi/logos/ironwoodmidstreamenergypartners-15c306.undefined", "osmTags": { "and": [ "operator=Ironwood Midstream Energy Partners", @@ -494283,7 +345360,6 @@ }, { "question": "Iroquois Gas Transmission System", - "icon": "./assets/data/nsi/logos/iroquoisgastransmissionsystem-d2c694.undefined", "osmTags": { "and": [ "operator=Iroquois Gas Transmission System", @@ -494324,7 +345400,6 @@ }, { "question": "ITC Pipeline Company", - "icon": "./assets/data/nsi/logos/itcpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=ITC Pipeline Company", @@ -494334,7 +345409,6 @@ }, { "question": "J.P. Oil Company", - "icon": "./assets/data/nsi/logos/jpoilcompany-15c306.undefined", "osmTags": { "and": [ "operator=J.P. Oil Company", @@ -494344,7 +345418,6 @@ }, { "question": "Jadranski naftovod", - "icon": "./assets/data/nsi/logos/jadranskinaftovod-ed8d76.undefined", "osmTags": { "and": [ "operator=Jadranski naftovod", @@ -494354,7 +345427,6 @@ }, { "question": "Joint Bunkering Services", - "icon": "./assets/data/nsi/logos/jointbunkeringservices-45f41e.undefined", "osmTags": { "and": [ "operator=Joint Bunkering Services", @@ -494364,7 +345436,6 @@ }, { "question": "JRC/IRMM", - "icon": "./assets/data/nsi/logos/jrcirmm-0d984d.undefined", "osmTags": { "and": [ "operator=JRC/IRMM", @@ -494374,7 +345445,6 @@ }, { "question": "KarakudukMunai", - "icon": "./assets/data/nsi/logos/karakudukmunai-b5d3fc.undefined", "osmTags": { "and": [ "operator=KarakudukMunai", @@ -494400,7 +345470,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-f03f5c.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494416,7 +345485,6 @@ }, { "question": "Kauno termofikacinė elektrinė", - "icon": "./assets/data/nsi/logos/kaunotermofikacineelektrine-f205df.undefined", "osmTags": { "and": [ "operator=Kauno termofikacinė elektrinė", @@ -494426,7 +345494,6 @@ }, { "question": "KEBAG", - "icon": "./assets/data/nsi/logos/kebag-fa7150.undefined", "osmTags": { "and": [ "operator=KEBAG", @@ -494451,7 +345518,6 @@ }, { "question": "KGHM", - "icon": "./assets/data/nsi/logos/kghm-e3bdc4.undefined", "osmTags": { "and": [ "operator=KGHM", @@ -494476,7 +345542,6 @@ }, { "question": "Kinder Morgan Crude & Condensate", - "icon": "./assets/data/nsi/logos/kindermorgancrudeandcondensate-15c306.undefined", "osmTags": { "and": [ "operator=Kinder Morgan Crude & Condensate", @@ -494486,7 +345551,6 @@ }, { "question": "Kinder Morgan Liquids Terminals", - "icon": "./assets/data/nsi/logos/kindermorganliquidsterminals-b00ae8.undefined", "osmTags": { "and": [ "operator=Kinder Morgan Liquids Terminals", @@ -494496,7 +345560,6 @@ }, { "question": "Kinder Morgan Tejas Pipeline LLC", - "icon": "./assets/data/nsi/logos/kindermorgantejaspipelinellc-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494511,7 +345574,6 @@ }, { "question": "Kinder Morgan Texas Pipeline LLC", - "icon": "./assets/data/nsi/logos/kindermorgantexaspipelinellc-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494526,7 +345588,6 @@ }, { "question": "Kinder Morgan Treating", - "icon": "./assets/data/nsi/logos/kindermorgantreating-15c306.undefined", "osmTags": { "and": [ "operator=Kinder Morgan Treating", @@ -494536,7 +345597,6 @@ }, { "question": "Kinetica Partners", - "icon": "./assets/data/nsi/logos/kineticapartners-075232.undefined", "osmTags": { "and": [ "operator=Kinetica Partners", @@ -494546,7 +345606,6 @@ }, { "question": "Koch Pipeline Company", - "icon": "./assets/data/nsi/logos/kochpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Koch Pipeline Company", @@ -494556,7 +345615,6 @@ }, { "question": "Koksik", - "icon": "./assets/data/nsi/logos/koksik-e3bdc4.undefined", "osmTags": { "and": [ "operator=Koksik", @@ -494566,7 +345624,6 @@ }, { "question": "Korsnäs", - "icon": "./assets/data/nsi/logos/korsnas-6502da.undefined", "osmTags": { "and": [ "operator=Korsnäs", @@ -494576,7 +345633,6 @@ }, { "question": "Kraftwerke Linth-Limmern", - "icon": "./assets/data/nsi/logos/kraftwerkelinthlimmern-9c18eb.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494592,7 +345648,6 @@ }, { "question": "Kudu Midstream", - "icon": "./assets/data/nsi/logos/kudumidstream-15c306.undefined", "osmTags": { "and": [ "operator=Kudu Midstream", @@ -494602,7 +345657,6 @@ }, { "question": "Kyffhäuser Abwasser- und Trinkwasserverband", - "icon": "./assets/data/nsi/logos/kyffhauserabwasserundtrinkwasserverband-49c3f2.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494634,7 +345688,6 @@ }, { "question": "Lakeshore Operating", - "icon": "./assets/data/nsi/logos/lakeshoreoperating-15c306.undefined", "osmTags": { "and": [ "operator=Lakeshore Operating", @@ -494644,7 +345697,6 @@ }, { "question": "Lamar Oil & Gas", - "icon": "./assets/data/nsi/logos/lamaroilandgas-15c306.undefined", "osmTags": { "and": [ "operator=Lamar Oil & Gas", @@ -494654,7 +345706,6 @@ }, { "question": "Lamay Corporation", - "icon": "./assets/data/nsi/logos/lamaycorporation-15c306.undefined", "osmTags": { "and": [ "operator=Lamay Corporation", @@ -494664,7 +345715,6 @@ }, { "question": "Latvijas gāze", - "icon": "./assets/data/nsi/logos/latvijasgaze-da0826.undefined", "osmTags": { "and": [ "operator=Latvijas gāze", @@ -494674,7 +345724,6 @@ }, { "question": "Lavaca Midstream", - "icon": "./assets/data/nsi/logos/lavacamidstream-15c306.undefined", "osmTags": { "and": [ "operator=Lavaca Midstream", @@ -494684,7 +345733,6 @@ }, { "question": "Lavaca Pipe Line Company", - "icon": "./assets/data/nsi/logos/lavacapipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Lavaca Pipe Line Company", @@ -494694,7 +345742,6 @@ }, { "question": "Lempäälän Lastusten Vesihuolto-osuuskunta", - "icon": "./assets/data/nsi/logos/lempaalanlastustenvesihuoltoosuuskunta-30982d.undefined", "osmTags": { "and": [ "operator=Lempäälän Lastusten Vesihuolto-osuuskunta", @@ -494704,7 +345751,6 @@ }, { "question": "Lenington Farms", - "icon": "./assets/data/nsi/logos/leningtonfarms-d4b8f4.undefined", "osmTags": { "and": [ "operator=Lenington Farms", @@ -494714,7 +345760,6 @@ }, { "question": "Lennheden Vatten AB", - "icon": "./assets/data/nsi/logos/lennhedenvattenab-6502da.undefined", "osmTags": { "and": [ "operator=Lennheden Vatten AB", @@ -494724,7 +345769,6 @@ }, { "question": "Leyte Metropolitan Water District", - "icon": "./assets/data/nsi/logos/leytemetropolitanwaterdistrict-91371e.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494739,7 +345783,6 @@ }, { "question": "Liechtensteinische Gasversorgung", - "icon": "./assets/data/nsi/logos/liechtensteinischegasversorgunglgv-16a848.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494770,7 +345813,6 @@ }, { "question": "Linn Operating", - "icon": "./assets/data/nsi/logos/linnoperating-15c306.undefined", "osmTags": { "and": [ "operator=Linn Operating", @@ -494780,7 +345822,6 @@ }, { "question": "LLOG Exploration Offshore", - "icon": "./assets/data/nsi/logos/llogexplorationoffshore-075232.undefined", "osmTags": { "and": [ "operator=LLOG Exploration Offshore", @@ -494790,7 +345831,6 @@ }, { "question": "Lonestar Operating", - "icon": "./assets/data/nsi/logos/lonestaroperating-15c306.undefined", "osmTags": { "and": [ "operator=Lonestar Operating", @@ -494800,7 +345840,6 @@ }, { "question": "Lundin Energy Norway AS", - "icon": "./assets/data/nsi/logos/lundinenergynorwayas-4e20da.undefined", "osmTags": { "and": [ "operator=Lundin Energy Norway AS", @@ -494810,7 +345849,6 @@ }, { "question": "LWG Lausitzer Wasser", - "icon": "./assets/data/nsi/logos/lwglausitzerwasser-6a8892.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494825,7 +345863,6 @@ }, { "question": "MA 31", - "icon": "./assets/data/nsi/logos/ma31-70ce42.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -494840,7 +345877,6 @@ }, { "question": "Magellan Crude Oil Pipeline Company", - "icon": "./assets/data/nsi/logos/magellancrudeoilpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Magellan Crude Oil Pipeline Company", @@ -494850,7 +345886,6 @@ }, { "question": "Magellan Pipeline", - "icon": "./assets/data/nsi/logos/magellanpipeline-cbbbb7.undefined", "osmTags": { "and": [ "operator=Magellan Pipeline", @@ -494860,7 +345895,6 @@ }, { "question": "Magellan Terminals Holdings", - "icon": "./assets/data/nsi/logos/magellanterminalsholdings-15c306.undefined", "osmTags": { "and": [ "operator=Magellan Terminals Holdings", @@ -494870,7 +345904,6 @@ }, { "question": "Mainline Pipelines Limited", - "icon": "./assets/data/nsi/logos/mainlinepipelineslimited-d20081.undefined", "osmTags": { "and": [ "operator=Mainline Pipelines Limited", @@ -494895,7 +345928,6 @@ }, { "question": "Manta Ray Gathering Company", - "icon": "./assets/data/nsi/logos/mantaraygatheringcompany-075232.undefined", "osmTags": { "and": [ "operator=Manta Ray Gathering Company", @@ -494905,7 +345937,6 @@ }, { "question": "MAPP", - "icon": "./assets/data/nsi/logos/mapp-a06e13.undefined", "osmTags": { "and": [ "operator=MAPP", @@ -494945,7 +345976,6 @@ }, { "question": "Maritimes and Northeast Pipeline", - "icon": "./assets/data/nsi/logos/maritimesandnortheastpipeline-2e27a1.undefined", "osmTags": { "and": [ "operator=Maritimes and Northeast Pipeline", @@ -494955,7 +345985,6 @@ }, { "question": "MarkWest Energy South Texas Gas Company", - "icon": "./assets/data/nsi/logos/markwestenergysouthtexasgascompany-15c306.undefined", "osmTags": { "and": [ "operator=MarkWest Energy South Texas Gas Company", @@ -494965,7 +345994,6 @@ }, { "question": "MarkWest Javelina Company", - "icon": "./assets/data/nsi/logos/markwestjavelinacompany-15c306.undefined", "osmTags": { "and": [ "operator=MarkWest Javelina Company", @@ -494975,7 +346003,6 @@ }, { "question": "MarkWest Javelina Pipeline Company", - "icon": "./assets/data/nsi/logos/markwestjavelinapipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=MarkWest Javelina Pipeline Company", @@ -494985,7 +346012,6 @@ }, { "question": "Martin Operating Partnership", - "icon": "./assets/data/nsi/logos/martinoperatingpartnership-15c306.undefined", "osmTags": { "and": [ "operator=Martin Operating Partnership", @@ -494995,7 +346021,6 @@ }, { "question": "Massachusetts Water Resources Authority", - "icon": "./assets/data/nsi/logos/massachusettswaterresourcesauthority-8b72af.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495011,7 +346036,6 @@ }, { "question": "Max Midstream Texas", - "icon": "./assets/data/nsi/logos/maxmidstreamtexas-15c306.undefined", "osmTags": { "and": [ "operator=Max Midstream Texas", @@ -495036,7 +346060,6 @@ }, { "question": "MEGAL Mittel-Europäische Gasleitungsgesellschaft mbH & Co. KG", - "icon": "./assets/data/nsi/logos/megalmitteleuropaischegasleitungsgesellschaftmbhandcokg-47dd0d.undefined", "osmTags": { "and": [ "operator=MEGAL Mittel-Europäische Gasleitungsgesellschaft mbH & Co. KG", @@ -495077,7 +346100,6 @@ }, { "question": "MěPOS Šenov", - "icon": "./assets/data/nsi/logos/mepossenov-ccffd7.undefined", "osmTags": { "and": [ "operator=MěPOS Šenov", @@ -495087,7 +346109,6 @@ }, { "question": "Meridian Energy", - "icon": "./assets/data/nsi/logos/meridianenergy-655644.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495102,7 +346123,6 @@ }, { "question": "Merit Energy Company", - "icon": "./assets/data/nsi/logos/meritenergycompany-afab9c.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495117,7 +346137,6 @@ }, { "question": "Metro Vancouver", - "icon": "./assets/data/nsi/logos/metrovancouver-21cbc0.undefined", "osmTags": { "and": [ "operator=Metro Vancouver", @@ -495127,7 +346146,6 @@ }, { "question": "Metropolitan Wastewater Management Commission", - "icon": "./assets/data/nsi/logos/metropolitanwastewatermanagementcommission-663069.undefined", "osmTags": { "and": [ "operator=Metropolitan Wastewater Management Commission", @@ -495153,7 +346171,6 @@ }, { "question": "Mid Valley Pipeline Company", - "icon": "./assets/data/nsi/logos/midvalleypipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=Mid Valley Pipeline Company", @@ -495163,7 +346180,6 @@ }, { "question": "Midcoast Pipelines", - "icon": "./assets/data/nsi/logos/midcoastpipelines-15c306.undefined", "osmTags": { "and": [ "operator=Midcoast Pipelines", @@ -495173,7 +346189,6 @@ }, { "question": "Midcontinent Express Pipeline", - "icon": "./assets/data/nsi/logos/midcontinentexpresspipeline-cbbbb7.undefined", "osmTags": { "and": [ "operator=Midcontinent Express Pipeline", @@ -495183,7 +346198,6 @@ }, { "question": "Midwestern Gas Transmission Company", - "icon": "./assets/data/nsi/logos/midwesterngastransmissioncompany-138b71.undefined", "osmTags": { "and": [ "operator=Midwestern Gas Transmission Company", @@ -495193,7 +346207,6 @@ }, { "question": "Mihő Kft.", - "icon": "./assets/data/nsi/logos/mihokft-1cc3f6.undefined", "osmTags": { "and": [ "operator=Mihő Kft.", @@ -495203,7 +346216,6 @@ }, { "question": "Millennium Pipeline", - "icon": "./assets/data/nsi/logos/millenniumpipeline-97a5e1.undefined", "osmTags": { "and": [ "operator=Millennium Pipeline", @@ -495213,7 +346225,6 @@ }, { "question": "Minera Alumbrera YMAD-UTE", - "icon": "./assets/data/nsi/logos/mineraalumbreraymadute-f2a8db.undefined", "osmTags": { "and": [ "operator=Minera Alumbrera YMAD-UTE", @@ -495223,7 +346234,6 @@ }, { "question": "Mitteldeutsche Netzgesellschaft Gas GmbH", - "icon": "./assets/data/nsi/logos/mitteldeutschenetzgesellschaftgasgmbh-49c3f2.undefined", "osmTags": { "and": [ "operator=Mitteldeutsche Netzgesellschaft Gas GmbH", @@ -495233,7 +346243,6 @@ }, { "question": "Mobil Pipe Line Company", - "icon": "./assets/data/nsi/logos/mobilpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Mobil Pipe Line Company", @@ -495243,7 +346252,6 @@ }, { "question": "Mobile", - "icon": "./assets/data/nsi/logos/mobile-002653.undefined", "osmTags": { "and": [ "operator=Mobile", @@ -495268,7 +346276,6 @@ }, { "question": "Moldovagaz", - "icon": "./assets/data/nsi/logos/moldovagaz-e03b02.undefined", "osmTags": { "and": [ "operator=Moldovagaz", @@ -495278,7 +346285,6 @@ }, { "question": "Momentum Production", - "icon": "./assets/data/nsi/logos/momentumproduction-15c306.undefined", "osmTags": { "and": [ "operator=Momentum Production", @@ -495288,7 +346294,6 @@ }, { "question": "Monroe Gas Storage Company", - "icon": "./assets/data/nsi/logos/monroegasstoragecompany-fa613f.undefined", "osmTags": { "and": [ "operator=Monroe Gas Storage Company", @@ -495298,7 +346303,6 @@ }, { "question": "Monument Pipeline", - "icon": "./assets/data/nsi/logos/monumentpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Monument Pipeline", @@ -495323,7 +346327,6 @@ }, { "question": "MPEC Rzeszów", - "icon": "./assets/data/nsi/logos/mpecrzeszow-e3bdc4.undefined", "osmTags": { "and": [ "operator=MPEC Rzeszów", @@ -495333,7 +346336,6 @@ }, { "question": "MPEC S.A", - "icon": "./assets/data/nsi/logos/mpecsa-e3bdc4.undefined", "osmTags": { "and": [ "operator=MPEC S.A", @@ -495343,7 +346345,6 @@ }, { "question": "MPLX", - "icon": "./assets/data/nsi/logos/mplx-154416.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495358,7 +346359,6 @@ }, { "question": "Murphy Exploration & Production", - "icon": "./assets/data/nsi/logos/murphyexplorationandproduction-075232.undefined", "osmTags": { "and": [ "operator=Murphy Exploration & Production", @@ -495368,7 +346368,6 @@ }, { "question": "Mustang Island Gathering", - "icon": "./assets/data/nsi/logos/mustangislandgathering-15c306.undefined", "osmTags": { "and": [ "operator=Mustang Island Gathering", @@ -495378,7 +346377,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-db6291.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495394,7 +346392,6 @@ }, { "question": "NAM", - "icon": "./assets/data/nsi/logos/nam-983549.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495409,7 +346406,6 @@ }, { "question": "National Gas", - "icon": "./assets/data/nsi/logos/nationalgas-d20081.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495425,7 +346421,6 @@ }, { "question": "National Gas Transmission PLC", - "icon": "./assets/data/nsi/logos/nationalgastransmissionplc-d20081.undefined", "osmTags": { "and": [ "operator=National Gas Transmission PLC", @@ -495435,7 +346430,6 @@ }, { "question": "Natural Gas Pipeline Company of America", - "icon": "./assets/data/nsi/logos/naturalgaspipelinecompanyofamerica-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495465,7 +346459,6 @@ }, { "question": "Navarro Midstream Services", - "icon": "./assets/data/nsi/logos/navarromidstreamservices-15c306.undefined", "osmTags": { "and": [ "operator=Navarro Midstream Services", @@ -495475,7 +346468,6 @@ }, { "question": "NEL Gastransport", - "icon": "./assets/data/nsi/logos/nelgastransport-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495491,7 +346483,6 @@ }, { "question": "Net Mexico Pipeline Partners", - "icon": "./assets/data/nsi/logos/netmexicopipelinepartners-15c306.undefined", "osmTags": { "and": [ "operator=Net Mexico Pipeline Partners", @@ -495501,7 +346492,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-f13994.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495547,7 +346537,6 @@ }, { "question": "Netzgesellschaft Schwerin", - "icon": "./assets/data/nsi/logos/netzgesellschaftschwerin-ebfdd8.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495563,7 +346552,6 @@ }, { "question": "Neumin Production Company", - "icon": "./assets/data/nsi/logos/neuminproductioncompany-15c306.undefined", "osmTags": { "and": [ "operator=Neumin Production Company", @@ -495573,7 +346561,6 @@ }, { "question": "New York City Department of Environmental Protection", - "icon": "./assets/data/nsi/logos/newyorkcitydepartmentofenvironmentalprotection-97a5e1.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495588,7 +346575,6 @@ }, { "question": "Newfield Exploration Company", - "icon": "./assets/data/nsi/logos/newfieldexplorationcompany-075232.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495618,7 +346604,6 @@ }, { "question": "Nord Stream AG", - "icon": "./assets/data/nsi/logos/nordstreamag-88a045.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495649,7 +346634,6 @@ }, { "question": "Norðurorka", - "icon": "./assets/data/nsi/logos/nordhurorka-b95f4c.undefined", "osmTags": { "and": [ "operator=Norðurorka", @@ -495659,7 +346643,6 @@ }, { "question": "Northern Gas Networks", - "icon": "./assets/data/nsi/logos/northerngasnetworks-5737c5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495690,7 +346673,6 @@ }, { "question": "Northern Natural Gas", - "icon": "./assets/data/nsi/logos/northernnaturalgas-cbbbb7.undefined", "osmTags": { "and": [ "operator=Northern Natural Gas", @@ -495700,7 +346682,6 @@ }, { "question": "Northwest Pipeline", - "icon": "./assets/data/nsi/logos/northwestpipeline-cbbbb7.undefined", "osmTags": { "and": [ "operator=Northwest Pipeline", @@ -495740,7 +346721,6 @@ }, { "question": "Nowega", - "icon": "./assets/data/nsi/logos/nowega-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495755,7 +346735,6 @@ }, { "question": "NSWDB", - "icon": "./assets/data/nsi/logos/nswdb-d69902.undefined", "osmTags": { "and": [ "operator=NSWDB", @@ -495780,7 +346759,6 @@ }, { "question": "Nustar Logistics", - "icon": "./assets/data/nsi/logos/nustarlogistics-15c306.undefined", "osmTags": { "and": [ "operator=Nustar Logistics", @@ -495790,7 +346768,6 @@ }, { "question": "NuStar Pipeline Operating Partnership", - "icon": "./assets/data/nsi/logos/nustarpipelineoperatingpartnership-cbbbb7.undefined", "osmTags": { "and": [ "operator=NuStar Pipeline Operating Partnership", @@ -495831,7 +346808,6 @@ }, { "question": "Occidental Chemical Corporation", - "icon": "./assets/data/nsi/logos/occidentalchemicalcorporation-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495846,7 +346822,6 @@ }, { "question": "Occidental Permian", - "icon": "./assets/data/nsi/logos/occidentalpermian-15c306.undefined", "osmTags": { "and": [ "operator=Occidental Permian", @@ -495871,7 +346846,6 @@ }, { "question": "Olipdp II", - "icon": "./assets/data/nsi/logos/olipdpii-15c306.undefined", "osmTags": { "and": [ "operator=Olipdp II", @@ -495896,7 +346870,6 @@ }, { "question": "OMV Refining & Marketing GmbH", - "icon": "./assets/data/nsi/logos/omvrefiningandmarketinggmbh-a158a5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -495926,7 +346899,6 @@ }, { "question": "Oneok Hydrocarbon Southwest", - "icon": "./assets/data/nsi/logos/oneokhydrocarbonsouthwest-15c306.undefined", "osmTags": { "and": [ "operator=Oneok Hydrocarbon Southwest", @@ -495936,7 +346908,6 @@ }, { "question": "Oneok NGL Pipeline", - "icon": "./assets/data/nsi/logos/oneoknglpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Oneok NGL Pipeline", @@ -495961,7 +346932,6 @@ }, { "question": "OÖ Ferngas", - "icon": "./assets/data/nsi/logos/ooferngas-7244ea.undefined", "osmTags": { "and": [ "operator=OÖ Ferngas", @@ -495987,7 +346957,6 @@ }, { "question": "Orange", - "icon": "./assets/data/nsi/logos/orange-e3bdc4.undefined", "osmTags": { "and": [ "operator=Orange", @@ -496012,7 +346981,6 @@ }, { "question": "Orkuveita Reykjavíkur", - "icon": "./assets/data/nsi/logos/orkuveitareykjavikur-b95f4c.undefined", "osmTags": { "and": [ "operator=Orkuveita Reykjavíkur", @@ -496022,7 +346990,6 @@ }, { "question": "Ormat Technologies", - "icon": "./assets/data/nsi/logos/ormattechnologies-2a0bd0.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496037,7 +347004,6 @@ }, { "question": "Ouray Ice Park", - "icon": "./assets/data/nsi/logos/ourayicepark-d590c3.undefined", "osmTags": { "and": [ "operator=Ouray Ice Park", @@ -496047,7 +347013,6 @@ }, { "question": "OXY USA", - "icon": "./assets/data/nsi/logos/oxyusa-15c306.undefined", "osmTags": { "and": [ "operator=OXY USA", @@ -496057,7 +347022,6 @@ }, { "question": "Ozona Pipeline Energy Company", - "icon": "./assets/data/nsi/logos/ozonapipelineenergycompany-15c306.undefined", "osmTags": { "and": [ "operator=Ozona Pipeline Energy Company", @@ -496083,7 +347047,6 @@ }, { "question": "Panhandle Eastern Pipe Line Company", - "icon": "./assets/data/nsi/logos/panhandleeasternpipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496098,7 +347061,6 @@ }, { "question": "Panhandle Energy", - "icon": "./assets/data/nsi/logos/panhandleenergy-b5a7aa.undefined", "osmTags": { "and": [ "operator=Panhandle Energy", @@ -496108,7 +347070,6 @@ }, { "question": "Panther Operating Company", - "icon": "./assets/data/nsi/logos/pantheroperatingcompany-075232.undefined", "osmTags": { "and": [ "operator=Panther Operating Company", @@ -496118,7 +347079,6 @@ }, { "question": "Panther Pipeline", - "icon": "./assets/data/nsi/logos/pantherpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Panther Pipeline", @@ -496128,7 +347088,6 @@ }, { "question": "Paradigm Midstream Services", - "icon": "./assets/data/nsi/logos/paradigmmidstreamservices-15c306.undefined", "osmTags": { "and": [ "operator=Paradigm Midstream Services", @@ -496138,7 +347097,6 @@ }, { "question": "PDAM", - "icon": "./assets/data/nsi/logos/pdam-2086bb.undefined", "osmTags": { "and": [ "operator=PDAM", @@ -496148,7 +347106,6 @@ }, { "question": "PDVSA", - "icon": "./assets/data/nsi/logos/pdvsa-bdd962.undefined", "osmTags": { "and": [ "operator=PDVSA", @@ -496158,7 +347115,6 @@ }, { "question": "Pembina", - "icon": "./assets/data/nsi/logos/pembina-3e8808.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496203,7 +347159,6 @@ }, { "question": "Peoples Gas System", - "icon": "./assets/data/nsi/logos/peoplesgassystem-b5a7aa.undefined", "osmTags": { "and": [ "operator=Peoples Gas System", @@ -496213,7 +347168,6 @@ }, { "question": "Permian Express Partners", - "icon": "./assets/data/nsi/logos/permianexpresspartners-cbbbb7.undefined", "osmTags": { "and": [ "operator=Permian Express Partners", @@ -496223,7 +347177,6 @@ }, { "question": "Pertamina", - "icon": "./assets/data/nsi/logos/pertamina-2086bb.undefined", "osmTags": { "and": [ "operator=Pertamina", @@ -496248,7 +347201,6 @@ }, { "question": "Petrobras Transporte SA", - "icon": "./assets/data/nsi/logos/petrobrastransportesa-0efc1c.undefined", "osmTags": { "and": [ "operator=Petrobras Transporte SA", @@ -496258,7 +347210,6 @@ }, { "question": "Petrochemical Pipeline Services", - "icon": "./assets/data/nsi/logos/petrochemicalpipelineservices-53243c.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496288,7 +347239,6 @@ }, { "question": "Petroleum Fuels Company", - "icon": "./assets/data/nsi/logos/petroleumfuelscompany-15c306.undefined", "osmTags": { "and": [ "operator=Petroleum Fuels Company", @@ -496298,7 +347248,6 @@ }, { "question": "Petroterminales de Panamá", - "icon": "./assets/data/nsi/logos/petroterminalesdepanama-464cf2.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496313,7 +347262,6 @@ }, { "question": "PGE Górnictwo i Energetyka Konwencjonalna S.A.", - "icon": "./assets/data/nsi/logos/pgegornictwoienergetykakonwencjonalnasa-e3bdc4.undefined", "osmTags": { "and": [ "operator=PGE Górnictwo i Energetyka Konwencjonalna S.A.", @@ -496323,7 +347271,6 @@ }, { "question": "PGNiG TERMIKA", - "icon": "./assets/data/nsi/logos/pgnigtermika-e3bdc4.undefined", "osmTags": { "and": [ "operator=PGNiG TERMIKA", @@ -496348,7 +347295,6 @@ }, { "question": "Phillips 66 Pipeline", - "icon": "./assets/data/nsi/logos/phillips66pipeline-15c306.undefined", "osmTags": { "and": [ "operator=Phillips 66 Pipeline", @@ -496373,7 +347319,6 @@ }, { "question": "Placer County Water Agency", - "icon": "./assets/data/nsi/logos/placercountywateragency-2125b6.undefined", "osmTags": { "and": [ "operator=Placer County Water Agency", @@ -496383,7 +347328,6 @@ }, { "question": "Plains Pipeline", - "icon": "./assets/data/nsi/logos/plainspipeline-cbbbb7.undefined", "osmTags": { "and": [ "operator=Plains Pipeline", @@ -496393,7 +347337,6 @@ }, { "question": "Plantation Pipeline", - "icon": "./assets/data/nsi/logos/plantationpipeline-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496408,7 +347351,6 @@ }, { "question": "Plinacro", - "icon": "./assets/data/nsi/logos/plinacro-ed8d76.undefined", "osmTags": { "and": [ "operator=Plinacro", @@ -496418,7 +347360,6 @@ }, { "question": "PLTP Patuha", - "icon": "./assets/data/nsi/logos/pltppatuha-2086bb.undefined", "osmTags": { "and": [ "operator=PLTP Patuha", @@ -496443,7 +347384,6 @@ }, { "question": "Polaris Pipeline Systems", - "icon": "./assets/data/nsi/logos/polarispipelinesystems-15c306.undefined", "osmTags": { "and": [ "operator=Polaris Pipeline Systems", @@ -496484,7 +347424,6 @@ }, { "question": "Premier Transmission Limited", - "icon": "./assets/data/nsi/logos/premiertransmissionlimited-d20081.undefined", "osmTags": { "and": [ "operator=Premier Transmission Limited", @@ -496494,7 +347433,6 @@ }, { "question": "Producers Gas Gathering JV", - "icon": "./assets/data/nsi/logos/producersgasgatheringjv-15c306.undefined", "osmTags": { "and": [ "operator=Producers Gas Gathering JV", @@ -496504,7 +347442,6 @@ }, { "question": "Products (SE) Pipe Line Corporation", - "icon": "./assets/data/nsi/logos/productssepipelinecorporation-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496519,7 +347456,6 @@ }, { "question": "Promioriente", - "icon": "./assets/data/nsi/logos/promioriente-8a71da.undefined", "osmTags": { "and": [ "operator=Promioriente", @@ -496529,7 +347465,6 @@ }, { "question": "Protege Energy III", - "icon": "./assets/data/nsi/logos/protegeenergyiii-15c306.undefined", "osmTags": { "and": [ "operator=Protege Energy III", @@ -496539,7 +347474,6 @@ }, { "question": "Public Service Company of North Carolina", - "icon": "./assets/data/nsi/logos/publicservicecompanyofnorthcarolina-e18127.undefined", "osmTags": { "and": [ "operator=Public Service Company of North Carolina", @@ -496564,7 +347498,6 @@ }, { "question": "Quail Creek Oil Corporation", - "icon": "./assets/data/nsi/logos/quailcreekoilcorporation-15c306.undefined", "osmTags": { "and": [ "operator=Quail Creek Oil Corporation", @@ -496574,7 +347507,6 @@ }, { "question": "QuarterNorth Energy", - "icon": "./assets/data/nsi/logos/quarternorthenergy-dafc90.undefined", "osmTags": { "and": [ "operator=QuarterNorth Energy", @@ -496599,7 +347531,6 @@ }, { "question": "Ranger Oil Corporation", - "icon": "./assets/data/nsi/logos/rangeroilcorporation-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496614,7 +347545,6 @@ }, { "question": "Recoil Resources Operating", - "icon": "./assets/data/nsi/logos/recoilresourcesoperating-15c306.undefined", "osmTags": { "and": [ "operator=Recoil Resources Operating", @@ -496624,7 +347554,6 @@ }, { "question": "Redexis", - "icon": "./assets/data/nsi/logos/redexis-0e4881.undefined", "osmTags": { "and": [ "operator=Redexis", @@ -496634,7 +347563,6 @@ }, { "question": "Régaz", - "icon": "./assets/data/nsi/logos/regaz-f51be3.undefined", "osmTags": { "and": [ "operator=Régaz", @@ -496644,7 +347572,6 @@ }, { "question": "Regio Energie Solothurn", - "icon": "./assets/data/nsi/logos/regioenergiesolothurn-fa7150.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496659,7 +347586,6 @@ }, { "question": "Regional NNE", - "icon": "./assets/data/nsi/logos/regionalnne-0efc1c.undefined", "osmTags": { "and": [ "operator=Regional NNE", @@ -496669,7 +347595,6 @@ }, { "question": "Remora Operating", - "icon": "./assets/data/nsi/logos/remoraoperating-15c306.undefined", "osmTags": { "and": [ "operator=Remora Operating", @@ -496694,7 +347619,6 @@ }, { "question": "Renaissance Offshore", - "icon": "./assets/data/nsi/logos/renaissanceoffshore-075232.undefined", "osmTags": { "and": [ "operator=Renaissance Offshore", @@ -496704,7 +347628,6 @@ }, { "question": "Repsol Oil & Gas USA", - "icon": "./assets/data/nsi/logos/repsoloilandgasusa-15c306.undefined", "osmTags": { "and": [ "operator=Repsol Oil & Gas USA", @@ -496714,7 +347637,6 @@ }, { "question": "Republic Coast Pipeline", - "icon": "./assets/data/nsi/logos/republiccoastpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Republic Coast Pipeline", @@ -496740,7 +347662,6 @@ }, { "question": "Rheinkalk GmbH", - "icon": "./assets/data/nsi/logos/rheinkalkgmbh-47dd0d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496770,7 +347691,6 @@ }, { "question": "Rockdale Energy", - "icon": "./assets/data/nsi/logos/rockdaleenergy-15c306.undefined", "osmTags": { "and": [ "operator=Rockdale Energy", @@ -496780,7 +347700,6 @@ }, { "question": "Rosneft", - "icon": "./assets/data/nsi/logos/rosneft-b9219a.undefined", "osmTags": { "and": [ "operator=Rosneft", @@ -496790,7 +347709,6 @@ }, { "question": "Rotterdam-Rijn Pijpleidingmaatschappij", - "icon": "./assets/data/nsi/logos/rotterdamrijnpijpleidingmaatschappij-983549.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496805,7 +347723,6 @@ }, { "question": "RUBIS Antilles Guyane", - "icon": "./assets/data/nsi/logos/rubisantillesguyane-a99029.undefined", "osmTags": { "and": [ "operator=RUBIS Antilles Guyane", @@ -496815,7 +347732,6 @@ }, { "question": "Ruhroel", - "icon": "./assets/data/nsi/logos/ruhroel-47dd0d.undefined", "osmTags": { "and": [ "operator=Ruhroel", @@ -496855,7 +347771,6 @@ }, { "question": "Sabal Trail Transmission", - "icon": "./assets/data/nsi/logos/sabaltrailtransmission-619bd2.undefined", "osmTags": { "and": [ "operator=Sabal Trail Transmission", @@ -496895,7 +347810,6 @@ }, { "question": "Sakhalin Energy", - "icon": "./assets/data/nsi/logos/sakhalinenergy-b9219a.undefined", "osmTags": { "and": [ "operator=Sakhalin Energy", @@ -496905,7 +347819,6 @@ }, { "question": "Samarco", - "icon": "./assets/data/nsi/logos/samarco-0efc1c.undefined", "osmTags": { "and": [ "operator=Samarco", @@ -496915,7 +347828,6 @@ }, { "question": "San Francisco Public Utilities Commission", - "icon": "./assets/data/nsi/logos/sanfranciscopublicutilitiescommission-2125b6.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496930,7 +347842,6 @@ }, { "question": "Sanare Energy Partners", - "icon": "./assets/data/nsi/logos/sanareenergypartners-075232.undefined", "osmTags": { "and": [ "operator=Sanare Energy Partners", @@ -496940,7 +347851,6 @@ }, { "question": "Sandel Operating Company", - "icon": "./assets/data/nsi/logos/sandeloperatingcompany-15c306.undefined", "osmTags": { "and": [ "operator=Sandel Operating Company", @@ -496950,7 +347860,6 @@ }, { "question": "SAPPRO", - "icon": "./assets/data/nsi/logos/sappro-3e2612.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -496965,7 +347874,6 @@ }, { "question": "Sarita Energy Resources", - "icon": "./assets/data/nsi/logos/saritaenergyresources-15c306.undefined", "osmTags": { "and": [ "operator=Sarita Energy Resources", @@ -496992,7 +347900,6 @@ }, { "question": "SC-GÁS", - "icon": "./assets/data/nsi/logos/scgas-0efc1c.undefined", "osmTags": { "and": [ "operator=SC-GÁS", @@ -497017,7 +347924,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-3970e4.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497032,7 +347938,6 @@ }, { "question": "Scottish & Southern Energy", - "icon": "./assets/data/nsi/logos/scottishandsouthernenergy-d20081.undefined", "osmTags": { "and": [ "operator=Scottish & Southern Energy", @@ -497057,7 +347962,6 @@ }, { "question": "Sea Eagle Ford", - "icon": "./assets/data/nsi/logos/seaeagleford-15c306.undefined", "osmTags": { "and": [ "operator=Sea Eagle Ford", @@ -497067,7 +347971,6 @@ }, { "question": "Sea Robin Pipeline Company", - "icon": "./assets/data/nsi/logos/searobinpipelinecompany-dafc90.undefined", "osmTags": { "and": [ "operator=Sea Robin Pipeline Company", @@ -497077,7 +347980,6 @@ }, { "question": "Seadrift Pipeline", - "icon": "./assets/data/nsi/logos/seadriftpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Seadrift Pipeline", @@ -497104,7 +348006,6 @@ }, { "question": "SEP Congo", - "icon": "./assets/data/nsi/logos/sepcongo-cea1fc.undefined", "osmTags": { "and": [ "operator=SEP Congo", @@ -497129,7 +348030,6 @@ }, { "question": "Serhy", - "icon": "./assets/data/nsi/logos/serhy-bb421b.undefined", "osmTags": { "and": [ "operator=Serhy", @@ -497139,7 +348039,6 @@ }, { "question": "Servicio Municipal de Agua Potable y Alcantarillado", - "icon": "./assets/data/nsi/logos/serviciomunicipaldeaguapotableyalcantarillado-45421b.undefined", "osmTags": { "and": [ "operator=Servicio Municipal de Agua Potable y Alcantarillado", @@ -497149,7 +348048,6 @@ }, { "question": "SEV", - "icon": "./assets/data/nsi/logos/sev-f804ed.undefined", "osmTags": { "and": [ "operator=SEV", @@ -497174,7 +348072,6 @@ }, { "question": "SFDM", - "icon": "./assets/data/nsi/logos/sfdm-4a5c8f.undefined", "osmTags": { "and": [ "operator=SFDM", @@ -497184,7 +348081,6 @@ }, { "question": "SGN", - "icon": "./assets/data/nsi/logos/sgn-c59045.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497230,7 +348126,6 @@ }, { "question": "Shell Offshore", - "icon": "./assets/data/nsi/logos/shelloffshore-075232.undefined", "osmTags": { "and": [ "operator=Shell Offshore", @@ -497240,7 +348135,6 @@ }, { "question": "Shell Pipeline Company", - "icon": "./assets/data/nsi/logos/shellpipelinecompany-67fbd2.undefined", "osmTags": { "and": [ "operator=Shell Pipeline Company", @@ -497265,7 +348159,6 @@ }, { "question": "Sheridan Production Company III", - "icon": "./assets/data/nsi/logos/sheridanproductioncompanyiii-15c306.undefined", "osmTags": { "and": [ "operator=Sheridan Production Company III", @@ -497275,7 +348168,6 @@ }, { "question": "Silverbow Resources", - "icon": "./assets/data/nsi/logos/silverbowresources-15c306.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497290,7 +348182,6 @@ }, { "question": "SM Energy Company", - "icon": "./assets/data/nsi/logos/smenergycompany-075232.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497305,7 +348196,6 @@ }, { "question": "SN EF Maverick", - "icon": "./assets/data/nsi/logos/snefmaverick-15c306.undefined", "osmTags": { "and": [ "operator=SN EF Maverick", @@ -497315,7 +348205,6 @@ }, { "question": "SN Operating", - "icon": "./assets/data/nsi/logos/snoperating-15c306.undefined", "osmTags": { "and": [ "operator=SN Operating", @@ -497325,7 +348214,6 @@ }, { "question": "SNAM", - "icon": "./assets/data/nsi/logos/snam-bb421b.undefined", "osmTags": { "and": [ "operator=SNAM", @@ -497350,7 +348238,6 @@ }, { "question": "Société Anonyme de Raffinerie des Antilles", - "icon": "./assets/data/nsi/logos/societeanonymederaffineriedesantilles-a99029.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497365,7 +348252,6 @@ }, { "question": "Société du Pipeline Sud-Européen", - "icon": "./assets/data/nsi/logos/societedupipelinesudeuropeen-b3a4b1.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497381,7 +348267,6 @@ }, { "question": "SONATRACH", - "icon": "./assets/data/nsi/logos/sonatrach-1d7473.undefined", "osmTags": { "and": [ "operator=SONATRACH", @@ -497406,7 +348291,6 @@ }, { "question": "Sonera", - "icon": "./assets/data/nsi/logos/sonera-30982d.undefined", "osmTags": { "and": [ "operator=Sonera", @@ -497416,7 +348300,6 @@ }, { "question": "South Australian Government", - "icon": "./assets/data/nsi/logos/southaustraliangovernment-137d4e.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497431,7 +348314,6 @@ }, { "question": "South-West Water", - "icon": "./assets/data/nsi/logos/southwestwater-d20081.undefined", "osmTags": { "and": [ "operator=South-West Water", @@ -497441,7 +348323,6 @@ }, { "question": "Southcross CCNG Gathering", - "icon": "./assets/data/nsi/logos/southcrossccnggathering-15c306.undefined", "osmTags": { "and": [ "operator=Southcross CCNG Gathering", @@ -497451,7 +348332,6 @@ }, { "question": "Southcross CCNG Transmission", - "icon": "./assets/data/nsi/logos/southcrossccngtransmission-15c306.undefined", "osmTags": { "and": [ "operator=Southcross CCNG Transmission", @@ -497461,7 +348341,6 @@ }, { "question": "Southcross Gulf Coast Transmission", - "icon": "./assets/data/nsi/logos/southcrossgulfcoasttransmission-15c306.undefined", "osmTags": { "and": [ "operator=Southcross Gulf Coast Transmission", @@ -497471,7 +348350,6 @@ }, { "question": "Southcross NGL Pipeline", - "icon": "./assets/data/nsi/logos/southcrossnglpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Southcross NGL Pipeline", @@ -497481,7 +348359,6 @@ }, { "question": "Southeast Gas", - "icon": "./assets/data/nsi/logos/southeastgas-8dbf8a.undefined", "osmTags": { "and": [ "operator=Southeast Gas", @@ -497491,7 +348368,6 @@ }, { "question": "Southeast Supply Header", - "icon": "./assets/data/nsi/logos/southeastsupplyheader-a55dc2.undefined", "osmTags": { "and": [ "operator=Southeast Supply Header", @@ -497517,7 +348393,6 @@ }, { "question": "Southern Indiana Gas & Electric", - "icon": "./assets/data/nsi/logos/southernindianagasandelectric-cd1ae8.undefined", "osmTags": { "and": [ "operator=Southern Indiana Gas & Electric", @@ -497527,7 +348402,6 @@ }, { "question": "Southern Natural Gas", - "icon": "./assets/data/nsi/logos/southernnaturalgas-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497542,7 +348416,6 @@ }, { "question": "Southern Star Central Gas Pipeline", - "icon": "./assets/data/nsi/logos/southernstarcentralgaspipeline-4423a7.undefined", "osmTags": { "and": [ "operator=Southern Star Central Gas Pipeline", @@ -497552,7 +348425,6 @@ }, { "question": "Southern Water", - "icon": "./assets/data/nsi/logos/southernwater-5737c5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497598,7 +348470,6 @@ }, { "question": "SPDC", - "icon": "./assets/data/nsi/logos/spdc-26b839.undefined", "osmTags": { "and": [ "operator=SPDC", @@ -497608,7 +348479,6 @@ }, { "question": "Spire Gulf", - "icon": "./assets/data/nsi/logos/spiregulf-8dbf8a.undefined", "osmTags": { "and": [ "operator=Spire Gulf", @@ -497618,7 +348488,6 @@ }, { "question": "Spółka Energetyczna Jaworzno", - "icon": "./assets/data/nsi/logos/spolkaenergetycznajaworzno-e3bdc4.undefined", "osmTags": { "and": [ "operator=Spółka Energetyczna Jaworzno", @@ -497628,7 +348497,6 @@ }, { "question": "Spółka Wodociągowo–Kanalizacyjna Dzimierz – Nowa Wieś", - "icon": "./assets/data/nsi/logos/spolkawodociagowokanalizacyjnadzimierznowawies-e3bdc4.undefined", "osmTags": { "and": [ "operator=Spółka Wodociągowo–Kanalizacyjna Dzimierz – Nowa Wieś", @@ -497638,7 +348506,6 @@ }, { "question": "SPP", - "icon": "./assets/data/nsi/logos/spp-0d789f.undefined", "osmTags": { "and": [ "operator=SPP", @@ -497648,7 +348515,6 @@ }, { "question": "SpreeGas", - "icon": "./assets/data/nsi/logos/spreegas-47dd0d.undefined", "osmTags": { "and": [ "operator=SpreeGas", @@ -497658,7 +348524,6 @@ }, { "question": "Springfield Pipeline", - "icon": "./assets/data/nsi/logos/springfieldpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Springfield Pipeline", @@ -497683,7 +348548,6 @@ }, { "question": "SSE Ireland", - "icon": "./assets/data/nsi/logos/sseireland-00086a.undefined", "osmTags": { "and": [ "operator=SSE Ireland", @@ -497693,7 +348557,6 @@ }, { "question": "St Mary River Irrigation District", - "icon": "./assets/data/nsi/logos/stmaryriverirrigationdistrict-8f5c91.undefined", "osmTags": { "and": [ "operator=St Mary River Irrigation District", @@ -497703,7 +348566,6 @@ }, { "question": "Stadt Wien", - "icon": "./assets/data/nsi/logos/stadtwien-a0dadd.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497765,7 +348627,6 @@ }, { "question": "Stadtwerke Karlsruhe Netzservice", - "icon": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-3970e4.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497841,7 +348702,6 @@ }, { "question": "Stanwell", - "icon": "./assets/data/nsi/logos/stanwell-0331bf.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497856,7 +348716,6 @@ }, { "question": "Startex Field Services", - "icon": "./assets/data/nsi/logos/startexfieldservices-15c306.undefined", "osmTags": { "and": [ "operator=Startex Field Services", @@ -497866,7 +348725,6 @@ }, { "question": "Stingray Pipeline Company", - "icon": "./assets/data/nsi/logos/stingraypipelinecompany-dafc90.undefined", "osmTags": { "and": [ "operator=Stingray Pipeline Company", @@ -497876,7 +348734,6 @@ }, { "question": "Stonewater Pipeline Company", - "icon": "./assets/data/nsi/logos/stonewaterpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Stonewater Pipeline Company", @@ -497886,7 +348743,6 @@ }, { "question": "Sturgeon Aquafarms", - "icon": "./assets/data/nsi/logos/sturgeonaquafarms-b5a7aa.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497901,7 +348757,6 @@ }, { "question": "Sulphur River Exploration", - "icon": "./assets/data/nsi/logos/sulphurriverexploration-15c306.undefined", "osmTags": { "and": [ "operator=Sulphur River Exploration", @@ -497911,7 +348766,6 @@ }, { "question": "Sulphur River Gathering", - "icon": "./assets/data/nsi/logos/sulphurrivergathering-15c306.undefined", "osmTags": { "and": [ "operator=Sulphur River Gathering", @@ -497921,7 +348775,6 @@ }, { "question": "Sunoco Pipeline", - "icon": "./assets/data/nsi/logos/sunocopipeline-cbbbb7.undefined", "osmTags": { "and": [ "operator=Sunoco Pipeline", @@ -497931,7 +348784,6 @@ }, { "question": "Superior Midstream", - "icon": "./assets/data/nsi/logos/superiormidstream-15c306.undefined", "osmTags": { "and": [ "operator=Superior Midstream", @@ -497956,7 +348808,6 @@ }, { "question": "SWKiel Netz GmbH", - "icon": "./assets/data/nsi/logos/swkielnetzgmbh-63650c.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -497971,7 +348822,6 @@ }, { "question": "Sydney Catchment Authority", - "icon": "./assets/data/nsi/logos/sydneycatchmentauthority-db32ff.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498001,7 +348851,6 @@ }, { "question": "TAG", - "icon": "./assets/data/nsi/logos/tag-0efc1c.undefined", "osmTags": { "and": [ "operator=TAG", @@ -498011,7 +348860,6 @@ }, { "question": "TAG Pipelines Norte", - "icon": "./assets/data/nsi/logos/tagpipelinesnorte-02fb83.undefined", "osmTags": { "and": [ "operator=TAG Pipelines Norte", @@ -498021,7 +348869,6 @@ }, { "question": "TAG Pipelines Sur", - "icon": "./assets/data/nsi/logos/tagpipelinessur-02fb83.undefined", "osmTags": { "and": [ "operator=TAG Pipelines Sur", @@ -498031,7 +348878,6 @@ }, { "question": "Tallgrass Energy Partners", - "icon": "./assets/data/nsi/logos/tallgrassenergypartners-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498046,7 +348892,6 @@ }, { "question": "Talos Energy Offshore", - "icon": "./assets/data/nsi/logos/talosenergyoffshore-dafc90.undefined", "osmTags": { "and": [ "operator=Talos Energy Offshore", @@ -498056,7 +348901,6 @@ }, { "question": "Talos Energy Ventures", - "icon": "./assets/data/nsi/logos/talosenergyventures-075232.undefined", "osmTags": { "and": [ "operator=Talos Energy Ventures", @@ -498066,7 +348910,6 @@ }, { "question": "Talos ERT", - "icon": "./assets/data/nsi/logos/talosert-fbf18f.undefined", "osmTags": { "and": [ "operator=Talos ERT", @@ -498076,7 +348919,6 @@ }, { "question": "Talos Petroleum", - "icon": "./assets/data/nsi/logos/talospetroleum-075232.undefined", "osmTags": { "and": [ "operator=Talos Petroleum", @@ -498086,7 +348928,6 @@ }, { "question": "TANAP", - "icon": "./assets/data/nsi/logos/tanap-d39c59.undefined", "osmTags": { "and": [ "operator=TANAP", @@ -498096,7 +348937,6 @@ }, { "question": "Targa NGL Pipeline Company", - "icon": "./assets/data/nsi/logos/targanglpipelinecompany-15c306.undefined", "osmTags": { "and": [ "operator=Targa NGL Pipeline Company", @@ -498121,7 +348961,6 @@ }, { "question": "TC Oil Pipeline Operations", - "icon": "./assets/data/nsi/logos/tcoilpipelineoperations-e390b2.undefined", "osmTags": { "and": [ "operator=TC Oil Pipeline Operations", @@ -498131,7 +348970,6 @@ }, { "question": "Tennessee Gas Pipeline Company", - "icon": "./assets/data/nsi/logos/tennesseegaspipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498147,7 +348985,6 @@ }, { "question": "TEOL", - "icon": "./assets/data/nsi/logos/teol-d23be4.undefined", "osmTags": { "and": [ "operator=TEOL", @@ -498157,7 +348994,6 @@ }, { "question": "Terega", - "icon": "./assets/data/nsi/logos/terega-2dc40f.undefined", "osmTags": { "and": [ "operator=Terega", @@ -498183,7 +349019,6 @@ }, { "question": "TESKİ", - "icon": "./assets/data/nsi/logos/teski-d39c59.undefined", "osmTags": { "and": [ "operator=TESKİ", @@ -498193,7 +349028,6 @@ }, { "question": "Texas Eastern Transmission, LP", - "icon": "./assets/data/nsi/logos/texaseasterntransmissionlp-cbbbb7.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498208,7 +349042,6 @@ }, { "question": "Texas Gas Service Company", - "icon": "./assets/data/nsi/logos/texasgasservicecompany-15c306.undefined", "osmTags": { "and": [ "operator=Texas Gas Service Company", @@ -498218,7 +349051,6 @@ }, { "question": "Texas Gas Transmission", - "icon": "./assets/data/nsi/logos/texasgastransmission-cbbbb7.undefined", "osmTags": { "and": [ "operator=Texas Gas Transmission", @@ -498228,7 +349060,6 @@ }, { "question": "Texas Independent Exploration", - "icon": "./assets/data/nsi/logos/texasindependentexploration-3b8e96.undefined", "osmTags": { "and": [ "operator=Texas Independent Exploration", @@ -498238,7 +349069,6 @@ }, { "question": "Texas Pipeline", - "icon": "./assets/data/nsi/logos/texaspipeline-15c306.undefined", "osmTags": { "and": [ "operator=Texas Pipeline", @@ -498248,7 +349078,6 @@ }, { "question": "Texas Pipeline Systems", - "icon": "./assets/data/nsi/logos/texaspipelinesystems-15c306.undefined", "osmTags": { "and": [ "operator=Texas Pipeline Systems", @@ -498258,7 +349087,6 @@ }, { "question": "TGG Shelby Assets", - "icon": "./assets/data/nsi/logos/tggshelbyassets-15c306.undefined", "osmTags": { "and": [ "operator=TGG Shelby Assets", @@ -498268,7 +349096,6 @@ }, { "question": "TGS SA", - "icon": "./assets/data/nsi/logos/tgssa-f2a8db.undefined", "osmTags": { "and": [ "operator=TGS SA", @@ -498293,7 +349120,6 @@ }, { "question": "Thika Power", - "icon": "./assets/data/nsi/logos/thikapower-07322b.undefined", "osmTags": { "and": [ "operator=Thika Power", @@ -498334,7 +349160,6 @@ }, { "question": "TIGAS", - "icon": "./assets/data/nsi/logos/tigas-296981.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498349,7 +349174,6 @@ }, { "question": "Torrent Oil", - "icon": "./assets/data/nsi/logos/torrentoil-15c306.undefined", "osmTags": { "and": [ "operator=Torrent Oil", @@ -498374,7 +349198,6 @@ }, { "question": "Town of Gillham", - "icon": "./assets/data/nsi/logos/townofgillham-e4be4f.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498389,7 +349212,6 @@ }, { "question": "Town of Inuvik", - "icon": "./assets/data/nsi/logos/townofinuvik-6d2f31.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498419,7 +349241,6 @@ }, { "question": "TPL Southtex Midstream", - "icon": "./assets/data/nsi/logos/tplsouthtexmidstream-15c306.undefined", "osmTags": { "and": [ "operator=TPL Southtex Midstream", @@ -498429,7 +349250,6 @@ }, { "question": "TR Offshore", - "icon": "./assets/data/nsi/logos/troffshore-075232.undefined", "osmTags": { "and": [ "operator=TR Offshore", @@ -498439,7 +349259,6 @@ }, { "question": "Trans Adriatic Pipeline AG", - "icon": "./assets/data/nsi/logos/transadriaticpipelineag-0f53f2.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498454,7 +349273,6 @@ }, { "question": "Trans Austria Gasleitung GmbH", - "icon": "./assets/data/nsi/logos/transaustriagasleitunggmbh-a158a5.undefined", "osmTags": { "and": [ "operator=Trans Austria Gasleitung GmbH", @@ -498464,7 +349282,6 @@ }, { "question": "Trans Europa Naturgas Pipeline GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/transeuropanaturgaspipelinegmbhandcokg-b3a4b1.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498479,7 +349296,6 @@ }, { "question": "Trans Mountain", - "icon": "./assets/data/nsi/logos/transmountain-3e8808.undefined", "osmTags": { "and": [ "operator=Trans Mountain", @@ -498489,7 +349305,6 @@ }, { "question": "Trans-Northern Pipelines", - "icon": "./assets/data/nsi/logos/transnorthernpipelines-32ef7a.undefined", "osmTags": { "and": [ "operator=Trans-Northern Pipelines", @@ -498499,7 +349314,6 @@ }, { "question": "Transcontinental Gas Pipeline Company", - "icon": "./assets/data/nsi/logos/transcontinentalgaspipelinecompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=Transcontinental Gas Pipeline Company", @@ -498509,7 +349323,6 @@ }, { "question": "Transitgas", - "icon": "./assets/data/nsi/logos/transitgas-03e5ba.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498539,7 +349352,6 @@ }, { "question": "Transportadora Associada de Gás S.A", - "icon": "./assets/data/nsi/logos/transportadoraassociadadegassa-0efc1c.undefined", "osmTags": { "and": [ "operator=Transportadora Associada de Gás S.A", @@ -498549,7 +349361,6 @@ }, { "question": "Transportadora Brasileira Gasoduto Bolívia-Brasil S.A.", - "icon": "./assets/data/nsi/logos/transportadorabrasileiragasodutoboliviabrasilsa-f208ee.undefined", "osmTags": { "and": [ "operator=Transportadora Brasileira Gasoduto Bolívia-Brasil S.A.", @@ -498559,7 +349370,6 @@ }, { "question": "Transportadora de Gas del Norte S.A.", - "icon": "./assets/data/nsi/logos/transportadoradegasdelnortesa-f2a8db.undefined", "osmTags": { "and": [ "operator=Transportadora de Gas del Norte S.A.", @@ -498569,7 +349379,6 @@ }, { "question": "Transwestern Pipeline Company", - "icon": "./assets/data/nsi/logos/transwesternpipelinecompany-4a4897.undefined", "osmTags": { "and": [ "operator=Transwestern Pipeline Company", @@ -498579,7 +349388,6 @@ }, { "question": "TRAPIL", - "icon": "./assets/data/nsi/logos/trapil-4a5c8f.undefined", "osmTags": { "and": [ "operator=TRAPIL", @@ -498589,7 +349397,6 @@ }, { "question": "Trek Resources", - "icon": "./assets/data/nsi/logos/trekresources-15c306.undefined", "osmTags": { "and": [ "operator=Trek Resources", @@ -498599,7 +349406,6 @@ }, { "question": "Trinity Operating", - "icon": "./assets/data/nsi/logos/trinityoperating-15c306.undefined", "osmTags": { "and": [ "operator=Trinity Operating", @@ -498609,7 +349415,6 @@ }, { "question": "Trinity River Energy Operating", - "icon": "./assets/data/nsi/logos/trinityriverenergyoperating-15c306.undefined", "osmTags": { "and": [ "operator=Trinity River Energy Operating", @@ -498619,7 +349424,6 @@ }, { "question": "Trunkline Gas Company", - "icon": "./assets/data/nsi/logos/trunklinegascompany-cbbbb7.undefined", "osmTags": { "and": [ "operator=Trunkline Gas Company", @@ -498629,7 +349433,6 @@ }, { "question": "Tryall", - "icon": "./assets/data/nsi/logos/tryall-15c306.undefined", "osmTags": { "and": [ "operator=Tryall", @@ -498639,7 +349442,6 @@ }, { "question": "Twin Rivers Paper Company", - "icon": "./assets/data/nsi/logos/twinriverspapercompany-f4fa3f.undefined", "osmTags": { "and": [ "operator=Twin Rivers Paper Company", @@ -498649,7 +349451,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-ed6b11.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498664,7 +349465,6 @@ }, { "question": "UKOP", - "icon": "./assets/data/nsi/logos/ukop-d20081.undefined", "osmTags": { "and": [ "operator=UKOP", @@ -498674,7 +349474,6 @@ }, { "question": "UN - ES", - "icon": "./assets/data/nsi/logos/unes-0efc1c.undefined", "osmTags": { "and": [ "operator=UN - ES", @@ -498684,7 +349483,6 @@ }, { "question": "UN-BA", - "icon": "./assets/data/nsi/logos/unba-0efc1c.undefined", "osmTags": { "and": [ "operator=UN-BA", @@ -498694,7 +349492,6 @@ }, { "question": "UN-BC", - "icon": "./assets/data/nsi/logos/unbc-0efc1c.undefined", "osmTags": { "and": [ "operator=UN-BC", @@ -498704,7 +349501,6 @@ }, { "question": "UN-BSOL", - "icon": "./assets/data/nsi/logos/unbsol-0efc1c.undefined", "osmTags": { "and": [ "operator=UN-BSOL", @@ -498714,7 +349510,6 @@ }, { "question": "UN-RNCE", - "icon": "./assets/data/nsi/logos/unrnce-0efc1c.undefined", "osmTags": { "and": [ "operator=UN-RNCE", @@ -498724,7 +349519,6 @@ }, { "question": "UN-SEAL", - "icon": "./assets/data/nsi/logos/unseal-0efc1c.undefined", "osmTags": { "and": [ "operator=UN-SEAL", @@ -498734,7 +349528,6 @@ }, { "question": "Unigaz", - "icon": "./assets/data/nsi/logos/unigaz-03e5ba.undefined", "osmTags": { "and": [ "operator=Unigaz", @@ -498744,7 +349537,6 @@ }, { "question": "Union Gas", - "icon": "./assets/data/nsi/logos/uniongas-32ef7a.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -498774,7 +349566,6 @@ }, { "question": "UNIPETROL RPA, s.r.o.", - "icon": "./assets/data/nsi/logos/unipetrolrpasro-ccffd7.undefined", "osmTags": { "and": [ "operator=UNIPETROL RPA, s.r.o.", @@ -498784,7 +349575,6 @@ }, { "question": "United Brine Pipeline", - "icon": "./assets/data/nsi/logos/unitedbrinepipeline-15c306.undefined", "osmTags": { "and": [ "operator=United Brine Pipeline", @@ -498839,7 +349629,6 @@ }, { "question": "UPM-Kymmene", - "icon": "./assets/data/nsi/logos/upmkymmene-30982d.undefined", "osmTags": { "and": [ "operator=UPM-Kymmene", @@ -498849,7 +349638,6 @@ }, { "question": "UPP Operating", - "icon": "./assets/data/nsi/logos/uppoperating-15c306.undefined", "osmTags": { "and": [ "operator=UPP Operating", @@ -498859,7 +349647,6 @@ }, { "question": "UralTransGas", - "icon": "./assets/data/nsi/logos/uraltransgas-02a52c.undefined", "osmTags": { "and": [ "operator=UralTransGas", @@ -498869,7 +349656,6 @@ }, { "question": "Urban Oil & Gas Group", - "icon": "./assets/data/nsi/logos/urbanoilandgasgroup-15c306.undefined", "osmTags": { "and": [ "operator=Urban Oil & Gas Group", @@ -498879,7 +349665,6 @@ }, { "question": "Valence Operating Company", - "icon": "./assets/data/nsi/logos/valenceoperatingcompany-15c306.undefined", "osmTags": { "and": [ "operator=Valence Operating Company", @@ -498904,7 +349689,6 @@ }, { "question": "Valero Houston Refinery", - "icon": "./assets/data/nsi/logos/valerohoustonrefinery-15c306.undefined", "osmTags": { "and": [ "operator=Valero Houston Refinery", @@ -498914,7 +349698,6 @@ }, { "question": "Valero Refining - Texas", - "icon": "./assets/data/nsi/logos/valerorefiningtexas-15c306.undefined", "osmTags": { "and": [ "operator=Valero Refining - Texas", @@ -498924,7 +349707,6 @@ }, { "question": "Validus NRG Aquilas Assetco", - "icon": "./assets/data/nsi/logos/validusnrgaquilasassetco-15c306.undefined", "osmTags": { "and": [ "operator=Validus NRG Aquilas Assetco", @@ -498934,7 +349716,6 @@ }, { "question": "Valley Crossing Pipeline", - "icon": "./assets/data/nsi/logos/valleycrossingpipeline-582efb.undefined", "osmTags": { "and": [ "operator=Valley Crossing Pipeline", @@ -498944,7 +349725,6 @@ }, { "question": "Vanguard Operating", - "icon": "./assets/data/nsi/logos/vanguardoperating-15c306.undefined", "osmTags": { "and": [ "operator=Vanguard Operating", @@ -499091,7 +349871,6 @@ }, { "question": "Verdun Oil & Gas", - "icon": "./assets/data/nsi/logos/verdunoilandgas-15c306.undefined", "osmTags": { "and": [ "operator=Verdun Oil & Gas", @@ -499101,7 +349880,6 @@ }, { "question": "Vernon E. Faulconer, Inc.", - "icon": "./assets/data/nsi/logos/vernonefaulconerinc-15c306.undefined", "osmTags": { "and": [ "operator=Vernon E. Faulconer, Inc.", @@ -499111,7 +349889,6 @@ }, { "question": "Vivaqua", - "icon": "./assets/data/nsi/logos/vivaqua-0d984d.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499126,7 +349903,6 @@ }, { "question": "W&T Offshore", - "icon": "./assets/data/nsi/logos/wandtoffshore-7ed5f8.undefined", "osmTags": { "and": [ "operator=W&T Offshore", @@ -499136,7 +349912,6 @@ }, { "question": "Wagner Oil Company", - "icon": "./assets/data/nsi/logos/wagneroilcompany-15c306.undefined", "osmTags": { "and": [ "operator=Wagner Oil Company", @@ -499146,7 +349921,6 @@ }, { "question": "Wales & West Utilities", - "icon": "./assets/data/nsi/logos/walesandwestutilities-c5f20b.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499162,7 +349936,6 @@ }, { "question": "Walter Oil & Gas Corporation", - "icon": "./assets/data/nsi/logos/walteroilandgascorporation-075232.undefined", "osmTags": { "and": [ "operator=Walter Oil & Gas Corporation", @@ -499172,7 +349945,6 @@ }, { "question": "WAPDA", - "icon": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-7914f5.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499188,7 +349960,6 @@ }, { "question": "Wärmeversorgung Offenburg", - "icon": "./assets/data/nsi/logos/warmeversorgungoffenburg-3970e4.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499234,7 +350005,6 @@ }, { "question": "Weld Exploration", - "icon": "./assets/data/nsi/logos/weldexploration-15c306.undefined", "osmTags": { "and": [ "operator=Weld Exploration", @@ -499289,7 +350059,6 @@ }, { "question": "Western Gas Interstate", - "icon": "./assets/data/nsi/logos/westerngasinterstate-ea9857.undefined", "osmTags": { "and": [ "operator=Western Gas Interstate", @@ -499299,7 +350068,6 @@ }, { "question": "White Marlin Operating", - "icon": "./assets/data/nsi/logos/whitemarlinoperating-15c306.undefined", "osmTags": { "and": [ "operator=White Marlin Operating", @@ -499309,7 +350077,6 @@ }, { "question": "Whiting Oil and Gas Corporation", - "icon": "./assets/data/nsi/logos/whitingoilandgascorporation-15c306.undefined", "osmTags": { "and": [ "operator=Whiting Oil and Gas Corporation", @@ -499319,7 +350086,6 @@ }, { "question": "Whitney Oil & Gas", - "icon": "./assets/data/nsi/logos/whitneyoilandgas-dafc90.undefined", "osmTags": { "and": [ "operator=Whitney Oil & Gas", @@ -499359,7 +350125,6 @@ }, { "question": "Williams Field Services", - "icon": "./assets/data/nsi/logos/williamsfieldservices-3a2dd1.undefined", "osmTags": { "and": [ "operator=Williams Field Services", @@ -499369,7 +350134,6 @@ }, { "question": "Williams Field Services - Gulf Coast Company", - "icon": "./assets/data/nsi/logos/williamsfieldservicesgulfcoastcompany-075232.undefined", "osmTags": { "and": [ "operator=Williams Field Services - Gulf Coast Company", @@ -499379,7 +350143,6 @@ }, { "question": "Williams MLP Operating", - "icon": "./assets/data/nsi/logos/williamsmlpoperating-cbbbb7.undefined", "osmTags": { "and": [ "operator=Williams MLP Operating", @@ -499404,7 +350167,6 @@ }, { "question": "Wink to Webster Pipeline", - "icon": "./assets/data/nsi/logos/winktowebsterpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Wink to Webster Pipeline", @@ -499430,7 +350192,6 @@ }, { "question": "Woodside Energy", - "icon": "./assets/data/nsi/logos/woodsideenergy-dafc90.undefined", "osmTags": { "and": [ "operator=Woodside Energy", @@ -499440,7 +350201,6 @@ }, { "question": "Woodway Bluebonnet Pipeline", - "icon": "./assets/data/nsi/logos/woodwaybluebonnetpipeline-15c306.undefined", "osmTags": { "and": [ "operator=Woodway Bluebonnet Pipeline", @@ -499450,7 +350210,6 @@ }, { "question": "WTG Gas Transmission Company", - "icon": "./assets/data/nsi/logos/wtggastransmissioncompany-15c306.undefined", "osmTags": { "and": [ "operator=WTG Gas Transmission Company", @@ -499460,7 +350219,6 @@ }, { "question": "WTG Jameson", - "icon": "./assets/data/nsi/logos/wtgjameson-15c306.undefined", "osmTags": { "and": [ "operator=WTG Jameson", @@ -499470,7 +350228,6 @@ }, { "question": "WTG South Permian Midstream", - "icon": "./assets/data/nsi/logos/wtgsouthpermianmidstream-15c306.undefined", "osmTags": { "and": [ "operator=WTG South Permian Midstream", @@ -499511,7 +350268,6 @@ }, { "question": "Y.P.F. S.A.", - "icon": "./assets/data/nsi/logos/ypfsa-f2a8db.undefined", "osmTags": { "and": [ "operator=Y.P.F. S.A.", @@ -499536,7 +350292,6 @@ }, { "question": "YPFB Transporte", - "icon": "./assets/data/nsi/logos/ypfbtransporte-81d88e.undefined", "osmTags": { "and": [ "operator=YPFB Transporte", @@ -499546,7 +350301,6 @@ }, { "question": "ZADCO", - "icon": "./assets/data/nsi/logos/zadco-5e0f63.undefined", "osmTags": { "and": [ "operator=ZADCO", @@ -499556,7 +350310,6 @@ }, { "question": "Zarvona Energy", - "icon": "./assets/data/nsi/logos/zarvonaenergy-15c306.undefined", "osmTags": { "and": [ "operator=Zarvona Energy", @@ -499566,7 +350319,6 @@ }, { "question": "Zarvonia Energy", - "icon": "./assets/data/nsi/logos/zarvoniaenergy-15c306.undefined", "osmTags": { "and": [ "operator=Zarvonia Energy", @@ -499592,7 +350344,6 @@ }, { "question": "АО «Интер РАО - Электрогенерация»", - "icon": "./assets/data/nsi/logos/3e4273-b9219a.undefined", "osmTags": { "and": [ "operator=АО «Интер РАО - Электрогенерация»", @@ -499602,7 +350353,6 @@ }, { "question": "АО «Транснефть — Верхняя Волга»", - "icon": "./assets/data/nsi/logos/b7b538-b9219a.undefined", "osmTags": { "and": [ "operator=АО «Транснефть — Верхняя Волга»", @@ -499612,7 +350362,6 @@ }, { "question": "АО «Транснефть — Север»", - "icon": "./assets/data/nsi/logos/75914e-b9219a.undefined", "osmTags": { "and": [ "operator=АО «Транснефть — Север»", @@ -499637,7 +350386,6 @@ }, { "question": "Газпром", - "icon": "./assets/data/nsi/logos/9bee30-b9219a.undefined", "osmTags": { "and": [ "operator=Газпром", @@ -499647,7 +350395,6 @@ }, { "question": "Газпром газораспределение Великий Новгород", - "icon": "./assets/data/nsi/logos/3e27f7-b9219a.undefined", "osmTags": { "and": [ "operator=Газпром газораспределение Великий Новгород", @@ -499657,7 +350404,6 @@ }, { "question": "ДЭУ Советского района", - "icon": "./assets/data/nsi/logos/0acdef-b9219a.undefined", "osmTags": { "and": [ "operator=ДЭУ Советского района", @@ -499667,7 +350413,6 @@ }, { "question": "ІЗС", - "icon": "./assets/data/nsi/logos/77b345-e176fb.undefined", "osmTags": { "and": [ "operator=ІЗС", @@ -499677,7 +350422,6 @@ }, { "question": "Київгаз", - "icon": "./assets/data/nsi/logos/f651f5-e176fb.undefined", "osmTags": { "and": [ "operator=Київгаз", @@ -499687,7 +350431,6 @@ }, { "question": "Минские тепловые сети - РУП \"Минскэнерго\" РТС-6", - "icon": "./assets/data/nsi/logos/0497e7-dd779a.undefined", "osmTags": { "and": [ "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-6", @@ -499697,7 +350440,6 @@ }, { "question": "Минские тепловые сети - РУП \"Минскэнерго\" РТС-8", - "icon": "./assets/data/nsi/logos/e7cae4-dd779a.undefined", "osmTags": { "and": [ "operator=Минские тепловые сети - РУП \"Минскэнерго\" РТС-8", @@ -499707,7 +350449,6 @@ }, { "question": "Михайловское тепловое хозяйство", - "icon": "./assets/data/nsi/logos/97ff9d-b9219a.undefined", "osmTags": { "and": [ "operator=Михайловское тепловое хозяйство", @@ -499717,7 +350458,6 @@ }, { "question": "НорильскГазпром", - "icon": "./assets/data/nsi/logos/60840b-b9219a.undefined", "osmTags": { "and": [ "operator=НорильскГазпром", @@ -499727,7 +350467,6 @@ }, { "question": "ОАО \"Гомельтранснефть Дружба\"", - "icon": "./assets/data/nsi/logos/0e50c9-bab038.undefined", "osmTags": { "and": [ "operator=ОАО \"Гомельтранснефть Дружба\"", @@ -499737,7 +350476,6 @@ }, { "question": "ОАО \"Трансаммиак\"", - "icon": "./assets/data/nsi/logos/13afd2-b9219a.undefined", "osmTags": { "and": [ "operator=ОАО \"Трансаммиак\"", @@ -499747,7 +350485,6 @@ }, { "question": "ОКВП \"Дніпро-Кіровоград\"", - "icon": "./assets/data/nsi/logos/5845cb-e176fb.undefined", "osmTags": { "and": [ "operator=ОКВП \"Дніпро-Кіровоград\"", @@ -499757,7 +350494,6 @@ }, { "question": "ООО \"Газпром трансгаз Сургут\"", - "icon": "./assets/data/nsi/logos/689785-b9219a.undefined", "osmTags": { "and": [ "operator=ООО \"Газпром трансгаз Сургут\"", @@ -499767,7 +350503,6 @@ }, { "question": "ООО \"Газпром трансгаз Югорск\"", - "icon": "./assets/data/nsi/logos/8a9d59-b9219a.undefined", "osmTags": { "and": [ "operator=ООО \"Газпром трансгаз Югорск\"", @@ -499777,7 +350512,6 @@ }, { "question": "ООО \"Газпром трансгаз Югорск\", ОАО \"Газпром\"", - "icon": "./assets/data/nsi/logos/55fdab-b9219a.undefined", "osmTags": { "and": [ "operator=ООО \"Газпром трансгаз Югорск\", ОАО \"Газпром\"", @@ -499787,7 +350521,6 @@ }, { "question": "ООО «Газпром ПХГ»", - "icon": "./assets/data/nsi/logos/00c96c-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Газпром ПХГ»", @@ -499797,7 +350530,6 @@ }, { "question": "ООО «Газпром трансгаз Москва»", - "icon": "./assets/data/nsi/logos/7c48dd-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Газпром трансгаз Москва»", @@ -499807,7 +350539,6 @@ }, { "question": "ООО «Газпром трансгаз Нижний Новгород»", - "icon": "./assets/data/nsi/logos/53d415-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Газпром трансгаз Нижний Новгород»", @@ -499817,7 +350548,6 @@ }, { "question": "ООО «Газпром трансгаз Санкт-Петербург»", - "icon": "./assets/data/nsi/logos/08fb6e-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Газпром трансгаз Санкт-Петербург»", @@ -499827,7 +350557,6 @@ }, { "question": "ООО «Газпром трансгаз Ухта»", - "icon": "./assets/data/nsi/logos/72d59b-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Газпром трансгаз Ухта»", @@ -499837,7 +350566,6 @@ }, { "question": "ООО «Транснефть — Балтика»", - "icon": "./assets/data/nsi/logos/375d9f-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Транснефть — Балтика»", @@ -499847,7 +350575,6 @@ }, { "question": "ООО «Транснефть — Верхняя Волга»", - "icon": "./assets/data/nsi/logos/5bdec0-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Транснефть — Верхняя Волга»", @@ -499857,7 +350584,6 @@ }, { "question": "ООО «Транснефть — Порт Приморск»", - "icon": "./assets/data/nsi/logos/cbfe80-b9219a.undefined", "osmTags": { "and": [ "operator=ООО «Транснефть — Порт Приморск»", @@ -499867,7 +350593,6 @@ }, { "question": "Органический синтез", - "icon": "./assets/data/nsi/logos/399e5e-b9219a.undefined", "osmTags": { "and": [ "operator=Органический синтез", @@ -499877,7 +350602,6 @@ }, { "question": "ПУ \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/ab2f8e-dd779a.undefined", "osmTags": { "and": [ "operator=ПУ \"Пинскгаз\"", @@ -499887,7 +350611,6 @@ }, { "question": "СКРУ-3 АО «Уралкалий»", - "icon": "./assets/data/nsi/logos/d20da1-b9219a.undefined", "osmTags": { "and": [ "operator=СКРУ-3 АО «Уралкалий»", @@ -499897,7 +350620,6 @@ }, { "question": "Татэнерго", - "icon": "./assets/data/nsi/logos/fa25fa-b9219a.undefined", "osmTags": { "and": [ "operator=Татэнерго", @@ -499907,7 +350629,6 @@ }, { "question": "ТГК-11", - "icon": "./assets/data/nsi/logos/514ea7-b9219a.undefined", "osmTags": { "and": [ "operator=ТГК-11", @@ -499917,7 +350638,6 @@ }, { "question": "ТГК-14", - "icon": "./assets/data/nsi/logos/d5bc82-b9219a.undefined", "osmTags": { "and": [ "operator=ТГК-14", @@ -499927,7 +350647,6 @@ }, { "question": "Теплосети", - "icon": "./assets/data/nsi/logos/590bdb-b9219a.undefined", "osmTags": { "and": [ "operator=Теплосети", @@ -499937,7 +350656,6 @@ }, { "question": "теплотрасса", - "icon": "./assets/data/nsi/logos/90997a-b9219a.undefined", "osmTags": { "and": [ "operator=теплотрасса", @@ -499947,7 +350665,6 @@ }, { "question": "Топлофикация Бургас", - "icon": "./assets/data/nsi/logos/dac849-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499962,7 +350679,6 @@ }, { "question": "Топлофикация Враца", - "icon": "./assets/data/nsi/logos/e23d2f-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -499992,7 +350708,6 @@ }, { "question": "Топлофикация Плевен", - "icon": "./assets/data/nsi/logos/2cd3dd-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -500007,7 +350722,6 @@ }, { "question": "Топлофикация Русе", - "icon": "./assets/data/nsi/logos/520b86-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -500022,7 +350736,6 @@ }, { "question": "Топлофикация Сливен", - "icon": "./assets/data/nsi/logos/b92d89-b34ac9.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -500052,7 +350765,6 @@ }, { "question": "Транснефть", - "icon": "./assets/data/nsi/logos/8dc88a-b9219a.undefined", "osmTags": { "and": [ "operator=Транснефть", @@ -500062,7 +350774,6 @@ }, { "question": "ТЭЦ-2", - "icon": "./assets/data/nsi/logos/a73f21-bab038.undefined", "osmTags": { "and": [ "operator=ТЭЦ-2", @@ -500072,7 +350783,6 @@ }, { "question": "Укртрансгаз", - "icon": "./assets/data/nsi/logos/fa3399-e176fb.undefined", "osmTags": { "and": [ "operator=Укртрансгаз", @@ -500082,7 +350792,6 @@ }, { "question": "Укртранснафта", - "icon": "./assets/data/nsi/logos/23cf93-e176fb.undefined", "osmTags": { "and": [ "operator=Укртранснафта", @@ -500092,7 +350801,6 @@ }, { "question": "Ульбинская гидроэлектростанция", - "icon": "./assets/data/nsi/logos/ce6be5-b5d3fc.undefined", "osmTags": { "and": [ "operator=Ульбинская гидроэлектростанция", @@ -500102,7 +350810,6 @@ }, { "question": "УП \"Брестгаз\" Производственное управление \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/d32730-dd779a.undefined", "osmTags": { "and": [ "operator=УП \"Брестгаз\" Производственное управление \"Пинскгаз\"", @@ -500112,7 +350819,6 @@ }, { "question": "УП \"Брестоблгаз\" Производственное управление \"Пинскгаз\"", - "icon": "./assets/data/nsi/logos/a24add-dd779a.undefined", "osmTags": { "and": [ "operator=УП \"Брестоблгаз\" Производственное управление \"Пинскгаз\"", @@ -500122,7 +350828,6 @@ }, { "question": "Ухта-Торжок", - "icon": "./assets/data/nsi/logos/f54129-b9219a.undefined", "osmTags": { "and": [ "operator=Ухта-Торжок", @@ -500132,7 +350837,6 @@ }, { "question": "ФГУП УЭВ", - "icon": "./assets/data/nsi/logos/f383ea-b9219a.undefined", "osmTags": { "and": [ "operator=ФГУП УЭВ", @@ -500142,7 +350846,6 @@ }, { "question": "Филиал РУП \"Брестэнерго\" Пинские тепловые сети", - "icon": "./assets/data/nsi/logos/eb993e-dd779a.undefined", "osmTags": { "and": [ "operator=Филиал РУП \"Брестэнерго\" Пинские тепловые сети", @@ -500152,7 +350855,6 @@ }, { "question": "Черкасигаз", - "icon": "./assets/data/nsi/logos/762161-e176fb.undefined", "osmTags": { "and": [ "operator=Черкасигаз", @@ -500162,7 +350864,6 @@ }, { "question": "临沂富源热电有限公司", - "icon": "./assets/data/nsi/logos/48d7b3-ac03db.undefined", "osmTags": { "and": [ "operator=临沂富源热电有限公司", @@ -500172,7 +350873,6 @@ }, { "question": "曹妃甸港", - "icon": "./assets/data/nsi/logos/e40afb-ac03db.undefined", "osmTags": { "and": [ "operator=曹妃甸港", @@ -500182,7 +350882,6 @@ }, { "question": "横浜市水道局", - "icon": "./assets/data/nsi/logos/yokohamawaterworksbureau-a761ef.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -500216,7 +350915,6 @@ }, { "question": "渠務署 Drainage Services Department", - "icon": "./assets/data/nsi/logos/drainageservicesdepartment-dfcc55.undefined", "osmTags": { "and": [ "pipeline=substation", @@ -500400,7 +351098,6 @@ }, { "question": "Conrail", - "icon": "./assets/data/nsi/logos/conrail-0c2e78.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500466,7 +351163,6 @@ }, { "question": "GIO Rail", - "icon": "./assets/data/nsi/logos/giorail-5c4676.undefined", "osmTags": { "and": [ "operator=GIO Rail", @@ -500508,7 +351204,6 @@ }, { "question": "HŽ Infrastruktura", - "icon": "./assets/data/nsi/logos/hzinfrastruktura-864256.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500764,7 +351459,6 @@ }, { "question": "Ontario Southland Railway", - "icon": "./assets/data/nsi/logos/ontariosouthlandrailway-20d6f3.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500854,7 +351548,6 @@ }, { "question": "San Joaquin Valley Railroad", - "icon": "./assets/data/nsi/logos/sanjoaquinvalleyrailroad-b614de.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500884,7 +351577,6 @@ }, { "question": "SNCC", - "icon": "./assets/data/nsi/logos/sncc-374ff8.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500944,7 +351636,6 @@ }, { "question": "Tanzania Railways Corporation", - "icon": "./assets/data/nsi/logos/tanzaniarailwayscorporation-064c9f.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -500990,7 +351681,6 @@ }, { "question": "Uganda Railways Corporation", - "icon": "./assets/data/nsi/logos/ugandarailwayscorporation-684c26.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -501151,7 +351841,6 @@ }, { "question": "中国铁路哈尔滨局集团有限公司", - "icon": "./assets/data/nsi/logos/chinarailwayharbingroup-452f47.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -501188,7 +351877,6 @@ }, { "question": "國營臺灣鐵路股份有限公司", - "icon": "./assets/data/nsi/logos/48bbdc-0c3e1d.undefined", "osmTags": { "and": [ "operator=國營臺灣鐵路股份有限公司", @@ -501198,7 +351886,6 @@ }, { "question": "臺灣鐵路公司", - "icon": "./assets/data/nsi/logos/taiwanrailwaycorporation-0c3e1d.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -501263,7 +351950,6 @@ }, { "question": "CFR Infrastructură", - "icon": "./assets/data/nsi/logos/cfrinfrastructura-7a5ea5.undefined", "osmTags": { "and": [ "operator=CFR Infrastructură", @@ -501304,7 +351990,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-744936.undefined", "osmTags": { "and": [ "power=catenary_mast", @@ -501380,7 +352065,6 @@ }, { "question": "3D Energies", - "icon": "./assets/data/nsi/logos/3denergies-33d749.undefined", "osmTags": { "and": [ "operator=3D Energies", @@ -501405,7 +352089,6 @@ }, { "question": "ABO Wind Ireland Ltd", - "icon": "./assets/data/nsi/logos/abowindirelandltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=ABO Wind Ireland Ltd", @@ -501415,7 +352098,6 @@ }, { "question": "Åby Alebo Energi AB", - "icon": "./assets/data/nsi/logos/abyaleboenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Åby Alebo Energi AB", @@ -501425,7 +352107,6 @@ }, { "question": "Acampo Arias, S.L.", - "icon": "./assets/data/nsi/logos/acampoariassl-ae5946.undefined", "osmTags": { "and": [ "operator=Acampo Arias, S.L.", @@ -501450,7 +352131,6 @@ }, { "question": "Aciloe", - "icon": "./assets/data/nsi/logos/aciloe-ae5946.undefined", "osmTags": { "and": [ "operator=Aciloe", @@ -501460,7 +352140,6 @@ }, { "question": "ACS", - "icon": "./assets/data/nsi/logos/acs-ae5946.undefined", "osmTags": { "and": [ "operator=ACS", @@ -501470,7 +352149,6 @@ }, { "question": "ACS/Canepa Green Energy", - "icon": "./assets/data/nsi/logos/acscanepagreenenergy-ae5946.undefined", "osmTags": { "and": [ "operator=ACS/Canepa Green Energy", @@ -501480,7 +352158,6 @@ }, { "question": "AE Power Services", - "icon": "./assets/data/nsi/logos/aepowerservices-19ecba.undefined", "osmTags": { "and": [ "operator=AE Power Services", @@ -501520,7 +352197,6 @@ }, { "question": "Age Generación Eólica SA", - "icon": "./assets/data/nsi/logos/agegeneracioneolicasa-ae5946.undefined", "osmTags": { "and": [ "operator=Age Generación Eólica SA", @@ -501530,7 +352206,6 @@ }, { "question": "Age Generacion Eolica SA - Los Lirios", - "icon": "./assets/data/nsi/logos/agegeneracioneolicasaloslirios-ae5946.undefined", "osmTags": { "and": [ "operator=Age Generacion Eolica SA - Los Lirios", @@ -501555,7 +352230,6 @@ }, { "question": "Agrivind AB", - "icon": "./assets/data/nsi/logos/agrivindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Agrivind AB", @@ -501565,7 +352239,6 @@ }, { "question": "Agsm", - "icon": "./assets/data/nsi/logos/agsm-052129.undefined", "osmTags": { "and": [ "operator=Agsm", @@ -501575,7 +352248,6 @@ }, { "question": "Aguilon 20 S.A.", - "icon": "./assets/data/nsi/logos/aguilon20sa-ae5946.undefined", "osmTags": { "and": [ "operator=Aguilon 20 S.A.", @@ -501585,7 +352257,6 @@ }, { "question": "Ailes Marines SAS", - "icon": "./assets/data/nsi/logos/ailesmarinessas-33d749.undefined", "osmTags": { "and": [ "operator=Ailes Marines SAS", @@ -501595,7 +352266,6 @@ }, { "question": "Aioliki Panachaikou", - "icon": "./assets/data/nsi/logos/aiolikipanachaikou-6bff69.undefined", "osmTags": { "and": [ "operator=Aioliki Panachaikou", @@ -501605,7 +352275,6 @@ }, { "question": "Akka Vind AB", - "icon": "./assets/data/nsi/logos/akkavindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Akka Vind AB", @@ -501705,7 +352374,6 @@ }, { "question": "Alectoris Energía Sostenible 3, SL - Forestalia", - "icon": "./assets/data/nsi/logos/alectorisenergiasostenible3slforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Alectoris Energía Sostenible 3, SL - Forestalia", @@ -501715,7 +352383,6 @@ }, { "question": "Alectoris Energía Sostenible 6, SL - Forestalia", - "icon": "./assets/data/nsi/logos/alectorisenergiasostenible6slforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Alectoris Energía Sostenible 6, SL - Forestalia", @@ -501725,7 +352392,6 @@ }, { "question": "Alenka Enerji Üretim ve Yatırım Limited Şirketi", - "icon": "./assets/data/nsi/logos/alenkaenerjiuretimveyatirimlimitedsirketi-90eacc.undefined", "osmTags": { "and": [ "operator=Alenka Enerji Üretim ve Yatırım Limited Şirketi", @@ -501735,7 +352401,6 @@ }, { "question": "Algonquin Power", - "icon": "./assets/data/nsi/logos/algonquinpower-2d6bbd.undefined", "osmTags": { "and": [ "power=generator", @@ -501750,7 +352415,6 @@ }, { "question": "Åliden Vind AB", - "icon": "./assets/data/nsi/logos/alidenvindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -501765,7 +352429,6 @@ }, { "question": "Alize Enerji Elektrik Üretim A.Ş.", - "icon": "./assets/data/nsi/logos/alizeenerjielektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Alize Enerji Elektrik Üretim A.Ş.", @@ -501790,7 +352453,6 @@ }, { "question": "Allianz", - "icon": "./assets/data/nsi/logos/allianz-33d749.undefined", "osmTags": { "and": [ "operator=Allianz", @@ -501800,7 +352462,6 @@ }, { "question": "Alternergy Wind One Corporation", - "icon": "./assets/data/nsi/logos/alternergywindonecorporation-736f8c.undefined", "osmTags": { "and": [ "operator=Alternergy Wind One Corporation", @@ -501826,7 +352487,6 @@ }, { "question": "Amazonas Energia", - "icon": "./assets/data/nsi/logos/amazonasenergia-104cf6.undefined", "osmTags": { "and": [ "power=generator", @@ -501856,7 +352516,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-cf12d9.undefined", "osmTags": { "and": [ "power=generator", @@ -501887,7 +352546,6 @@ }, { "question": "AMGA Legnano S.p.A.", - "icon": "./assets/data/nsi/logos/amgalegnanospa-052129.undefined", "osmTags": { "and": [ "operator=AMGA Legnano S.p.A.", @@ -501897,7 +352555,6 @@ }, { "question": "Åmliden Vindkraft AB", - "icon": "./assets/data/nsi/logos/amlidenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Åmliden Vindkraft AB", @@ -501907,7 +352564,6 @@ }, { "question": "Åmot-Lingbo Vindkraft AB", - "icon": "./assets/data/nsi/logos/amotlingbovindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Åmot-Lingbo Vindkraft AB", @@ -501917,7 +352573,6 @@ }, { "question": "Amrum-Offshore West GmbH", - "icon": "./assets/data/nsi/logos/amrumoffshorewestgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Amrum-Offshore West GmbH", @@ -501927,7 +352582,6 @@ }, { "question": "Åndberg Vind AB", - "icon": "./assets/data/nsi/logos/andbergvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Åndberg Vind AB", @@ -501937,7 +352591,6 @@ }, { "question": "Andes Mainstream SpA", - "icon": "./assets/data/nsi/logos/andesmainstreamspa-daaa5a.undefined", "osmTags": { "and": [ "operator=Andes Mainstream SpA", @@ -501947,7 +352600,6 @@ }, { "question": "Andes Wind Parks", - "icon": "./assets/data/nsi/logos/andeswindparks-daaa5a.undefined", "osmTags": { "and": [ "operator=Andes Wind Parks", @@ -501957,7 +352609,6 @@ }, { "question": "Anesco", - "icon": "./assets/data/nsi/logos/anesco-9ac094.undefined", "osmTags": { "and": [ "power=generator", @@ -501972,7 +352623,6 @@ }, { "question": "APB - PLZEŇ a.s.", - "icon": "./assets/data/nsi/logos/apbplzenas-e7507c.undefined", "osmTags": { "and": [ "operator=APB - PLZEŇ a.s.", @@ -502012,7 +352662,6 @@ }, { "question": "Aqualectra", - "icon": "./assets/data/nsi/logos/aqualectra-d0fb25.undefined", "osmTags": { "and": [ "operator=Aqualectra", @@ -502037,7 +352686,6 @@ }, { "question": "AR Alto Loa SpA", - "icon": "./assets/data/nsi/logos/araltoloaspa-daaa5a.undefined", "osmTags": { "and": [ "operator=AR Alto Loa SpA", @@ -502047,7 +352695,6 @@ }, { "question": "AR Llanos del Viento SpA", - "icon": "./assets/data/nsi/logos/arllanosdelvientospa-daaa5a.undefined", "osmTags": { "and": [ "operator=AR Llanos del Viento SpA", @@ -502057,7 +352704,6 @@ }, { "question": "Aracati Energia Renovavel Ltda.", - "icon": "./assets/data/nsi/logos/aracatienergiarenovavelltda-104cf6.undefined", "osmTags": { "and": [ "operator=Aracati Energia Renovavel Ltda.", @@ -502067,7 +352713,6 @@ }, { "question": "Arise Windfarm 1 AB", - "icon": "./assets/data/nsi/logos/arisewindfarm1ab-ec34a3.undefined", "osmTags": { "and": [ "operator=Arise Windfarm 1 AB", @@ -502077,7 +352722,6 @@ }, { "question": "Arise Windpower AB", - "icon": "./assets/data/nsi/logos/arisewindpowerab-ec34a3.undefined", "osmTags": { "and": [ "operator=Arise Windpower AB", @@ -502087,7 +352731,6 @@ }, { "question": "Årjäng Sydväst Vind AB", - "icon": "./assets/data/nsi/logos/arjangsydvastvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Årjäng Sydväst Vind AB", @@ -502097,7 +352740,6 @@ }, { "question": "Armstrong Energy", - "icon": "./assets/data/nsi/logos/armstrongenergy-9ac094.undefined", "osmTags": { "and": [ "operator=Armstrong Energy", @@ -502107,7 +352749,6 @@ }, { "question": "Åskälen Vindkraft AB", - "icon": "./assets/data/nsi/logos/askalenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Åskälen Vindkraft AB", @@ -502117,7 +352758,6 @@ }, { "question": "Aspiravi", - "icon": "./assets/data/nsi/logos/aspiravi-a327c1.undefined", "osmTags": { "and": [ "operator=Aspiravi", @@ -502127,7 +352767,6 @@ }, { "question": "Athena Investments", - "icon": "./assets/data/nsi/logos/athenainvestments-052129.undefined", "osmTags": { "and": [ "operator=Athena Investments", @@ -502137,7 +352776,6 @@ }, { "question": "Aton Energy", - "icon": "./assets/data/nsi/logos/atonenergy-9ac094.undefined", "osmTags": { "and": [ "operator=Aton Energy", @@ -502147,7 +352785,6 @@ }, { "question": "Aulepa Tuulepark OÜ (Eesti Energia)", - "icon": "./assets/data/nsi/logos/aulepatuuleparkoueestienergia-7050ae.undefined", "osmTags": { "and": [ "operator=Aulepa Tuulepark OÜ (Eesti Energia)", @@ -502202,7 +352839,6 @@ }, { "question": "Bäckhammar Vind AB", - "icon": "./assets/data/nsi/logos/backhammarvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Bäckhammar Vind AB", @@ -502212,7 +352848,6 @@ }, { "question": "Baki Elektrik Üretim Ltd. Şti.", - "icon": "./assets/data/nsi/logos/bakielektrikuretimltdsti-90eacc.undefined", "osmTags": { "and": [ "operator=Baki Elektrik Üretim Ltd. Şti.", @@ -502222,7 +352857,6 @@ }, { "question": "Ballywater Windfarms Ltd", - "icon": "./assets/data/nsi/logos/ballywaterwindfarmsltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=Ballywater Windfarms Ltd", @@ -502232,7 +352866,6 @@ }, { "question": "Balm Solar", - "icon": "./assets/data/nsi/logos/balmsolar-2af0cf.undefined", "osmTags": { "and": [ "operator=Balm Solar", @@ -502257,7 +352890,6 @@ }, { "question": "Barranafaddock Sustainable Electricity Limited", - "icon": "./assets/data/nsi/logos/barranafaddocksustainableelectricitylimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Barranafaddock Sustainable Electricity Limited", @@ -502282,7 +352914,6 @@ }, { "question": "BayWa r.e. Scandinavia AB", - "icon": "./assets/data/nsi/logos/baywarescandinaviaab-ec34a3.undefined", "osmTags": { "and": [ "operator=BayWa r.e. Scandinavia AB", @@ -502292,7 +352923,6 @@ }, { "question": "BBE Energie GmbH", - "icon": "./assets/data/nsi/logos/bbeenergiegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=BBE Energie GmbH", @@ -502317,7 +352947,6 @@ }, { "question": "Berkshire Hathaway Energy", - "icon": "./assets/data/nsi/logos/berkshirehathawayenergy-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -502332,7 +352961,6 @@ }, { "question": "Berkshire Wind Power Cooperative", - "icon": "./assets/data/nsi/logos/berkshirewindpowercooperative-c012c2.undefined", "osmTags": { "and": [ "operator=Berkshire Wind Power Cooperative", @@ -502372,7 +353000,6 @@ }, { "question": "Beşiktepe Üretim ve Ticaret A.Ş.", - "icon": "./assets/data/nsi/logos/besiktepeuretimveticaretas-90eacc.undefined", "osmTags": { "and": [ "operator=Beşiktepe Üretim ve Ticaret A.Ş.", @@ -502397,7 +353024,6 @@ }, { "question": "BlaikenVind Aktiebolag", - "icon": "./assets/data/nsi/logos/blaikenvindaktiebolag-ec34a3.undefined", "osmTags": { "and": [ "operator=BlaikenVind Aktiebolag", @@ -502422,7 +353048,6 @@ }, { "question": "Bluefield Solar Income Fund", - "icon": "./assets/data/nsi/logos/bluefieldsolarincomefund-9ac094.undefined", "osmTags": { "and": [ "power=generator", @@ -502437,7 +353062,6 @@ }, { "question": "Bon Vent de l'Ebre, S.L.U.", - "icon": "./assets/data/nsi/logos/bonventdelebreslu-ae5946.undefined", "osmTags": { "and": [ "operator=Bon Vent de l'Ebre, S.L.U.", @@ -502447,7 +353071,6 @@ }, { "question": "Bondön Wind ApS, Filial Danmark", - "icon": "./assets/data/nsi/logos/bondonwindapsfilialdanmark-c31bbc.undefined", "osmTags": { "and": [ "operator=Bondön Wind ApS, Filial Danmark", @@ -502457,7 +353080,6 @@ }, { "question": "Booly Wind Farm Limited", - "icon": "./assets/data/nsi/logos/boolywindfarmlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Booly Wind Farm Limited", @@ -502512,7 +353134,6 @@ }, { "question": "Borealis Infrastructure", - "icon": "./assets/data/nsi/logos/borealisinfrastructure-b3e144.undefined", "osmTags": { "and": [ "operator=Borealis Infrastructure", @@ -502522,7 +353143,6 @@ }, { "question": "Boreas", - "icon": "./assets/data/nsi/logos/boreas-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -502537,7 +353157,6 @@ }, { "question": "Borkum Riffgrund 2 Offshore Wind Farm GmbH & Co. OHG", - "icon": "./assets/data/nsi/logos/borkumriffgrund2offshorewindfarmgmbhandcoohg-b8ae25.undefined", "osmTags": { "and": [ "operator=Borkum Riffgrund 2 Offshore Wind Farm GmbH & Co. OHG", @@ -502547,7 +353166,6 @@ }, { "question": "Borkum Riffgrund 3 GmbH", - "icon": "./assets/data/nsi/logos/borkumriffgrund3gmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Borkum Riffgrund 3 GmbH", @@ -502557,7 +353175,6 @@ }, { "question": "Borkum Riffgrund I Offshore Windpark A/S GmbH & Co. OHG", - "icon": "./assets/data/nsi/logos/borkumriffgrundioffshorewindparkasgmbhandcoohg-b8ae25.undefined", "osmTags": { "and": [ "operator=Borkum Riffgrund I Offshore Windpark A/S GmbH & Co. OHG", @@ -502567,7 +353184,6 @@ }, { "question": "BorusanEnBW Enerji", - "icon": "./assets/data/nsi/logos/borusanenbwenerji-90eacc.undefined", "osmTags": { "and": [ "operator=BorusanEnBW Enerji", @@ -502608,7 +353224,6 @@ }, { "question": "Braintree Electric Light Department", - "icon": "./assets/data/nsi/logos/braintreeelectriclightdepartment-c012c2.undefined", "osmTags": { "and": [ "operator=Braintree Electric Light Department", @@ -502618,7 +353233,6 @@ }, { "question": "Brattmyrliden Vind AB", - "icon": "./assets/data/nsi/logos/brattmyrlidenvindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -502633,7 +353247,6 @@ }, { "question": "Breeze Two Energy GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/breezetwoenergygmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Breeze Two Energy GmbH & Co. KG", @@ -502643,7 +353256,6 @@ }, { "question": "Bridge Infrastructure Capital", - "icon": "./assets/data/nsi/logos/bridgeinfrastructurecapital-b8ae25.undefined", "osmTags": { "and": [ "operator=Bridge Infrastructure Capital", @@ -502653,7 +353265,6 @@ }, { "question": "Bright Energy", - "icon": "./assets/data/nsi/logos/brightenergy-854d0f.undefined", "osmTags": { "and": [ "power=generator", @@ -502684,7 +353295,6 @@ }, { "question": "Brookfield Renewable", - "icon": "./assets/data/nsi/logos/brookfieldrenewable-9ac094.undefined", "osmTags": { "and": [ "operator=Brookfield Renewable", @@ -502694,7 +353304,6 @@ }, { "question": "Brookfield Renewable Partners", - "icon": "./assets/data/nsi/logos/brookfieldrenewablepartners-1f8ba0.undefined", "osmTags": { "and": [ "operator=Brookfield Renewable Partners", @@ -502720,7 +353329,6 @@ }, { "question": "Bürger-Energie-Unterhaching eG", - "icon": "./assets/data/nsi/logos/burgerenergieunterhachingeg-b8ae25.undefined", "osmTags": { "and": [ "operator=Bürger-Energie-Unterhaching eG", @@ -502730,7 +353338,6 @@ }, { "question": "BürgerEnergie Tauberfranken 2 eG", - "icon": "./assets/data/nsi/logos/burgerenergietauberfranken2eg-b8ae25.undefined", "osmTags": { "and": [ "operator=BürgerEnergie Tauberfranken 2 eG", @@ -502740,7 +353347,6 @@ }, { "question": "Bürgerwindpark Mittelholstein", - "icon": "./assets/data/nsi/logos/burgerwindparkmittelholstein-b8ae25.undefined", "osmTags": { "and": [ "operator=Bürgerwindpark Mittelholstein", @@ -502750,7 +353356,6 @@ }, { "question": "Bursa Temiz Enerji Elektrik Üretim San. ve Tic. A. Ş.", - "icon": "./assets/data/nsi/logos/bursatemizenerjielektrikuretimsanveticas-90eacc.undefined", "osmTags": { "and": [ "operator=Bursa Temiz Enerji Elektrik Üretim San. ve Tic. A. Ş.", @@ -502760,7 +353365,6 @@ }, { "question": "BV Zonnepark Ameland", - "icon": "./assets/data/nsi/logos/bvzonneparkameland-7c4044.undefined", "osmTags": { "and": [ "operator=BV Zonnepark Ameland", @@ -502770,7 +353374,6 @@ }, { "question": "CABEOLICA", - "icon": "./assets/data/nsi/logos/cabeolica-6e1785.undefined", "osmTags": { "and": [ "operator=CABEOLICA", @@ -502780,7 +353383,6 @@ }, { "question": "Callagheen Wind Farm Ltd (Scottish Power Renewables)", - "icon": "./assets/data/nsi/logos/callagheenwindfarmltdscottishpowerrenewables-725ea6.undefined", "osmTags": { "and": [ "operator=Callagheen Wind Farm Ltd (Scottish Power Renewables)", @@ -502805,7 +353407,6 @@ }, { "question": "Canadian Breaks Wind Farm", - "icon": "./assets/data/nsi/logos/canadianbreakswindfarm-546c7b.undefined", "osmTags": { "and": [ "operator=Canadian Breaks Wind Farm", @@ -502815,7 +353416,6 @@ }, { "question": "Çanres Rüzgar Enerji Üretimi San. ve Tic. A.Ş.", - "icon": "./assets/data/nsi/logos/canresruzgarenerjiuretimisanveticas-90eacc.undefined", "osmTags": { "and": [ "operator=Çanres Rüzgar Enerji Üretimi San. ve Tic. A.Ş.", @@ -502825,7 +353425,6 @@ }, { "question": "Çanta Rüzgar Enerji Santrali - RHG ENERTÜRK ENERJİ ÜRETİM VE TİCARET ANONİM ŞİRKETİ", - "icon": "./assets/data/nsi/logos/cantaruzgarenerjisantralirhgenerturkenerjiuretimveticaretanonimsirketi-90eacc.undefined", "osmTags": { "and": [ "operator=Çanta Rüzgar Enerji Santrali - RHG ENERTÜRK ENERJİ ÜRETİM VE TİCARET ANONİM ŞİRKETİ", @@ -502835,7 +353434,6 @@ }, { "question": "Capital Dynamics", - "icon": "./assets/data/nsi/logos/capitaldynamics-a95dca.undefined", "osmTags": { "and": [ "operator=Capital Dynamics", @@ -502860,7 +353458,6 @@ }, { "question": "Capital Power Energy", - "icon": "./assets/data/nsi/logos/capitalpowerenergy-60f7b4.undefined", "osmTags": { "and": [ "operator=Capital Power Energy", @@ -502870,7 +353467,6 @@ }, { "question": "Cappawhite Wind Ltd (ESB)", - "icon": "./assets/data/nsi/logos/cappawhitewindltdesb-1f8ba0.undefined", "osmTags": { "and": [ "operator=Cappawhite Wind Ltd (ESB)", @@ -502880,7 +353476,6 @@ }, { "question": "Capstone Infrastructure", - "icon": "./assets/data/nsi/logos/capstoneinfrastructure-2d6bbd.undefined", "osmTags": { "and": [ "power=generator", @@ -502895,7 +353490,6 @@ }, { "question": "Cartier Énergie Éolienne", - "icon": "./assets/data/nsi/logos/cartierenergieeolienne-2d6bbd.undefined", "osmTags": { "and": [ "power=generator", @@ -502912,7 +353506,6 @@ }, { "question": "Castle Rock Ridge Limited", - "icon": "./assets/data/nsi/logos/castlerockridgelimited-2d6bbd.undefined", "osmTags": { "and": [ "operator=Castle Rock Ridge Limited", @@ -502922,7 +353515,6 @@ }, { "question": "Castledockrell Wind Group Ltd", - "icon": "./assets/data/nsi/logos/castledockrellwindgroupltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=Castledockrell Wind Group Ltd", @@ -502932,7 +353524,6 @@ }, { "question": "Cayrol International", - "icon": "./assets/data/nsi/logos/cayrolinternational-170e40.undefined", "osmTags": { "and": [ "operator=Cayrol International", @@ -502942,7 +353533,6 @@ }, { "question": "Cedar Ridge Wind Farm", - "icon": "./assets/data/nsi/logos/cedarridgewindfarm-27c60c.undefined", "osmTags": { "and": [ "operator=Cedar Ridge Wind Farm", @@ -502952,7 +353542,6 @@ }, { "question": "CEPE du Bois de la Serre", - "icon": "./assets/data/nsi/logos/cepeduboisdelaserre-33d749.undefined", "osmTags": { "and": [ "operator=CEPE du Bois de la Serre", @@ -502993,7 +353582,6 @@ }, { "question": "CGN Europe Energy Ireland Limited", - "icon": "./assets/data/nsi/logos/cgneuropeenergyirelandlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=CGN Europe Energy Ireland Limited", @@ -503003,7 +353591,6 @@ }, { "question": "CGN New Energy", - "icon": "./assets/data/nsi/logos/cgnnewenergy-7a5436.undefined", "osmTags": { "and": [ "operator=CGN New Energy", @@ -503028,7 +353615,6 @@ }, { "question": "Cirrus Wind Energy", - "icon": "./assets/data/nsi/logos/cirruswindenergy-546c7b.undefined", "osmTags": { "and": [ "operator=Cirrus Wind Energy", @@ -503053,7 +353639,6 @@ }, { "question": "City of Dasmariñas", - "icon": "./assets/data/nsi/logos/cityofdasmarinas-d3815d.undefined", "osmTags": { "and": [ "power=generator", @@ -503098,7 +353683,6 @@ }, { "question": "Clicks Group", - "icon": "./assets/data/nsi/logos/clicksgroup-6ca71c.undefined", "osmTags": { "and": [ "power=generator", @@ -503113,7 +353697,6 @@ }, { "question": "Cloncreen Wind Farm DAC (Bord na Móna Powergen)", - "icon": "./assets/data/nsi/logos/cloncreenwindfarmdacbordnamonapowergen-1f8ba0.undefined", "osmTags": { "and": [ "operator=Cloncreen Wind Farm DAC (Bord na Móna Powergen)", @@ -503123,7 +353706,6 @@ }, { "question": "Cloud Snurran AB", - "icon": "./assets/data/nsi/logos/cloudsnurranab-ec34a3.undefined", "osmTags": { "and": [ "operator=Cloud Snurran AB", @@ -503133,7 +353715,6 @@ }, { "question": "Cloudberry Offshore Wind AB", - "icon": "./assets/data/nsi/logos/cloudberryoffshorewindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Cloudberry Offshore Wind AB", @@ -503158,7 +353739,6 @@ }, { "question": "Cogentrix", - "icon": "./assets/data/nsi/logos/cogentrix-a34a72.undefined", "osmTags": { "and": [ "operator=Cogentrix", @@ -503198,7 +353778,6 @@ }, { "question": "Colorado Highlands Wind", - "icon": "./assets/data/nsi/logos/coloradohighlandswind-a34a72.undefined", "osmTags": { "and": [ "operator=Colorado Highlands Wind", @@ -503224,7 +353803,6 @@ }, { "question": "Comiolica, S.L.", - "icon": "./assets/data/nsi/logos/comiolicasl-ae5946.undefined", "osmTags": { "and": [ "operator=Comiolica, S.L.", @@ -503250,7 +353828,6 @@ }, { "question": "Community Windpower", - "icon": "./assets/data/nsi/logos/communitywindpower-9ac094.undefined", "osmTags": { "and": [ "operator=Community Windpower", @@ -503276,7 +353853,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-104cf6.undefined", "osmTags": { "and": [ "power=generator", @@ -503292,7 +353868,6 @@ }, { "question": "Compañía Eólica Aragonesa", - "icon": "./assets/data/nsi/logos/companiaeolicaaragonesa-ae5946.undefined", "osmTags": { "and": [ "power=generator", @@ -503307,7 +353882,6 @@ }, { "question": "Comunidad Indígena Nuevo San Juan Parangaricutiro", - "icon": "./assets/data/nsi/logos/comunidadindigenanuevosanjuanparangaricutiro-0bcdea.undefined", "osmTags": { "and": [ "operator=Comunidad Indígena Nuevo San Juan Parangaricutiro", @@ -503332,7 +353906,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-5b871c.undefined", "osmTags": { "and": [ "power=generator", @@ -503347,7 +353920,6 @@ }, { "question": "Coopesantos", - "icon": "./assets/data/nsi/logos/coopesantos-3c54c2.undefined", "osmTags": { "and": [ "operator=Coopesantos", @@ -503357,7 +353929,6 @@ }, { "question": "CPC Germania", - "icon": "./assets/data/nsi/logos/cpcgermania-b8ae25.undefined", "osmTags": { "and": [ "operator=CPC Germania", @@ -503367,7 +353938,6 @@ }, { "question": "CPC Lakiakangas Oy", - "icon": "./assets/data/nsi/logos/cpclakiakangasoy-ae9fa2.undefined", "osmTags": { "and": [ "operator=CPC Lakiakangas Oy", @@ -503392,7 +353962,6 @@ }, { "question": "Dala Vind AB", - "icon": "./assets/data/nsi/logos/dalavindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Dala Vind AB", @@ -503402,7 +353971,6 @@ }, { "question": "Danta de Energías, S.A.", - "icon": "./assets/data/nsi/logos/dantadeenergiassa-ae5946.undefined", "osmTags": { "and": [ "operator=Danta de Energías, S.A.", @@ -503442,7 +354010,6 @@ }, { "question": "Delta NV", - "icon": "./assets/data/nsi/logos/deltanv-7c4044.undefined", "osmTags": { "and": [ "operator=Delta NV", @@ -503467,7 +354034,6 @@ }, { "question": "Desarrollo de energías Renovables de la Rioja, S. A.", - "icon": "./assets/data/nsi/logos/desarrollodeenergiasrenovablesdelariojasa-ae5946.undefined", "osmTags": { "and": [ "operator=Desarrollo de energías Renovables de la Rioja, S. A.", @@ -503477,7 +354043,6 @@ }, { "question": "Desarrollo Eólico Las Majas VII, SL - Forestalia", - "icon": "./assets/data/nsi/logos/desarrolloeolicolasmajasviislforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Desarrollo Eólico Las Majas VII, SL - Forestalia", @@ -503487,7 +354052,6 @@ }, { "question": "Desarrollo Eólico Las Majas XIX, SL - Forestalia", - "icon": "./assets/data/nsi/logos/desarrolloeolicolasmajasxixslforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Desarrollo Eólico Las Majas XIX, SL - Forestalia", @@ -503497,7 +354061,6 @@ }, { "question": "Desarrollos Eólicos del Ebro, S.A.", - "icon": "./assets/data/nsi/logos/desarrolloseolicosdelebrosa-ae5946.undefined", "osmTags": { "and": [ "operator=Desarrollos Eólicos del Ebro, S.A.", @@ -503507,7 +354070,6 @@ }, { "question": "Desarrollos Eólicos El Águila, S.A.", - "icon": "./assets/data/nsi/logos/desarrolloseolicoselaguilasa-ae5946.undefined", "osmTags": { "and": [ "operator=Desarrollos Eólicos El Águila, S.A.", @@ -503532,7 +354094,6 @@ }, { "question": "Deutsche Offshore Testfeld- und Infrastruktur GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/deutscheoffshoretestfeldundinfrastrukturgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Deutsche Offshore Testfeld- und Infrastruktur GmbH & Co. KG", @@ -503557,7 +354118,6 @@ }, { "question": "Dezentrale Energie Anlagen Beteiligungs- und Verwaltungsgesellschaft mbH", - "icon": "./assets/data/nsi/logos/dezentraleenergieanlagenbeteiligungsundverwaltungsgesellschaftmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Dezentrale Energie Anlagen Beteiligungs- und Verwaltungsgesellschaft mbH", @@ -503567,7 +354127,6 @@ }, { "question": "Dienst Justitiele Inrichtingen Zaandam", - "icon": "./assets/data/nsi/logos/dienstjustitieleinrichtingenzaandam-7c4044.undefined", "osmTags": { "and": [ "operator=Dienst Justitiele Inrichtingen Zaandam", @@ -503592,7 +354151,6 @@ }, { "question": "Dinwiddie Power", - "icon": "./assets/data/nsi/logos/dinwiddiepower-4ed0ab.undefined", "osmTags": { "and": [ "operator=Dinwiddie Power", @@ -503617,7 +354175,6 @@ }, { "question": "Doğal Enerji Elektrik Üretim A. Ş.", - "icon": "./assets/data/nsi/logos/dogalenerjielektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Doğal Enerji Elektrik Üretim A. Ş.", @@ -503642,7 +354199,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-3f646f.undefined", "osmTags": { "and": [ "power=generator", @@ -503657,7 +354213,6 @@ }, { "question": "Dong Energy", - "icon": "./assets/data/nsi/logos/dongenergy-c31bbc.undefined", "osmTags": { "and": [ "operator=Dong Energy", @@ -503667,7 +354222,6 @@ }, { "question": "Dragaliden Vind AB", - "icon": "./assets/data/nsi/logos/dragalidenvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Dragaliden Vind AB", @@ -503677,7 +354231,6 @@ }, { "question": "Drumkee Energy Limited (Low Carbon Storage Ireland Ltd)", - "icon": "./assets/data/nsi/logos/drumkeeenergylimitedlowcarbonstorageirelandltd-9ac094.undefined", "osmTags": { "and": [ "operator=Drumkee Energy Limited (Low Carbon Storage Ireland Ltd)", @@ -503702,7 +354255,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-40d406.undefined", "osmTags": { "and": [ "power=generator", @@ -503748,7 +354300,6 @@ }, { "question": "Dulacca Wind Farm", - "icon": "./assets/data/nsi/logos/dulaccawindfarm-fc806b.undefined", "osmTags": { "and": [ "operator=Dulacca Wind Farm", @@ -503773,7 +354324,6 @@ }, { "question": "E.ON Climate and Renewables", - "icon": "./assets/data/nsi/logos/eonclimateandrenewables-74685d.undefined", "osmTags": { "and": [ "power=generator", @@ -503788,7 +354338,6 @@ }, { "question": "E.ON Energiatermelő Kft.", - "icon": "./assets/data/nsi/logos/eonenergiatermelokft-dc1ee9.undefined", "osmTags": { "and": [ "operator=E.ON Energiatermelő Kft.", @@ -503813,7 +354362,6 @@ }, { "question": "Eagle 2 US", - "icon": "./assets/data/nsi/logos/eagle2us-f22164.undefined", "osmTags": { "and": [ "operator=Eagle 2 US", @@ -503823,7 +354371,6 @@ }, { "question": "Easa-Oute SA", - "icon": "./assets/data/nsi/logos/easaoutesa-ae5946.undefined", "osmTags": { "and": [ "operator=Easa-Oute SA", @@ -503833,7 +354380,6 @@ }, { "question": "EAZ Wind", - "icon": "./assets/data/nsi/logos/eazwind-7c4044.undefined", "osmTags": { "and": [ "operator=EAZ Wind", @@ -503843,7 +354389,6 @@ }, { "question": "ECN Wind Energy Facilities", - "icon": "./assets/data/nsi/logos/ecnwindenergyfacilities-7c4044.undefined", "osmTags": { "and": [ "operator=ECN Wind Energy Facilities", @@ -503853,7 +354398,6 @@ }, { "question": "Econergi AB", - "icon": "./assets/data/nsi/logos/econergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Econergi AB", @@ -503863,7 +354407,6 @@ }, { "question": "Ecopower", - "icon": "./assets/data/nsi/logos/ecopower-efd363.undefined", "osmTags": { "and": [ "operator=Ecopower", @@ -503873,7 +354416,6 @@ }, { "question": "Ecorus Projects B.V.", - "icon": "./assets/data/nsi/logos/ecorusprojectsbv-7c4044.undefined", "osmTags": { "and": [ "operator=Ecorus Projects B.V.", @@ -503883,7 +354425,6 @@ }, { "question": "Ecotecnia - Los Pedreros", - "icon": "./assets/data/nsi/logos/ecotecnialospedreros-ae5946.undefined", "osmTags": { "and": [ "operator=Ecotecnia - Los Pedreros", @@ -503923,7 +354464,6 @@ }, { "question": "EDF Renewables Canada", - "icon": "./assets/data/nsi/logos/edfrenewablescanada-2d6bbd.undefined", "osmTags": { "and": [ "power=generator", @@ -503938,7 +354478,6 @@ }, { "question": "EDF Renewables Ireland", - "icon": "./assets/data/nsi/logos/edfrenewablesireland-1f8ba0.undefined", "osmTags": { "and": [ "power=generator", @@ -503968,7 +354507,6 @@ }, { "question": "Edincik enerji Üretim A. Ş.", - "icon": "./assets/data/nsi/logos/edincikenerjiuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Edincik enerji Üretim A. Ş.", @@ -504008,7 +354546,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-58f53b.undefined", "osmTags": { "and": [ "power=generator", @@ -504072,7 +354609,6 @@ }, { "question": "EEZ", - "icon": "./assets/data/nsi/logos/eez-c79aa4.undefined", "osmTags": { "and": [ "operator=EEZ", @@ -504097,7 +354633,6 @@ }, { "question": "Einbecker Brauhaus AG", - "icon": "./assets/data/nsi/logos/einbeckerbrauhausag-b8ae25.undefined", "osmTags": { "and": [ "operator=Einbecker Brauhaus AG", @@ -504107,7 +354642,6 @@ }, { "question": "Ekovind AB", - "icon": "./assets/data/nsi/logos/ekovindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -504122,7 +354656,6 @@ }, { "question": "ELECAUSTRO", - "icon": "./assets/data/nsi/logos/elecaustro-4037a3.undefined", "osmTags": { "and": [ "operator=ELECAUSTRO", @@ -504132,7 +354665,6 @@ }, { "question": "Elecdey Tarazona, S.A.", - "icon": "./assets/data/nsi/logos/elecdeytarazonasa-ae5946.undefined", "osmTags": { "and": [ "operator=Elecdey Tarazona, S.A.", @@ -504142,7 +354674,6 @@ }, { "question": "Electrabel", - "icon": "./assets/data/nsi/logos/electrabel-a327c1.undefined", "osmTags": { "and": [ "power=generator", @@ -504157,7 +354688,6 @@ }, { "question": "Electrawinds", - "icon": "./assets/data/nsi/logos/electrawinds-ef21ea.undefined", "osmTags": { "and": [ "power=generator", @@ -504188,7 +354718,6 @@ }, { "question": "Elektroprivreda Bosne i Hercegovine", - "icon": "./assets/data/nsi/logos/elektroprivredabosneihercegovine-a096ef.undefined", "osmTags": { "and": [ "power=generator", @@ -504204,7 +354733,6 @@ }, { "question": "Elektrowerk Assling", - "icon": "./assets/data/nsi/logos/elektrowerkassling-b3c54e.undefined", "osmTags": { "and": [ "operator=Elektrowerk Assling", @@ -504214,7 +354742,6 @@ }, { "question": "Element Power", - "icon": "./assets/data/nsi/logos/elementpower-1f8ba0.undefined", "osmTags": { "and": [ "operator=Element Power", @@ -504224,7 +354751,6 @@ }, { "question": "Elgin Energy", - "icon": "./assets/data/nsi/logos/elginenergy-725ea6.undefined", "osmTags": { "and": [ "operator=Elgin Energy", @@ -504234,7 +354760,6 @@ }, { "question": "Elicio", - "icon": "./assets/data/nsi/logos/elicio-ef21ea.undefined", "osmTags": { "and": [ "operator=Elicio", @@ -504244,7 +354769,6 @@ }, { "question": "Empresa Pública de Produção de Electricidade", - "icon": "./assets/data/nsi/logos/empresapublicadeproducaodeelectricidade-0ddd58.undefined", "osmTags": { "and": [ "power=generator", @@ -504275,7 +354799,6 @@ }, { "question": "EnBW Albatros GmbH", - "icon": "./assets/data/nsi/logos/enbwalbatrosgmbh-2b875e.undefined", "osmTags": { "and": [ "operator=EnBW Albatros GmbH", @@ -504285,7 +354808,6 @@ }, { "question": "EnBW Baltic 2 GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/enbwbaltic2gmbhandcokg-42ea02.undefined", "osmTags": { "and": [ "operator=EnBW Baltic 2 GmbH & Co. KG", @@ -504310,7 +354832,6 @@ }, { "question": "EnBW Hohe See GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/enbwhoheseegmbhandcokg-4c28ad.undefined", "osmTags": { "and": [ "operator=EnBW Hohe See GmbH & Co. KG", @@ -504320,7 +354841,6 @@ }, { "question": "EnBW Onshore Portfolio GmbH", - "icon": "./assets/data/nsi/logos/enbwonshoreportfoliogmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=EnBW Onshore Portfolio GmbH", @@ -504330,7 +354850,6 @@ }, { "question": "EnBW Sverige Vind AB", - "icon": "./assets/data/nsi/logos/enbwsverigevindab-ec34a3.undefined", "osmTags": { "and": [ "operator=EnBW Sverige Vind AB", @@ -504340,7 +354859,6 @@ }, { "question": "EnBW WindInvest GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/enbwwindinvestgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=EnBW WindInvest GmbH & Co. KG", @@ -504350,7 +354868,6 @@ }, { "question": "Ende Corani", - "icon": "./assets/data/nsi/logos/endecorani-2c2b71.undefined", "osmTags": { "and": [ "operator=Ende Corani", @@ -504375,7 +354892,6 @@ }, { "question": "Endesa - Pena Ventosa", - "icon": "./assets/data/nsi/logos/endesapenaventosa-ae5946.undefined", "osmTags": { "and": [ "operator=Endesa - Pena Ventosa", @@ -504445,7 +354961,6 @@ }, { "question": "Enel Green Power Canada", - "icon": "./assets/data/nsi/logos/enelgreenpowercanada-2d6bbd.undefined", "osmTags": { "and": [ "operator=Enel Green Power Canada", @@ -504455,7 +354970,6 @@ }, { "question": "EnerCit'IF", - "icon": "./assets/data/nsi/logos/enercitif-794cff.undefined", "osmTags": { "and": [ "operator=EnerCit'IF", @@ -504480,7 +354994,6 @@ }, { "question": "Energa Wytwarzanie S.A.", - "icon": "./assets/data/nsi/logos/energawytwarzaniesa-c79aa4.undefined", "osmTags": { "and": [ "operator=Energa Wytwarzanie S.A.", @@ -504505,7 +355018,6 @@ }, { "question": "Energia Global Castellana", - "icon": "./assets/data/nsi/logos/energiaglobalcastellana-ae5946.undefined", "osmTags": { "and": [ "operator=Energia Global Castellana", @@ -504530,7 +355042,6 @@ }, { "question": "Energie Avesnes", - "icon": "./assets/data/nsi/logos/energieavesnes-33d749.undefined", "osmTags": { "and": [ "operator=Energie Avesnes", @@ -504540,7 +355051,6 @@ }, { "question": "Energie Bernkastel-Wittlich AöR", - "icon": "./assets/data/nsi/logos/energiebernkastelwittlichaor-b8ae25.undefined", "osmTags": { "and": [ "operator=Energie Bernkastel-Wittlich AöR", @@ -504565,7 +355075,6 @@ }, { "question": "Energiekontor", - "icon": "./assets/data/nsi/logos/energiekontor-b85a3e.undefined", "osmTags": { "and": [ "power=generator", @@ -504580,7 +355089,6 @@ }, { "question": "Energiekontor UK", - "icon": "./assets/data/nsi/logos/energiekontoruk-9ac094.undefined", "osmTags": { "and": [ "operator=Energiekontor UK", @@ -504621,7 +355129,6 @@ }, { "question": "Energy Park 44 sp. z o.o.", - "icon": "./assets/data/nsi/logos/energypark44spzoo-c79aa4.undefined", "osmTags": { "and": [ "operator=Energy Park 44 sp. z o.o.", @@ -504631,7 +355138,6 @@ }, { "question": "EnerjiSA Enerji ÜRETİM A. Ş.", - "icon": "./assets/data/nsi/logos/enerjisaenerjiuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=EnerjiSA Enerji ÜRETİM A. Ş.", @@ -504656,7 +355162,6 @@ }, { "question": "EnerVest AG", - "icon": "./assets/data/nsi/logos/enervestag-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -504671,7 +355176,6 @@ }, { "question": "Engelhorn Solarpark Heidelberg-Grenzhof GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/engelhornsolarparkheidelberggrenzhofgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Engelhorn Solarpark Heidelberg-Grenzhof GmbH & Co. KG", @@ -504696,7 +355200,6 @@ }, { "question": "ENGIE Deutschland Erneuerbare GmbH", - "icon": "./assets/data/nsi/logos/engiedeutschlanderneuerbaregmbh-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -504711,7 +355214,6 @@ }, { "question": "Engie Energía Chile S.A.", - "icon": "./assets/data/nsi/logos/engieenergiachilesa-daaa5a.undefined", "osmTags": { "and": [ "operator=Engie Energía Chile S.A.", @@ -504721,7 +355223,6 @@ }, { "question": "Engie Green", - "icon": "./assets/data/nsi/logos/engiegreen-33d749.undefined", "osmTags": { "and": [ "power=generator", @@ -504736,7 +355237,6 @@ }, { "question": "ENGIE Windpark Portfolio 2 GmbH", - "icon": "./assets/data/nsi/logos/engiewindparkportfolio2gmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=ENGIE Windpark Portfolio 2 GmbH", @@ -504746,7 +355246,6 @@ }, { "question": "ENHOL", - "icon": "./assets/data/nsi/logos/enhol-ae5946.undefined", "osmTags": { "and": [ "operator=ENHOL", @@ -504756,7 +355255,6 @@ }, { "question": "Enlight", - "icon": "./assets/data/nsi/logos/enlight-a37acc.undefined", "osmTags": { "and": [ "power=generator", @@ -504801,7 +355299,6 @@ }, { "question": "Enovos (Deutschland)", - "icon": "./assets/data/nsi/logos/enovos-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -504861,7 +355358,6 @@ }, { "question": "EO-ZON Generación Eólica, S.L.", - "icon": "./assets/data/nsi/logos/eozongeneracioneolicasl-ae5946.undefined", "osmTags": { "and": [ "operator=EO-ZON Generación Eólica, S.L.", @@ -504871,7 +355367,6 @@ }, { "question": "Eole RES", - "icon": "./assets/data/nsi/logos/eoleres-33d749.undefined", "osmTags": { "and": [ "operator=Eole RES", @@ -504881,7 +355376,6 @@ }, { "question": "Eolfi", - "icon": "./assets/data/nsi/logos/eolfi-33d749.undefined", "osmTags": { "and": [ "operator=Eolfi", @@ -504891,7 +355385,6 @@ }, { "question": "Eolia", - "icon": "./assets/data/nsi/logos/eolia-ae5946.undefined", "osmTags": { "and": [ "operator=Eolia", @@ -504901,7 +355394,6 @@ }, { "question": "Eólica", - "icon": "./assets/data/nsi/logos/eolica-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica", @@ -504911,7 +355403,6 @@ }, { "question": "Eólica Cabezo San Roque, S.A.", - "icon": "./assets/data/nsi/logos/eolicacabezosanroquesa-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica Cabezo San Roque, S.A.", @@ -504921,7 +355412,6 @@ }, { "question": "Eólica de Medinaceli", - "icon": "./assets/data/nsi/logos/eolicademedinaceli-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica de Medinaceli", @@ -504931,7 +355421,6 @@ }, { "question": "Eólica de Radona", - "icon": "./assets/data/nsi/logos/eolicaderadona-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica de Radona", @@ -504941,7 +355430,6 @@ }, { "question": "Eólica Guadalteba", - "icon": "./assets/data/nsi/logos/eolicaguadalteba-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica Guadalteba", @@ -504951,7 +355439,6 @@ }, { "question": "Eolica Guadalteba - La Nava", - "icon": "./assets/data/nsi/logos/eolicaguadaltebalanava-ae5946.undefined", "osmTags": { "and": [ "operator=Eolica Guadalteba - La Nava", @@ -504961,7 +355448,6 @@ }, { "question": "Eólica La Janda", - "icon": "./assets/data/nsi/logos/eolicalajanda-ae5946.undefined", "osmTags": { "and": [ "operator=Eólica La Janda", @@ -504971,7 +355457,6 @@ }, { "question": "Eolica La Janda - Tejonero", - "icon": "./assets/data/nsi/logos/eolicalajandatejonero-ae5946.undefined", "osmTags": { "and": [ "operator=Eolica La Janda - Tejonero", @@ -504981,7 +355466,6 @@ }, { "question": "Eólicas de Euskadi", - "icon": "./assets/data/nsi/logos/eolicasdeeuskadi-ae5946.undefined", "osmTags": { "and": [ "operator=Eólicas de Euskadi", @@ -504991,7 +355475,6 @@ }, { "question": "Eólicas de La Rioja", - "icon": "./assets/data/nsi/logos/eolicasdelarioja-ae5946.undefined", "osmTags": { "and": [ "operator=Eólicas de La Rioja", @@ -505001,7 +355484,6 @@ }, { "question": "Eólicas El Coscojar, SL", - "icon": "./assets/data/nsi/logos/eolicaselcoscojarsl-ae5946.undefined", "osmTags": { "and": [ "operator=Eólicas El Coscojar, SL", @@ -505011,7 +355493,6 @@ }, { "question": "Eolien Maritime France", - "icon": "./assets/data/nsi/logos/eolienmaritimefrance-33d749.undefined", "osmTags": { "and": [ "operator=Eolien Maritime France", @@ -505021,7 +355502,6 @@ }, { "question": "Eoliki Zaraka Rachi Gkioni Energy S.A.", - "icon": "./assets/data/nsi/logos/eolikizarakarachigkionienergysa-6bff69.undefined", "osmTags": { "and": [ "operator=Eoliki Zaraka Rachi Gkioni Energy S.A.", @@ -505031,7 +355511,6 @@ }, { "question": "Eolus Vind AB", - "icon": "./assets/data/nsi/logos/eolusvindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -505046,7 +355525,6 @@ }, { "question": "EPP Gdbr", - "icon": "./assets/data/nsi/logos/eppgdbr-b8ae25.undefined", "osmTags": { "and": [ "operator=EPP Gdbr", @@ -505056,7 +355534,6 @@ }, { "question": "Epuron", - "icon": "./assets/data/nsi/logos/epuron-08761e.undefined", "osmTags": { "and": [ "operator=Epuron", @@ -505066,7 +355543,6 @@ }, { "question": "EPV Tuulivoima Oy", - "icon": "./assets/data/nsi/logos/epvtuulivoimaoy-ae9fa2.undefined", "osmTags": { "and": [ "operator=EPV Tuulivoima Oy", @@ -505091,7 +355567,6 @@ }, { "question": "Erby", - "icon": "./assets/data/nsi/logos/erby-ae5946.undefined", "osmTags": { "and": [ "operator=Erby", @@ -505116,7 +355591,6 @@ }, { "question": "ERG S.p.A.", - "icon": "./assets/data/nsi/logos/ergspa-9ac094.undefined", "osmTags": { "and": [ "operator=ERG S.p.A.", @@ -505157,7 +355631,6 @@ }, { "question": "Eufer", - "icon": "./assets/data/nsi/logos/eufer-ae5946.undefined", "osmTags": { "and": [ "operator=Eufer", @@ -505167,7 +355640,6 @@ }, { "question": "European Energy", - "icon": "./assets/data/nsi/logos/europeanenergy-6d36df.undefined", "osmTags": { "and": [ "power=generator", @@ -505212,7 +355684,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-dd42ec.undefined", "osmTags": { "and": [ "power=generator", @@ -505273,7 +355744,6 @@ }, { "question": "EVN (Северна Македонија)", - "icon": "./assets/data/nsi/logos/evn-a4b8ed.undefined", "osmTags": { "and": [ "power=generator", @@ -505288,7 +355758,6 @@ }, { "question": "EWO Solarpark III KG", - "icon": "./assets/data/nsi/logos/ewosolarparkiiikg-b8ae25.undefined", "osmTags": { "and": [ "operator=EWO Solarpark III KG", @@ -505298,7 +355767,6 @@ }, { "question": "ewz Atlantic Sverige AB", - "icon": "./assets/data/nsi/logos/ewzatlanticsverigeab-ec34a3.undefined", "osmTags": { "and": [ "operator=ewz Atlantic Sverige AB", @@ -505308,7 +355776,6 @@ }, { "question": "Exilion Tuuli Ky", - "icon": "./assets/data/nsi/logos/exiliontuuliky-ae9fa2.undefined", "osmTags": { "and": [ "operator=Exilion Tuuli Ky", @@ -505318,7 +355785,6 @@ }, { "question": "Explotaciones Eólicas El Puerto, S.A.", - "icon": "./assets/data/nsi/logos/explotacioneseolicaselpuertosa-ae5946.undefined", "osmTags": { "and": [ "operator=Explotaciones Eólicas El Puerto, S.A.", @@ -505328,7 +355794,6 @@ }, { "question": "Explotaciones Eólicas Escucha, S.A.", - "icon": "./assets/data/nsi/logos/explotacioneseolicasescuchasa-ae5946.undefined", "osmTags": { "and": [ "operator=Explotaciones Eólicas Escucha, S.A.", @@ -505338,7 +355803,6 @@ }, { "question": "Explotaciones Eólicas Saso Plano, S.A.", - "icon": "./assets/data/nsi/logos/explotacioneseolicassasoplanosa-ae5946.undefined", "osmTags": { "and": [ "operator=Explotaciones Eólicas Saso Plano, S.A.", @@ -505348,7 +355812,6 @@ }, { "question": "Explotaciones Eólicas Sierra Costera, S.A.", - "icon": "./assets/data/nsi/logos/explotacioneseolicassierracosterasa-ae5946.undefined", "osmTags": { "and": [ "operator=Explotaciones Eólicas Sierra Costera, S.A.", @@ -505358,7 +355821,6 @@ }, { "question": "Explotaciones Eólicas Sierra de la Virgen, S.A. - ENEL", - "icon": "./assets/data/nsi/logos/explotacioneseolicassierradelavirgensaenel-ae5946.undefined", "osmTags": { "and": [ "operator=Explotaciones Eólicas Sierra de la Virgen, S.A. - ENEL", @@ -505368,7 +355830,6 @@ }, { "question": "Extresol 3", - "icon": "./assets/data/nsi/logos/extresol3-ae5946.undefined", "osmTags": { "and": [ "operator=Extresol 3", @@ -505378,7 +355839,6 @@ }, { "question": "Fäbodliden Vindkraft AB", - "icon": "./assets/data/nsi/logos/fabodlidenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Fäbodliden Vindkraft AB", @@ -505388,7 +355848,6 @@ }, { "question": "Falck Renewables", - "icon": "./assets/data/nsi/logos/falckrenewables-ae4916.undefined", "osmTags": { "and": [ "power=generator", @@ -505403,7 +355862,6 @@ }, { "question": "Farmer's Light Plant Corporation", - "icon": "./assets/data/nsi/logos/farmerslightplantcorporation-383cfd.undefined", "osmTags": { "and": [ "operator=Farmer's Light Plant Corporation", @@ -505413,7 +355871,6 @@ }, { "question": "Fazenda Santa Rosa", - "icon": "./assets/data/nsi/logos/fazendasantarosa-104cf6.undefined", "osmTags": { "and": [ "operator=Fazenda Santa Rosa", @@ -505423,7 +355880,6 @@ }, { "question": "Federal Ministry of Power", - "icon": "./assets/data/nsi/logos/federalministryofpower-06a2cc.undefined", "osmTags": { "and": [ "operator=Federal Ministry of Power", @@ -505433,7 +355889,6 @@ }, { "question": "Fenaka", - "icon": "./assets/data/nsi/logos/fenaka-1b2052.undefined", "osmTags": { "and": [ "power=generator", @@ -505448,7 +355903,6 @@ }, { "question": "Fera s.r.l.", - "icon": "./assets/data/nsi/logos/ferasrl-052129.undefined", "osmTags": { "and": [ "operator=Fera s.r.l.", @@ -505458,7 +355912,6 @@ }, { "question": "Ffos Las Solar Farm", - "icon": "./assets/data/nsi/logos/ffoslassolarfarm-9ac094.undefined", "osmTags": { "and": [ "operator=Ffos Las Solar Farm", @@ -505468,7 +355921,6 @@ }, { "question": "Firma Ramström Vind AB", - "icon": "./assets/data/nsi/logos/firmaramstromvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Firma Ramström Vind AB", @@ -505478,7 +355930,6 @@ }, { "question": "First Reserve", - "icon": "./assets/data/nsi/logos/firstreserve-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -505538,7 +355989,6 @@ }, { "question": "Fjällberget Energi AB", - "icon": "./assets/data/nsi/logos/fjallbergetenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Fjällberget Energi AB", @@ -505563,7 +356013,6 @@ }, { "question": "Flughafen Stuttgart Energie GmbH", - "icon": "./assets/data/nsi/logos/flughafenstuttgartenergiegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Flughafen Stuttgart Energie GmbH", @@ -505573,7 +356022,6 @@ }, { "question": "Foresight", - "icon": "./assets/data/nsi/logos/foresight-9ac094.undefined", "osmTags": { "and": [ "operator=Foresight", @@ -505583,7 +356031,6 @@ }, { "question": "Forestalia", - "icon": "./assets/data/nsi/logos/forestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Forestalia", @@ -505593,7 +356040,6 @@ }, { "question": "Formosa Plastics", - "icon": "./assets/data/nsi/logos/formosaplastics-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -505608,7 +356054,6 @@ }, { "question": "Forsa Energy", - "icon": "./assets/data/nsi/logos/forsaenergy-33d749.undefined", "osmTags": { "and": [ "operator=Forsa Energy", @@ -505633,7 +356078,6 @@ }, { "question": "Fortum & Helen", - "icon": "./assets/data/nsi/logos/fortumandhelen-ae9fa2.undefined", "osmTags": { "and": [ "operator=Fortum & Helen", @@ -505643,7 +356087,6 @@ }, { "question": "FP Lux Wind Bröcklingberget AB", - "icon": "./assets/data/nsi/logos/fpluxwindbrocklingbergetab-ec34a3.undefined", "osmTags": { "and": [ "operator=FP Lux Wind Bröcklingberget AB", @@ -505653,7 +356096,6 @@ }, { "question": "Fred. Olsen Renewables", - "icon": "./assets/data/nsi/logos/fredolsenrenewables-9ac094.undefined", "osmTags": { "and": [ "power=generator", @@ -505668,7 +356110,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa IX, SL - Forestalia", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaixslforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa IX, SL - Forestalia", @@ -505678,7 +356119,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa VII, SL", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaviisl-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa VII, SL", @@ -505688,7 +356128,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa X, SL - Forestalia", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxslforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa X, SL - Forestalia", @@ -505698,7 +356137,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa XI,SL - Forestalia", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxislforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa XI,SL - Forestalia", @@ -505708,7 +356146,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa XII, SL - Forestalia", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxiislforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa XII, SL - Forestalia", @@ -505718,7 +356155,6 @@ }, { "question": "Fuerzas Energéticas del Sur de Europa XV S.L. - Forestalia", - "icon": "./assets/data/nsi/logos/fuerzasenergeticasdelsurdeeuropaxvslforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Fuerzas Energéticas del Sur de Europa XV S.L. - Forestalia", @@ -505728,7 +356164,6 @@ }, { "question": "G-Tech Environmental Holdings", - "icon": "./assets/data/nsi/logos/gtechenvironmentalholdings-e517ca.undefined", "osmTags": { "and": [ "operator=G-Tech Environmental Holdings", @@ -505738,7 +356173,6 @@ }, { "question": "Gabrielsberget Vind Nord AB", - "icon": "./assets/data/nsi/logos/gabrielsbergetvindnordab-ec34a3.undefined", "osmTags": { "and": [ "operator=Gabrielsberget Vind Nord AB", @@ -505748,7 +356182,6 @@ }, { "question": "Gabrielsberget Vind Syd AB", - "icon": "./assets/data/nsi/logos/gabrielsbergetvindsydab-ec34a3.undefined", "osmTags": { "and": [ "operator=Gabrielsberget Vind Syd AB", @@ -505758,7 +356191,6 @@ }, { "question": "Gaelectric", - "icon": "./assets/data/nsi/logos/gaelectric-7260e8.undefined", "osmTags": { "and": [ "operator=Gaelectric", @@ -505768,7 +356200,6 @@ }, { "question": "Gamesa", - "icon": "./assets/data/nsi/logos/gamesa-8b20a8.undefined", "osmTags": { "and": [ "power=generator", @@ -505783,7 +356214,6 @@ }, { "question": "Gamesa - Altamira", - "icon": "./assets/data/nsi/logos/gamesaaltamira-ae5946.undefined", "osmTags": { "and": [ "operator=Gamesa - Altamira", @@ -505793,7 +356223,6 @@ }, { "question": "Gamma", - "icon": "./assets/data/nsi/logos/gamma-7c4044.undefined", "osmTags": { "and": [ "operator=Gamma", @@ -505803,7 +356232,6 @@ }, { "question": "Garvagh Glebe Power Ltd (ESB)", - "icon": "./assets/data/nsi/logos/garvaghglebepowerltdesb-1f8ba0.undefined", "osmTags": { "and": [ "operator=Garvagh Glebe Power Ltd (ESB)", @@ -505813,7 +356241,6 @@ }, { "question": "GDF Suez Zielona Energia Sp. z o.o.", - "icon": "./assets/data/nsi/logos/gdfsuezzielonaenergiaspzoo-c79aa4.undefined", "osmTags": { "and": [ "operator=GDF Suez Zielona Energia Sp. z o.o.", @@ -505823,7 +356250,6 @@ }, { "question": "GE Green Energy", - "icon": "./assets/data/nsi/logos/gegreenenergy-b8ae25.undefined", "osmTags": { "and": [ "operator=GE Green Energy", @@ -505833,7 +356259,6 @@ }, { "question": "GE Wind", - "icon": "./assets/data/nsi/logos/gewind-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -505848,7 +356273,6 @@ }, { "question": "Gecalsa", - "icon": "./assets/data/nsi/logos/gecalsa-ae5946.undefined", "osmTags": { "and": [ "operator=Gecalsa", @@ -505858,7 +356282,6 @@ }, { "question": "Gecalsa - El Hierro", - "icon": "./assets/data/nsi/logos/gecalsaelhierro-ae5946.undefined", "osmTags": { "and": [ "operator=Gecalsa - El Hierro", @@ -505868,7 +356291,6 @@ }, { "question": "Gecalsa - La Rabia", - "icon": "./assets/data/nsi/logos/gecalsalarabia-ae5946.undefined", "osmTags": { "and": [ "operator=Gecalsa - La Rabia", @@ -505878,7 +356300,6 @@ }, { "question": "Gecalsa - Montamarta", - "icon": "./assets/data/nsi/logos/gecalsamontamarta-ae5946.undefined", "osmTags": { "and": [ "operator=Gecalsa - Montamarta", @@ -505888,7 +356309,6 @@ }, { "question": "Gecalsa - Peñarroldana", - "icon": "./assets/data/nsi/logos/gecalsapenarroldana-ae5946.undefined", "osmTags": { "and": [ "operator=Gecalsa - Peñarroldana", @@ -505913,7 +356333,6 @@ }, { "question": "Generaciones Renovables del Gállego, SL - Forestalia", - "icon": "./assets/data/nsi/logos/generacionesrenovablesdelgallegoslforestalia-ae5946.undefined", "osmTags": { "and": [ "operator=Generaciones Renovables del Gállego, SL - Forestalia", @@ -505953,7 +356372,6 @@ }, { "question": "GENNEIA", - "icon": "./assets/data/nsi/logos/genneia-76b721.undefined", "osmTags": { "and": [ "operator=GENNEIA", @@ -505963,7 +356381,6 @@ }, { "question": "Geólica Magallón II, S.L.", - "icon": "./assets/data/nsi/logos/geolicamagalloniisl-ae5946.undefined", "osmTags": { "and": [ "operator=Geólica Magallón II, S.L.", @@ -505973,7 +356390,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-42ce66.undefined", "osmTags": { "and": [ "power=generator", @@ -505988,7 +356404,6 @@ }, { "question": "GERES Power II GmbH", - "icon": "./assets/data/nsi/logos/gerespoweriigmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=GERES Power II GmbH", @@ -505998,7 +356413,6 @@ }, { "question": "Gesa - Gargaú energética S/A", - "icon": "./assets/data/nsi/logos/gesagargauenergeticasa-104cf6.undefined", "osmTags": { "and": [ "operator=Gesa - Gargaú energética S/A", @@ -506008,7 +356422,6 @@ }, { "question": "Gigawatti", - "icon": "./assets/data/nsi/logos/gigawatti-ae9fa2.undefined", "osmTags": { "and": [ "operator=Gigawatti", @@ -506018,7 +356431,6 @@ }, { "question": "Gigawatti Oy", - "icon": "./assets/data/nsi/logos/gigawattioy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Gigawatti Oy", @@ -506028,7 +356440,6 @@ }, { "question": "GILDEMEISTER Energy Solutions", - "icon": "./assets/data/nsi/logos/gildemeisterenergysolutions-b8ae25.undefined", "osmTags": { "and": [ "operator=GILDEMEISTER Energy Solutions", @@ -506038,7 +356449,6 @@ }, { "question": "Global Tech I Offshore Wind GmbH", - "icon": "./assets/data/nsi/logos/globaltechioffshorewindgmbh-0daf2e.undefined", "osmTags": { "and": [ "operator=Global Tech I Offshore Wind GmbH", @@ -506048,7 +356458,6 @@ }, { "question": "Glötesvålen Vind AB", - "icon": "./assets/data/nsi/logos/glotesvalenvindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -506063,7 +356472,6 @@ }, { "question": "Glötesvålen Vind AB (IKEA)", - "icon": "./assets/data/nsi/logos/glotesvalenvindabikea-ec34a3.undefined", "osmTags": { "and": [ "operator=Glötesvålen Vind AB (IKEA)", @@ -506073,7 +356481,6 @@ }, { "question": "GLS Bank, WP Warburg", - "icon": "./assets/data/nsi/logos/glsbankwpwarburg-b8ae25.undefined", "osmTags": { "and": [ "operator=GLS Bank, WP Warburg", @@ -506113,7 +356520,6 @@ }, { "question": "Göteborg Energi AB", - "icon": "./assets/data/nsi/logos/goteborgenergiab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -506128,7 +356534,6 @@ }, { "question": "Great Lakes Hydro America", - "icon": "./assets/data/nsi/logos/greatlakeshydroamerica-0aad60.undefined", "osmTags": { "and": [ "operator=Great Lakes Hydro America", @@ -506153,7 +356558,6 @@ }, { "question": "Green Energy", - "icon": "./assets/data/nsi/logos/greenenergy-e6beb4.undefined", "osmTags": { "and": [ "operator=Green Energy", @@ -506163,7 +356567,6 @@ }, { "question": "Green Energy Company Ltd.", - "icon": "./assets/data/nsi/logos/greenenergycompanyltd-16c9d0.undefined", "osmTags": { "and": [ "operator=Green Energy Company Ltd.", @@ -506173,7 +356576,6 @@ }, { "question": "Green Energy International", - "icon": "./assets/data/nsi/logos/greenenergyinternational-9ac094.undefined", "osmTags": { "and": [ "operator=Green Energy International", @@ -506183,7 +356585,6 @@ }, { "question": "Green Genius", - "icon": "./assets/data/nsi/logos/greengenius-f48411.undefined", "osmTags": { "and": [ "operator=Green Genius", @@ -506193,7 +356594,6 @@ }, { "question": "Green Investment Group", - "icon": "./assets/data/nsi/logos/greeninvestmentgroup-c79aa4.undefined", "osmTags": { "and": [ "power=generator", @@ -506208,7 +356608,6 @@ }, { "question": "Greenbacker Renewable Energy Company", - "icon": "./assets/data/nsi/logos/greenbackerrenewableenergycompany-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -506223,7 +356622,6 @@ }, { "question": "Greenchoice", - "icon": "./assets/data/nsi/logos/greenchoice-7c4044.undefined", "osmTags": { "and": [ "operator=Greenchoice", @@ -506233,7 +356631,6 @@ }, { "question": "Greencoat Renewables", - "icon": "./assets/data/nsi/logos/greencoatrenewables-8d3bcf.undefined", "osmTags": { "and": [ "power=generator", @@ -506248,7 +356645,6 @@ }, { "question": "Greensolver", - "icon": "./assets/data/nsi/logos/greensolver-33d749.undefined", "osmTags": { "and": [ "operator=Greensolver", @@ -506258,7 +356654,6 @@ }, { "question": "Grimsås Vindkraft AB", - "icon": "./assets/data/nsi/logos/grimsasvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Grimsås Vindkraft AB", @@ -506283,7 +356678,6 @@ }, { "question": "Grönhult Wind AB", - "icon": "./assets/data/nsi/logos/gronhultwindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Grönhult Wind AB", @@ -506293,7 +356687,6 @@ }, { "question": "Growind", - "icon": "./assets/data/nsi/logos/growind-7c4044.undefined", "osmTags": { "and": [ "operator=Growind", @@ -506303,7 +356696,6 @@ }, { "question": "Grytsjö Energi AB", - "icon": "./assets/data/nsi/logos/grytsjoenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Grytsjö Energi AB", @@ -506313,7 +356705,6 @@ }, { "question": "GS E&R", - "icon": "./assets/data/nsi/logos/gseandr-9277d2.undefined", "osmTags": { "and": [ "operator=GS E&R", @@ -506323,7 +356714,6 @@ }, { "question": "Güneş Enerji Santrali", - "icon": "./assets/data/nsi/logos/gunesenerjisantrali-90eacc.undefined", "osmTags": { "and": [ "operator=Güneş Enerji Santrali", @@ -506333,7 +356723,6 @@ }, { "question": "Hans Solar GmbH", - "icon": "./assets/data/nsi/logos/hanssolargmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Hans Solar GmbH", @@ -506343,7 +356732,6 @@ }, { "question": "Harvest Windfarm", - "icon": "./assets/data/nsi/logos/harvestwindfarm-b3e144.undefined", "osmTags": { "and": [ "operator=Harvest Windfarm", @@ -506353,7 +356741,6 @@ }, { "question": "Havsnäs Vindkraft AB", - "icon": "./assets/data/nsi/logos/havsnasvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Havsnäs Vindkraft AB", @@ -506363,7 +356750,6 @@ }, { "question": "Heather Wind AB", - "icon": "./assets/data/nsi/logos/heatherwindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Heather Wind AB", @@ -506373,7 +356759,6 @@ }, { "question": "Helen/CPC Finland Oy", - "icon": "./assets/data/nsi/logos/helencpcfinlandoy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Helen/CPC Finland Oy", @@ -506383,7 +356768,6 @@ }, { "question": "Heliotec", - "icon": "./assets/data/nsi/logos/heliotec-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -506398,7 +356782,6 @@ }, { "question": "Helix Maine Wind Development", - "icon": "./assets/data/nsi/logos/helixmainewinddevelopment-906027.undefined", "osmTags": { "and": [ "operator=Helix Maine Wind Development", @@ -506408,7 +356791,6 @@ }, { "question": "Heritage Sustainable Energy", - "icon": "./assets/data/nsi/logos/heritagesustainableenergy-b3e144.undefined", "osmTags": { "and": [ "operator=Heritage Sustainable Energy", @@ -506418,7 +356800,6 @@ }, { "question": "Hibernian Wind Power (ESB)", - "icon": "./assets/data/nsi/logos/hibernianwindpoweresb-1f8ba0.undefined", "osmTags": { "and": [ "operator=Hibernian Wind Power (ESB)", @@ -506428,7 +356809,6 @@ }, { "question": "Hidromedia", - "icon": "./assets/data/nsi/logos/hidromedia-ae5946.undefined", "osmTags": { "and": [ "operator=Hidromedia", @@ -506438,7 +356818,6 @@ }, { "question": "Highfield Renewable Energy", - "icon": "./assets/data/nsi/logos/highfieldrenewableenergy-1f8ba0.undefined", "osmTags": { "and": [ "operator=Highfield Renewable Energy", @@ -506448,7 +356827,6 @@ }, { "question": "Hive Energy", - "icon": "./assets/data/nsi/logos/hiveenergy-9ac094.undefined", "osmTags": { "and": [ "operator=Hive Energy", @@ -506458,7 +356836,6 @@ }, { "question": "HOFOR", - "icon": "./assets/data/nsi/logos/hofor-c31bbc.undefined", "osmTags": { "and": [ "operator=HOFOR", @@ -506468,7 +356845,6 @@ }, { "question": "Högaliden Vindkraft AB", - "icon": "./assets/data/nsi/logos/hogalidenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Högaliden Vindkraft AB", @@ -506478,7 +356854,6 @@ }, { "question": "Holyoke Gas & Electric", - "icon": "./assets/data/nsi/logos/holyokegasandelectric-c012c2.undefined", "osmTags": { "and": [ "power=generator", @@ -506523,7 +356898,6 @@ }, { "question": "Hydrocop", - "icon": "./assets/data/nsi/logos/hydrocop-33d749.undefined", "osmTags": { "and": [ "power=generator", @@ -506553,7 +356927,6 @@ }, { "question": "Iberdrola Renewables", - "icon": "./assets/data/nsi/logos/iberdrolarenewables-4ed0ab.undefined", "osmTags": { "and": [ "operator=Iberdrola Renewables", @@ -506563,7 +356936,6 @@ }, { "question": "Iberdrola Renovables Offshore Deutschland GmbH", - "icon": "./assets/data/nsi/logos/iberdrolarenovablesoffshoredeutschlandgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Iberdrola Renovables Offshore Deutschland GmbH", @@ -506573,7 +356945,6 @@ }, { "question": "Ibereólica Cabo Leones II", - "icon": "./assets/data/nsi/logos/ibereolicacaboleonesii-daaa5a.undefined", "osmTags": { "and": [ "operator=Ibereólica Cabo Leones II", @@ -506583,7 +356954,6 @@ }, { "question": "Iberia Aprovechamientos Eólicos, S.A.", - "icon": "./assets/data/nsi/logos/iberiaaprovechamientoseolicossa-ae5946.undefined", "osmTags": { "and": [ "operator=Iberia Aprovechamientos Eólicos, S.A.", @@ -506593,7 +356963,6 @@ }, { "question": "ICO", - "icon": "./assets/data/nsi/logos/ico-a327c1.undefined", "osmTags": { "and": [ "operator=ICO", @@ -506663,7 +357032,6 @@ }, { "question": "Ilmatar", - "icon": "./assets/data/nsi/logos/ilmatar-ae9fa2.undefined", "osmTags": { "and": [ "operator=Ilmatar", @@ -506673,7 +357041,6 @@ }, { "question": "Ilmatar Energy Oy", - "icon": "./assets/data/nsi/logos/ilmatarenergyoy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Ilmatar Energy Oy", @@ -506683,7 +357050,6 @@ }, { "question": "Indonesia Power", - "icon": "./assets/data/nsi/logos/indonesiapower-e605d3.undefined", "osmTags": { "and": [ "power=generator", @@ -506698,7 +357064,6 @@ }, { "question": "Industrial Power Generating Company", - "icon": "./assets/data/nsi/logos/industrialpowergeneratingcompany-4ed0ab.undefined", "osmTags": { "and": [ "operator=Industrial Power Generating Company", @@ -506708,7 +357073,6 @@ }, { "question": "Industriepark Philippsburg GmbH", - "icon": "./assets/data/nsi/logos/industrieparkphilippsburggmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Industriepark Philippsburg GmbH", @@ -506718,7 +357082,6 @@ }, { "question": "Infigen Energy", - "icon": "./assets/data/nsi/logos/infigenenergy-08761e.undefined", "osmTags": { "and": [ "power=generator", @@ -506733,7 +357096,6 @@ }, { "question": "Infinis", - "icon": "./assets/data/nsi/logos/infinis-9ac094.undefined", "osmTags": { "and": [ "power=generator", @@ -506748,7 +357110,6 @@ }, { "question": "Ingenious Renewable Enterprises Energy Ltd.", - "icon": "./assets/data/nsi/logos/ingeniousrenewableenterprisesenergyltd-9ac094.undefined", "osmTags": { "and": [ "operator=Ingenious Renewable Enterprises Energy Ltd.", @@ -506758,7 +357119,6 @@ }, { "question": "Ingka Deutschland Windfarms GmbH", - "icon": "./assets/data/nsi/logos/ingkadeutschlandwindfarmsgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Ingka Deutschland Windfarms GmbH", @@ -506768,7 +357128,6 @@ }, { "question": "init SE", - "icon": "./assets/data/nsi/logos/initse-b8ae25.undefined", "osmTags": { "and": [ "operator=init SE", @@ -506778,7 +357137,6 @@ }, { "question": "Initiatives et Énergies Locales", - "icon": "./assets/data/nsi/logos/initiativesetenergieslocales-33d749.undefined", "osmTags": { "and": [ "operator=Initiatives et Énergies Locales", @@ -506818,7 +357176,6 @@ }, { "question": "Innogy Renewables Polska", - "icon": "./assets/data/nsi/logos/innogyrenewablespolska-c79aa4.undefined", "osmTags": { "and": [ "operator=Innogy Renewables Polska", @@ -506828,7 +357185,6 @@ }, { "question": "Innogy Spain, S.A.U", - "icon": "./assets/data/nsi/logos/innogyspainsau-ae5946.undefined", "osmTags": { "and": [ "operator=Innogy Spain, S.A.U", @@ -506838,7 +357194,6 @@ }, { "question": "InnoWind", - "icon": "./assets/data/nsi/logos/innowind-6ca71c.undefined", "osmTags": { "and": [ "operator=InnoWind", @@ -506848,7 +357203,6 @@ }, { "question": "INTERVENT", - "icon": "./assets/data/nsi/logos/intervent-33d749.undefined", "osmTags": { "and": [ "operator=INTERVENT", @@ -506873,7 +357227,6 @@ }, { "question": "INVEST-WIND Regenerativ-Energie Anlagen GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/investwindregenerativenergieanlagengmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=INVEST-WIND Regenerativ-Energie Anlagen GmbH & Co. KG", @@ -506883,7 +357236,6 @@ }, { "question": "Invis Energy", - "icon": "./assets/data/nsi/logos/invisenergy-1f8ba0.undefined", "osmTags": { "and": [ "power=generator", @@ -506898,7 +357250,6 @@ }, { "question": "Iowa Lakes Electric Cooperative", - "icon": "./assets/data/nsi/logos/iowalakeselectriccooperative-2c3da9.undefined", "osmTags": { "and": [ "operator=Iowa Lakes Electric Cooperative", @@ -506908,7 +357259,6 @@ }, { "question": "Island Green Power", - "icon": "./assets/data/nsi/logos/islandgreenpower-eb919b.undefined", "osmTags": { "and": [ "operator=Island Green Power", @@ -506933,7 +357283,6 @@ }, { "question": "Jädraås Vindkraft AB", - "icon": "./assets/data/nsi/logos/jadraasvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Jädraås Vindkraft AB", @@ -506973,7 +357322,6 @@ }, { "question": "Järvsö Sörby Vindkraft AB", - "icon": "./assets/data/nsi/logos/jarvsosorbyvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Järvsö Sörby Vindkraft AB", @@ -506983,7 +357331,6 @@ }, { "question": "Jenner Wind Limited Partnership", - "icon": "./assets/data/nsi/logos/jennerwindlimitedpartnership-60f7b4.undefined", "osmTags": { "and": [ "operator=Jenner Wind Limited Partnership", @@ -507008,7 +357355,6 @@ }, { "question": "juwi Bestandsanlagen GmbH", - "icon": "./assets/data/nsi/logos/juwibestandsanlagengmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=juwi Bestandsanlagen GmbH", @@ -507018,7 +357364,6 @@ }, { "question": "juwi Beteiligungs GmbH & Co. Naturpower 10 KG", - "icon": "./assets/data/nsi/logos/juwibeteiligungsgmbhandconaturpower10kg-b8ae25.undefined", "osmTags": { "and": [ "operator=juwi Beteiligungs GmbH & Co. Naturpower 10 KG", @@ -507043,7 +357388,6 @@ }, { "question": "K-WIND", - "icon": "./assets/data/nsi/logos/kwind-6bff69.undefined", "osmTags": { "and": [ "operator=K-WIND", @@ -507053,7 +357397,6 @@ }, { "question": "Kapıdağ Rüzgar Enerji Santralı Elektrik Üretim San. ve Tic. A. Ş.", - "icon": "./assets/data/nsi/logos/kapidagruzgarenerjisantralielektrikuretimsanveticas-90eacc.undefined", "osmTags": { "and": [ "operator=Kapıdağ Rüzgar Enerji Santralı Elektrik Üretim San. ve Tic. A. Ş.", @@ -507063,7 +357406,6 @@ }, { "question": "Karayel Elektrik Üretim Anonim Şirketi", - "icon": "./assets/data/nsi/logos/karayelelektrikuretimanonimsirketi-90eacc.undefined", "osmTags": { "and": [ "operator=Karayel Elektrik Üretim Anonim Şirketi", @@ -507073,7 +357415,6 @@ }, { "question": "Karlsruher Energieservice GmbH", - "icon": "./assets/data/nsi/logos/karlsruherenergieservicegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Karlsruher Energieservice GmbH", @@ -507099,7 +357440,6 @@ }, { "question": "Karskruv Vind AB", - "icon": "./assets/data/nsi/logos/karskruvvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Karskruv Vind AB", @@ -507109,7 +357449,6 @@ }, { "question": "Kearsarge Energy", - "icon": "./assets/data/nsi/logos/kearsargeenergy-a48495.undefined", "osmTags": { "and": [ "operator=Kearsarge Energy", @@ -507164,7 +357503,6 @@ }, { "question": "Khorasan Regional Electric Power", - "icon": "./assets/data/nsi/logos/khorasanregionalelectricpower-7260e8.undefined", "osmTags": { "and": [ "operator=Khorasan Regional Electric Power", @@ -507174,7 +357512,6 @@ }, { "question": "Kindel Vara OÜ", - "icon": "./assets/data/nsi/logos/kindelvaraou-7050ae.undefined", "osmTags": { "and": [ "operator=Kindel Vara OÜ", @@ -507184,7 +357521,6 @@ }, { "question": "Klev Wind AB", - "icon": "./assets/data/nsi/logos/klevwindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Klev Wind AB", @@ -507194,7 +357530,6 @@ }, { "question": "KMW Windpark Straubenhardt GmbH & Co KG", - "icon": "./assets/data/nsi/logos/kmwwindparkstraubenhardtgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=KMW Windpark Straubenhardt GmbH & Co KG", @@ -507219,7 +357554,6 @@ }, { "question": "KOLBA Grundstücksgesellschaft mbH & Co. KG", - "icon": "./assets/data/nsi/logos/kolbagrundstucksgesellschaftmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=KOLBA Grundstücksgesellschaft mbH & Co. KG", @@ -507244,7 +357578,6 @@ }, { "question": "Kotzebue Electric Association", - "icon": "./assets/data/nsi/logos/kotzebueelectricassociation-d933bc.undefined", "osmTags": { "and": [ "operator=Kotzebue Electric Association", @@ -507254,7 +357587,6 @@ }, { "question": "Kronoberget Energi AB", - "icon": "./assets/data/nsi/logos/kronobergetenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Kronoberget Energi AB", @@ -507264,7 +357596,6 @@ }, { "question": "KS Solar GmbH", - "icon": "./assets/data/nsi/logos/kssolargmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=KS Solar GmbH", @@ -507274,7 +357605,6 @@ }, { "question": "Kuehne+Nagel B.V.", - "icon": "./assets/data/nsi/logos/kuehnenagelbv-7c4044.undefined", "osmTags": { "and": [ "operator=Kuehne+Nagel B.V.", @@ -507284,7 +357614,6 @@ }, { "question": "Lake Turkana Wind Power", - "icon": "./assets/data/nsi/logos/laketurkanawindpower-eb775a.undefined", "osmTags": { "and": [ "operator=Lake Turkana Wind Power", @@ -507294,7 +357623,6 @@ }, { "question": "Landvolk Grafschaft Diepholz", - "icon": "./assets/data/nsi/logos/landvolkgrafschaftdiepholz-b8ae25.undefined", "osmTags": { "and": [ "operator=Landvolk Grafschaft Diepholz", @@ -507304,7 +357632,6 @@ }, { "question": "Landwind", - "icon": "./assets/data/nsi/logos/landwind-b8ae25.undefined", "osmTags": { "and": [ "operator=Landwind", @@ -507314,7 +357641,6 @@ }, { "question": "Las Majadas Wind Farm", - "icon": "./assets/data/nsi/logos/lasmajadaswindfarm-546c7b.undefined", "osmTags": { "and": [ "operator=Las Majadas Wind Farm", @@ -507324,7 +357650,6 @@ }, { "question": "Leeward Asset Management", - "icon": "./assets/data/nsi/logos/leewardassetmanagement-19ecba.undefined", "osmTags": { "and": [ "operator=Leeward Asset Management", @@ -507334,7 +357659,6 @@ }, { "question": "Leeward Energy", - "icon": "./assets/data/nsi/logos/leewardenergy-19ecba.undefined", "osmTags": { "and": [ "operator=Leeward Energy", @@ -507344,7 +357668,6 @@ }, { "question": "Leeward Renewable Energy", - "icon": "./assets/data/nsi/logos/leewardrenewableenergy-19ecba.undefined", "osmTags": { "and": [ "operator=Leeward Renewable Energy", @@ -507354,7 +357677,6 @@ }, { "question": "Lehtirova Wind AB", - "icon": "./assets/data/nsi/logos/lehtirovawindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Lehtirova Wind AB", @@ -507364,7 +357686,6 @@ }, { "question": "Lemnhult Energi AB", - "icon": "./assets/data/nsi/logos/lemnhultenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Lemnhult Energi AB", @@ -507374,7 +357695,6 @@ }, { "question": "Lidl Ireland GmbH", - "icon": "./assets/data/nsi/logos/lidlirelandgmbh-1f8ba0.undefined", "osmTags": { "and": [ "operator=Lidl Ireland GmbH", @@ -507399,7 +357719,6 @@ }, { "question": "Lincoln Clean Energy", - "icon": "./assets/data/nsi/logos/lincolncleanenergy-546c7b.undefined", "osmTags": { "and": [ "operator=Lincoln Clean Energy", @@ -507409,7 +357728,6 @@ }, { "question": "Lista Vindkraftverk AS", - "icon": "./assets/data/nsi/logos/listavindkraftverkas-dd42ec.undefined", "osmTags": { "and": [ "operator=Lista Vindkraftverk AS", @@ -507434,7 +357752,6 @@ }, { "question": "Little Silver House", - "icon": "./assets/data/nsi/logos/littlesilverhouse-9ac094.undefined", "osmTags": { "and": [ "operator=Little Silver House", @@ -507459,7 +357776,6 @@ }, { "question": "Lodos Elektrik Üretim Anonim Şirketi", - "icon": "./assets/data/nsi/logos/lodoselektrikuretimanonimsirketi-90eacc.undefined", "osmTags": { "and": [ "operator=Lodos Elektrik Üretim Anonim Şirketi", @@ -507499,7 +357815,6 @@ }, { "question": "Lorte SL", - "icon": "./assets/data/nsi/logos/lortesl-ae5946.undefined", "osmTags": { "and": [ "operator=Lorte SL", @@ -507509,7 +357824,6 @@ }, { "question": "Low Carbon Storage Ireland Ltd", - "icon": "./assets/data/nsi/logos/lowcarbonstorageirelandltd-8d3bcf.undefined", "osmTags": { "and": [ "operator=Low Carbon Storage Ireland Ltd", @@ -507551,7 +357865,6 @@ }, { "question": "Lumcloon Energy Limited", - "icon": "./assets/data/nsi/logos/lumcloonenergylimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Lumcloon Energy Limited", @@ -507591,7 +357904,6 @@ }, { "question": "Lyrestad Vind AB", - "icon": "./assets/data/nsi/logos/lyrestadvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Lyrestad Vind AB", @@ -507601,7 +357913,6 @@ }, { "question": "Macquarie", - "icon": "./assets/data/nsi/logos/macquarie-9277d2.undefined", "osmTags": { "and": [ "operator=Macquarie", @@ -507627,7 +357938,6 @@ }, { "question": "Maevaara Vind AB", - "icon": "./assets/data/nsi/logos/maevaaravindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Maevaara Vind AB", @@ -507652,7 +357962,6 @@ }, { "question": "Mainstream Renewable Power", - "icon": "./assets/data/nsi/logos/mainstreamrenewablepower-74685d.undefined", "osmTags": { "and": [ "power=generator", @@ -507667,7 +357976,6 @@ }, { "question": "Markbygden Vind AB", - "icon": "./assets/data/nsi/logos/markbygdenvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Markbygden Vind AB", @@ -507677,7 +357985,6 @@ }, { "question": "Mashav Management sp. z o.o.", - "icon": "./assets/data/nsi/logos/mashavmanagementspzoo-c79aa4.undefined", "osmTags": { "and": [ "operator=Mashav Management sp. z o.o.", @@ -507687,7 +357994,6 @@ }, { "question": "Mässingberget Vind AB", - "icon": "./assets/data/nsi/logos/massingbergetvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Mässingberget Vind AB", @@ -507697,7 +358003,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-f56ef1.undefined", "osmTags": { "and": [ "power=generator", @@ -507712,7 +358017,6 @@ }, { "question": "Max Power", - "icon": "./assets/data/nsi/logos/maxpower-02fd9a.undefined", "osmTags": { "and": [ "operator=Max Power", @@ -507767,7 +358071,6 @@ }, { "question": "Meridian Energy", - "icon": "./assets/data/nsi/logos/meridianenergy-f3b698.undefined", "osmTags": { "and": [ "power=generator", @@ -507782,7 +358085,6 @@ }, { "question": "Merkur Offshore GmbH", - "icon": "./assets/data/nsi/logos/merkuroffshoregmbh-e82a86.undefined", "osmTags": { "and": [ "operator=Merkur Offshore GmbH", @@ -507792,7 +358094,6 @@ }, { "question": "MESA", - "icon": "./assets/data/nsi/logos/mesa-ae5946.undefined", "osmTags": { "and": [ "operator=MESA", @@ -507817,7 +358118,6 @@ }, { "question": "Microsoft Ireland Operations Limited", - "icon": "./assets/data/nsi/logos/microsoftirelandoperationslimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Microsoft Ireland Operations Limited", @@ -507857,7 +358157,6 @@ }, { "question": "Millennium Wind II Participações Ltda.", - "icon": "./assets/data/nsi/logos/millenniumwindiiparticipacoesltda-104cf6.undefined", "osmTags": { "and": [ "operator=Millennium Wind II Participações Ltda.", @@ -507882,7 +358181,6 @@ }, { "question": "MK Fintel Wind", - "icon": "./assets/data/nsi/logos/mkfintelwind-a37acc.undefined", "osmTags": { "and": [ "power=generator", @@ -507897,7 +358195,6 @@ }, { "question": "Molinos del Ebro S.A.", - "icon": "./assets/data/nsi/logos/molinosdelebrosa-ae5946.undefined", "osmTags": { "and": [ "operator=Molinos del Ebro S.A.", @@ -507907,7 +358204,6 @@ }, { "question": "Molinos del Jalón, S.A.", - "icon": "./assets/data/nsi/logos/molinosdeljalonsa-ae5946.undefined", "osmTags": { "and": [ "operator=Molinos del Jalón, S.A.", @@ -507917,7 +358213,6 @@ }, { "question": "Molinos del Moncayo S.L", - "icon": "./assets/data/nsi/logos/molinosdelmoncayosl-ae5946.undefined", "osmTags": { "and": [ "operator=Molinos del Moncayo S.L", @@ -507927,7 +358222,6 @@ }, { "question": "Monaincha Wind Farm Limited", - "icon": "./assets/data/nsi/logos/monainchawindfarmlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Monaincha Wind Farm Limited", @@ -507937,7 +358231,6 @@ }, { "question": "Morcillas Tere", - "icon": "./assets/data/nsi/logos/morcillastere-ae5946.undefined", "osmTags": { "and": [ "operator=Morcillas Tere", @@ -507947,7 +358240,6 @@ }, { "question": "MS Power Projects Ltd.", - "icon": "./assets/data/nsi/logos/mspowerprojectsltd-9ac094.undefined", "osmTags": { "and": [ "operator=MS Power Projects Ltd.", @@ -507957,7 +358249,6 @@ }, { "question": "Mullbergs Vindpark AB", - "icon": "./assets/data/nsi/logos/mullbergsvindparkab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -507972,7 +358263,6 @@ }, { "question": "Munkflohögen Vindkraft AB", - "icon": "./assets/data/nsi/logos/munkflohogenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Munkflohögen Vindkraft AB", @@ -508012,7 +358302,6 @@ }, { "question": "MVV Windenergie GmbH", - "icon": "./assets/data/nsi/logos/mvvwindenergiegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=MVV Windenergie GmbH", @@ -508022,7 +358311,6 @@ }, { "question": "Näsudden Väst Administration", - "icon": "./assets/data/nsi/logos/nasuddenvastadministration-ec34a3.undefined", "osmTags": { "and": [ "operator=Näsudden Väst Administration", @@ -508032,7 +358320,6 @@ }, { "question": "Naturener", - "icon": "./assets/data/nsi/logos/naturener-db2de1.undefined", "osmTags": { "and": [ "operator=Naturener", @@ -508072,7 +358359,6 @@ }, { "question": "Neckar AG", - "icon": "./assets/data/nsi/logos/neckarag-b8ae25.undefined", "osmTags": { "and": [ "operator=Neckar AG", @@ -508112,7 +358398,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-1e292e.undefined", "osmTags": { "and": [ "power=generator", @@ -508127,7 +358412,6 @@ }, { "question": "Neue Energien Verbandsgemeinde Lingenfeld GmbH", - "icon": "./assets/data/nsi/logos/neueenergienverbandsgemeindelingenfeldgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Neue Energien Verbandsgemeinde Lingenfeld GmbH", @@ -508137,7 +358421,6 @@ }, { "question": "New Gullen Range Wind Farm Pty. Ltd.", - "icon": "./assets/data/nsi/logos/newgullenrangewindfarmptyltd-4d20e6.undefined", "osmTags": { "and": [ "power=generator", @@ -508167,7 +358450,6 @@ }, { "question": "NextEnergy Solar Fund Ltd.", - "icon": "./assets/data/nsi/logos/nextenergysolarfundltd-9ac094.undefined", "osmTags": { "and": [ "operator=NextEnergy Solar Fund Ltd.", @@ -508192,7 +358474,6 @@ }, { "question": "Noble Power", - "icon": "./assets/data/nsi/logos/noblepower-546c7b.undefined", "osmTags": { "and": [ "operator=Noble Power", @@ -508202,7 +358483,6 @@ }, { "question": "NoordzeeWind B.V.", - "icon": "./assets/data/nsi/logos/noordzeewindbv-7c4044.undefined", "osmTags": { "and": [ "operator=NoordzeeWind B.V.", @@ -508212,7 +358492,6 @@ }, { "question": "NOP Agrowind", - "icon": "./assets/data/nsi/logos/nopagrowind-7c4044.undefined", "osmTags": { "and": [ "operator=NOP Agrowind", @@ -508237,7 +358516,6 @@ }, { "question": "Nordsee One GmbH", - "icon": "./assets/data/nsi/logos/nordseeonegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Nordsee One GmbH", @@ -508247,7 +358525,6 @@ }, { "question": "North Carolina Electric Membership Corporation", - "icon": "./assets/data/nsi/logos/northcarolinaelectricmembershipcorporation-019b7e.undefined", "osmTags": { "and": [ "power=generator", @@ -508262,7 +358539,6 @@ }, { "question": "North Carolina Municipal Power Agency #1", - "icon": "./assets/data/nsi/logos/northcarolinamunicipalpoweragency1-019b7e.undefined", "osmTags": { "and": [ "power=generator", @@ -508277,7 +358553,6 @@ }, { "question": "Northland Deutsche Bucht GmbH", - "icon": "./assets/data/nsi/logos/northlanddeutschebuchtgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Northland Deutsche Bucht GmbH", @@ -508287,7 +358562,6 @@ }, { "question": "Northland Power", - "icon": "./assets/data/nsi/logos/northlandpower-e97dc0.undefined", "osmTags": { "and": [ "power=generator", @@ -508317,7 +358591,6 @@ }, { "question": "NOTUS", - "icon": "./assets/data/nsi/logos/notus-b8ae25.undefined", "osmTags": { "and": [ "operator=NOTUS", @@ -508342,7 +358615,6 @@ }, { "question": "Novatus Energy", - "icon": "./assets/data/nsi/logos/novatusenergy-906027.undefined", "osmTags": { "and": [ "operator=Novatus Energy", @@ -508427,7 +358699,6 @@ }, { "question": "Nylandbergens Wind AB", - "icon": "./assets/data/nsi/logos/nylandbergenswindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Nylandbergens Wind AB", @@ -508437,7 +358708,6 @@ }, { "question": "Nysäter Wind AB", - "icon": "./assets/data/nsi/logos/nysaterwindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Nysäter Wind AB", @@ -508477,7 +358747,6 @@ }, { "question": "Offshore-Windpark RIFFGAT GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/offshorewindparkriffgatgmbhandcokg-d0c7c7.undefined", "osmTags": { "and": [ "operator=Offshore-Windpark RIFFGAT GmbH & Co. KG", @@ -508503,7 +358772,6 @@ }, { "question": "Ökoenergie WP Obersiebenbrunn GmbH", - "icon": "./assets/data/nsi/logos/okoenergiewpobersiebenbrunngmbh-0752de.undefined", "osmTags": { "and": [ "operator=Ökoenergie WP Obersiebenbrunn GmbH", @@ -508513,7 +358781,6 @@ }, { "question": "Olivento, S.L.U.", - "icon": "./assets/data/nsi/logos/oliventoslu-ae5946.undefined", "osmTags": { "and": [ "operator=Olivento, S.L.U.", @@ -508523,7 +358790,6 @@ }, { "question": "Oliviento S.L.", - "icon": "./assets/data/nsi/logos/olivientosl-ae5946.undefined", "osmTags": { "and": [ "operator=Oliviento S.L.", @@ -508533,7 +358799,6 @@ }, { "question": "Oltavan tuulipuisto Ky", - "icon": "./assets/data/nsi/logos/oltavantuulipuistoky-ae9fa2.undefined", "osmTags": { "and": [ "operator=Oltavan tuulipuisto Ky", @@ -508543,7 +358808,6 @@ }, { "question": "Önusberget Vind AB", - "icon": "./assets/data/nsi/logos/onusbergetvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Önusberget Vind AB", @@ -508583,7 +358847,6 @@ }, { "question": "Orsted Borkum Riffgrund I GmbH", - "icon": "./assets/data/nsi/logos/orstedborkumriffgrundigmbh-59ae9a.undefined", "osmTags": { "and": [ "operator=Orsted Borkum Riffgrund I GmbH", @@ -508593,7 +358856,6 @@ }, { "question": "Ostermann", - "icon": "./assets/data/nsi/logos/ostermann-b8ae25.undefined", "osmTags": { "and": [ "operator=Ostermann", @@ -508618,7 +358880,6 @@ }, { "question": "OWP Nordergründe GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/owpnordergrundegmbhandcokg-508ec3.undefined", "osmTags": { "and": [ "operator=OWP Nordergründe GmbH & Co. KG", @@ -508628,7 +358889,6 @@ }, { "question": "OWS Off-Shore Wind Solutions GmbH", - "icon": "./assets/data/nsi/logos/owsoffshorewindsolutionsgmbh-884809.undefined", "osmTags": { "and": [ "operator=OWS Off-Shore Wind Solutions GmbH", @@ -508638,7 +358898,6 @@ }, { "question": "OX2", - "icon": "./assets/data/nsi/logos/ox2-8a600f.undefined", "osmTags": { "and": [ "power=generator", @@ -508653,7 +358912,6 @@ }, { "question": "OX2 Technical and Commercial Management AB", - "icon": "./assets/data/nsi/logos/ox2technicalandcommercialmanagementab-ec34a3.undefined", "osmTags": { "and": [ "operator=OX2 Technical and Commercial Management AB", @@ -508693,7 +358951,6 @@ }, { "question": "Pallas Windfarm Limited", - "icon": "./assets/data/nsi/logos/pallaswindfarmlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Pallas Windfarm Limited", @@ -508703,7 +358960,6 @@ }, { "question": "Parque Eólico Cabo Leones I", - "icon": "./assets/data/nsi/logos/parqueeolicocaboleonesi-daaa5a.undefined", "osmTags": { "and": [ "operator=Parque Eólico Cabo Leones I", @@ -508713,7 +358969,6 @@ }, { "question": "Parque Eólico de Gevancas, S.A", - "icon": "./assets/data/nsi/logos/parqueeolicodegevancassa-a6f1cf.undefined", "osmTags": { "and": [ "operator=Parque Eólico de Gevancas, S.A", @@ -508723,7 +358978,6 @@ }, { "question": "Parque Eólico El Arrayán", - "icon": "./assets/data/nsi/logos/parqueeolicoelarrayan-daaa5a.undefined", "osmTags": { "and": [ "operator=Parque Eólico El Arrayán", @@ -508733,7 +358987,6 @@ }, { "question": "Parque Eólico Farlan, SL", - "icon": "./assets/data/nsi/logos/parqueeolicofarlansl-ae5946.undefined", "osmTags": { "and": [ "operator=Parque Eólico Farlan, SL", @@ -508743,7 +358996,6 @@ }, { "question": "Parque Eólico La Sotonera, S.L.", - "icon": "./assets/data/nsi/logos/parqueeolicolasotonerasl-ae5946.undefined", "osmTags": { "and": [ "operator=Parque Eólico La Sotonera, S.L.", @@ -508753,7 +359005,6 @@ }, { "question": "Parque Eólico Los Cantales SL", - "icon": "./assets/data/nsi/logos/parqueeolicoloscantalessl-ae5946.undefined", "osmTags": { "and": [ "operator=Parque Eólico Los Cantales SL", @@ -508763,7 +359014,6 @@ }, { "question": "Parque Eólico Muniesa, SL", - "icon": "./assets/data/nsi/logos/parqueeolicomuniesasl-ae5946.undefined", "osmTags": { "and": [ "operator=Parque Eólico Muniesa, SL", @@ -508773,7 +359023,6 @@ }, { "question": "Parque Eólico Renaico", - "icon": "./assets/data/nsi/logos/parqueeolicorenaico-daaa5a.undefined", "osmTags": { "and": [ "operator=Parque Eólico Renaico", @@ -508783,7 +359032,6 @@ }, { "question": "Parque Eólico San Gabriel", - "icon": "./assets/data/nsi/logos/parqueeolicosangabriel-daaa5a.undefined", "osmTags": { "and": [ "operator=Parque Eólico San Gabriel", @@ -508793,7 +359041,6 @@ }, { "question": "Parque Eólico Tolpán Sur", - "icon": "./assets/data/nsi/logos/parqueeolicotolpansur-daaa5a.undefined", "osmTags": { "and": [ "operator=Parque Eólico Tolpán Sur", @@ -508833,7 +359080,6 @@ }, { "question": "Peel", - "icon": "./assets/data/nsi/logos/peel-9ac094.undefined", "osmTags": { "and": [ "operator=Peel", @@ -508843,7 +359089,6 @@ }, { "question": "Peesa", - "icon": "./assets/data/nsi/logos/peesa-ae5946.undefined", "osmTags": { "and": [ "operator=Peesa", @@ -508853,7 +359098,6 @@ }, { "question": "PES Madero", - "icon": "./assets/data/nsi/logos/pesmadero-ae5946.undefined", "osmTags": { "and": [ "operator=PES Madero", @@ -508863,7 +359107,6 @@ }, { "question": "PetroWind Energy", - "icon": "./assets/data/nsi/logos/petrowindenergy-736f8c.undefined", "osmTags": { "and": [ "operator=PetroWind Energy", @@ -508873,7 +359116,6 @@ }, { "question": "pfalzwind GmbH", - "icon": "./assets/data/nsi/logos/pfalzwindgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=pfalzwind GmbH", @@ -508898,7 +359140,6 @@ }, { "question": "PGE Energia Odnawialna", - "icon": "./assets/data/nsi/logos/pgeenergiaodnawialna-c79aa4.undefined", "osmTags": { "and": [ "power=generator", @@ -508914,7 +359155,6 @@ }, { "question": "Photosol", - "icon": "./assets/data/nsi/logos/photosol-33d749.undefined", "osmTags": { "and": [ "power=generator", @@ -508944,7 +359184,6 @@ }, { "question": "Planet energy GmbH", - "icon": "./assets/data/nsi/logos/planetenergygmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Planet energy GmbH", @@ -509000,7 +359239,6 @@ }, { "question": "Polenergia", - "icon": "./assets/data/nsi/logos/polenergia-c79aa4.undefined", "osmTags": { "and": [ "operator=Polenergia", @@ -509010,7 +359248,6 @@ }, { "question": "Polenergia Farma Wiatrowa Mycielin Sp. z o.o.", - "icon": "./assets/data/nsi/logos/polenergiafarmawiatrowamycielinspzoo-c79aa4.undefined", "osmTags": { "and": [ "operator=Polenergia Farma Wiatrowa Mycielin Sp. z o.o.", @@ -509020,7 +359257,6 @@ }, { "question": "Powell Valley Electric Cooperative", - "icon": "./assets/data/nsi/logos/powellvalleyelectriccooperative-44a1e4.undefined", "osmTags": { "and": [ "operator=Powell Valley Electric Cooperative", @@ -509045,7 +359281,6 @@ }, { "question": "Poyraz Enerji Elektrik Üretim A.Ş.", - "icon": "./assets/data/nsi/logos/poyrazenerjielektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Poyraz Enerji Elektrik Üretim A.Ş.", @@ -509055,7 +359290,6 @@ }, { "question": "Projektör ej registrerad", - "icon": "./assets/data/nsi/logos/projektorejregistrerad-ec34a3.undefined", "osmTags": { "and": [ "operator=Projektör ej registrerad", @@ -509080,7 +359314,6 @@ }, { "question": "PROKON Regenerative Energien eG", - "icon": "./assets/data/nsi/logos/prokonregenerativeenergieneg-b8ae25.undefined", "osmTags": { "and": [ "power=generator", @@ -509095,7 +359328,6 @@ }, { "question": "PROKON Wind Energy Finland", - "icon": "./assets/data/nsi/logos/prokonwindenergyfinland-ae9fa2.undefined", "osmTags": { "and": [ "operator=PROKON Wind Energy Finland", @@ -509105,7 +359337,6 @@ }, { "question": "Proyectos Eólicos Aragoneses, S.L.", - "icon": "./assets/data/nsi/logos/proyectoseolicosaragonesessl-ae5946.undefined", "osmTags": { "and": [ "operator=Proyectos Eólicos Aragoneses, S.L.", @@ -509115,7 +359346,6 @@ }, { "question": "PSA Peugeot", - "icon": "./assets/data/nsi/logos/psapeugeot-33d749.undefined", "osmTags": { "and": [ "operator=PSA Peugeot", @@ -509125,7 +359355,6 @@ }, { "question": "Puhuri Oy", - "icon": "./assets/data/nsi/logos/puhurioy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Puhuri Oy", @@ -509135,7 +359364,6 @@ }, { "question": "Pure Energie", - "icon": "./assets/data/nsi/logos/pureenergie-7c4044.undefined", "osmTags": { "and": [ "operator=Pure Energie", @@ -509145,7 +359373,6 @@ }, { "question": "Pure Energy", - "icon": "./assets/data/nsi/logos/pureenergy-0f1f5c.undefined", "osmTags": { "and": [ "operator=Pure Energy", @@ -509155,7 +359382,6 @@ }, { "question": "PV-Projekt Gruibingen GmbH", - "icon": "./assets/data/nsi/logos/pvprojektgruibingengmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=PV-Projekt Gruibingen GmbH", @@ -509165,7 +359391,6 @@ }, { "question": "Q-Energy Watzerath GmbH", - "icon": "./assets/data/nsi/logos/qenergywatzerathgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Q-Energy Watzerath GmbH", @@ -509175,7 +359400,6 @@ }, { "question": "Rabbalshede Kraft AB", - "icon": "./assets/data/nsi/logos/rabbalshedekraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Rabbalshede Kraft AB", @@ -509185,7 +359409,6 @@ }, { "question": "Raheenleagh Power DAC (Coillte and ESB)", - "icon": "./assets/data/nsi/logos/raheenleaghpowerdaccoillteandesb-1f8ba0.undefined", "osmTags": { "and": [ "operator=Raheenleagh Power DAC (Coillte and ESB)", @@ -509195,7 +359418,6 @@ }, { "question": "RATCH-Australia", - "icon": "./assets/data/nsi/logos/ratchaustralia-08761e.undefined", "osmTags": { "and": [ "power=generator", @@ -509210,7 +359432,6 @@ }, { "question": "Rattlesnake Flats", - "icon": "./assets/data/nsi/logos/rattlesnakeflats-58ce0f.undefined", "osmTags": { "and": [ "operator=Rattlesnake Flats", @@ -509220,7 +359441,6 @@ }, { "question": "REA GmbH", - "icon": "./assets/data/nsi/logos/reagmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=REA GmbH", @@ -509245,7 +359465,6 @@ }, { "question": "redigesco", - "icon": "./assets/data/nsi/logos/redigesco-2e937b.undefined", "osmTags": { "and": [ "operator=redigesco", @@ -509255,7 +359474,6 @@ }, { "question": "Régie d'Electricité de la Vendée", - "icon": "./assets/data/nsi/logos/regiedelectricitedelavendee-33d749.undefined", "osmTags": { "and": [ "operator=Régie d'Electricité de la Vendée", @@ -509265,7 +359483,6 @@ }, { "question": "Reirk Energy Ltd", - "icon": "./assets/data/nsi/logos/reirkenergyltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=Reirk Energy Ltd", @@ -509275,7 +359492,6 @@ }, { "question": "Reloj del Sol Wind Farm", - "icon": "./assets/data/nsi/logos/relojdelsolwindfarm-546c7b.undefined", "osmTags": { "and": [ "operator=Reloj del Sol Wind Farm", @@ -509316,7 +359532,6 @@ }, { "question": "Repowering London", - "icon": "./assets/data/nsi/logos/repoweringlondon-a0f939.undefined", "osmTags": { "and": [ "operator=Repowering London", @@ -509356,7 +359571,6 @@ }, { "question": "RES Renewable Norden AB", - "icon": "./assets/data/nsi/logos/resrenewablenordenab-ec34a3.undefined", "osmTags": { "and": [ "operator=RES Renewable Norden AB", @@ -509381,7 +359595,6 @@ }, { "question": "RMS Energy", - "icon": "./assets/data/nsi/logos/rmsenergy-2d6bbd.undefined", "osmTags": { "and": [ "operator=RMS Energy", @@ -509391,7 +359604,6 @@ }, { "question": "Roatán Electric Company", - "icon": "./assets/data/nsi/logos/roatanelectriccompany-12a571.undefined", "osmTags": { "and": [ "operator=Roatán Electric Company", @@ -509401,7 +359613,6 @@ }, { "question": "Rödene Vindkraft AB", - "icon": "./assets/data/nsi/logos/rodenevindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Rödene Vindkraft AB", @@ -509411,7 +359622,6 @@ }, { "question": "Roheline Ring Tuulepargid OÜ", - "icon": "./assets/data/nsi/logos/rohelineringtuulepargidou-7050ae.undefined", "osmTags": { "and": [ "operator=Roheline Ring Tuulepargid OÜ", @@ -509421,7 +359631,6 @@ }, { "question": "Rolla Municipal Utilities", - "icon": "./assets/data/nsi/logos/rollamunicipalutilities-cf12d9.undefined", "osmTags": { "and": [ "operator=Rolla Municipal Utilities", @@ -509431,7 +359640,6 @@ }, { "question": "Ronaver Energy Ltd", - "icon": "./assets/data/nsi/logos/ronaverenergyltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=Ronaver Energy Ltd", @@ -509531,7 +359739,6 @@ }, { "question": "S.E.V.", - "icon": "./assets/data/nsi/logos/sev-7fa0c9.undefined", "osmTags": { "and": [ "operator=S.E.V.", @@ -509541,7 +359748,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-ce71c9.undefined", "osmTags": { "and": [ "power=generator", @@ -509572,7 +359778,6 @@ }, { "question": "SAG Sadisdorfer Agrar AG", - "icon": "./assets/data/nsi/logos/sagsadisdorferagrarag-b8ae25.undefined", "osmTags": { "and": [ "operator=SAG Sadisdorfer Agrar AG", @@ -509613,7 +359818,6 @@ }, { "question": "Samruk Energy", - "icon": "./assets/data/nsi/logos/samrukenergy-110234.undefined", "osmTags": { "and": [ "power=generator", @@ -509628,7 +359832,6 @@ }, { "question": "San Juan", - "icon": "./assets/data/nsi/logos/sanjuan-daaa5a.undefined", "osmTags": { "and": [ "operator=San Juan", @@ -509638,7 +359841,6 @@ }, { "question": "San Juan de Bargas Eólica, S.L.", - "icon": "./assets/data/nsi/logos/sanjuandebargaseolicasl-ae5946.undefined", "osmTags": { "and": [ "operator=San Juan de Bargas Eólica, S.L.", @@ -509648,7 +359850,6 @@ }, { "question": "Sandbank Offshore GmbH", - "icon": "./assets/data/nsi/logos/sandbankoffshoregmbh-5272c1.undefined", "osmTags": { "and": [ "operator=Sandbank Offshore GmbH", @@ -509658,7 +359859,6 @@ }, { "question": "Santa Clara Energia Renovável Ltda.", - "icon": "./assets/data/nsi/logos/santaclaraenergiarenovavelltda-104cf6.undefined", "osmTags": { "and": [ "operator=Santa Clara Energia Renovável Ltda.", @@ -509668,7 +359868,6 @@ }, { "question": "Santa Luce S.r.l.", - "icon": "./assets/data/nsi/logos/santalucesrl-052129.undefined", "osmTags": { "and": [ "operator=Santa Luce S.r.l.", @@ -509678,7 +359877,6 @@ }, { "question": "Saorgus Energy Ltd.", - "icon": "./assets/data/nsi/logos/saorgusenergyltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=Saorgus Energy Ltd.", @@ -509688,7 +359886,6 @@ }, { "question": "Sapphire Wind Farm", - "icon": "./assets/data/nsi/logos/sapphirewindfarm-4d20e6.undefined", "osmTags": { "and": [ "operator=Sapphire Wind Farm", @@ -509713,7 +359910,6 @@ }, { "question": "SB Solarpark Borkum GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/sbsolarparkborkumgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=SB Solarpark Borkum GmbH & Co. KG", @@ -509723,7 +359919,6 @@ }, { "question": "SCA Energy AB", - "icon": "./assets/data/nsi/logos/scaenergyab-ec34a3.undefined", "osmTags": { "and": [ "operator=SCA Energy AB", @@ -509733,7 +359928,6 @@ }, { "question": "Scotian Windfields", - "icon": "./assets/data/nsi/logos/scotianwindfields-2d6bbd.undefined", "osmTags": { "and": [ "operator=Scotian Windfields", @@ -509743,7 +359937,6 @@ }, { "question": "Scottish Power Renewables", - "icon": "./assets/data/nsi/logos/scottishpowerrenewables-9ac094.undefined", "osmTags": { "and": [ "operator=Scottish Power Renewables", @@ -509753,7 +359946,6 @@ }, { "question": "Seelsorgeeinheit Oberhausen-Philippsburg", - "icon": "./assets/data/nsi/logos/seelsorgeeinheitoberhausenphilippsburg-b8ae25.undefined", "osmTags": { "and": [ "operator=Seelsorgeeinheit Oberhausen-Philippsburg", @@ -509778,7 +359970,6 @@ }, { "question": "Sergies", - "icon": "./assets/data/nsi/logos/sergies-33d749.undefined", "osmTags": { "and": [ "operator=Sergies", @@ -509788,7 +359979,6 @@ }, { "question": "Sergies SEML", - "icon": "./assets/data/nsi/logos/sergiesseml-33d749.undefined", "osmTags": { "and": [ "operator=Sergies SEML", @@ -509798,7 +359988,6 @@ }, { "question": "Shehy More Windfarm Limited", - "icon": "./assets/data/nsi/logos/shehymorewindfarmlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=Shehy More Windfarm Limited", @@ -509823,7 +360012,6 @@ }, { "question": "Sidensjö Vindkraft AB", - "icon": "./assets/data/nsi/logos/sidensjovindkraftab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -509838,7 +360026,6 @@ }, { "question": "SIEL", - "icon": "./assets/data/nsi/logos/siel-33d749.undefined", "osmTags": { "and": [ "operator=SIEL", @@ -509848,7 +360035,6 @@ }, { "question": "Sierra de Selva, S.L.", - "icon": "./assets/data/nsi/logos/sierradeselvasl-ae5946.undefined", "osmTags": { "and": [ "operator=Sierra de Selva, S.L.", @@ -509858,7 +360044,6 @@ }, { "question": "Silverstone Green Energy", - "icon": "./assets/data/nsi/logos/silverstonegreenenergy-9ac094.undefined", "osmTags": { "and": [ "operator=Silverstone Green Energy", @@ -509868,7 +360053,6 @@ }, { "question": "Siral System & Co AB", - "icon": "./assets/data/nsi/logos/siralsystemandcoab-ec34a3.undefined", "osmTags": { "and": [ "operator=Siral System & Co AB", @@ -509878,7 +360062,6 @@ }, { "question": "Sistemas Energ/Forgoselo", - "icon": "./assets/data/nsi/logos/sistemasenergforgoselo-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energ/Forgoselo", @@ -509888,7 +360071,6 @@ }, { "question": "Sistemas Energeticos Alhama-Linares", - "icon": "./assets/data/nsi/logos/sistemasenergeticosalhamalinares-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energeticos Alhama-Linares", @@ -509898,7 +360080,6 @@ }, { "question": "Sistemas Energéticos Campoliva SAU - ENEL", - "icon": "./assets/data/nsi/logos/sistemasenergeticoscampolivasauenel-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energéticos Campoliva SAU - ENEL", @@ -509908,7 +360089,6 @@ }, { "question": "Sistemas Energéticos del Mocayo - Grupo Enhol", - "icon": "./assets/data/nsi/logos/sistemasenergeticosdelmocayogrupoenhol-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energéticos del Mocayo - Grupo Enhol", @@ -509918,7 +360098,6 @@ }, { "question": "Sistemas Energéticos La Muela, S.A.", - "icon": "./assets/data/nsi/logos/sistemasenergeticoslamuelasa-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energéticos La Muela, S.A.", @@ -509928,7 +360107,6 @@ }, { "question": "Sistemas Energéticos Sierra del Carazo, SL - ENEL", - "icon": "./assets/data/nsi/logos/sistemasenergeticossierradelcarazoslenel-ae5946.undefined", "osmTags": { "and": [ "operator=Sistemas Energéticos Sierra del Carazo, SL - ENEL", @@ -509938,7 +360116,6 @@ }, { "question": "Sjisjka Vind AB", - "icon": "./assets/data/nsi/logos/sjisjkavindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Sjisjka Vind AB", @@ -509948,7 +360125,6 @@ }, { "question": "Skaftåsen Vindkraft AB", - "icon": "./assets/data/nsi/logos/skaftasenvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -509963,7 +360139,6 @@ }, { "question": "Skaveröd Gurseröd Vind AB", - "icon": "./assets/data/nsi/logos/skaverodgurserodvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Skaveröd Gurseröd Vind AB", @@ -509973,7 +360148,6 @@ }, { "question": "Skellefteå Kraft AB", - "icon": "./assets/data/nsi/logos/skellefteakraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Skellefteå Kraft AB", @@ -509983,7 +360157,6 @@ }, { "question": "Skogberget Vind AB", - "icon": "./assets/data/nsi/logos/skogbergetvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Skogberget Vind AB", @@ -509993,7 +360166,6 @@ }, { "question": "SKTM", - "icon": "./assets/data/nsi/logos/sktm-91b722.undefined", "osmTags": { "and": [ "operator=SKTM", @@ -510018,7 +360190,6 @@ }, { "question": "Slättens Vind ek för", - "icon": "./assets/data/nsi/logos/slattensvindekfor-ec34a3.undefined", "osmTags": { "and": [ "operator=Slättens Vind ek för", @@ -510028,7 +360199,6 @@ }, { "question": "Slitevind AB", - "icon": "./assets/data/nsi/logos/slitevindab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -510043,7 +360213,6 @@ }, { "question": "SMH Windkraft", - "icon": "./assets/data/nsi/logos/smhwindkraft-b8ae25.undefined", "osmTags": { "and": [ "operator=SMH Windkraft", @@ -510098,7 +360267,6 @@ }, { "question": "Solar Power South", - "icon": "./assets/data/nsi/logos/solarpowersouth-9ac094.undefined", "osmTags": { "and": [ "operator=Solar Power South", @@ -510108,7 +360276,6 @@ }, { "question": "Solar Ventures UK Limited", - "icon": "./assets/data/nsi/logos/solarventuresuklimited-9ac094.undefined", "osmTags": { "and": [ "operator=Solar Ventures UK Limited", @@ -510118,7 +360285,6 @@ }, { "question": "Solarfields", - "icon": "./assets/data/nsi/logos/solarfields-7c4044.undefined", "osmTags": { "and": [ "operator=Solarfields", @@ -510143,7 +360309,6 @@ }, { "question": "Solberg Vindkraft AB", - "icon": "./assets/data/nsi/logos/solbergvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "power=generator", @@ -510158,7 +360323,6 @@ }, { "question": "Sorea", - "icon": "./assets/data/nsi/logos/sorea-33d749.undefined", "osmTags": { "and": [ "operator=Sorea", @@ -510168,7 +360332,6 @@ }, { "question": "South Carolina Public Service Authority", - "icon": "./assets/data/nsi/logos/southcarolinapublicserviceauthority-3f646f.undefined", "osmTags": { "and": [ "operator=South Carolina Public Service Authority", @@ -510208,7 +360371,6 @@ }, { "question": "Southern Power", - "icon": "./assets/data/nsi/logos/southernpower-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -510223,7 +360385,6 @@ }, { "question": "SPE", - "icon": "./assets/data/nsi/logos/spe-a327c1.undefined", "osmTags": { "and": [ "operator=SPE", @@ -510248,7 +360409,6 @@ }, { "question": "SR Energy AB", - "icon": "./assets/data/nsi/logos/srenergyab-ec34a3.undefined", "osmTags": { "and": [ "operator=SR Energy AB", @@ -510288,7 +360448,6 @@ }, { "question": "SSE Thermal", - "icon": "./assets/data/nsi/logos/ssethermal-8d3bcf.undefined", "osmTags": { "and": [ "power=generator", @@ -510333,7 +360492,6 @@ }, { "question": "Stadtwerke Lingen", - "icon": "./assets/data/nsi/logos/stadtwerkelingen-19830d.undefined", "osmTags": { "and": [ "power=generator", @@ -510379,7 +360537,6 @@ }, { "question": "Stadtwerke Pfarrkirchen", - "icon": "./assets/data/nsi/logos/stadtwerkepfarrkirchen-64ea79.undefined", "osmTags": { "and": [ "power=generator", @@ -510455,7 +360612,6 @@ }, { "question": "Statkraft Chile", - "icon": "./assets/data/nsi/logos/statkraftchile-daaa5a.undefined", "osmTags": { "and": [ "operator=Statkraft Chile", @@ -510465,7 +360621,6 @@ }, { "question": "Statkraft SCA Vind AB", - "icon": "./assets/data/nsi/logos/statkraftscavindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Statkraft SCA Vind AB", @@ -510475,7 +360630,6 @@ }, { "question": "Stavro Vind Aktiebolag", - "icon": "./assets/data/nsi/logos/stavrovindaktiebolag-ec34a3.undefined", "osmTags": { "and": [ "operator=Stavro Vind Aktiebolag", @@ -510485,7 +360639,6 @@ }, { "question": "Steag", - "icon": "./assets/data/nsi/logos/steag-b8ae25.undefined", "osmTags": { "and": [ "operator=Steag", @@ -510495,7 +360648,6 @@ }, { "question": "Steag New Energies", - "icon": "./assets/data/nsi/logos/steagnewenergies-068682.undefined", "osmTags": { "and": [ "operator=Steag New Energies", @@ -510505,7 +360657,6 @@ }, { "question": "Steag Rüzgar Süloğlu Enerji Üretim A.Ş.", - "icon": "./assets/data/nsi/logos/steagruzgarsulogluenerjiuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Steag Rüzgar Süloğlu Enerji Üretim A.Ş.", @@ -510515,7 +360666,6 @@ }, { "question": "Stena Renewable", - "icon": "./assets/data/nsi/logos/stenarenewable-ec34a3.undefined", "osmTags": { "and": [ "operator=Stena Renewable", @@ -510525,7 +360675,6 @@ }, { "question": "Stephentown Spindle", - "icon": "./assets/data/nsi/logos/stephentownspindle-48f92d.undefined", "osmTags": { "and": [ "operator=Stephentown Spindle", @@ -510535,7 +360684,6 @@ }, { "question": "Stirling Wind Project Ltd.", - "icon": "./assets/data/nsi/logos/stirlingwindprojectltd-60f7b4.undefined", "osmTags": { "and": [ "operator=Stirling Wind Project Ltd.", @@ -510545,7 +360693,6 @@ }, { "question": "Stockyard Hill Wind Farm", - "icon": "./assets/data/nsi/logos/stockyardhillwindfarm-7a5436.undefined", "osmTags": { "and": [ "operator=Stockyard Hill Wind Farm", @@ -510555,7 +360702,6 @@ }, { "question": "Stor-Skälsjön Vind AB", - "icon": "./assets/data/nsi/logos/storskalsjonvindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Stor-Skälsjön Vind AB", @@ -510580,7 +360726,6 @@ }, { "question": "Storrun Vindkraft AB", - "icon": "./assets/data/nsi/logos/storrunvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Storrun Vindkraft AB", @@ -510590,7 +360735,6 @@ }, { "question": "SunBridge", - "icon": "./assets/data/nsi/logos/sunbridge-2d6bbd.undefined", "osmTags": { "and": [ "operator=SunBridge", @@ -510630,7 +360774,6 @@ }, { "question": "Sunray Wind", - "icon": "./assets/data/nsi/logos/sunraywind-546c7b.undefined", "osmTags": { "and": [ "operator=Sunray Wind", @@ -510640,7 +360783,6 @@ }, { "question": "Suomen Hyötytuuli Oy", - "icon": "./assets/data/nsi/logos/suomenhyotytuulioy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Suomen Hyötytuuli Oy", @@ -510650,7 +360792,6 @@ }, { "question": "SUSI Renewable Energy Fund II", - "icon": "./assets/data/nsi/logos/susirenewableenergyfundii-b8ae25.undefined", "osmTags": { "and": [ "operator=SUSI Renewable Energy Fund II", @@ -510660,7 +360801,6 @@ }, { "question": "Susurluk Enerji A.Ş.", - "icon": "./assets/data/nsi/logos/susurlukenerjias-90eacc.undefined", "osmTags": { "and": [ "operator=Susurluk Enerji A.Ş.", @@ -510685,7 +360825,6 @@ }, { "question": "Svartnäs Vindkraft AB", - "icon": "./assets/data/nsi/logos/svartnasvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Svartnäs Vindkraft AB", @@ -510695,7 +360834,6 @@ }, { "question": "Svenska Vindbolaget AB", - "icon": "./assets/data/nsi/logos/svenskavindbolagetab-ec34a3.undefined", "osmTags": { "and": [ "operator=Svenska Vindbolaget AB", @@ -510705,7 +360843,6 @@ }, { "question": "Sveriges Vindkraftkooperativ Ek för", - "icon": "./assets/data/nsi/logos/sverigesvindkraftkooperativekfor-ec34a3.undefined", "osmTags": { "and": [ "operator=Sveriges Vindkraftkooperativ Ek för", @@ -510730,7 +360867,6 @@ }, { "question": "SWS Gneeves Wind Farm Limited", - "icon": "./assets/data/nsi/logos/swsgneeveswindfarmlimited-1f8ba0.undefined", "osmTags": { "and": [ "operator=SWS Gneeves Wind Farm Limited", @@ -510740,7 +360876,6 @@ }, { "question": "SWS Knockacummer Wind Farm Ltd", - "icon": "./assets/data/nsi/logos/swsknockacummerwindfarmltd-1f8ba0.undefined", "osmTags": { "and": [ "operator=SWS Knockacummer Wind Farm Ltd", @@ -510750,7 +360885,6 @@ }, { "question": "Szegedi Távfűtő Kft.", - "icon": "./assets/data/nsi/logos/szegeditavfutokft-dc1ee9.undefined", "osmTags": { "and": [ "operator=Szegedi Távfűtő Kft.", @@ -510760,7 +360894,6 @@ }, { "question": "Taaleri Energia Oy", - "icon": "./assets/data/nsi/logos/taalerienergiaoy-ae9fa2.undefined", "osmTags": { "and": [ "operator=Taaleri Energia Oy", @@ -510770,7 +360903,6 @@ }, { "question": "Tannery Marketplace", - "icon": "./assets/data/nsi/logos/tannerymarketplace-c012c2.undefined", "osmTags": { "and": [ "operator=Tannery Marketplace", @@ -510780,7 +360912,6 @@ }, { "question": "Tarfaya Energy Company", - "icon": "./assets/data/nsi/logos/tarfayaenergycompany-207964.undefined", "osmTags": { "and": [ "operator=Tarfaya Energy Company", @@ -510805,7 +360936,6 @@ }, { "question": "TAURON Ekoenergia Sp. z o.o.", - "icon": "./assets/data/nsi/logos/tauronekoenergiaspzoo-c79aa4.undefined", "osmTags": { "and": [ "power=generator", @@ -510820,7 +360950,6 @@ }, { "question": "Técnicas", - "icon": "./assets/data/nsi/logos/tecnicas-ae5946.undefined", "osmTags": { "and": [ "operator=Técnicas", @@ -510830,7 +360959,6 @@ }, { "question": "Tekniska verken i Linköping Vind", - "icon": "./assets/data/nsi/logos/tekniskaverkenilinkopingvind-ec34a3.undefined", "osmTags": { "and": [ "operator=Tekniska verken i Linköping Vind", @@ -510886,7 +361014,6 @@ }, { "question": "Terra-Gen", - "icon": "./assets/data/nsi/logos/terragen-19ecba.undefined", "osmTags": { "and": [ "operator=Terra-Gen", @@ -510896,7 +361023,6 @@ }, { "question": "TGC Renewables", - "icon": "./assets/data/nsi/logos/tgcrenewables-9ac094.undefined", "osmTags": { "and": [ "operator=TGC Renewables", @@ -510906,7 +361032,6 @@ }, { "question": "Third Planet Windpower", - "icon": "./assets/data/nsi/logos/thirdplanetwindpower-546c7b.undefined", "osmTags": { "and": [ "operator=Third Planet Windpower", @@ -510916,7 +361041,6 @@ }, { "question": "Tilt Renewables", - "icon": "./assets/data/nsi/logos/tiltrenewables-08761e.undefined", "osmTags": { "and": [ "power=generator", @@ -510946,7 +361070,6 @@ }, { "question": "Tjessinga Windenergie B.V.", - "icon": "./assets/data/nsi/logos/tjessingawindenergiebv-7c4044.undefined", "osmTags": { "and": [ "operator=Tjessinga Windenergie B.V.", @@ -510956,7 +361079,6 @@ }, { "question": "Tolvmanstegen Drift AB", - "icon": "./assets/data/nsi/logos/tolvmanstegendriftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Tolvmanstegen Drift AB", @@ -510966,7 +361088,6 @@ }, { "question": "Tonga Power", - "icon": "./assets/data/nsi/logos/tongapower-0c3ce9.undefined", "osmTags": { "and": [ "operator=Tonga Power", @@ -510976,7 +361097,6 @@ }, { "question": "Toplane Sarajevo", - "icon": "./assets/data/nsi/logos/toplanesarajevo-a096ef.undefined", "osmTags": { "and": [ "operator=Toplane Sarajevo", @@ -510986,7 +361106,6 @@ }, { "question": "Tormoseröd Vindpark AB", - "icon": "./assets/data/nsi/logos/tormoserodvindparkab-ec34a3.undefined", "osmTags": { "and": [ "operator=Tormoseröd Vindpark AB", @@ -510996,7 +361115,6 @@ }, { "question": "TotalEnergies renouvelables", - "icon": "./assets/data/nsi/logos/totalenergiesrenouvelables-74685d.undefined", "osmTags": { "and": [ "power=generator", @@ -511026,7 +361144,6 @@ }, { "question": "TransAlta Renewables", - "icon": "./assets/data/nsi/logos/transaltarenewables-2d6bbd.undefined", "osmTags": { "and": [ "operator=TransAlta Renewables", @@ -511036,7 +361153,6 @@ }, { "question": "TransAlta Wind", - "icon": "./assets/data/nsi/logos/transaltawind-2d6bbd.undefined", "osmTags": { "and": [ "operator=TransAlta Wind", @@ -511046,7 +361162,6 @@ }, { "question": "Treblade Björkvattnet AB", - "icon": "./assets/data/nsi/logos/trebladebjorkvattnetab-ec34a3.undefined", "osmTags": { "and": [ "operator=Treblade Björkvattnet AB", @@ -511086,7 +361201,6 @@ }, { "question": "Trianel Windkraftwerk Borkum II GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/trianelwindkraftwerkborkumiigmbhandcokg-225d54.undefined", "osmTags": { "and": [ "operator=Trianel Windkraftwerk Borkum II GmbH & Co. KG", @@ -511111,7 +361225,6 @@ }, { "question": "TrustWind", - "icon": "./assets/data/nsi/logos/trustwind-bf02f3.undefined", "osmTags": { "and": [ "operator=TrustWind", @@ -511121,7 +361234,6 @@ }, { "question": "Tullynahaw Power Ltd. (ESB)", - "icon": "./assets/data/nsi/logos/tullynahawpowerltdesb-1f8ba0.undefined", "osmTags": { "and": [ "operator=Tullynahaw Power Ltd. (ESB)", @@ -511131,7 +361243,6 @@ }, { "question": "Turinge Energi AB", - "icon": "./assets/data/nsi/logos/turingeenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Turinge Energi AB", @@ -511141,7 +361252,6 @@ }, { "question": "Tvinnesheda Energi AB", - "icon": "./assets/data/nsi/logos/tvinneshedaenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Tvinnesheda Energi AB", @@ -511151,7 +361261,6 @@ }, { "question": "Two Dot Wind", - "icon": "./assets/data/nsi/logos/twodotwind-db2de1.undefined", "osmTags": { "and": [ "operator=Two Dot Wind", @@ -511161,7 +361270,6 @@ }, { "question": "UAB European Energy Lithuania", - "icon": "./assets/data/nsi/logos/uabeuropeanenergylithuania-f48411.undefined", "osmTags": { "and": [ "operator=UAB European Energy Lithuania", @@ -511171,7 +361279,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-5a7af0.undefined", "osmTags": { "and": [ "power=generator", @@ -511186,7 +361293,6 @@ }, { "question": "Ufuk Enerjiİ Elektrik Üretim A. Ş.", - "icon": "./assets/data/nsi/logos/ufukenerjiielektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Ufuk Enerjiİ Elektrik Üretim A. Ş.", @@ -511196,7 +361302,6 @@ }, { "question": "Uhl Windkraft Projektierung GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/uhlwindkraftprojektierunggmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Uhl Windkraft Projektierung GmbH & Co. KG", @@ -511252,7 +361357,6 @@ }, { "question": "Universal Wind Enerji Elektrik Üretim A.Ş.", - "icon": "./assets/data/nsi/logos/universalwindenerjielektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Universal Wind Enerji Elektrik Üretim A.Ş.", @@ -511277,7 +361381,6 @@ }, { "question": "Valeco", - "icon": "./assets/data/nsi/logos/valeco-33d749.undefined", "osmTags": { "and": [ "power=generator", @@ -511322,7 +361425,6 @@ }, { "question": "Varberg Energi AB", - "icon": "./assets/data/nsi/logos/varbergenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Varberg Energi AB", @@ -511332,7 +361434,6 @@ }, { "question": "Varsvik AB", - "icon": "./assets/data/nsi/logos/varsvikab-ec34a3.undefined", "osmTags": { "and": [ "operator=Varsvik AB", @@ -511342,7 +361443,6 @@ }, { "question": "Vasa Vind", - "icon": "./assets/data/nsi/logos/vasavind-ec34a3.undefined", "osmTags": { "and": [ "operator=Vasa Vind", @@ -511412,7 +361512,6 @@ }, { "question": "Vattenfall Toledo Vind AB", - "icon": "./assets/data/nsi/logos/vattenfalltoledovindab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vattenfall Toledo Vind AB", @@ -511422,7 +361521,6 @@ }, { "question": "Vattenfall Vindkraft AB", - "icon": "./assets/data/nsi/logos/vattenfallvindkraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vattenfall Vindkraft AB", @@ -511432,7 +361530,6 @@ }, { "question": "Veja Mate Offshore Project GmbH", - "icon": "./assets/data/nsi/logos/vejamateoffshoreprojectgmbh-d938e4.undefined", "osmTags": { "and": [ "operator=Veja Mate Offshore Project GmbH", @@ -511442,7 +361539,6 @@ }, { "question": "Ventient Energy", - "icon": "./assets/data/nsi/logos/ventientenergy-32f5c4.undefined", "osmTags": { "and": [ "power=generator", @@ -511457,7 +361553,6 @@ }, { "question": "Ventis", - "icon": "./assets/data/nsi/logos/ventis-a327c1.undefined", "osmTags": { "and": [ "operator=Ventis", @@ -511467,7 +361562,6 @@ }, { "question": "Vento Energetikai Villamosenergiatermelő Kft.", - "icon": "./assets/data/nsi/logos/ventoenergetikaivillamosenergiatermelokft-dc1ee9.undefined", "osmTags": { "and": [ "operator=Vento Energetikai Villamosenergiatermelő Kft.", @@ -511477,7 +361571,6 @@ }, { "question": "Vento Ludens GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/ventoludensgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Vento Ludens GmbH & Co. KG", @@ -511487,7 +361580,6 @@ }, { "question": "Ventos De Santo Expedito Energias Renováveis S.A.", - "icon": "./assets/data/nsi/logos/ventosdesantoexpeditoenergiasrenovaveissa-104cf6.undefined", "osmTags": { "and": [ "operator=Ventos De Santo Expedito Energias Renováveis S.A.", @@ -511497,7 +361589,6 @@ }, { "question": "Ventotec GmbH", - "icon": "./assets/data/nsi/logos/ventotecgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Ventotec GmbH", @@ -511507,7 +361598,6 @@ }, { "question": "Vents du Kempt", - "icon": "./assets/data/nsi/logos/ventsdukempt-2d6bbd.undefined", "osmTags": { "and": [ "operator=Vents du Kempt", @@ -511517,7 +361607,6 @@ }, { "question": "Ventuno - Capo Rizzuto", - "icon": "./assets/data/nsi/logos/ventunocaporizzuto-052129.undefined", "osmTags": { "and": [ "operator=Ventuno - Capo Rizzuto", @@ -511527,7 +361616,6 @@ }, { "question": "VERBUND Green Power Deutschland GmbH", - "icon": "./assets/data/nsi/logos/verbundgreenpowerdeutschlandgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=VERBUND Green Power Deutschland GmbH", @@ -511552,7 +361640,6 @@ }, { "question": "Verlag Manias Gmbh", - "icon": "./assets/data/nsi/logos/verlagmaniasgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Verlag Manias Gmbh", @@ -511577,7 +361664,6 @@ }, { "question": "Viesgo Renovables, S.L.U.", - "icon": "./assets/data/nsi/logos/viesgorenovablesslu-ae5946.undefined", "osmTags": { "and": [ "operator=Viesgo Renovables, S.L.U.", @@ -511587,7 +361673,6 @@ }, { "question": "Vindin AB", - "icon": "./assets/data/nsi/logos/vindinab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vindin AB", @@ -511597,7 +361682,6 @@ }, { "question": "VindIn Kalax Ab/Oy", - "icon": "./assets/data/nsi/logos/vindinkalaxaboy-ae9fa2.undefined", "osmTags": { "and": [ "operator=VindIn Kalax Ab/Oy", @@ -511607,7 +361691,6 @@ }, { "question": "Vindkraft i Ytterberg AB", - "icon": "./assets/data/nsi/logos/vindkraftiytterbergab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vindkraft i Ytterberg AB", @@ -511617,7 +361700,6 @@ }, { "question": "Vindpark Målarberget i Norberg AB", - "icon": "./assets/data/nsi/logos/vindparkmalarbergetinorbergab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vindpark Målarberget i Norberg AB", @@ -511627,7 +361709,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-a84d3b.undefined", "osmTags": { "and": [ "power=generator", @@ -511642,7 +361723,6 @@ }, { "question": "VKS Vindkraft Sverige AB", - "icon": "./assets/data/nsi/logos/vksvindkraftsverigeab-ec34a3.undefined", "osmTags": { "and": [ "operator=VKS Vindkraft Sverige AB", @@ -511652,7 +361732,6 @@ }, { "question": "VLEEMO", - "icon": "./assets/data/nsi/logos/vleemo-a327c1.undefined", "osmTags": { "and": [ "operator=VLEEMO", @@ -511677,7 +361756,6 @@ }, { "question": "Volkswind", - "icon": "./assets/data/nsi/logos/volkswind-94ca4b.undefined", "osmTags": { "and": [ "power=generator", @@ -511692,7 +361770,6 @@ }, { "question": "Volkswind France", - "icon": "./assets/data/nsi/logos/volkswindfrance-33d749.undefined", "osmTags": { "and": [ "power=generator", @@ -511707,7 +361784,6 @@ }, { "question": "Volkswohnung GmbH", - "icon": "./assets/data/nsi/logos/volkswohnunggmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Volkswohnung GmbH", @@ -511732,7 +361808,6 @@ }, { "question": "Vrångens Kraft AB", - "icon": "./assets/data/nsi/logos/vrangenskraftab-ec34a3.undefined", "osmTags": { "and": [ "operator=Vrångens Kraft AB", @@ -511742,7 +361817,6 @@ }, { "question": "VSB énergies nouvelles", - "icon": "./assets/data/nsi/logos/vsbenergiesnouvelles-33d749.undefined", "osmTags": { "and": [ "operator=VSB énergies nouvelles", @@ -511752,7 +361826,6 @@ }, { "question": "W Power GmbH", - "icon": "./assets/data/nsi/logos/wpowergmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=W Power GmbH", @@ -511762,7 +361835,6 @@ }, { "question": "Wallenstam Energi AB", - "icon": "./assets/data/nsi/logos/wallenstamenergiab-ec34a3.undefined", "osmTags": { "and": [ "operator=Wallenstam Energi AB", @@ -511772,7 +361844,6 @@ }, { "question": "wdp", - "icon": "./assets/data/nsi/logos/wdp-c79aa4.undefined", "osmTags": { "and": [ "operator=wdp", @@ -511797,7 +361868,6 @@ }, { "question": "WEC Energy Group", - "icon": "./assets/data/nsi/logos/wecenergygroup-19ecba.undefined", "osmTags": { "and": [ "power=generator", @@ -511812,7 +361882,6 @@ }, { "question": "Wehde Wind Energie GmbH", - "icon": "./assets/data/nsi/logos/wehdewindenergiegmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Wehde Wind Energie GmbH", @@ -511822,7 +361891,6 @@ }, { "question": "Werner Genzwürker Elektrotechnik GmbH", - "icon": "./assets/data/nsi/logos/wernergenzwurkerelektrotechnikgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Werner Genzwürker Elektrotechnik GmbH", @@ -511832,7 +361900,6 @@ }, { "question": "Westermeerwind B.V.", - "icon": "./assets/data/nsi/logos/westermeerwindbv-7c4044.undefined", "osmTags": { "and": [ "operator=Westermeerwind B.V.", @@ -511857,7 +361924,6 @@ }, { "question": "Wheatland Wind Project Ltd.", - "icon": "./assets/data/nsi/logos/wheatlandwindprojectltd-2d6bbd.undefined", "osmTags": { "and": [ "operator=Wheatland Wind Project Ltd.", @@ -511867,7 +361933,6 @@ }, { "question": "Whitehorn Solar", - "icon": "./assets/data/nsi/logos/whitehornsolar-4ed0ab.undefined", "osmTags": { "and": [ "operator=Whitehorn Solar", @@ -511892,7 +361957,6 @@ }, { "question": "Wildorado Wind 1", - "icon": "./assets/data/nsi/logos/wildoradowind1-546c7b.undefined", "osmTags": { "and": [ "operator=Wildorado Wind 1", @@ -511902,7 +361966,6 @@ }, { "question": "Wind Farm Jenasen AB", - "icon": "./assets/data/nsi/logos/windfarmjenasenab-ec34a3.undefined", "osmTags": { "and": [ "operator=Wind Farm Jenasen AB", @@ -511912,7 +361975,6 @@ }, { "question": "Wind Farms Götaland Svealand AB", - "icon": "./assets/data/nsi/logos/windfarmsgotalandsvealandab-ec34a3.undefined", "osmTags": { "and": [ "operator=Wind Farms Götaland Svealand AB", @@ -511922,7 +361984,6 @@ }, { "question": "Wind Field Korytnica Sp. z o.o.", - "icon": "./assets/data/nsi/logos/windfieldkorytnicaspzoo-c79aa4.undefined", "osmTags": { "and": [ "operator=Wind Field Korytnica Sp. z o.o.", @@ -511932,7 +361993,6 @@ }, { "question": "Windenergiepark Heidenrod GmbH", - "icon": "./assets/data/nsi/logos/windenergieparkheidenrodgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Windenergiepark Heidenrod GmbH", @@ -511942,7 +362002,6 @@ }, { "question": "Windfarm Högkölen AB", - "icon": "./assets/data/nsi/logos/windfarmhogkolenab-ec34a3.undefined", "osmTags": { "and": [ "operator=Windfarm Högkölen AB", @@ -511952,7 +362011,6 @@ }, { "question": "Windkraft RP Errichtungs- und Vertriebs-GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/windkraftrperrichtungsundvertriebsgmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Windkraft RP Errichtungs- und Vertriebs-GmbH & Co. KG", @@ -511977,7 +362035,6 @@ }, { "question": "Windlab", - "icon": "./assets/data/nsi/logos/windlab-7a5436.undefined", "osmTags": { "and": [ "operator=Windlab", @@ -511987,7 +362044,6 @@ }, { "question": "WindMW", - "icon": "./assets/data/nsi/logos/windmw-4dfee7.undefined", "osmTags": { "and": [ "power=generator", @@ -512002,7 +362058,6 @@ }, { "question": "Windpark De Drentse Monden en Oostermoer", - "icon": "./assets/data/nsi/logos/windparkdedrentsemondenenoostermoer-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark De Drentse Monden en Oostermoer", @@ -512012,7 +362067,6 @@ }, { "question": "Windpark Golzow", - "icon": "./assets/data/nsi/logos/windparkgolzow-b8ae25.undefined", "osmTags": { "and": [ "operator=Windpark Golzow", @@ -512022,7 +362076,6 @@ }, { "question": "Windpark Hanze", - "icon": "./assets/data/nsi/logos/windparkhanze-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark Hanze", @@ -512032,7 +362085,6 @@ }, { "question": "Windpark Heidenrod", - "icon": "./assets/data/nsi/logos/windparkheidenrod-b8ae25.undefined", "osmTags": { "and": [ "operator=Windpark Heidenrod", @@ -512042,7 +362094,6 @@ }, { "question": "Windpark Kirchberg GmbH & Co. KG", - "icon": "./assets/data/nsi/logos/windparkkirchberggmbhandcokg-b8ae25.undefined", "osmTags": { "and": [ "operator=Windpark Kirchberg GmbH & Co. KG", @@ -512052,7 +362103,6 @@ }, { "question": "Windpark Krammer", - "icon": "./assets/data/nsi/logos/windparkkrammer-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark Krammer", @@ -512062,7 +362112,6 @@ }, { "question": "Windpark Kubbeweg", - "icon": "./assets/data/nsi/logos/windparkkubbeweg-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark Kubbeweg", @@ -512072,7 +362121,6 @@ }, { "question": "Windpark Kubbeweg BV", - "icon": "./assets/data/nsi/logos/windparkkubbewegbv-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark Kubbeweg BV", @@ -512082,7 +362130,6 @@ }, { "question": "Windpark Märkische Heide", - "icon": "./assets/data/nsi/logos/windparkmarkischeheide-b8ae25.undefined", "osmTags": { "and": [ "operator=Windpark Märkische Heide", @@ -512092,7 +362139,6 @@ }, { "question": "Windpark N33 / Eekerpolder (RWE)", - "icon": "./assets/data/nsi/logos/windparkn33eekerpolderrwe-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark N33 / Eekerpolder (RWE)", @@ -512102,7 +362148,6 @@ }, { "question": "Windpark N33 / Vermeer (YARD)", - "icon": "./assets/data/nsi/logos/windparkn33vermeeryard-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark N33 / Vermeer (YARD)", @@ -512112,7 +362157,6 @@ }, { "question": "Windpark Nordsee Ost GmbH", - "icon": "./assets/data/nsi/logos/windparknordseeostgmbh-a9e497.undefined", "osmTags": { "and": [ "operator=Windpark Nordsee Ost GmbH", @@ -512122,7 +362166,6 @@ }, { "question": "Windpark Rethwisch GmbH", - "icon": "./assets/data/nsi/logos/windparkrethwischgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Windpark Rethwisch GmbH", @@ -512132,7 +362175,6 @@ }, { "question": "Windpark Vermeer BV (Eurus Energy)", - "icon": "./assets/data/nsi/logos/windparkvermeerbveurusenergy-7c4044.undefined", "osmTags": { "and": [ "operator=Windpark Vermeer BV (Eurus Energy)", @@ -512142,7 +362184,6 @@ }, { "question": "Wircon GmbH", - "icon": "./assets/data/nsi/logos/wircongmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Wircon GmbH", @@ -512152,7 +362193,6 @@ }, { "question": "Wirsol", - "icon": "./assets/data/nsi/logos/wirsol-b8ae25.undefined", "osmTags": { "and": [ "operator=Wirsol", @@ -512162,7 +362202,6 @@ }, { "question": "Wirsol Solar AG", - "icon": "./assets/data/nsi/logos/wirsolsolarag-b8ae25.undefined", "osmTags": { "and": [ "operator=Wirsol Solar AG", @@ -512172,7 +362211,6 @@ }, { "question": "Wirtgen Invest Energy GmbH", - "icon": "./assets/data/nsi/logos/wirtgeninvestenergygmbh-c79aa4.undefined", "osmTags": { "and": [ "operator=Wirtgen Invest Energy GmbH", @@ -512182,7 +362220,6 @@ }, { "question": "Wirth Exklusiv Fenstertechnik GmbH", - "icon": "./assets/data/nsi/logos/wirthexklusivfenstertechnikgmbh-b8ae25.undefined", "osmTags": { "and": [ "operator=Wirth Exklusiv Fenstertechnik GmbH", @@ -512208,7 +362245,6 @@ }, { "question": "Wohnbau Gießen", - "icon": "./assets/data/nsi/logos/wohnbaugiessen-b8ae25.undefined", "osmTags": { "and": [ "operator=Wohnbau Gießen", @@ -512218,7 +362254,6 @@ }, { "question": "Woolooga Solar Farm", - "icon": "./assets/data/nsi/logos/wooloogasolarfarm-fc806b.undefined", "osmTags": { "and": [ "operator=Woolooga Solar Farm", @@ -512243,7 +362278,6 @@ }, { "question": "wpd Kannuksen Tuulipuisto Oy", - "icon": "./assets/data/nsi/logos/wpdkannuksentuulipuistooy-ae9fa2.undefined", "osmTags": { "and": [ "operator=wpd Kannuksen Tuulipuisto Oy", @@ -512253,7 +362287,6 @@ }, { "question": "WPD Onshore Aldermyrberget AB", - "icon": "./assets/data/nsi/logos/wpdonshorealdermyrbergetab-ec34a3.undefined", "osmTags": { "and": [ "operator=WPD Onshore Aldermyrberget AB", @@ -512323,7 +362356,6 @@ }, { "question": "Yapısan Elektrik Üretim A. Ş.", - "icon": "./assets/data/nsi/logos/yapisanelektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Yapısan Elektrik Üretim A. Ş.", @@ -512363,7 +362395,6 @@ }, { "question": "Zeeuwind", - "icon": "./assets/data/nsi/logos/zeeuwind-a327c1.undefined", "osmTags": { "and": [ "operator=Zeeuwind", @@ -512373,7 +362404,6 @@ }, { "question": "Zephyr Eifelwind", - "icon": "./assets/data/nsi/logos/zephyreifelwind-865cfd.undefined", "osmTags": { "and": [ "operator=Zephyr Eifelwind", @@ -512383,7 +362413,6 @@ }, { "question": "Zeytineli RES Elektrik Üretim A.Ş.", - "icon": "./assets/data/nsi/logos/zeytinelireselektrikuretimas-90eacc.undefined", "osmTags": { "and": [ "operator=Zeytineli RES Elektrik Üretim A.Ş.", @@ -512393,7 +362422,6 @@ }, { "question": "Zonnepark Wolvega B.V.", - "icon": "./assets/data/nsi/logos/zonneparkwolvegabv-7c4044.undefined", "osmTags": { "and": [ "operator=Zonnepark Wolvega B.V.", @@ -512403,7 +362431,6 @@ }, { "question": "ΕΛ.ΤΕΧ. ΑΝΕΜΟΣ", - "icon": "./assets/data/nsi/logos/f1462a-6bff69.undefined", "osmTags": { "and": [ "operator=ΕΛ.ΤΕΧ. ΑΝΕΜΟΣ", @@ -512413,7 +362440,6 @@ }, { "question": "АО \"НоваВинд\"", - "icon": "./assets/data/nsi/logos/0e380e-a02620.undefined", "osmTags": { "and": [ "operator=АО \"НоваВинд\"", @@ -512423,7 +362449,6 @@ }, { "question": "Ветроелектране Балкана", - "icon": "./assets/data/nsi/logos/864351-a37acc.undefined", "osmTags": { "and": [ "operator=Ветроелектране Балкана", @@ -512433,7 +362458,6 @@ }, { "question": "Елицио", - "icon": "./assets/data/nsi/logos/d9b8d5-a37acc.undefined", "osmTags": { "and": [ "operator=Елицио", @@ -512443,7 +362467,6 @@ }, { "question": "ЗАО «Молдавская ГРЭС»", - "icon": "./assets/data/nsi/logos/e90c0f-058e5e.undefined", "osmTags": { "and": [ "operator=ЗАО «Молдавская ГРЭС»", @@ -512453,7 +362476,6 @@ }, { "question": "ООО \"СЕДЬМОЙ ВЕТРОПАРК ФРВ\"", - "icon": "./assets/data/nsi/logos/56cac1-a02620.undefined", "osmTags": { "and": [ "operator=ООО \"СЕДЬМОЙ ВЕТРОПАРК ФРВ\"", @@ -512463,7 +362485,6 @@ }, { "question": "ООО \"ТРЕТИЙ ВЕТРОПАРК ФРВ\"", - "icon": "./assets/data/nsi/logos/ecc548-a02620.undefined", "osmTags": { "and": [ "operator=ООО \"ТРЕТИЙ ВЕТРОПАРК ФРВ\"", @@ -512473,7 +362494,6 @@ }, { "question": "ООО «Альтрэн»", - "icon": "./assets/data/nsi/logos/9f88f8-a02620.undefined", "osmTags": { "and": [ "operator=ООО «Альтрэн»", @@ -512483,7 +362503,6 @@ }, { "question": "ООО «Петербургтеплоэнерго»", - "icon": "./assets/data/nsi/logos/b9d3d1-a02620.undefined", "osmTags": { "and": [ "operator=ООО «Петербургтеплоэнерго»", @@ -512493,7 +362512,6 @@ }, { "question": "ПАО \"Мосэнерго\"", - "icon": "./assets/data/nsi/logos/19460e-a02620.undefined", "osmTags": { "and": [ "operator=ПАО \"Мосэнерго\"", @@ -512503,7 +362521,6 @@ }, { "question": "الشركة التونسية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/763bc8-8ba78f.undefined", "osmTags": { "and": [ "operator=الشركة التونسية للكهرباء والغاز", @@ -512513,7 +362530,6 @@ }, { "question": "강원풍력발전", - "icon": "./assets/data/nsi/logos/bd5f5f-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512528,7 +362544,6 @@ }, { "question": "금성산풍력발전", - "icon": "./assets/data/nsi/logos/dffdb5-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512543,7 +362558,6 @@ }, { "question": "대명GEC", - "icon": "./assets/data/nsi/logos/e578f0-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512558,7 +362572,6 @@ }, { "question": "부선", - "icon": "./assets/data/nsi/logos/a24f2d-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512573,7 +362586,6 @@ }, { "question": "영광풍력발전", - "icon": "./assets/data/nsi/logos/2e64d6-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512588,7 +362600,6 @@ }, { "question": "영양에코파워", - "icon": "./assets/data/nsi/logos/dd9ffc-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512603,7 +362614,6 @@ }, { "question": "유니슨", - "icon": "./assets/data/nsi/logos/23bb92-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512618,7 +362628,6 @@ }, { "question": "정암풍력발전", - "icon": "./assets/data/nsi/logos/99434f-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512633,7 +362642,6 @@ }, { "question": "제주에너지공사", - "icon": "./assets/data/nsi/logos/e825d5-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512648,7 +362656,6 @@ }, { "question": "태기산풍력발전", - "icon": "./assets/data/nsi/logos/0d03c4-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512663,7 +362670,6 @@ }, { "question": "태백귀네미풍력발전", - "icon": "./assets/data/nsi/logos/76f776-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512678,7 +362684,6 @@ }, { "question": "포스코에너지", - "icon": "./assets/data/nsi/logos/3961e3-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512693,7 +362698,6 @@ }, { "question": "한국남동발전", - "icon": "./assets/data/nsi/logos/34f1e8-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512708,7 +362712,6 @@ }, { "question": "한국남부발전", - "icon": "./assets/data/nsi/logos/82b997-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512723,7 +362726,6 @@ }, { "question": "한국동서발전", - "icon": "./assets/data/nsi/logos/155fcc-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512738,7 +362740,6 @@ }, { "question": "한국서부발전", - "icon": "./assets/data/nsi/logos/395c45-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512753,7 +362754,6 @@ }, { "question": "한국전력공사", - "icon": "./assets/data/nsi/logos/3c9891-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512768,7 +362768,6 @@ }, { "question": "한국중부발전", - "icon": "./assets/data/nsi/logos/28c025-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512783,7 +362782,6 @@ }, { "question": "한국해상풍력", - "icon": "./assets/data/nsi/logos/3c24f1-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512798,7 +362796,6 @@ }, { "question": "한신에너지", - "icon": "./assets/data/nsi/logos/1d4ffe-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512813,7 +362810,6 @@ }, { "question": "효성윈드파워", - "icon": "./assets/data/nsi/logos/f5c66d-9277d2.undefined", "osmTags": { "and": [ "power=generator", @@ -512828,7 +362824,6 @@ }, { "question": "グリーンパワーインベストメント", - "icon": "./assets/data/nsi/logos/greenpowerinvestment-11cc64.undefined", "osmTags": { "and": [ "power=generator", @@ -512845,7 +362840,6 @@ }, { "question": "コスモエコパワー株式会社", - "icon": "./assets/data/nsi/logos/cosmoecopowercoltd-11cc64.undefined", "osmTags": { "and": [ "power=generator", @@ -512861,7 +362855,6 @@ }, { "question": "中国华电集团", - "icon": "./assets/data/nsi/logos/chinahuadiancorporation-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -512879,7 +362872,6 @@ }, { "question": "中国华能-江华新能", - "icon": "./assets/data/nsi/logos/0472d7-892ef2.undefined", "osmTags": { "and": [ "operator=中国华能-江华新能", @@ -512889,7 +362881,6 @@ }, { "question": "中国华能集团", - "icon": "./assets/data/nsi/logos/chinahuanenggroup-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -512907,7 +362898,6 @@ }, { "question": "中国大唐集团", - "icon": "./assets/data/nsi/logos/chinadatangcorporation-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -512925,7 +362915,6 @@ }, { "question": "中国广核集团", - "icon": "./assets/data/nsi/logos/chinageneralnuclearpowercorporation-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -512943,7 +362932,6 @@ }, { "question": "中国核工业集团", - "icon": "./assets/data/nsi/logos/chinanationalnuclearcorporation-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -512961,7 +362949,6 @@ }, { "question": "中国能建-江永新能", - "icon": "./assets/data/nsi/logos/997ca8-892ef2.undefined", "osmTags": { "and": [ "operator=中国能建-江永新能", @@ -512971,7 +362958,6 @@ }, { "question": "中国节能环保集团", - "icon": "./assets/data/nsi/logos/chinaenergyconservationandenvironmentalprotectiongroup-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -513080,7 +363066,6 @@ }, { "question": "华润电力控股", - "icon": "./assets/data/nsi/logos/chinaresourcespower-413242.undefined", "osmTags": { "and": [ "power=generator", @@ -513097,7 +363082,6 @@ }, { "question": "华电国际电力股份有限公司", - "icon": "./assets/data/nsi/logos/77e6b8-892ef2.undefined", "osmTags": { "and": [ "operator=华电国际电力股份有限公司", @@ -513107,7 +363091,6 @@ }, { "question": "协和新能", - "icon": "./assets/data/nsi/logos/6f6a43-892ef2.undefined", "osmTags": { "and": [ "operator=协和新能", @@ -513134,7 +363117,6 @@ }, { "question": "含山龙源梅山风力发电有限公司", - "icon": "./assets/data/nsi/logos/d8f023-892ef2.undefined", "osmTags": { "and": [ "operator=含山龙源梅山风力发电有限公司", @@ -513162,7 +363144,6 @@ }, { "question": "国华(当涂)新能源有限公司", - "icon": "./assets/data/nsi/logos/3d7a51-892ef2.undefined", "osmTags": { "and": [ "operator=国华(当涂)新能源有限公司", @@ -513172,7 +363153,6 @@ }, { "question": "国家电力投资集团", - "icon": "./assets/data/nsi/logos/statepowerinvestmentcorporation-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -513190,7 +363170,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/024934-892ef2.undefined", "osmTags": { "and": [ "operator=国家电网", @@ -513200,7 +363179,6 @@ }, { "question": "国家能源集团", - "icon": "./assets/data/nsi/logos/chnenergy-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -513218,7 +363196,6 @@ }, { "question": "国网湖南-综合能源/中车株机", - "icon": "./assets/data/nsi/logos/1d5859-892ef2.undefined", "osmTags": { "and": [ "operator=国网湖南-综合能源/中车株机", @@ -513228,7 +363205,6 @@ }, { "question": "广东能源集团", - "icon": "./assets/data/nsi/logos/2da729-892ef2.undefined", "osmTags": { "and": [ "operator=广东能源集团", @@ -513238,7 +363214,6 @@ }, { "question": "新天绿色能源", - "icon": "./assets/data/nsi/logos/chinasuntiengreenenergy-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -513310,7 +363285,6 @@ }, { "question": "浙江国资-运达丰合", - "icon": "./assets/data/nsi/logos/5ab1e7-892ef2.undefined", "osmTags": { "and": [ "operator=浙江国资-运达丰合", @@ -513320,7 +363294,6 @@ }, { "question": "浙江国资-运达丰安", - "icon": "./assets/data/nsi/logos/847cc2-892ef2.undefined", "osmTags": { "and": [ "operator=浙江国资-运达丰安", @@ -513330,7 +363303,6 @@ }, { "question": "浙江国资-运达丰广", - "icon": "./assets/data/nsi/logos/0b43ca-892ef2.undefined", "osmTags": { "and": [ "operator=浙江国资-运达丰广", @@ -513340,7 +363312,6 @@ }, { "question": "湘投国际", - "icon": "./assets/data/nsi/logos/af6eff-892ef2.undefined", "osmTags": { "and": [ "operator=湘投国际", @@ -513350,7 +363321,6 @@ }, { "question": "湘投能源", - "icon": "./assets/data/nsi/logos/2278ea-892ef2.undefined", "osmTags": { "and": [ "operator=湘投能源", @@ -513360,7 +363330,6 @@ }, { "question": "运达风电", - "icon": "./assets/data/nsi/logos/c77307-892ef2.undefined", "osmTags": { "and": [ "operator=运达风电", @@ -513370,7 +363339,6 @@ }, { "question": "长江电力", - "icon": "./assets/data/nsi/logos/chinayangtzepower-892ef2.undefined", "osmTags": { "and": [ "power=generator", @@ -513405,7 +363373,6 @@ }, { "question": "防城港新天绿色能源有限公司", - "icon": "./assets/data/nsi/logos/c9b92b-892ef2.undefined", "osmTags": { "and": [ "operator=防城港新天绿色能源有限公司", @@ -513583,7 +363550,6 @@ }, { "question": "Afluente Transmissão de Energia Elétrica", - "icon": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-ddc6a3.undefined", "osmTags": { "and": [ "operator=Afluente Transmissão de Energia Elétrica", @@ -513608,7 +363574,6 @@ }, { "question": "Agrienergia", - "icon": "./assets/data/nsi/logos/agrienergia-769454.undefined", "osmTags": { "and": [ "operator=Agrienergia", @@ -513649,7 +363614,6 @@ }, { "question": "Allegheny Power System", - "icon": "./assets/data/nsi/logos/alleghenypowersystem-5bcd98.undefined", "osmTags": { "and": [ "power=line", @@ -513696,7 +363660,6 @@ }, { "question": "Alta Kraftlag", - "icon": "./assets/data/nsi/logos/altakraftlag-e0b869.undefined", "osmTags": { "and": [ "operator=Alta Kraftlag", @@ -513721,7 +363684,6 @@ }, { "question": "Alternative Resource Energy Authority", - "icon": "./assets/data/nsi/logos/alternativeresourceenergyauthority-5f1772.undefined", "osmTags": { "and": [ "operator=Alternative Resource Energy Authority", @@ -513731,7 +363693,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -513746,7 +363707,6 @@ }, { "question": "Amazonas Energia", - "icon": "./assets/data/nsi/logos/amazonasenergia-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -513761,7 +363721,6 @@ }, { "question": "Amazonas Geração e Transmissão de Energia", - "icon": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-ddc6a3.undefined", "osmTags": { "and": [ "operator=Amazonas Geração e Transmissão de Energia", @@ -513787,7 +363746,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-f274f2.undefined", "osmTags": { "and": [ "power=line", @@ -513802,7 +363760,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-b654b4.undefined", "osmTags": { "and": [ "power=line", @@ -513817,7 +363774,6 @@ }, { "question": "American Transmission Systems", - "icon": "./assets/data/nsi/logos/americantransmissionsystems-1e9253.undefined", "osmTags": { "and": [ "power=line", @@ -513892,7 +363848,6 @@ }, { "question": "Angeles Electric Corporation", - "icon": "./assets/data/nsi/logos/angeleselectriccorporation-53cceb.undefined", "osmTags": { "and": [ "power=line", @@ -513922,7 +363877,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -513937,7 +363891,6 @@ }, { "question": "Arendals Fossekompani", - "icon": "./assets/data/nsi/logos/arendalsfossekompani-e0b869.undefined", "osmTags": { "and": [ "operator=Arendals Fossekompani", @@ -513962,7 +363915,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-527b39.undefined", "osmTags": { "and": [ "power=line", @@ -513992,7 +363944,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -514097,7 +364048,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-7a29cb.undefined", "osmTags": { "and": [ "power=line", @@ -514112,7 +364062,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-439c77.undefined", "osmTags": { "and": [ "power=line", @@ -514157,7 +364106,6 @@ }, { "question": "Azusa Light & Power", - "icon": "./assets/data/nsi/logos/azusalightandpower-eefbc4.undefined", "osmTags": { "and": [ "operator=Azusa Light & Power", @@ -514183,7 +364131,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -514198,7 +364145,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-53cceb.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -514238,7 +364184,6 @@ }, { "question": "Beaches Energy Services", - "icon": "./assets/data/nsi/logos/beachesenergyservices-05df97.undefined", "osmTags": { "and": [ "power=line", @@ -514253,7 +364198,6 @@ }, { "question": "Beauregard Electric Cooperative", - "icon": "./assets/data/nsi/logos/beauregardelectriccooperative-f4d799.undefined", "osmTags": { "and": [ "operator=Beauregard Electric Cooperative", @@ -514279,7 +364223,6 @@ }, { "question": "Bentonville Electrical Utility Department", - "icon": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-527b39.undefined", "osmTags": { "and": [ "operator=Bentonville Electrical Utility Department", @@ -514289,7 +364232,6 @@ }, { "question": "Bessemer Electric Service", - "icon": "./assets/data/nsi/logos/bessemerelectricservice-ed245e.undefined", "osmTags": { "and": [ "operator=Bessemer Electric Service", @@ -514299,7 +364241,6 @@ }, { "question": "Bihar State Electricity Board", - "icon": "./assets/data/nsi/logos/biharstateelectricityboard-5c9c82.undefined", "osmTags": { "and": [ "operator=Bihar State Electricity Board", @@ -514339,7 +364280,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-c9a7db.undefined", "osmTags": { "and": [ "power=line", @@ -514401,7 +364341,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-fb59b6.undefined", "osmTags": { "and": [ "power=line", @@ -514417,7 +364356,6 @@ }, { "question": "Braunschweiger Netz GmbH", - "icon": "./assets/data/nsi/logos/braunschweigernetzgmbh-9e30b0.undefined", "osmTags": { "and": [ "power=line", @@ -514432,7 +364370,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-2d9f43.undefined", "osmTags": { "and": [ "power=line", @@ -514462,7 +364399,6 @@ }, { "question": "Brookings Municipal Utilities", - "icon": "./assets/data/nsi/logos/brookingsmunicipalutilities-df3dae.undefined", "osmTags": { "and": [ "operator=Brookings Municipal Utilities", @@ -514502,7 +364438,6 @@ }, { "question": "CADAFE", - "icon": "./assets/data/nsi/logos/cadafe-220436.undefined", "osmTags": { "and": [ "operator=CADAFE", @@ -514527,7 +364462,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-3a58f1.undefined", "osmTags": { "and": [ "power=line", @@ -514587,7 +364521,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-28a19b.undefined", "osmTags": { "and": [ "power=line", @@ -514617,7 +364550,6 @@ }, { "question": "Celg Geração e Transmissão S.A.", - "icon": "./assets/data/nsi/logos/celggeracaoetransmissaosa-ddc6a3.undefined", "osmTags": { "and": [ "operator=Celg Geração e Transmissão S.A.", @@ -514657,7 +364589,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-f274f2.undefined", "osmTags": { "and": [ "power=line", @@ -514687,7 +364618,6 @@ }, { "question": "CEPALCO", - "icon": "./assets/data/nsi/logos/cepalco-53cceb.undefined", "osmTags": { "and": [ "operator=CEPALCO", @@ -514727,7 +364657,6 @@ }, { "question": "Certel", - "icon": "./assets/data/nsi/logos/certel-ddc6a3.undefined", "osmTags": { "and": [ "operator=Certel", @@ -514753,7 +364682,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-88e3b2.undefined", "osmTags": { "and": [ "power=line", @@ -514768,7 +364696,6 @@ }, { "question": "CFM", - "icon": "./assets/data/nsi/logos/cfm-4f2e12.undefined", "osmTags": { "and": [ "operator=CFM", @@ -514793,7 +364720,6 @@ }, { "question": "CGE Transmisión", - "icon": "./assets/data/nsi/logos/cgetransmision-ea1a07.undefined", "osmTags": { "and": [ "operator=CGE Transmisión", @@ -514803,7 +364729,6 @@ }, { "question": "CGWF", - "icon": "./assets/data/nsi/logos/cgwf-189d90.undefined", "osmTags": { "and": [ "operator=CGWF", @@ -514813,7 +364738,6 @@ }, { "question": "Chimarrão Transmissora de Energia", - "icon": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-ddc6a3.undefined", "osmTags": { "and": [ "operator=Chimarrão Transmissora de Energia", @@ -514823,7 +364747,6 @@ }, { "question": "CIE", - "icon": "./assets/data/nsi/logos/cie-736c80.undefined", "osmTags": { "and": [ "operator=CIE", @@ -514894,7 +364817,6 @@ }, { "question": "City of Harrisonburg", - "icon": "./assets/data/nsi/logos/cityofharrisonburg-0c4694.undefined", "osmTags": { "and": [ "power=line", @@ -514909,7 +364831,6 @@ }, { "question": "City of Harrisonville Electric Department", - "icon": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-f274f2.undefined", "osmTags": { "and": [ "operator=City of Harrisonville Electric Department", @@ -514979,7 +364900,6 @@ }, { "question": "City of Owensboro", - "icon": "./assets/data/nsi/logos/cityofowensboro-ab6528.undefined", "osmTags": { "and": [ "power=line", @@ -514994,7 +364914,6 @@ }, { "question": "City of Radford", - "icon": "./assets/data/nsi/logos/cityofradford-0c4694.undefined", "osmTags": { "and": [ "power=line", @@ -515009,7 +364928,6 @@ }, { "question": "City of Salem", - "icon": "./assets/data/nsi/logos/cityofsalem-0c4694.undefined", "osmTags": { "and": [ "power=line", @@ -515039,7 +364957,6 @@ }, { "question": "City of Tupelo Water & Light Department", - "icon": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-7d3f64.undefined", "osmTags": { "and": [ "operator=City of Tupelo Water & Light Department", @@ -515049,7 +364966,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-88ff58.undefined", "osmTags": { "and": [ "power=line", @@ -515064,7 +364980,6 @@ }, { "question": "Clark Electric Distribution Company", - "icon": "./assets/data/nsi/logos/clarkelectricdistributioncompany-53cceb.undefined", "osmTags": { "and": [ "power=line", @@ -515094,7 +365009,6 @@ }, { "question": "Clarksville Department of Electricity", - "icon": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-be4a58.undefined", "osmTags": { "and": [ "operator=Clarksville Department of Electricity", @@ -515149,7 +365063,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-ddc6a3.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -515159,7 +365072,6 @@ }, { "question": "CNEL Guayas Los Rios", - "icon": "./assets/data/nsi/logos/cnelguayaslosrios-28a19b.undefined", "osmTags": { "and": [ "operator=CNEL Guayas Los Rios", @@ -515169,7 +365081,6 @@ }, { "question": "CNEL Los Rios", - "icon": "./assets/data/nsi/logos/cnellosrios-28a19b.undefined", "osmTags": { "and": [ "operator=CNEL Los Rios", @@ -515179,7 +365090,6 @@ }, { "question": "CNEL-Esmeraldas", - "icon": "./assets/data/nsi/logos/cnelesmeraldas-28a19b.undefined", "osmTags": { "and": [ "operator=CNEL-Esmeraldas", @@ -515189,7 +365099,6 @@ }, { "question": "CNEL-Manabí", - "icon": "./assets/data/nsi/logos/cnelmanabi-28a19b.undefined", "osmTags": { "and": [ "operator=CNEL-Manabí", @@ -515199,7 +365108,6 @@ }, { "question": "CNEL-Sta. Elena", - "icon": "./assets/data/nsi/logos/cnelstaelena-28a19b.undefined", "osmTags": { "and": [ "operator=CNEL-Sta. Elena", @@ -515284,7 +365192,6 @@ }, { "question": "Columbus Light & Water", - "icon": "./assets/data/nsi/logos/columbuslightandwater-7d3f64.undefined", "osmTags": { "and": [ "operator=Columbus Light & Water", @@ -515325,7 +365232,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-e991ad.undefined", "osmTags": { "and": [ "power=line", @@ -515341,7 +365247,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-736c80.undefined", "osmTags": { "and": [ "power=line", @@ -515357,7 +365262,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -515372,7 +365276,6 @@ }, { "question": "Companhia de Transmissão de Energia Elétrica Paulista", - "icon": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-ddc6a3.undefined", "osmTags": { "and": [ "operator=Companhia de Transmissão de Energia Elétrica Paulista", @@ -515382,7 +365285,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -515398,7 +365300,6 @@ }, { "question": "Concordia Electric Cooperative", - "icon": "./assets/data/nsi/logos/concordiaelectriccooperative-f4d799.undefined", "osmTags": { "and": [ "operator=Concordia Electric Cooperative", @@ -515423,7 +365324,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-be4a58.undefined", "osmTags": { "and": [ "power=line", @@ -515453,7 +365353,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-d723bd.undefined", "osmTags": { "and": [ "power=line", @@ -515544,7 +365443,6 @@ }, { "question": "Counties Power", - "icon": "./assets/data/nsi/logos/countiespower-737a3a.undefined", "osmTags": { "and": [ "operator=Counties Power", @@ -515569,7 +365467,6 @@ }, { "question": "CPFL Transmissão Sul", - "icon": "./assets/data/nsi/logos/cpfltransmissaosul-ddc6a3.undefined", "osmTags": { "and": [ "operator=CPFL Transmissão Sul", @@ -515594,7 +365491,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-ed245e.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -515604,7 +365500,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-cf3c91.undefined", "osmTags": { "and": [ "power=line", @@ -515619,7 +365514,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -515664,7 +365558,6 @@ }, { "question": "Dalane Nett", - "icon": "./assets/data/nsi/logos/dalanenett-e0b869.undefined", "osmTags": { "and": [ "operator=Dalane Nett", @@ -515674,7 +365567,6 @@ }, { "question": "Dalhousie Mountain Wind", - "icon": "./assets/data/nsi/logos/dalhousiemountainwind-5f1772.undefined", "osmTags": { "and": [ "operator=Dalhousie Mountain Wind", @@ -515684,7 +365576,6 @@ }, { "question": "Danville Utilities", - "icon": "./assets/data/nsi/logos/danvilleutilities-0c4694.undefined", "osmTags": { "and": [ "operator=Danville Utilities", @@ -515770,7 +365661,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-b2cc4d.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -515780,7 +365670,6 @@ }, { "question": "Dinel", - "icon": "./assets/data/nsi/logos/dinel-b29599.undefined", "osmTags": { "and": [ "operator=Dinel", @@ -515790,7 +365679,6 @@ }, { "question": "DME Distribuição S.A", - "icon": "./assets/data/nsi/logos/dmedistribuicaosa-ddc6a3.undefined", "osmTags": { "and": [ "operator=DME Distribuição S.A", @@ -515815,7 +365703,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-ae69b6.undefined", "osmTags": { "and": [ "power=line", @@ -515875,7 +365762,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-535016.undefined", "osmTags": { "and": [ "power=line", @@ -515966,7 +365852,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-28a19b.undefined", "osmTags": { "and": [ "operator=E.E. Centro Sur", @@ -515976,7 +365861,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-28a19b.undefined", "osmTags": { "and": [ "operator=E.E. Quito", @@ -515986,7 +365870,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-28a19b.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -516086,7 +365969,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-737a3a.undefined", "osmTags": { "and": [ "power=line", @@ -516101,7 +365983,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-74d56c.undefined", "osmTags": { "and": [ "operator=EDE", @@ -516111,7 +365992,6 @@ }, { "question": "EDELCA", - "icon": "./assets/data/nsi/logos/edelca-220436.undefined", "osmTags": { "and": [ "operator=EDELCA", @@ -516136,7 +366016,6 @@ }, { "question": "EDF SEI", - "icon": "./assets/data/nsi/logos/edfsei-34bf95.undefined", "osmTags": { "and": [ "operator=EDF SEI", @@ -516146,7 +366025,6 @@ }, { "question": "EDH", - "icon": "./assets/data/nsi/logos/edh-567949.undefined", "osmTags": { "and": [ "operator=EDH", @@ -516171,7 +366049,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-ca8780.undefined", "osmTags": { "and": [ "power=line", @@ -516219,7 +366096,6 @@ }, { "question": "EEB", - "icon": "./assets/data/nsi/logos/eeb-ddc6a3.undefined", "osmTags": { "and": [ "operator=EEB", @@ -516229,7 +366105,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-74d56c.undefined", "osmTags": { "and": [ "operator=EED", @@ -516254,7 +366129,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-66f37f.undefined", "osmTags": { "and": [ "power=line", @@ -516269,7 +366143,6 @@ }, { "question": "Eidefoss", - "icon": "./assets/data/nsi/logos/eidefoss-e0b869.undefined", "osmTags": { "and": [ "operator=Eidefoss", @@ -516309,7 +366182,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-8d5e75.undefined", "osmTags": { "and": [ "power=line", @@ -516324,7 +366196,6 @@ }, { "question": "Electricidade de Moçambique", - "icon": "./assets/data/nsi/logos/electricidadedemocambique-8757c0.undefined", "osmTags": { "and": [ "power=line", @@ -516356,7 +366227,6 @@ }, { "question": "Électricité de Mayotte", - "icon": "./assets/data/nsi/logos/electricitedemayotte-6390c7.undefined", "osmTags": { "and": [ "power=line", @@ -516372,7 +366242,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-a4e165.undefined", "osmTags": { "and": [ "power=line", @@ -516403,7 +366272,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-97fc17.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -516428,7 +366296,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -516443,7 +366310,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-d8f97b.undefined", "osmTags": { "and": [ "power=line", @@ -516459,7 +366325,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-6c4b65.undefined", "osmTags": { "and": [ "power=line", @@ -516505,7 +366370,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-c7f9a6.undefined", "osmTags": { "and": [ "power=line", @@ -516521,7 +366385,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -516536,7 +366399,6 @@ }, { "question": "Eletrobras Distribuição AM", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-ddc6a3.undefined", "osmTags": { "and": [ "operator=Eletrobras Distribuição AM", @@ -516546,7 +366408,6 @@ }, { "question": "Eletrobrás Distribuição Roraima", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-ddc6a3.undefined", "osmTags": { "and": [ "operator=Eletrobrás Distribuição Roraima", @@ -516556,7 +366417,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -516586,7 +366446,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -516616,7 +366475,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -516646,7 +366504,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -516691,7 +366548,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-74d56c.undefined", "osmTags": { "and": [ "power=line", @@ -516706,7 +366562,6 @@ }, { "question": "Emera", - "icon": "./assets/data/nsi/logos/emera-50b9b2.undefined", "osmTags": { "and": [ "power=line", @@ -516737,7 +366592,6 @@ }, { "question": "Empresa Provincial de la Energía de Santa Fe", - "icon": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-c85572.undefined", "osmTags": { "and": [ "operator=Empresa Provincial de la Energía de Santa Fe", @@ -516747,7 +366601,6 @@ }, { "question": "ENDE Transmisión", - "icon": "./assets/data/nsi/logos/endetransmision-57554f.undefined", "osmTags": { "and": [ "operator=ENDE Transmisión", @@ -516817,7 +366670,6 @@ }, { "question": "ENEE", - "icon": "./assets/data/nsi/logos/enee-649129.undefined", "osmTags": { "and": [ "operator=ENEE", @@ -516857,7 +366709,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -516902,7 +366753,6 @@ }, { "question": "Enercal", - "icon": "./assets/data/nsi/logos/enercal-fff3e1.undefined", "osmTags": { "and": [ "operator=Enercal", @@ -516912,7 +366762,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-9e30b0.undefined", "osmTags": { "and": [ "power=line", @@ -516942,7 +366791,6 @@ }, { "question": "Energética Águas da Pedra S.A.", - "icon": "./assets/data/nsi/logos/energeticaaguasdapedrasa-ddc6a3.undefined", "osmTags": { "and": [ "operator=Energética Águas da Pedra S.A.", @@ -517013,7 +366861,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-d5e323.undefined", "osmTags": { "and": [ "operator=Energie und Wasser Potsdam GmbH", @@ -517023,7 +366870,6 @@ }, { "question": "Energienetze Steiermark", - "icon": "./assets/data/nsi/logos/energienetzesteiermark-3df8ab.undefined", "osmTags": { "and": [ "operator=Energienetze Steiermark", @@ -517049,7 +366895,6 @@ }, { "question": "Energieversorgung Schwaben", - "icon": "./assets/data/nsi/logos/energieversorgungschwaben-d5e323.undefined", "osmTags": { "and": [ "operator=Energieversorgung Schwaben", @@ -517074,7 +366919,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -517089,7 +366933,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -517104,7 +366947,6 @@ }, { "question": "Energisa BO", - "icon": "./assets/data/nsi/logos/energisabo-ddc6a3.undefined", "osmTags": { "and": [ "operator=Energisa BO", @@ -517114,7 +366956,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-1bb79e.undefined", "osmTags": { "and": [ "power=line", @@ -517129,7 +366970,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -517160,7 +367000,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-86b821.undefined", "osmTags": { "and": [ "power=line", @@ -517175,7 +367014,6 @@ }, { "question": "Enersur", - "icon": "./assets/data/nsi/logos/enersur-4127a0.undefined", "osmTags": { "and": [ "operator=Enersur", @@ -517200,7 +367038,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-fe2846.undefined", "osmTags": { "and": [ "power=line", @@ -517245,7 +367082,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -517335,7 +367171,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-1c0f86.undefined", "osmTags": { "and": [ "power=line", @@ -517350,7 +367185,6 @@ }, { "question": "Entergy New Orleans", - "icon": "./assets/data/nsi/logos/entergyneworleans-f4d799.undefined", "osmTags": { "and": [ "power=line", @@ -517425,7 +367259,6 @@ }, { "question": "EPV Alueverkko", - "icon": "./assets/data/nsi/logos/epvalueverkko-17e9a7.undefined", "osmTags": { "and": [ "operator=EPV Alueverkko", @@ -517435,7 +367268,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -517450,7 +367282,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-df80cc.undefined", "osmTags": { "and": [ "power=line", @@ -517465,7 +367296,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-e820f7.undefined", "osmTags": { "and": [ "power=line", @@ -517480,7 +367310,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-74dc30.undefined", "osmTags": { "and": [ "power=line", @@ -517495,7 +367324,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-306a6b.undefined", "osmTags": { "and": [ "power=line", @@ -517510,7 +367338,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-5f7225.undefined", "osmTags": { "and": [ "power=line", @@ -517570,7 +367397,6 @@ }, { "question": "ESCOM", - "icon": "./assets/data/nsi/logos/escom-82cd7c.undefined", "osmTags": { "and": [ "operator=ESCOM", @@ -517626,7 +367452,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-88ff58.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -517652,7 +367477,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-74d56c.undefined", "osmTags": { "and": [ "operator=ETI", @@ -517709,7 +367533,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -517755,7 +367578,6 @@ }, { "question": "Evonik", - "icon": "./assets/data/nsi/logos/evonik-d5e323.undefined", "osmTags": { "and": [ "operator=Evonik", @@ -517826,7 +367648,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-4d28c7.undefined", "osmTags": { "and": [ "power=line", @@ -517886,7 +367707,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-b21ee4.undefined", "osmTags": { "and": [ "power=line", @@ -517901,7 +367721,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-ed245e.undefined", "osmTags": { "and": [ "power=line", @@ -517916,7 +367735,6 @@ }, { "question": "Florida Keys Electric Cooperative", - "icon": "./assets/data/nsi/logos/floridakeyselectriccooperative-05df97.undefined", "osmTags": { "and": [ "power=line", @@ -517946,7 +367764,6 @@ }, { "question": "Florida Public Utilities", - "icon": "./assets/data/nsi/logos/floridapublicutilities-05df97.undefined", "osmTags": { "and": [ "power=line", @@ -517961,7 +367778,6 @@ }, { "question": "Fort Pierce Utilities", - "icon": "./assets/data/nsi/logos/fortpierceutilities-05df97.undefined", "osmTags": { "and": [ "operator=Fort Pierce Utilities", @@ -517971,7 +367787,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-a4e32f.undefined", "osmTags": { "and": [ "power=line", @@ -518016,7 +367831,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-86b821.undefined", "osmTags": { "and": [ "power=line", @@ -518077,7 +367891,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-2d9f43.undefined", "osmTags": { "and": [ "power=line", @@ -518093,7 +367906,6 @@ }, { "question": "GECOL.LY", - "icon": "./assets/data/nsi/logos/gecolly-843cda.undefined", "osmTags": { "and": [ "operator=GECOL.LY", @@ -518103,7 +367915,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-6dfce0.undefined", "osmTags": { "and": [ "power=line", @@ -518118,7 +367929,6 @@ }, { "question": "Georgia Transmission Corporation", - "icon": "./assets/data/nsi/logos/georgiatransmissioncorporation-6dfce0.undefined", "osmTags": { "and": [ "operator=Georgia Transmission Corporation", @@ -518128,7 +367938,6 @@ }, { "question": "Gerdau", - "icon": "./assets/data/nsi/logos/gerdau-ddc6a3.undefined", "osmTags": { "and": [ "operator=Gerdau", @@ -518138,7 +367947,6 @@ }, { "question": "GEYSEL", - "icon": "./assets/data/nsi/logos/geysel-7a03fb.undefined", "osmTags": { "and": [ "operator=GEYSEL", @@ -518148,7 +367956,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-a4e165.undefined", "osmTags": { "and": [ "power=line", @@ -518163,7 +367970,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-b21ee4.undefined", "osmTags": { "and": [ "power=line", @@ -518223,7 +368029,6 @@ }, { "question": "Gralha Azul Transmissora de Energia", - "icon": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-ddc6a3.undefined", "osmTags": { "and": [ "operator=Gralha Azul Transmissora de Energia", @@ -518249,7 +368054,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-7bd252.undefined", "osmTags": { "and": [ "power=line", @@ -518310,7 +368114,6 @@ }, { "question": "GRTE", - "icon": "./assets/data/nsi/logos/grte-1c2f9f.undefined", "osmTags": { "and": [ "operator=GRTE", @@ -518320,7 +368123,6 @@ }, { "question": "Gudbrandsdal Energi", - "icon": "./assets/data/nsi/logos/gudbrandsdalenergi-e0b869.undefined", "osmTags": { "and": [ "operator=Gudbrandsdal Energi", @@ -518330,7 +368132,6 @@ }, { "question": "Guntersville Electric Board", - "icon": "./assets/data/nsi/logos/guntersvilleelectricboard-ed245e.undefined", "osmTags": { "and": [ "operator=Guntersville Electric Board", @@ -518340,7 +368141,6 @@ }, { "question": "Hafslund E-CO Vannkraft", - "icon": "./assets/data/nsi/logos/hafslundecovannkraft-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -518355,7 +368155,6 @@ }, { "question": "Hallingdal Kraftnett", - "icon": "./assets/data/nsi/logos/hallingdalkraftnett-e0b869.undefined", "osmTags": { "and": [ "operator=Hallingdal Kraftnett", @@ -518365,7 +368164,6 @@ }, { "question": "Hammerfest Energi Nett", - "icon": "./assets/data/nsi/logos/hammerfestenerginett-e0b869.undefined", "osmTags": { "and": [ "operator=Hammerfest Energi Nett", @@ -518420,7 +368218,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-625a7b.undefined", "osmTags": { "and": [ "power=line", @@ -518435,7 +368232,6 @@ }, { "question": "HEP ODS", - "icon": "./assets/data/nsi/logos/hepods-625a7b.undefined", "osmTags": { "and": [ "operator=HEP ODS", @@ -518445,7 +368241,6 @@ }, { "question": "Herøya Nett", - "icon": "./assets/data/nsi/logos/heroyanett-e0b869.undefined", "osmTags": { "and": [ "operator=Herøya Nett", @@ -518455,7 +368250,6 @@ }, { "question": "Herrfors", - "icon": "./assets/data/nsi/logos/herrfors-17e9a7.undefined", "osmTags": { "and": [ "operator=Herrfors", @@ -518465,7 +368259,6 @@ }, { "question": "Hetch Hetchy Water & Power", - "icon": "./assets/data/nsi/logos/hetchhetchywaterandpower-eefbc4.undefined", "osmTags": { "and": [ "operator=Hetch Hetchy Water & Power", @@ -518475,7 +368268,6 @@ }, { "question": "Holyoke Gas & Electric", - "icon": "./assets/data/nsi/logos/holyokegasandelectric-4253c7.undefined", "osmTags": { "and": [ "power=line", @@ -518490,7 +368282,6 @@ }, { "question": "HOPS", - "icon": "./assets/data/nsi/logos/hops-625a7b.undefined", "osmTags": { "and": [ "operator=HOPS", @@ -518530,7 +368321,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-c48131.undefined", "osmTags": { "and": [ "power=line", @@ -518560,7 +368350,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-f669fe.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -518570,7 +368359,6 @@ }, { "question": "I/S Midtkraft", - "icon": "./assets/data/nsi/logos/ismidtkraft-b29599.undefined", "osmTags": { "and": [ "operator=I/S Midtkraft", @@ -518688,7 +368476,6 @@ }, { "question": "INELFE", - "icon": "./assets/data/nsi/logos/inelfe-cd4900.undefined", "osmTags": { "and": [ "power=line", @@ -518719,7 +368506,6 @@ }, { "question": "Interchile", - "icon": "./assets/data/nsi/logos/interchile-ea1a07.undefined", "osmTags": { "and": [ "operator=Interchile", @@ -518729,7 +368515,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-fa2b6f.undefined", "osmTags": { "and": [ "power=line", @@ -518745,7 +368530,6 @@ }, { "question": "Interligação Elétrica do Madeira S.A", - "icon": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -518790,7 +368574,6 @@ }, { "question": "Istad Nett", - "icon": "./assets/data/nsi/logos/istadnett-e0b869.undefined", "osmTags": { "and": [ "operator=Istad Nett", @@ -518892,7 +368675,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-86b821.undefined", "osmTags": { "and": [ "power=line", @@ -518962,7 +368744,6 @@ }, { "question": "Juruena Participações e Investimentos S.A", - "icon": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-ddc6a3.undefined", "osmTags": { "and": [ "operator=Juruena Participações e Investimentos S.A", @@ -518972,7 +368753,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-6139a9.undefined", "osmTags": { "and": [ "power=line", @@ -519003,7 +368783,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-17951a.undefined", "osmTags": { "and": [ "power=line", @@ -519019,7 +368798,6 @@ }, { "question": "KEDCO", - "icon": "./assets/data/nsi/logos/kedco-d7a735.undefined", "osmTags": { "and": [ "operator=KEDCO", @@ -519059,7 +368837,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-ab6528.undefined", "osmTags": { "and": [ "power=line", @@ -519090,7 +368867,6 @@ }, { "question": "Ketraco", - "icon": "./assets/data/nsi/logos/ketraco-091bd2.undefined", "osmTags": { "and": [ "power=line", @@ -519105,7 +368881,6 @@ }, { "question": "Keys Energy Services", - "icon": "./assets/data/nsi/logos/keysenergyservices-05df97.undefined", "osmTags": { "and": [ "power=line", @@ -519151,7 +368926,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-5c9c82.undefined", "osmTags": { "and": [ "power=line", @@ -519166,7 +368940,6 @@ }, { "question": "Kraftnät Åland", - "icon": "./assets/data/nsi/logos/kraftnataland-17e9a7.undefined", "osmTags": { "and": [ "power=line", @@ -519228,7 +369001,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-136ef7.undefined", "osmTags": { "and": [ "power=line", @@ -519243,7 +369015,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-a1df2e.undefined", "osmTags": { "and": [ "power=line", @@ -519258,7 +369029,6 @@ }, { "question": "Lassen Municipal Utility District", - "icon": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-eefbc4.undefined", "osmTags": { "and": [ "operator=Lassen Municipal Utility District", @@ -519315,7 +369085,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -519330,7 +369099,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-541e2d.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -519355,7 +369123,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-b554f3.undefined", "osmTags": { "and": [ "power=line", @@ -519371,7 +369138,6 @@ }, { "question": "Liberty Utilities", - "icon": "./assets/data/nsi/logos/libertyutilities-b654b4.undefined", "osmTags": { "and": [ "operator=Liberty Utilities", @@ -519381,7 +369147,6 @@ }, { "question": "Lidköping Elnät", - "icon": "./assets/data/nsi/logos/lidkopingelnat-dc38bb.undefined", "osmTags": { "and": [ "operator=Lidköping Elnät", @@ -519391,7 +369156,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -519421,7 +369185,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-e0b869.undefined", "osmTags": { "and": [ "operator=Linea", @@ -519461,7 +369224,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -519491,7 +369253,6 @@ }, { "question": "Lofotkraft", - "icon": "./assets/data/nsi/logos/lofotkraft-e0b869.undefined", "osmTags": { "and": [ "operator=Lofotkraft", @@ -519501,7 +369262,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-255ed7.undefined", "osmTags": { "and": [ "power=line", @@ -519516,7 +369276,6 @@ }, { "question": "Louisville Gas & Electric", - "icon": "./assets/data/nsi/logos/louisvillegasandelectric-ab6528.undefined", "osmTags": { "and": [ "power=line", @@ -519547,7 +369306,6 @@ }, { "question": "LS Power", - "icon": "./assets/data/nsi/logos/lspower-2d9f43.undefined", "osmTags": { "and": [ "power=line", @@ -519593,7 +369351,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -519608,7 +369365,6 @@ }, { "question": "Luminora Solar Dos", - "icon": "./assets/data/nsi/logos/luminorasolardos-769454.undefined", "osmTags": { "and": [ "operator=Luminora Solar Dos", @@ -519648,7 +369404,6 @@ }, { "question": "Mantiqueira Transmissora de Energia", - "icon": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-ddc6a3.undefined", "osmTags": { "and": [ "operator=Mantiqueira Transmissora de Energia", @@ -519658,7 +369413,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-be061e.undefined", "osmTags": { "and": [ "power=line", @@ -519673,7 +369427,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-3b2cbf.undefined", "osmTags": { "and": [ "power=line", @@ -519733,7 +369486,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-a27456.undefined", "osmTags": { "and": [ "power=line", @@ -519748,7 +369500,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-74d56c.undefined", "osmTags": { "and": [ "power=line", @@ -519778,7 +369529,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -519839,7 +369589,6 @@ }, { "question": "Michigan Public Power Agency", - "icon": "./assets/data/nsi/logos/michiganpublicpoweragency-a1df2e.undefined", "osmTags": { "and": [ "operator=Michigan Public Power Agency", @@ -519865,7 +369614,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -519895,7 +369643,6 @@ }, { "question": "Minera Centinela", - "icon": "./assets/data/nsi/logos/mineracentinela-ea1a07.undefined", "osmTags": { "and": [ "operator=Minera Centinela", @@ -519905,7 +369652,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-ea1a07.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -519915,7 +369661,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-ea1a07.undefined", "osmTags": { "and": [ "power=line", @@ -519960,7 +369705,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-b21ee4.undefined", "osmTags": { "and": [ "power=line", @@ -519990,7 +369734,6 @@ }, { "question": "Missouri Power & Light Company", - "icon": "./assets/data/nsi/logos/missouripowerandlightcompany-f274f2.undefined", "osmTags": { "and": [ "operator=Missouri Power & Light Company", @@ -520000,7 +369743,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-4628b6.undefined", "osmTags": { "and": [ "power=line", @@ -520015,7 +369757,6 @@ }, { "question": "Modesto Irrigation District", - "icon": "./assets/data/nsi/logos/modestoirrigationdistrict-eefbc4.undefined", "osmTags": { "and": [ "power=line", @@ -520045,7 +369786,6 @@ }, { "question": "Moorhead Public Service", - "icon": "./assets/data/nsi/logos/moorheadpublicservice-982f8f.undefined", "osmTags": { "and": [ "operator=Moorhead Public Service", @@ -520055,7 +369795,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-5c9c82.undefined", "osmTags": { "and": [ "power=line", @@ -520070,7 +369809,6 @@ }, { "question": "Mutual Energy", - "icon": "./assets/data/nsi/logos/mutualenergy-a6966c.undefined", "osmTags": { "and": [ "power=line", @@ -520085,7 +369823,6 @@ }, { "question": "MVM PA", - "icon": "./assets/data/nsi/logos/mvmpa-74d56c.undefined", "osmTags": { "and": [ "operator=MVM PA", @@ -520095,7 +369832,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-c34551.undefined", "osmTags": { "and": [ "power=line", @@ -520111,7 +369847,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-fe1279.undefined", "osmTags": { "and": [ "power=line", @@ -520235,7 +369970,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-fcf6da.undefined", "osmTags": { "and": [ "power=line", @@ -520250,7 +369984,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-a4e165.undefined", "osmTags": { "and": [ "power=line", @@ -520280,7 +370013,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-eb7f6c.undefined", "osmTags": { "and": [ "power=line", @@ -520295,7 +370027,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-43114e.undefined", "osmTags": { "and": [ "power=line", @@ -520325,7 +370056,6 @@ }, { "question": "Netz OÖ", - "icon": "./assets/data/nsi/logos/netzoo-7a29cb.undefined", "osmTags": { "and": [ "power=line", @@ -520355,7 +370085,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-82f595.undefined", "osmTags": { "and": [ "power=line", @@ -520370,7 +370099,6 @@ }, { "question": "Nevada Power Company", - "icon": "./assets/data/nsi/logos/nevadapowercompany-21bd89.undefined", "osmTags": { "and": [ "power=line", @@ -520446,7 +370174,6 @@ }, { "question": "Niagara Mohawk", - "icon": "./assets/data/nsi/logos/niagaramohawk-255ed7.undefined", "osmTags": { "and": [ "power=line", @@ -520476,7 +370203,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-74d56c.undefined", "osmTags": { "and": [ "power=line", @@ -520492,7 +370218,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -520507,7 +370232,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -520522,7 +370246,6 @@ }, { "question": "Nordmøre Energiverk", - "icon": "./assets/data/nsi/logos/nordmoreenergiverk-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -520537,7 +370260,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -520552,7 +370274,6 @@ }, { "question": "Norte Brasil Transmissora de Energia S.A", - "icon": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-ddc6a3.undefined", "osmTags": { "and": [ "operator=Norte Brasil Transmissora de Energia S.A", @@ -520562,7 +370283,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-527b39.undefined", "osmTags": { "and": [ "power=line", @@ -520592,7 +370312,6 @@ }, { "question": "Northern States Power Company", - "icon": "./assets/data/nsi/logos/northernstatespowercompany-d25f7a.undefined", "osmTags": { "and": [ "power=line", @@ -520637,7 +370356,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-42ff26.undefined", "osmTags": { "and": [ "power=line", @@ -520712,7 +370430,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-7a29cb.undefined", "osmTags": { "and": [ "power=line", @@ -520728,7 +370445,6 @@ }, { "question": "Odda Energi", - "icon": "./assets/data/nsi/logos/oddaenergi-e0b869.undefined", "osmTags": { "and": [ "operator=Odda Energi", @@ -520738,7 +370454,6 @@ }, { "question": "Oʻzbekenergo", - "icon": "./assets/data/nsi/logos/99723a-1301e2.undefined", "osmTags": { "and": [ "power=line", @@ -520799,7 +370514,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-1260f2.undefined", "osmTags": { "and": [ "power=line", @@ -520814,7 +370528,6 @@ }, { "question": "Orange & Rockland", - "icon": "./assets/data/nsi/logos/orangeandrockland-1e48d9.undefined", "osmTags": { "and": [ "operator=Orange & Rockland", @@ -520855,7 +370568,6 @@ }, { "question": "Ørsted Onshore North America", - "icon": "./assets/data/nsi/logos/orstedonshorenorthamerica-beff6d.undefined", "osmTags": { "and": [ "operator=Ørsted Onshore North America", @@ -520865,7 +370577,6 @@ }, { "question": "Otra Kraft", - "icon": "./assets/data/nsi/logos/otrakraft-e0b869.undefined", "osmTags": { "and": [ "operator=Otra Kraft", @@ -520890,7 +370601,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-67f39c.undefined", "osmTags": { "and": [ "power=line", @@ -520951,7 +370661,6 @@ }, { "question": "Paducah Power System", - "icon": "./assets/data/nsi/logos/paducahpowersystem-ab6528.undefined", "osmTags": { "and": [ "operator=Paducah Power System", @@ -520961,7 +370670,6 @@ }, { "question": "Pampanga III Electric Cooperative, Inc.", - "icon": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-53cceb.undefined", "osmTags": { "and": [ "operator=Pampanga III Electric Cooperative, Inc.", @@ -520971,7 +370679,6 @@ }, { "question": "Paragould Light & Water Commission", - "icon": "./assets/data/nsi/logos/paragouldlightandwatercommission-527b39.undefined", "osmTags": { "and": [ "operator=Paragould Light & Water Commission", @@ -520981,7 +370688,6 @@ }, { "question": "Paris Utility Authority", - "icon": "./assets/data/nsi/logos/parisutilityauthority-be4a58.undefined", "osmTags": { "and": [ "operator=Paris Utility Authority", @@ -521051,7 +370757,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-53cceb.undefined", "osmTags": { "and": [ "power=line", @@ -521158,7 +370863,6 @@ }, { "question": "Platte River Power Authority", - "icon": "./assets/data/nsi/logos/platteriverpowerauthority-482ae7.undefined", "osmTags": { "and": [ "power=line", @@ -521173,7 +370877,6 @@ }, { "question": "PNG Power Ltd.", - "icon": "./assets/data/nsi/logos/pngpowerltd-4b7db3.undefined", "osmTags": { "and": [ "operator=PNG Power Ltd.", @@ -521231,7 +370934,6 @@ }, { "question": "Porto Primavera Transmissora de Energia S/A.", - "icon": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-ddc6a3.undefined", "osmTags": { "and": [ "operator=Porto Primavera Transmissora de Energia S/A.", @@ -521332,7 +371034,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-05dced.undefined", "osmTags": { "and": [ "power=line", @@ -521393,7 +371094,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-b654b4.undefined", "osmTags": { "and": [ "power=line", @@ -521408,7 +371108,6 @@ }, { "question": "PSNH", - "icon": "./assets/data/nsi/logos/psnh-b654b4.undefined", "osmTags": { "and": [ "power=line", @@ -521439,7 +371138,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-482ae7.undefined", "osmTags": { "and": [ "power=line", @@ -521547,7 +371245,6 @@ }, { "question": "Red Nord S.A.", - "icon": "./assets/data/nsi/logos/rednordsa-4f2e12.undefined", "osmTags": { "and": [ "operator=Red Nord S.A.", @@ -521587,7 +371284,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-e3be4c.undefined", "osmTags": { "and": [ "power=line", @@ -521677,7 +371373,6 @@ }, { "question": "RNT", - "icon": "./assets/data/nsi/logos/rnt-bb6fb3.undefined", "osmTags": { "and": [ "operator=RNT", @@ -521762,7 +371457,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-adef80.undefined", "osmTags": { "and": [ "power=line", @@ -521793,7 +371487,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-97fc17.undefined", "osmTags": { "and": [ "power=line", @@ -521886,7 +371579,6 @@ }, { "question": "SAMELCO 2", - "icon": "./assets/data/nsi/logos/samelco2-53cceb.undefined", "osmTags": { "and": [ "operator=SAMELCO 2", @@ -521957,7 +371649,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-2bcac7.undefined", "osmTags": { "and": [ "power=line", @@ -521988,7 +371679,6 @@ }, { "question": "Scottsboro Electric Power Board", - "icon": "./assets/data/nsi/logos/scottsboroelectricpowerboard-ed245e.undefined", "osmTags": { "and": [ "operator=Scottsboro Electric Power Board", @@ -522044,7 +371734,6 @@ }, { "question": "SEPS / MAVIR", - "icon": "./assets/data/nsi/logos/sepsmavir-8a0f16.undefined", "osmTags": { "and": [ "operator=SEPS / MAVIR", @@ -522054,7 +371743,6 @@ }, { "question": "SFE Nett", - "icon": "./assets/data/nsi/logos/sfenett-e0b869.undefined", "osmTags": { "and": [ "operator=SFE Nett", @@ -522064,7 +371752,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-2d9f43.undefined", "osmTags": { "and": [ "power=line", @@ -522079,7 +371766,6 @@ }, { "question": "Sierra Pacific Power Company", - "icon": "./assets/data/nsi/logos/sierrapacificpowercompany-b654b4.undefined", "osmTags": { "and": [ "power=line", @@ -522109,7 +371795,6 @@ }, { "question": "SLECA", - "icon": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-f4d799.undefined", "osmTags": { "and": [ "power=line", @@ -522185,7 +371870,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-8bc223.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -522227,7 +371911,6 @@ }, { "question": "Sognekraft", - "icon": "./assets/data/nsi/logos/sognekraft-e0b869.undefined", "osmTags": { "and": [ "operator=Sognekraft", @@ -522237,7 +371920,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-2d9f43.undefined", "osmTags": { "and": [ "power=line", @@ -522268,7 +371950,6 @@ }, { "question": "Southern Maryland Electric Cooperative", - "icon": "./assets/data/nsi/logos/southernmarylandelectriccooperative-ab2cf5.undefined", "osmTags": { "and": [ "frequency=60", @@ -522299,7 +371980,6 @@ }, { "question": "Southwest Transmission Cooperative", - "icon": "./assets/data/nsi/logos/southwesttransmissioncooperative-33eed2.undefined", "osmTags": { "and": [ "power=line", @@ -522314,7 +371994,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-a65d99.undefined", "osmTags": { "and": [ "power=line", @@ -522329,7 +372008,6 @@ }, { "question": "Southwestern Public Service Company", - "icon": "./assets/data/nsi/logos/southwesternpublicservicecompany-2bc569.undefined", "osmTags": { "and": [ "operator=Southwestern Public Service Company", @@ -522354,7 +372032,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-cd3045.undefined", "osmTags": { "and": [ "power=line", @@ -522385,7 +372062,6 @@ }, { "question": "SQM", - "icon": "./assets/data/nsi/logos/sqm-ea1a07.undefined", "osmTags": { "and": [ "power=line", @@ -522400,7 +372076,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-e3be4c.undefined", "osmTags": { "and": [ "power=line", @@ -522476,7 +372151,6 @@ }, { "question": "Stadtwerke Staßfurt", - "icon": "./assets/data/nsi/logos/stadtwerkestassfurt-82f595.undefined", "osmTags": { "and": [ "power=line", @@ -522536,7 +372210,6 @@ }, { "question": "STEWEAG", - "icon": "./assets/data/nsi/logos/steweag-3df8ab.undefined", "osmTags": { "and": [ "power=line", @@ -522551,7 +372224,6 @@ }, { "question": "STEWEAG-STEG", - "icon": "./assets/data/nsi/logos/steweagsteg-3df8ab.undefined", "osmTags": { "and": [ "operator=STEWEAG-STEG", @@ -522561,7 +372233,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-dffc4e.undefined", "osmTags": { "and": [ "power=line", @@ -522576,7 +372247,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-73d08d.undefined", "osmTags": { "and": [ "power=line", @@ -522592,7 +372262,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-1baa28.undefined", "osmTags": { "and": [ "power=line", @@ -522638,7 +372307,6 @@ }, { "question": "Stromnetz Steiermark GmbH", - "icon": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-3df8ab.undefined", "osmTags": { "and": [ "operator=Stromnetz Steiermark GmbH", @@ -522648,7 +372316,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-ea1a07.undefined", "osmTags": { "and": [ "operator=STS", @@ -522658,7 +372325,6 @@ }, { "question": "Sulgipe", - "icon": "./assets/data/nsi/logos/sulgipe-ddc6a3.undefined", "osmTags": { "and": [ "operator=Sulgipe", @@ -522759,7 +372425,6 @@ }, { "question": "Tafjord Kraftproduksjon", - "icon": "./assets/data/nsi/logos/tafjordkraftproduksjon-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -522774,7 +372439,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-62f471.undefined", "osmTags": { "and": [ "power=line", @@ -522789,7 +372453,6 @@ }, { "question": "Taunton Municipal Lighting Plant", - "icon": "./assets/data/nsi/logos/tauntonmunicipallightingplant-4253c7.undefined", "osmTags": { "and": [ "power=line", @@ -522819,7 +372482,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-05df97.undefined", "osmTags": { "and": [ "power=line", @@ -522925,7 +372587,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -522940,7 +372601,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -522970,7 +372630,6 @@ }, { "question": "Texas Municipal Power Agency", - "icon": "./assets/data/nsi/logos/texasmunicipalpoweragency-2d9f43.undefined", "osmTags": { "and": [ "operator=Texas Municipal Power Agency", @@ -522996,7 +372655,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-77b3b8.undefined", "osmTags": { "and": [ "power=line", @@ -523027,7 +372685,6 @@ }, { "question": "Town of Braintree Electric Light Department", - "icon": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-2d9f43.undefined", "osmTags": { "and": [ "operator=Town of Braintree Electric Light Department", @@ -523037,7 +372694,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-c85572.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -523047,7 +372703,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-7bc8e3.undefined", "osmTags": { "and": [ "power=line", @@ -523077,7 +372732,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-ea1a07.undefined", "osmTags": { "and": [ "power=line", @@ -523092,7 +372746,6 @@ }, { "question": "Transelectric", - "icon": "./assets/data/nsi/logos/transelectric-28a19b.undefined", "osmTags": { "and": [ "operator=Transelectric", @@ -523132,7 +372785,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-ea1a07.undefined", "osmTags": { "and": [ "power=line", @@ -523162,7 +372814,6 @@ }, { "question": "Transmissora Aliança de Energia Elétrica", - "icon": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -523177,7 +372828,6 @@ }, { "question": "Transmissora Sul Brasileira de Energia", - "icon": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-ddc6a3.undefined", "osmTags": { "and": [ "power=line", @@ -523192,7 +372842,6 @@ }, { "question": "TRANSNEA S.A.", - "icon": "./assets/data/nsi/logos/transneasa-c85572.undefined", "osmTags": { "and": [ "operator=TRANSNEA S.A.", @@ -523217,7 +372866,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-c85572.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -523227,7 +372875,6 @@ }, { "question": "TRANSPA S.A.", - "icon": "./assets/data/nsi/logos/transpasa-c85572.undefined", "osmTags": { "and": [ "power=line", @@ -523287,7 +372934,6 @@ }, { "question": "Tri-State Generation and Transmission Association", - "icon": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-8891fc.undefined", "osmTags": { "and": [ "operator=Tri-State Generation and Transmission Association", @@ -523297,7 +372943,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-88ff58.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -523323,7 +372968,6 @@ }, { "question": "Turlock Irrigation District", - "icon": "./assets/data/nsi/logos/turlockirrigationdistrict-a33d32.undefined", "osmTags": { "and": [ "operator=Turlock Irrigation District", @@ -523363,7 +373007,6 @@ }, { "question": "Umatilla Electric Cooperative", - "icon": "./assets/data/nsi/logos/umatillaelectriccooperative-c9a7db.undefined", "osmTags": { "and": [ "operator=Umatilla Electric Cooperative", @@ -523373,7 +373016,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-769454.undefined", "osmTags": { "and": [ "power=line", @@ -523449,7 +373091,6 @@ }, { "question": "UPCL", - "icon": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-5c9c82.undefined", "osmTags": { "and": [ "power=line", @@ -523495,7 +373136,6 @@ }, { "question": "Valley Electric Association", - "icon": "./assets/data/nsi/logos/valleyelectricassociation-21bd89.undefined", "osmTags": { "and": [ "operator=Valley Electric Association", @@ -523580,7 +373220,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-f51223.undefined", "osmTags": { "and": [ "power=line", @@ -523610,7 +373249,6 @@ }, { "question": "Vest-Telemark Kraftlag", - "icon": "./assets/data/nsi/logos/vesttelemarkkraftlag-e0b869.undefined", "osmTags": { "and": [ "power=line", @@ -523670,7 +373308,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-a36c89.undefined", "osmTags": { "and": [ "power=line", @@ -523715,7 +373352,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-3280e4.undefined", "osmTags": { "and": [ "power=line", @@ -523730,7 +373366,6 @@ }, { "question": "VKG Elektrivõrgud", - "icon": "./assets/data/nsi/logos/vkgelektrivorgud-d57d1a.undefined", "osmTags": { "and": [ "power=line", @@ -523745,7 +373380,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-3a5a41.undefined", "osmTags": { "and": [ "power=line", @@ -523791,7 +373425,6 @@ }, { "question": "Watertown Municipal Utilities", - "icon": "./assets/data/nsi/logos/watertownmunicipalutilities-df3dae.undefined", "osmTags": { "and": [ "operator=Watertown Municipal Utilities", @@ -523816,7 +373449,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-d5e323.undefined", "osmTags": { "and": [ "power=line", @@ -523831,7 +373463,6 @@ }, { "question": "Wesernetz Bremen GmbH", - "icon": "./assets/data/nsi/logos/wesernetzbremengmbh-d524d1.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremen GmbH", @@ -523933,7 +373564,6 @@ }, { "question": "Willmar Municipal Utilities", - "icon": "./assets/data/nsi/logos/willmarmunicipalutilities-16a6a1.undefined", "osmTags": { "and": [ "operator=Willmar Municipal Utilities", @@ -523943,7 +373573,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-a1df2e.undefined", "osmTags": { "and": [ "power=line", @@ -523958,7 +373587,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-fe2846.undefined", "osmTags": { "and": [ "power=line", @@ -524018,7 +373646,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-99800a.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -524028,7 +373655,6 @@ }, { "question": "АО \"Самарская сетевая компания\"", - "icon": "./assets/data/nsi/logos/4e721a-99800a.undefined", "osmTags": { "and": [ "operator=АО \"Самарская сетевая компания\"", @@ -524038,7 +373664,6 @@ }, { "question": "АО \"Янтарьэнерго\"", - "icon": "./assets/data/nsi/logos/f0d7c2-99800a.undefined", "osmTags": { "and": [ "operator=АО \"Янтарьэнерго\"", @@ -524048,7 +373673,6 @@ }, { "question": "АО СУЭНКО", - "icon": "./assets/data/nsi/logos/8e6ee5-99800a.undefined", "osmTags": { "and": [ "operator=АО СУЭНКО", @@ -524058,7 +373682,6 @@ }, { "question": "АТ Житомиробленерго", - "icon": "./assets/data/nsi/logos/4f2cfa-af3ca1.undefined", "osmTags": { "and": [ "operator=АТ Житомиробленерго", @@ -524098,7 +373721,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-af3ca1.undefined", "osmTags": { "and": [ "power=line", @@ -524113,7 +373735,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-af3ca1.undefined", "osmTags": { "and": [ "power=line", @@ -524128,7 +373749,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-9f81c6.undefined", "osmTags": { "and": [ "power=line", @@ -524143,7 +373763,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-9f81c6.undefined", "osmTags": { "and": [ "power=line", @@ -524158,7 +373777,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-9f81c6.undefined", "osmTags": { "and": [ "power=line", @@ -524173,7 +373791,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-99800a.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -524183,7 +373800,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-af3ca1.undefined", "osmTags": { "and": [ "power=line", @@ -524198,7 +373814,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-99800a.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -524208,7 +373823,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-af3ca1.undefined", "osmTags": { "and": [ "power=line", @@ -524223,7 +373837,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-99800a.undefined", "osmTags": { "and": [ "power=line", @@ -524238,7 +373851,6 @@ }, { "question": "МРСК СК", - "icon": "./assets/data/nsi/logos/591585-99800a.undefined", "osmTags": { "and": [ "operator=МРСК СК", @@ -524248,7 +373860,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-99800a.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -524258,7 +373869,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-99800a.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -524268,7 +373878,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-99800a.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -524278,7 +373887,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-99800a.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -524288,7 +373896,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-99800a.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -524298,7 +373905,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-99800a.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -524308,7 +373914,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-99800a.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -524318,7 +373923,6 @@ }, { "question": "ОАО «МРСК СК»", - "icon": "./assets/data/nsi/logos/56a442-99800a.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК СК»", @@ -524328,7 +373932,6 @@ }, { "question": "ОАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/e9dfd9-99800a.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Центра и Приволжья»", @@ -524338,7 +373941,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-99800a.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -524348,7 +373950,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-99800a.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -524358,7 +373959,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-99800a.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -524368,7 +373968,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-99800a.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -524378,7 +373977,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-99800a.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -524388,7 +373986,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-99800a.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -524398,7 +373995,6 @@ }, { "question": "ПО ЗЭС", - "icon": "./assets/data/nsi/logos/5743cb-99800a.undefined", "osmTags": { "and": [ "operator=ПО ЗЭС", @@ -524408,7 +374004,6 @@ }, { "question": "ПрАТ Рівнеобленерго", - "icon": "./assets/data/nsi/logos/3daebd-af3ca1.undefined", "osmTags": { "and": [ "operator=ПрАТ Рівнеобленерго", @@ -524448,7 +374043,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-99800a.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -524458,7 +374052,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/1728dd-99800a.undefined", "osmTags": { "and": [ "power=line", @@ -524505,7 +374098,6 @@ }, { "question": "الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "icon": "./assets/data/nsi/logos/d88147-1c2f9f.undefined", "osmTags": { "and": [ "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", @@ -524550,7 +374142,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/chinasouthernpowergrid-cf3c91.undefined", "osmTags": { "and": [ "power=line", @@ -524567,7 +374158,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-e95322.undefined", "osmTags": { "and": [ "power=line", @@ -524584,7 +374174,6 @@ }, { "question": "中核新华-江永新善", - "icon": "./assets/data/nsi/logos/e255e9-cf3c91.undefined", "osmTags": { "and": [ "operator=中核新华-江永新善", @@ -524670,7 +374259,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-e95322.undefined", "osmTags": { "and": [ "power=line", @@ -524702,7 +374290,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-e95322.undefined", "osmTags": { "and": [ "power=line", @@ -524719,7 +374306,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-cf3c91.undefined", "osmTags": { "and": [ "power=line", @@ -524736,7 +374322,6 @@ }, { "question": "国网吉林省供电有限公司", - "icon": "./assets/data/nsi/logos/e8a76c-cf3c91.undefined", "osmTags": { "and": [ "operator=国网吉林省供电有限公司", @@ -524746,7 +374331,6 @@ }, { "question": "广西能源", - "icon": "./assets/data/nsi/logos/56a686-cf3c91.undefined", "osmTags": { "and": [ "operator=广西能源", @@ -524773,7 +374357,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-e95322.undefined", "osmTags": { "and": [ "power=line", @@ -524808,7 +374391,6 @@ }, { "question": "湖南华电-永江新能", - "icon": "./assets/data/nsi/logos/3c5a38-cf3c91.undefined", "osmTags": { "and": [ "operator=湖南华电-永江新能", @@ -524818,7 +374400,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistribution-e95322.undefined", "osmTags": { "and": [ "power=line", @@ -525057,7 +374638,6 @@ }, { "question": "Afluente Transmissão de Energia Elétrica", - "icon": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-241a4c.undefined", "osmTags": { "and": [ "operator=Afluente Transmissão de Energia Elétrica", @@ -525082,7 +374662,6 @@ }, { "question": "Agrienergia", - "icon": "./assets/data/nsi/logos/agrienergia-0a3cea.undefined", "osmTags": { "and": [ "operator=Agrienergia", @@ -525123,7 +374702,6 @@ }, { "question": "Allegheny Power System", - "icon": "./assets/data/nsi/logos/alleghenypowersystem-0a953a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525170,7 +374748,6 @@ }, { "question": "Alta Kraftlag", - "icon": "./assets/data/nsi/logos/altakraftlag-5b4abc.undefined", "osmTags": { "and": [ "operator=Alta Kraftlag", @@ -525195,7 +374772,6 @@ }, { "question": "Alternative Resource Energy Authority", - "icon": "./assets/data/nsi/logos/alternativeresourceenergyauthority-9248e3.undefined", "osmTags": { "and": [ "operator=Alternative Resource Energy Authority", @@ -525205,7 +374781,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525220,7 +374795,6 @@ }, { "question": "Amazonas Energia", - "icon": "./assets/data/nsi/logos/amazonasenergia-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525235,7 +374809,6 @@ }, { "question": "Amazonas Geração e Transmissão de Energia", - "icon": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-241a4c.undefined", "osmTags": { "and": [ "operator=Amazonas Geração e Transmissão de Energia", @@ -525261,7 +374834,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-50b8fb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525276,7 +374848,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-8222ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525291,7 +374862,6 @@ }, { "question": "American Transmission Systems", - "icon": "./assets/data/nsi/logos/americantransmissionsystems-8f9e21.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525366,7 +374936,6 @@ }, { "question": "Angeles Electric Corporation", - "icon": "./assets/data/nsi/logos/angeleselectriccorporation-da5cb0.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525396,7 +374965,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525411,7 +374979,6 @@ }, { "question": "Arendals Fossekompani", - "icon": "./assets/data/nsi/logos/arendalsfossekompani-5b4abc.undefined", "osmTags": { "and": [ "operator=Arendals Fossekompani", @@ -525436,7 +375003,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-20ede4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525466,7 +375032,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525571,7 +375136,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-877aa7.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525586,7 +375150,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-ae138d.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525631,7 +375194,6 @@ }, { "question": "Azusa Light & Power", - "icon": "./assets/data/nsi/logos/azusalightandpower-16d513.undefined", "osmTags": { "and": [ "operator=Azusa Light & Power", @@ -525657,7 +375219,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525672,7 +375233,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-da5cb0.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -525712,7 +375272,6 @@ }, { "question": "Beaches Energy Services", - "icon": "./assets/data/nsi/logos/beachesenergyservices-1d9dd1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525727,7 +375286,6 @@ }, { "question": "Beauregard Electric Cooperative", - "icon": "./assets/data/nsi/logos/beauregardelectriccooperative-d6d8c4.undefined", "osmTags": { "and": [ "operator=Beauregard Electric Cooperative", @@ -525753,7 +375311,6 @@ }, { "question": "Bentonville Electrical Utility Department", - "icon": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-20ede4.undefined", "osmTags": { "and": [ "operator=Bentonville Electrical Utility Department", @@ -525763,7 +375320,6 @@ }, { "question": "Bessemer Electric Service", - "icon": "./assets/data/nsi/logos/bessemerelectricservice-07573a.undefined", "osmTags": { "and": [ "operator=Bessemer Electric Service", @@ -525773,7 +375329,6 @@ }, { "question": "Bihar State Electricity Board", - "icon": "./assets/data/nsi/logos/biharstateelectricityboard-0db0d2.undefined", "osmTags": { "and": [ "operator=Bihar State Electricity Board", @@ -525813,7 +375368,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-6a73f0.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525875,7 +375429,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-a5c56c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525891,7 +375444,6 @@ }, { "question": "Braunschweiger Netz GmbH", - "icon": "./assets/data/nsi/logos/braunschweigernetzgmbh-fcdf17.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525906,7 +375458,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-1f3576.undefined", "osmTags": { "and": [ "power=minor_line", @@ -525936,7 +375487,6 @@ }, { "question": "Brookings Municipal Utilities", - "icon": "./assets/data/nsi/logos/brookingsmunicipalutilities-4dc635.undefined", "osmTags": { "and": [ "operator=Brookings Municipal Utilities", @@ -525976,7 +375526,6 @@ }, { "question": "CADAFE", - "icon": "./assets/data/nsi/logos/cadafe-4f3615.undefined", "osmTags": { "and": [ "operator=CADAFE", @@ -526001,7 +375550,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-61c600.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526061,7 +375609,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-b76169.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526091,7 +375638,6 @@ }, { "question": "Celg Geração e Transmissão S.A.", - "icon": "./assets/data/nsi/logos/celggeracaoetransmissaosa-241a4c.undefined", "osmTags": { "and": [ "operator=Celg Geração e Transmissão S.A.", @@ -526131,7 +375677,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-50b8fb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526161,7 +375706,6 @@ }, { "question": "CEPALCO", - "icon": "./assets/data/nsi/logos/cepalco-da5cb0.undefined", "osmTags": { "and": [ "operator=CEPALCO", @@ -526201,7 +375745,6 @@ }, { "question": "Certel", - "icon": "./assets/data/nsi/logos/certel-241a4c.undefined", "osmTags": { "and": [ "operator=Certel", @@ -526227,7 +375770,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-1482a1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526242,7 +375784,6 @@ }, { "question": "CFM", - "icon": "./assets/data/nsi/logos/cfm-414eae.undefined", "osmTags": { "and": [ "operator=CFM", @@ -526267,7 +375808,6 @@ }, { "question": "CGE Transmisión", - "icon": "./assets/data/nsi/logos/cgetransmision-68c0ce.undefined", "osmTags": { "and": [ "operator=CGE Transmisión", @@ -526277,7 +375817,6 @@ }, { "question": "CGWF", - "icon": "./assets/data/nsi/logos/cgwf-069ec2.undefined", "osmTags": { "and": [ "operator=CGWF", @@ -526287,7 +375826,6 @@ }, { "question": "Chimarrão Transmissora de Energia", - "icon": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-241a4c.undefined", "osmTags": { "and": [ "operator=Chimarrão Transmissora de Energia", @@ -526297,7 +375835,6 @@ }, { "question": "CIE", - "icon": "./assets/data/nsi/logos/cie-b34e16.undefined", "osmTags": { "and": [ "operator=CIE", @@ -526368,7 +375905,6 @@ }, { "question": "City of Harrisonburg", - "icon": "./assets/data/nsi/logos/cityofharrisonburg-d0b6bc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526383,7 +375919,6 @@ }, { "question": "City of Harrisonville Electric Department", - "icon": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-50b8fb.undefined", "osmTags": { "and": [ "operator=City of Harrisonville Electric Department", @@ -526453,7 +375988,6 @@ }, { "question": "City of Owensboro", - "icon": "./assets/data/nsi/logos/cityofowensboro-cc20a8.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526468,7 +376002,6 @@ }, { "question": "City of Radford", - "icon": "./assets/data/nsi/logos/cityofradford-d0b6bc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526483,7 +376016,6 @@ }, { "question": "City of Salem", - "icon": "./assets/data/nsi/logos/cityofsalem-d0b6bc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526513,7 +376045,6 @@ }, { "question": "City of Tupelo Water & Light Department", - "icon": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-311089.undefined", "osmTags": { "and": [ "operator=City of Tupelo Water & Light Department", @@ -526523,7 +376054,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-238b2e.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526538,7 +376068,6 @@ }, { "question": "Clark Electric Distribution Company", - "icon": "./assets/data/nsi/logos/clarkelectricdistributioncompany-da5cb0.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526568,7 +376097,6 @@ }, { "question": "Clarksville Department of Electricity", - "icon": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-a20e2a.undefined", "osmTags": { "and": [ "operator=Clarksville Department of Electricity", @@ -526623,7 +376151,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-241a4c.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -526633,7 +376160,6 @@ }, { "question": "CNEL Guayas Los Rios", - "icon": "./assets/data/nsi/logos/cnelguayaslosrios-b76169.undefined", "osmTags": { "and": [ "operator=CNEL Guayas Los Rios", @@ -526643,7 +376169,6 @@ }, { "question": "CNEL Los Rios", - "icon": "./assets/data/nsi/logos/cnellosrios-b76169.undefined", "osmTags": { "and": [ "operator=CNEL Los Rios", @@ -526653,7 +376178,6 @@ }, { "question": "CNEL-Esmeraldas", - "icon": "./assets/data/nsi/logos/cnelesmeraldas-b76169.undefined", "osmTags": { "and": [ "operator=CNEL-Esmeraldas", @@ -526663,7 +376187,6 @@ }, { "question": "CNEL-Manabí", - "icon": "./assets/data/nsi/logos/cnelmanabi-b76169.undefined", "osmTags": { "and": [ "operator=CNEL-Manabí", @@ -526673,7 +376196,6 @@ }, { "question": "CNEL-Sta. Elena", - "icon": "./assets/data/nsi/logos/cnelstaelena-b76169.undefined", "osmTags": { "and": [ "operator=CNEL-Sta. Elena", @@ -526758,7 +376280,6 @@ }, { "question": "Columbus Light & Water", - "icon": "./assets/data/nsi/logos/columbuslightandwater-311089.undefined", "osmTags": { "and": [ "operator=Columbus Light & Water", @@ -526799,7 +376320,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-67e977.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526815,7 +376335,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-b34e16.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526831,7 +376350,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526846,7 +376364,6 @@ }, { "question": "Companhia de Transmissão de Energia Elétrica Paulista", - "icon": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-241a4c.undefined", "osmTags": { "and": [ "operator=Companhia de Transmissão de Energia Elétrica Paulista", @@ -526856,7 +376373,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526872,7 +376388,6 @@ }, { "question": "Concordia Electric Cooperative", - "icon": "./assets/data/nsi/logos/concordiaelectriccooperative-d6d8c4.undefined", "osmTags": { "and": [ "operator=Concordia Electric Cooperative", @@ -526897,7 +376412,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-a20e2a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -526927,7 +376441,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-b4e9fa.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527018,7 +376531,6 @@ }, { "question": "Counties Power", - "icon": "./assets/data/nsi/logos/countiespower-43abd4.undefined", "osmTags": { "and": [ "operator=Counties Power", @@ -527043,7 +376555,6 @@ }, { "question": "CPFL Transmissão Sul", - "icon": "./assets/data/nsi/logos/cpfltransmissaosul-241a4c.undefined", "osmTags": { "and": [ "operator=CPFL Transmissão Sul", @@ -527068,7 +376579,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-07573a.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -527078,7 +376588,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-9dfb9b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527093,7 +376602,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527138,7 +376646,6 @@ }, { "question": "Dalane Nett", - "icon": "./assets/data/nsi/logos/dalanenett-5b4abc.undefined", "osmTags": { "and": [ "operator=Dalane Nett", @@ -527148,7 +376655,6 @@ }, { "question": "Dalhousie Mountain Wind", - "icon": "./assets/data/nsi/logos/dalhousiemountainwind-9248e3.undefined", "osmTags": { "and": [ "operator=Dalhousie Mountain Wind", @@ -527158,7 +376664,6 @@ }, { "question": "Danville Utilities", - "icon": "./assets/data/nsi/logos/danvilleutilities-d0b6bc.undefined", "osmTags": { "and": [ "operator=Danville Utilities", @@ -527244,7 +376749,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-df453c.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -527254,7 +376758,6 @@ }, { "question": "Dinel", - "icon": "./assets/data/nsi/logos/dinel-dd0e35.undefined", "osmTags": { "and": [ "operator=Dinel", @@ -527264,7 +376767,6 @@ }, { "question": "DME Distribuição S.A", - "icon": "./assets/data/nsi/logos/dmedistribuicaosa-241a4c.undefined", "osmTags": { "and": [ "operator=DME Distribuição S.A", @@ -527289,7 +376791,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-cbaa6f.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527349,7 +376850,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-c15346.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527440,7 +376940,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-b76169.undefined", "osmTags": { "and": [ "operator=E.E. Centro Sur", @@ -527450,7 +376949,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-b76169.undefined", "osmTags": { "and": [ "operator=E.E. Quito", @@ -527460,7 +376958,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-b76169.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -527560,7 +377057,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-43abd4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527575,7 +377071,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-b8e692.undefined", "osmTags": { "and": [ "operator=EDE", @@ -527585,7 +377080,6 @@ }, { "question": "EDELCA", - "icon": "./assets/data/nsi/logos/edelca-4f3615.undefined", "osmTags": { "and": [ "operator=EDELCA", @@ -527610,7 +377104,6 @@ }, { "question": "EDF SEI", - "icon": "./assets/data/nsi/logos/edfsei-46f9bb.undefined", "osmTags": { "and": [ "operator=EDF SEI", @@ -527620,7 +377113,6 @@ }, { "question": "EDH", - "icon": "./assets/data/nsi/logos/edh-e665b3.undefined", "osmTags": { "and": [ "operator=EDH", @@ -527645,7 +377137,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-92e4d4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527693,7 +377184,6 @@ }, { "question": "EEB", - "icon": "./assets/data/nsi/logos/eeb-241a4c.undefined", "osmTags": { "and": [ "operator=EEB", @@ -527703,7 +377193,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-b8e692.undefined", "osmTags": { "and": [ "operator=EED", @@ -527728,7 +377217,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-e95c33.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527743,7 +377231,6 @@ }, { "question": "Eidefoss", - "icon": "./assets/data/nsi/logos/eidefoss-5b4abc.undefined", "osmTags": { "and": [ "operator=Eidefoss", @@ -527783,7 +377270,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-b4baaa.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527798,7 +377284,6 @@ }, { "question": "Electricidade de Moçambique", - "icon": "./assets/data/nsi/logos/electricidadedemocambique-06127e.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527830,7 +377315,6 @@ }, { "question": "Électricité de Mayotte", - "icon": "./assets/data/nsi/logos/electricitedemayotte-dc1fab.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527846,7 +377330,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-df0bcc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527877,7 +377360,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-7478eb.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -527902,7 +377384,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527917,7 +377398,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-6db4e8.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527933,7 +377413,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-938324.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527979,7 +377458,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-5ea3d1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -527995,7 +377473,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528010,7 +377487,6 @@ }, { "question": "Eletrobras Distribuição AM", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-241a4c.undefined", "osmTags": { "and": [ "operator=Eletrobras Distribuição AM", @@ -528020,7 +377496,6 @@ }, { "question": "Eletrobrás Distribuição Roraima", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-241a4c.undefined", "osmTags": { "and": [ "operator=Eletrobrás Distribuição Roraima", @@ -528030,7 +377505,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528060,7 +377534,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528090,7 +377563,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528120,7 +377592,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528165,7 +377636,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-b8e692.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528180,7 +377650,6 @@ }, { "question": "Emera", - "icon": "./assets/data/nsi/logos/emera-45a2bc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528211,7 +377680,6 @@ }, { "question": "Empresa Provincial de la Energía de Santa Fe", - "icon": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-0aca96.undefined", "osmTags": { "and": [ "operator=Empresa Provincial de la Energía de Santa Fe", @@ -528221,7 +377689,6 @@ }, { "question": "ENDE Transmisión", - "icon": "./assets/data/nsi/logos/endetransmision-564db9.undefined", "osmTags": { "and": [ "operator=ENDE Transmisión", @@ -528291,7 +377758,6 @@ }, { "question": "ENEE", - "icon": "./assets/data/nsi/logos/enee-ff2b0c.undefined", "osmTags": { "and": [ "operator=ENEE", @@ -528331,7 +377797,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528376,7 +377841,6 @@ }, { "question": "Enercal", - "icon": "./assets/data/nsi/logos/enercal-fb7c49.undefined", "osmTags": { "and": [ "operator=Enercal", @@ -528386,7 +377850,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-fcdf17.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528416,7 +377879,6 @@ }, { "question": "Energética Águas da Pedra S.A.", - "icon": "./assets/data/nsi/logos/energeticaaguasdapedrasa-241a4c.undefined", "osmTags": { "and": [ "operator=Energética Águas da Pedra S.A.", @@ -528487,7 +377949,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-be6516.undefined", "osmTags": { "and": [ "operator=Energie und Wasser Potsdam GmbH", @@ -528497,7 +377958,6 @@ }, { "question": "Energienetze Steiermark", - "icon": "./assets/data/nsi/logos/energienetzesteiermark-ef9b10.undefined", "osmTags": { "and": [ "operator=Energienetze Steiermark", @@ -528523,7 +377983,6 @@ }, { "question": "Energieversorgung Schwaben", - "icon": "./assets/data/nsi/logos/energieversorgungschwaben-be6516.undefined", "osmTags": { "and": [ "operator=Energieversorgung Schwaben", @@ -528548,7 +378007,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528563,7 +378021,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528578,7 +378035,6 @@ }, { "question": "Energisa BO", - "icon": "./assets/data/nsi/logos/energisabo-241a4c.undefined", "osmTags": { "and": [ "operator=Energisa BO", @@ -528588,7 +378044,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-c5142b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528603,7 +378058,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528634,7 +378088,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-183b18.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528649,7 +378102,6 @@ }, { "question": "Enersur", - "icon": "./assets/data/nsi/logos/enersur-fa23ac.undefined", "osmTags": { "and": [ "operator=Enersur", @@ -528674,7 +378126,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-727666.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528719,7 +378170,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528809,7 +378259,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-a857bd.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528824,7 +378273,6 @@ }, { "question": "Entergy New Orleans", - "icon": "./assets/data/nsi/logos/entergyneworleans-d6d8c4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528899,7 +378347,6 @@ }, { "question": "EPV Alueverkko", - "icon": "./assets/data/nsi/logos/epvalueverkko-4923eb.undefined", "osmTags": { "and": [ "operator=EPV Alueverkko", @@ -528909,7 +378356,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528924,7 +378370,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-5973ec.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528939,7 +378384,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-12571a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528954,7 +378398,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-909fc1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528969,7 +378412,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-2abdef.undefined", "osmTags": { "and": [ "power=minor_line", @@ -528984,7 +378426,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-f0a965.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529044,7 +378485,6 @@ }, { "question": "ESCOM", - "icon": "./assets/data/nsi/logos/escom-9eab7a.undefined", "osmTags": { "and": [ "operator=ESCOM", @@ -529100,7 +378540,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-238b2e.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -529126,7 +378565,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-b8e692.undefined", "osmTags": { "and": [ "operator=ETI", @@ -529183,7 +378621,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529229,7 +378666,6 @@ }, { "question": "Evonik", - "icon": "./assets/data/nsi/logos/evonik-be6516.undefined", "osmTags": { "and": [ "operator=Evonik", @@ -529300,7 +378736,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-a8586b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529360,7 +378795,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-241229.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529375,7 +378809,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-07573a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529390,7 +378823,6 @@ }, { "question": "Florida Keys Electric Cooperative", - "icon": "./assets/data/nsi/logos/floridakeyselectriccooperative-1d9dd1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529420,7 +378852,6 @@ }, { "question": "Florida Public Utilities", - "icon": "./assets/data/nsi/logos/floridapublicutilities-1d9dd1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529435,7 +378866,6 @@ }, { "question": "Fort Pierce Utilities", - "icon": "./assets/data/nsi/logos/fortpierceutilities-1d9dd1.undefined", "osmTags": { "and": [ "operator=Fort Pierce Utilities", @@ -529445,7 +378875,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-f0e797.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529490,7 +378919,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-183b18.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529551,7 +378979,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-1f3576.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529567,7 +378994,6 @@ }, { "question": "GECOL.LY", - "icon": "./assets/data/nsi/logos/gecolly-01f253.undefined", "osmTags": { "and": [ "operator=GECOL.LY", @@ -529577,7 +379003,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-39b74b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529592,7 +379017,6 @@ }, { "question": "Georgia Transmission Corporation", - "icon": "./assets/data/nsi/logos/georgiatransmissioncorporation-39b74b.undefined", "osmTags": { "and": [ "operator=Georgia Transmission Corporation", @@ -529602,7 +379026,6 @@ }, { "question": "Gerdau", - "icon": "./assets/data/nsi/logos/gerdau-241a4c.undefined", "osmTags": { "and": [ "operator=Gerdau", @@ -529612,7 +379035,6 @@ }, { "question": "GEYSEL", - "icon": "./assets/data/nsi/logos/geysel-577dd6.undefined", "osmTags": { "and": [ "operator=GEYSEL", @@ -529622,7 +379044,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-df0bcc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529637,7 +379058,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-241229.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529697,7 +379117,6 @@ }, { "question": "Gralha Azul Transmissora de Energia", - "icon": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-241a4c.undefined", "osmTags": { "and": [ "operator=Gralha Azul Transmissora de Energia", @@ -529723,7 +379142,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-5670f3.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529784,7 +379202,6 @@ }, { "question": "GRTE", - "icon": "./assets/data/nsi/logos/grte-9d8084.undefined", "osmTags": { "and": [ "operator=GRTE", @@ -529794,7 +379211,6 @@ }, { "question": "Gudbrandsdal Energi", - "icon": "./assets/data/nsi/logos/gudbrandsdalenergi-5b4abc.undefined", "osmTags": { "and": [ "operator=Gudbrandsdal Energi", @@ -529804,7 +379220,6 @@ }, { "question": "Guntersville Electric Board", - "icon": "./assets/data/nsi/logos/guntersvilleelectricboard-07573a.undefined", "osmTags": { "and": [ "operator=Guntersville Electric Board", @@ -529814,7 +379229,6 @@ }, { "question": "Hafslund E-CO Vannkraft", - "icon": "./assets/data/nsi/logos/hafslundecovannkraft-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529829,7 +379243,6 @@ }, { "question": "Hallingdal Kraftnett", - "icon": "./assets/data/nsi/logos/hallingdalkraftnett-5b4abc.undefined", "osmTags": { "and": [ "operator=Hallingdal Kraftnett", @@ -529839,7 +379252,6 @@ }, { "question": "Hammerfest Energi Nett", - "icon": "./assets/data/nsi/logos/hammerfestenerginett-5b4abc.undefined", "osmTags": { "and": [ "operator=Hammerfest Energi Nett", @@ -529894,7 +379306,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-08cfa6.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529909,7 +379320,6 @@ }, { "question": "HEP ODS", - "icon": "./assets/data/nsi/logos/hepods-08cfa6.undefined", "osmTags": { "and": [ "operator=HEP ODS", @@ -529919,7 +379329,6 @@ }, { "question": "Herøya Nett", - "icon": "./assets/data/nsi/logos/heroyanett-5b4abc.undefined", "osmTags": { "and": [ "operator=Herøya Nett", @@ -529929,7 +379338,6 @@ }, { "question": "Herrfors", - "icon": "./assets/data/nsi/logos/herrfors-4923eb.undefined", "osmTags": { "and": [ "operator=Herrfors", @@ -529939,7 +379347,6 @@ }, { "question": "Hetch Hetchy Water & Power", - "icon": "./assets/data/nsi/logos/hetchhetchywaterandpower-16d513.undefined", "osmTags": { "and": [ "operator=Hetch Hetchy Water & Power", @@ -529949,7 +379356,6 @@ }, { "question": "Holyoke Gas & Electric", - "icon": "./assets/data/nsi/logos/holyokegasandelectric-b0068b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -529964,7 +379370,6 @@ }, { "question": "HOPS", - "icon": "./assets/data/nsi/logos/hops-08cfa6.undefined", "osmTags": { "and": [ "operator=HOPS", @@ -530004,7 +379409,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-e22604.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530034,7 +379438,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-8a4c04.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -530044,7 +379447,6 @@ }, { "question": "I/S Midtkraft", - "icon": "./assets/data/nsi/logos/ismidtkraft-dd0e35.undefined", "osmTags": { "and": [ "operator=I/S Midtkraft", @@ -530162,7 +379564,6 @@ }, { "question": "INELFE", - "icon": "./assets/data/nsi/logos/inelfe-a5d7d3.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530193,7 +379594,6 @@ }, { "question": "Interchile", - "icon": "./assets/data/nsi/logos/interchile-68c0ce.undefined", "osmTags": { "and": [ "operator=Interchile", @@ -530203,7 +379603,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-8418a0.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530219,7 +379618,6 @@ }, { "question": "Interligação Elétrica do Madeira S.A", - "icon": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530264,7 +379662,6 @@ }, { "question": "Istad Nett", - "icon": "./assets/data/nsi/logos/istadnett-5b4abc.undefined", "osmTags": { "and": [ "operator=Istad Nett", @@ -530366,7 +379763,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-183b18.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530436,7 +379832,6 @@ }, { "question": "Juruena Participações e Investimentos S.A", - "icon": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-241a4c.undefined", "osmTags": { "and": [ "operator=Juruena Participações e Investimentos S.A", @@ -530446,7 +379841,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-ba587d.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530477,7 +379871,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-629ee7.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530493,7 +379886,6 @@ }, { "question": "KEDCO", - "icon": "./assets/data/nsi/logos/kedco-51c9f4.undefined", "osmTags": { "and": [ "operator=KEDCO", @@ -530533,7 +379925,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-cc20a8.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530564,7 +379955,6 @@ }, { "question": "Ketraco", - "icon": "./assets/data/nsi/logos/ketraco-fe893e.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530579,7 +379969,6 @@ }, { "question": "Keys Energy Services", - "icon": "./assets/data/nsi/logos/keysenergyservices-1d9dd1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530625,7 +380014,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-0db0d2.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530640,7 +380028,6 @@ }, { "question": "Kraftnät Åland", - "icon": "./assets/data/nsi/logos/kraftnataland-4923eb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530702,7 +380089,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-fcb760.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530717,7 +380103,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-b0ef94.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530732,7 +380117,6 @@ }, { "question": "Lassen Municipal Utility District", - "icon": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-16d513.undefined", "osmTags": { "and": [ "operator=Lassen Municipal Utility District", @@ -530789,7 +380173,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530804,7 +380187,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-9bf1c7.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -530829,7 +380211,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-11aa26.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530845,7 +380226,6 @@ }, { "question": "Liberty Utilities", - "icon": "./assets/data/nsi/logos/libertyutilities-8222ce.undefined", "osmTags": { "and": [ "operator=Liberty Utilities", @@ -530855,7 +380235,6 @@ }, { "question": "Lidköping Elnät", - "icon": "./assets/data/nsi/logos/lidkopingelnat-da7f1f.undefined", "osmTags": { "and": [ "operator=Lidköping Elnät", @@ -530865,7 +380244,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530895,7 +380273,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-5b4abc.undefined", "osmTags": { "and": [ "operator=Linea", @@ -530935,7 +380312,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530965,7 +380341,6 @@ }, { "question": "Lofotkraft", - "icon": "./assets/data/nsi/logos/lofotkraft-5b4abc.undefined", "osmTags": { "and": [ "operator=Lofotkraft", @@ -530975,7 +380350,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-451afe.undefined", "osmTags": { "and": [ "power=minor_line", @@ -530990,7 +380364,6 @@ }, { "question": "Louisville Gas & Electric", - "icon": "./assets/data/nsi/logos/louisvillegasandelectric-cc20a8.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531021,7 +380394,6 @@ }, { "question": "LS Power", - "icon": "./assets/data/nsi/logos/lspower-1f3576.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531067,7 +380439,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531082,7 +380453,6 @@ }, { "question": "Luminora Solar Dos", - "icon": "./assets/data/nsi/logos/luminorasolardos-0a3cea.undefined", "osmTags": { "and": [ "operator=Luminora Solar Dos", @@ -531122,7 +380492,6 @@ }, { "question": "Mantiqueira Transmissora de Energia", - "icon": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-241a4c.undefined", "osmTags": { "and": [ "operator=Mantiqueira Transmissora de Energia", @@ -531132,7 +380501,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-0fe4c6.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531147,7 +380515,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-7f3e79.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531207,7 +380574,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-6e2dd9.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531222,7 +380588,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-b8e692.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531252,7 +380617,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531313,7 +380677,6 @@ }, { "question": "Michigan Public Power Agency", - "icon": "./assets/data/nsi/logos/michiganpublicpoweragency-b0ef94.undefined", "osmTags": { "and": [ "operator=Michigan Public Power Agency", @@ -531339,7 +380702,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531369,7 +380731,6 @@ }, { "question": "Minera Centinela", - "icon": "./assets/data/nsi/logos/mineracentinela-68c0ce.undefined", "osmTags": { "and": [ "operator=Minera Centinela", @@ -531379,7 +380740,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-68c0ce.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -531389,7 +380749,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-68c0ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531434,7 +380793,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-241229.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531464,7 +380822,6 @@ }, { "question": "Missouri Power & Light Company", - "icon": "./assets/data/nsi/logos/missouripowerandlightcompany-50b8fb.undefined", "osmTags": { "and": [ "operator=Missouri Power & Light Company", @@ -531474,7 +380831,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-ecb88f.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531489,7 +380845,6 @@ }, { "question": "Modesto Irrigation District", - "icon": "./assets/data/nsi/logos/modestoirrigationdistrict-16d513.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531519,7 +380874,6 @@ }, { "question": "Moorhead Public Service", - "icon": "./assets/data/nsi/logos/moorheadpublicservice-93f57a.undefined", "osmTags": { "and": [ "operator=Moorhead Public Service", @@ -531529,7 +380883,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-0db0d2.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531544,7 +380897,6 @@ }, { "question": "Mutual Energy", - "icon": "./assets/data/nsi/logos/mutualenergy-538231.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531559,7 +380911,6 @@ }, { "question": "MVM PA", - "icon": "./assets/data/nsi/logos/mvmpa-b8e692.undefined", "osmTags": { "and": [ "operator=MVM PA", @@ -531569,7 +380920,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-810827.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531585,7 +380935,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-fe9235.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531709,7 +381058,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-84a479.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531724,7 +381072,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-df0bcc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531754,7 +381101,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-7c6d21.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531769,7 +381115,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-ac2579.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531799,7 +381144,6 @@ }, { "question": "Netz OÖ", - "icon": "./assets/data/nsi/logos/netzoo-877aa7.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531829,7 +381173,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-3138d1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531844,7 +381187,6 @@ }, { "question": "Nevada Power Company", - "icon": "./assets/data/nsi/logos/nevadapowercompany-008944.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531920,7 +381262,6 @@ }, { "question": "Niagara Mohawk", - "icon": "./assets/data/nsi/logos/niagaramohawk-451afe.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531950,7 +381291,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-b8e692.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531966,7 +381306,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531981,7 +381320,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -531996,7 +381334,6 @@ }, { "question": "Nordmøre Energiverk", - "icon": "./assets/data/nsi/logos/nordmoreenergiverk-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532011,7 +381348,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532026,7 +381362,6 @@ }, { "question": "Norte Brasil Transmissora de Energia S.A", - "icon": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-241a4c.undefined", "osmTags": { "and": [ "operator=Norte Brasil Transmissora de Energia S.A", @@ -532036,7 +381371,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-20ede4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532066,7 +381400,6 @@ }, { "question": "Northern States Power Company", - "icon": "./assets/data/nsi/logos/northernstatespowercompany-dd2b63.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532111,7 +381444,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-7d7ffe.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532186,7 +381518,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-877aa7.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532202,7 +381533,6 @@ }, { "question": "Odda Energi", - "icon": "./assets/data/nsi/logos/oddaenergi-5b4abc.undefined", "osmTags": { "and": [ "operator=Odda Energi", @@ -532212,7 +381542,6 @@ }, { "question": "Oʻzbekenergo", - "icon": "./assets/data/nsi/logos/99723a-47c44f.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532273,7 +381602,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-a2dad4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532288,7 +381616,6 @@ }, { "question": "Orange & Rockland", - "icon": "./assets/data/nsi/logos/orangeandrockland-6d7e7a.undefined", "osmTags": { "and": [ "operator=Orange & Rockland", @@ -532329,7 +381656,6 @@ }, { "question": "Ørsted Onshore North America", - "icon": "./assets/data/nsi/logos/orstedonshorenorthamerica-4c7c55.undefined", "osmTags": { "and": [ "operator=Ørsted Onshore North America", @@ -532339,7 +381665,6 @@ }, { "question": "Otra Kraft", - "icon": "./assets/data/nsi/logos/otrakraft-5b4abc.undefined", "osmTags": { "and": [ "operator=Otra Kraft", @@ -532364,7 +381689,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-cdec2d.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532425,7 +381749,6 @@ }, { "question": "Paducah Power System", - "icon": "./assets/data/nsi/logos/paducahpowersystem-cc20a8.undefined", "osmTags": { "and": [ "operator=Paducah Power System", @@ -532435,7 +381758,6 @@ }, { "question": "Pampanga III Electric Cooperative, Inc.", - "icon": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-da5cb0.undefined", "osmTags": { "and": [ "operator=Pampanga III Electric Cooperative, Inc.", @@ -532445,7 +381767,6 @@ }, { "question": "Paragould Light & Water Commission", - "icon": "./assets/data/nsi/logos/paragouldlightandwatercommission-20ede4.undefined", "osmTags": { "and": [ "operator=Paragould Light & Water Commission", @@ -532455,7 +381776,6 @@ }, { "question": "Paris Utility Authority", - "icon": "./assets/data/nsi/logos/parisutilityauthority-a20e2a.undefined", "osmTags": { "and": [ "operator=Paris Utility Authority", @@ -532525,7 +381845,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-da5cb0.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532632,7 +381951,6 @@ }, { "question": "Platte River Power Authority", - "icon": "./assets/data/nsi/logos/platteriverpowerauthority-ff44fb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532647,7 +381965,6 @@ }, { "question": "PNG Power Ltd.", - "icon": "./assets/data/nsi/logos/pngpowerltd-c803bb.undefined", "osmTags": { "and": [ "operator=PNG Power Ltd.", @@ -532705,7 +382022,6 @@ }, { "question": "Porto Primavera Transmissora de Energia S/A.", - "icon": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-241a4c.undefined", "osmTags": { "and": [ "operator=Porto Primavera Transmissora de Energia S/A.", @@ -532806,7 +382122,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-43629a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532867,7 +382182,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-8222ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532882,7 +382196,6 @@ }, { "question": "PSNH", - "icon": "./assets/data/nsi/logos/psnh-8222ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -532913,7 +382226,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-ff44fb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533021,7 +382333,6 @@ }, { "question": "Red Nord S.A.", - "icon": "./assets/data/nsi/logos/rednordsa-414eae.undefined", "osmTags": { "and": [ "operator=Red Nord S.A.", @@ -533061,7 +382372,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-718125.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533151,7 +382461,6 @@ }, { "question": "RNT", - "icon": "./assets/data/nsi/logos/rnt-45d98c.undefined", "osmTags": { "and": [ "operator=RNT", @@ -533236,7 +382545,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-237a89.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533267,7 +382575,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-7478eb.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533360,7 +382667,6 @@ }, { "question": "SAMELCO 2", - "icon": "./assets/data/nsi/logos/samelco2-da5cb0.undefined", "osmTags": { "and": [ "operator=SAMELCO 2", @@ -533431,7 +382737,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-c11af1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533462,7 +382767,6 @@ }, { "question": "Scottsboro Electric Power Board", - "icon": "./assets/data/nsi/logos/scottsboroelectricpowerboard-07573a.undefined", "osmTags": { "and": [ "operator=Scottsboro Electric Power Board", @@ -533518,7 +382822,6 @@ }, { "question": "SEPS / MAVIR", - "icon": "./assets/data/nsi/logos/sepsmavir-049a8e.undefined", "osmTags": { "and": [ "operator=SEPS / MAVIR", @@ -533528,7 +382831,6 @@ }, { "question": "SFE Nett", - "icon": "./assets/data/nsi/logos/sfenett-5b4abc.undefined", "osmTags": { "and": [ "operator=SFE Nett", @@ -533538,7 +382840,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-1f3576.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533553,7 +382854,6 @@ }, { "question": "Sierra Pacific Power Company", - "icon": "./assets/data/nsi/logos/sierrapacificpowercompany-8222ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533583,7 +382883,6 @@ }, { "question": "SLECA", - "icon": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-d6d8c4.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533659,7 +382958,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-71cb64.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -533701,7 +382999,6 @@ }, { "question": "Sognekraft", - "icon": "./assets/data/nsi/logos/sognekraft-5b4abc.undefined", "osmTags": { "and": [ "operator=Sognekraft", @@ -533711,7 +383008,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-1f3576.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533742,7 +383038,6 @@ }, { "question": "Southern Maryland Electric Cooperative", - "icon": "./assets/data/nsi/logos/southernmarylandelectriccooperative-d4ea6d.undefined", "osmTags": { "and": [ "frequency=60", @@ -533773,7 +383068,6 @@ }, { "question": "Southwest Transmission Cooperative", - "icon": "./assets/data/nsi/logos/southwesttransmissioncooperative-568d52.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533788,7 +383082,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-592154.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533803,7 +383096,6 @@ }, { "question": "Southwestern Public Service Company", - "icon": "./assets/data/nsi/logos/southwesternpublicservicecompany-d040e0.undefined", "osmTags": { "and": [ "operator=Southwestern Public Service Company", @@ -533828,7 +383120,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-65daaf.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533859,7 +383150,6 @@ }, { "question": "SQM", - "icon": "./assets/data/nsi/logos/sqm-68c0ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533874,7 +383164,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-718125.undefined", "osmTags": { "and": [ "power=minor_line", @@ -533950,7 +383239,6 @@ }, { "question": "Stadtwerke Staßfurt", - "icon": "./assets/data/nsi/logos/stadtwerkestassfurt-3138d1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534010,7 +383298,6 @@ }, { "question": "STEWEAG", - "icon": "./assets/data/nsi/logos/steweag-ef9b10.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534025,7 +383312,6 @@ }, { "question": "STEWEAG-STEG", - "icon": "./assets/data/nsi/logos/steweagsteg-ef9b10.undefined", "osmTags": { "and": [ "operator=STEWEAG-STEG", @@ -534035,7 +383321,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-8d0004.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534050,7 +383335,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-ebbb62.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534066,7 +383350,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-475230.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534112,7 +383395,6 @@ }, { "question": "Stromnetz Steiermark GmbH", - "icon": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-ef9b10.undefined", "osmTags": { "and": [ "operator=Stromnetz Steiermark GmbH", @@ -534122,7 +383404,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-68c0ce.undefined", "osmTags": { "and": [ "operator=STS", @@ -534132,7 +383413,6 @@ }, { "question": "Sulgipe", - "icon": "./assets/data/nsi/logos/sulgipe-241a4c.undefined", "osmTags": { "and": [ "operator=Sulgipe", @@ -534233,7 +383513,6 @@ }, { "question": "Tafjord Kraftproduksjon", - "icon": "./assets/data/nsi/logos/tafjordkraftproduksjon-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534248,7 +383527,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-0a0f64.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534263,7 +383541,6 @@ }, { "question": "Taunton Municipal Lighting Plant", - "icon": "./assets/data/nsi/logos/tauntonmunicipallightingplant-b0068b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534293,7 +383570,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-1d9dd1.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534399,7 +383675,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534414,7 +383689,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534444,7 +383718,6 @@ }, { "question": "Texas Municipal Power Agency", - "icon": "./assets/data/nsi/logos/texasmunicipalpoweragency-1f3576.undefined", "osmTags": { "and": [ "operator=Texas Municipal Power Agency", @@ -534470,7 +383743,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-79c357.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534501,7 +383773,6 @@ }, { "question": "Town of Braintree Electric Light Department", - "icon": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-1f3576.undefined", "osmTags": { "and": [ "operator=Town of Braintree Electric Light Department", @@ -534511,7 +383782,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-0aca96.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -534521,7 +383791,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-003d60.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534551,7 +383820,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-68c0ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534566,7 +383834,6 @@ }, { "question": "Transelectric", - "icon": "./assets/data/nsi/logos/transelectric-b76169.undefined", "osmTags": { "and": [ "operator=Transelectric", @@ -534606,7 +383873,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-68c0ce.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534636,7 +383902,6 @@ }, { "question": "Transmissora Aliança de Energia Elétrica", - "icon": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534651,7 +383916,6 @@ }, { "question": "Transmissora Sul Brasileira de Energia", - "icon": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-241a4c.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534666,7 +383930,6 @@ }, { "question": "TRANSNEA S.A.", - "icon": "./assets/data/nsi/logos/transneasa-0aca96.undefined", "osmTags": { "and": [ "operator=TRANSNEA S.A.", @@ -534691,7 +383954,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-0aca96.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -534701,7 +383963,6 @@ }, { "question": "TRANSPA S.A.", - "icon": "./assets/data/nsi/logos/transpasa-0aca96.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534761,7 +384022,6 @@ }, { "question": "Tri-State Generation and Transmission Association", - "icon": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-fed31e.undefined", "osmTags": { "and": [ "operator=Tri-State Generation and Transmission Association", @@ -534771,7 +384031,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-238b2e.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -534797,7 +384056,6 @@ }, { "question": "Turlock Irrigation District", - "icon": "./assets/data/nsi/logos/turlockirrigationdistrict-354bfd.undefined", "osmTags": { "and": [ "operator=Turlock Irrigation District", @@ -534837,7 +384095,6 @@ }, { "question": "Umatilla Electric Cooperative", - "icon": "./assets/data/nsi/logos/umatillaelectriccooperative-6a73f0.undefined", "osmTags": { "and": [ "operator=Umatilla Electric Cooperative", @@ -534847,7 +384104,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-0a3cea.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534923,7 +384179,6 @@ }, { "question": "UPCL", - "icon": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-0db0d2.undefined", "osmTags": { "and": [ "power=minor_line", @@ -534969,7 +384224,6 @@ }, { "question": "Valley Electric Association", - "icon": "./assets/data/nsi/logos/valleyelectricassociation-008944.undefined", "osmTags": { "and": [ "operator=Valley Electric Association", @@ -535054,7 +384308,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-950eb5.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535084,7 +384337,6 @@ }, { "question": "Vest-Telemark Kraftlag", - "icon": "./assets/data/nsi/logos/vesttelemarkkraftlag-5b4abc.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535144,7 +384396,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-59e99d.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535189,7 +384440,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-14de89.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535204,7 +384454,6 @@ }, { "question": "VKG Elektrivõrgud", - "icon": "./assets/data/nsi/logos/vkgelektrivorgud-9b4ddf.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535219,7 +384468,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-9a236a.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535265,7 +384513,6 @@ }, { "question": "Watertown Municipal Utilities", - "icon": "./assets/data/nsi/logos/watertownmunicipalutilities-4dc635.undefined", "osmTags": { "and": [ "operator=Watertown Municipal Utilities", @@ -535290,7 +384537,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-be6516.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535305,7 +384551,6 @@ }, { "question": "Wesernetz Bremen GmbH", - "icon": "./assets/data/nsi/logos/wesernetzbremengmbh-ec3149.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremen GmbH", @@ -535407,7 +384652,6 @@ }, { "question": "Willmar Municipal Utilities", - "icon": "./assets/data/nsi/logos/willmarmunicipalutilities-7acf5a.undefined", "osmTags": { "and": [ "operator=Willmar Municipal Utilities", @@ -535417,7 +384661,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-b0ef94.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535432,7 +384675,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-727666.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535492,7 +384734,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-ba1053.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -535502,7 +384743,6 @@ }, { "question": "АО \"Самарская сетевая компания\"", - "icon": "./assets/data/nsi/logos/4e721a-ba1053.undefined", "osmTags": { "and": [ "operator=АО \"Самарская сетевая компания\"", @@ -535512,7 +384752,6 @@ }, { "question": "АО \"Янтарьэнерго\"", - "icon": "./assets/data/nsi/logos/f0d7c2-ba1053.undefined", "osmTags": { "and": [ "operator=АО \"Янтарьэнерго\"", @@ -535522,7 +384761,6 @@ }, { "question": "АО СУЭНКО", - "icon": "./assets/data/nsi/logos/8e6ee5-ba1053.undefined", "osmTags": { "and": [ "operator=АО СУЭНКО", @@ -535532,7 +384770,6 @@ }, { "question": "АТ Житомиробленерго", - "icon": "./assets/data/nsi/logos/4f2cfa-c7c530.undefined", "osmTags": { "and": [ "operator=АТ Житомиробленерго", @@ -535572,7 +384809,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-c7c530.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535587,7 +384823,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-c7c530.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535602,7 +384837,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-2f8a32.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535617,7 +384851,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-2f8a32.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535632,7 +384865,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-2f8a32.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535647,7 +384879,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-ba1053.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -535657,7 +384888,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-c7c530.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535672,7 +384902,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-ba1053.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -535682,7 +384911,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-c7c530.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535697,7 +384925,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-ba1053.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535712,7 +384939,6 @@ }, { "question": "МРСК СК", - "icon": "./assets/data/nsi/logos/591585-ba1053.undefined", "osmTags": { "and": [ "operator=МРСК СК", @@ -535722,7 +384948,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-ba1053.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -535732,7 +384957,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-ba1053.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -535742,7 +384966,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-ba1053.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -535752,7 +384975,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -535762,7 +384984,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -535772,7 +384993,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -535782,7 +385002,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -535792,7 +385011,6 @@ }, { "question": "ОАО «МРСК СК»", - "icon": "./assets/data/nsi/logos/56a442-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК СК»", @@ -535802,7 +385020,6 @@ }, { "question": "ОАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/e9dfd9-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Центра и Приволжья»", @@ -535812,7 +385029,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-ba1053.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -535822,7 +385038,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-ba1053.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -535832,7 +385047,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-ba1053.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -535842,7 +385056,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-ba1053.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -535852,7 +385065,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-ba1053.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -535862,7 +385074,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-ba1053.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -535872,7 +385083,6 @@ }, { "question": "ПО ЗЭС", - "icon": "./assets/data/nsi/logos/5743cb-ba1053.undefined", "osmTags": { "and": [ "operator=ПО ЗЭС", @@ -535882,7 +385092,6 @@ }, { "question": "ПрАТ Рівнеобленерго", - "icon": "./assets/data/nsi/logos/3daebd-c7c530.undefined", "osmTags": { "and": [ "operator=ПрАТ Рівнеобленерго", @@ -535922,7 +385131,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-ba1053.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -535932,7 +385140,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/1728dd-ba1053.undefined", "osmTags": { "and": [ "power=minor_line", @@ -535979,7 +385186,6 @@ }, { "question": "الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "icon": "./assets/data/nsi/logos/d88147-9d8084.undefined", "osmTags": { "and": [ "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", @@ -536024,7 +385230,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/chinasouthernpowergrid-9dfb9b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536041,7 +385246,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-89f10b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536058,7 +385262,6 @@ }, { "question": "中核新华-江永新善", - "icon": "./assets/data/nsi/logos/e255e9-9dfb9b.undefined", "osmTags": { "and": [ "operator=中核新华-江永新善", @@ -536144,7 +385347,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-89f10b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536176,7 +385378,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-89f10b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536193,7 +385394,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-9dfb9b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536210,7 +385410,6 @@ }, { "question": "国网吉林省供电有限公司", - "icon": "./assets/data/nsi/logos/e8a76c-9dfb9b.undefined", "osmTags": { "and": [ "operator=国网吉林省供电有限公司", @@ -536220,7 +385419,6 @@ }, { "question": "广西能源", - "icon": "./assets/data/nsi/logos/56a686-9dfb9b.undefined", "osmTags": { "and": [ "operator=广西能源", @@ -536247,7 +385445,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-89f10b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536282,7 +385479,6 @@ }, { "question": "湖南华电-永江新能", - "icon": "./assets/data/nsi/logos/3c5a38-9dfb9b.undefined", "osmTags": { "and": [ "operator=湖南华电-永江新能", @@ -536292,7 +385488,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistribution-89f10b.undefined", "osmTags": { "and": [ "power=minor_line", @@ -536350,7 +385545,6 @@ }, { "question": "38 Degrees North", - "icon": "./assets/data/nsi/logos/38degreesnorth-1c772a.undefined", "osmTags": { "and": [ "operator=38 Degrees North", @@ -536420,7 +385614,6 @@ }, { "question": "Acciona Energia Portugal", - "icon": "./assets/data/nsi/logos/accionaenergiaportugal-6bc5f8.undefined", "osmTags": { "and": [ "operator=Acciona Energia Portugal", @@ -536430,7 +385623,6 @@ }, { "question": "Adapture Renewables", - "icon": "./assets/data/nsi/logos/adapturerenewables-2ac081.undefined", "osmTags": { "and": [ "operator=Adapture Renewables", @@ -536440,7 +385632,6 @@ }, { "question": "AEP Onsite Partners", - "icon": "./assets/data/nsi/logos/aeponsitepartners-2ac081.undefined", "osmTags": { "and": [ "operator=AEP Onsite Partners", @@ -536480,7 +385671,6 @@ }, { "question": "AES Distributed Energy", - "icon": "./assets/data/nsi/logos/aesdistributedenergy-2ac081.undefined", "osmTags": { "and": [ "operator=AES Distributed Energy", @@ -536520,7 +385710,6 @@ }, { "question": "Akuo Renováveis Portugal", - "icon": "./assets/data/nsi/logos/akuorenovaveisportugal-6bc5f8.undefined", "osmTags": { "and": [ "operator=Akuo Renováveis Portugal", @@ -536545,7 +385734,6 @@ }, { "question": "Alchemy Renewable Energy", - "icon": "./assets/data/nsi/logos/alchemyrenewableenergy-2ac081.undefined", "osmTags": { "and": [ "operator=Alchemy Renewable Energy", @@ -536570,7 +385758,6 @@ }, { "question": "Altus Power America Management", - "icon": "./assets/data/nsi/logos/altuspoweramericamanagement-2ac081.undefined", "osmTags": { "and": [ "operator=Altus Power America Management", @@ -536595,7 +385782,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-9a90cc.undefined", "osmTags": { "and": [ "power=plant", @@ -536625,7 +385811,6 @@ }, { "question": "Anesco", - "icon": "./assets/data/nsi/logos/anesco-961ad5.undefined", "osmTags": { "and": [ "power=plant", @@ -536731,7 +385916,6 @@ }, { "question": "Basin Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/basinelectricpowercooperative-26f854.undefined", "osmTags": { "and": [ "power=plant", @@ -536761,7 +385945,6 @@ }, { "question": "Biffa", - "icon": "./assets/data/nsi/logos/biffa-961ad5.undefined", "osmTags": { "and": [ "power=plant", @@ -536791,7 +385974,6 @@ }, { "question": "BQ Energy", - "icon": "./assets/data/nsi/logos/bqenergy-f48e75.undefined", "osmTags": { "and": [ "operator=BQ Energy", @@ -536817,7 +385999,6 @@ }, { "question": "Brookfield White Pine Hydro", - "icon": "./assets/data/nsi/logos/brookfieldwhitepinehydro-06bf59.undefined", "osmTags": { "and": [ "operator=Brookfield White Pine Hydro", @@ -536857,7 +386038,6 @@ }, { "question": "CD Global Solar Holdings", - "icon": "./assets/data/nsi/logos/cdglobalsolarholdings-2ac081.undefined", "osmTags": { "and": [ "operator=CD Global Solar Holdings", @@ -536867,7 +386047,6 @@ }, { "question": "CD US Solar MT 2", - "icon": "./assets/data/nsi/logos/cdussolarmt2-2ac081.undefined", "osmTags": { "and": [ "operator=CD US Solar MT 2", @@ -536877,7 +386056,6 @@ }, { "question": "Central Rivers Power", - "icon": "./assets/data/nsi/logos/centralriverspower-2ac081.undefined", "osmTags": { "and": [ "operator=Central Rivers Power", @@ -536918,7 +386096,6 @@ }, { "question": "Citizens Enterprises Corporation", - "icon": "./assets/data/nsi/logos/citizensenterprisescorporation-2ac081.undefined", "osmTags": { "and": [ "operator=Citizens Enterprises Corporation", @@ -536928,7 +386105,6 @@ }, { "question": "CleanCapital Holdings", - "icon": "./assets/data/nsi/logos/cleancapitalholdings-2ac081.undefined", "osmTags": { "and": [ "operator=CleanCapital Holdings", @@ -536938,7 +386114,6 @@ }, { "question": "Clemens Kraft", - "icon": "./assets/data/nsi/logos/clemenskraft-44cc7f.undefined", "osmTags": { "and": [ "operator=Clemens Kraft", @@ -536994,7 +386169,6 @@ }, { "question": "Compañía Eólica Aragonesa", - "icon": "./assets/data/nsi/logos/companiaeolicaaragonesa-d14bb1.undefined", "osmTags": { "and": [ "power=plant", @@ -537009,7 +386183,6 @@ }, { "question": "Conductive Power", - "icon": "./assets/data/nsi/logos/conductivepower-637885.undefined", "osmTags": { "and": [ "operator=Conductive Power", @@ -537019,7 +386192,6 @@ }, { "question": "Consolidated Edison Development", - "icon": "./assets/data/nsi/logos/consolidatededisondevelopment-2ac081.undefined", "osmTags": { "and": [ "operator=Consolidated Edison Development", @@ -537044,7 +386216,6 @@ }, { "question": "ContourGlobal", - "icon": "./assets/data/nsi/logos/contourglobal-e6c8aa.undefined", "osmTags": { "and": [ "power=plant", @@ -537074,7 +386245,6 @@ }, { "question": "Cubico Sustainable Investments", - "icon": "./assets/data/nsi/logos/cubicosustainableinvestments-56e313.undefined", "osmTags": { "and": [ "operator=Cubico Sustainable Investments", @@ -537084,7 +386254,6 @@ }, { "question": "Cypress Creek Renewables", - "icon": "./assets/data/nsi/logos/cypresscreekrenewables-2ac081.undefined", "osmTags": { "and": [ "operator=Cypress Creek Renewables", @@ -537124,7 +386293,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-f65593.undefined", "osmTags": { "and": [ "power=plant", @@ -537139,7 +386307,6 @@ }, { "question": "Dominion Renewable Energy", - "icon": "./assets/data/nsi/logos/dominionrenewableenergy-2ac081.undefined", "osmTags": { "and": [ "operator=Dominion Renewable Energy", @@ -537225,7 +386392,6 @@ }, { "question": "Duke Energy Renewables Services", - "icon": "./assets/data/nsi/logos/dukeenergyrenewablesservices-2ac081.undefined", "osmTags": { "and": [ "operator=Duke Energy Renewables Services", @@ -537250,7 +386416,6 @@ }, { "question": "Eagle Creek Renewable Energy", - "icon": "./assets/data/nsi/logos/eaglecreekrenewableenergy-2ac081.undefined", "osmTags": { "and": [ "power=plant", @@ -537265,7 +386430,6 @@ }, { "question": "East Delta Electricity Production Company", - "icon": "./assets/data/nsi/logos/eastdeltaelectricityproductioncompany-2c49d4.undefined", "osmTags": { "and": [ "operator=East Delta Electricity Production Company", @@ -537275,7 +386439,6 @@ }, { "question": "Ecoplexus", - "icon": "./assets/data/nsi/logos/ecoplexus-2ac081.undefined", "osmTags": { "and": [ "operator=Ecoplexus", @@ -537285,7 +386448,6 @@ }, { "question": "Ecos Energy", - "icon": "./assets/data/nsi/logos/ecosenergy-2ac081.undefined", "osmTags": { "and": [ "operator=Ecos Energy", @@ -537355,7 +386517,6 @@ }, { "question": "EDL", - "icon": "./assets/data/nsi/logos/edl-cd5781.undefined", "osmTags": { "and": [ "operator=EDL", @@ -537365,7 +386526,6 @@ }, { "question": "EDP Brasil", - "icon": "./assets/data/nsi/logos/edpbrasil-f91242.undefined", "osmTags": { "and": [ "power=plant", @@ -537380,7 +386540,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-e00f6a.undefined", "osmTags": { "and": [ "power=plant", @@ -537428,7 +386587,6 @@ }, { "question": "Electric Power Generation Enterprise", - "icon": "./assets/data/nsi/logos/electricpowergenerationenterprise-f68bce.undefined", "osmTags": { "and": [ "power=plant", @@ -537459,7 +386617,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-6f9a45.undefined", "osmTags": { "and": [ "power=plant", @@ -537475,7 +386632,6 @@ }, { "question": "Empresa Pública de Produção de Electricidade", - "icon": "./assets/data/nsi/logos/empresapublicadeproducaodeelectricidade-1c55f2.undefined", "osmTags": { "and": [ "power=plant", @@ -537597,7 +386753,6 @@ }, { "question": "Enel Green Power North America", - "icon": "./assets/data/nsi/logos/enelgreenpowernorthamerica-2ac081.undefined", "osmTags": { "and": [ "operator=Enel Green Power North America", @@ -537683,7 +386838,6 @@ }, { "question": "Enerjisa Elektrik", - "icon": "./assets/data/nsi/logos/enerjisaelektrik-bd89f3.undefined", "osmTags": { "and": [ "operator=Enerjisa Elektrik", @@ -537693,7 +386847,6 @@ }, { "question": "Enerparc", - "icon": "./assets/data/nsi/logos/enerparc-8bd004.undefined", "osmTags": { "and": [ "operator=Enerparc", @@ -537733,7 +386886,6 @@ }, { "question": "Engie Green", - "icon": "./assets/data/nsi/logos/engiegreen-a6c8fe.undefined", "osmTags": { "and": [ "power=plant", @@ -537748,7 +386900,6 @@ }, { "question": "Engie North America", - "icon": "./assets/data/nsi/logos/engienorthamerica-708d89.undefined", "osmTags": { "and": [ "operator=Engie North America", @@ -537758,7 +386909,6 @@ }, { "question": "Ennskraftwerke AG", - "icon": "./assets/data/nsi/logos/ennskraftwerkeag-228c1b.undefined", "osmTags": { "and": [ "power=plant", @@ -537803,7 +386953,6 @@ }, { "question": "Eole RES", - "icon": "./assets/data/nsi/logos/eoleres-a6c8fe.undefined", "osmTags": { "and": [ "operator=Eole RES", @@ -537813,7 +386962,6 @@ }, { "question": "Eolus Vind AB", - "icon": "./assets/data/nsi/logos/eolusvindab-13fdb6.undefined", "osmTags": { "and": [ "power=plant", @@ -537843,7 +386991,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-f91242.undefined", "osmTags": { "and": [ "power=plant", @@ -537858,7 +387005,6 @@ }, { "question": "Erie Boulevard Hydropower", - "icon": "./assets/data/nsi/logos/erieboulevardhydropower-f48e75.undefined", "osmTags": { "and": [ "operator=Erie Boulevard Hydropower", @@ -537913,7 +387059,6 @@ }, { "question": "Evergreen Wind", - "icon": "./assets/data/nsi/logos/evergreenwind-2ac081.undefined", "osmTags": { "and": [ "operator=Evergreen Wind", @@ -537938,7 +387083,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -537984,7 +387128,6 @@ }, { "question": "EVN (Северна Македонија)", - "icon": "./assets/data/nsi/logos/evn-418dda.undefined", "osmTags": { "and": [ "power=plant", @@ -537999,7 +387142,6 @@ }, { "question": "EVN Naturkraft", - "icon": "./assets/data/nsi/logos/evnnaturkraft-0c9556.undefined", "osmTags": { "and": [ "power=plant", @@ -538014,7 +387156,6 @@ }, { "question": "EVN Топлофикция (Пловдив)", - "icon": "./assets/data/nsi/logos/c9ec9c-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -538044,7 +387185,6 @@ }, { "question": "FCC Environment", - "icon": "./assets/data/nsi/logos/fccenvironment-961ad5.undefined", "osmTags": { "and": [ "power=plant", @@ -538059,7 +387199,6 @@ }, { "question": "Fenaka", - "icon": "./assets/data/nsi/logos/fenaka-a15a28.undefined", "osmTags": { "and": [ "power=plant", @@ -538074,7 +387213,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-6bc5f8.undefined", "osmTags": { "and": [ "power=plant", @@ -538104,7 +387242,6 @@ }, { "question": "Forefront Power", - "icon": "./assets/data/nsi/logos/forefrontpower-2ac081.undefined", "osmTags": { "and": [ "operator=Forefront Power", @@ -538129,7 +387266,6 @@ }, { "question": "Fortum Generation AB", - "icon": "./assets/data/nsi/logos/fortumgenerationab-13fdb6.undefined", "osmTags": { "and": [ "operator=Fortum Generation AB", @@ -538139,7 +387275,6 @@ }, { "question": "Generate Capital", - "icon": "./assets/data/nsi/logos/generatecapital-2ac081.undefined", "osmTags": { "and": [ "operator=Generate Capital", @@ -538149,7 +387284,6 @@ }, { "question": "Generg", - "icon": "./assets/data/nsi/logos/generg-6bc5f8.undefined", "osmTags": { "and": [ "operator=Generg", @@ -538159,7 +387293,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-b3811d.undefined", "osmTags": { "and": [ "power=plant", @@ -538174,7 +387307,6 @@ }, { "question": "Glitre Energi", - "icon": "./assets/data/nsi/logos/glitreenergi-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -538189,7 +387321,6 @@ }, { "question": "Goldman Sachs Renewable Power Group", - "icon": "./assets/data/nsi/logos/goldmansachsrenewablepowergroup-2ac081.undefined", "osmTags": { "and": [ "operator=Goldman Sachs Renewable Power Group", @@ -538199,7 +387330,6 @@ }, { "question": "Green Genius", - "icon": "./assets/data/nsi/logos/greengenius-c52a54.undefined", "osmTags": { "and": [ "operator=Green Genius", @@ -538209,7 +387339,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-d48826.undefined", "osmTags": { "and": [ "power=plant", @@ -538225,7 +387354,6 @@ }, { "question": "Green Street Power Partners", - "icon": "./assets/data/nsi/logos/greenstreetpowerpartners-2ac081.undefined", "osmTags": { "and": [ "operator=Green Street Power Partners", @@ -538235,7 +387363,6 @@ }, { "question": "Greenbacker Renewable Energy Company", - "icon": "./assets/data/nsi/logos/greenbackerrenewableenergycompany-2ac081.undefined", "osmTags": { "and": [ "power=plant", @@ -538250,7 +387377,6 @@ }, { "question": "Greencoat Renewables", - "icon": "./assets/data/nsi/logos/greencoatrenewables-6adf37.undefined", "osmTags": { "and": [ "power=plant", @@ -538280,7 +387406,6 @@ }, { "question": "Guascor do Brasil", - "icon": "./assets/data/nsi/logos/guascordobrasil-f91242.undefined", "osmTags": { "and": [ "operator=Guascor do Brasil", @@ -538290,7 +387415,6 @@ }, { "question": "Hafslund E-CO Vannkraft", - "icon": "./assets/data/nsi/logos/hafslundecovannkraft-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -538305,7 +387429,6 @@ }, { "question": "Heelstone Energy Holdings", - "icon": "./assets/data/nsi/logos/heelstoneenergyholdings-2ac081.undefined", "osmTags": { "and": [ "operator=Heelstone Energy Holdings", @@ -538315,7 +387438,6 @@ }, { "question": "Helgeland Kraft Vannkraft", - "icon": "./assets/data/nsi/logos/helgelandkraftvannkraft-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -538330,7 +387452,6 @@ }, { "question": "HEP Proizvodnja d.o.o.", - "icon": "./assets/data/nsi/logos/hepproizvodnjadoo-63d2ac.undefined", "osmTags": { "and": [ "operator=HEP Proizvodnja d.o.o.", @@ -538355,7 +387476,6 @@ }, { "question": "Horizon Power", - "icon": "./assets/data/nsi/logos/horizonpower-a0632d.undefined", "osmTags": { "and": [ "operator=Horizon Power", @@ -538425,7 +387545,6 @@ }, { "question": "Iberdrola Renowables", - "icon": "./assets/data/nsi/logos/iberdrolarenowables-d14bb1.undefined", "osmTags": { "and": [ "operator=Iberdrola Renowables", @@ -538465,7 +387584,6 @@ }, { "question": "Idaho Wind Partners 1", - "icon": "./assets/data/nsi/logos/idahowindpartners1-11fec1.undefined", "osmTags": { "and": [ "operator=Idaho Wind Partners 1", @@ -538506,7 +387624,6 @@ }, { "question": "Indiana Municipal Power Agency", - "icon": "./assets/data/nsi/logos/indianamunicipalpoweragency-f61d79.undefined", "osmTags": { "and": [ "operator=Indiana Municipal Power Agency", @@ -538516,7 +387633,6 @@ }, { "question": "Indonesia Power", - "icon": "./assets/data/nsi/logos/indonesiapower-db9f5e.undefined", "osmTags": { "and": [ "power=plant", @@ -538531,7 +387647,6 @@ }, { "question": "Initiatives et Énergies Locales", - "icon": "./assets/data/nsi/logos/initiativesetenergieslocales-a6c8fe.undefined", "osmTags": { "and": [ "operator=Initiatives et Énergies Locales", @@ -538556,7 +387671,6 @@ }, { "question": "Innogy Spain, S.A.U", - "icon": "./assets/data/nsi/logos/innogyspainsau-d14bb1.undefined", "osmTags": { "and": [ "operator=Innogy Spain, S.A.U", @@ -538597,7 +387711,6 @@ }, { "question": "Invenergy Services", - "icon": "./assets/data/nsi/logos/invenergyservices-2ac081.undefined", "osmTags": { "and": [ "operator=Invenergy Services", @@ -538607,7 +387720,6 @@ }, { "question": "Invis Energy", - "icon": "./assets/data/nsi/logos/invisenergy-68fa62.undefined", "osmTags": { "and": [ "power=plant", @@ -538637,7 +387749,6 @@ }, { "question": "Karnataka Power Corporation Limited", - "icon": "./assets/data/nsi/logos/karnatakapowercorporationlimited-bf89c5.undefined", "osmTags": { "and": [ "power=plant", @@ -538667,7 +387778,6 @@ }, { "question": "Kemijoki Oy", - "icon": "./assets/data/nsi/logos/kemijokioy-48beaf.undefined", "osmTags": { "and": [ "power=plant", @@ -538728,7 +387838,6 @@ }, { "question": "Lark Energy", - "icon": "./assets/data/nsi/logos/larkenergy-961ad5.undefined", "osmTags": { "and": [ "operator=Lark Energy", @@ -538738,7 +387847,6 @@ }, { "question": "Leeward Asset Management", - "icon": "./assets/data/nsi/logos/leewardassetmanagement-2ac081.undefined", "osmTags": { "and": [ "operator=Leeward Asset Management", @@ -538794,7 +387902,6 @@ }, { "question": "Madhya Pradesh Power Generating Company Limited", - "icon": "./assets/data/nsi/logos/madhyapradeshpowergeneratingcompanylimited-bf89c5.undefined", "osmTags": { "and": [ "power=plant", @@ -538809,7 +387916,6 @@ }, { "question": "Madison Energy Holdings", - "icon": "./assets/data/nsi/logos/madisonenergyholdings-2ac081.undefined", "osmTags": { "and": [ "operator=Madison Energy Holdings", @@ -538819,7 +387925,6 @@ }, { "question": "Maharashtra State Power Generation Company", - "icon": "./assets/data/nsi/logos/maharashtrastatepowergenerationcompany-bf89c5.undefined", "osmTags": { "and": [ "power=plant", @@ -538864,7 +387969,6 @@ }, { "question": "MC Power Companies", - "icon": "./assets/data/nsi/logos/mcpowercompanies-7ad0e6.undefined", "osmTags": { "and": [ "power=plant", @@ -538894,7 +387998,6 @@ }, { "question": "Meridian Energy", - "icon": "./assets/data/nsi/logos/meridianenergy-164197.undefined", "osmTags": { "and": [ "power=plant", @@ -538924,7 +388027,6 @@ }, { "question": "Ministry of Electricity (Iraq)", - "icon": "./assets/data/nsi/logos/ministryofelectricity-b08361.undefined", "osmTags": { "and": [ "power=plant", @@ -538939,7 +388041,6 @@ }, { "question": "MN8 Energy", - "icon": "./assets/data/nsi/logos/mn8energy-2ac081.undefined", "osmTags": { "and": [ "operator=MN8 Energy", @@ -538964,7 +388065,6 @@ }, { "question": "National Grid Renewables", - "icon": "./assets/data/nsi/logos/nationalgridrenewables-2ac081.undefined", "osmTags": { "and": [ "operator=National Grid Renewables", @@ -538989,7 +388089,6 @@ }, { "question": "Nautilus Solar Solutions", - "icon": "./assets/data/nsi/logos/nautilussolarsolutions-2ac081.undefined", "osmTags": { "and": [ "operator=Nautilus Solar Solutions", @@ -539092,7 +388191,6 @@ }, { "question": "NJR Clean Energy Ventures Corporation", - "icon": "./assets/data/nsi/logos/njrcleanenergyventurescorporation-06f695.undefined", "osmTags": { "and": [ "operator=NJR Clean Energy Ventures Corporation", @@ -539102,7 +388200,6 @@ }, { "question": "Nordkraft Energidrift", - "icon": "./assets/data/nsi/logos/nordkraftenergidrift-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -539117,7 +388214,6 @@ }, { "question": "North Carolina Municipal Power Agency #1", - "icon": "./assets/data/nsi/logos/northcarolinamunicipalpoweragency1-ae8fcf.undefined", "osmTags": { "and": [ "power=plant", @@ -539132,7 +388228,6 @@ }, { "question": "Northern States Power Company", - "icon": "./assets/data/nsi/logos/northernstatespowercompany-12c448.undefined", "osmTags": { "and": [ "power=plant", @@ -539147,7 +388242,6 @@ }, { "question": "Northland Power", - "icon": "./assets/data/nsi/logos/northlandpower-123db7.undefined", "osmTags": { "and": [ "power=plant", @@ -539162,7 +388256,6 @@ }, { "question": "Northwest Territories Power Corporation", - "icon": "./assets/data/nsi/logos/northwestterritoriespowercorporation-e558ac.undefined", "osmTags": { "and": [ "power=plant", @@ -539222,7 +388315,6 @@ }, { "question": "NRG Energy Gas & Wind Holdings", - "icon": "./assets/data/nsi/logos/nrgenergygasandwindholdings-2ac081.undefined", "osmTags": { "and": [ "operator=NRG Energy Gas & Wind Holdings", @@ -539262,7 +388354,6 @@ }, { "question": "NuGen Capital Management", - "icon": "./assets/data/nsi/logos/nugencapitalmanagement-e557f4.undefined", "osmTags": { "and": [ "operator=NuGen Capital Management", @@ -539303,7 +388394,6 @@ }, { "question": "Onward Energy", - "icon": "./assets/data/nsi/logos/onwardenergy-2ac081.undefined", "osmTags": { "and": [ "operator=Onward Energy", @@ -539313,7 +388403,6 @@ }, { "question": "Onyx Asset Services Group", - "icon": "./assets/data/nsi/logos/onyxassetservicesgroup-2ac081.undefined", "osmTags": { "and": [ "operator=Onyx Asset Services Group", @@ -539323,7 +388412,6 @@ }, { "question": "Oppidum Renewables USA", - "icon": "./assets/data/nsi/logos/oppidumrenewablesusa-ae8fcf.undefined", "osmTags": { "and": [ "operator=Oppidum Renewables USA", @@ -539333,7 +388421,6 @@ }, { "question": "Ormat Nevada", - "icon": "./assets/data/nsi/logos/ormatnevada-684f2b.undefined", "osmTags": { "and": [ "power=plant", @@ -539409,7 +388496,6 @@ }, { "question": "Pattern Operators", - "icon": "./assets/data/nsi/logos/patternoperators-2ac081.undefined", "osmTags": { "and": [ "operator=Pattern Operators", @@ -539419,7 +388505,6 @@ }, { "question": "PGE Energia Odnawialna", - "icon": "./assets/data/nsi/logos/pgeenergiaodnawialna-73b00d.undefined", "osmTags": { "and": [ "power=plant", @@ -539451,7 +388536,6 @@ }, { "question": "Photosol", - "icon": "./assets/data/nsi/logos/photosol-a6c8fe.undefined", "osmTags": { "and": [ "power=plant", @@ -539527,7 +388611,6 @@ }, { "question": "Power Depot Group A", - "icon": "./assets/data/nsi/logos/powerdepotgroupa-e34e34.undefined", "osmTags": { "and": [ "operator=Power Depot Group A", @@ -539537,7 +388620,6 @@ }, { "question": "PT Pembangkitan Jawa Bali", - "icon": "./assets/data/nsi/logos/ptpembangkitanjawabali-db9f5e.undefined", "osmTags": { "and": [ "power=plant", @@ -539553,7 +388635,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-ddf7c8.undefined", "osmTags": { "and": [ "power=plant", @@ -539599,7 +388680,6 @@ }, { "question": "Quadran", - "icon": "./assets/data/nsi/logos/quadran-e1f5e6.undefined", "osmTags": { "and": [ "operator=Quadran", @@ -539609,7 +388689,6 @@ }, { "question": "Rays Power Infra", - "icon": "./assets/data/nsi/logos/rayspowerinfra-bf89c5.undefined", "osmTags": { "and": [ "operator=Rays Power Infra", @@ -539619,7 +388698,6 @@ }, { "question": "REA Investments", - "icon": "./assets/data/nsi/logos/reainvestments-2ac081.undefined", "osmTags": { "and": [ "operator=REA Investments", @@ -539629,7 +388707,6 @@ }, { "question": "Recurrent Energy", - "icon": "./assets/data/nsi/logos/recurrentenergy-708d89.undefined", "osmTags": { "and": [ "power=plant", @@ -539690,7 +388767,6 @@ }, { "question": "RWE Renewables Americas", - "icon": "./assets/data/nsi/logos/rwerenewablesamericas-2ac081.undefined", "osmTags": { "and": [ "operator=RWE Renewables Americas", @@ -539716,7 +388792,6 @@ }, { "question": "Safari Energy", - "icon": "./assets/data/nsi/logos/safarienergy-b3811d.undefined", "osmTags": { "and": [ "power=plant", @@ -539747,7 +388822,6 @@ }, { "question": "Salten Kraftsamband Produksjon", - "icon": "./assets/data/nsi/logos/saltenkraftsambandproduksjon-7f89ba.undefined", "osmTags": { "and": [ "power=plant", @@ -539822,7 +388896,6 @@ }, { "question": "Scotian Wind", - "icon": "./assets/data/nsi/logos/scotianwind-09803b.undefined", "osmTags": { "and": [ "operator=Scotian Wind", @@ -539832,7 +388905,6 @@ }, { "question": "Scottish Power Renewables", - "icon": "./assets/data/nsi/logos/scottishpowerrenewables-961ad5.undefined", "osmTags": { "and": [ "operator=Scottish Power Renewables", @@ -539872,7 +388944,6 @@ }, { "question": "SKTM", - "icon": "./assets/data/nsi/logos/sktm-029c1e.undefined", "osmTags": { "and": [ "operator=SKTM", @@ -539882,7 +388953,6 @@ }, { "question": "SkyHigh 2 Solar", - "icon": "./assets/data/nsi/logos/skyhigh2solar-2ac081.undefined", "osmTags": { "and": [ "operator=SkyHigh 2 Solar", @@ -539908,7 +388978,6 @@ }, { "question": "Småkraft", - "icon": "./assets/data/nsi/logos/smakraft-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -539938,7 +389007,6 @@ }, { "question": "SoCore Energy", - "icon": "./assets/data/nsi/logos/socoreenergy-2ac081.undefined", "osmTags": { "and": [ "operator=SoCore Energy", @@ -539964,7 +389032,6 @@ }, { "question": "Sol Systems", - "icon": "./assets/data/nsi/logos/solsystems-2ac081.undefined", "osmTags": { "and": [ "operator=Sol Systems", @@ -539974,7 +389041,6 @@ }, { "question": "Solairedirect", - "icon": "./assets/data/nsi/logos/solairedirect-a6c8fe.undefined", "osmTags": { "and": [ "power=plant", @@ -540004,7 +389070,6 @@ }, { "question": "Sonnedix", - "icon": "./assets/data/nsi/logos/sonnedix-ff7844.undefined", "osmTags": { "and": [ "operator=Sonnedix", @@ -540014,7 +389079,6 @@ }, { "question": "Soške elektrarne Nova Gorica d.o.o.", - "icon": "./assets/data/nsi/logos/soskeelektrarnenovagoricadoo-526b7d.undefined", "osmTags": { "and": [ "operator=Soške elektrarne Nova Gorica d.o.o.", @@ -540040,7 +389104,6 @@ }, { "question": "Southern Power", - "icon": "./assets/data/nsi/logos/southernpower-2ac081.undefined", "osmTags": { "and": [ "power=plant", @@ -540055,7 +389118,6 @@ }, { "question": "SRE Utility Solar 1", - "icon": "./assets/data/nsi/logos/sreutilitysolar1-dc663d.undefined", "osmTags": { "and": [ "operator=SRE Utility Solar 1", @@ -540095,7 +389157,6 @@ }, { "question": "SSE Thermal", - "icon": "./assets/data/nsi/logos/ssethermal-6adf37.undefined", "osmTags": { "and": [ "power=plant", @@ -540110,7 +389171,6 @@ }, { "question": "Standard Solar", - "icon": "./assets/data/nsi/logos/standardsolar-2ac081.undefined", "osmTags": { "and": [ "operator=Standard Solar", @@ -540135,7 +389195,6 @@ }, { "question": "Strata Manager", - "icon": "./assets/data/nsi/logos/stratamanager-2ac081.undefined", "osmTags": { "and": [ "operator=Strata Manager", @@ -540160,7 +389219,6 @@ }, { "question": "Sustainable Power Group", - "icon": "./assets/data/nsi/logos/sustainablepowergroup-2ac081.undefined", "osmTags": { "and": [ "operator=Sustainable Power Group", @@ -540170,7 +389228,6 @@ }, { "question": "Szegedi Távfűtő Kft.", - "icon": "./assets/data/nsi/logos/szegeditavfutokft-0e87a9.undefined", "osmTags": { "and": [ "operator=Szegedi Távfűtő Kft.", @@ -540180,7 +389237,6 @@ }, { "question": "Tampa Electric Company", - "icon": "./assets/data/nsi/logos/tampaelectriccompany-a087b9.undefined", "osmTags": { "and": [ "power=plant", @@ -540195,7 +389251,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-ffca24.undefined", "osmTags": { "and": [ "power=plant", @@ -540210,7 +389265,6 @@ }, { "question": "TANGEDCO", - "icon": "./assets/data/nsi/logos/tangedco-bf89c5.undefined", "osmTags": { "and": [ "power=plant", @@ -540225,7 +389279,6 @@ }, { "question": "TAURON Ekoenergia Sp. z o.o.", - "icon": "./assets/data/nsi/logos/tauronekoenergiaspzoo-73b00d.undefined", "osmTags": { "and": [ "power=plant", @@ -540240,7 +389293,6 @@ }, { "question": "Telangana State Power Generation Corporation Limited", - "icon": "./assets/data/nsi/logos/telanganastatepowergenerationcorporationlimited-bf89c5.undefined", "osmTags": { "and": [ "power=plant", @@ -540287,7 +389339,6 @@ }, { "question": "Terraform Arcadia", - "icon": "./assets/data/nsi/logos/terraformarcadia-2ac081.undefined", "osmTags": { "and": [ "operator=Terraform Arcadia", @@ -540327,7 +389378,6 @@ }, { "question": "Troms Kraft Produksjon", - "icon": "./assets/data/nsi/logos/tromskraftproduksjon-44cc7f.undefined", "osmTags": { "and": [ "power=plant", @@ -540342,7 +389392,6 @@ }, { "question": "Trustenergy", - "icon": "./assets/data/nsi/logos/trustenergy-6bc5f8.undefined", "osmTags": { "and": [ "operator=Trustenergy", @@ -540367,7 +389416,6 @@ }, { "question": "UEM", - "icon": "./assets/data/nsi/logos/uem-8fe454.undefined", "osmTags": { "and": [ "power=plant", @@ -540382,7 +389430,6 @@ }, { "question": "UNE", - "icon": "./assets/data/nsi/logos/une-722bca.undefined", "osmTags": { "and": [ "operator=UNE", @@ -540454,7 +389501,6 @@ }, { "question": "United States Solar Corporation", - "icon": "./assets/data/nsi/logos/unitedstatessolarcorporation-6c20f7.undefined", "osmTags": { "and": [ "operator=United States Solar Corporation", @@ -540494,7 +389540,6 @@ }, { "question": "Valeco", - "icon": "./assets/data/nsi/logos/valeco-a6c8fe.undefined", "osmTags": { "and": [ "power=plant", @@ -540554,7 +389599,6 @@ }, { "question": "Vattenfall Europe AG", - "icon": "./assets/data/nsi/logos/vattenfalleuropeag-b0fa44.undefined", "osmTags": { "and": [ "power=plant", @@ -540569,7 +389613,6 @@ }, { "question": "Ventient Energy", - "icon": "./assets/data/nsi/logos/ventientenergy-6ec812.undefined", "osmTags": { "and": [ "power=plant", @@ -540614,7 +389657,6 @@ }, { "question": "Viljandi Energiabaas OÜ", - "icon": "./assets/data/nsi/logos/viljandienergiabaasou-8dbf80.undefined", "osmTags": { "and": [ "operator=Viljandi Energiabaas OÜ", @@ -540624,7 +389666,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-87b9b7.undefined", "osmTags": { "and": [ "power=plant", @@ -540669,7 +389710,6 @@ }, { "question": "WAPDA", - "icon": "./assets/data/nsi/logos/waterandpowerdevelopmentauthority-4a4c5b.undefined", "osmTags": { "and": [ "power=plant", @@ -540685,7 +389725,6 @@ }, { "question": "Westbound Solar", - "icon": "./assets/data/nsi/logos/westboundsolar-b3811d.undefined", "osmTags": { "and": [ "operator=Westbound Solar", @@ -540695,7 +389734,6 @@ }, { "question": "Wheelabrator Environmental Systems", - "icon": "./assets/data/nsi/logos/wheelabratorenvironmentalsystems-2ac081.undefined", "osmTags": { "and": [ "operator=Wheelabrator Environmental Systems", @@ -540735,7 +389773,6 @@ }, { "question": "Wisconsin Electric Power Company", - "icon": "./assets/data/nsi/logos/wisconsinelectricpowercompany-cf9054.undefined", "osmTags": { "and": [ "operator=Wisconsin Electric Power Company", @@ -540745,7 +389782,6 @@ }, { "question": "Wisconsin Power and Light Company", - "icon": "./assets/data/nsi/logos/wisconsinpowerandlightcompany-12c448.undefined", "osmTags": { "and": [ "operator=Wisconsin Power and Light Company", @@ -540771,7 +389807,6 @@ }, { "question": "WM Renewable Energy", - "icon": "./assets/data/nsi/logos/wmrenewableenergy-2ac081.undefined", "osmTags": { "and": [ "operator=WM Renewable Energy", @@ -540826,7 +389861,6 @@ }, { "question": "АО \"Красногорская теплосеть\"", - "icon": "./assets/data/nsi/logos/f4512b-d6d29e.undefined", "osmTags": { "and": [ "operator=АО \"Красногорская теплосеть\"", @@ -540836,7 +389870,6 @@ }, { "question": "Веолия Енерджи Варна", - "icon": "./assets/data/nsi/logos/5538b9-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -540881,7 +389914,6 @@ }, { "question": "ИНТЕР РАО ЕЭС", - "icon": "./assets/data/nsi/logos/interraoues-d6d29e.undefined", "osmTags": { "and": [ "power=plant", @@ -540898,7 +389930,6 @@ }, { "question": "ЈКП Београдске електране", - "icon": "./assets/data/nsi/logos/61e87b-b5970c.undefined", "osmTags": { "and": [ "operator=ЈКП Београдске електране", @@ -540908,7 +389939,6 @@ }, { "question": "МОЭК", - "icon": "./assets/data/nsi/logos/738c38-d6d29e.undefined", "osmTags": { "and": [ "operator=МОЭК", @@ -540933,7 +389963,6 @@ }, { "question": "ПАО «Т Плюс»", - "icon": "./assets/data/nsi/logos/6cf4d1-d6d29e.undefined", "osmTags": { "and": [ "operator=ПАО «Т Плюс»", @@ -540958,7 +389987,6 @@ }, { "question": "ТГК-1", - "icon": "./assets/data/nsi/logos/65d44d-d6d29e.undefined", "osmTags": { "and": [ "power=plant", @@ -540973,7 +390001,6 @@ }, { "question": "Топлофикация Бургас", - "icon": "./assets/data/nsi/logos/dac849-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -540988,7 +390015,6 @@ }, { "question": "Топлофикация Враца", - "icon": "./assets/data/nsi/logos/e23d2f-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -541018,7 +390044,6 @@ }, { "question": "Топлофикация Плевен", - "icon": "./assets/data/nsi/logos/2cd3dd-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -541033,7 +390058,6 @@ }, { "question": "Топлофикация Русе", - "icon": "./assets/data/nsi/logos/520b86-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -541048,7 +390072,6 @@ }, { "question": "Топлофикация Сливен", - "icon": "./assets/data/nsi/logos/b92d89-becb55.undefined", "osmTags": { "and": [ "power=plant", @@ -541078,7 +390101,6 @@ }, { "question": "Топлофикация София ЕАД", - "icon": "./assets/data/nsi/logos/b8ef5a-becb55.undefined", "osmTags": { "and": [ "operator=Топлофикация София ЕАД", @@ -541121,7 +390143,6 @@ }, { "question": "한국농어촌공사", - "icon": "./assets/data/nsi/logos/2aeb19-02dd35.undefined", "osmTags": { "and": [ "power=plant", @@ -541136,7 +390157,6 @@ }, { "question": "한국수력원자력", - "icon": "./assets/data/nsi/logos/7af654-02dd35.undefined", "osmTags": { "and": [ "power=plant", @@ -541152,7 +390172,6 @@ }, { "question": "한국중부발전", - "icon": "./assets/data/nsi/logos/28c025-02dd35.undefined", "osmTags": { "and": [ "power=plant", @@ -541167,7 +390186,6 @@ }, { "question": "中国华电-华电国际", - "icon": "./assets/data/nsi/logos/0bd5f2-42ff7b.undefined", "osmTags": { "and": [ "operator=中国华电-华电国际", @@ -541177,7 +390195,6 @@ }, { "question": "中国华电集团", - "icon": "./assets/data/nsi/logos/chinahuadiancorporation-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541194,7 +390211,6 @@ }, { "question": "中国华能-北方联合", - "icon": "./assets/data/nsi/logos/0f34d2-42ff7b.undefined", "osmTags": { "and": [ "operator=中国华能-北方联合", @@ -541204,7 +390220,6 @@ }, { "question": "中国华能-华能国际", - "icon": "./assets/data/nsi/logos/ff7de7-42ff7b.undefined", "osmTags": { "and": [ "operator=中国华能-华能国际", @@ -541214,7 +390229,6 @@ }, { "question": "中国华能集团", - "icon": "./assets/data/nsi/logos/chinahuanenggroup-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541231,7 +390245,6 @@ }, { "question": "中国大唐", - "icon": "./assets/data/nsi/logos/3995df-42ff7b.undefined", "osmTags": { "and": [ "operator=中国大唐", @@ -541241,7 +390254,6 @@ }, { "question": "中国大唐-大唐国际", - "icon": "./assets/data/nsi/logos/75cda0-42ff7b.undefined", "osmTags": { "and": [ "operator=中国大唐-大唐国际", @@ -541251,7 +390263,6 @@ }, { "question": "中国石化", - "icon": "./assets/data/nsi/logos/fd1cea-42ff7b.undefined", "osmTags": { "and": [ "operator=中国石化", @@ -541261,7 +390272,6 @@ }, { "question": "中国石油", - "icon": "./assets/data/nsi/logos/c8ec69-42ff7b.undefined", "osmTags": { "and": [ "operator=中国石油", @@ -541271,7 +390281,6 @@ }, { "question": "中国节能", - "icon": "./assets/data/nsi/logos/c89218-42ff7b.undefined", "osmTags": { "and": [ "operator=中国节能", @@ -541281,7 +390290,6 @@ }, { "question": "中国電力株式会社", - "icon": "./assets/data/nsi/logos/dc7674-083ddd.undefined", "osmTags": { "and": [ "operator=中国電力株式会社", @@ -541327,7 +390335,6 @@ }, { "question": "個人", - "icon": "./assets/data/nsi/logos/a1d1ec-083ddd.undefined", "osmTags": { "and": [ "operator=個人", @@ -541337,7 +390344,6 @@ }, { "question": "光大环保", - "icon": "./assets/data/nsi/logos/f1a269-42ff7b.undefined", "osmTags": { "and": [ "operator=光大环保", @@ -541347,7 +390353,6 @@ }, { "question": "北京能源-京能电力", - "icon": "./assets/data/nsi/logos/dc1c4d-42ff7b.undefined", "osmTags": { "and": [ "operator=北京能源-京能电力", @@ -541357,7 +390362,6 @@ }, { "question": "北海道電力", - "icon": "./assets/data/nsi/logos/be290e-083ddd.undefined", "osmTags": { "and": [ "operator=北海道電力", @@ -541367,7 +390371,6 @@ }, { "question": "华润电力", - "icon": "./assets/data/nsi/logos/ad322f-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541382,7 +390385,6 @@ }, { "question": "协合新能", - "icon": "./assets/data/nsi/logos/316ec6-42ff7b.undefined", "osmTags": { "and": [ "operator=协合新能", @@ -541409,7 +390411,6 @@ }, { "question": "国家电投", - "icon": "./assets/data/nsi/logos/15cd0e-42ff7b.undefined", "osmTags": { "and": [ "operator=国家电投", @@ -541419,7 +390420,6 @@ }, { "question": "国家能源", - "icon": "./assets/data/nsi/logos/8d7729-42ff7b.undefined", "osmTags": { "and": [ "operator=国家能源", @@ -541429,7 +390429,6 @@ }, { "question": "国家能源-中国神华", - "icon": "./assets/data/nsi/logos/82e6a3-42ff7b.undefined", "osmTags": { "and": [ "operator=国家能源-中国神华", @@ -541439,7 +390438,6 @@ }, { "question": "国家能源-北京国电", - "icon": "./assets/data/nsi/logos/cb09bb-42ff7b.undefined", "osmTags": { "and": [ "operator=国家能源-北京国电", @@ -541449,7 +390447,6 @@ }, { "question": "山东能源", - "icon": "./assets/data/nsi/logos/4d844b-42ff7b.undefined", "osmTags": { "and": [ "operator=山东能源", @@ -541459,7 +390456,6 @@ }, { "question": "广东粤电", - "icon": "./assets/data/nsi/logos/303876-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541474,7 +390470,6 @@ }, { "question": "東京発電株式会社", - "icon": "./assets/data/nsi/logos/tokyoelectricgenerationcompany-083ddd.undefined", "osmTags": { "and": [ "power=plant", @@ -541510,7 +390505,6 @@ }, { "question": "東京電力リニューアブルパワー", - "icon": "./assets/data/nsi/logos/tepcorenewablepower-083ddd.undefined", "osmTags": { "and": [ "power=plant", @@ -541545,7 +390539,6 @@ }, { "question": "江永县水利水电责任公司", - "icon": "./assets/data/nsi/logos/7f3ec1-42ff7b.undefined", "osmTags": { "and": [ "operator=江永县水利水电责任公司", @@ -541555,7 +390548,6 @@ }, { "question": "浙能电力", - "icon": "./assets/data/nsi/logos/4bfddc-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541570,7 +390562,6 @@ }, { "question": "玖龙纸业", - "icon": "./assets/data/nsi/logos/0fff43-42ff7b.undefined", "osmTags": { "and": [ "operator=玖龙纸业", @@ -541580,7 +390571,6 @@ }, { "question": "琦泉热电", - "icon": "./assets/data/nsi/logos/a28b9f-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541595,7 +390585,6 @@ }, { "question": "群馬県企業局", - "icon": "./assets/data/nsi/logos/f8514d-083ddd.undefined", "osmTags": { "and": [ "power=plant", @@ -541646,7 +390635,6 @@ }, { "question": "魏桥创业", - "icon": "./assets/data/nsi/logos/shandongweiqiaopioneeringgroup-42ff7b.undefined", "osmTags": { "and": [ "power=plant", @@ -541844,7 +390832,6 @@ }, { "question": "Afluente Transmissão de Energia Elétrica", - "icon": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-0aa22a.undefined", "osmTags": { "and": [ "operator=Afluente Transmissão de Energia Elétrica", @@ -541869,7 +390856,6 @@ }, { "question": "Agrienergia", - "icon": "./assets/data/nsi/logos/agrienergia-139d53.undefined", "osmTags": { "and": [ "operator=Agrienergia", @@ -541910,7 +390896,6 @@ }, { "question": "Allegheny Power System", - "icon": "./assets/data/nsi/logos/alleghenypowersystem-a0c984.undefined", "osmTags": { "and": [ "power=pole", @@ -541957,7 +390942,6 @@ }, { "question": "Alta Kraftlag", - "icon": "./assets/data/nsi/logos/altakraftlag-05f310.undefined", "osmTags": { "and": [ "operator=Alta Kraftlag", @@ -541982,7 +390966,6 @@ }, { "question": "Alternative Resource Energy Authority", - "icon": "./assets/data/nsi/logos/alternativeresourceenergyauthority-4e702c.undefined", "osmTags": { "and": [ "operator=Alternative Resource Energy Authority", @@ -541992,7 +390975,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -542007,7 +390989,6 @@ }, { "question": "Amazonas Energia", - "icon": "./assets/data/nsi/logos/amazonasenergia-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -542022,7 +391003,6 @@ }, { "question": "Amazonas Geração e Transmissão de Energia", - "icon": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-0aa22a.undefined", "osmTags": { "and": [ "operator=Amazonas Geração e Transmissão de Energia", @@ -542048,7 +391028,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-c17ebf.undefined", "osmTags": { "and": [ "power=pole", @@ -542063,7 +391042,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-777c2a.undefined", "osmTags": { "and": [ "power=pole", @@ -542078,7 +391056,6 @@ }, { "question": "American Transmission Systems", - "icon": "./assets/data/nsi/logos/americantransmissionsystems-e4eb0b.undefined", "osmTags": { "and": [ "power=pole", @@ -542153,7 +391130,6 @@ }, { "question": "Angeles Electric Corporation", - "icon": "./assets/data/nsi/logos/angeleselectriccorporation-4b9a17.undefined", "osmTags": { "and": [ "power=pole", @@ -542183,7 +391159,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -542198,7 +391173,6 @@ }, { "question": "Arendals Fossekompani", - "icon": "./assets/data/nsi/logos/arendalsfossekompani-05f310.undefined", "osmTags": { "and": [ "operator=Arendals Fossekompani", @@ -542223,7 +391197,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-ab0eee.undefined", "osmTags": { "and": [ "power=pole", @@ -542253,7 +391226,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -542358,7 +391330,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-3edee5.undefined", "osmTags": { "and": [ "power=pole", @@ -542373,7 +391344,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-b411b9.undefined", "osmTags": { "and": [ "power=pole", @@ -542418,7 +391388,6 @@ }, { "question": "Azusa Light & Power", - "icon": "./assets/data/nsi/logos/azusalightandpower-4d73bd.undefined", "osmTags": { "and": [ "operator=Azusa Light & Power", @@ -542444,7 +391413,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -542459,7 +391427,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-4b9a17.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -542499,7 +391466,6 @@ }, { "question": "Beaches Energy Services", - "icon": "./assets/data/nsi/logos/beachesenergyservices-7b79c3.undefined", "osmTags": { "and": [ "power=pole", @@ -542514,7 +391480,6 @@ }, { "question": "Beauregard Electric Cooperative", - "icon": "./assets/data/nsi/logos/beauregardelectriccooperative-16cc25.undefined", "osmTags": { "and": [ "operator=Beauregard Electric Cooperative", @@ -542540,7 +391505,6 @@ }, { "question": "Bentonville Electrical Utility Department", - "icon": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-ab0eee.undefined", "osmTags": { "and": [ "operator=Bentonville Electrical Utility Department", @@ -542550,7 +391514,6 @@ }, { "question": "Bessemer Electric Service", - "icon": "./assets/data/nsi/logos/bessemerelectricservice-58f3ef.undefined", "osmTags": { "and": [ "operator=Bessemer Electric Service", @@ -542560,7 +391523,6 @@ }, { "question": "Bihar State Electricity Board", - "icon": "./assets/data/nsi/logos/biharstateelectricityboard-178f76.undefined", "osmTags": { "and": [ "operator=Bihar State Electricity Board", @@ -542600,7 +391562,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-8c99ae.undefined", "osmTags": { "and": [ "power=pole", @@ -542662,7 +391623,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-9abe55.undefined", "osmTags": { "and": [ "power=pole", @@ -542678,7 +391638,6 @@ }, { "question": "Braunschweiger Netz GmbH", - "icon": "./assets/data/nsi/logos/braunschweigernetzgmbh-91d594.undefined", "osmTags": { "and": [ "power=pole", @@ -542693,7 +391652,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-b4c145.undefined", "osmTags": { "and": [ "power=pole", @@ -542723,7 +391681,6 @@ }, { "question": "Brookings Municipal Utilities", - "icon": "./assets/data/nsi/logos/brookingsmunicipalutilities-ef4772.undefined", "osmTags": { "and": [ "operator=Brookings Municipal Utilities", @@ -542763,7 +391720,6 @@ }, { "question": "CADAFE", - "icon": "./assets/data/nsi/logos/cadafe-1a0ccd.undefined", "osmTags": { "and": [ "operator=CADAFE", @@ -542788,7 +391744,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-9e9307.undefined", "osmTags": { "and": [ "power=pole", @@ -542848,7 +391803,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-814e3b.undefined", "osmTags": { "and": [ "power=pole", @@ -542878,7 +391832,6 @@ }, { "question": "Celg Geração e Transmissão S.A.", - "icon": "./assets/data/nsi/logos/celggeracaoetransmissaosa-0aa22a.undefined", "osmTags": { "and": [ "operator=Celg Geração e Transmissão S.A.", @@ -542918,7 +391871,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-c17ebf.undefined", "osmTags": { "and": [ "power=pole", @@ -542948,7 +391900,6 @@ }, { "question": "CEPALCO", - "icon": "./assets/data/nsi/logos/cepalco-4b9a17.undefined", "osmTags": { "and": [ "operator=CEPALCO", @@ -542988,7 +391939,6 @@ }, { "question": "Certel", - "icon": "./assets/data/nsi/logos/certel-0aa22a.undefined", "osmTags": { "and": [ "operator=Certel", @@ -543014,7 +391964,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-831eb3.undefined", "osmTags": { "and": [ "power=pole", @@ -543029,7 +391978,6 @@ }, { "question": "CFM", - "icon": "./assets/data/nsi/logos/cfm-9ddea3.undefined", "osmTags": { "and": [ "operator=CFM", @@ -543054,7 +392002,6 @@ }, { "question": "CGE Transmisión", - "icon": "./assets/data/nsi/logos/cgetransmision-565432.undefined", "osmTags": { "and": [ "operator=CGE Transmisión", @@ -543064,7 +392011,6 @@ }, { "question": "CGWF", - "icon": "./assets/data/nsi/logos/cgwf-79d5c9.undefined", "osmTags": { "and": [ "operator=CGWF", @@ -543074,7 +392020,6 @@ }, { "question": "Chimarrão Transmissora de Energia", - "icon": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-0aa22a.undefined", "osmTags": { "and": [ "operator=Chimarrão Transmissora de Energia", @@ -543084,7 +392029,6 @@ }, { "question": "CIE", - "icon": "./assets/data/nsi/logos/cie-2908e9.undefined", "osmTags": { "and": [ "operator=CIE", @@ -543155,7 +392099,6 @@ }, { "question": "City of Harrisonburg", - "icon": "./assets/data/nsi/logos/cityofharrisonburg-f601d1.undefined", "osmTags": { "and": [ "power=pole", @@ -543170,7 +392113,6 @@ }, { "question": "City of Harrisonville Electric Department", - "icon": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-c17ebf.undefined", "osmTags": { "and": [ "operator=City of Harrisonville Electric Department", @@ -543240,7 +392182,6 @@ }, { "question": "City of Owensboro", - "icon": "./assets/data/nsi/logos/cityofowensboro-09c49f.undefined", "osmTags": { "and": [ "power=pole", @@ -543255,7 +392196,6 @@ }, { "question": "City of Radford", - "icon": "./assets/data/nsi/logos/cityofradford-f601d1.undefined", "osmTags": { "and": [ "power=pole", @@ -543270,7 +392210,6 @@ }, { "question": "City of Salem", - "icon": "./assets/data/nsi/logos/cityofsalem-f601d1.undefined", "osmTags": { "and": [ "power=pole", @@ -543300,7 +392239,6 @@ }, { "question": "City of Tupelo Water & Light Department", - "icon": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-ac8329.undefined", "osmTags": { "and": [ "operator=City of Tupelo Water & Light Department", @@ -543310,7 +392248,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-f94165.undefined", "osmTags": { "and": [ "power=pole", @@ -543325,7 +392262,6 @@ }, { "question": "Clark Electric Distribution Company", - "icon": "./assets/data/nsi/logos/clarkelectricdistributioncompany-4b9a17.undefined", "osmTags": { "and": [ "power=pole", @@ -543355,7 +392291,6 @@ }, { "question": "Clarksville Department of Electricity", - "icon": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-ef3bf9.undefined", "osmTags": { "and": [ "operator=Clarksville Department of Electricity", @@ -543410,7 +392345,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-0aa22a.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -543420,7 +392354,6 @@ }, { "question": "CNEL Guayas Los Rios", - "icon": "./assets/data/nsi/logos/cnelguayaslosrios-814e3b.undefined", "osmTags": { "and": [ "operator=CNEL Guayas Los Rios", @@ -543430,7 +392363,6 @@ }, { "question": "CNEL Los Rios", - "icon": "./assets/data/nsi/logos/cnellosrios-814e3b.undefined", "osmTags": { "and": [ "operator=CNEL Los Rios", @@ -543440,7 +392372,6 @@ }, { "question": "CNEL-Esmeraldas", - "icon": "./assets/data/nsi/logos/cnelesmeraldas-814e3b.undefined", "osmTags": { "and": [ "operator=CNEL-Esmeraldas", @@ -543450,7 +392381,6 @@ }, { "question": "CNEL-Manabí", - "icon": "./assets/data/nsi/logos/cnelmanabi-814e3b.undefined", "osmTags": { "and": [ "operator=CNEL-Manabí", @@ -543460,7 +392390,6 @@ }, { "question": "CNEL-Sta. Elena", - "icon": "./assets/data/nsi/logos/cnelstaelena-814e3b.undefined", "osmTags": { "and": [ "operator=CNEL-Sta. Elena", @@ -543545,7 +392474,6 @@ }, { "question": "Columbus Light & Water", - "icon": "./assets/data/nsi/logos/columbuslightandwater-ac8329.undefined", "osmTags": { "and": [ "operator=Columbus Light & Water", @@ -543586,7 +392514,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-31b156.undefined", "osmTags": { "and": [ "power=pole", @@ -543602,7 +392529,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-2908e9.undefined", "osmTags": { "and": [ "power=pole", @@ -543618,7 +392544,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -543633,7 +392558,6 @@ }, { "question": "Companhia de Transmissão de Energia Elétrica Paulista", - "icon": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-0aa22a.undefined", "osmTags": { "and": [ "operator=Companhia de Transmissão de Energia Elétrica Paulista", @@ -543643,7 +392567,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -543659,7 +392582,6 @@ }, { "question": "Concordia Electric Cooperative", - "icon": "./assets/data/nsi/logos/concordiaelectriccooperative-16cc25.undefined", "osmTags": { "and": [ "operator=Concordia Electric Cooperative", @@ -543684,7 +392606,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-ef3bf9.undefined", "osmTags": { "and": [ "power=pole", @@ -543714,7 +392635,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-1b6c2f.undefined", "osmTags": { "and": [ "power=pole", @@ -543805,7 +392725,6 @@ }, { "question": "Counties Power", - "icon": "./assets/data/nsi/logos/countiespower-54adcf.undefined", "osmTags": { "and": [ "operator=Counties Power", @@ -543830,7 +392749,6 @@ }, { "question": "CPFL Transmissão Sul", - "icon": "./assets/data/nsi/logos/cpfltransmissaosul-0aa22a.undefined", "osmTags": { "and": [ "operator=CPFL Transmissão Sul", @@ -543855,7 +392773,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-58f3ef.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -543865,7 +392782,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-a7abf4.undefined", "osmTags": { "and": [ "power=pole", @@ -543880,7 +392796,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -543925,7 +392840,6 @@ }, { "question": "Dalane Nett", - "icon": "./assets/data/nsi/logos/dalanenett-05f310.undefined", "osmTags": { "and": [ "operator=Dalane Nett", @@ -543935,7 +392849,6 @@ }, { "question": "Dalhousie Mountain Wind", - "icon": "./assets/data/nsi/logos/dalhousiemountainwind-4e702c.undefined", "osmTags": { "and": [ "operator=Dalhousie Mountain Wind", @@ -543945,7 +392858,6 @@ }, { "question": "Danville Utilities", - "icon": "./assets/data/nsi/logos/danvilleutilities-f601d1.undefined", "osmTags": { "and": [ "operator=Danville Utilities", @@ -544031,7 +392943,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-cf5aaf.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -544041,7 +392952,6 @@ }, { "question": "Dinel", - "icon": "./assets/data/nsi/logos/dinel-677094.undefined", "osmTags": { "and": [ "operator=Dinel", @@ -544051,7 +392961,6 @@ }, { "question": "DME Distribuição S.A", - "icon": "./assets/data/nsi/logos/dmedistribuicaosa-0aa22a.undefined", "osmTags": { "and": [ "operator=DME Distribuição S.A", @@ -544076,7 +392985,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-cf81af.undefined", "osmTags": { "and": [ "power=pole", @@ -544136,7 +393044,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-4f03c4.undefined", "osmTags": { "and": [ "power=pole", @@ -544227,7 +393134,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-814e3b.undefined", "osmTags": { "and": [ "operator=E.E. Centro Sur", @@ -544237,7 +393143,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-814e3b.undefined", "osmTags": { "and": [ "operator=E.E. Quito", @@ -544247,7 +393152,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-814e3b.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -544347,7 +393251,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-54adcf.undefined", "osmTags": { "and": [ "power=pole", @@ -544362,7 +393265,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-294d85.undefined", "osmTags": { "and": [ "operator=EDE", @@ -544372,7 +393274,6 @@ }, { "question": "EDELCA", - "icon": "./assets/data/nsi/logos/edelca-1a0ccd.undefined", "osmTags": { "and": [ "operator=EDELCA", @@ -544397,7 +393298,6 @@ }, { "question": "EDF SEI", - "icon": "./assets/data/nsi/logos/edfsei-76dcb2.undefined", "osmTags": { "and": [ "operator=EDF SEI", @@ -544407,7 +393307,6 @@ }, { "question": "EDH", - "icon": "./assets/data/nsi/logos/edh-49ff37.undefined", "osmTags": { "and": [ "operator=EDH", @@ -544432,7 +393331,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-a1a732.undefined", "osmTags": { "and": [ "power=pole", @@ -544480,7 +393378,6 @@ }, { "question": "EEB", - "icon": "./assets/data/nsi/logos/eeb-0aa22a.undefined", "osmTags": { "and": [ "operator=EEB", @@ -544490,7 +393387,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-294d85.undefined", "osmTags": { "and": [ "operator=EED", @@ -544515,7 +393411,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-515674.undefined", "osmTags": { "and": [ "power=pole", @@ -544530,7 +393425,6 @@ }, { "question": "Eidefoss", - "icon": "./assets/data/nsi/logos/eidefoss-05f310.undefined", "osmTags": { "and": [ "operator=Eidefoss", @@ -544570,7 +393464,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-6c22c4.undefined", "osmTags": { "and": [ "power=pole", @@ -544585,7 +393478,6 @@ }, { "question": "Electricidade de Moçambique", - "icon": "./assets/data/nsi/logos/electricidadedemocambique-c787cd.undefined", "osmTags": { "and": [ "power=pole", @@ -544617,7 +393509,6 @@ }, { "question": "Électricité de Mayotte", - "icon": "./assets/data/nsi/logos/electricitedemayotte-3114bf.undefined", "osmTags": { "and": [ "power=pole", @@ -544633,7 +393524,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-55eaef.undefined", "osmTags": { "and": [ "power=pole", @@ -544664,7 +393554,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-c8ef55.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -544689,7 +393578,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -544704,7 +393592,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-b59e2c.undefined", "osmTags": { "and": [ "power=pole", @@ -544720,7 +393607,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-b5f3e8.undefined", "osmTags": { "and": [ "power=pole", @@ -544766,7 +393652,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-798e53.undefined", "osmTags": { "and": [ "power=pole", @@ -544782,7 +393667,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -544797,7 +393681,6 @@ }, { "question": "Eletrobras Distribuição AM", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-0aa22a.undefined", "osmTags": { "and": [ "operator=Eletrobras Distribuição AM", @@ -544807,7 +393690,6 @@ }, { "question": "Eletrobrás Distribuição Roraima", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-0aa22a.undefined", "osmTags": { "and": [ "operator=Eletrobrás Distribuição Roraima", @@ -544817,7 +393699,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -544847,7 +393728,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -544877,7 +393757,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -544907,7 +393786,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -544952,7 +393830,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-294d85.undefined", "osmTags": { "and": [ "power=pole", @@ -544967,7 +393844,6 @@ }, { "question": "Emera", - "icon": "./assets/data/nsi/logos/emera-a2e6e1.undefined", "osmTags": { "and": [ "power=pole", @@ -544998,7 +393874,6 @@ }, { "question": "Empresa Provincial de la Energía de Santa Fe", - "icon": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-3f53e7.undefined", "osmTags": { "and": [ "operator=Empresa Provincial de la Energía de Santa Fe", @@ -545008,7 +393883,6 @@ }, { "question": "ENDE Transmisión", - "icon": "./assets/data/nsi/logos/endetransmision-441803.undefined", "osmTags": { "and": [ "operator=ENDE Transmisión", @@ -545078,7 +393952,6 @@ }, { "question": "ENEE", - "icon": "./assets/data/nsi/logos/enee-591c39.undefined", "osmTags": { "and": [ "operator=ENEE", @@ -545118,7 +393991,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -545163,7 +394035,6 @@ }, { "question": "Enercal", - "icon": "./assets/data/nsi/logos/enercal-933ae3.undefined", "osmTags": { "and": [ "operator=Enercal", @@ -545173,7 +394044,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-91d594.undefined", "osmTags": { "and": [ "power=pole", @@ -545203,7 +394073,6 @@ }, { "question": "Energética Águas da Pedra S.A.", - "icon": "./assets/data/nsi/logos/energeticaaguasdapedrasa-0aa22a.undefined", "osmTags": { "and": [ "operator=Energética Águas da Pedra S.A.", @@ -545274,7 +394143,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-c94250.undefined", "osmTags": { "and": [ "operator=Energie und Wasser Potsdam GmbH", @@ -545284,7 +394152,6 @@ }, { "question": "Energienetze Steiermark", - "icon": "./assets/data/nsi/logos/energienetzesteiermark-1c7012.undefined", "osmTags": { "and": [ "operator=Energienetze Steiermark", @@ -545310,7 +394177,6 @@ }, { "question": "Energieversorgung Schwaben", - "icon": "./assets/data/nsi/logos/energieversorgungschwaben-c94250.undefined", "osmTags": { "and": [ "operator=Energieversorgung Schwaben", @@ -545335,7 +394201,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -545350,7 +394215,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -545365,7 +394229,6 @@ }, { "question": "Energisa BO", - "icon": "./assets/data/nsi/logos/energisabo-0aa22a.undefined", "osmTags": { "and": [ "operator=Energisa BO", @@ -545375,7 +394238,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-abf7ba.undefined", "osmTags": { "and": [ "power=pole", @@ -545390,7 +394252,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -545421,7 +394282,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-97b3a1.undefined", "osmTags": { "and": [ "power=pole", @@ -545436,7 +394296,6 @@ }, { "question": "Enersur", - "icon": "./assets/data/nsi/logos/enersur-683aa0.undefined", "osmTags": { "and": [ "operator=Enersur", @@ -545461,7 +394320,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-bf3b54.undefined", "osmTags": { "and": [ "power=pole", @@ -545506,7 +394364,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -545596,7 +394453,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-806dbc.undefined", "osmTags": { "and": [ "power=pole", @@ -545611,7 +394467,6 @@ }, { "question": "Entergy New Orleans", - "icon": "./assets/data/nsi/logos/entergyneworleans-16cc25.undefined", "osmTags": { "and": [ "power=pole", @@ -545686,7 +394541,6 @@ }, { "question": "EPV Alueverkko", - "icon": "./assets/data/nsi/logos/epvalueverkko-48367d.undefined", "osmTags": { "and": [ "operator=EPV Alueverkko", @@ -545696,7 +394550,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -545711,7 +394564,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-c88178.undefined", "osmTags": { "and": [ "power=pole", @@ -545726,7 +394578,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-7391e6.undefined", "osmTags": { "and": [ "power=pole", @@ -545741,7 +394592,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-30d118.undefined", "osmTags": { "and": [ "power=pole", @@ -545756,7 +394606,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-2dacb5.undefined", "osmTags": { "and": [ "power=pole", @@ -545771,7 +394620,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-3986a8.undefined", "osmTags": { "and": [ "power=pole", @@ -545831,7 +394679,6 @@ }, { "question": "ESCOM", - "icon": "./assets/data/nsi/logos/escom-7282b2.undefined", "osmTags": { "and": [ "operator=ESCOM", @@ -545887,7 +394734,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-f94165.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -545913,7 +394759,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-294d85.undefined", "osmTags": { "and": [ "operator=ETI", @@ -545970,7 +394815,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -546016,7 +394860,6 @@ }, { "question": "Evonik", - "icon": "./assets/data/nsi/logos/evonik-c94250.undefined", "osmTags": { "and": [ "operator=Evonik", @@ -546087,7 +394930,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-0223fd.undefined", "osmTags": { "and": [ "power=pole", @@ -546147,7 +394989,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-1b9ad8.undefined", "osmTags": { "and": [ "power=pole", @@ -546162,7 +395003,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-58f3ef.undefined", "osmTags": { "and": [ "power=pole", @@ -546177,7 +395017,6 @@ }, { "question": "Florida Keys Electric Cooperative", - "icon": "./assets/data/nsi/logos/floridakeyselectriccooperative-7b79c3.undefined", "osmTags": { "and": [ "power=pole", @@ -546207,7 +395046,6 @@ }, { "question": "Florida Public Utilities", - "icon": "./assets/data/nsi/logos/floridapublicutilities-7b79c3.undefined", "osmTags": { "and": [ "power=pole", @@ -546222,7 +395060,6 @@ }, { "question": "Fort Pierce Utilities", - "icon": "./assets/data/nsi/logos/fortpierceutilities-7b79c3.undefined", "osmTags": { "and": [ "operator=Fort Pierce Utilities", @@ -546232,7 +395069,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-70d480.undefined", "osmTags": { "and": [ "power=pole", @@ -546277,7 +395113,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-97b3a1.undefined", "osmTags": { "and": [ "power=pole", @@ -546338,7 +395173,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-b4c145.undefined", "osmTags": { "and": [ "power=pole", @@ -546354,7 +395188,6 @@ }, { "question": "GECOL.LY", - "icon": "./assets/data/nsi/logos/gecolly-81069e.undefined", "osmTags": { "and": [ "operator=GECOL.LY", @@ -546364,7 +395197,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-ace97b.undefined", "osmTags": { "and": [ "power=pole", @@ -546379,7 +395211,6 @@ }, { "question": "Georgia Transmission Corporation", - "icon": "./assets/data/nsi/logos/georgiatransmissioncorporation-ace97b.undefined", "osmTags": { "and": [ "operator=Georgia Transmission Corporation", @@ -546389,7 +395220,6 @@ }, { "question": "Gerdau", - "icon": "./assets/data/nsi/logos/gerdau-0aa22a.undefined", "osmTags": { "and": [ "operator=Gerdau", @@ -546399,7 +395229,6 @@ }, { "question": "GEYSEL", - "icon": "./assets/data/nsi/logos/geysel-21d179.undefined", "osmTags": { "and": [ "operator=GEYSEL", @@ -546409,7 +395238,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-55eaef.undefined", "osmTags": { "and": [ "power=pole", @@ -546424,7 +395252,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-1b9ad8.undefined", "osmTags": { "and": [ "power=pole", @@ -546484,7 +395311,6 @@ }, { "question": "Gralha Azul Transmissora de Energia", - "icon": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-0aa22a.undefined", "osmTags": { "and": [ "operator=Gralha Azul Transmissora de Energia", @@ -546510,7 +395336,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-776d25.undefined", "osmTags": { "and": [ "power=pole", @@ -546571,7 +395396,6 @@ }, { "question": "GRTE", - "icon": "./assets/data/nsi/logos/grte-9dcc3d.undefined", "osmTags": { "and": [ "operator=GRTE", @@ -546581,7 +395405,6 @@ }, { "question": "Gudbrandsdal Energi", - "icon": "./assets/data/nsi/logos/gudbrandsdalenergi-05f310.undefined", "osmTags": { "and": [ "operator=Gudbrandsdal Energi", @@ -546591,7 +395414,6 @@ }, { "question": "Guntersville Electric Board", - "icon": "./assets/data/nsi/logos/guntersvilleelectricboard-58f3ef.undefined", "osmTags": { "and": [ "operator=Guntersville Electric Board", @@ -546601,7 +395423,6 @@ }, { "question": "Hafslund E-CO Vannkraft", - "icon": "./assets/data/nsi/logos/hafslundecovannkraft-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -546616,7 +395437,6 @@ }, { "question": "Hallingdal Kraftnett", - "icon": "./assets/data/nsi/logos/hallingdalkraftnett-05f310.undefined", "osmTags": { "and": [ "operator=Hallingdal Kraftnett", @@ -546626,7 +395446,6 @@ }, { "question": "Hammerfest Energi Nett", - "icon": "./assets/data/nsi/logos/hammerfestenerginett-05f310.undefined", "osmTags": { "and": [ "operator=Hammerfest Energi Nett", @@ -546681,7 +395500,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-cbc0ce.undefined", "osmTags": { "and": [ "power=pole", @@ -546696,7 +395514,6 @@ }, { "question": "HEP ODS", - "icon": "./assets/data/nsi/logos/hepods-cbc0ce.undefined", "osmTags": { "and": [ "operator=HEP ODS", @@ -546706,7 +395523,6 @@ }, { "question": "Herøya Nett", - "icon": "./assets/data/nsi/logos/heroyanett-05f310.undefined", "osmTags": { "and": [ "operator=Herøya Nett", @@ -546716,7 +395532,6 @@ }, { "question": "Herrfors", - "icon": "./assets/data/nsi/logos/herrfors-48367d.undefined", "osmTags": { "and": [ "operator=Herrfors", @@ -546726,7 +395541,6 @@ }, { "question": "Hetch Hetchy Water & Power", - "icon": "./assets/data/nsi/logos/hetchhetchywaterandpower-4d73bd.undefined", "osmTags": { "and": [ "operator=Hetch Hetchy Water & Power", @@ -546736,7 +395550,6 @@ }, { "question": "Holyoke Gas & Electric", - "icon": "./assets/data/nsi/logos/holyokegasandelectric-1229c3.undefined", "osmTags": { "and": [ "power=pole", @@ -546751,7 +395564,6 @@ }, { "question": "HOPS", - "icon": "./assets/data/nsi/logos/hops-cbc0ce.undefined", "osmTags": { "and": [ "operator=HOPS", @@ -546791,7 +395603,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-4c765c.undefined", "osmTags": { "and": [ "power=pole", @@ -546821,7 +395632,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-8e54ec.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -546831,7 +395641,6 @@ }, { "question": "I/S Midtkraft", - "icon": "./assets/data/nsi/logos/ismidtkraft-677094.undefined", "osmTags": { "and": [ "operator=I/S Midtkraft", @@ -546949,7 +395758,6 @@ }, { "question": "INELFE", - "icon": "./assets/data/nsi/logos/inelfe-e603ae.undefined", "osmTags": { "and": [ "power=pole", @@ -546980,7 +395788,6 @@ }, { "question": "Interchile", - "icon": "./assets/data/nsi/logos/interchile-565432.undefined", "osmTags": { "and": [ "operator=Interchile", @@ -546990,7 +395797,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-4255c5.undefined", "osmTags": { "and": [ "power=pole", @@ -547006,7 +395812,6 @@ }, { "question": "Interligação Elétrica do Madeira S.A", - "icon": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -547051,7 +395856,6 @@ }, { "question": "Istad Nett", - "icon": "./assets/data/nsi/logos/istadnett-05f310.undefined", "osmTags": { "and": [ "operator=Istad Nett", @@ -547153,7 +395957,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-97b3a1.undefined", "osmTags": { "and": [ "power=pole", @@ -547223,7 +396026,6 @@ }, { "question": "Juruena Participações e Investimentos S.A", - "icon": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-0aa22a.undefined", "osmTags": { "and": [ "operator=Juruena Participações e Investimentos S.A", @@ -547233,7 +396035,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-fb6f08.undefined", "osmTags": { "and": [ "power=pole", @@ -547264,7 +396065,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-7187c6.undefined", "osmTags": { "and": [ "power=pole", @@ -547280,7 +396080,6 @@ }, { "question": "KEDCO", - "icon": "./assets/data/nsi/logos/kedco-784ea8.undefined", "osmTags": { "and": [ "operator=KEDCO", @@ -547320,7 +396119,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-09c49f.undefined", "osmTags": { "and": [ "power=pole", @@ -547351,7 +396149,6 @@ }, { "question": "Ketraco", - "icon": "./assets/data/nsi/logos/ketraco-08a237.undefined", "osmTags": { "and": [ "power=pole", @@ -547366,7 +396163,6 @@ }, { "question": "Keys Energy Services", - "icon": "./assets/data/nsi/logos/keysenergyservices-7b79c3.undefined", "osmTags": { "and": [ "power=pole", @@ -547412,7 +396208,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-178f76.undefined", "osmTags": { "and": [ "power=pole", @@ -547427,7 +396222,6 @@ }, { "question": "Kraftnät Åland", - "icon": "./assets/data/nsi/logos/kraftnataland-48367d.undefined", "osmTags": { "and": [ "power=pole", @@ -547489,7 +396283,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-502d94.undefined", "osmTags": { "and": [ "power=pole", @@ -547504,7 +396297,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-b11ee8.undefined", "osmTags": { "and": [ "power=pole", @@ -547519,7 +396311,6 @@ }, { "question": "Lassen Municipal Utility District", - "icon": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-4d73bd.undefined", "osmTags": { "and": [ "operator=Lassen Municipal Utility District", @@ -547576,7 +396367,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -547591,7 +396381,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-be8a66.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -547616,7 +396405,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-046ad0.undefined", "osmTags": { "and": [ "power=pole", @@ -547632,7 +396420,6 @@ }, { "question": "Liberty Utilities", - "icon": "./assets/data/nsi/logos/libertyutilities-777c2a.undefined", "osmTags": { "and": [ "operator=Liberty Utilities", @@ -547642,7 +396429,6 @@ }, { "question": "Lidköping Elnät", - "icon": "./assets/data/nsi/logos/lidkopingelnat-cbf906.undefined", "osmTags": { "and": [ "operator=Lidköping Elnät", @@ -547652,7 +396438,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -547682,7 +396467,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-05f310.undefined", "osmTags": { "and": [ "operator=Linea", @@ -547722,7 +396506,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -547752,7 +396535,6 @@ }, { "question": "Lofotkraft", - "icon": "./assets/data/nsi/logos/lofotkraft-05f310.undefined", "osmTags": { "and": [ "operator=Lofotkraft", @@ -547762,7 +396544,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-08de41.undefined", "osmTags": { "and": [ "power=pole", @@ -547777,7 +396558,6 @@ }, { "question": "Louisville Gas & Electric", - "icon": "./assets/data/nsi/logos/louisvillegasandelectric-09c49f.undefined", "osmTags": { "and": [ "power=pole", @@ -547808,7 +396588,6 @@ }, { "question": "LS Power", - "icon": "./assets/data/nsi/logos/lspower-b4c145.undefined", "osmTags": { "and": [ "power=pole", @@ -547854,7 +396633,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -547869,7 +396647,6 @@ }, { "question": "Luminora Solar Dos", - "icon": "./assets/data/nsi/logos/luminorasolardos-139d53.undefined", "osmTags": { "and": [ "operator=Luminora Solar Dos", @@ -547909,7 +396686,6 @@ }, { "question": "Mantiqueira Transmissora de Energia", - "icon": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-0aa22a.undefined", "osmTags": { "and": [ "operator=Mantiqueira Transmissora de Energia", @@ -547919,7 +396695,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-cb5938.undefined", "osmTags": { "and": [ "power=pole", @@ -547934,7 +396709,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-0af05a.undefined", "osmTags": { "and": [ "power=pole", @@ -547994,7 +396768,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-ef03b3.undefined", "osmTags": { "and": [ "power=pole", @@ -548009,7 +396782,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-294d85.undefined", "osmTags": { "and": [ "power=pole", @@ -548039,7 +396811,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548100,7 +396871,6 @@ }, { "question": "Michigan Public Power Agency", - "icon": "./assets/data/nsi/logos/michiganpublicpoweragency-b11ee8.undefined", "osmTags": { "and": [ "operator=Michigan Public Power Agency", @@ -548126,7 +396896,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548156,7 +396925,6 @@ }, { "question": "Minera Centinela", - "icon": "./assets/data/nsi/logos/mineracentinela-565432.undefined", "osmTags": { "and": [ "operator=Minera Centinela", @@ -548166,7 +396934,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-565432.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -548176,7 +396943,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-565432.undefined", "osmTags": { "and": [ "power=pole", @@ -548221,7 +396987,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-1b9ad8.undefined", "osmTags": { "and": [ "power=pole", @@ -548251,7 +397016,6 @@ }, { "question": "Missouri Power & Light Company", - "icon": "./assets/data/nsi/logos/missouripowerandlightcompany-c17ebf.undefined", "osmTags": { "and": [ "operator=Missouri Power & Light Company", @@ -548261,7 +397025,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-792d3b.undefined", "osmTags": { "and": [ "power=pole", @@ -548276,7 +397039,6 @@ }, { "question": "Modesto Irrigation District", - "icon": "./assets/data/nsi/logos/modestoirrigationdistrict-4d73bd.undefined", "osmTags": { "and": [ "power=pole", @@ -548306,7 +397068,6 @@ }, { "question": "Moorhead Public Service", - "icon": "./assets/data/nsi/logos/moorheadpublicservice-add366.undefined", "osmTags": { "and": [ "operator=Moorhead Public Service", @@ -548316,7 +397077,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-178f76.undefined", "osmTags": { "and": [ "power=pole", @@ -548331,7 +397091,6 @@ }, { "question": "Mutual Energy", - "icon": "./assets/data/nsi/logos/mutualenergy-af96ca.undefined", "osmTags": { "and": [ "power=pole", @@ -548346,7 +397105,6 @@ }, { "question": "MVM PA", - "icon": "./assets/data/nsi/logos/mvmpa-294d85.undefined", "osmTags": { "and": [ "operator=MVM PA", @@ -548356,7 +397114,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-03ae2b.undefined", "osmTags": { "and": [ "power=pole", @@ -548372,7 +397129,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-6fe3c7.undefined", "osmTags": { "and": [ "power=pole", @@ -548496,7 +397252,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5e8583.undefined", "osmTags": { "and": [ "power=pole", @@ -548511,7 +397266,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-55eaef.undefined", "osmTags": { "and": [ "power=pole", @@ -548541,7 +397295,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-58f2c9.undefined", "osmTags": { "and": [ "power=pole", @@ -548556,7 +397309,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-1b1e2a.undefined", "osmTags": { "and": [ "power=pole", @@ -548586,7 +397338,6 @@ }, { "question": "Netz OÖ", - "icon": "./assets/data/nsi/logos/netzoo-3edee5.undefined", "osmTags": { "and": [ "power=pole", @@ -548616,7 +397367,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-c88553.undefined", "osmTags": { "and": [ "power=pole", @@ -548631,7 +397381,6 @@ }, { "question": "Nevada Power Company", - "icon": "./assets/data/nsi/logos/nevadapowercompany-83372a.undefined", "osmTags": { "and": [ "power=pole", @@ -548707,7 +397456,6 @@ }, { "question": "Niagara Mohawk", - "icon": "./assets/data/nsi/logos/niagaramohawk-08de41.undefined", "osmTags": { "and": [ "power=pole", @@ -548737,7 +397485,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-294d85.undefined", "osmTags": { "and": [ "power=pole", @@ -548753,7 +397500,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548768,7 +397514,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548783,7 +397528,6 @@ }, { "question": "Nordmøre Energiverk", - "icon": "./assets/data/nsi/logos/nordmoreenergiverk-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548798,7 +397542,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -548813,7 +397556,6 @@ }, { "question": "Norte Brasil Transmissora de Energia S.A", - "icon": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-0aa22a.undefined", "osmTags": { "and": [ "operator=Norte Brasil Transmissora de Energia S.A", @@ -548823,7 +397565,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-ab0eee.undefined", "osmTags": { "and": [ "power=pole", @@ -548853,7 +397594,6 @@ }, { "question": "Northern States Power Company", - "icon": "./assets/data/nsi/logos/northernstatespowercompany-bb19e2.undefined", "osmTags": { "and": [ "power=pole", @@ -548898,7 +397638,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-9d7c6b.undefined", "osmTags": { "and": [ "power=pole", @@ -548973,7 +397712,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-3edee5.undefined", "osmTags": { "and": [ "power=pole", @@ -548989,7 +397727,6 @@ }, { "question": "Odda Energi", - "icon": "./assets/data/nsi/logos/oddaenergi-05f310.undefined", "osmTags": { "and": [ "operator=Odda Energi", @@ -548999,7 +397736,6 @@ }, { "question": "Oʻzbekenergo", - "icon": "./assets/data/nsi/logos/99723a-8d481d.undefined", "osmTags": { "and": [ "power=pole", @@ -549060,7 +397796,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-90f0f5.undefined", "osmTags": { "and": [ "power=pole", @@ -549075,7 +397810,6 @@ }, { "question": "Orange & Rockland", - "icon": "./assets/data/nsi/logos/orangeandrockland-abe78f.undefined", "osmTags": { "and": [ "operator=Orange & Rockland", @@ -549116,7 +397850,6 @@ }, { "question": "Ørsted Onshore North America", - "icon": "./assets/data/nsi/logos/orstedonshorenorthamerica-25219f.undefined", "osmTags": { "and": [ "operator=Ørsted Onshore North America", @@ -549126,7 +397859,6 @@ }, { "question": "Otra Kraft", - "icon": "./assets/data/nsi/logos/otrakraft-05f310.undefined", "osmTags": { "and": [ "operator=Otra Kraft", @@ -549151,7 +397883,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-0874bd.undefined", "osmTags": { "and": [ "power=pole", @@ -549212,7 +397943,6 @@ }, { "question": "Paducah Power System", - "icon": "./assets/data/nsi/logos/paducahpowersystem-09c49f.undefined", "osmTags": { "and": [ "operator=Paducah Power System", @@ -549222,7 +397952,6 @@ }, { "question": "Pampanga III Electric Cooperative, Inc.", - "icon": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-4b9a17.undefined", "osmTags": { "and": [ "operator=Pampanga III Electric Cooperative, Inc.", @@ -549232,7 +397961,6 @@ }, { "question": "Paragould Light & Water Commission", - "icon": "./assets/data/nsi/logos/paragouldlightandwatercommission-ab0eee.undefined", "osmTags": { "and": [ "operator=Paragould Light & Water Commission", @@ -549242,7 +397970,6 @@ }, { "question": "Paris Utility Authority", - "icon": "./assets/data/nsi/logos/parisutilityauthority-ef3bf9.undefined", "osmTags": { "and": [ "operator=Paris Utility Authority", @@ -549312,7 +398039,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-4b9a17.undefined", "osmTags": { "and": [ "power=pole", @@ -549419,7 +398145,6 @@ }, { "question": "Platte River Power Authority", - "icon": "./assets/data/nsi/logos/platteriverpowerauthority-1103f4.undefined", "osmTags": { "and": [ "power=pole", @@ -549434,7 +398159,6 @@ }, { "question": "PNG Power Ltd.", - "icon": "./assets/data/nsi/logos/pngpowerltd-308cd4.undefined", "osmTags": { "and": [ "operator=PNG Power Ltd.", @@ -549492,7 +398216,6 @@ }, { "question": "Porto Primavera Transmissora de Energia S/A.", - "icon": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-0aa22a.undefined", "osmTags": { "and": [ "operator=Porto Primavera Transmissora de Energia S/A.", @@ -549593,7 +398316,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-b7517c.undefined", "osmTags": { "and": [ "power=pole", @@ -549654,7 +398376,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-777c2a.undefined", "osmTags": { "and": [ "power=pole", @@ -549669,7 +398390,6 @@ }, { "question": "PSNH", - "icon": "./assets/data/nsi/logos/psnh-777c2a.undefined", "osmTags": { "and": [ "power=pole", @@ -549700,7 +398420,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-1103f4.undefined", "osmTags": { "and": [ "power=pole", @@ -549808,7 +398527,6 @@ }, { "question": "Red Nord S.A.", - "icon": "./assets/data/nsi/logos/rednordsa-9ddea3.undefined", "osmTags": { "and": [ "operator=Red Nord S.A.", @@ -549848,7 +398566,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-1716c3.undefined", "osmTags": { "and": [ "power=pole", @@ -549938,7 +398655,6 @@ }, { "question": "RNT", - "icon": "./assets/data/nsi/logos/rnt-a1c3d9.undefined", "osmTags": { "and": [ "operator=RNT", @@ -550023,7 +398739,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-b08ac9.undefined", "osmTags": { "and": [ "power=pole", @@ -550054,7 +398769,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-c8ef55.undefined", "osmTags": { "and": [ "power=pole", @@ -550147,7 +398861,6 @@ }, { "question": "SAMELCO 2", - "icon": "./assets/data/nsi/logos/samelco2-4b9a17.undefined", "osmTags": { "and": [ "operator=SAMELCO 2", @@ -550218,7 +398931,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-9f3684.undefined", "osmTags": { "and": [ "power=pole", @@ -550249,7 +398961,6 @@ }, { "question": "Scottsboro Electric Power Board", - "icon": "./assets/data/nsi/logos/scottsboroelectricpowerboard-58f3ef.undefined", "osmTags": { "and": [ "operator=Scottsboro Electric Power Board", @@ -550305,7 +399016,6 @@ }, { "question": "SEPS / MAVIR", - "icon": "./assets/data/nsi/logos/sepsmavir-e00b4e.undefined", "osmTags": { "and": [ "operator=SEPS / MAVIR", @@ -550315,7 +399025,6 @@ }, { "question": "SFE Nett", - "icon": "./assets/data/nsi/logos/sfenett-05f310.undefined", "osmTags": { "and": [ "operator=SFE Nett", @@ -550325,7 +399034,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-b4c145.undefined", "osmTags": { "and": [ "power=pole", @@ -550340,7 +399048,6 @@ }, { "question": "Sierra Pacific Power Company", - "icon": "./assets/data/nsi/logos/sierrapacificpowercompany-777c2a.undefined", "osmTags": { "and": [ "power=pole", @@ -550370,7 +399077,6 @@ }, { "question": "SLECA", - "icon": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-16cc25.undefined", "osmTags": { "and": [ "power=pole", @@ -550446,7 +399152,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-71fe97.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -550488,7 +399193,6 @@ }, { "question": "Sognekraft", - "icon": "./assets/data/nsi/logos/sognekraft-05f310.undefined", "osmTags": { "and": [ "operator=Sognekraft", @@ -550498,7 +399202,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-b4c145.undefined", "osmTags": { "and": [ "power=pole", @@ -550529,7 +399232,6 @@ }, { "question": "Southern Maryland Electric Cooperative", - "icon": "./assets/data/nsi/logos/southernmarylandelectriccooperative-39a21c.undefined", "osmTags": { "and": [ "frequency=60", @@ -550560,7 +399262,6 @@ }, { "question": "Southwest Transmission Cooperative", - "icon": "./assets/data/nsi/logos/southwesttransmissioncooperative-4d7f6d.undefined", "osmTags": { "and": [ "power=pole", @@ -550575,7 +399276,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-181c8a.undefined", "osmTags": { "and": [ "power=pole", @@ -550590,7 +399290,6 @@ }, { "question": "Southwestern Public Service Company", - "icon": "./assets/data/nsi/logos/southwesternpublicservicecompany-b75ea6.undefined", "osmTags": { "and": [ "operator=Southwestern Public Service Company", @@ -550615,7 +399314,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-a65ddf.undefined", "osmTags": { "and": [ "power=pole", @@ -550646,7 +399344,6 @@ }, { "question": "SQM", - "icon": "./assets/data/nsi/logos/sqm-565432.undefined", "osmTags": { "and": [ "power=pole", @@ -550661,7 +399358,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-1716c3.undefined", "osmTags": { "and": [ "power=pole", @@ -550737,7 +399433,6 @@ }, { "question": "Stadtwerke Staßfurt", - "icon": "./assets/data/nsi/logos/stadtwerkestassfurt-c88553.undefined", "osmTags": { "and": [ "power=pole", @@ -550797,7 +399492,6 @@ }, { "question": "STEWEAG", - "icon": "./assets/data/nsi/logos/steweag-1c7012.undefined", "osmTags": { "and": [ "power=pole", @@ -550812,7 +399506,6 @@ }, { "question": "STEWEAG-STEG", - "icon": "./assets/data/nsi/logos/steweagsteg-1c7012.undefined", "osmTags": { "and": [ "operator=STEWEAG-STEG", @@ -550822,7 +399515,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-7d29f7.undefined", "osmTags": { "and": [ "power=pole", @@ -550837,7 +399529,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-c3df55.undefined", "osmTags": { "and": [ "power=pole", @@ -550853,7 +399544,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-4eb8d2.undefined", "osmTags": { "and": [ "power=pole", @@ -550899,7 +399589,6 @@ }, { "question": "Stromnetz Steiermark GmbH", - "icon": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-1c7012.undefined", "osmTags": { "and": [ "operator=Stromnetz Steiermark GmbH", @@ -550909,7 +399598,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-565432.undefined", "osmTags": { "and": [ "operator=STS", @@ -550919,7 +399607,6 @@ }, { "question": "Sulgipe", - "icon": "./assets/data/nsi/logos/sulgipe-0aa22a.undefined", "osmTags": { "and": [ "operator=Sulgipe", @@ -551020,7 +399707,6 @@ }, { "question": "Tafjord Kraftproduksjon", - "icon": "./assets/data/nsi/logos/tafjordkraftproduksjon-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -551035,7 +399721,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-9e4689.undefined", "osmTags": { "and": [ "power=pole", @@ -551050,7 +399735,6 @@ }, { "question": "Taunton Municipal Lighting Plant", - "icon": "./assets/data/nsi/logos/tauntonmunicipallightingplant-1229c3.undefined", "osmTags": { "and": [ "power=pole", @@ -551080,7 +399764,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-7b79c3.undefined", "osmTags": { "and": [ "power=pole", @@ -551186,7 +399869,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -551201,7 +399883,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -551231,7 +399912,6 @@ }, { "question": "Texas Municipal Power Agency", - "icon": "./assets/data/nsi/logos/texasmunicipalpoweragency-b4c145.undefined", "osmTags": { "and": [ "operator=Texas Municipal Power Agency", @@ -551257,7 +399937,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-6babd7.undefined", "osmTags": { "and": [ "power=pole", @@ -551288,7 +399967,6 @@ }, { "question": "Town of Braintree Electric Light Department", - "icon": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-b4c145.undefined", "osmTags": { "and": [ "operator=Town of Braintree Electric Light Department", @@ -551298,7 +399976,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-3f53e7.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -551308,7 +399985,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-021179.undefined", "osmTags": { "and": [ "power=pole", @@ -551338,7 +400014,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-565432.undefined", "osmTags": { "and": [ "power=pole", @@ -551353,7 +400028,6 @@ }, { "question": "Transelectric", - "icon": "./assets/data/nsi/logos/transelectric-814e3b.undefined", "osmTags": { "and": [ "operator=Transelectric", @@ -551393,7 +400067,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-565432.undefined", "osmTags": { "and": [ "power=pole", @@ -551423,7 +400096,6 @@ }, { "question": "Transmissora Aliança de Energia Elétrica", - "icon": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -551438,7 +400110,6 @@ }, { "question": "Transmissora Sul Brasileira de Energia", - "icon": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-0aa22a.undefined", "osmTags": { "and": [ "power=pole", @@ -551453,7 +400124,6 @@ }, { "question": "TRANSNEA S.A.", - "icon": "./assets/data/nsi/logos/transneasa-3f53e7.undefined", "osmTags": { "and": [ "operator=TRANSNEA S.A.", @@ -551478,7 +400148,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-3f53e7.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -551488,7 +400157,6 @@ }, { "question": "TRANSPA S.A.", - "icon": "./assets/data/nsi/logos/transpasa-3f53e7.undefined", "osmTags": { "and": [ "power=pole", @@ -551548,7 +400216,6 @@ }, { "question": "Tri-State Generation and Transmission Association", - "icon": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-d3a04d.undefined", "osmTags": { "and": [ "operator=Tri-State Generation and Transmission Association", @@ -551558,7 +400225,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-f94165.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -551584,7 +400250,6 @@ }, { "question": "Turlock Irrigation District", - "icon": "./assets/data/nsi/logos/turlockirrigationdistrict-4b9951.undefined", "osmTags": { "and": [ "operator=Turlock Irrigation District", @@ -551624,7 +400289,6 @@ }, { "question": "Umatilla Electric Cooperative", - "icon": "./assets/data/nsi/logos/umatillaelectriccooperative-8c99ae.undefined", "osmTags": { "and": [ "operator=Umatilla Electric Cooperative", @@ -551634,7 +400298,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-139d53.undefined", "osmTags": { "and": [ "power=pole", @@ -551710,7 +400373,6 @@ }, { "question": "UPCL", - "icon": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-178f76.undefined", "osmTags": { "and": [ "power=pole", @@ -551756,7 +400418,6 @@ }, { "question": "Valley Electric Association", - "icon": "./assets/data/nsi/logos/valleyelectricassociation-83372a.undefined", "osmTags": { "and": [ "operator=Valley Electric Association", @@ -551841,7 +400502,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-332bd4.undefined", "osmTags": { "and": [ "power=pole", @@ -551871,7 +400531,6 @@ }, { "question": "Vest-Telemark Kraftlag", - "icon": "./assets/data/nsi/logos/vesttelemarkkraftlag-05f310.undefined", "osmTags": { "and": [ "power=pole", @@ -551931,7 +400590,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-7ce060.undefined", "osmTags": { "and": [ "power=pole", @@ -551976,7 +400634,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-d48f43.undefined", "osmTags": { "and": [ "power=pole", @@ -551991,7 +400648,6 @@ }, { "question": "VKG Elektrivõrgud", - "icon": "./assets/data/nsi/logos/vkgelektrivorgud-c438ae.undefined", "osmTags": { "and": [ "power=pole", @@ -552006,7 +400662,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-1f0b6f.undefined", "osmTags": { "and": [ "power=pole", @@ -552052,7 +400707,6 @@ }, { "question": "Watertown Municipal Utilities", - "icon": "./assets/data/nsi/logos/watertownmunicipalutilities-ef4772.undefined", "osmTags": { "and": [ "operator=Watertown Municipal Utilities", @@ -552077,7 +400731,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-c94250.undefined", "osmTags": { "and": [ "power=pole", @@ -552092,7 +400745,6 @@ }, { "question": "Wesernetz Bremen GmbH", - "icon": "./assets/data/nsi/logos/wesernetzbremengmbh-5c58b9.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremen GmbH", @@ -552194,7 +400846,6 @@ }, { "question": "Willmar Municipal Utilities", - "icon": "./assets/data/nsi/logos/willmarmunicipalutilities-a6a90b.undefined", "osmTags": { "and": [ "operator=Willmar Municipal Utilities", @@ -552204,7 +400855,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-b11ee8.undefined", "osmTags": { "and": [ "power=pole", @@ -552219,7 +400869,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-bf3b54.undefined", "osmTags": { "and": [ "power=pole", @@ -552279,7 +400928,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-407be8.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -552289,7 +400937,6 @@ }, { "question": "АО \"Самарская сетевая компания\"", - "icon": "./assets/data/nsi/logos/4e721a-407be8.undefined", "osmTags": { "and": [ "operator=АО \"Самарская сетевая компания\"", @@ -552299,7 +400946,6 @@ }, { "question": "АО \"Янтарьэнерго\"", - "icon": "./assets/data/nsi/logos/f0d7c2-407be8.undefined", "osmTags": { "and": [ "operator=АО \"Янтарьэнерго\"", @@ -552309,7 +400955,6 @@ }, { "question": "АО СУЭНКО", - "icon": "./assets/data/nsi/logos/8e6ee5-407be8.undefined", "osmTags": { "and": [ "operator=АО СУЭНКО", @@ -552319,7 +400964,6 @@ }, { "question": "АТ Житомиробленерго", - "icon": "./assets/data/nsi/logos/4f2cfa-b77294.undefined", "osmTags": { "and": [ "operator=АТ Житомиробленерго", @@ -552359,7 +401003,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-b77294.undefined", "osmTags": { "and": [ "power=pole", @@ -552374,7 +401017,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-b77294.undefined", "osmTags": { "and": [ "power=pole", @@ -552389,7 +401031,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-a22000.undefined", "osmTags": { "and": [ "power=pole", @@ -552404,7 +401045,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-a22000.undefined", "osmTags": { "and": [ "power=pole", @@ -552419,7 +401059,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-a22000.undefined", "osmTags": { "and": [ "power=pole", @@ -552434,7 +401073,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-407be8.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -552444,7 +401082,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-b77294.undefined", "osmTags": { "and": [ "power=pole", @@ -552459,7 +401096,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-407be8.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -552469,7 +401105,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-b77294.undefined", "osmTags": { "and": [ "power=pole", @@ -552484,7 +401119,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-407be8.undefined", "osmTags": { "and": [ "power=pole", @@ -552499,7 +401133,6 @@ }, { "question": "МРСК СК", - "icon": "./assets/data/nsi/logos/591585-407be8.undefined", "osmTags": { "and": [ "operator=МРСК СК", @@ -552509,7 +401142,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-407be8.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -552519,7 +401151,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-407be8.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -552529,7 +401160,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-407be8.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -552539,7 +401169,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-407be8.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -552549,7 +401178,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-407be8.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -552559,7 +401187,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-407be8.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -552569,7 +401196,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-407be8.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -552579,7 +401205,6 @@ }, { "question": "ОАО «МРСК СК»", - "icon": "./assets/data/nsi/logos/56a442-407be8.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК СК»", @@ -552589,7 +401214,6 @@ }, { "question": "ОАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/e9dfd9-407be8.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Центра и Приволжья»", @@ -552599,7 +401223,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-407be8.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -552609,7 +401232,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-407be8.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -552619,7 +401241,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-407be8.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -552629,7 +401250,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-407be8.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -552639,7 +401259,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-407be8.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -552649,7 +401268,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-407be8.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -552659,7 +401277,6 @@ }, { "question": "ПО ЗЭС", - "icon": "./assets/data/nsi/logos/5743cb-407be8.undefined", "osmTags": { "and": [ "operator=ПО ЗЭС", @@ -552669,7 +401286,6 @@ }, { "question": "ПрАТ Рівнеобленерго", - "icon": "./assets/data/nsi/logos/3daebd-b77294.undefined", "osmTags": { "and": [ "operator=ПрАТ Рівнеобленерго", @@ -552709,7 +401325,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-407be8.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -552719,7 +401334,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/1728dd-407be8.undefined", "osmTags": { "and": [ "power=pole", @@ -552766,7 +401380,6 @@ }, { "question": "الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "icon": "./assets/data/nsi/logos/d88147-9dcc3d.undefined", "osmTags": { "and": [ "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", @@ -552811,7 +401424,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/chinasouthernpowergrid-a7abf4.undefined", "osmTags": { "and": [ "power=pole", @@ -552828,7 +401440,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-f42ba4.undefined", "osmTags": { "and": [ "power=pole", @@ -552845,7 +401456,6 @@ }, { "question": "中核新华-江永新善", - "icon": "./assets/data/nsi/logos/e255e9-a7abf4.undefined", "osmTags": { "and": [ "operator=中核新华-江永新善", @@ -552931,7 +401541,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-f42ba4.undefined", "osmTags": { "and": [ "power=pole", @@ -552963,7 +401572,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-f42ba4.undefined", "osmTags": { "and": [ "power=pole", @@ -552980,7 +401588,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-a7abf4.undefined", "osmTags": { "and": [ "power=pole", @@ -552997,7 +401604,6 @@ }, { "question": "国网吉林省供电有限公司", - "icon": "./assets/data/nsi/logos/e8a76c-a7abf4.undefined", "osmTags": { "and": [ "operator=国网吉林省供电有限公司", @@ -553007,7 +401613,6 @@ }, { "question": "广西能源", - "icon": "./assets/data/nsi/logos/56a686-a7abf4.undefined", "osmTags": { "and": [ "operator=广西能源", @@ -553034,7 +401639,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-f42ba4.undefined", "osmTags": { "and": [ "power=pole", @@ -553069,7 +401673,6 @@ }, { "question": "湖南华电-永江新能", - "icon": "./assets/data/nsi/logos/3c5a38-a7abf4.undefined", "osmTags": { "and": [ "operator=湖南华电-永江新能", @@ -553079,7 +401682,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistribution-f42ba4.undefined", "osmTags": { "and": [ "power=pole", @@ -553137,7 +401739,6 @@ }, { "question": "\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", - "icon": "./assets/data/nsi/logos/qaraqalpaqaymaqliqelektrtarmaqlarikarxanasiaj-54f69d.undefined", "osmTags": { "and": [ "operator=\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", @@ -553162,7 +401763,6 @@ }, { "question": "A CELER", - "icon": "./assets/data/nsi/logos/aceler-ce8d0a.undefined", "osmTags": { "and": [ "operator=A CELER", @@ -553172,7 +401772,6 @@ }, { "question": "A LORD", - "icon": "./assets/data/nsi/logos/alord-ce8d0a.undefined", "osmTags": { "and": [ "operator=A LORD", @@ -553227,7 +401826,6 @@ }, { "question": "AEM Torino Distribuzione", - "icon": "./assets/data/nsi/logos/aemtorinodistribuzione-5e9b52.undefined", "osmTags": { "and": [ "operator=AEM Torino Distribuzione", @@ -553435,7 +402033,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -553465,7 +402062,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-9508de.undefined", "osmTags": { "and": [ "power=substation", @@ -553480,7 +402076,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -553570,7 +402165,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -553600,7 +402194,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-5f1fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -553630,7 +402223,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -553645,7 +402237,6 @@ }, { "question": "ASM Vercelli", - "icon": "./assets/data/nsi/logos/asmvercelli-5e9b52.undefined", "osmTags": { "and": [ "operator=ASM Vercelli", @@ -553655,7 +402246,6 @@ }, { "question": "Associated Electric Cooperative", - "icon": "./assets/data/nsi/logos/associatedelectriccooperative-9508de.undefined", "osmTags": { "and": [ "operator=Associated Electric Cooperative", @@ -553710,7 +402300,6 @@ }, { "question": "Aurora Energy (Alaska)", - "icon": "./assets/data/nsi/logos/auroraenergy-1ace81.undefined", "osmTags": { "and": [ "power=substation", @@ -553785,7 +402374,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-3e6be9.undefined", "osmTags": { "and": [ "power=substation", @@ -553800,7 +402388,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-6177b3.undefined", "osmTags": { "and": [ "power=substation", @@ -553905,7 +402492,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -553920,7 +402506,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-851165.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -553930,7 +402515,6 @@ }, { "question": "Bay City Electric Light & Power", - "icon": "./assets/data/nsi/logos/baycityelectriclightandpower-22dfff.undefined", "osmTags": { "and": [ "operator=Bay City Electric Light & Power", @@ -553940,7 +402524,6 @@ }, { "question": "Bayernwerk Netz", - "icon": "./assets/data/nsi/logos/bayernwerknetz-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -553970,7 +402553,6 @@ }, { "question": "BC Rapid Transit", - "icon": "./assets/data/nsi/logos/bcrapidtransit-9c288b.undefined", "osmTags": { "and": [ "operator=BC Rapid Transit", @@ -554026,7 +402608,6 @@ }, { "question": "Bergische Energie Wipperfürth", - "icon": "./assets/data/nsi/logos/bergischeenergiewipperfurth-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -554057,7 +402638,6 @@ }, { "question": "BESCOM", - "icon": "./assets/data/nsi/logos/bescom-487ae0.undefined", "osmTags": { "and": [ "operator=BESCOM", @@ -554097,7 +402677,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-404227.undefined", "osmTags": { "and": [ "power=substation", @@ -554190,7 +402769,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-29685e.undefined", "osmTags": { "and": [ "power=substation", @@ -554222,7 +402800,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-9e5147.undefined", "osmTags": { "and": [ "power=substation", @@ -554237,7 +402814,6 @@ }, { "question": "Breheim Nett", - "icon": "./assets/data/nsi/logos/breheimnett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Breheim Nett", @@ -554278,7 +402854,6 @@ }, { "question": "Bristol Tennessee Essential Services", - "icon": "./assets/data/nsi/logos/bristoltennesseeessentialservices-a96cd6.undefined", "osmTags": { "and": [ "operator=Bristol Tennessee Essential Services", @@ -554288,7 +402863,6 @@ }, { "question": "Brookfield Renewable US", - "icon": "./assets/data/nsi/logos/brookfieldrenewableus-203caa.undefined", "osmTags": { "and": [ "operator=Brookfield Renewable US", @@ -554298,7 +402872,6 @@ }, { "question": "Brownsville Public Utilities Board", - "icon": "./assets/data/nsi/logos/brownsvillepublicutilitiesboard-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -554329,7 +402902,6 @@ }, { "question": "Burgo", - "icon": "./assets/data/nsi/logos/burgo-5e9b52.undefined", "osmTags": { "and": [ "operator=Burgo", @@ -554339,7 +402911,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-a7f382.undefined", "osmTags": { "and": [ "power=substation", @@ -554399,7 +402970,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -554475,7 +403045,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-9508de.undefined", "osmTags": { "and": [ "power=substation", @@ -554535,7 +403104,6 @@ }, { "question": "Ceripa", - "icon": "./assets/data/nsi/logos/ceripa-acc4a0.undefined", "osmTags": { "and": [ "operator=Ceripa", @@ -554545,7 +403113,6 @@ }, { "question": "Cerius", - "icon": "./assets/data/nsi/logos/cerius-3aeb55.undefined", "osmTags": { "and": [ "operator=Cerius", @@ -554555,7 +403122,6 @@ }, { "question": "CESML", - "icon": "./assets/data/nsi/logos/cesml-90b6b6.undefined", "osmTags": { "and": [ "operator=CESML", @@ -554581,7 +403147,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-845558.undefined", "osmTags": { "and": [ "power=substation", @@ -554642,7 +403207,6 @@ }, { "question": "CitiPower", - "icon": "./assets/data/nsi/logos/citipower-2fd8c0.undefined", "osmTags": { "and": [ "operator=CitiPower", @@ -554701,7 +403265,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-ae9b5d.undefined", "osmTags": { "and": [ "power=substation", @@ -554777,7 +403340,6 @@ }, { "question": "Cleveland Utilities", - "icon": "./assets/data/nsi/logos/clevelandutilities-a96cd6.undefined", "osmTags": { "and": [ "operator=Cleveland Utilities", @@ -554787,7 +403349,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-acc4a0.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -554797,7 +403358,6 @@ }, { "question": "CNEL", - "icon": "./assets/data/nsi/logos/cnel-b68855.undefined", "osmTags": { "and": [ "operator=CNEL", @@ -554807,7 +403367,6 @@ }, { "question": "CNEL-El Oro", - "icon": "./assets/data/nsi/logos/cneleloro-b68855.undefined", "osmTags": { "and": [ "operator=CNEL-El Oro", @@ -554817,7 +403376,6 @@ }, { "question": "CNFL", - "icon": "./assets/data/nsi/logos/cnfl-844d97.undefined", "osmTags": { "and": [ "operator=CNFL", @@ -554827,7 +403385,6 @@ }, { "question": "Coast Electric Power Association", - "icon": "./assets/data/nsi/logos/coastelectricpowerassociation-142bdd.undefined", "osmTags": { "and": [ "operator=Coast Electric Power Association", @@ -554958,7 +403515,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-7d5f26.undefined", "osmTags": { "and": [ "power=substation", @@ -554991,7 +403547,6 @@ }, { "question": "Compagnie d'Electricité de Saint-Martin-de-Londres", - "icon": "./assets/data/nsi/logos/compagniedelectricitedesaintmartindelondres-dd32c5.undefined", "osmTags": { "and": [ "operator=Compagnie d'Electricité de Saint-Martin-de-Londres", @@ -555001,7 +403556,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-3596dd.undefined", "osmTags": { "and": [ "power=substation", @@ -555017,7 +403571,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -555032,7 +403585,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -555079,7 +403631,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-a96cd6.undefined", "osmTags": { "and": [ "power=substation", @@ -555109,7 +403660,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-f7cfb9.undefined", "osmTags": { "and": [ "power=substation", @@ -555124,7 +403674,6 @@ }, { "question": "Cooperluz", - "icon": "./assets/data/nsi/logos/cooperluz-acc4a0.undefined", "osmTags": { "and": [ "operator=Cooperluz", @@ -555224,7 +403773,6 @@ }, { "question": "CPH", - "icon": "./assets/data/nsi/logos/cph-3aeb55.undefined", "osmTags": { "and": [ "operator=CPH", @@ -555264,7 +403812,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-569b0d.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -555274,7 +403821,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-f1135f.undefined", "osmTags": { "and": [ "power=substation", @@ -555289,7 +403835,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -555334,7 +403879,6 @@ }, { "question": "Dakshin Haryana Bijli Vitran Nigam Limited", - "icon": "./assets/data/nsi/logos/dakshinharyanabijlivitrannigamlimited-487ae0.undefined", "osmTags": { "and": [ "power=substation", @@ -555349,7 +403893,6 @@ }, { "question": "Dala Energi", - "icon": "./assets/data/nsi/logos/dalaenergi-44b3db.undefined", "osmTags": { "and": [ "operator=Dala Energi", @@ -555419,7 +403962,6 @@ }, { "question": "Delaware Electric Cooperative", - "icon": "./assets/data/nsi/logos/delawareelectriccooperative-2687bf.undefined", "osmTags": { "and": [ "power=substation", @@ -555464,7 +404006,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-8b6162.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -555474,7 +404015,6 @@ }, { "question": "Dessauer Stromversorgung GmbH", - "icon": "./assets/data/nsi/logos/dessauerstromversorgunggmbh-7ff171.undefined", "osmTags": { "and": [ "operator=Dessauer Stromversorgung GmbH", @@ -555499,7 +404039,6 @@ }, { "question": "Deval", - "icon": "./assets/data/nsi/logos/deval-5e9b52.undefined", "osmTags": { "and": [ "operator=Deval", @@ -555509,7 +404048,6 @@ }, { "question": "Dixie Electric Power Association", - "icon": "./assets/data/nsi/logos/dixieelectricpowerassociation-142bdd.undefined", "osmTags": { "and": [ "operator=Dixie Electric Power Association", @@ -555519,7 +404057,6 @@ }, { "question": "Dolomiti Energia", - "icon": "./assets/data/nsi/logos/dolomitienergia-5e9b52.undefined", "osmTags": { "and": [ "power=substation", @@ -555549,7 +404086,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-a4e218.undefined", "osmTags": { "and": [ "power=substation", @@ -555579,7 +404115,6 @@ }, { "question": "DPMB", - "icon": "./assets/data/nsi/logos/dpmb-fd39e1.undefined", "osmTags": { "and": [ "operator=DPMB", @@ -555634,7 +404169,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-4ca958.undefined", "osmTags": { "and": [ "power=substation", @@ -555650,7 +404184,6 @@ }, { "question": "Duck River Electric Membership Corporation", - "icon": "./assets/data/nsi/logos/duckriverelectricmembershipcorporation-a96cd6.undefined", "osmTags": { "and": [ "operator=Duck River Electric Membership Corporation", @@ -555780,7 +404313,6 @@ }, { "question": "E-Werk Perg", - "icon": "./assets/data/nsi/logos/ewerkperg-faf755.undefined", "osmTags": { "and": [ "operator=E-Werk Perg", @@ -555805,7 +404337,6 @@ }, { "question": "E.E. Ambato", - "icon": "./assets/data/nsi/logos/eeambato-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -555820,7 +404351,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -555835,7 +404365,6 @@ }, { "question": "E.E. Cotopaxi", - "icon": "./assets/data/nsi/logos/eecotopaxi-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -555850,7 +404379,6 @@ }, { "question": "E.E. Norte", - "icon": "./assets/data/nsi/logos/eenorte-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -555865,7 +404393,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-b68855.undefined", "osmTags": { "and": [ "power=substation", @@ -555880,7 +404407,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-b68855.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -555920,7 +404446,6 @@ }, { "question": "EA Networks", - "icon": "./assets/data/nsi/logos/eanetworks-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -555935,7 +404460,6 @@ }, { "question": "EAG", - "icon": "./assets/data/nsi/logos/eag-d5d274.undefined", "osmTags": { "and": [ "operator=EAG", @@ -555945,7 +404469,6 @@ }, { "question": "EAM Netz", - "icon": "./assets/data/nsi/logos/eamnetz-a64edc.undefined", "osmTags": { "and": [ "power=substation", @@ -555990,7 +404513,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -556020,7 +404542,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-998f8d.undefined", "osmTags": { "and": [ "operator=EDE", @@ -556075,7 +404596,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-c1b5f3.undefined", "osmTags": { "and": [ "power=substation", @@ -556123,7 +404643,6 @@ }, { "question": "EDS", - "icon": "./assets/data/nsi/logos/eds-0be006.undefined", "osmTags": { "and": [ "operator=EDS", @@ -556133,7 +404652,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-998f8d.undefined", "osmTags": { "and": [ "operator=EED", @@ -556173,7 +404691,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-8e3368.undefined", "osmTags": { "and": [ "power=substation", @@ -556248,7 +404765,6 @@ }, { "question": "Electrabel", - "icon": "./assets/data/nsi/logos/electrabel-531b98.undefined", "osmTags": { "and": [ "power=substation", @@ -556263,7 +404779,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-e597e3.undefined", "osmTags": { "and": [ "power=substation", @@ -556294,7 +404809,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-d85383.undefined", "osmTags": { "and": [ "power=substation", @@ -556326,7 +404840,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-fb8dd8.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -556336,7 +404849,6 @@ }, { "question": "Electro Dunas", - "icon": "./assets/data/nsi/logos/electrodunas-c900f8.undefined", "osmTags": { "and": [ "operator=Electro Dunas", @@ -556346,7 +404858,6 @@ }, { "question": "Electrocentro", - "icon": "./assets/data/nsi/logos/electrocentro-c900f8.undefined", "osmTags": { "and": [ "operator=Electrocentro", @@ -556356,7 +404867,6 @@ }, { "question": "Elektra Čakovec", - "icon": "./assets/data/nsi/logos/elektracakovec-7b849a.undefined", "osmTags": { "and": [ "operator=Elektra Čakovec", @@ -556366,7 +404876,6 @@ }, { "question": "Elektra Hemberg", - "icon": "./assets/data/nsi/logos/elektrahemberg-c1b88d.undefined", "osmTags": { "and": [ "operator=Elektra Hemberg", @@ -556391,7 +404900,6 @@ }, { "question": "Elektrizitätswerk Hindelang", - "icon": "./assets/data/nsi/logos/elektrizitatswerkhindelang-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -556406,7 +404914,6 @@ }, { "question": "Elektrizitätswerke Eisenhuber GmbH & Co KG", - "icon": "./assets/data/nsi/logos/elektrizitatswerkeeisenhubergmbhandcokg-feb489.undefined", "osmTags": { "and": [ "operator=Elektrizitätswerke Eisenhuber GmbH & Co KG", @@ -556431,7 +404938,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -556446,7 +404952,6 @@ }, { "question": "Elektro Primorska", - "icon": "./assets/data/nsi/logos/elektroprimorska-71ceba.undefined", "osmTags": { "and": [ "operator=Elektro Primorska", @@ -556456,7 +404961,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-71ceba.undefined", "osmTags": { "and": [ "power=substation", @@ -556472,7 +404976,6 @@ }, { "question": "Elektroenergieversorgung Cottbus", - "icon": "./assets/data/nsi/logos/elektroenergieversorgungcottbus-f7a8ec.undefined", "osmTags": { "and": [ "power=substation", @@ -556488,7 +404991,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-0be006.undefined", "osmTags": { "and": [ "power=substation", @@ -556504,7 +405006,6 @@ }, { "question": "Elektroprenos BiH", - "icon": "./assets/data/nsi/logos/elektroprenosbih-e68224.undefined", "osmTags": { "and": [ "power=substation", @@ -556549,7 +405050,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-bfb732.undefined", "osmTags": { "and": [ "power=substation", @@ -556565,7 +405065,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -556580,7 +405079,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -556610,7 +405108,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -556625,7 +405122,6 @@ }, { "question": "Elfsm", - "icon": "./assets/data/nsi/logos/elfsm-acc4a0.undefined", "osmTags": { "and": [ "operator=Elfsm", @@ -556650,7 +405146,6 @@ }, { "question": "Elias", - "icon": "./assets/data/nsi/logos/elias-6d4ec8.undefined", "osmTags": { "and": [ "operator=Elias", @@ -556660,7 +405155,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -556690,7 +405184,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -556735,7 +405228,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-998f8d.undefined", "osmTags": { "and": [ "power=substation", @@ -556782,7 +405274,6 @@ }, { "question": "Enarga Operator Oddział Toruń", - "icon": "./assets/data/nsi/logos/enargaoperatoroddzialtorun-83e94a.undefined", "osmTags": { "and": [ "operator=Enarga Operator Oddział Toruń", @@ -556912,7 +405403,6 @@ }, { "question": "Enel Distribución Perú", - "icon": "./assets/data/nsi/logos/eneldistribucionperu-c900f8.undefined", "osmTags": { "and": [ "power=substation", @@ -556942,7 +405432,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -557017,7 +405506,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-1af6be.undefined", "osmTags": { "and": [ "power=substation", @@ -557062,7 +405550,6 @@ }, { "question": "Energetics Electricity", - "icon": "./assets/data/nsi/logos/energeticselectricity-3f58d2.undefined", "osmTags": { "and": [ "power=substation", @@ -557214,7 +405701,6 @@ }, { "question": "Energienetze Berlin", - "icon": "./assets/data/nsi/logos/energienetzeberlin-e93127.undefined", "osmTags": { "and": [ "power=substation", @@ -557245,7 +405731,6 @@ }, { "question": "Energieversorgung Ottobrunn", - "icon": "./assets/data/nsi/logos/energieversorgungottobrunn-218486.undefined", "osmTags": { "and": [ "operator=Energieversorgung Ottobrunn", @@ -557255,7 +405740,6 @@ }, { "question": "Energieversorgung Rottenburg am Neckar", - "icon": "./assets/data/nsi/logos/energieversorgungrottenburgamneckar-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -557271,7 +405755,6 @@ }, { "question": "EnergiFyn Distribution", - "icon": "./assets/data/nsi/logos/energifyndistribution-3aeb55.undefined", "osmTags": { "and": [ "operator=EnergiFyn Distribution", @@ -557281,7 +405764,6 @@ }, { "question": "EnergiMidt", - "icon": "./assets/data/nsi/logos/energimidt-3aeb55.undefined", "osmTags": { "and": [ "power=substation", @@ -557311,7 +405793,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -557326,7 +405807,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -557341,7 +405821,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-31617d.undefined", "osmTags": { "and": [ "power=substation", @@ -557356,7 +405835,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -557371,7 +405849,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-32600e.undefined", "osmTags": { "and": [ "power=substation", @@ -557386,7 +405863,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -557431,7 +405907,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -557566,7 +406041,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-dd3a39.undefined", "osmTags": { "and": [ "power=substation", @@ -557671,7 +406145,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -557686,7 +406159,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-975d2b.undefined", "osmTags": { "and": [ "power=substation", @@ -557701,7 +406173,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-8346b4.undefined", "osmTags": { "and": [ "power=substation", @@ -557716,7 +406187,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-d63048.undefined", "osmTags": { "and": [ "power=substation", @@ -557731,7 +406201,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-bebe98.undefined", "osmTags": { "and": [ "power=substation", @@ -557746,7 +406215,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-9bff89.undefined", "osmTags": { "and": [ "power=substation", @@ -557776,7 +406244,6 @@ }, { "question": "ERDF", - "icon": "./assets/data/nsi/logos/erdf-90b6b6.undefined", "osmTags": { "and": [ "operator=ERDF", @@ -557847,7 +406314,6 @@ }, { "question": "ESO", - "icon": "./assets/data/nsi/logos/eso-d3558e.undefined", "osmTags": { "and": [ "power=substation", @@ -557862,7 +406328,6 @@ }, { "question": "ESP Electricity", - "icon": "./assets/data/nsi/logos/espelectricity-3f58d2.undefined", "osmTags": { "and": [ "power=substation", @@ -557892,7 +406357,6 @@ }, { "question": "ESSeyssel", - "icon": "./assets/data/nsi/logos/esseyssel-5ba542.undefined", "osmTags": { "and": [ "operator=ESSeyssel", @@ -557902,7 +406366,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-ae9b5d.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -557928,7 +406391,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-998f8d.undefined", "osmTags": { "and": [ "operator=ETI", @@ -557954,7 +406416,6 @@ }, { "question": "European Energy", - "icon": "./assets/data/nsi/logos/europeanenergy-7c28d5.undefined", "osmTags": { "and": [ "power=substation", @@ -558091,7 +406552,6 @@ }, { "question": "EWA", - "icon": "./assets/data/nsi/logos/ewa-73830d.undefined", "osmTags": { "and": [ "operator=EWA", @@ -558131,7 +406591,6 @@ }, { "question": "EWE Netz", - "icon": "./assets/data/nsi/logos/ewenetz-7ff171.undefined", "osmTags": { "and": [ "power=substation", @@ -558191,7 +406650,6 @@ }, { "question": "EWW (Schweiz)", - "icon": "./assets/data/nsi/logos/eww-3d4bad.undefined", "osmTags": { "and": [ "power=substation", @@ -558251,7 +406709,6 @@ }, { "question": "FairNetz", - "icon": "./assets/data/nsi/logos/fairnetz-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -558282,7 +406739,6 @@ }, { "question": "Fenaka Vaikaradhoo Branch", - "icon": "./assets/data/nsi/logos/fenakavaikaradhoobranch-50d5ac.undefined", "osmTags": { "and": [ "power=substation", @@ -558297,7 +406753,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-108ef7.undefined", "osmTags": { "and": [ "power=substation", @@ -558327,7 +406782,6 @@ }, { "question": "First Electric Cooperative", - "icon": "./assets/data/nsi/logos/firstelectriccooperative-5f1fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -558372,7 +406826,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-000ad2.undefined", "osmTags": { "and": [ "power=substation", @@ -558387,7 +406840,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-569b0d.undefined", "osmTags": { "and": [ "power=substation", @@ -558417,7 +406869,6 @@ }, { "question": "Flow Elnet", - "icon": "./assets/data/nsi/logos/flowelnet-3aeb55.undefined", "osmTags": { "and": [ "operator=Flow Elnet", @@ -558457,7 +406908,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-ebf474.undefined", "osmTags": { "and": [ "power=substation", @@ -558502,7 +406952,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-32600e.undefined", "osmTags": { "and": [ "power=substation", @@ -558517,7 +406966,6 @@ }, { "question": "Freitaler Stadtwerke", - "icon": "./assets/data/nsi/logos/freitalerstadtwerke-8b3810.undefined", "osmTags": { "and": [ "power=substation", @@ -558564,7 +407012,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-9e5147.undefined", "osmTags": { "and": [ "power=substation", @@ -558595,7 +407042,6 @@ }, { "question": "Gedia", - "icon": "./assets/data/nsi/logos/gedia-90b6b6.undefined", "osmTags": { "and": [ "operator=Gedia", @@ -558620,7 +407066,6 @@ }, { "question": "Gemeindewerke Bovenden", - "icon": "./assets/data/nsi/logos/gemeindewerkebovenden-1af6be.undefined", "osmTags": { "and": [ "power=substation", @@ -558635,7 +407080,6 @@ }, { "question": "Gemeindewerke Haßloch", - "icon": "./assets/data/nsi/logos/gemeindewerkehassloch-4afb0a.undefined", "osmTags": { "and": [ "power=substation", @@ -558651,7 +407095,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-2fdc13.undefined", "osmTags": { "and": [ "power=substation", @@ -558666,7 +407109,6 @@ }, { "question": "Gérédis", - "icon": "./assets/data/nsi/logos/geredis-13969f.undefined", "osmTags": { "and": [ "power=substation", @@ -558697,7 +407139,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-d85383.undefined", "osmTags": { "and": [ "power=substation", @@ -558713,7 +407154,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-000ad2.undefined", "osmTags": { "and": [ "power=substation", @@ -558743,7 +407183,6 @@ }, { "question": "Glitre Energi", - "icon": "./assets/data/nsi/logos/glitreenergi-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -558819,7 +407258,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-b0fd3c.undefined", "osmTags": { "and": [ "power=substation", @@ -558835,7 +407273,6 @@ }, { "question": "GreenAlp", - "icon": "./assets/data/nsi/logos/greenalp-90b6b6.undefined", "osmTags": { "and": [ "operator=GreenAlp", @@ -558875,7 +407312,6 @@ }, { "question": "Griug", - "icon": "./assets/data/nsi/logos/griug-ba6ae8.undefined", "osmTags": { "and": [ "operator=Griug", @@ -558900,7 +407336,6 @@ }, { "question": "GTC", - "icon": "./assets/data/nsi/logos/gtc-3f58d2.undefined", "osmTags": { "and": [ "operator=GTC", @@ -558926,7 +407361,6 @@ }, { "question": "Gulf Power", - "icon": "./assets/data/nsi/logos/gulfpower-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -558987,7 +407421,6 @@ }, { "question": "Havnett", - "icon": "./assets/data/nsi/logos/havnett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Havnett", @@ -559012,7 +407445,6 @@ }, { "question": "Helen Sähköverkko Oy", - "icon": "./assets/data/nsi/logos/helensahkoverkkooy-a5d6ed.undefined", "osmTags": { "and": [ "operator=Helen Sähköverkko Oy", @@ -559022,7 +407454,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-7b849a.undefined", "osmTags": { "and": [ "power=substation", @@ -559037,7 +407468,6 @@ }, { "question": "Herzo Werke", - "icon": "./assets/data/nsi/logos/herzowerke-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -559052,7 +407482,6 @@ }, { "question": "Hidrandina", - "icon": "./assets/data/nsi/logos/hidrandina-c900f8.undefined", "osmTags": { "and": [ "operator=Hidrandina", @@ -559107,7 +407536,6 @@ }, { "question": "HSN", - "icon": "./assets/data/nsi/logos/hsn-7ff171.undefined", "osmTags": { "and": [ "operator=HSN", @@ -559132,7 +407560,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-214de1.undefined", "osmTags": { "and": [ "power=substation", @@ -559192,7 +407619,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-72b7fb.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -559310,7 +407736,6 @@ }, { "question": "Indre Hordaland KraftNett", - "icon": "./assets/data/nsi/logos/indrehordalandkraftnett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Indre Hordaland KraftNett", @@ -559365,7 +407790,6 @@ }, { "question": "Infrastruktur Zürichsee AG", - "icon": "./assets/data/nsi/logos/infrastrukturzurichseeag-42bdec.undefined", "osmTags": { "and": [ "operator=Infrastruktur Zürichsee AG", @@ -559406,7 +407830,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-8e2bec.undefined", "osmTags": { "and": [ "power=substation", @@ -559484,7 +407907,6 @@ }, { "question": "ISalten Nett", - "icon": "./assets/data/nsi/logos/isaltennett-ba6ae8.undefined", "osmTags": { "and": [ "operator=ISalten Nett", @@ -559494,7 +407916,6 @@ }, { "question": "Italgen", - "icon": "./assets/data/nsi/logos/italgen-5e9b52.undefined", "osmTags": { "and": [ "operator=Italgen", @@ -559550,7 +407971,6 @@ }, { "question": "Jemena", - "icon": "./assets/data/nsi/logos/jemena-e597e3.undefined", "osmTags": { "and": [ "power=substation", @@ -559611,7 +408031,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-32600e.undefined", "osmTags": { "and": [ "power=substation", @@ -559661,7 +408080,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-f4cd35.undefined", "osmTags": { "and": [ "power=substation", @@ -559692,7 +408110,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-a84f0c.undefined", "osmTags": { "and": [ "power=substation", @@ -559739,7 +408156,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-6f0d53.undefined", "osmTags": { "and": [ "power=substation", @@ -559770,7 +408186,6 @@ }, { "question": "KiesZon", - "icon": "./assets/data/nsi/logos/kieszon-01f022.undefined", "osmTags": { "and": [ "operator=KiesZon", @@ -559841,7 +408256,6 @@ }, { "question": "KPLC", - "icon": "./assets/data/nsi/logos/kplc-891a5a.undefined", "osmTags": { "and": [ "operator=KPLC", @@ -559851,7 +408265,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-487ae0.undefined", "osmTags": { "and": [ "power=substation", @@ -559881,7 +408294,6 @@ }, { "question": "KSS", - "icon": "./assets/data/nsi/logos/kss-a5d6ed.undefined", "osmTags": { "and": [ "operator=KSS", @@ -559891,7 +408303,6 @@ }, { "question": "Kungälv Energi", - "icon": "./assets/data/nsi/logos/kungalvenergi-44b3db.undefined", "osmTags": { "and": [ "operator=Kungälv Energi", @@ -559901,7 +408312,6 @@ }, { "question": "Kvam Energi Nett", - "icon": "./assets/data/nsi/logos/kvamenerginett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Kvam Energi Nett", @@ -559958,7 +408368,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-7f1990.undefined", "osmTags": { "and": [ "power=substation", @@ -559973,7 +408382,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-22dfff.undefined", "osmTags": { "and": [ "power=substation", @@ -560020,7 +408428,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -560035,7 +408442,6 @@ }, { "question": "LeGa Nett", - "icon": "./assets/data/nsi/logos/leganett-ba6ae8.undefined", "osmTags": { "and": [ "operator=LeGa Nett", @@ -560045,7 +408451,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-343b7a.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -560070,7 +408475,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-5ceefd.undefined", "osmTags": { "and": [ "power=substation", @@ -560086,7 +408490,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-acc4a0.undefined", "osmTags": { "and": [ "power=substation", @@ -560116,7 +408519,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-ba6ae8.undefined", "osmTags": { "and": [ "operator=Linea", @@ -560141,7 +408543,6 @@ }, { "question": "Linn County REC", - "icon": "./assets/data/nsi/logos/linncountyrec-49fcf5.undefined", "osmTags": { "and": [ "power=substation", @@ -560171,7 +408572,6 @@ }, { "question": "LISEA", - "icon": "./assets/data/nsi/logos/lisea-90b6b6.undefined", "osmTags": { "and": [ "power=substation", @@ -560186,7 +408586,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -560201,7 +408600,6 @@ }, { "question": "London Power Network Public Limited Company", - "icon": "./assets/data/nsi/logos/londonpowernetworkpubliclimitedcompany-3f58d2.undefined", "osmTags": { "and": [ "operator=London Power Network Public Limited Company", @@ -560226,7 +408624,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-203caa.undefined", "osmTags": { "and": [ "power=substation", @@ -560318,7 +408715,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -560333,7 +408729,6 @@ }, { "question": "Lumbee River EMC", - "icon": "./assets/data/nsi/logos/lumbeeriveremc-32600e.undefined", "osmTags": { "and": [ "operator=Lumbee River EMC", @@ -560343,7 +408738,6 @@ }, { "question": "Luz del Sur", - "icon": "./assets/data/nsi/logos/luzdelsur-c900f8.undefined", "osmTags": { "and": [ "power=substation", @@ -560358,7 +408752,6 @@ }, { "question": "LWU", - "icon": "./assets/data/nsi/logos/lwu-8432e2.undefined", "osmTags": { "and": [ "operator=LWU", @@ -560399,7 +408792,6 @@ }, { "question": "MainPower", - "icon": "./assets/data/nsi/logos/mainpower-8d74a7.undefined", "osmTags": { "and": [ "operator=MainPower", @@ -560424,7 +408816,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-831ba8.undefined", "osmTags": { "and": [ "power=substation", @@ -560469,7 +408860,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-c1aa6d.undefined", "osmTags": { "and": [ "power=substation", @@ -560499,7 +408889,6 @@ }, { "question": "Marlborough Lines", - "icon": "./assets/data/nsi/logos/marlboroughlines-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -560544,7 +408933,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-5d1a50.undefined", "osmTags": { "and": [ "power=substation", @@ -560559,7 +408947,6 @@ }, { "question": "MÁV", - "icon": "./assets/data/nsi/logos/mav-998f8d.undefined", "osmTags": { "and": [ "operator=MÁV", @@ -560569,7 +408956,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-998f8d.undefined", "osmTags": { "and": [ "power=substation", @@ -560584,7 +408970,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -560660,7 +409045,6 @@ }, { "question": "Mi Tren", - "icon": "./assets/data/nsi/logos/mitren-14ffd1.undefined", "osmTags": { "and": [ "operator=Mi Tren", @@ -560685,7 +409069,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -560715,7 +409098,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-6cc51c.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -560725,7 +409107,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-6cc51c.undefined", "osmTags": { "and": [ "power=substation", @@ -560770,7 +409151,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-000ad2.undefined", "osmTags": { "and": [ "power=substation", @@ -560800,7 +409180,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-b44a46.undefined", "osmTags": { "and": [ "power=substation", @@ -560830,7 +409209,6 @@ }, { "question": "Mountain Parks Electric", - "icon": "./assets/data/nsi/logos/mountainparkselectric-80514d.undefined", "osmTags": { "and": [ "operator=Mountain Parks Electric", @@ -560840,7 +409218,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-487ae0.undefined", "osmTags": { "and": [ "power=substation", @@ -560855,7 +409232,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-11d4cb.undefined", "osmTags": { "and": [ "power=substation", @@ -560871,7 +409247,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -560963,7 +409338,6 @@ }, { "question": "National Grid Electricity Distribution (South West) plc", - "icon": "./assets/data/nsi/logos/nationalgridelectricitydistributionsouthwestplc-3f58d2.undefined", "osmTags": { "and": [ "power=substation", @@ -561010,7 +409384,6 @@ }, { "question": "NEAS AS", - "icon": "./assets/data/nsi/logos/neasas-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -561025,7 +409398,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-9705f8.undefined", "osmTags": { "and": [ "power=substation", @@ -561040,7 +409412,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-d85383.undefined", "osmTags": { "and": [ "power=substation", @@ -561056,7 +409427,6 @@ }, { "question": "Nelson Mandela Bay Municipality", - "icon": "./assets/data/nsi/logos/nelsonmandelabaymunicipality-ae9b5d.undefined", "osmTags": { "and": [ "power=substation", @@ -561086,7 +409456,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-febfc5.undefined", "osmTags": { "and": [ "power=substation", @@ -561101,7 +409470,6 @@ }, { "question": "Nettselskapet", - "icon": "./assets/data/nsi/logos/nettselskapet-ba6ae8.undefined", "osmTags": { "and": [ "operator=Nettselskapet", @@ -561126,7 +409494,6 @@ }, { "question": "Network Tasman", - "icon": "./assets/data/nsi/logos/networktasman-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -561156,7 +409523,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-dc07d3.undefined", "osmTags": { "and": [ "power=substation", @@ -561186,7 +409552,6 @@ }, { "question": "Netz Oberösterreich", - "icon": "./assets/data/nsi/logos/netzoberosterreich-3e6be9.undefined", "osmTags": { "and": [ "power=substation", @@ -561201,7 +409566,6 @@ }, { "question": "Netzdienste Rhein-Main", - "icon": "./assets/data/nsi/logos/netzdiensterheinmain-bd90a4.undefined", "osmTags": { "and": [ "power=substation", @@ -561232,7 +409596,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-caeb06.undefined", "osmTags": { "and": [ "power=substation", @@ -561247,7 +409610,6 @@ }, { "question": "Netzgesellschaft Gütersloh", - "icon": "./assets/data/nsi/logos/netzgesellschaftgutersloh-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -561262,7 +409624,6 @@ }, { "question": "Netzgesellschaft Potsdam", - "icon": "./assets/data/nsi/logos/netzgesellschaftpotsdam-f7a8ec.undefined", "osmTags": { "and": [ "power=substation", @@ -561353,7 +409714,6 @@ }, { "question": "Nexel", - "icon": "./assets/data/nsi/logos/nexel-3aeb55.undefined", "osmTags": { "and": [ "operator=Nexel", @@ -561393,7 +409753,6 @@ }, { "question": "NIPSCO", - "icon": "./assets/data/nsi/logos/nipsco-e785bc.undefined", "osmTags": { "and": [ "operator=NIPSCO", @@ -561419,7 +409778,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-998f8d.undefined", "osmTags": { "and": [ "power=substation", @@ -561435,7 +409793,6 @@ }, { "question": "NÖ Netz EVN Gruppe", - "icon": "./assets/data/nsi/logos/nonetzevngruppe-feb489.undefined", "osmTags": { "and": [ "operator=NÖ Netz EVN Gruppe", @@ -561445,7 +409802,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -561475,7 +409831,6 @@ }, { "question": "Nordkyn Kraftlag", - "icon": "./assets/data/nsi/logos/nordkynkraftlag-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -561490,7 +409845,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -561520,7 +409874,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -561535,7 +409888,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-5f1fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -561565,7 +409917,6 @@ }, { "question": "Northern Powergrid (Northeast) Limited", - "icon": "./assets/data/nsi/logos/northernpowergridnortheastlimited-3f58d2.undefined", "osmTags": { "and": [ "operator=Northern Powergrid (Northeast) Limited", @@ -561650,7 +410001,6 @@ }, { "question": "NSTAR", - "icon": "./assets/data/nsi/logos/nstar-96efe5.undefined", "osmTags": { "and": [ "operator=NSTAR", @@ -561660,7 +410010,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-8cd436.undefined", "osmTags": { "and": [ "power=substation", @@ -561750,7 +410099,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-3e6be9.undefined", "osmTags": { "and": [ "power=substation", @@ -561766,7 +410114,6 @@ }, { "question": "Ohio Power", - "icon": "./assets/data/nsi/logos/ohiopower-7dabf9.undefined", "osmTags": { "and": [ "power=substation", @@ -561781,7 +410128,6 @@ }, { "question": "Oiken", - "icon": "./assets/data/nsi/logos/oiken-8fe274.undefined", "osmTags": { "and": [ "operator=Oiken", @@ -561837,7 +410183,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-eaf12f.undefined", "osmTags": { "and": [ "power=substation", @@ -561913,7 +410258,6 @@ }, { "question": "OstHessenNetz", - "icon": "./assets/data/nsi/logos/osthessennetz-71b188.undefined", "osmTags": { "and": [ "power=substation", @@ -561928,7 +410272,6 @@ }, { "question": "OtagoNet Joint Venture", - "icon": "./assets/data/nsi/logos/otagonetjointventure-8d74a7.undefined", "osmTags": { "and": [ "operator=OtagoNet Joint Venture", @@ -561968,7 +410311,6 @@ }, { "question": "ovag Netz", - "icon": "./assets/data/nsi/logos/ovagnetz-43eb08.undefined", "osmTags": { "and": [ "power=substation", @@ -561983,7 +410325,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-3e7f38.undefined", "osmTags": { "and": [ "power=substation", @@ -562044,7 +410385,6 @@ }, { "question": "Paulding Putnam REA", - "icon": "./assets/data/nsi/logos/pauldingputnamrea-c57180.undefined", "osmTags": { "and": [ "operator=Paulding Putnam REA", @@ -562054,7 +410394,6 @@ }, { "question": "PBE", - "icon": "./assets/data/nsi/logos/pbe-531b98.undefined", "osmTags": { "and": [ "operator=PBE", @@ -562079,7 +410418,6 @@ }, { "question": "Pearl River Valley Electric Power Association", - "icon": "./assets/data/nsi/logos/pearlrivervalleyelectricpowerassociation-142bdd.undefined", "osmTags": { "and": [ "operator=Pearl River Valley Electric Power Association", @@ -562134,7 +410472,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-851165.undefined", "osmTags": { "and": [ "power=substation", @@ -562211,7 +410548,6 @@ }, { "question": "PGCB", - "icon": "./assets/data/nsi/logos/pgcb-66abba.undefined", "osmTags": { "and": [ "power=substation", @@ -562226,7 +410562,6 @@ }, { "question": "PGCIL", - "icon": "./assets/data/nsi/logos/pgcil-487ae0.undefined", "osmTags": { "and": [ "operator=PGCIL", @@ -562420,7 +410755,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-f803e3.undefined", "osmTags": { "and": [ "power=substation", @@ -562481,7 +410815,6 @@ }, { "question": "Products (SE) Pipe Line Corporation", - "icon": "./assets/data/nsi/logos/productssepipelinecorporation-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -562496,7 +410829,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -562526,7 +410858,6 @@ }, { "question": "Protrans BC", - "icon": "./assets/data/nsi/logos/protransbc-9c288b.undefined", "osmTags": { "and": [ "operator=Protrans BC", @@ -562552,7 +410883,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-80514d.undefined", "osmTags": { "and": [ "power=substation", @@ -562614,7 +410944,6 @@ }, { "question": "PVU", - "icon": "./assets/data/nsi/logos/pvu-f7a8ec.undefined", "osmTags": { "and": [ "power=substation", @@ -562674,7 +411003,6 @@ }, { "question": "RE Busko", - "icon": "./assets/data/nsi/logos/rebusko-83e94a.undefined", "osmTags": { "and": [ "operator=RE Busko", @@ -562684,7 +411012,6 @@ }, { "question": "RE Jędrzejów", - "icon": "./assets/data/nsi/logos/rejedrzejow-83e94a.undefined", "osmTags": { "and": [ "operator=RE Jędrzejów", @@ -562694,7 +411021,6 @@ }, { "question": "RE Kozienice", - "icon": "./assets/data/nsi/logos/rekozienice-83e94a.undefined", "osmTags": { "and": [ "operator=RE Kozienice", @@ -562704,7 +411030,6 @@ }, { "question": "RE Miechów", - "icon": "./assets/data/nsi/logos/remiechow-83e94a.undefined", "osmTags": { "and": [ "operator=RE Miechów", @@ -562730,7 +411055,6 @@ }, { "question": "Redding Electric Utility", - "icon": "./assets/data/nsi/logos/reddingelectricutility-9f24bd.undefined", "osmTags": { "and": [ "operator=Redding Electric Utility", @@ -562740,7 +411064,6 @@ }, { "question": "Redwood Electric Cooperative", - "icon": "./assets/data/nsi/logos/redwoodelectriccooperative-2f1b0a.undefined", "osmTags": { "and": [ "operator=Redwood Electric Cooperative", @@ -562780,7 +411103,6 @@ }, { "question": "REP", - "icon": "./assets/data/nsi/logos/rep-c900f8.undefined", "osmTags": { "and": [ "operator=REP", @@ -562790,7 +411112,6 @@ }, { "question": "Repvåg Kraftlag", - "icon": "./assets/data/nsi/logos/repvagkraftlag-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -562805,7 +411126,6 @@ }, { "question": "RESA", - "icon": "./assets/data/nsi/logos/resa-531b98.undefined", "osmTags": { "and": [ "operator=RESA", @@ -562815,7 +411135,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-90b6b6.undefined", "osmTags": { "and": [ "power=substation", @@ -562830,7 +411149,6 @@ }, { "question": "REThones", - "icon": "./assets/data/nsi/logos/rethones-90b6b6.undefined", "osmTags": { "and": [ "operator=REThones", @@ -562885,7 +411203,6 @@ }, { "question": "Rio Grande Electric Cooperative", - "icon": "./assets/data/nsi/logos/riograndeelectriccooperative-9e5147.undefined", "osmTags": { "and": [ "operator=Rio Grande Electric Cooperative", @@ -562970,7 +411287,6 @@ }, { "question": "RTB", - "icon": "./assets/data/nsi/logos/rtb-f6524b.undefined", "osmTags": { "and": [ "operator=RTB", @@ -562995,7 +411311,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-f77b19.undefined", "osmTags": { "and": [ "power=substation", @@ -563041,7 +411356,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-fb8dd8.undefined", "osmTags": { "and": [ "power=substation", @@ -563118,7 +411432,6 @@ }, { "question": "Sala-Heby Energi", - "icon": "./assets/data/nsi/logos/salahebyenergi-44b3db.undefined", "osmTags": { "and": [ "operator=Sala-Heby Energi", @@ -563159,7 +411472,6 @@ }, { "question": "Sam Houston Electric Cooperative", - "icon": "./assets/data/nsi/logos/samhoustonelectriccooperative-9e5147.undefined", "osmTags": { "and": [ "operator=Sam Houston Electric Cooperative", @@ -563185,7 +411497,6 @@ }, { "question": "Sand Mountain Electric Cooperative", - "icon": "./assets/data/nsi/logos/sandmountainelectriccooperative-569b0d.undefined", "osmTags": { "and": [ "operator=Sand Mountain Electric Cooperative", @@ -563271,7 +411582,6 @@ }, { "question": "SEAL", - "icon": "./assets/data/nsi/logos/seal-c900f8.undefined", "osmTags": { "and": [ "operator=SEAL", @@ -563281,7 +411591,6 @@ }, { "question": "Selnet", - "icon": "./assets/data/nsi/logos/selnet-5e9b52.undefined", "osmTags": { "and": [ "operator=Selnet", @@ -563291,7 +411600,6 @@ }, { "question": "Semitag", - "icon": "./assets/data/nsi/logos/semitag-90b6b6.undefined", "osmTags": { "and": [ "power=substation", @@ -563321,7 +411629,6 @@ }, { "question": "SER", - "icon": "./assets/data/nsi/logos/ser-5e9b52.undefined", "osmTags": { "and": [ "operator=SER", @@ -563331,7 +411638,6 @@ }, { "question": "Sevillana de Electricidad", - "icon": "./assets/data/nsi/logos/sevillanadeelectricidad-294d99.undefined", "osmTags": { "and": [ "power=substation", @@ -563346,7 +411652,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-9e5147.undefined", "osmTags": { "and": [ "power=substation", @@ -563391,7 +411696,6 @@ }, { "question": "SICAE Oise", - "icon": "./assets/data/nsi/logos/sicaeoise-86d13b.undefined", "osmTags": { "and": [ "power=substation", @@ -563406,7 +411710,6 @@ }, { "question": "Singing River Electric Cooperative", - "icon": "./assets/data/nsi/logos/singingriverelectriccooperative-142bdd.undefined", "osmTags": { "and": [ "operator=Singing River Electric Cooperative", @@ -563477,7 +411780,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-d22ec3.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -563535,7 +411837,6 @@ }, { "question": "Sorea", - "icon": "./assets/data/nsi/logos/sorea-90b6b6.undefined", "osmTags": { "and": [ "operator=Sorea", @@ -563545,7 +411846,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-9e5147.undefined", "osmTags": { "and": [ "power=substation", @@ -563606,7 +411906,6 @@ }, { "question": "Southwest Tennessee Electric Membership Corporation", - "icon": "./assets/data/nsi/logos/southwesttennesseeelectricmembershipcorporation-a96cd6.undefined", "osmTags": { "and": [ "operator=Southwest Tennessee Electric Membership Corporation", @@ -563616,7 +411915,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-6f5c1b.undefined", "osmTags": { "and": [ "power=substation", @@ -563646,7 +411944,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-6ff402.undefined", "osmTags": { "and": [ "power=substation", @@ -563661,7 +411958,6 @@ }, { "question": "SPPG", - "icon": "./assets/data/nsi/logos/sppg-ad1c09.undefined", "osmTags": { "and": [ "operator=SPPG", @@ -563687,7 +411983,6 @@ }, { "question": "SR", - "icon": "./assets/data/nsi/logos/sr-487ae0.undefined", "osmTags": { "and": [ "operator=SR", @@ -563697,7 +411992,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-90b6b6.undefined", "osmTags": { "and": [ "power=substation", @@ -563712,7 +412006,6 @@ }, { "question": "SSE Power Distribution", - "icon": "./assets/data/nsi/logos/ssepowerdistribution-3f58d2.undefined", "osmTags": { "and": [ "operator=SSE Power Distribution", @@ -563843,7 +412136,6 @@ }, { "question": "Stadtwerke Bad Aibling", - "icon": "./assets/data/nsi/logos/stadtwerkebadaibling-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -563949,7 +412241,6 @@ }, { "question": "Stadtwerke Brunsbüttel", - "icon": "./assets/data/nsi/logos/stadtwerkebrunsbuttel-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -563964,7 +412255,6 @@ }, { "question": "Stadtwerke Dülmen", - "icon": "./assets/data/nsi/logos/stadtwerkedulmen-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -563979,7 +412269,6 @@ }, { "question": "Stadtwerke Elmshorn", - "icon": "./assets/data/nsi/logos/stadtwerkeelmshorn-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564054,7 +412343,6 @@ }, { "question": "Stadtwerke Glückstadt", - "icon": "./assets/data/nsi/logos/stadtwerkegluckstadt-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564129,7 +412417,6 @@ }, { "question": "Stadtwerke Harsewinkel", - "icon": "./assets/data/nsi/logos/stadtwerkeharsewinkel-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -564144,7 +412431,6 @@ }, { "question": "Stadtwerke Heidelberg Netze", - "icon": "./assets/data/nsi/logos/stadtwerkeheidelbergnetze-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -564220,7 +412506,6 @@ }, { "question": "Stadtwerke Itzehoe", - "icon": "./assets/data/nsi/logos/stadtwerkeitzehoe-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564235,7 +412520,6 @@ }, { "question": "Stadtwerke Kaltenkirchen", - "icon": "./assets/data/nsi/logos/stadtwerkekaltenkirchen-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564250,7 +412534,6 @@ }, { "question": "Stadtwerke Karlsruhe Netzservice", - "icon": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -564341,7 +412624,6 @@ }, { "question": "Stadtwerke Lippstadt", - "icon": "./assets/data/nsi/logos/stadtwerkelippstadt-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -564371,7 +412653,6 @@ }, { "question": "Stadtwerke Ludwigsfelde", - "icon": "./assets/data/nsi/logos/stadtwerkeludwigsfelde-f7a8ec.undefined", "osmTags": { "and": [ "power=substation", @@ -564511,7 +412792,6 @@ }, { "question": "Stadtwerke Nordfriesland Netz", - "icon": "./assets/data/nsi/logos/stadtwerkenordfrieslandnetz-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564574,7 +412854,6 @@ }, { "question": "Stadtwerke Pirna Energie", - "icon": "./assets/data/nsi/logos/stadtwerkepirnaenergie-8b3810.undefined", "osmTags": { "and": [ "power=substation", @@ -564620,7 +412899,6 @@ }, { "question": "Stadtwerke Quickborn", - "icon": "./assets/data/nsi/logos/stadtwerkequickborn-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564635,7 +412913,6 @@ }, { "question": "Stadtwerke Radolfzell", - "icon": "./assets/data/nsi/logos/stadtwerkeradolfzell-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -564665,7 +412942,6 @@ }, { "question": "Stadtwerke Rostock", - "icon": "./assets/data/nsi/logos/stadtwerkerostock-58f462.undefined", "osmTags": { "and": [ "power=substation", @@ -564680,7 +412956,6 @@ }, { "question": "Stadtwerke Roth", - "icon": "./assets/data/nsi/logos/stadtwerkeroth-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -564710,7 +412985,6 @@ }, { "question": "Stadtwerke Senftenberg", - "icon": "./assets/data/nsi/logos/stadtwerkesenftenberg-f7a8ec.undefined", "osmTags": { "and": [ "power=substation", @@ -564756,7 +413030,6 @@ }, { "question": "Stadtwerke Tornesch-Netz", - "icon": "./assets/data/nsi/logos/stadtwerketorneschnetz-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -564893,7 +413166,6 @@ }, { "question": "Stannum", - "icon": "./assets/data/nsi/logos/stannum-ba6ae8.undefined", "osmTags": { "and": [ "operator=Stannum", @@ -564963,7 +413235,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-83e94a.undefined", "osmTags": { "and": [ "power=substation", @@ -564978,7 +413249,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-0b2c83.undefined", "osmTags": { "and": [ "power=substation", @@ -564994,7 +413264,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-052fd4.undefined", "osmTags": { "and": [ "power=substation", @@ -565040,7 +413309,6 @@ }, { "question": "Stromnetzgesellschaft Herrenberg", - "icon": "./assets/data/nsi/logos/stromnetzgesellschaftherrenberg-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -565055,7 +413323,6 @@ }, { "question": "Stromversorgung Angermünde GmbH", - "icon": "./assets/data/nsi/logos/stromversorgungangermundegmbh-7ff171.undefined", "osmTags": { "and": [ "operator=Stromversorgung Angermünde GmbH", @@ -565065,7 +413332,6 @@ }, { "question": "Stromversorgung Ismaning", - "icon": "./assets/data/nsi/logos/stromversorgungismaning-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -565081,7 +413347,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-6cc51c.undefined", "osmTags": { "and": [ "operator=STS", @@ -565121,7 +413386,6 @@ }, { "question": "Sunndal Energi Nett", - "icon": "./assets/data/nsi/logos/sunndalenerginett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Sunndal Energi Nett", @@ -565192,7 +413456,6 @@ }, { "question": "SWE Erfurt Netz", - "icon": "./assets/data/nsi/logos/sweerfurtnetz-402326.undefined", "osmTags": { "and": [ "power=substation", @@ -565284,7 +413547,6 @@ }, { "question": "SWKiel Netz GmbH", - "icon": "./assets/data/nsi/logos/swkielnetzgmbh-7ff171.undefined", "osmTags": { "and": [ "power=substation", @@ -565299,7 +413561,6 @@ }, { "question": "SWR", - "icon": "./assets/data/nsi/logos/swr-487ae0.undefined", "osmTags": { "and": [ "operator=SWR", @@ -565385,7 +413646,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-48f37a.undefined", "osmTags": { "and": [ "power=substation", @@ -565400,7 +413660,6 @@ }, { "question": "TANGEDCO", - "icon": "./assets/data/nsi/logos/tangedco-487ae0.undefined", "osmTags": { "and": [ "power=substation", @@ -565415,7 +413674,6 @@ }, { "question": "TANTRANSCO", - "icon": "./assets/data/nsi/logos/tantransco-487ae0.undefined", "osmTags": { "and": [ "operator=TANTRANSCO", @@ -565487,7 +413745,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-8432e2.undefined", "osmTags": { "and": [ "power=substation", @@ -565608,7 +413865,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -565623,7 +413879,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -565638,7 +413893,6 @@ }, { "question": "Termoenergetica", - "icon": "./assets/data/nsi/logos/termoenergetica-e2eb53.undefined", "osmTags": { "and": [ "operator=Termoenergetica", @@ -565663,7 +413917,6 @@ }, { "question": "Texas Eastern Transmission, LP", - "icon": "./assets/data/nsi/logos/texaseasterntransmissionlp-301545.undefined", "osmTags": { "and": [ "power=substation", @@ -565694,7 +413947,6 @@ }, { "question": "The Lines Company", - "icon": "./assets/data/nsi/logos/thelinescompany-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -565709,7 +413961,6 @@ }, { "question": "The Power Company", - "icon": "./assets/data/nsi/logos/thepowercompany-8d74a7.undefined", "osmTags": { "and": [ "operator=The Power Company", @@ -565734,7 +413985,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-402326.undefined", "osmTags": { "and": [ "power=substation", @@ -565781,7 +414031,6 @@ }, { "question": "TNEB", - "icon": "./assets/data/nsi/logos/tneb-487ae0.undefined", "osmTags": { "and": [ "power=substation", @@ -565826,7 +414075,6 @@ }, { "question": "Tramwaje Śląskie", - "icon": "./assets/data/nsi/logos/tramwajeslaskie-83e94a.undefined", "osmTags": { "and": [ "power=substation", @@ -565856,7 +414104,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-e1c05a.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -565866,7 +414113,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-0c56bc.undefined", "osmTags": { "and": [ "power=substation", @@ -565882,7 +414128,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-6cc51c.undefined", "osmTags": { "and": [ "power=substation", @@ -565928,7 +414173,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-6cc51c.undefined", "osmTags": { "and": [ "power=substation", @@ -565973,7 +414217,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-e1c05a.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -566013,7 +414256,6 @@ }, { "question": "TraveNetz", - "icon": "./assets/data/nsi/logos/travenetz-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -566074,7 +414316,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-ae9b5d.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -566084,7 +414325,6 @@ }, { "question": "TSTRANSCO", - "icon": "./assets/data/nsi/logos/tstransco-487ae0.undefined", "osmTags": { "and": [ "operator=TSTRANSCO", @@ -566126,7 +414366,6 @@ }, { "question": "Überlandwerk Erding", - "icon": "./assets/data/nsi/logos/uberlandwerkerding-218486.undefined", "osmTags": { "and": [ "power=substation", @@ -566157,7 +414396,6 @@ }, { "question": "Überlandwerk Mittelbaden", - "icon": "./assets/data/nsi/logos/uberlandwerkmittelbaden-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -566202,7 +414440,6 @@ }, { "question": "Unareti", - "icon": "./assets/data/nsi/logos/unareti-5e9b52.undefined", "osmTags": { "and": [ "operator=Unareti", @@ -566212,7 +414449,6 @@ }, { "question": "Unifi", - "icon": "./assets/data/nsi/logos/unifi-32600e.undefined", "osmTags": { "and": [ "operator=Unifi", @@ -566222,7 +414458,6 @@ }, { "question": "Union Fenosa", - "icon": "./assets/data/nsi/logos/unionfenosa-294d99.undefined", "osmTags": { "and": [ "power=substation", @@ -566237,7 +414472,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-294d99.undefined", "osmTags": { "and": [ "power=substation", @@ -566268,7 +414502,6 @@ }, { "question": "United Energy", - "icon": "./assets/data/nsi/logos/unitedenergy-2fd8c0.undefined", "osmTags": { "and": [ "power=substation", @@ -566298,7 +414531,6 @@ }, { "question": "United Power", - "icon": "./assets/data/nsi/logos/unitedpower-80514d.undefined", "osmTags": { "and": [ "operator=United Power", @@ -566383,7 +414615,6 @@ }, { "question": "Vantaan Energia Sähköverkot Oy", - "icon": "./assets/data/nsi/logos/vantaanenergiasahkoverkotoy-a5d6ed.undefined", "osmTags": { "and": [ "operator=Vantaan Energia Sähköverkot Oy", @@ -566393,7 +414624,6 @@ }, { "question": "Varanger Kraft", - "icon": "./assets/data/nsi/logos/varangerkraft-ba6ae8.undefined", "osmTags": { "and": [ "power=substation", @@ -566468,7 +414698,6 @@ }, { "question": "Veitur", - "icon": "./assets/data/nsi/logos/veitur-7f1990.undefined", "osmTags": { "and": [ "operator=Veitur", @@ -566478,7 +414707,6 @@ }, { "question": "Verbandsgemeindewerke Dahner Felsenland", - "icon": "./assets/data/nsi/logos/verbandsgemeindewerkedahnerfelsenland-7ff171.undefined", "osmTags": { "and": [ "operator=Verbandsgemeindewerke Dahner Felsenland", @@ -566518,7 +414746,6 @@ }, { "question": "Vereinigte Stadtwerke Netz", - "icon": "./assets/data/nsi/logos/vereinigtestadtwerkenetz-5fcfdc.undefined", "osmTags": { "and": [ "power=substation", @@ -566549,7 +414776,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-b24902.undefined", "osmTags": { "and": [ "power=substation", @@ -566579,7 +414805,6 @@ }, { "question": "Versorgungswerke Heddesheim", - "icon": "./assets/data/nsi/logos/versorgungswerkeheddesheim-dda049.undefined", "osmTags": { "and": [ "power=substation", @@ -566609,7 +414834,6 @@ }, { "question": "VEW", - "icon": "./assets/data/nsi/logos/vew-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -566639,7 +414863,6 @@ }, { "question": "Vineland Municipal Electric Utility", - "icon": "./assets/data/nsi/logos/vinelandmunicipalelectricutility-e36655.undefined", "osmTags": { "and": [ "operator=Vineland Municipal Electric Utility", @@ -566649,7 +414872,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-73adb4.undefined", "osmTags": { "and": [ "power=substation", @@ -566694,7 +414916,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-123eda.undefined", "osmTags": { "and": [ "power=substation", @@ -566709,7 +414930,6 @@ }, { "question": "Volunteer Energy Cooperative", - "icon": "./assets/data/nsi/logos/volunteerenergycooperative-a96cd6.undefined", "osmTags": { "and": [ "operator=Volunteer Energy Cooperative", @@ -566719,7 +414939,6 @@ }, { "question": "Vonett", - "icon": "./assets/data/nsi/logos/vonett-ba6ae8.undefined", "osmTags": { "and": [ "operator=Vonett", @@ -566729,7 +414948,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-b186b2.undefined", "osmTags": { "and": [ "power=substation", @@ -566744,7 +414962,6 @@ }, { "question": "Vores Elnet", - "icon": "./assets/data/nsi/logos/voreselnet-3aeb55.undefined", "osmTags": { "and": [ "operator=Vores Elnet", @@ -566847,7 +415064,6 @@ }, { "question": "Waterloo North Hydro", - "icon": "./assets/data/nsi/logos/waterloonorthhydro-214de1.undefined", "osmTags": { "and": [ "operator=Waterloo North Hydro", @@ -566857,7 +415073,6 @@ }, { "question": "WE Energies", - "icon": "./assets/data/nsi/logos/weenergies-354e8e.undefined", "osmTags": { "and": [ "operator=WE Energies", @@ -566882,7 +415097,6 @@ }, { "question": "Wellington Electricity", - "icon": "./assets/data/nsi/logos/wellingtonelectricity-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -566897,7 +415111,6 @@ }, { "question": "WEMAG Netz", - "icon": "./assets/data/nsi/logos/wemagnetz-d1ec93.undefined", "osmTags": { "and": [ "power=substation", @@ -566912,7 +415125,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-b4e66c.undefined", "osmTags": { "and": [ "power=substation", @@ -566958,7 +415170,6 @@ }, { "question": "Western Power (Western Australia)", - "icon": "./assets/data/nsi/logos/westernpower-ba34d7.undefined", "osmTags": { "and": [ "power=substation", @@ -566973,7 +415184,6 @@ }, { "question": "Westfalen Weser Netz", - "icon": "./assets/data/nsi/logos/westfalenwesernetz-a4b8ed.undefined", "osmTags": { "and": [ "power=substation", @@ -567019,7 +415229,6 @@ }, { "question": "Westpower", - "icon": "./assets/data/nsi/logos/westpower-8d74a7.undefined", "osmTags": { "and": [ "power=substation", @@ -567064,7 +415273,6 @@ }, { "question": "WO", - "icon": "./assets/data/nsi/logos/wo-83e94a.undefined", "osmTags": { "and": [ "operator=WO", @@ -567074,7 +415282,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-22dfff.undefined", "osmTags": { "and": [ "power=substation", @@ -567089,7 +415296,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-26c4cf.undefined", "osmTags": { "and": [ "power=substation", @@ -567135,7 +415341,6 @@ }, { "question": "Yampa Valley Electric", - "icon": "./assets/data/nsi/logos/yampavalleyelectric-80514d.undefined", "osmTags": { "and": [ "operator=Yampa Valley Electric", @@ -567145,7 +415350,6 @@ }, { "question": "Západoslovenská distribučná", - "icon": "./assets/data/nsi/logos/zapadoslovenskadistribucna-052fd4.undefined", "osmTags": { "and": [ "power=substation", @@ -567160,7 +415364,6 @@ }, { "question": "ZDMK", - "icon": "./assets/data/nsi/logos/zdmk-83e94a.undefined", "osmTags": { "and": [ "operator=ZDMK", @@ -567200,7 +415403,6 @@ }, { "question": "АО \"ДРСК\"", - "icon": "./assets/data/nsi/logos/037cea-42843b.undefined", "osmTags": { "and": [ "operator=АО \"ДРСК\"", @@ -567210,7 +415412,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-42843b.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -567220,7 +415421,6 @@ }, { "question": "АО \"Сетевая компания\"", - "icon": "./assets/data/nsi/logos/e19896-42843b.undefined", "osmTags": { "and": [ "operator=АО \"Сетевая компания\"", @@ -567230,7 +415430,6 @@ }, { "question": "АО ОРЭС-Тольятти", - "icon": "./assets/data/nsi/logos/fbbdbc-42843b.undefined", "osmTags": { "and": [ "operator=АО ОРЭС-Тольятти", @@ -567240,7 +415439,6 @@ }, { "question": "АО ОЭК", - "icon": "./assets/data/nsi/logos/1fec25-42843b.undefined", "osmTags": { "and": [ "operator=АО ОЭК", @@ -567250,7 +415448,6 @@ }, { "question": "АО РЭС", - "icon": "./assets/data/nsi/logos/1547de-42843b.undefined", "osmTags": { "and": [ "operator=АО РЭС", @@ -567260,7 +415457,6 @@ }, { "question": "АО Самарская сетевая компания", - "icon": "./assets/data/nsi/logos/4e721a-42843b.undefined", "osmTags": { "and": [ "operator=АО Самарская сетевая компания", @@ -567270,7 +415466,6 @@ }, { "question": "АО Энергосетевая компания", - "icon": "./assets/data/nsi/logos/73c515-42843b.undefined", "osmTags": { "and": [ "operator=АО Энергосетевая компания", @@ -567280,7 +415475,6 @@ }, { "question": "АО Янтарьэнерго", - "icon": "./assets/data/nsi/logos/f0d7c2-42843b.undefined", "osmTags": { "and": [ "operator=АО Янтарьэнерго", @@ -567290,7 +415484,6 @@ }, { "question": "Белгородэнерго", - "icon": "./assets/data/nsi/logos/73280b-42843b.undefined", "osmTags": { "and": [ "operator=Белгородэнерго", @@ -567300,7 +415493,6 @@ }, { "question": "Берёзовский РЭС", - "icon": "./assets/data/nsi/logos/f79783-1d411a.undefined", "osmTags": { "and": [ "operator=Берёзовский РЭС", @@ -567310,7 +415502,6 @@ }, { "question": "Брестэнерго", - "icon": "./assets/data/nsi/logos/adbc9a-1d411a.undefined", "osmTags": { "and": [ "operator=Брестэнерго", @@ -567320,7 +415511,6 @@ }, { "question": "Брянскэнерго", - "icon": "./assets/data/nsi/logos/b5ae9b-42843b.undefined", "osmTags": { "and": [ "operator=Брянскэнерго", @@ -567330,7 +415520,6 @@ }, { "question": "Високовольтні мережі", - "icon": "./assets/data/nsi/logos/536e49-b0b17c.undefined", "osmTags": { "and": [ "operator=Високовольтні мережі", @@ -567357,7 +415546,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-b0b17c.undefined", "osmTags": { "and": [ "operator=Вінницяобленерго", @@ -567367,7 +415555,6 @@ }, { "question": "ВМУ-2", - "icon": "./assets/data/nsi/logos/e6ee9e-42843b.undefined", "osmTags": { "and": [ "operator=ВМУ-2", @@ -567377,7 +415564,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-b0b17c.undefined", "osmTags": { "and": [ "operator=Волиньобленерго", @@ -567387,7 +415573,6 @@ }, { "question": "Воронежская Горэлектросеть", - "icon": "./assets/data/nsi/logos/54f75b-42843b.undefined", "osmTags": { "and": [ "operator=Воронежская Горэлектросеть", @@ -567397,7 +415582,6 @@ }, { "question": "Гомельэнерго", - "icon": "./assets/data/nsi/logos/dcbab1-1d411a.undefined", "osmTags": { "and": [ "operator=Гомельэнерго", @@ -567407,7 +415591,6 @@ }, { "question": "ГорЭлектро", - "icon": "./assets/data/nsi/logos/8b0f6a-42843b.undefined", "osmTags": { "and": [ "operator=ГорЭлектро", @@ -567417,7 +415600,6 @@ }, { "question": "Горэлектросети", - "icon": "./assets/data/nsi/logos/bcde51-42843b.undefined", "osmTags": { "and": [ "operator=Горэлектросети", @@ -567427,7 +415609,6 @@ }, { "question": "Гродноэнерго", - "icon": "./assets/data/nsi/logos/2e0acb-1d411a.undefined", "osmTags": { "and": [ "operator=Гродноэнерго", @@ -567437,7 +415618,6 @@ }, { "question": "ГУП \"ГК Днестрэнерго\"", - "icon": "./assets/data/nsi/logos/925ae9-ca331e.undefined", "osmTags": { "and": [ "operator=ГУП \"ГК Днестрэнерго\"", @@ -567447,7 +415627,6 @@ }, { "question": "Дніпровські електромережі", - "icon": "./assets/data/nsi/logos/4fc9e1-b0b17c.undefined", "osmTags": { "and": [ "operator=Дніпровські електромережі", @@ -567457,7 +415636,6 @@ }, { "question": "Донецькі електромережі", - "icon": "./assets/data/nsi/logos/763ec9-b0b17c.undefined", "osmTags": { "and": [ "operator=Донецькі електромережі", @@ -567467,7 +415645,6 @@ }, { "question": "ДЭС", - "icon": "./assets/data/nsi/logos/44f383-42843b.undefined", "osmTags": { "and": [ "operator=ДЭС", @@ -567477,7 +415654,6 @@ }, { "question": "Екатеринбургская электросетевая компания", - "icon": "./assets/data/nsi/logos/11d53c-42843b.undefined", "osmTags": { "and": [ "operator=Екатеринбургская электросетевая компания", @@ -567487,7 +415663,6 @@ }, { "question": "Електроенергиен системен оператор", - "icon": "./assets/data/nsi/logos/87d60e-250fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -567502,7 +415677,6 @@ }, { "question": "ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", - "icon": "./assets/data/nsi/logos/21e393-250fb8.undefined", "osmTags": { "and": [ "operator=ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", @@ -567529,7 +415703,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-250fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -567544,7 +415717,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-250fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -567559,7 +415731,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-250fb8.undefined", "osmTags": { "and": [ "power=substation", @@ -567574,7 +415745,6 @@ }, { "question": "ЕЭСК", - "icon": "./assets/data/nsi/logos/912089-42843b.undefined", "osmTags": { "and": [ "operator=ЕЭСК", @@ -567584,7 +415754,6 @@ }, { "question": "Житомиробленерго", - "icon": "./assets/data/nsi/logos/4419a9-b0b17c.undefined", "osmTags": { "and": [ "operator=Житомиробленерго", @@ -567594,7 +415763,6 @@ }, { "question": "Закарпаттяобленерго", - "icon": "./assets/data/nsi/logos/edc045-b0b17c.undefined", "osmTags": { "and": [ "operator=Закарпаттяобленерго", @@ -567604,7 +415772,6 @@ }, { "question": "ЗАО \"НРЕС\"", - "icon": "./assets/data/nsi/logos/54244c-42843b.undefined", "osmTags": { "and": [ "operator=ЗАО \"НРЕС\"", @@ -567614,7 +415781,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-42843b.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -567624,7 +415790,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-b0b17c.undefined", "osmTags": { "and": [ "operator=Запоріжжяобленерго", @@ -567634,7 +415799,6 @@ }, { "question": "Зевс", - "icon": "./assets/data/nsi/logos/95d425-42843b.undefined", "osmTags": { "and": [ "operator=Зевс", @@ -567644,7 +415808,6 @@ }, { "question": "Зельвенский РЭС", - "icon": "./assets/data/nsi/logos/386b4a-1d411a.undefined", "osmTags": { "and": [ "operator=Зельвенский РЭС", @@ -567654,7 +415817,6 @@ }, { "question": "ИжГЭТ", - "icon": "./assets/data/nsi/logos/51239f-42843b.undefined", "osmTags": { "and": [ "operator=ИжГЭТ", @@ -567664,7 +415826,6 @@ }, { "question": "Каббалкэнерго", - "icon": "./assets/data/nsi/logos/37ea32-42843b.undefined", "osmTags": { "and": [ "operator=Каббалкэнерго", @@ -567674,7 +415835,6 @@ }, { "question": "Казанские электрические сети", - "icon": "./assets/data/nsi/logos/946b82-42843b.undefined", "osmTags": { "and": [ "operator=Казанские электрические сети", @@ -567684,7 +415844,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-42843b.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -567694,7 +415853,6 @@ }, { "question": "Калугаэнерго", - "icon": "./assets/data/nsi/logos/efe635-42843b.undefined", "osmTags": { "and": [ "operator=Калугаэнерго", @@ -567704,7 +415862,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-b0b17c.undefined", "osmTags": { "and": [ "operator=Київобленерго", @@ -567714,7 +415871,6 @@ }, { "question": "Київські електромережі", - "icon": "./assets/data/nsi/logos/464950-b0b17c.undefined", "osmTags": { "and": [ "operator=Київські електромережі", @@ -567724,7 +415880,6 @@ }, { "question": "Кіровоградобленерго", - "icon": "./assets/data/nsi/logos/40e024-b0b17c.undefined", "osmTags": { "and": [ "operator=Кіровоградобленерго", @@ -567734,7 +415889,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-42843b.undefined", "osmTags": { "and": [ "operator=Колэнерго", @@ -567744,7 +415898,6 @@ }, { "question": "Крымэнерго", - "icon": "./assets/data/nsi/logos/773c0b-0ec40d.undefined", "osmTags": { "and": [ "operator=Крымэнерго", @@ -567754,7 +415907,6 @@ }, { "question": "КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", - "icon": "./assets/data/nsi/logos/e00513-1d411a.undefined", "osmTags": { "and": [ "operator=КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", @@ -567764,7 +415916,6 @@ }, { "question": "Курскэнерго", - "icon": "./assets/data/nsi/logos/54f35b-42843b.undefined", "osmTags": { "and": [ "operator=Курскэнерго", @@ -567774,7 +415925,6 @@ }, { "question": "Левашинсие РЭС", - "icon": "./assets/data/nsi/logos/ad4392-42843b.undefined", "osmTags": { "and": [ "operator=Левашинсие РЭС", @@ -567784,7 +415934,6 @@ }, { "question": "Ленэнерго", - "icon": "./assets/data/nsi/logos/e6193d-42843b.undefined", "osmTags": { "and": [ "operator=Ленэнерго", @@ -567794,7 +415943,6 @@ }, { "question": "Липецкэнерго", - "icon": "./assets/data/nsi/logos/1bab13-42843b.undefined", "osmTags": { "and": [ "operator=Липецкэнерго", @@ -567820,7 +415968,6 @@ }, { "question": "Луганське енергетичне обʼєднання", - "icon": "./assets/data/nsi/logos/c3876b-b0b17c.undefined", "osmTags": { "and": [ "operator=Луганське енергетичне обʼєднання", @@ -567847,7 +415994,6 @@ }, { "question": "Макси", - "icon": "./assets/data/nsi/logos/056d11-42843b.undefined", "osmTags": { "and": [ "operator=Макси", @@ -567857,7 +416003,6 @@ }, { "question": "Миколаївобленерго", - "icon": "./assets/data/nsi/logos/6a548f-b0b17c.undefined", "osmTags": { "and": [ "operator=Миколаївобленерго", @@ -567867,7 +416012,6 @@ }, { "question": "Минские кабельные сети", - "icon": "./assets/data/nsi/logos/c1c7e0-1d411a.undefined", "osmTags": { "and": [ "operator=Минские кабельные сети", @@ -567877,7 +416021,6 @@ }, { "question": "МКП МТК \"Воронежпассажиртранс\"", - "icon": "./assets/data/nsi/logos/759720-42843b.undefined", "osmTags": { "and": [ "operator=МКП МТК \"Воронежпассажиртранс\"", @@ -567887,7 +416030,6 @@ }, { "question": "Могилёвэнерго", - "icon": "./assets/data/nsi/logos/ac8d18-1d411a.undefined", "osmTags": { "and": [ "operator=Могилёвэнерго", @@ -567897,7 +416039,6 @@ }, { "question": "Московско-Рязанское отделение", - "icon": "./assets/data/nsi/logos/715db6-42843b.undefined", "osmTags": { "and": [ "operator=Московско-Рязанское отделение", @@ -567907,7 +416048,6 @@ }, { "question": "МОЭК", - "icon": "./assets/data/nsi/logos/738c38-42843b.undefined", "osmTags": { "and": [ "operator=МОЭК", @@ -567917,7 +416057,6 @@ }, { "question": "МОЭСК", - "icon": "./assets/data/nsi/logos/8e35df-42843b.undefined", "osmTags": { "and": [ "operator=МОЭСК", @@ -567927,7 +416066,6 @@ }, { "question": "МП «Инженерные сети»", - "icon": "./assets/data/nsi/logos/25b7da-42843b.undefined", "osmTags": { "and": [ "operator=МП «Инженерные сети»", @@ -567937,7 +416075,6 @@ }, { "question": "МРСК Урала - Пермэнерго", - "icon": "./assets/data/nsi/logos/59bd60-42843b.undefined", "osmTags": { "and": [ "operator=МРСК Урала - Пермэнерго", @@ -567947,7 +416084,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-42843b.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -567957,7 +416093,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-42843b.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -567967,7 +416102,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-42843b.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -567977,7 +416111,6 @@ }, { "question": "МУП \"Воронежская горэлектросеть\"", - "icon": "./assets/data/nsi/logos/0d91bc-42843b.undefined", "osmTags": { "and": [ "operator=МУП \"Воронежская горэлектросеть\"", @@ -567987,7 +416120,6 @@ }, { "question": "МУП \"НЭСК\"", - "icon": "./assets/data/nsi/logos/1cd58b-42843b.undefined", "osmTags": { "and": [ "operator=МУП \"НЭСК\"", @@ -567997,7 +416129,6 @@ }, { "question": "МУП \"Электросервис\"", - "icon": "./assets/data/nsi/logos/ec75dd-42843b.undefined", "osmTags": { "and": [ "operator=МУП \"Электросервис\"", @@ -568007,7 +416138,6 @@ }, { "question": "МУП УльГЭС", - "icon": "./assets/data/nsi/logos/faf577-42843b.undefined", "osmTags": { "and": [ "operator=МУП УльГЭС", @@ -568017,7 +416147,6 @@ }, { "question": "Набережночелнинские электрические сети", - "icon": "./assets/data/nsi/logos/ef9589-42843b.undefined", "osmTags": { "and": [ "operator=Набережночелнинские электрические сети", @@ -568027,7 +416156,6 @@ }, { "question": "НЕК", - "icon": "./assets/data/nsi/logos/d2499e-250fb8.undefined", "osmTags": { "and": [ "operator=НЕК", @@ -568052,7 +416180,6 @@ }, { "question": "НЧЭС", - "icon": "./assets/data/nsi/logos/ee5b30-42843b.undefined", "osmTags": { "and": [ "operator=НЧЭС", @@ -568062,7 +416189,6 @@ }, { "question": "ОАО \"ДРСК\"", - "icon": "./assets/data/nsi/logos/b3f527-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"ДРСК\"", @@ -568072,7 +416198,6 @@ }, { "question": "ОАО \"Ивэнерго\"", - "icon": "./assets/data/nsi/logos/e0767f-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"Ивэнерго\"", @@ -568082,7 +416207,6 @@ }, { "question": "ОАО \"Иркутская электросетевая компания\"", - "icon": "./assets/data/nsi/logos/f618c9-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"Иркутская электросетевая компания\"", @@ -568092,7 +416216,6 @@ }, { "question": "ОАО \"Калугаэнерго\"", - "icon": "./assets/data/nsi/logos/015423-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"Калугаэнерго\"", @@ -568102,7 +416225,6 @@ }, { "question": "ОАО \"КЭСК\"", - "icon": "./assets/data/nsi/logos/581d7e-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"КЭСК\"", @@ -568112,7 +416234,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -568122,7 +416243,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -568132,7 +416252,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -568142,7 +416261,6 @@ }, { "question": "ОАО \"Пермэнерго\"", - "icon": "./assets/data/nsi/logos/671b35-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"Пермэнерго\"", @@ -568152,7 +416270,6 @@ }, { "question": "ОАО \"РЖД\"", - "icon": "./assets/data/nsi/logos/5ea107-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"РЖД\"", @@ -568162,7 +416279,6 @@ }, { "question": "ОАО \"Тюменьэнерго\" ПАО \"Россети\"", - "icon": "./assets/data/nsi/logos/d6b97f-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"Тюменьэнерго\" ПАО \"Россети\"", @@ -568172,7 +416288,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-42843b.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -568182,7 +416297,6 @@ }, { "question": "ОАО «МРСК Волги»", - "icon": "./assets/data/nsi/logos/c46792-42843b.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Волги»", @@ -568192,7 +416306,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-42843b.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -568202,7 +416315,6 @@ }, { "question": "Объединенная энергетическая компания", - "icon": "./assets/data/nsi/logos/a76e6a-42843b.undefined", "osmTags": { "and": [ "operator=Объединенная энергетическая компания", @@ -568212,7 +416324,6 @@ }, { "question": "Одесаобленерго", - "icon": "./assets/data/nsi/logos/7dd737-b0b17c.undefined", "osmTags": { "and": [ "operator=Одесаобленерго", @@ -568222,7 +416333,6 @@ }, { "question": "ОКЭ", - "icon": "./assets/data/nsi/logos/32fefa-42843b.undefined", "osmTags": { "and": [ "operator=ОКЭ", @@ -568232,7 +416342,6 @@ }, { "question": "ООО 'Мосэнергосбыт – Жуковский'", - "icon": "./assets/data/nsi/logos/f2ea4d-42843b.undefined", "osmTags": { "and": [ "operator=ООО 'Мосэнергосбыт – Жуковский'", @@ -568242,7 +416351,6 @@ }, { "question": "ООО \"АСЭП\"", - "icon": "./assets/data/nsi/logos/fcb8cf-42843b.undefined", "osmTags": { "and": [ "operator=ООО \"АСЭП\"", @@ -568252,7 +416360,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-42843b.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -568262,7 +416369,6 @@ }, { "question": "ООО \"НПЭК\"", - "icon": "./assets/data/nsi/logos/de5c0d-42843b.undefined", "osmTags": { "and": [ "operator=ООО \"НПЭК\"", @@ -568272,7 +416378,6 @@ }, { "question": "ООО «Волгоэлектросеть»", - "icon": "./assets/data/nsi/logos/c7d843-42843b.undefined", "osmTags": { "and": [ "operator=ООО «Волгоэлектросеть»", @@ -568282,7 +416387,6 @@ }, { "question": "ООО «Заводские сети»", - "icon": "./assets/data/nsi/logos/d64417-42843b.undefined", "osmTags": { "and": [ "operator=ООО «Заводские сети»", @@ -568292,7 +416396,6 @@ }, { "question": "ООО «Зефс-Энерго»", - "icon": "./assets/data/nsi/logos/5a5566-42843b.undefined", "osmTags": { "and": [ "operator=ООО «Зефс-Энерго»", @@ -568302,7 +416405,6 @@ }, { "question": "ООО «Электросети»", - "icon": "./assets/data/nsi/logos/eb6366-42843b.undefined", "osmTags": { "and": [ "operator=ООО «Электросети»", @@ -568312,7 +416414,6 @@ }, { "question": "ООО «Энергосети»", - "icon": "./assets/data/nsi/logos/6330e4-42843b.undefined", "osmTags": { "and": [ "operator=ООО «Энергосети»", @@ -568322,7 +416423,6 @@ }, { "question": "Орёлэнерго", - "icon": "./assets/data/nsi/logos/387c6f-42843b.undefined", "osmTags": { "and": [ "operator=Орёлэнерго", @@ -568332,7 +416432,6 @@ }, { "question": "Оренбургэнерго, Восточные электрические сети", - "icon": "./assets/data/nsi/logos/19fafa-42843b.undefined", "osmTags": { "and": [ "operator=Оренбургэнерго, Восточные электрические сети", @@ -568342,7 +416441,6 @@ }, { "question": "ОЭЗ ППТ Алабуга", - "icon": "./assets/data/nsi/logos/3d674b-42843b.undefined", "osmTags": { "and": [ "operator=ОЭЗ ППТ Алабуга", @@ -568352,7 +416450,6 @@ }, { "question": "ОЭК", - "icon": "./assets/data/nsi/logos/f1ee6a-42843b.undefined", "osmTags": { "and": [ "operator=ОЭК", @@ -568362,7 +416459,6 @@ }, { "question": "ПАО \"КАМЧАТСКЭНЕРГО\"", - "icon": "./assets/data/nsi/logos/905a61-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"КАМЧАТСКЭНЕРГО\"", @@ -568372,7 +416468,6 @@ }, { "question": "ПАО \"Ленэнерго\"", - "icon": "./assets/data/nsi/logos/7771ec-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"Ленэнерго\"", @@ -568382,7 +416477,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -568392,7 +416486,6 @@ }, { "question": "ПАО \"МРСК Северного Кавказа\"", - "icon": "./assets/data/nsi/logos/c7bf83-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Северного Кавказа\"", @@ -568402,7 +416495,6 @@ }, { "question": "ПАО \"МРСК Северо-Запада\"", - "icon": "./assets/data/nsi/logos/5b91d1-42843b.undefined", "osmTags": { "and": [ "power=substation", @@ -568417,7 +416509,6 @@ }, { "question": "ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", - "icon": "./assets/data/nsi/logos/6e8a25-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", @@ -568427,7 +416518,6 @@ }, { "question": "ПАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/ec167f-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Центра\"", @@ -568437,7 +416527,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -568447,7 +416536,6 @@ }, { "question": "ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", - "icon": "./assets/data/nsi/logos/80a090-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", @@ -568457,7 +416545,6 @@ }, { "question": "ПАО \"Россети\"", - "icon": "./assets/data/nsi/logos/3ff2a0-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"Россети\"", @@ -568467,7 +416554,6 @@ }, { "question": "ПАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/3783e2-42843b.undefined", "osmTags": { "and": [ "operator=ПАО \"ФСК ЕЭС\"", @@ -568477,7 +416563,6 @@ }, { "question": "ПАО «МОЭСК»", - "icon": "./assets/data/nsi/logos/6ef0d7-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «МОЭСК»", @@ -568487,7 +416572,6 @@ }, { "question": "ПАО «МРСК Волги»", - "icon": "./assets/data/nsi/logos/2dbdf2-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Волги»", @@ -568497,7 +416581,6 @@ }, { "question": "ПАО «МРСК Сибири»", - "icon": "./assets/data/nsi/logos/471e51-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Сибири»", @@ -568507,7 +416590,6 @@ }, { "question": "ПАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/458c19-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Центра и Приволжья»", @@ -568517,7 +416599,6 @@ }, { "question": "ПАО «Россети Волга»", - "icon": "./assets/data/nsi/logos/edfd51-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Волга»", @@ -568527,7 +416608,6 @@ }, { "question": "ПАО «Россети Кубань»", - "icon": "./assets/data/nsi/logos/3b4dee-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Кубань»", @@ -568537,7 +416617,6 @@ }, { "question": "ПАО «Россети Центр и Приволжье»", - "icon": "./assets/data/nsi/logos/d3b505-42843b.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Центр и Приволжье»", @@ -568547,7 +416626,6 @@ }, { "question": "ПАО РЖД", - "icon": "./assets/data/nsi/logos/418917-42843b.undefined", "osmTags": { "and": [ "operator=ПАО РЖД", @@ -568557,7 +416635,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-42843b.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -568567,7 +416644,6 @@ }, { "question": "ПАТ \"Сумиобленерго\"", - "icon": "./assets/data/nsi/logos/fc0a7b-b0b17c.undefined", "osmTags": { "and": [ "operator=ПАТ \"Сумиобленерго\"", @@ -568577,7 +416653,6 @@ }, { "question": "Пинский г/РЭС", - "icon": "./assets/data/nsi/logos/992930-1d411a.undefined", "osmTags": { "and": [ "operator=Пинский г/РЭС", @@ -568587,7 +416662,6 @@ }, { "question": "Пинский ГорРЭС", - "icon": "./assets/data/nsi/logos/254605-1d411a.undefined", "osmTags": { "and": [ "operator=Пинский ГорРЭС", @@ -568597,7 +416671,6 @@ }, { "question": "Пинский с/РЭС", - "icon": "./assets/data/nsi/logos/f86bc9-1d411a.undefined", "osmTags": { "and": [ "operator=Пинский с/РЭС", @@ -568607,7 +416680,6 @@ }, { "question": "Пинский сельский район электрических сетей", - "icon": "./assets/data/nsi/logos/c713dd-1d411a.undefined", "osmTags": { "and": [ "operator=Пинский сельский район электрических сетей", @@ -568617,7 +416689,6 @@ }, { "question": "ПО \"Калужские электрические сети\"", - "icon": "./assets/data/nsi/logos/43cf85-42843b.undefined", "osmTags": { "and": [ "operator=ПО \"Калужские электрические сети\"", @@ -568627,7 +416698,6 @@ }, { "question": "ПО \"Кировские электрические сети\"", - "icon": "./assets/data/nsi/logos/dee5a1-42843b.undefined", "osmTags": { "and": [ "operator=ПО \"Кировские электрические сети\"", @@ -568637,7 +416707,6 @@ }, { "question": "ПО \"Кировские электросети\"", - "icon": "./assets/data/nsi/logos/c9b087-42843b.undefined", "osmTags": { "and": [ "operator=ПО \"Кировские электросети\"", @@ -568647,7 +416716,6 @@ }, { "question": "ПО \"Обнинские электрические сети\"", - "icon": "./assets/data/nsi/logos/5f68df-42843b.undefined", "osmTags": { "and": [ "operator=ПО \"Обнинские электрические сети\"", @@ -568657,7 +416725,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-42843b.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -568701,7 +416768,6 @@ }, { "question": "Производственное отделение \"Воркутинские электрические сети\"", - "icon": "./assets/data/nsi/logos/40cf3b-42843b.undefined", "osmTags": { "and": [ "operator=Производственное отделение \"Воркутинские электрические сети\"", @@ -568711,7 +416777,6 @@ }, { "question": "Промтехэнерго", - "icon": "./assets/data/nsi/logos/f25d09-42843b.undefined", "osmTags": { "and": [ "operator=Промтехэнерго", @@ -568721,7 +416786,6 @@ }, { "question": "Регіональні електричні мережі", - "icon": "./assets/data/nsi/logos/388547-b0b17c.undefined", "osmTags": { "and": [ "power=substation", @@ -568736,7 +416800,6 @@ }, { "question": "РЖД - Свердловская ЖД", - "icon": "./assets/data/nsi/logos/c51d28-42843b.undefined", "osmTags": { "and": [ "operator=РЖД - Свердловская ЖД", @@ -568746,7 +416809,6 @@ }, { "question": "Рівнеобленерго", - "icon": "./assets/data/nsi/logos/rivneoblenergo-b0b17c.undefined", "osmTags": { "and": [ "power=substation", @@ -568780,7 +416842,6 @@ }, { "question": "Россети Ленэнерго", - "icon": "./assets/data/nsi/logos/f46a1f-42843b.undefined", "osmTags": { "and": [ "operator=Россети Ленэнерго", @@ -568790,7 +416851,6 @@ }, { "question": "Россети Тюмень", - "icon": "./assets/data/nsi/logos/0f6078-42843b.undefined", "osmTags": { "and": [ "operator=Россети Тюмень", @@ -568800,7 +416860,6 @@ }, { "question": "Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", - "icon": "./assets/data/nsi/logos/2b4f93-42843b.undefined", "osmTags": { "and": [ "operator=Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", @@ -568828,7 +416887,6 @@ }, { "question": "Рязаньэнерго", - "icon": "./assets/data/nsi/logos/0eb03f-42843b.undefined", "osmTags": { "and": [ "operator=Рязаньэнерго", @@ -568855,7 +416913,6 @@ }, { "question": "Свердловская дирекция инфраструктуры АО «РЖД»", - "icon": "./assets/data/nsi/logos/95d511-42843b.undefined", "osmTags": { "and": [ "operator=Свердловская дирекция инфраструктуры АО «РЖД»", @@ -568865,7 +416922,6 @@ }, { "question": "Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", - "icon": "./assets/data/nsi/logos/cef8cc-42843b.undefined", "osmTags": { "and": [ "operator=Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", @@ -568875,7 +416931,6 @@ }, { "question": "Свердловская железная дорога - филиал ОАО «РЖД»", - "icon": "./assets/data/nsi/logos/f9fd92-42843b.undefined", "osmTags": { "and": [ "operator=Свердловская железная дорога - филиал ОАО «РЖД»", @@ -568885,7 +416940,6 @@ }, { "question": "Севастопольэнерго", - "icon": "./assets/data/nsi/logos/349c62-0ec40d.undefined", "osmTags": { "and": [ "operator=Севастопольэнерго", @@ -568895,7 +416949,6 @@ }, { "question": "Сормовский РЭС", - "icon": "./assets/data/nsi/logos/b5355a-42843b.undefined", "osmTags": { "and": [ "operator=Сормовский РЭС", @@ -568905,7 +416958,6 @@ }, { "question": "Ставропольэнерго", - "icon": "./assets/data/nsi/logos/e89e2a-42843b.undefined", "osmTags": { "and": [ "operator=Ставропольэнерго", @@ -568930,7 +416982,6 @@ }, { "question": "Тернопільобленерго", - "icon": "./assets/data/nsi/logos/ternopiloblenergo-b0b17c.undefined", "osmTags": { "and": [ "power=substation", @@ -568983,7 +417034,6 @@ }, { "question": "УЭВ СО РАН", - "icon": "./assets/data/nsi/logos/289fb6-42843b.undefined", "osmTags": { "and": [ "operator=УЭВ СО РАН", @@ -568993,7 +417043,6 @@ }, { "question": "Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", - "icon": "./assets/data/nsi/logos/6bca9c-42843b.undefined", "osmTags": { "and": [ "operator=Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", @@ -569003,7 +417052,6 @@ }, { "question": "Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", - "icon": "./assets/data/nsi/logos/a04cc1-42843b.undefined", "osmTags": { "and": [ "operator=Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", @@ -569013,7 +417061,6 @@ }, { "question": "Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", - "icon": "./assets/data/nsi/logos/6fce2c-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", @@ -569023,7 +417070,6 @@ }, { "question": "Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", - "icon": "./assets/data/nsi/logos/edfaac-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", @@ -569033,7 +417079,6 @@ }, { "question": "Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", - "icon": "./assets/data/nsi/logos/95bc7d-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", @@ -569043,7 +417088,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -569053,7 +417097,6 @@ }, { "question": "филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", - "icon": "./assets/data/nsi/logos/229251-42843b.undefined", "osmTags": { "and": [ "operator=филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", @@ -569063,7 +417106,6 @@ }, { "question": "Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", - "icon": "./assets/data/nsi/logos/d084cf-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", @@ -569073,7 +417115,6 @@ }, { "question": "Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/ebdcd3-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", @@ -569083,7 +417124,6 @@ }, { "question": "Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", - "icon": "./assets/data/nsi/logos/9db934-42843b.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", @@ -569093,7 +417133,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/fgcues-42843b.undefined", "osmTags": { "and": [ "power=substation", @@ -569127,7 +417166,6 @@ }, { "question": "Херсонобленерго", - "icon": "./assets/data/nsi/logos/khersonoblenergo-b0b17c.undefined", "osmTags": { "and": [ "power=substation", @@ -569161,7 +417199,6 @@ }, { "question": "Центральна енергетична компанія", - "icon": "./assets/data/nsi/logos/a726ee-b0b17c.undefined", "osmTags": { "and": [ "operator=Центральна енергетична компанія", @@ -569186,7 +417223,6 @@ }, { "question": "Чернівціобленерго", - "icon": "./assets/data/nsi/logos/122056-b0b17c.undefined", "osmTags": { "and": [ "operator=Чернівціобленерго", @@ -569196,7 +417232,6 @@ }, { "question": "Чернігівобленерго", - "icon": "./assets/data/nsi/logos/chernihivoblenergo-b0b17c.undefined", "osmTags": { "and": [ "power=substation", @@ -569213,7 +417248,6 @@ }, { "question": "الشركة التونسية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/763bc8-753f7e.undefined", "osmTags": { "and": [ "operator=الشركة التونسية للكهرباء والغاز", @@ -569223,7 +417257,6 @@ }, { "question": "الشركة الوطنية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/f763df-34b5c5.undefined", "osmTags": { "and": [ "operator=الشركة الوطنية للكهرباء والغاز", @@ -569286,7 +417319,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/876762-f1135f.undefined", "osmTags": { "and": [ "operator=中国南方电网", @@ -569296,7 +417328,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-85251b.undefined", "osmTags": { "and": [ "power=substation", @@ -569389,7 +417420,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-85251b.undefined", "osmTags": { "and": [ "power=substation", @@ -569406,7 +417436,6 @@ }, { "question": "南方电网", - "icon": "./assets/data/nsi/logos/c6d1c4-f1135f.undefined", "osmTags": { "and": [ "operator=南方电网", @@ -569433,7 +417462,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-85251b.undefined", "osmTags": { "and": [ "power=substation", @@ -569450,7 +417478,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-f1135f.undefined", "osmTags": { "and": [ "power=substation", @@ -569467,7 +417494,6 @@ }, { "question": "国网江苏省电力有限公司常州供电分公司", - "icon": "./assets/data/nsi/logos/112c1d-f1135f.undefined", "osmTags": { "and": [ "operator=国网江苏省电力有限公司常州供电分公司", @@ -569477,7 +417503,6 @@ }, { "question": "國立臺灣大學", - "icon": "./assets/data/nsi/logos/075aea-c8f19e.undefined", "osmTags": { "and": [ "operator=國立臺灣大學", @@ -569487,7 +417512,6 @@ }, { "question": "广东电网茂名供电局", - "icon": "./assets/data/nsi/logos/3f219a-f1135f.undefined", "osmTags": { "and": [ "operator=广东电网茂名供电局", @@ -569514,7 +417538,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-85251b.undefined", "osmTags": { "and": [ "power=substation", @@ -569593,7 +417616,6 @@ }, { "question": "臺北大眾捷運股份有限公司", - "icon": "./assets/data/nsi/logos/6562b9-c8f19e.undefined", "osmTags": { "and": [ "operator=臺北大眾捷運股份有限公司", @@ -569603,7 +417625,6 @@ }, { "question": "西日本旅客鉄道", - "icon": "./assets/data/nsi/logos/d0f384-85251b.undefined", "osmTags": { "and": [ "operator=西日本旅客鉄道", @@ -569613,7 +417634,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistributioninc-85251b.undefined", "osmTags": { "and": [ "power=substation", @@ -569805,7 +417825,6 @@ }, { "question": "Afluente Transmissão de Energia Elétrica", - "icon": "./assets/data/nsi/logos/afluentetransmissaodeenergiaeletrica-3ce1ab.undefined", "osmTags": { "and": [ "operator=Afluente Transmissão de Energia Elétrica", @@ -569830,7 +417849,6 @@ }, { "question": "Agrienergia", - "icon": "./assets/data/nsi/logos/agrienergia-69d425.undefined", "osmTags": { "and": [ "operator=Agrienergia", @@ -569871,7 +417889,6 @@ }, { "question": "Allegheny Power System", - "icon": "./assets/data/nsi/logos/alleghenypowersystem-60d959.undefined", "osmTags": { "and": [ "power=tower", @@ -569918,7 +417935,6 @@ }, { "question": "Alta Kraftlag", - "icon": "./assets/data/nsi/logos/altakraftlag-c20ae5.undefined", "osmTags": { "and": [ "operator=Alta Kraftlag", @@ -569943,7 +417959,6 @@ }, { "question": "Alternative Resource Energy Authority", - "icon": "./assets/data/nsi/logos/alternativeresourceenergyauthority-5507cb.undefined", "osmTags": { "and": [ "operator=Alternative Resource Energy Authority", @@ -569953,7 +417968,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -569968,7 +417982,6 @@ }, { "question": "Amazonas Energia", - "icon": "./assets/data/nsi/logos/amazonasenergia-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -569983,7 +417996,6 @@ }, { "question": "Amazonas Geração e Transmissão de Energia", - "icon": "./assets/data/nsi/logos/amazonasgeracaoetransmissaodeenergia-3ce1ab.undefined", "osmTags": { "and": [ "operator=Amazonas Geração e Transmissão de Energia", @@ -570009,7 +418021,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-8c097c.undefined", "osmTags": { "and": [ "power=tower", @@ -570024,7 +418035,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-bdcff1.undefined", "osmTags": { "and": [ "power=tower", @@ -570039,7 +418049,6 @@ }, { "question": "American Transmission Systems", - "icon": "./assets/data/nsi/logos/americantransmissionsystems-b30421.undefined", "osmTags": { "and": [ "power=tower", @@ -570114,7 +418123,6 @@ }, { "question": "Angeles Electric Corporation", - "icon": "./assets/data/nsi/logos/angeleselectriccorporation-d1f649.undefined", "osmTags": { "and": [ "power=tower", @@ -570144,7 +418152,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -570159,7 +418166,6 @@ }, { "question": "Arendals Fossekompani", - "icon": "./assets/data/nsi/logos/arendalsfossekompani-c20ae5.undefined", "osmTags": { "and": [ "operator=Arendals Fossekompani", @@ -570184,7 +418190,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-fbadb0.undefined", "osmTags": { "and": [ "power=tower", @@ -570214,7 +418219,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -570319,7 +418323,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-9e91b2.undefined", "osmTags": { "and": [ "power=tower", @@ -570334,7 +418337,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-599fc5.undefined", "osmTags": { "and": [ "power=tower", @@ -570379,7 +418381,6 @@ }, { "question": "Azusa Light & Power", - "icon": "./assets/data/nsi/logos/azusalightandpower-bc3f25.undefined", "osmTags": { "and": [ "operator=Azusa Light & Power", @@ -570405,7 +418406,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -570420,7 +418420,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-d1f649.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -570460,7 +418459,6 @@ }, { "question": "Beaches Energy Services", - "icon": "./assets/data/nsi/logos/beachesenergyservices-a2a8ba.undefined", "osmTags": { "and": [ "power=tower", @@ -570475,7 +418473,6 @@ }, { "question": "Beauregard Electric Cooperative", - "icon": "./assets/data/nsi/logos/beauregardelectriccooperative-7b80e6.undefined", "osmTags": { "and": [ "operator=Beauregard Electric Cooperative", @@ -570501,7 +418498,6 @@ }, { "question": "Bentonville Electrical Utility Department", - "icon": "./assets/data/nsi/logos/bentonvilleelectricalutilitydepartment-fbadb0.undefined", "osmTags": { "and": [ "operator=Bentonville Electrical Utility Department", @@ -570511,7 +418507,6 @@ }, { "question": "Bessemer Electric Service", - "icon": "./assets/data/nsi/logos/bessemerelectricservice-9f0401.undefined", "osmTags": { "and": [ "operator=Bessemer Electric Service", @@ -570521,7 +418516,6 @@ }, { "question": "Bihar State Electricity Board", - "icon": "./assets/data/nsi/logos/biharstateelectricityboard-b0a0f3.undefined", "osmTags": { "and": [ "operator=Bihar State Electricity Board", @@ -570561,7 +418555,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-53c7cc.undefined", "osmTags": { "and": [ "power=tower", @@ -570623,7 +418616,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-013d73.undefined", "osmTags": { "and": [ "power=tower", @@ -570639,7 +418631,6 @@ }, { "question": "Braunschweiger Netz GmbH", - "icon": "./assets/data/nsi/logos/braunschweigernetzgmbh-9a0609.undefined", "osmTags": { "and": [ "power=tower", @@ -570654,7 +418645,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-a67ac1.undefined", "osmTags": { "and": [ "power=tower", @@ -570684,7 +418674,6 @@ }, { "question": "Brookings Municipal Utilities", - "icon": "./assets/data/nsi/logos/brookingsmunicipalutilities-daf9f1.undefined", "osmTags": { "and": [ "operator=Brookings Municipal Utilities", @@ -570724,7 +418713,6 @@ }, { "question": "CADAFE", - "icon": "./assets/data/nsi/logos/cadafe-46d8fc.undefined", "osmTags": { "and": [ "operator=CADAFE", @@ -570749,7 +418737,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-3270be.undefined", "osmTags": { "and": [ "power=tower", @@ -570809,7 +418796,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-4fcedf.undefined", "osmTags": { "and": [ "power=tower", @@ -570839,7 +418825,6 @@ }, { "question": "Celg Geração e Transmissão S.A.", - "icon": "./assets/data/nsi/logos/celggeracaoetransmissaosa-3ce1ab.undefined", "osmTags": { "and": [ "operator=Celg Geração e Transmissão S.A.", @@ -570879,7 +418864,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-8c097c.undefined", "osmTags": { "and": [ "power=tower", @@ -570909,7 +418893,6 @@ }, { "question": "CEPALCO", - "icon": "./assets/data/nsi/logos/cepalco-d1f649.undefined", "osmTags": { "and": [ "operator=CEPALCO", @@ -570949,7 +418932,6 @@ }, { "question": "Certel", - "icon": "./assets/data/nsi/logos/certel-3ce1ab.undefined", "osmTags": { "and": [ "operator=Certel", @@ -570975,7 +418957,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-b22a75.undefined", "osmTags": { "and": [ "power=tower", @@ -570990,7 +418971,6 @@ }, { "question": "CFM", - "icon": "./assets/data/nsi/logos/cfm-30be6b.undefined", "osmTags": { "and": [ "operator=CFM", @@ -571015,7 +418995,6 @@ }, { "question": "CGE Transmisión", - "icon": "./assets/data/nsi/logos/cgetransmision-539b17.undefined", "osmTags": { "and": [ "operator=CGE Transmisión", @@ -571025,7 +419004,6 @@ }, { "question": "CGWF", - "icon": "./assets/data/nsi/logos/cgwf-7b2d4e.undefined", "osmTags": { "and": [ "operator=CGWF", @@ -571035,7 +419013,6 @@ }, { "question": "Chimarrão Transmissora de Energia", - "icon": "./assets/data/nsi/logos/chimarraotransmissoradeenergia-3ce1ab.undefined", "osmTags": { "and": [ "operator=Chimarrão Transmissora de Energia", @@ -571045,7 +419022,6 @@ }, { "question": "CIE", - "icon": "./assets/data/nsi/logos/cie-257b6d.undefined", "osmTags": { "and": [ "operator=CIE", @@ -571116,7 +419092,6 @@ }, { "question": "City of Harrisonburg", - "icon": "./assets/data/nsi/logos/cityofharrisonburg-1ba2af.undefined", "osmTags": { "and": [ "power=tower", @@ -571131,7 +419106,6 @@ }, { "question": "City of Harrisonville Electric Department", - "icon": "./assets/data/nsi/logos/cityofharrisonvilleelectricdepartment-8c097c.undefined", "osmTags": { "and": [ "operator=City of Harrisonville Electric Department", @@ -571201,7 +419175,6 @@ }, { "question": "City of Owensboro", - "icon": "./assets/data/nsi/logos/cityofowensboro-17602a.undefined", "osmTags": { "and": [ "power=tower", @@ -571216,7 +419189,6 @@ }, { "question": "City of Radford", - "icon": "./assets/data/nsi/logos/cityofradford-1ba2af.undefined", "osmTags": { "and": [ "power=tower", @@ -571231,7 +419203,6 @@ }, { "question": "City of Salem", - "icon": "./assets/data/nsi/logos/cityofsalem-1ba2af.undefined", "osmTags": { "and": [ "power=tower", @@ -571261,7 +419232,6 @@ }, { "question": "City of Tupelo Water & Light Department", - "icon": "./assets/data/nsi/logos/cityoftupelowaterandlightdepartment-8f2428.undefined", "osmTags": { "and": [ "operator=City of Tupelo Water & Light Department", @@ -571271,7 +419241,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-5fc5f3.undefined", "osmTags": { "and": [ "power=tower", @@ -571286,7 +419255,6 @@ }, { "question": "Clark Electric Distribution Company", - "icon": "./assets/data/nsi/logos/clarkelectricdistributioncompany-d1f649.undefined", "osmTags": { "and": [ "power=tower", @@ -571316,7 +419284,6 @@ }, { "question": "Clarksville Department of Electricity", - "icon": "./assets/data/nsi/logos/clarksvilledepartmentofelectricity-ef63dd.undefined", "osmTags": { "and": [ "operator=Clarksville Department of Electricity", @@ -571371,7 +419338,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-3ce1ab.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -571381,7 +419347,6 @@ }, { "question": "CNEL Guayas Los Rios", - "icon": "./assets/data/nsi/logos/cnelguayaslosrios-4fcedf.undefined", "osmTags": { "and": [ "operator=CNEL Guayas Los Rios", @@ -571391,7 +419356,6 @@ }, { "question": "CNEL Los Rios", - "icon": "./assets/data/nsi/logos/cnellosrios-4fcedf.undefined", "osmTags": { "and": [ "operator=CNEL Los Rios", @@ -571401,7 +419365,6 @@ }, { "question": "CNEL-Esmeraldas", - "icon": "./assets/data/nsi/logos/cnelesmeraldas-4fcedf.undefined", "osmTags": { "and": [ "operator=CNEL-Esmeraldas", @@ -571411,7 +419374,6 @@ }, { "question": "CNEL-Manabí", - "icon": "./assets/data/nsi/logos/cnelmanabi-4fcedf.undefined", "osmTags": { "and": [ "operator=CNEL-Manabí", @@ -571421,7 +419383,6 @@ }, { "question": "CNEL-Sta. Elena", - "icon": "./assets/data/nsi/logos/cnelstaelena-4fcedf.undefined", "osmTags": { "and": [ "operator=CNEL-Sta. Elena", @@ -571506,7 +419467,6 @@ }, { "question": "Columbus Light & Water", - "icon": "./assets/data/nsi/logos/columbuslightandwater-8f2428.undefined", "osmTags": { "and": [ "operator=Columbus Light & Water", @@ -571547,7 +419507,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-32c055.undefined", "osmTags": { "and": [ "power=tower", @@ -571563,7 +419522,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-257b6d.undefined", "osmTags": { "and": [ "power=tower", @@ -571579,7 +419537,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -571594,7 +419551,6 @@ }, { "question": "Companhia de Transmissão de Energia Elétrica Paulista", - "icon": "./assets/data/nsi/logos/companhiadetransmissaodeenergiaeletricapaulista-3ce1ab.undefined", "osmTags": { "and": [ "operator=Companhia de Transmissão de Energia Elétrica Paulista", @@ -571604,7 +419560,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -571620,7 +419575,6 @@ }, { "question": "Concordia Electric Cooperative", - "icon": "./assets/data/nsi/logos/concordiaelectriccooperative-7b80e6.undefined", "osmTags": { "and": [ "operator=Concordia Electric Cooperative", @@ -571645,7 +419599,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-ef63dd.undefined", "osmTags": { "and": [ "power=tower", @@ -571675,7 +419628,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-ec83d0.undefined", "osmTags": { "and": [ "power=tower", @@ -571766,7 +419718,6 @@ }, { "question": "Counties Power", - "icon": "./assets/data/nsi/logos/countiespower-9a0f48.undefined", "osmTags": { "and": [ "operator=Counties Power", @@ -571791,7 +419742,6 @@ }, { "question": "CPFL Transmissão Sul", - "icon": "./assets/data/nsi/logos/cpfltransmissaosul-3ce1ab.undefined", "osmTags": { "and": [ "operator=CPFL Transmissão Sul", @@ -571816,7 +419766,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-9f0401.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -571826,7 +419775,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-29c3a5.undefined", "osmTags": { "and": [ "power=tower", @@ -571841,7 +419789,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -571886,7 +419833,6 @@ }, { "question": "Dalane Nett", - "icon": "./assets/data/nsi/logos/dalanenett-c20ae5.undefined", "osmTags": { "and": [ "operator=Dalane Nett", @@ -571896,7 +419842,6 @@ }, { "question": "Dalhousie Mountain Wind", - "icon": "./assets/data/nsi/logos/dalhousiemountainwind-5507cb.undefined", "osmTags": { "and": [ "operator=Dalhousie Mountain Wind", @@ -571906,7 +419851,6 @@ }, { "question": "Danville Utilities", - "icon": "./assets/data/nsi/logos/danvilleutilities-1ba2af.undefined", "osmTags": { "and": [ "operator=Danville Utilities", @@ -571992,7 +419936,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-e5ad2b.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -572002,7 +419945,6 @@ }, { "question": "Dinel", - "icon": "./assets/data/nsi/logos/dinel-8ed41d.undefined", "osmTags": { "and": [ "operator=Dinel", @@ -572012,7 +419954,6 @@ }, { "question": "DME Distribuição S.A", - "icon": "./assets/data/nsi/logos/dmedistribuicaosa-3ce1ab.undefined", "osmTags": { "and": [ "operator=DME Distribuição S.A", @@ -572037,7 +419978,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-d82b92.undefined", "osmTags": { "and": [ "power=tower", @@ -572097,7 +420037,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-0ee20b.undefined", "osmTags": { "and": [ "power=tower", @@ -572188,7 +420127,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-4fcedf.undefined", "osmTags": { "and": [ "operator=E.E. Centro Sur", @@ -572198,7 +420136,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-4fcedf.undefined", "osmTags": { "and": [ "operator=E.E. Quito", @@ -572208,7 +420145,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-4fcedf.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -572308,7 +420244,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-9a0f48.undefined", "osmTags": { "and": [ "power=tower", @@ -572323,7 +420258,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-fb6ef4.undefined", "osmTags": { "and": [ "operator=EDE", @@ -572333,7 +420267,6 @@ }, { "question": "EDELCA", - "icon": "./assets/data/nsi/logos/edelca-46d8fc.undefined", "osmTags": { "and": [ "operator=EDELCA", @@ -572358,7 +420291,6 @@ }, { "question": "EDF SEI", - "icon": "./assets/data/nsi/logos/edfsei-c5898d.undefined", "osmTags": { "and": [ "operator=EDF SEI", @@ -572368,7 +420300,6 @@ }, { "question": "EDH", - "icon": "./assets/data/nsi/logos/edh-7393a0.undefined", "osmTags": { "and": [ "operator=EDH", @@ -572393,7 +420324,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-9e009b.undefined", "osmTags": { "and": [ "power=tower", @@ -572441,7 +420371,6 @@ }, { "question": "EEB", - "icon": "./assets/data/nsi/logos/eeb-3ce1ab.undefined", "osmTags": { "and": [ "operator=EEB", @@ -572451,7 +420380,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-fb6ef4.undefined", "osmTags": { "and": [ "operator=EED", @@ -572476,7 +420404,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-674eb6.undefined", "osmTags": { "and": [ "power=tower", @@ -572491,7 +420418,6 @@ }, { "question": "Eidefoss", - "icon": "./assets/data/nsi/logos/eidefoss-c20ae5.undefined", "osmTags": { "and": [ "operator=Eidefoss", @@ -572531,7 +420457,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-1f9868.undefined", "osmTags": { "and": [ "power=tower", @@ -572546,7 +420471,6 @@ }, { "question": "Electricidade de Moçambique", - "icon": "./assets/data/nsi/logos/electricidadedemocambique-b9e2af.undefined", "osmTags": { "and": [ "power=tower", @@ -572578,7 +420502,6 @@ }, { "question": "Électricité de Mayotte", - "icon": "./assets/data/nsi/logos/electricitedemayotte-294218.undefined", "osmTags": { "and": [ "power=tower", @@ -572594,7 +420517,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-3e31f4.undefined", "osmTags": { "and": [ "power=tower", @@ -572625,7 +420547,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-da9bd2.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -572650,7 +420571,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -572665,7 +420585,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-0d1817.undefined", "osmTags": { "and": [ "power=tower", @@ -572681,7 +420600,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-c8379d.undefined", "osmTags": { "and": [ "power=tower", @@ -572727,7 +420645,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-7db613.undefined", "osmTags": { "and": [ "power=tower", @@ -572743,7 +420660,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -572758,7 +420674,6 @@ }, { "question": "Eletrobras Distribuição AM", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaoam-3ce1ab.undefined", "osmTags": { "and": [ "operator=Eletrobras Distribuição AM", @@ -572768,7 +420683,6 @@ }, { "question": "Eletrobrás Distribuição Roraima", - "icon": "./assets/data/nsi/logos/eletrobrasdistribuicaororaima-3ce1ab.undefined", "osmTags": { "and": [ "operator=Eletrobrás Distribuição Roraima", @@ -572778,7 +420692,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -572808,7 +420721,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -572838,7 +420750,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -572868,7 +420779,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -572913,7 +420823,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-fb6ef4.undefined", "osmTags": { "and": [ "power=tower", @@ -572928,7 +420837,6 @@ }, { "question": "Emera", - "icon": "./assets/data/nsi/logos/emera-f42831.undefined", "osmTags": { "and": [ "power=tower", @@ -572959,7 +420867,6 @@ }, { "question": "Empresa Provincial de la Energía de Santa Fe", - "icon": "./assets/data/nsi/logos/empresaprovincialdelaenergiadesantafe-a8b1df.undefined", "osmTags": { "and": [ "operator=Empresa Provincial de la Energía de Santa Fe", @@ -572969,7 +420876,6 @@ }, { "question": "ENDE Transmisión", - "icon": "./assets/data/nsi/logos/endetransmision-c229b9.undefined", "osmTags": { "and": [ "operator=ENDE Transmisión", @@ -573039,7 +420945,6 @@ }, { "question": "ENEE", - "icon": "./assets/data/nsi/logos/enee-80bd76.undefined", "osmTags": { "and": [ "operator=ENEE", @@ -573079,7 +420984,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -573124,7 +421028,6 @@ }, { "question": "Enercal", - "icon": "./assets/data/nsi/logos/enercal-9fac95.undefined", "osmTags": { "and": [ "operator=Enercal", @@ -573134,7 +421037,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-9a0609.undefined", "osmTags": { "and": [ "power=tower", @@ -573164,7 +421066,6 @@ }, { "question": "Energética Águas da Pedra S.A.", - "icon": "./assets/data/nsi/logos/energeticaaguasdapedrasa-3ce1ab.undefined", "osmTags": { "and": [ "operator=Energética Águas da Pedra S.A.", @@ -573235,7 +421136,6 @@ }, { "question": "Energie und Wasser Potsdam GmbH", - "icon": "./assets/data/nsi/logos/energieundwasserpotsdamgmbh-586af6.undefined", "osmTags": { "and": [ "operator=Energie und Wasser Potsdam GmbH", @@ -573245,7 +421145,6 @@ }, { "question": "Energienetze Steiermark", - "icon": "./assets/data/nsi/logos/energienetzesteiermark-d00dbe.undefined", "osmTags": { "and": [ "operator=Energienetze Steiermark", @@ -573271,7 +421170,6 @@ }, { "question": "Energieversorgung Schwaben", - "icon": "./assets/data/nsi/logos/energieversorgungschwaben-586af6.undefined", "osmTags": { "and": [ "operator=Energieversorgung Schwaben", @@ -573296,7 +421194,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -573311,7 +421208,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -573326,7 +421222,6 @@ }, { "question": "Energisa BO", - "icon": "./assets/data/nsi/logos/energisabo-3ce1ab.undefined", "osmTags": { "and": [ "operator=Energisa BO", @@ -573336,7 +421231,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-c6e174.undefined", "osmTags": { "and": [ "power=tower", @@ -573351,7 +421245,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -573382,7 +421275,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-4b3bfa.undefined", "osmTags": { "and": [ "power=tower", @@ -573397,7 +421289,6 @@ }, { "question": "Enersur", - "icon": "./assets/data/nsi/logos/enersur-e788a5.undefined", "osmTags": { "and": [ "operator=Enersur", @@ -573422,7 +421313,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-bfea7f.undefined", "osmTags": { "and": [ "power=tower", @@ -573467,7 +421357,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -573557,7 +421446,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-a7a821.undefined", "osmTags": { "and": [ "power=tower", @@ -573572,7 +421460,6 @@ }, { "question": "Entergy New Orleans", - "icon": "./assets/data/nsi/logos/entergyneworleans-7b80e6.undefined", "osmTags": { "and": [ "power=tower", @@ -573647,7 +421534,6 @@ }, { "question": "EPV Alueverkko", - "icon": "./assets/data/nsi/logos/epvalueverkko-010e24.undefined", "osmTags": { "and": [ "operator=EPV Alueverkko", @@ -573657,7 +421543,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -573672,7 +421557,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-4017b4.undefined", "osmTags": { "and": [ "power=tower", @@ -573687,7 +421571,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-183b14.undefined", "osmTags": { "and": [ "power=tower", @@ -573702,7 +421585,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-a6fc7a.undefined", "osmTags": { "and": [ "power=tower", @@ -573717,7 +421599,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-ee514e.undefined", "osmTags": { "and": [ "power=tower", @@ -573732,7 +421613,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-27303f.undefined", "osmTags": { "and": [ "power=tower", @@ -573792,7 +421672,6 @@ }, { "question": "ESCOM", - "icon": "./assets/data/nsi/logos/escom-ed8a13.undefined", "osmTags": { "and": [ "operator=ESCOM", @@ -573848,7 +421727,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-5fc5f3.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -573874,7 +421752,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-fb6ef4.undefined", "osmTags": { "and": [ "operator=ETI", @@ -573931,7 +421808,6 @@ }, { "question": "Eviny Fornybar", - "icon": "./assets/data/nsi/logos/evinyfornybar-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -573977,7 +421853,6 @@ }, { "question": "Evonik", - "icon": "./assets/data/nsi/logos/evonik-586af6.undefined", "osmTags": { "and": [ "operator=Evonik", @@ -574048,7 +421923,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-331927.undefined", "osmTags": { "and": [ "power=tower", @@ -574108,7 +421982,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-731243.undefined", "osmTags": { "and": [ "power=tower", @@ -574123,7 +421996,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-9f0401.undefined", "osmTags": { "and": [ "power=tower", @@ -574138,7 +422010,6 @@ }, { "question": "Florida Keys Electric Cooperative", - "icon": "./assets/data/nsi/logos/floridakeyselectriccooperative-a2a8ba.undefined", "osmTags": { "and": [ "power=tower", @@ -574168,7 +422039,6 @@ }, { "question": "Florida Public Utilities", - "icon": "./assets/data/nsi/logos/floridapublicutilities-a2a8ba.undefined", "osmTags": { "and": [ "power=tower", @@ -574183,7 +422053,6 @@ }, { "question": "Fort Pierce Utilities", - "icon": "./assets/data/nsi/logos/fortpierceutilities-a2a8ba.undefined", "osmTags": { "and": [ "operator=Fort Pierce Utilities", @@ -574193,7 +422062,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-4cd406.undefined", "osmTags": { "and": [ "power=tower", @@ -574238,7 +422106,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-4b3bfa.undefined", "osmTags": { "and": [ "power=tower", @@ -574299,7 +422166,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-a67ac1.undefined", "osmTags": { "and": [ "power=tower", @@ -574315,7 +422181,6 @@ }, { "question": "GECOL.LY", - "icon": "./assets/data/nsi/logos/gecolly-a41619.undefined", "osmTags": { "and": [ "operator=GECOL.LY", @@ -574325,7 +422190,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-796748.undefined", "osmTags": { "and": [ "power=tower", @@ -574340,7 +422204,6 @@ }, { "question": "Georgia Transmission Corporation", - "icon": "./assets/data/nsi/logos/georgiatransmissioncorporation-796748.undefined", "osmTags": { "and": [ "operator=Georgia Transmission Corporation", @@ -574350,7 +422213,6 @@ }, { "question": "Gerdau", - "icon": "./assets/data/nsi/logos/gerdau-3ce1ab.undefined", "osmTags": { "and": [ "operator=Gerdau", @@ -574360,7 +422222,6 @@ }, { "question": "GEYSEL", - "icon": "./assets/data/nsi/logos/geysel-5a1bf7.undefined", "osmTags": { "and": [ "operator=GEYSEL", @@ -574370,7 +422231,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-3e31f4.undefined", "osmTags": { "and": [ "power=tower", @@ -574385,7 +422245,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-731243.undefined", "osmTags": { "and": [ "power=tower", @@ -574445,7 +422304,6 @@ }, { "question": "Gralha Azul Transmissora de Energia", - "icon": "./assets/data/nsi/logos/gralhaazultransmissoradeenergia-3ce1ab.undefined", "osmTags": { "and": [ "operator=Gralha Azul Transmissora de Energia", @@ -574471,7 +422329,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-5c81de.undefined", "osmTags": { "and": [ "power=tower", @@ -574532,7 +422389,6 @@ }, { "question": "GRTE", - "icon": "./assets/data/nsi/logos/grte-ded989.undefined", "osmTags": { "and": [ "operator=GRTE", @@ -574542,7 +422398,6 @@ }, { "question": "Gudbrandsdal Energi", - "icon": "./assets/data/nsi/logos/gudbrandsdalenergi-c20ae5.undefined", "osmTags": { "and": [ "operator=Gudbrandsdal Energi", @@ -574552,7 +422407,6 @@ }, { "question": "Guntersville Electric Board", - "icon": "./assets/data/nsi/logos/guntersvilleelectricboard-9f0401.undefined", "osmTags": { "and": [ "operator=Guntersville Electric Board", @@ -574562,7 +422416,6 @@ }, { "question": "Hafslund E-CO Vannkraft", - "icon": "./assets/data/nsi/logos/hafslundecovannkraft-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -574577,7 +422430,6 @@ }, { "question": "Hallingdal Kraftnett", - "icon": "./assets/data/nsi/logos/hallingdalkraftnett-c20ae5.undefined", "osmTags": { "and": [ "operator=Hallingdal Kraftnett", @@ -574587,7 +422439,6 @@ }, { "question": "Hammerfest Energi Nett", - "icon": "./assets/data/nsi/logos/hammerfestenerginett-c20ae5.undefined", "osmTags": { "and": [ "operator=Hammerfest Energi Nett", @@ -574642,7 +422493,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-974248.undefined", "osmTags": { "and": [ "power=tower", @@ -574657,7 +422507,6 @@ }, { "question": "HEP ODS", - "icon": "./assets/data/nsi/logos/hepods-974248.undefined", "osmTags": { "and": [ "operator=HEP ODS", @@ -574667,7 +422516,6 @@ }, { "question": "Herøya Nett", - "icon": "./assets/data/nsi/logos/heroyanett-c20ae5.undefined", "osmTags": { "and": [ "operator=Herøya Nett", @@ -574677,7 +422525,6 @@ }, { "question": "Herrfors", - "icon": "./assets/data/nsi/logos/herrfors-010e24.undefined", "osmTags": { "and": [ "operator=Herrfors", @@ -574687,7 +422534,6 @@ }, { "question": "Hetch Hetchy Water & Power", - "icon": "./assets/data/nsi/logos/hetchhetchywaterandpower-bc3f25.undefined", "osmTags": { "and": [ "operator=Hetch Hetchy Water & Power", @@ -574697,7 +422543,6 @@ }, { "question": "Holyoke Gas & Electric", - "icon": "./assets/data/nsi/logos/holyokegasandelectric-25185d.undefined", "osmTags": { "and": [ "power=tower", @@ -574712,7 +422557,6 @@ }, { "question": "HOPS", - "icon": "./assets/data/nsi/logos/hops-974248.undefined", "osmTags": { "and": [ "operator=HOPS", @@ -574752,7 +422596,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-a0c328.undefined", "osmTags": { "and": [ "power=tower", @@ -574782,7 +422625,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-e95ba8.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -574792,7 +422634,6 @@ }, { "question": "I/S Midtkraft", - "icon": "./assets/data/nsi/logos/ismidtkraft-8ed41d.undefined", "osmTags": { "and": [ "operator=I/S Midtkraft", @@ -574910,7 +422751,6 @@ }, { "question": "INELFE", - "icon": "./assets/data/nsi/logos/inelfe-d18db6.undefined", "osmTags": { "and": [ "power=tower", @@ -574941,7 +422781,6 @@ }, { "question": "Interchile", - "icon": "./assets/data/nsi/logos/interchile-539b17.undefined", "osmTags": { "and": [ "operator=Interchile", @@ -574951,7 +422790,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-e1def7.undefined", "osmTags": { "and": [ "power=tower", @@ -574967,7 +422805,6 @@ }, { "question": "Interligação Elétrica do Madeira S.A", - "icon": "./assets/data/nsi/logos/interligacaoeletricadomadeirasa-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -575012,7 +422849,6 @@ }, { "question": "Istad Nett", - "icon": "./assets/data/nsi/logos/istadnett-c20ae5.undefined", "osmTags": { "and": [ "operator=Istad Nett", @@ -575114,7 +422950,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-4b3bfa.undefined", "osmTags": { "and": [ "power=tower", @@ -575184,7 +423019,6 @@ }, { "question": "Juruena Participações e Investimentos S.A", - "icon": "./assets/data/nsi/logos/juruenaparticipacoeseinvestimentossa-3ce1ab.undefined", "osmTags": { "and": [ "operator=Juruena Participações e Investimentos S.A", @@ -575194,7 +423028,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-3924e2.undefined", "osmTags": { "and": [ "power=tower", @@ -575225,7 +423058,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-e097f8.undefined", "osmTags": { "and": [ "power=tower", @@ -575241,7 +423073,6 @@ }, { "question": "KEDCO", - "icon": "./assets/data/nsi/logos/kedco-390765.undefined", "osmTags": { "and": [ "operator=KEDCO", @@ -575281,7 +423112,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-17602a.undefined", "osmTags": { "and": [ "power=tower", @@ -575312,7 +423142,6 @@ }, { "question": "Ketraco", - "icon": "./assets/data/nsi/logos/ketraco-dff866.undefined", "osmTags": { "and": [ "power=tower", @@ -575327,7 +423156,6 @@ }, { "question": "Keys Energy Services", - "icon": "./assets/data/nsi/logos/keysenergyservices-a2a8ba.undefined", "osmTags": { "and": [ "power=tower", @@ -575373,7 +423201,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-b0a0f3.undefined", "osmTags": { "and": [ "power=tower", @@ -575388,7 +423215,6 @@ }, { "question": "Kraftnät Åland", - "icon": "./assets/data/nsi/logos/kraftnataland-010e24.undefined", "osmTags": { "and": [ "power=tower", @@ -575450,7 +423276,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-182be5.undefined", "osmTags": { "and": [ "power=tower", @@ -575465,7 +423290,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-52f18f.undefined", "osmTags": { "and": [ "power=tower", @@ -575480,7 +423304,6 @@ }, { "question": "Lassen Municipal Utility District", - "icon": "./assets/data/nsi/logos/lassenmunicipalutilitydistrict-bc3f25.undefined", "osmTags": { "and": [ "operator=Lassen Municipal Utility District", @@ -575537,7 +423360,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -575552,7 +423374,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-922f72.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -575577,7 +423398,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-9dace6.undefined", "osmTags": { "and": [ "power=tower", @@ -575593,7 +423413,6 @@ }, { "question": "Liberty Utilities", - "icon": "./assets/data/nsi/logos/libertyutilities-bdcff1.undefined", "osmTags": { "and": [ "operator=Liberty Utilities", @@ -575603,7 +423422,6 @@ }, { "question": "Lidköping Elnät", - "icon": "./assets/data/nsi/logos/lidkopingelnat-57ded1.undefined", "osmTags": { "and": [ "operator=Lidköping Elnät", @@ -575613,7 +423431,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -575643,7 +423460,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-c20ae5.undefined", "osmTags": { "and": [ "operator=Linea", @@ -575683,7 +423499,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -575713,7 +423528,6 @@ }, { "question": "Lofotkraft", - "icon": "./assets/data/nsi/logos/lofotkraft-c20ae5.undefined", "osmTags": { "and": [ "operator=Lofotkraft", @@ -575723,7 +423537,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-f597d1.undefined", "osmTags": { "and": [ "power=tower", @@ -575738,7 +423551,6 @@ }, { "question": "Louisville Gas & Electric", - "icon": "./assets/data/nsi/logos/louisvillegasandelectric-17602a.undefined", "osmTags": { "and": [ "power=tower", @@ -575769,7 +423581,6 @@ }, { "question": "LS Power", - "icon": "./assets/data/nsi/logos/lspower-a67ac1.undefined", "osmTags": { "and": [ "power=tower", @@ -575815,7 +423626,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -575830,7 +423640,6 @@ }, { "question": "Luminora Solar Dos", - "icon": "./assets/data/nsi/logos/luminorasolardos-69d425.undefined", "osmTags": { "and": [ "operator=Luminora Solar Dos", @@ -575870,7 +423679,6 @@ }, { "question": "Mantiqueira Transmissora de Energia", - "icon": "./assets/data/nsi/logos/mantiqueiratransmissoradeenergia-3ce1ab.undefined", "osmTags": { "and": [ "operator=Mantiqueira Transmissora de Energia", @@ -575880,7 +423688,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-1fa46a.undefined", "osmTags": { "and": [ "power=tower", @@ -575895,7 +423702,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-83edfe.undefined", "osmTags": { "and": [ "power=tower", @@ -575955,7 +423761,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-bc01c1.undefined", "osmTags": { "and": [ "power=tower", @@ -575970,7 +423775,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-fb6ef4.undefined", "osmTags": { "and": [ "power=tower", @@ -576000,7 +423804,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576061,7 +423864,6 @@ }, { "question": "Michigan Public Power Agency", - "icon": "./assets/data/nsi/logos/michiganpublicpoweragency-52f18f.undefined", "osmTags": { "and": [ "operator=Michigan Public Power Agency", @@ -576087,7 +423889,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576117,7 +423918,6 @@ }, { "question": "Minera Centinela", - "icon": "./assets/data/nsi/logos/mineracentinela-539b17.undefined", "osmTags": { "and": [ "operator=Minera Centinela", @@ -576127,7 +423927,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-539b17.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -576137,7 +423936,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-539b17.undefined", "osmTags": { "and": [ "power=tower", @@ -576182,7 +423980,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-731243.undefined", "osmTags": { "and": [ "power=tower", @@ -576212,7 +424009,6 @@ }, { "question": "Missouri Power & Light Company", - "icon": "./assets/data/nsi/logos/missouripowerandlightcompany-8c097c.undefined", "osmTags": { "and": [ "operator=Missouri Power & Light Company", @@ -576222,7 +424018,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-df0c62.undefined", "osmTags": { "and": [ "power=tower", @@ -576237,7 +424032,6 @@ }, { "question": "Modesto Irrigation District", - "icon": "./assets/data/nsi/logos/modestoirrigationdistrict-bc3f25.undefined", "osmTags": { "and": [ "power=tower", @@ -576267,7 +424061,6 @@ }, { "question": "Moorhead Public Service", - "icon": "./assets/data/nsi/logos/moorheadpublicservice-5a1a5f.undefined", "osmTags": { "and": [ "operator=Moorhead Public Service", @@ -576277,7 +424070,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-b0a0f3.undefined", "osmTags": { "and": [ "power=tower", @@ -576292,7 +424084,6 @@ }, { "question": "Mutual Energy", - "icon": "./assets/data/nsi/logos/mutualenergy-2f5bde.undefined", "osmTags": { "and": [ "power=tower", @@ -576307,7 +424098,6 @@ }, { "question": "MVM PA", - "icon": "./assets/data/nsi/logos/mvmpa-fb6ef4.undefined", "osmTags": { "and": [ "operator=MVM PA", @@ -576317,7 +424107,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-f47642.undefined", "osmTags": { "and": [ "power=tower", @@ -576333,7 +424122,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-a4bad4.undefined", "osmTags": { "and": [ "power=tower", @@ -576457,7 +424245,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5529f3.undefined", "osmTags": { "and": [ "power=tower", @@ -576472,7 +424259,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-3e31f4.undefined", "osmTags": { "and": [ "power=tower", @@ -576502,7 +424288,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-b17347.undefined", "osmTags": { "and": [ "power=tower", @@ -576517,7 +424302,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-e911fe.undefined", "osmTags": { "and": [ "power=tower", @@ -576547,7 +424331,6 @@ }, { "question": "Netz OÖ", - "icon": "./assets/data/nsi/logos/netzoo-9e91b2.undefined", "osmTags": { "and": [ "power=tower", @@ -576577,7 +424360,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-83586b.undefined", "osmTags": { "and": [ "power=tower", @@ -576592,7 +424374,6 @@ }, { "question": "Nevada Power Company", - "icon": "./assets/data/nsi/logos/nevadapowercompany-c5999d.undefined", "osmTags": { "and": [ "power=tower", @@ -576668,7 +424449,6 @@ }, { "question": "Niagara Mohawk", - "icon": "./assets/data/nsi/logos/niagaramohawk-f597d1.undefined", "osmTags": { "and": [ "power=tower", @@ -576698,7 +424478,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-fb6ef4.undefined", "osmTags": { "and": [ "power=tower", @@ -576714,7 +424493,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576729,7 +424507,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576744,7 +424521,6 @@ }, { "question": "Nordmøre Energiverk", - "icon": "./assets/data/nsi/logos/nordmoreenergiverk-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576759,7 +424535,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -576774,7 +424549,6 @@ }, { "question": "Norte Brasil Transmissora de Energia S.A", - "icon": "./assets/data/nsi/logos/nortebrasiltransmissoradeenergiasa-3ce1ab.undefined", "osmTags": { "and": [ "operator=Norte Brasil Transmissora de Energia S.A", @@ -576784,7 +424558,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-fbadb0.undefined", "osmTags": { "and": [ "power=tower", @@ -576814,7 +424587,6 @@ }, { "question": "Northern States Power Company", - "icon": "./assets/data/nsi/logos/northernstatespowercompany-c1e3ff.undefined", "osmTags": { "and": [ "power=tower", @@ -576859,7 +424631,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-d42b6b.undefined", "osmTags": { "and": [ "power=tower", @@ -576934,7 +424705,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-9e91b2.undefined", "osmTags": { "and": [ "power=tower", @@ -576950,7 +424720,6 @@ }, { "question": "Odda Energi", - "icon": "./assets/data/nsi/logos/oddaenergi-c20ae5.undefined", "osmTags": { "and": [ "operator=Odda Energi", @@ -576960,7 +424729,6 @@ }, { "question": "Oʻzbekenergo", - "icon": "./assets/data/nsi/logos/99723a-566258.undefined", "osmTags": { "and": [ "power=tower", @@ -577021,7 +424789,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-646d3a.undefined", "osmTags": { "and": [ "power=tower", @@ -577036,7 +424803,6 @@ }, { "question": "Orange & Rockland", - "icon": "./assets/data/nsi/logos/orangeandrockland-2cf3be.undefined", "osmTags": { "and": [ "operator=Orange & Rockland", @@ -577077,7 +424843,6 @@ }, { "question": "Ørsted Onshore North America", - "icon": "./assets/data/nsi/logos/orstedonshorenorthamerica-f0bd87.undefined", "osmTags": { "and": [ "operator=Ørsted Onshore North America", @@ -577087,7 +424852,6 @@ }, { "question": "Otra Kraft", - "icon": "./assets/data/nsi/logos/otrakraft-c20ae5.undefined", "osmTags": { "and": [ "operator=Otra Kraft", @@ -577112,7 +424876,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-f05dd4.undefined", "osmTags": { "and": [ "power=tower", @@ -577173,7 +424936,6 @@ }, { "question": "Paducah Power System", - "icon": "./assets/data/nsi/logos/paducahpowersystem-17602a.undefined", "osmTags": { "and": [ "operator=Paducah Power System", @@ -577183,7 +424945,6 @@ }, { "question": "Pampanga III Electric Cooperative, Inc.", - "icon": "./assets/data/nsi/logos/pampangaiiielectriccooperativeinc-d1f649.undefined", "osmTags": { "and": [ "operator=Pampanga III Electric Cooperative, Inc.", @@ -577193,7 +424954,6 @@ }, { "question": "Paragould Light & Water Commission", - "icon": "./assets/data/nsi/logos/paragouldlightandwatercommission-fbadb0.undefined", "osmTags": { "and": [ "operator=Paragould Light & Water Commission", @@ -577203,7 +424963,6 @@ }, { "question": "Paris Utility Authority", - "icon": "./assets/data/nsi/logos/parisutilityauthority-ef63dd.undefined", "osmTags": { "and": [ "operator=Paris Utility Authority", @@ -577273,7 +425032,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-d1f649.undefined", "osmTags": { "and": [ "power=tower", @@ -577380,7 +425138,6 @@ }, { "question": "Platte River Power Authority", - "icon": "./assets/data/nsi/logos/platteriverpowerauthority-b97cd6.undefined", "osmTags": { "and": [ "power=tower", @@ -577395,7 +425152,6 @@ }, { "question": "PNG Power Ltd.", - "icon": "./assets/data/nsi/logos/pngpowerltd-416f37.undefined", "osmTags": { "and": [ "operator=PNG Power Ltd.", @@ -577453,7 +425209,6 @@ }, { "question": "Porto Primavera Transmissora de Energia S/A.", - "icon": "./assets/data/nsi/logos/portoprimaveratransmissoradeenergiasa-3ce1ab.undefined", "osmTags": { "and": [ "operator=Porto Primavera Transmissora de Energia S/A.", @@ -577554,7 +425309,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-b91879.undefined", "osmTags": { "and": [ "power=tower", @@ -577615,7 +425369,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-bdcff1.undefined", "osmTags": { "and": [ "power=tower", @@ -577630,7 +425383,6 @@ }, { "question": "PSNH", - "icon": "./assets/data/nsi/logos/psnh-bdcff1.undefined", "osmTags": { "and": [ "power=tower", @@ -577661,7 +425413,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-b97cd6.undefined", "osmTags": { "and": [ "power=tower", @@ -577769,7 +425520,6 @@ }, { "question": "Red Nord S.A.", - "icon": "./assets/data/nsi/logos/rednordsa-30be6b.undefined", "osmTags": { "and": [ "operator=Red Nord S.A.", @@ -577809,7 +425559,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-06d365.undefined", "osmTags": { "and": [ "power=tower", @@ -577899,7 +425648,6 @@ }, { "question": "RNT", - "icon": "./assets/data/nsi/logos/rnt-fd5051.undefined", "osmTags": { "and": [ "operator=RNT", @@ -577984,7 +425732,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-17c16f.undefined", "osmTags": { "and": [ "power=tower", @@ -578015,7 +425762,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-da9bd2.undefined", "osmTags": { "and": [ "power=tower", @@ -578108,7 +425854,6 @@ }, { "question": "SAMELCO 2", - "icon": "./assets/data/nsi/logos/samelco2-d1f649.undefined", "osmTags": { "and": [ "operator=SAMELCO 2", @@ -578179,7 +425924,6 @@ }, { "question": "Schluchseewerk AG", - "icon": "./assets/data/nsi/logos/schluchseewerkag-69414f.undefined", "osmTags": { "and": [ "power=tower", @@ -578210,7 +425954,6 @@ }, { "question": "Scottsboro Electric Power Board", - "icon": "./assets/data/nsi/logos/scottsboroelectricpowerboard-9f0401.undefined", "osmTags": { "and": [ "operator=Scottsboro Electric Power Board", @@ -578266,7 +426009,6 @@ }, { "question": "SEPS / MAVIR", - "icon": "./assets/data/nsi/logos/sepsmavir-902046.undefined", "osmTags": { "and": [ "operator=SEPS / MAVIR", @@ -578276,7 +426018,6 @@ }, { "question": "SFE Nett", - "icon": "./assets/data/nsi/logos/sfenett-c20ae5.undefined", "osmTags": { "and": [ "operator=SFE Nett", @@ -578286,7 +426027,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-a67ac1.undefined", "osmTags": { "and": [ "power=tower", @@ -578301,7 +426041,6 @@ }, { "question": "Sierra Pacific Power Company", - "icon": "./assets/data/nsi/logos/sierrapacificpowercompany-bdcff1.undefined", "osmTags": { "and": [ "power=tower", @@ -578331,7 +426070,6 @@ }, { "question": "SLECA", - "icon": "./assets/data/nsi/logos/southlouisianaelectriccooperativeassociation-7b80e6.undefined", "osmTags": { "and": [ "power=tower", @@ -578407,7 +426145,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-5ee216.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -578449,7 +426186,6 @@ }, { "question": "Sognekraft", - "icon": "./assets/data/nsi/logos/sognekraft-c20ae5.undefined", "osmTags": { "and": [ "operator=Sognekraft", @@ -578459,7 +426195,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-a67ac1.undefined", "osmTags": { "and": [ "power=tower", @@ -578490,7 +426225,6 @@ }, { "question": "Southern Maryland Electric Cooperative", - "icon": "./assets/data/nsi/logos/southernmarylandelectriccooperative-407ea9.undefined", "osmTags": { "and": [ "frequency=60", @@ -578521,7 +426255,6 @@ }, { "question": "Southwest Transmission Cooperative", - "icon": "./assets/data/nsi/logos/southwesttransmissioncooperative-fa3ca4.undefined", "osmTags": { "and": [ "power=tower", @@ -578536,7 +426269,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-f02ab4.undefined", "osmTags": { "and": [ "power=tower", @@ -578551,7 +426283,6 @@ }, { "question": "Southwestern Public Service Company", - "icon": "./assets/data/nsi/logos/southwesternpublicservicecompany-4aec2f.undefined", "osmTags": { "and": [ "operator=Southwestern Public Service Company", @@ -578576,7 +426307,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-63de3a.undefined", "osmTags": { "and": [ "power=tower", @@ -578607,7 +426337,6 @@ }, { "question": "SQM", - "icon": "./assets/data/nsi/logos/sqm-539b17.undefined", "osmTags": { "and": [ "power=tower", @@ -578622,7 +426351,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-06d365.undefined", "osmTags": { "and": [ "power=tower", @@ -578698,7 +426426,6 @@ }, { "question": "Stadtwerke Staßfurt", - "icon": "./assets/data/nsi/logos/stadtwerkestassfurt-83586b.undefined", "osmTags": { "and": [ "power=tower", @@ -578758,7 +426485,6 @@ }, { "question": "STEWEAG", - "icon": "./assets/data/nsi/logos/steweag-d00dbe.undefined", "osmTags": { "and": [ "power=tower", @@ -578773,7 +426499,6 @@ }, { "question": "STEWEAG-STEG", - "icon": "./assets/data/nsi/logos/steweagsteg-d00dbe.undefined", "osmTags": { "and": [ "operator=STEWEAG-STEG", @@ -578783,7 +426508,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-983018.undefined", "osmTags": { "and": [ "power=tower", @@ -578798,7 +426522,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-f1977c.undefined", "osmTags": { "and": [ "power=tower", @@ -578814,7 +426537,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-9271f5.undefined", "osmTags": { "and": [ "power=tower", @@ -578860,7 +426582,6 @@ }, { "question": "Stromnetz Steiermark GmbH", - "icon": "./assets/data/nsi/logos/stromnetzsteiermarkgmbh-d00dbe.undefined", "osmTags": { "and": [ "operator=Stromnetz Steiermark GmbH", @@ -578870,7 +426591,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-539b17.undefined", "osmTags": { "and": [ "operator=STS", @@ -578880,7 +426600,6 @@ }, { "question": "Sulgipe", - "icon": "./assets/data/nsi/logos/sulgipe-3ce1ab.undefined", "osmTags": { "and": [ "operator=Sulgipe", @@ -578981,7 +426700,6 @@ }, { "question": "Tafjord Kraftproduksjon", - "icon": "./assets/data/nsi/logos/tafjordkraftproduksjon-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -578996,7 +426714,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-2bd981.undefined", "osmTags": { "and": [ "power=tower", @@ -579011,7 +426728,6 @@ }, { "question": "Taunton Municipal Lighting Plant", - "icon": "./assets/data/nsi/logos/tauntonmunicipallightingplant-25185d.undefined", "osmTags": { "and": [ "power=tower", @@ -579041,7 +426757,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-a2a8ba.undefined", "osmTags": { "and": [ "power=tower", @@ -579147,7 +426862,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -579162,7 +426876,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -579192,7 +426905,6 @@ }, { "question": "Texas Municipal Power Agency", - "icon": "./assets/data/nsi/logos/texasmunicipalpoweragency-a67ac1.undefined", "osmTags": { "and": [ "operator=Texas Municipal Power Agency", @@ -579218,7 +426930,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-d00d20.undefined", "osmTags": { "and": [ "power=tower", @@ -579249,7 +426960,6 @@ }, { "question": "Town of Braintree Electric Light Department", - "icon": "./assets/data/nsi/logos/townofbraintreeelectriclightdepartment-a67ac1.undefined", "osmTags": { "and": [ "operator=Town of Braintree Electric Light Department", @@ -579259,7 +426969,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-a8b1df.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -579269,7 +426978,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-3a27d6.undefined", "osmTags": { "and": [ "power=tower", @@ -579299,7 +427007,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-539b17.undefined", "osmTags": { "and": [ "power=tower", @@ -579314,7 +427021,6 @@ }, { "question": "Transelectric", - "icon": "./assets/data/nsi/logos/transelectric-4fcedf.undefined", "osmTags": { "and": [ "operator=Transelectric", @@ -579354,7 +427060,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-539b17.undefined", "osmTags": { "and": [ "power=tower", @@ -579384,7 +427089,6 @@ }, { "question": "Transmissora Aliança de Energia Elétrica", - "icon": "./assets/data/nsi/logos/transmissoraaliancadeenergiaeletrica-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -579399,7 +427103,6 @@ }, { "question": "Transmissora Sul Brasileira de Energia", - "icon": "./assets/data/nsi/logos/transmissorasulbrasileiradeenergia-3ce1ab.undefined", "osmTags": { "and": [ "power=tower", @@ -579414,7 +427117,6 @@ }, { "question": "TRANSNEA S.A.", - "icon": "./assets/data/nsi/logos/transneasa-a8b1df.undefined", "osmTags": { "and": [ "operator=TRANSNEA S.A.", @@ -579439,7 +427141,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-a8b1df.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -579449,7 +427150,6 @@ }, { "question": "TRANSPA S.A.", - "icon": "./assets/data/nsi/logos/transpasa-a8b1df.undefined", "osmTags": { "and": [ "power=tower", @@ -579509,7 +427209,6 @@ }, { "question": "Tri-State Generation and Transmission Association", - "icon": "./assets/data/nsi/logos/tristategenerationandtransmissionassociation-a726ef.undefined", "osmTags": { "and": [ "operator=Tri-State Generation and Transmission Association", @@ -579519,7 +427218,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-5fc5f3.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -579545,7 +427243,6 @@ }, { "question": "Turlock Irrigation District", - "icon": "./assets/data/nsi/logos/turlockirrigationdistrict-aada7a.undefined", "osmTags": { "and": [ "operator=Turlock Irrigation District", @@ -579585,7 +427282,6 @@ }, { "question": "Umatilla Electric Cooperative", - "icon": "./assets/data/nsi/logos/umatillaelectriccooperative-53c7cc.undefined", "osmTags": { "and": [ "operator=Umatilla Electric Cooperative", @@ -579595,7 +427291,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-69d425.undefined", "osmTags": { "and": [ "power=tower", @@ -579671,7 +427366,6 @@ }, { "question": "UPCL", - "icon": "./assets/data/nsi/logos/uttarakhandpowercorporationlimited-b0a0f3.undefined", "osmTags": { "and": [ "power=tower", @@ -579717,7 +427411,6 @@ }, { "question": "Valley Electric Association", - "icon": "./assets/data/nsi/logos/valleyelectricassociation-c5999d.undefined", "osmTags": { "and": [ "operator=Valley Electric Association", @@ -579802,7 +427495,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-e6e703.undefined", "osmTags": { "and": [ "power=tower", @@ -579832,7 +427524,6 @@ }, { "question": "Vest-Telemark Kraftlag", - "icon": "./assets/data/nsi/logos/vesttelemarkkraftlag-c20ae5.undefined", "osmTags": { "and": [ "power=tower", @@ -579892,7 +427583,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-037e19.undefined", "osmTags": { "and": [ "power=tower", @@ -579937,7 +427627,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-1b210b.undefined", "osmTags": { "and": [ "power=tower", @@ -579952,7 +427641,6 @@ }, { "question": "VKG Elektrivõrgud", - "icon": "./assets/data/nsi/logos/vkgelektrivorgud-3741d9.undefined", "osmTags": { "and": [ "power=tower", @@ -579967,7 +427655,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-3f8dfe.undefined", "osmTags": { "and": [ "power=tower", @@ -580013,7 +427700,6 @@ }, { "question": "Watertown Municipal Utilities", - "icon": "./assets/data/nsi/logos/watertownmunicipalutilities-daf9f1.undefined", "osmTags": { "and": [ "operator=Watertown Municipal Utilities", @@ -580038,7 +427724,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-586af6.undefined", "osmTags": { "and": [ "power=tower", @@ -580053,7 +427738,6 @@ }, { "question": "Wesernetz Bremen GmbH", - "icon": "./assets/data/nsi/logos/wesernetzbremengmbh-05c7d7.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremen GmbH", @@ -580155,7 +427839,6 @@ }, { "question": "Willmar Municipal Utilities", - "icon": "./assets/data/nsi/logos/willmarmunicipalutilities-02d934.undefined", "osmTags": { "and": [ "operator=Willmar Municipal Utilities", @@ -580165,7 +427848,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-52f18f.undefined", "osmTags": { "and": [ "power=tower", @@ -580180,7 +427862,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-bfea7f.undefined", "osmTags": { "and": [ "power=tower", @@ -580240,7 +427921,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-588b2e.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -580250,7 +427930,6 @@ }, { "question": "АО \"Самарская сетевая компания\"", - "icon": "./assets/data/nsi/logos/4e721a-588b2e.undefined", "osmTags": { "and": [ "operator=АО \"Самарская сетевая компания\"", @@ -580260,7 +427939,6 @@ }, { "question": "АО \"Янтарьэнерго\"", - "icon": "./assets/data/nsi/logos/f0d7c2-588b2e.undefined", "osmTags": { "and": [ "operator=АО \"Янтарьэнерго\"", @@ -580270,7 +427948,6 @@ }, { "question": "АО СУЭНКО", - "icon": "./assets/data/nsi/logos/8e6ee5-588b2e.undefined", "osmTags": { "and": [ "operator=АО СУЭНКО", @@ -580280,7 +427957,6 @@ }, { "question": "АТ Житомиробленерго", - "icon": "./assets/data/nsi/logos/4f2cfa-ff50a8.undefined", "osmTags": { "and": [ "operator=АТ Житомиробленерго", @@ -580320,7 +427996,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-ff50a8.undefined", "osmTags": { "and": [ "power=tower", @@ -580335,7 +428010,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-ff50a8.undefined", "osmTags": { "and": [ "power=tower", @@ -580350,7 +428024,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-1b7bdf.undefined", "osmTags": { "and": [ "power=tower", @@ -580365,7 +428038,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-1b7bdf.undefined", "osmTags": { "and": [ "power=tower", @@ -580380,7 +428052,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-1b7bdf.undefined", "osmTags": { "and": [ "power=tower", @@ -580395,7 +428066,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-588b2e.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -580405,7 +428075,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-ff50a8.undefined", "osmTags": { "and": [ "power=tower", @@ -580420,7 +428089,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-588b2e.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -580430,7 +428098,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-ff50a8.undefined", "osmTags": { "and": [ "power=tower", @@ -580445,7 +428112,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-588b2e.undefined", "osmTags": { "and": [ "power=tower", @@ -580460,7 +428126,6 @@ }, { "question": "МРСК СК", - "icon": "./assets/data/nsi/logos/591585-588b2e.undefined", "osmTags": { "and": [ "operator=МРСК СК", @@ -580470,7 +428135,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-588b2e.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -580480,7 +428144,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-588b2e.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -580490,7 +428153,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-588b2e.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -580500,7 +428162,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -580510,7 +428171,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -580520,7 +428180,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -580530,7 +428189,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -580540,7 +428198,6 @@ }, { "question": "ОАО «МРСК СК»", - "icon": "./assets/data/nsi/logos/56a442-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК СК»", @@ -580550,7 +428207,6 @@ }, { "question": "ОАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/e9dfd9-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Центра и Приволжья»", @@ -580560,7 +428216,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-588b2e.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -580570,7 +428225,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-588b2e.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -580580,7 +428234,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-588b2e.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -580590,7 +428243,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-588b2e.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -580600,7 +428252,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-588b2e.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -580610,7 +428261,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-588b2e.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -580620,7 +428270,6 @@ }, { "question": "ПО ЗЭС", - "icon": "./assets/data/nsi/logos/5743cb-588b2e.undefined", "osmTags": { "and": [ "operator=ПО ЗЭС", @@ -580630,7 +428279,6 @@ }, { "question": "ПрАТ Рівнеобленерго", - "icon": "./assets/data/nsi/logos/3daebd-ff50a8.undefined", "osmTags": { "and": [ "operator=ПрАТ Рівнеобленерго", @@ -580670,7 +428318,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-588b2e.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -580680,7 +428327,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/1728dd-588b2e.undefined", "osmTags": { "and": [ "power=tower", @@ -580727,7 +428373,6 @@ }, { "question": "الشركة الجزائرية لتسيير شبكة نقل الكهرباء", - "icon": "./assets/data/nsi/logos/d88147-ded989.undefined", "osmTags": { "and": [ "operator=الشركة الجزائرية لتسيير شبكة نقل الكهرباء", @@ -580772,7 +428417,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/chinasouthernpowergrid-29c3a5.undefined", "osmTags": { "and": [ "power=tower", @@ -580789,7 +428433,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-57f06a.undefined", "osmTags": { "and": [ "power=tower", @@ -580806,7 +428449,6 @@ }, { "question": "中核新华-江永新善", - "icon": "./assets/data/nsi/logos/e255e9-29c3a5.undefined", "osmTags": { "and": [ "operator=中核新华-江永新善", @@ -580892,7 +428534,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-57f06a.undefined", "osmTags": { "and": [ "power=tower", @@ -580924,7 +428565,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-57f06a.undefined", "osmTags": { "and": [ "power=tower", @@ -580941,7 +428581,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-29c3a5.undefined", "osmTags": { "and": [ "power=tower", @@ -580958,7 +428597,6 @@ }, { "question": "国网吉林省供电有限公司", - "icon": "./assets/data/nsi/logos/e8a76c-29c3a5.undefined", "osmTags": { "and": [ "operator=国网吉林省供电有限公司", @@ -580968,7 +428606,6 @@ }, { "question": "广西能源", - "icon": "./assets/data/nsi/logos/56a686-29c3a5.undefined", "osmTags": { "and": [ "operator=广西能源", @@ -580995,7 +428632,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-57f06a.undefined", "osmTags": { "and": [ "power=tower", @@ -581030,7 +428666,6 @@ }, { "question": "湖南华电-永江新能", - "icon": "./assets/data/nsi/logos/3c5a38-29c3a5.undefined", "osmTags": { "and": [ "operator=湖南华电-永江新能", @@ -581040,7 +428675,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistribution-57f06a.undefined", "osmTags": { "and": [ "power=tower", @@ -581098,7 +428732,6 @@ }, { "question": "\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", - "icon": "./assets/data/nsi/logos/qaraqalpaqaymaqliqelektrtarmaqlarikarxanasiaj-e604eb.undefined", "osmTags": { "and": [ "operator=\"QARAQALPAQ AYMAQLÍQ ELEKTR TARMAQLARÍ KÁRXANASÍ\" AJ", @@ -581123,7 +428756,6 @@ }, { "question": "A CELER", - "icon": "./assets/data/nsi/logos/aceler-8287b1.undefined", "osmTags": { "and": [ "operator=A CELER", @@ -581133,7 +428765,6 @@ }, { "question": "A LORD", - "icon": "./assets/data/nsi/logos/alord-8287b1.undefined", "osmTags": { "and": [ "operator=A LORD", @@ -581188,7 +428819,6 @@ }, { "question": "AEM Torino Distribuzione", - "icon": "./assets/data/nsi/logos/aemtorinodistribuzione-713962.undefined", "osmTags": { "and": [ "operator=AEM Torino Distribuzione", @@ -581396,7 +429026,6 @@ }, { "question": "Alut", - "icon": "./assets/data/nsi/logos/alut-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -581426,7 +429055,6 @@ }, { "question": "Ameren Missouri", - "icon": "./assets/data/nsi/logos/amerenmissouri-148d30.undefined", "osmTags": { "and": [ "power=transformer", @@ -581441,7 +429069,6 @@ }, { "question": "American Transmission Company", - "icon": "./assets/data/nsi/logos/americantransmissioncompany-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -581531,7 +429158,6 @@ }, { "question": "Area Nett", - "icon": "./assets/data/nsi/logos/areanett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -581561,7 +429187,6 @@ }, { "question": "Arkansas Electric Cooperative Corporation", - "icon": "./assets/data/nsi/logos/arkansaselectriccooperativecorporation-0a90d3.undefined", "osmTags": { "and": [ "power=transformer", @@ -581591,7 +429216,6 @@ }, { "question": "Arva", - "icon": "./assets/data/nsi/logos/arva-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -581606,7 +429230,6 @@ }, { "question": "ASM Vercelli", - "icon": "./assets/data/nsi/logos/asmvercelli-713962.undefined", "osmTags": { "and": [ "operator=ASM Vercelli", @@ -581616,7 +429239,6 @@ }, { "question": "Associated Electric Cooperative", - "icon": "./assets/data/nsi/logos/associatedelectriccooperative-148d30.undefined", "osmTags": { "and": [ "operator=Associated Electric Cooperative", @@ -581671,7 +429293,6 @@ }, { "question": "Aurora Energy (Alaska)", - "icon": "./assets/data/nsi/logos/auroraenergy-b0feb6.undefined", "osmTags": { "and": [ "power=transformer", @@ -581746,7 +429367,6 @@ }, { "question": "Austrian Power Grid AG", - "icon": "./assets/data/nsi/logos/austrianpowergridag-c84cac.undefined", "osmTags": { "and": [ "power=transformer", @@ -581761,7 +429381,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-f46145.undefined", "osmTags": { "and": [ "power=transformer", @@ -581866,7 +429485,6 @@ }, { "question": "Barents Nett", - "icon": "./assets/data/nsi/logos/barentsnett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -581881,7 +429499,6 @@ }, { "question": "Batangas II Electric Cooperative", - "icon": "./assets/data/nsi/logos/batangasiielectriccooperative-d6fa7d.undefined", "osmTags": { "and": [ "operator=Batangas II Electric Cooperative", @@ -581891,7 +429508,6 @@ }, { "question": "Bay City Electric Light & Power", - "icon": "./assets/data/nsi/logos/baycityelectriclightandpower-a3e4d0.undefined", "osmTags": { "and": [ "operator=Bay City Electric Light & Power", @@ -581901,7 +429517,6 @@ }, { "question": "Bayernwerk Netz", - "icon": "./assets/data/nsi/logos/bayernwerknetz-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -581931,7 +429546,6 @@ }, { "question": "BC Rapid Transit", - "icon": "./assets/data/nsi/logos/bcrapidtransit-401b6b.undefined", "osmTags": { "and": [ "operator=BC Rapid Transit", @@ -581987,7 +429601,6 @@ }, { "question": "Bergische Energie Wipperfürth", - "icon": "./assets/data/nsi/logos/bergischeenergiewipperfurth-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -582018,7 +429631,6 @@ }, { "question": "BESCOM", - "icon": "./assets/data/nsi/logos/bescom-1b8373.undefined", "osmTags": { "and": [ "operator=BESCOM", @@ -582058,7 +429670,6 @@ }, { "question": "Blachly-Lane Electric Cooperative", - "icon": "./assets/data/nsi/logos/blachlylaneelectriccooperative-8ea204.undefined", "osmTags": { "and": [ "power=transformer", @@ -582151,7 +429762,6 @@ }, { "question": "Botswana Power Corporation", - "icon": "./assets/data/nsi/logos/botswanapower-e7e365.undefined", "osmTags": { "and": [ "power=transformer", @@ -582183,7 +429793,6 @@ }, { "question": "Brazos Electric", - "icon": "./assets/data/nsi/logos/brazoselectric-70fbe7.undefined", "osmTags": { "and": [ "power=transformer", @@ -582198,7 +429807,6 @@ }, { "question": "Breheim Nett", - "icon": "./assets/data/nsi/logos/breheimnett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Breheim Nett", @@ -582239,7 +429847,6 @@ }, { "question": "Bristol Tennessee Essential Services", - "icon": "./assets/data/nsi/logos/bristoltennesseeessentialservices-3fded7.undefined", "osmTags": { "and": [ "operator=Bristol Tennessee Essential Services", @@ -582249,7 +429856,6 @@ }, { "question": "Brookfield Renewable US", - "icon": "./assets/data/nsi/logos/brookfieldrenewableus-81dd91.undefined", "osmTags": { "and": [ "operator=Brookfield Renewable US", @@ -582259,7 +429865,6 @@ }, { "question": "Brownsville Public Utilities Board", - "icon": "./assets/data/nsi/logos/brownsvillepublicutilitiesboard-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -582290,7 +429895,6 @@ }, { "question": "Burgo", - "icon": "./assets/data/nsi/logos/burgo-713962.undefined", "osmTags": { "and": [ "operator=Burgo", @@ -582300,7 +429904,6 @@ }, { "question": "Carroll Electric Cooperative", - "icon": "./assets/data/nsi/logos/carrollelectriccooperative-547ec9.undefined", "osmTags": { "and": [ "power=transformer", @@ -582360,7 +429963,6 @@ }, { "question": "CELEC-Transelectric", - "icon": "./assets/data/nsi/logos/celectranselectric-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -582436,7 +430038,6 @@ }, { "question": "Central Electric Power Cooperative", - "icon": "./assets/data/nsi/logos/centralelectricpowercooperative-148d30.undefined", "osmTags": { "and": [ "power=transformer", @@ -582496,7 +430097,6 @@ }, { "question": "Ceripa", - "icon": "./assets/data/nsi/logos/ceripa-dc5268.undefined", "osmTags": { "and": [ "operator=Ceripa", @@ -582506,7 +430106,6 @@ }, { "question": "Cerius", - "icon": "./assets/data/nsi/logos/cerius-694f23.undefined", "osmTags": { "and": [ "operator=Cerius", @@ -582516,7 +430115,6 @@ }, { "question": "CESML", - "icon": "./assets/data/nsi/logos/cesml-bc2a36.undefined", "osmTags": { "and": [ "operator=CESML", @@ -582542,7 +430140,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-a48566.undefined", "osmTags": { "and": [ "power=transformer", @@ -582603,7 +430200,6 @@ }, { "question": "CitiPower", - "icon": "./assets/data/nsi/logos/citipower-d07c0c.undefined", "osmTags": { "and": [ "operator=CitiPower", @@ -582662,7 +430258,6 @@ }, { "question": "City Power", - "icon": "./assets/data/nsi/logos/citypower-8cd021.undefined", "osmTags": { "and": [ "power=transformer", @@ -582738,7 +430333,6 @@ }, { "question": "Cleveland Utilities", - "icon": "./assets/data/nsi/logos/clevelandutilities-3fded7.undefined", "osmTags": { "and": [ "operator=Cleveland Utilities", @@ -582748,7 +430342,6 @@ }, { "question": "CNEE", - "icon": "./assets/data/nsi/logos/cnee-dc5268.undefined", "osmTags": { "and": [ "operator=CNEE", @@ -582758,7 +430351,6 @@ }, { "question": "CNEL", - "icon": "./assets/data/nsi/logos/cnel-0772ca.undefined", "osmTags": { "and": [ "operator=CNEL", @@ -582768,7 +430360,6 @@ }, { "question": "CNEL-El Oro", - "icon": "./assets/data/nsi/logos/cneleloro-0772ca.undefined", "osmTags": { "and": [ "operator=CNEL-El Oro", @@ -582778,7 +430369,6 @@ }, { "question": "CNFL", - "icon": "./assets/data/nsi/logos/cnfl-93b425.undefined", "osmTags": { "and": [ "operator=CNFL", @@ -582788,7 +430378,6 @@ }, { "question": "Coast Electric Power Association", - "icon": "./assets/data/nsi/logos/coastelectricpowerassociation-37fac4.undefined", "osmTags": { "and": [ "operator=Coast Electric Power Association", @@ -582919,7 +430508,6 @@ }, { "question": "Communauté Électrique du Bénin", - "icon": "./assets/data/nsi/logos/communauteelectriquedubenin-16b08b.undefined", "osmTags": { "and": [ "power=transformer", @@ -582952,7 +430540,6 @@ }, { "question": "Compagnie d'Electricité de Saint-Martin-de-Londres", - "icon": "./assets/data/nsi/logos/compagniedelectricitedesaintmartindelondres-e2480c.undefined", "osmTags": { "and": [ "operator=Compagnie d'Electricité de Saint-Martin-de-Londres", @@ -582962,7 +430549,6 @@ }, { "question": "Compagnie Ivorienne d'Électricite", - "icon": "./assets/data/nsi/logos/compagnieivoriennedelectricite-51278a.undefined", "osmTags": { "and": [ "power=transformer", @@ -582978,7 +430564,6 @@ }, { "question": "Companhia Brasileira de Alumínio", - "icon": "./assets/data/nsi/logos/companhiabrasileiradealuminio-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -582993,7 +430578,6 @@ }, { "question": "Companhia Hidro Elétrica do São Francisco", - "icon": "./assets/data/nsi/logos/companhiahidroeletricadosaofrancisco-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -583040,7 +430624,6 @@ }, { "question": "Consolidated Nuclear Security", - "icon": "./assets/data/nsi/logos/consolidatednuclearsecurity-3fded7.undefined", "osmTags": { "and": [ "power=transformer", @@ -583070,7 +430653,6 @@ }, { "question": "Cooperative Energy", - "icon": "./assets/data/nsi/logos/cooperativeenergy-4569b2.undefined", "osmTags": { "and": [ "power=transformer", @@ -583085,7 +430667,6 @@ }, { "question": "Cooperluz", - "icon": "./assets/data/nsi/logos/cooperluz-dc5268.undefined", "osmTags": { "and": [ "operator=Cooperluz", @@ -583185,7 +430766,6 @@ }, { "question": "CPH", - "icon": "./assets/data/nsi/logos/cph-694f23.undefined", "osmTags": { "and": [ "operator=CPH", @@ -583225,7 +430805,6 @@ }, { "question": "Crimson Oak Grove Resources", - "icon": "./assets/data/nsi/logos/crimsonoakgroveresources-a5723a.undefined", "osmTags": { "and": [ "operator=Crimson Oak Grove Resources", @@ -583235,7 +430814,6 @@ }, { "question": "CSG", - "icon": "./assets/data/nsi/logos/csg-cfbfe1.undefined", "osmTags": { "and": [ "power=transformer", @@ -583250,7 +430828,6 @@ }, { "question": "CTEEP", - "icon": "./assets/data/nsi/logos/cteep-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -583295,7 +430872,6 @@ }, { "question": "Dakshin Haryana Bijli Vitran Nigam Limited", - "icon": "./assets/data/nsi/logos/dakshinharyanabijlivitrannigamlimited-1b8373.undefined", "osmTags": { "and": [ "power=transformer", @@ -583310,7 +430886,6 @@ }, { "question": "Dala Energi", - "icon": "./assets/data/nsi/logos/dalaenergi-da9798.undefined", "osmTags": { "and": [ "operator=Dala Energi", @@ -583380,7 +430955,6 @@ }, { "question": "Delaware Electric Cooperative", - "icon": "./assets/data/nsi/logos/delawareelectriccooperative-81dec4.undefined", "osmTags": { "and": [ "power=transformer", @@ -583425,7 +430999,6 @@ }, { "question": "Department of Power Transmission and System Control", - "icon": "./assets/data/nsi/logos/departmentofpowertransmissionandsystemcontrol-50624c.undefined", "osmTags": { "and": [ "operator=Department of Power Transmission and System Control", @@ -583435,7 +431008,6 @@ }, { "question": "Dessauer Stromversorgung GmbH", - "icon": "./assets/data/nsi/logos/dessauerstromversorgunggmbh-e097a8.undefined", "osmTags": { "and": [ "operator=Dessauer Stromversorgung GmbH", @@ -583460,7 +431032,6 @@ }, { "question": "Deval", - "icon": "./assets/data/nsi/logos/deval-713962.undefined", "osmTags": { "and": [ "operator=Deval", @@ -583470,7 +431041,6 @@ }, { "question": "Dixie Electric Power Association", - "icon": "./assets/data/nsi/logos/dixieelectricpowerassociation-37fac4.undefined", "osmTags": { "and": [ "operator=Dixie Electric Power Association", @@ -583480,7 +431050,6 @@ }, { "question": "Dolomiti Energia", - "icon": "./assets/data/nsi/logos/dolomitienergia-713962.undefined", "osmTags": { "and": [ "power=transformer", @@ -583510,7 +431079,6 @@ }, { "question": "Dominion Energy South Carolina", - "icon": "./assets/data/nsi/logos/dominionenergysouthcarolina-c0087b.undefined", "osmTags": { "and": [ "power=transformer", @@ -583540,7 +431108,6 @@ }, { "question": "DPMB", - "icon": "./assets/data/nsi/logos/dpmb-5a056f.undefined", "osmTags": { "and": [ "operator=DPMB", @@ -583595,7 +431162,6 @@ }, { "question": "Dubai Electricity and Water Authority", - "icon": "./assets/data/nsi/logos/dubaielectricityandwaterauthority-c74d02.undefined", "osmTags": { "and": [ "power=transformer", @@ -583611,7 +431177,6 @@ }, { "question": "Duck River Electric Membership Corporation", - "icon": "./assets/data/nsi/logos/duckriverelectricmembershipcorporation-3fded7.undefined", "osmTags": { "and": [ "operator=Duck River Electric Membership Corporation", @@ -583741,7 +431306,6 @@ }, { "question": "E-Werk Perg", - "icon": "./assets/data/nsi/logos/ewerkperg-004bba.undefined", "osmTags": { "and": [ "operator=E-Werk Perg", @@ -583766,7 +431330,6 @@ }, { "question": "E.E. Ambato", - "icon": "./assets/data/nsi/logos/eeambato-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -583781,7 +431344,6 @@ }, { "question": "E.E. Centro Sur", - "icon": "./assets/data/nsi/logos/eecentrosur-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -583796,7 +431358,6 @@ }, { "question": "E.E. Cotopaxi", - "icon": "./assets/data/nsi/logos/eecotopaxi-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -583811,7 +431372,6 @@ }, { "question": "E.E. Norte", - "icon": "./assets/data/nsi/logos/eenorte-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -583826,7 +431386,6 @@ }, { "question": "E.E. Quito", - "icon": "./assets/data/nsi/logos/eequito-0772ca.undefined", "osmTags": { "and": [ "power=transformer", @@ -583841,7 +431400,6 @@ }, { "question": "E.E. Sur", - "icon": "./assets/data/nsi/logos/eesur-0772ca.undefined", "osmTags": { "and": [ "operator=E.E. Sur", @@ -583881,7 +431439,6 @@ }, { "question": "EA Networks", - "icon": "./assets/data/nsi/logos/eanetworks-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -583896,7 +431453,6 @@ }, { "question": "EAG", - "icon": "./assets/data/nsi/logos/eag-6beb1b.undefined", "osmTags": { "and": [ "operator=EAG", @@ -583906,7 +431462,6 @@ }, { "question": "EAM Netz", - "icon": "./assets/data/nsi/logos/eamnetz-6cfcba.undefined", "osmTags": { "and": [ "power=transformer", @@ -583951,7 +431506,6 @@ }, { "question": "Eastland Network", - "icon": "./assets/data/nsi/logos/eastlandnetwork-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -583981,7 +431535,6 @@ }, { "question": "EDE", - "icon": "./assets/data/nsi/logos/ede-d2172f.undefined", "osmTags": { "and": [ "operator=EDE", @@ -584036,7 +431589,6 @@ }, { "question": "EDP Renewables North America", - "icon": "./assets/data/nsi/logos/edprenewablesnorthamerica-128c58.undefined", "osmTags": { "and": [ "power=transformer", @@ -584084,7 +431636,6 @@ }, { "question": "EDS", - "icon": "./assets/data/nsi/logos/eds-c7be96.undefined", "osmTags": { "and": [ "operator=EDS", @@ -584094,7 +431645,6 @@ }, { "question": "EED", - "icon": "./assets/data/nsi/logos/eed-d2172f.undefined", "osmTags": { "and": [ "operator=EED", @@ -584134,7 +431684,6 @@ }, { "question": "EGTC", - "icon": "./assets/data/nsi/logos/egtc-c56bba.undefined", "osmTags": { "and": [ "power=transformer", @@ -584209,7 +431758,6 @@ }, { "question": "Electrabel", - "icon": "./assets/data/nsi/logos/electrabel-4648a1.undefined", "osmTags": { "and": [ "power=transformer", @@ -584224,7 +431772,6 @@ }, { "question": "Electranet", - "icon": "./assets/data/nsi/logos/electranet-ace77b.undefined", "osmTags": { "and": [ "power=transformer", @@ -584255,7 +431802,6 @@ }, { "question": "Electricity Company of Ghana", - "icon": "./assets/data/nsi/logos/electricitycompanyofghana-059841.undefined", "osmTags": { "and": [ "power=transformer", @@ -584287,7 +431833,6 @@ }, { "question": "Electricity Supply Enterprise", - "icon": "./assets/data/nsi/logos/electricitysupplyenterprise-ff1f66.undefined", "osmTags": { "and": [ "operator=Electricity Supply Enterprise", @@ -584297,7 +431842,6 @@ }, { "question": "Electro Dunas", - "icon": "./assets/data/nsi/logos/electrodunas-40a90a.undefined", "osmTags": { "and": [ "operator=Electro Dunas", @@ -584307,7 +431851,6 @@ }, { "question": "Electrocentro", - "icon": "./assets/data/nsi/logos/electrocentro-40a90a.undefined", "osmTags": { "and": [ "operator=Electrocentro", @@ -584317,7 +431860,6 @@ }, { "question": "Elektra Čakovec", - "icon": "./assets/data/nsi/logos/elektracakovec-c13ce2.undefined", "osmTags": { "and": [ "operator=Elektra Čakovec", @@ -584327,7 +431869,6 @@ }, { "question": "Elektra Hemberg", - "icon": "./assets/data/nsi/logos/elektrahemberg-0cc893.undefined", "osmTags": { "and": [ "operator=Elektra Hemberg", @@ -584352,7 +431893,6 @@ }, { "question": "Elektrizitätswerk Hindelang", - "icon": "./assets/data/nsi/logos/elektrizitatswerkhindelang-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -584367,7 +431907,6 @@ }, { "question": "Elektrizitätswerke Eisenhuber GmbH & Co KG", - "icon": "./assets/data/nsi/logos/elektrizitatswerkeeisenhubergmbhandcokg-1f6ad3.undefined", "osmTags": { "and": [ "operator=Elektrizitätswerke Eisenhuber GmbH & Co KG", @@ -584392,7 +431931,6 @@ }, { "question": "Elektro", - "icon": "./assets/data/nsi/logos/elektro-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -584407,7 +431945,6 @@ }, { "question": "Elektro Primorska", - "icon": "./assets/data/nsi/logos/elektroprimorska-fef1ea.undefined", "osmTags": { "and": [ "operator=Elektro Primorska", @@ -584417,7 +431954,6 @@ }, { "question": "Elektro-Slovenija", - "icon": "./assets/data/nsi/logos/elektroslovenija-fef1ea.undefined", "osmTags": { "and": [ "power=transformer", @@ -584433,7 +431969,6 @@ }, { "question": "Elektroenergieversorgung Cottbus", - "icon": "./assets/data/nsi/logos/elektroenergieversorgungcottbus-cec853.undefined", "osmTags": { "and": [ "power=transformer", @@ -584449,7 +431984,6 @@ }, { "question": "Elektromreža Srbije", - "icon": "./assets/data/nsi/logos/elektromrezasrbije-c7be96.undefined", "osmTags": { "and": [ "power=transformer", @@ -584465,7 +431999,6 @@ }, { "question": "Elektroprenos BiH", - "icon": "./assets/data/nsi/logos/elektroprenosbih-75bd62.undefined", "osmTags": { "and": [ "power=transformer", @@ -584510,7 +432043,6 @@ }, { "question": "Eletricidade dos Açores", - "icon": "./assets/data/nsi/logos/eletricidadedosacores-88f4f0.undefined", "osmTags": { "and": [ "power=transformer", @@ -584526,7 +432058,6 @@ }, { "question": "Eletrobras Amazonas Energia", - "icon": "./assets/data/nsi/logos/eletrobrasamazonasenergia-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -584541,7 +432072,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -584571,7 +432101,6 @@ }, { "question": "Eletrosul", - "icon": "./assets/data/nsi/logos/eletrosul-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -584586,7 +432115,6 @@ }, { "question": "Elfsm", - "icon": "./assets/data/nsi/logos/elfsm-dc5268.undefined", "osmTags": { "and": [ "operator=Elfsm", @@ -584611,7 +432139,6 @@ }, { "question": "Elias", - "icon": "./assets/data/nsi/logos/elias-d85a73.undefined", "osmTags": { "and": [ "operator=Elias", @@ -584621,7 +432148,6 @@ }, { "question": "Elinett", - "icon": "./assets/data/nsi/logos/elinett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -584651,7 +432177,6 @@ }, { "question": "Elmea", - "icon": "./assets/data/nsi/logos/elmea-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -584696,7 +432221,6 @@ }, { "question": "ÉMÁSZ", - "icon": "./assets/data/nsi/logos/emasz-d2172f.undefined", "osmTags": { "and": [ "power=transformer", @@ -584743,7 +432267,6 @@ }, { "question": "Enarga Operator Oddział Toruń", - "icon": "./assets/data/nsi/logos/enargaoperatoroddzialtorun-b34e65.undefined", "osmTags": { "and": [ "operator=Enarga Operator Oddział Toruń", @@ -584873,7 +432396,6 @@ }, { "question": "Enel Distribución Perú", - "icon": "./assets/data/nsi/logos/eneldistribucionperu-40a90a.undefined", "osmTags": { "and": [ "power=transformer", @@ -584903,7 +432425,6 @@ }, { "question": "Enel Distribuição Rio", - "icon": "./assets/data/nsi/logos/eneldistribuicaorio-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -584978,7 +432499,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-d8137c.undefined", "osmTags": { "and": [ "power=transformer", @@ -585023,7 +432543,6 @@ }, { "question": "Energetics Electricity", - "icon": "./assets/data/nsi/logos/energeticselectricity-35338a.undefined", "osmTags": { "and": [ "power=transformer", @@ -585175,7 +432694,6 @@ }, { "question": "Energienetze Berlin", - "icon": "./assets/data/nsi/logos/energienetzeberlin-26ff34.undefined", "osmTags": { "and": [ "power=transformer", @@ -585206,7 +432724,6 @@ }, { "question": "Energieversorgung Ottobrunn", - "icon": "./assets/data/nsi/logos/energieversorgungottobrunn-40fb94.undefined", "osmTags": { "and": [ "operator=Energieversorgung Ottobrunn", @@ -585216,7 +432733,6 @@ }, { "question": "Energieversorgung Rottenburg am Neckar", - "icon": "./assets/data/nsi/logos/energieversorgungrottenburgamneckar-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -585232,7 +432748,6 @@ }, { "question": "EnergiFyn Distribution", - "icon": "./assets/data/nsi/logos/energifyndistribution-694f23.undefined", "osmTags": { "and": [ "operator=EnergiFyn Distribution", @@ -585242,7 +432757,6 @@ }, { "question": "EnergiMidt", - "icon": "./assets/data/nsi/logos/energimidt-694f23.undefined", "osmTags": { "and": [ "power=transformer", @@ -585272,7 +432786,6 @@ }, { "question": "Energisa", - "icon": "./assets/data/nsi/logos/energisa-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -585287,7 +432800,6 @@ }, { "question": "Energisa Acre", - "icon": "./assets/data/nsi/logos/energisaacre-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -585302,7 +432814,6 @@ }, { "question": "Energisa Rondônia", - "icon": "./assets/data/nsi/logos/energisarondonia-5d2728.undefined", "osmTags": { "and": [ "power=transformer", @@ -585317,7 +432828,6 @@ }, { "question": "Energisa Sul-Sudeste", - "icon": "./assets/data/nsi/logos/energisasulsudeste-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -585332,7 +432842,6 @@ }, { "question": "EnergyUnited", - "icon": "./assets/data/nsi/logos/energyunited-458d87.undefined", "osmTags": { "and": [ "power=transformer", @@ -585347,7 +432856,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -585392,7 +432900,6 @@ }, { "question": "Enida", - "icon": "./assets/data/nsi/logos/enida-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -585527,7 +433034,6 @@ }, { "question": "Entergy Mississippi", - "icon": "./assets/data/nsi/logos/entergymississippi-71502c.undefined", "osmTags": { "and": [ "power=transformer", @@ -585632,7 +433138,6 @@ }, { "question": "Equatorial Energia", - "icon": "./assets/data/nsi/logos/equatorialenergia-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -585647,7 +433152,6 @@ }, { "question": "Equatorial Energia Alagoas", - "icon": "./assets/data/nsi/logos/equatorialenergiaalagoas-849971.undefined", "osmTags": { "and": [ "power=transformer", @@ -585662,7 +433166,6 @@ }, { "question": "Equatorial Energia Amapá", - "icon": "./assets/data/nsi/logos/equatorialenergiaamapa-1f0aed.undefined", "osmTags": { "and": [ "power=transformer", @@ -585677,7 +433180,6 @@ }, { "question": "Equatorial Energia Goiás", - "icon": "./assets/data/nsi/logos/equatorialenergiagoias-057824.undefined", "osmTags": { "and": [ "power=transformer", @@ -585692,7 +433194,6 @@ }, { "question": "Equatorial Energia Maranhão", - "icon": "./assets/data/nsi/logos/equatorialenergiamaranhao-3e7a59.undefined", "osmTags": { "and": [ "power=transformer", @@ -585707,7 +433208,6 @@ }, { "question": "Equatorial Energia Pará", - "icon": "./assets/data/nsi/logos/equatorialenergiapara-1014a0.undefined", "osmTags": { "and": [ "power=transformer", @@ -585737,7 +433237,6 @@ }, { "question": "ERDF", - "icon": "./assets/data/nsi/logos/erdf-bc2a36.undefined", "osmTags": { "and": [ "operator=ERDF", @@ -585808,7 +433307,6 @@ }, { "question": "ESO", - "icon": "./assets/data/nsi/logos/eso-a40007.undefined", "osmTags": { "and": [ "power=transformer", @@ -585823,7 +433321,6 @@ }, { "question": "ESP Electricity", - "icon": "./assets/data/nsi/logos/espelectricity-35338a.undefined", "osmTags": { "and": [ "power=transformer", @@ -585853,7 +433350,6 @@ }, { "question": "ESSeyssel", - "icon": "./assets/data/nsi/logos/esseyssel-168afa.undefined", "osmTags": { "and": [ "operator=ESSeyssel", @@ -585863,7 +433359,6 @@ }, { "question": "Ethekwini Electricity", - "icon": "./assets/data/nsi/logos/ethekwinielectricity-8cd021.undefined", "osmTags": { "and": [ "operator=Ethekwini Electricity", @@ -585889,7 +433384,6 @@ }, { "question": "ETI", - "icon": "./assets/data/nsi/logos/eti-d2172f.undefined", "osmTags": { "and": [ "operator=ETI", @@ -585915,7 +433409,6 @@ }, { "question": "European Energy", - "icon": "./assets/data/nsi/logos/europeanenergy-add881.undefined", "osmTags": { "and": [ "power=transformer", @@ -586052,7 +433545,6 @@ }, { "question": "EWA", - "icon": "./assets/data/nsi/logos/ewa-fce63d.undefined", "osmTags": { "and": [ "operator=EWA", @@ -586092,7 +433584,6 @@ }, { "question": "EWE Netz", - "icon": "./assets/data/nsi/logos/ewenetz-e097a8.undefined", "osmTags": { "and": [ "power=transformer", @@ -586152,7 +433643,6 @@ }, { "question": "EWW (Schweiz)", - "icon": "./assets/data/nsi/logos/eww-3a1ab2.undefined", "osmTags": { "and": [ "power=transformer", @@ -586212,7 +433702,6 @@ }, { "question": "FairNetz", - "icon": "./assets/data/nsi/logos/fairnetz-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -586243,7 +433732,6 @@ }, { "question": "Fenaka Vaikaradhoo Branch", - "icon": "./assets/data/nsi/logos/fenakavaikaradhoobranch-7ccaed.undefined", "osmTags": { "and": [ "power=transformer", @@ -586258,7 +433746,6 @@ }, { "question": "Finerge", - "icon": "./assets/data/nsi/logos/finerge-e26b9a.undefined", "osmTags": { "and": [ "power=transformer", @@ -586288,7 +433775,6 @@ }, { "question": "First Electric Cooperative", - "icon": "./assets/data/nsi/logos/firstelectriccooperative-0a90d3.undefined", "osmTags": { "and": [ "power=transformer", @@ -586333,7 +433819,6 @@ }, { "question": "Flathead Electric Cooperative", - "icon": "./assets/data/nsi/logos/flatheadelectriccooperative-77422a.undefined", "osmTags": { "and": [ "power=transformer", @@ -586348,7 +433833,6 @@ }, { "question": "Florence Utilities", - "icon": "./assets/data/nsi/logos/florenceutilities-a5723a.undefined", "osmTags": { "and": [ "power=transformer", @@ -586378,7 +433862,6 @@ }, { "question": "Flow Elnet", - "icon": "./assets/data/nsi/logos/flowelnet-694f23.undefined", "osmTags": { "and": [ "operator=Flow Elnet", @@ -586418,7 +433901,6 @@ }, { "question": "FortisAlberta", - "icon": "./assets/data/nsi/logos/fortisalberta-8b0dc6.undefined", "osmTags": { "and": [ "power=transformer", @@ -586463,7 +433945,6 @@ }, { "question": "Four County EMC", - "icon": "./assets/data/nsi/logos/fourcountyemc-458d87.undefined", "osmTags": { "and": [ "power=transformer", @@ -586478,7 +433959,6 @@ }, { "question": "Freitaler Stadtwerke", - "icon": "./assets/data/nsi/logos/freitalerstadtwerke-52cc32.undefined", "osmTags": { "and": [ "power=transformer", @@ -586525,7 +434005,6 @@ }, { "question": "Garland Power & Light", - "icon": "./assets/data/nsi/logos/garlandpowerandlight-70fbe7.undefined", "osmTags": { "and": [ "power=transformer", @@ -586556,7 +434035,6 @@ }, { "question": "Gedia", - "icon": "./assets/data/nsi/logos/gedia-bc2a36.undefined", "osmTags": { "and": [ "operator=Gedia", @@ -586581,7 +434059,6 @@ }, { "question": "Gemeindewerke Bovenden", - "icon": "./assets/data/nsi/logos/gemeindewerkebovenden-d8137c.undefined", "osmTags": { "and": [ "power=transformer", @@ -586596,7 +434073,6 @@ }, { "question": "Gemeindewerke Haßloch", - "icon": "./assets/data/nsi/logos/gemeindewerkehassloch-3d40d5.undefined", "osmTags": { "and": [ "power=transformer", @@ -586612,7 +434088,6 @@ }, { "question": "Georgia Power", - "icon": "./assets/data/nsi/logos/georgiapower-54d59e.undefined", "osmTags": { "and": [ "power=transformer", @@ -586627,7 +434102,6 @@ }, { "question": "Gérédis", - "icon": "./assets/data/nsi/logos/geredis-df243e.undefined", "osmTags": { "and": [ "power=transformer", @@ -586658,7 +434132,6 @@ }, { "question": "Ghana Grid Company", - "icon": "./assets/data/nsi/logos/ghanagridcompany-059841.undefined", "osmTags": { "and": [ "power=transformer", @@ -586674,7 +434147,6 @@ }, { "question": "Glacier Electric Cooperative", - "icon": "./assets/data/nsi/logos/glacierelectriccooperative-77422a.undefined", "osmTags": { "and": [ "power=transformer", @@ -586704,7 +434176,6 @@ }, { "question": "Glitre Energi", - "icon": "./assets/data/nsi/logos/glitreenergi-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -586780,7 +434251,6 @@ }, { "question": "Green Mountain Power", - "icon": "./assets/data/nsi/logos/greenmountainpower-132484.undefined", "osmTags": { "and": [ "power=transformer", @@ -586796,7 +434266,6 @@ }, { "question": "GreenAlp", - "icon": "./assets/data/nsi/logos/greenalp-bc2a36.undefined", "osmTags": { "and": [ "operator=GreenAlp", @@ -586836,7 +434305,6 @@ }, { "question": "Griug", - "icon": "./assets/data/nsi/logos/griug-7fe9fe.undefined", "osmTags": { "and": [ "operator=Griug", @@ -586861,7 +434329,6 @@ }, { "question": "GTC", - "icon": "./assets/data/nsi/logos/gtc-35338a.undefined", "osmTags": { "and": [ "operator=GTC", @@ -586887,7 +434354,6 @@ }, { "question": "Gulf Power", - "icon": "./assets/data/nsi/logos/gulfpower-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -586948,7 +434414,6 @@ }, { "question": "Havnett", - "icon": "./assets/data/nsi/logos/havnett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Havnett", @@ -586973,7 +434438,6 @@ }, { "question": "Helen Sähköverkko Oy", - "icon": "./assets/data/nsi/logos/helensahkoverkkooy-5ad418.undefined", "osmTags": { "and": [ "operator=Helen Sähköverkko Oy", @@ -586983,7 +434447,6 @@ }, { "question": "HEP", - "icon": "./assets/data/nsi/logos/hep-c13ce2.undefined", "osmTags": { "and": [ "power=transformer", @@ -586998,7 +434461,6 @@ }, { "question": "Herzo Werke", - "icon": "./assets/data/nsi/logos/herzowerke-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -587013,7 +434475,6 @@ }, { "question": "Hidrandina", - "icon": "./assets/data/nsi/logos/hidrandina-40a90a.undefined", "osmTags": { "and": [ "operator=Hidrandina", @@ -587068,7 +434529,6 @@ }, { "question": "HSN", - "icon": "./assets/data/nsi/logos/hsn-e097a8.undefined", "osmTags": { "and": [ "operator=HSN", @@ -587093,7 +434553,6 @@ }, { "question": "Hydro One", - "icon": "./assets/data/nsi/logos/hydroone-88d972.undefined", "osmTags": { "and": [ "power=transformer", @@ -587153,7 +434612,6 @@ }, { "question": "Hydro-Sherbrooke", - "icon": "./assets/data/nsi/logos/hydrosherbrooke-40df57.undefined", "osmTags": { "and": [ "operator=Hydro-Sherbrooke", @@ -587271,7 +434729,6 @@ }, { "question": "Indre Hordaland KraftNett", - "icon": "./assets/data/nsi/logos/indrehordalandkraftnett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Indre Hordaland KraftNett", @@ -587326,7 +434783,6 @@ }, { "question": "Infrastruktur Zürichsee AG", - "icon": "./assets/data/nsi/logos/infrastrukturzurichseeag-41d358.undefined", "osmTags": { "and": [ "operator=Infrastruktur Zürichsee AG", @@ -587367,7 +434823,6 @@ }, { "question": "Interconexión Eléctrica S.A.", - "icon": "./assets/data/nsi/logos/interconexionelectricasa-1e9fc0.undefined", "osmTags": { "and": [ "power=transformer", @@ -587445,7 +434900,6 @@ }, { "question": "ISalten Nett", - "icon": "./assets/data/nsi/logos/isaltennett-7fe9fe.undefined", "osmTags": { "and": [ "operator=ISalten Nett", @@ -587455,7 +434909,6 @@ }, { "question": "Italgen", - "icon": "./assets/data/nsi/logos/italgen-713962.undefined", "osmTags": { "and": [ "operator=Italgen", @@ -587511,7 +434964,6 @@ }, { "question": "Jemena", - "icon": "./assets/data/nsi/logos/jemena-ace77b.undefined", "osmTags": { "and": [ "power=transformer", @@ -587572,7 +435024,6 @@ }, { "question": "Jones-Onslow EMC", - "icon": "./assets/data/nsi/logos/jonesonslowemc-458d87.undefined", "osmTags": { "and": [ "power=transformer", @@ -587622,7 +435073,6 @@ }, { "question": "KAMO Power", - "icon": "./assets/data/nsi/logos/kamopower-06508e.undefined", "osmTags": { "and": [ "power=transformer", @@ -587653,7 +435103,6 @@ }, { "question": "Kärnten Netz", - "icon": "./assets/data/nsi/logos/karntennetz-60ead3.undefined", "osmTags": { "and": [ "power=transformer", @@ -587700,7 +435149,6 @@ }, { "question": "Kentucky Utilities Company", - "icon": "./assets/data/nsi/logos/kentuckyutilitiescompany-505574.undefined", "osmTags": { "and": [ "power=transformer", @@ -587731,7 +435179,6 @@ }, { "question": "KiesZon", - "icon": "./assets/data/nsi/logos/kieszon-dcd896.undefined", "osmTags": { "and": [ "operator=KiesZon", @@ -587802,7 +435249,6 @@ }, { "question": "KPLC", - "icon": "./assets/data/nsi/logos/kplc-71a1ee.undefined", "osmTags": { "and": [ "operator=KPLC", @@ -587812,7 +435258,6 @@ }, { "question": "KPTCL", - "icon": "./assets/data/nsi/logos/kptcl-1b8373.undefined", "osmTags": { "and": [ "power=transformer", @@ -587842,7 +435287,6 @@ }, { "question": "KSS", - "icon": "./assets/data/nsi/logos/kss-5ad418.undefined", "osmTags": { "and": [ "operator=KSS", @@ -587852,7 +435296,6 @@ }, { "question": "Kungälv Energi", - "icon": "./assets/data/nsi/logos/kungalvenergi-da9798.undefined", "osmTags": { "and": [ "operator=Kungälv Energi", @@ -587862,7 +435305,6 @@ }, { "question": "Kvam Energi Nett", - "icon": "./assets/data/nsi/logos/kvamenerginett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Kvam Energi Nett", @@ -587919,7 +435361,6 @@ }, { "question": "Landsnet", - "icon": "./assets/data/nsi/logos/landsnet-f2cdd0.undefined", "osmTags": { "and": [ "power=transformer", @@ -587934,7 +435375,6 @@ }, { "question": "Lansing Board of Water & Light", - "icon": "./assets/data/nsi/logos/lansingboardofwaterandlight-a3e4d0.undefined", "osmTags": { "and": [ "power=transformer", @@ -587981,7 +435421,6 @@ }, { "question": "Lede", - "icon": "./assets/data/nsi/logos/lede-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -587996,7 +435435,6 @@ }, { "question": "LeGa Nett", - "icon": "./assets/data/nsi/logos/leganett-7fe9fe.undefined", "osmTags": { "and": [ "operator=LeGa Nett", @@ -588006,7 +435444,6 @@ }, { "question": "Lesotho Electricity Company", - "icon": "./assets/data/nsi/logos/lesothoelectricitycompany-330372.undefined", "osmTags": { "and": [ "operator=Lesotho Electricity Company", @@ -588031,7 +435468,6 @@ }, { "question": "Liberia Electricity Corporation", - "icon": "./assets/data/nsi/logos/liberiaelectricitycorporation-fb1cbe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588047,7 +435483,6 @@ }, { "question": "Light", - "icon": "./assets/data/nsi/logos/light-dc5268.undefined", "osmTags": { "and": [ "power=transformer", @@ -588077,7 +435512,6 @@ }, { "question": "Linea", - "icon": "./assets/data/nsi/logos/linea-7fe9fe.undefined", "osmTags": { "and": [ "operator=Linea", @@ -588102,7 +435536,6 @@ }, { "question": "Linn County REC", - "icon": "./assets/data/nsi/logos/linncountyrec-ed770b.undefined", "osmTags": { "and": [ "power=transformer", @@ -588132,7 +435565,6 @@ }, { "question": "LISEA", - "icon": "./assets/data/nsi/logos/lisea-bc2a36.undefined", "osmTags": { "and": [ "power=transformer", @@ -588147,7 +435579,6 @@ }, { "question": "Lnett", - "icon": "./assets/data/nsi/logos/lnett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588162,7 +435593,6 @@ }, { "question": "London Power Network Public Limited Company", - "icon": "./assets/data/nsi/logos/londonpowernetworkpubliclimitedcompany-35338a.undefined", "osmTags": { "and": [ "operator=London Power Network Public Limited Company", @@ -588187,7 +435617,6 @@ }, { "question": "Long Island Power Authority", - "icon": "./assets/data/nsi/logos/longislandpowerauthority-81dd91.undefined", "osmTags": { "and": [ "power=transformer", @@ -588279,7 +435708,6 @@ }, { "question": "Lucerna", - "icon": "./assets/data/nsi/logos/lucerna-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588294,7 +435722,6 @@ }, { "question": "Lumbee River EMC", - "icon": "./assets/data/nsi/logos/lumbeeriveremc-458d87.undefined", "osmTags": { "and": [ "operator=Lumbee River EMC", @@ -588304,7 +435731,6 @@ }, { "question": "Luz del Sur", - "icon": "./assets/data/nsi/logos/luzdelsur-40a90a.undefined", "osmTags": { "and": [ "power=transformer", @@ -588319,7 +435745,6 @@ }, { "question": "LWU", - "icon": "./assets/data/nsi/logos/lwu-c33728.undefined", "osmTags": { "and": [ "operator=LWU", @@ -588360,7 +435785,6 @@ }, { "question": "MainPower", - "icon": "./assets/data/nsi/logos/mainpower-05e84a.undefined", "osmTags": { "and": [ "operator=MainPower", @@ -588385,7 +435809,6 @@ }, { "question": "Manx Utilities", - "icon": "./assets/data/nsi/logos/manxutilities-bae8af.undefined", "osmTags": { "and": [ "power=transformer", @@ -588430,7 +435853,6 @@ }, { "question": "Maritime Electric", - "icon": "./assets/data/nsi/logos/maritimeelectric-1f4f47.undefined", "osmTags": { "and": [ "power=transformer", @@ -588460,7 +435882,6 @@ }, { "question": "Marlborough Lines", - "icon": "./assets/data/nsi/logos/marlboroughlines-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -588505,7 +435926,6 @@ }, { "question": "Maui Electric Company", - "icon": "./assets/data/nsi/logos/mauielectriccompany-151da3.undefined", "osmTags": { "and": [ "power=transformer", @@ -588520,7 +435940,6 @@ }, { "question": "MÁV", - "icon": "./assets/data/nsi/logos/mav-d2172f.undefined", "osmTags": { "and": [ "operator=MÁV", @@ -588530,7 +435949,6 @@ }, { "question": "MAVIR", - "icon": "./assets/data/nsi/logos/mavir-d2172f.undefined", "osmTags": { "and": [ "power=transformer", @@ -588545,7 +435963,6 @@ }, { "question": "Mellom", - "icon": "./assets/data/nsi/logos/mellom-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588621,7 +436038,6 @@ }, { "question": "Mi Tren", - "icon": "./assets/data/nsi/logos/mitren-9e12ce.undefined", "osmTags": { "and": [ "operator=Mi Tren", @@ -588646,7 +436062,6 @@ }, { "question": "Midtnett", - "icon": "./assets/data/nsi/logos/midtnett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588676,7 +436091,6 @@ }, { "question": "Minera Collahuasi", - "icon": "./assets/data/nsi/logos/mineracollahuasi-1cd455.undefined", "osmTags": { "and": [ "operator=Minera Collahuasi", @@ -588686,7 +436100,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-1cd455.undefined", "osmTags": { "and": [ "power=transformer", @@ -588731,7 +436144,6 @@ }, { "question": "Mission Valley Power", - "icon": "./assets/data/nsi/logos/missionvalleypower-77422a.undefined", "osmTags": { "and": [ "power=transformer", @@ -588761,7 +436173,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-4b7c0c.undefined", "osmTags": { "and": [ "power=transformer", @@ -588791,7 +436202,6 @@ }, { "question": "Mountain Parks Electric", - "icon": "./assets/data/nsi/logos/mountainparkselectric-dbd23d.undefined", "osmTags": { "and": [ "operator=Mountain Parks Electric", @@ -588801,7 +436211,6 @@ }, { "question": "MSETCL", - "icon": "./assets/data/nsi/logos/msetcl-1b8373.undefined", "osmTags": { "and": [ "power=transformer", @@ -588816,7 +436225,6 @@ }, { "question": "MVV Netze", - "icon": "./assets/data/nsi/logos/mvvnetze-1add33.undefined", "osmTags": { "and": [ "power=transformer", @@ -588832,7 +436240,6 @@ }, { "question": "N-ERGIE Netz", - "icon": "./assets/data/nsi/logos/nergienetz-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -588924,7 +436331,6 @@ }, { "question": "National Grid Electricity Distribution (South West) plc", - "icon": "./assets/data/nsi/logos/nationalgridelectricitydistributionsouthwestplc-35338a.undefined", "osmTags": { "and": [ "power=transformer", @@ -588971,7 +436377,6 @@ }, { "question": "NEAS AS", - "icon": "./assets/data/nsi/logos/neasas-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -588986,7 +436391,6 @@ }, { "question": "Nebraska Public Power District", - "icon": "./assets/data/nsi/logos/nebraskapublicpowerdistrict-5b199d.undefined", "osmTags": { "and": [ "power=transformer", @@ -589001,7 +436405,6 @@ }, { "question": "NEDCo", - "icon": "./assets/data/nsi/logos/nedco-059841.undefined", "osmTags": { "and": [ "power=transformer", @@ -589017,7 +436420,6 @@ }, { "question": "Nelson Mandela Bay Municipality", - "icon": "./assets/data/nsi/logos/nelsonmandelabaymunicipality-8cd021.undefined", "osmTags": { "and": [ "power=transformer", @@ -589047,7 +436449,6 @@ }, { "question": "Neoenergia Pernambuco", - "icon": "./assets/data/nsi/logos/neoenergiapernambuco-0ef05f.undefined", "osmTags": { "and": [ "power=transformer", @@ -589062,7 +436463,6 @@ }, { "question": "Nettselskapet", - "icon": "./assets/data/nsi/logos/nettselskapet-7fe9fe.undefined", "osmTags": { "and": [ "operator=Nettselskapet", @@ -589087,7 +436487,6 @@ }, { "question": "Network Tasman", - "icon": "./assets/data/nsi/logos/networktasman-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -589117,7 +436516,6 @@ }, { "question": "Netz Burgenland", - "icon": "./assets/data/nsi/logos/netzburgenland-331783.undefined", "osmTags": { "and": [ "power=transformer", @@ -589147,7 +436545,6 @@ }, { "question": "Netz Oberösterreich", - "icon": "./assets/data/nsi/logos/netzoberosterreich-c84cac.undefined", "osmTags": { "and": [ "power=transformer", @@ -589162,7 +436559,6 @@ }, { "question": "Netzdienste Rhein-Main", - "icon": "./assets/data/nsi/logos/netzdiensterheinmain-ae02ea.undefined", "osmTags": { "and": [ "power=transformer", @@ -589193,7 +436589,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-80fbfb.undefined", "osmTags": { "and": [ "power=transformer", @@ -589208,7 +436603,6 @@ }, { "question": "Netzgesellschaft Gütersloh", - "icon": "./assets/data/nsi/logos/netzgesellschaftgutersloh-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -589223,7 +436617,6 @@ }, { "question": "Netzgesellschaft Potsdam", - "icon": "./assets/data/nsi/logos/netzgesellschaftpotsdam-cec853.undefined", "osmTags": { "and": [ "power=transformer", @@ -589314,7 +436707,6 @@ }, { "question": "Nexel", - "icon": "./assets/data/nsi/logos/nexel-694f23.undefined", "osmTags": { "and": [ "operator=Nexel", @@ -589354,7 +436746,6 @@ }, { "question": "NIPSCO", - "icon": "./assets/data/nsi/logos/nipsco-d0bea9.undefined", "osmTags": { "and": [ "operator=NIPSCO", @@ -589380,7 +436771,6 @@ }, { "question": "NKM", - "icon": "./assets/data/nsi/logos/nemzetikozmuvek-d2172f.undefined", "osmTags": { "and": [ "power=transformer", @@ -589396,7 +436786,6 @@ }, { "question": "NÖ Netz EVN Gruppe", - "icon": "./assets/data/nsi/logos/nonetzevngruppe-1f6ad3.undefined", "osmTags": { "and": [ "operator=NÖ Netz EVN Gruppe", @@ -589406,7 +436795,6 @@ }, { "question": "Noranett", - "icon": "./assets/data/nsi/logos/noranett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -589436,7 +436824,6 @@ }, { "question": "Nordkyn Kraftlag", - "icon": "./assets/data/nsi/logos/nordkynkraftlag-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -589451,7 +436838,6 @@ }, { "question": "Nordlandsnett", - "icon": "./assets/data/nsi/logos/nordlandsnett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -589481,7 +436867,6 @@ }, { "question": "Norgesnett", - "icon": "./assets/data/nsi/logos/norgesnett-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -589496,7 +436881,6 @@ }, { "question": "North Arkansas Electric Cooperative", - "icon": "./assets/data/nsi/logos/northarkansaselectriccooperative-0a90d3.undefined", "osmTags": { "and": [ "power=transformer", @@ -589526,7 +436910,6 @@ }, { "question": "Northern Powergrid (Northeast) Limited", - "icon": "./assets/data/nsi/logos/northernpowergridnortheastlimited-35338a.undefined", "osmTags": { "and": [ "operator=Northern Powergrid (Northeast) Limited", @@ -589611,7 +436994,6 @@ }, { "question": "NSTAR", - "icon": "./assets/data/nsi/logos/nstar-2a8360.undefined", "osmTags": { "and": [ "operator=NSTAR", @@ -589621,7 +437003,6 @@ }, { "question": "NTDC", - "icon": "./assets/data/nsi/logos/ntdc-dc2950.undefined", "osmTags": { "and": [ "power=transformer", @@ -589711,7 +437092,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-c84cac.undefined", "osmTags": { "and": [ "power=transformer", @@ -589727,7 +437107,6 @@ }, { "question": "Ohio Power", - "icon": "./assets/data/nsi/logos/ohiopower-2f96e1.undefined", "osmTags": { "and": [ "power=transformer", @@ -589742,7 +437121,6 @@ }, { "question": "Oiken", - "icon": "./assets/data/nsi/logos/oiken-a805b4.undefined", "osmTags": { "and": [ "operator=Oiken", @@ -589798,7 +437176,6 @@ }, { "question": "ONEE", - "icon": "./assets/data/nsi/logos/onee-523f8f.undefined", "osmTags": { "and": [ "power=transformer", @@ -589874,7 +437251,6 @@ }, { "question": "OstHessenNetz", - "icon": "./assets/data/nsi/logos/osthessennetz-49ddd3.undefined", "osmTags": { "and": [ "power=transformer", @@ -589889,7 +437265,6 @@ }, { "question": "OtagoNet Joint Venture", - "icon": "./assets/data/nsi/logos/otagonetjointventure-05e84a.undefined", "osmTags": { "and": [ "operator=OtagoNet Joint Venture", @@ -589929,7 +437304,6 @@ }, { "question": "ovag Netz", - "icon": "./assets/data/nsi/logos/ovagnetz-b05a85.undefined", "osmTags": { "and": [ "power=transformer", @@ -589944,7 +437318,6 @@ }, { "question": "Ozarks Electric Cooperative", - "icon": "./assets/data/nsi/logos/ozarkselectriccooperative-bab4e4.undefined", "osmTags": { "and": [ "power=transformer", @@ -590005,7 +437378,6 @@ }, { "question": "Paulding Putnam REA", - "icon": "./assets/data/nsi/logos/pauldingputnamrea-e6ceb6.undefined", "osmTags": { "and": [ "operator=Paulding Putnam REA", @@ -590015,7 +437387,6 @@ }, { "question": "PBE", - "icon": "./assets/data/nsi/logos/pbe-4648a1.undefined", "osmTags": { "and": [ "operator=PBE", @@ -590040,7 +437411,6 @@ }, { "question": "Pearl River Valley Electric Power Association", - "icon": "./assets/data/nsi/logos/pearlrivervalleyelectricpowerassociation-37fac4.undefined", "osmTags": { "and": [ "operator=Pearl River Valley Electric Power Association", @@ -590095,7 +437465,6 @@ }, { "question": "Peninsula Electric Cooperative", - "icon": "./assets/data/nsi/logos/peninsulaelectriccooperative-d6fa7d.undefined", "osmTags": { "and": [ "power=transformer", @@ -590172,7 +437541,6 @@ }, { "question": "PGCB", - "icon": "./assets/data/nsi/logos/pgcb-9d71fb.undefined", "osmTags": { "and": [ "power=transformer", @@ -590187,7 +437555,6 @@ }, { "question": "PGCIL", - "icon": "./assets/data/nsi/logos/pgcil-1b8373.undefined", "osmTags": { "and": [ "operator=PGCIL", @@ -590381,7 +437748,6 @@ }, { "question": "PowerSouth Energy Cooperative", - "icon": "./assets/data/nsi/logos/powersouthenergycooperative-1da69c.undefined", "osmTags": { "and": [ "power=transformer", @@ -590442,7 +437808,6 @@ }, { "question": "Products (SE) Pipe Line Corporation", - "icon": "./assets/data/nsi/logos/productssepipelinecorporation-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -590457,7 +437822,6 @@ }, { "question": "Progress Energy", - "icon": "./assets/data/nsi/logos/progressenergy-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -590487,7 +437851,6 @@ }, { "question": "Protrans BC", - "icon": "./assets/data/nsi/logos/protransbc-401b6b.undefined", "osmTags": { "and": [ "operator=Protrans BC", @@ -590513,7 +437876,6 @@ }, { "question": "Public Service Company of Colorado", - "icon": "./assets/data/nsi/logos/publicservicecompanyofcolorado-dbd23d.undefined", "osmTags": { "and": [ "power=transformer", @@ -590575,7 +437937,6 @@ }, { "question": "PVU", - "icon": "./assets/data/nsi/logos/pvu-cec853.undefined", "osmTags": { "and": [ "power=transformer", @@ -590635,7 +437996,6 @@ }, { "question": "RE Busko", - "icon": "./assets/data/nsi/logos/rebusko-b34e65.undefined", "osmTags": { "and": [ "operator=RE Busko", @@ -590645,7 +438005,6 @@ }, { "question": "RE Jędrzejów", - "icon": "./assets/data/nsi/logos/rejedrzejow-b34e65.undefined", "osmTags": { "and": [ "operator=RE Jędrzejów", @@ -590655,7 +438014,6 @@ }, { "question": "RE Kozienice", - "icon": "./assets/data/nsi/logos/rekozienice-b34e65.undefined", "osmTags": { "and": [ "operator=RE Kozienice", @@ -590665,7 +438023,6 @@ }, { "question": "RE Miechów", - "icon": "./assets/data/nsi/logos/remiechow-b34e65.undefined", "osmTags": { "and": [ "operator=RE Miechów", @@ -590691,7 +438048,6 @@ }, { "question": "Redding Electric Utility", - "icon": "./assets/data/nsi/logos/reddingelectricutility-a1ef23.undefined", "osmTags": { "and": [ "operator=Redding Electric Utility", @@ -590701,7 +438057,6 @@ }, { "question": "Redwood Electric Cooperative", - "icon": "./assets/data/nsi/logos/redwoodelectriccooperative-c7fa5f.undefined", "osmTags": { "and": [ "operator=Redwood Electric Cooperative", @@ -590741,7 +438096,6 @@ }, { "question": "REP", - "icon": "./assets/data/nsi/logos/rep-40a90a.undefined", "osmTags": { "and": [ "operator=REP", @@ -590751,7 +438105,6 @@ }, { "question": "Repvåg Kraftlag", - "icon": "./assets/data/nsi/logos/repvagkraftlag-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -590766,7 +438119,6 @@ }, { "question": "RESA", - "icon": "./assets/data/nsi/logos/resa-4648a1.undefined", "osmTags": { "and": [ "operator=RESA", @@ -590776,7 +438128,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-bc2a36.undefined", "osmTags": { "and": [ "power=transformer", @@ -590791,7 +438142,6 @@ }, { "question": "REThones", - "icon": "./assets/data/nsi/logos/rethones-bc2a36.undefined", "osmTags": { "and": [ "operator=REThones", @@ -590846,7 +438196,6 @@ }, { "question": "Rio Grande Electric Cooperative", - "icon": "./assets/data/nsi/logos/riograndeelectriccooperative-70fbe7.undefined", "osmTags": { "and": [ "operator=Rio Grande Electric Cooperative", @@ -590931,7 +438280,6 @@ }, { "question": "RTB", - "icon": "./assets/data/nsi/logos/rtb-5e4e63.undefined", "osmTags": { "and": [ "operator=RTB", @@ -590956,7 +438304,6 @@ }, { "question": "Rwanda Energy Group", - "icon": "./assets/data/nsi/logos/rwandaenergygroup-376337.undefined", "osmTags": { "and": [ "power=transformer", @@ -591002,7 +438349,6 @@ }, { "question": "Sabah Electricity", - "icon": "./assets/data/nsi/logos/sabahelectricity-ff1f66.undefined", "osmTags": { "and": [ "power=transformer", @@ -591079,7 +438425,6 @@ }, { "question": "Sala-Heby Energi", - "icon": "./assets/data/nsi/logos/salahebyenergi-da9798.undefined", "osmTags": { "and": [ "operator=Sala-Heby Energi", @@ -591120,7 +438465,6 @@ }, { "question": "Sam Houston Electric Cooperative", - "icon": "./assets/data/nsi/logos/samhoustonelectriccooperative-70fbe7.undefined", "osmTags": { "and": [ "operator=Sam Houston Electric Cooperative", @@ -591146,7 +438490,6 @@ }, { "question": "Sand Mountain Electric Cooperative", - "icon": "./assets/data/nsi/logos/sandmountainelectriccooperative-a5723a.undefined", "osmTags": { "and": [ "operator=Sand Mountain Electric Cooperative", @@ -591232,7 +438575,6 @@ }, { "question": "SEAL", - "icon": "./assets/data/nsi/logos/seal-40a90a.undefined", "osmTags": { "and": [ "operator=SEAL", @@ -591242,7 +438584,6 @@ }, { "question": "Selnet", - "icon": "./assets/data/nsi/logos/selnet-713962.undefined", "osmTags": { "and": [ "operator=Selnet", @@ -591252,7 +438593,6 @@ }, { "question": "Semitag", - "icon": "./assets/data/nsi/logos/semitag-bc2a36.undefined", "osmTags": { "and": [ "power=transformer", @@ -591282,7 +438622,6 @@ }, { "question": "SER", - "icon": "./assets/data/nsi/logos/ser-713962.undefined", "osmTags": { "and": [ "operator=SER", @@ -591292,7 +438631,6 @@ }, { "question": "Sevillana de Electricidad", - "icon": "./assets/data/nsi/logos/sevillanadeelectricidad-489479.undefined", "osmTags": { "and": [ "power=transformer", @@ -591307,7 +438645,6 @@ }, { "question": "Sharyland Utilities", - "icon": "./assets/data/nsi/logos/sharylandutilities-70fbe7.undefined", "osmTags": { "and": [ "power=transformer", @@ -591352,7 +438689,6 @@ }, { "question": "SICAE Oise", - "icon": "./assets/data/nsi/logos/sicaeoise-10f40f.undefined", "osmTags": { "and": [ "power=transformer", @@ -591367,7 +438703,6 @@ }, { "question": "Singing River Electric Cooperative", - "icon": "./assets/data/nsi/logos/singingriverelectriccooperative-37fac4.undefined", "osmTags": { "and": [ "operator=Singing River Electric Cooperative", @@ -591438,7 +438773,6 @@ }, { "question": "SNEL", - "icon": "./assets/data/nsi/logos/snel-8bbdd2.undefined", "osmTags": { "and": [ "operator=SNEL", @@ -591496,7 +438830,6 @@ }, { "question": "Sorea", - "icon": "./assets/data/nsi/logos/sorea-bc2a36.undefined", "osmTags": { "and": [ "operator=Sorea", @@ -591506,7 +438839,6 @@ }, { "question": "South Plains Electric Cooperative", - "icon": "./assets/data/nsi/logos/southplainselectriccooperative-70fbe7.undefined", "osmTags": { "and": [ "power=transformer", @@ -591567,7 +438899,6 @@ }, { "question": "Southwest Tennessee Electric Membership Corporation", - "icon": "./assets/data/nsi/logos/southwesttennesseeelectricmembershipcorporation-3fded7.undefined", "osmTags": { "and": [ "operator=Southwest Tennessee Electric Membership Corporation", @@ -591577,7 +438908,6 @@ }, { "question": "Southwestern Power Administration", - "icon": "./assets/data/nsi/logos/southwesternpoweradministration-7a7cb9.undefined", "osmTags": { "and": [ "power=transformer", @@ -591607,7 +438937,6 @@ }, { "question": "SP Transmission", - "icon": "./assets/data/nsi/logos/sptransmission-b073c8.undefined", "osmTags": { "and": [ "power=transformer", @@ -591622,7 +438951,6 @@ }, { "question": "SPPG", - "icon": "./assets/data/nsi/logos/sppg-f79b99.undefined", "osmTags": { "and": [ "operator=SPPG", @@ -591648,7 +438976,6 @@ }, { "question": "SR", - "icon": "./assets/data/nsi/logos/sr-1b8373.undefined", "osmTags": { "and": [ "operator=SR", @@ -591658,7 +438985,6 @@ }, { "question": "SRD", - "icon": "./assets/data/nsi/logos/srd-bc2a36.undefined", "osmTags": { "and": [ "power=transformer", @@ -591673,7 +438999,6 @@ }, { "question": "SSE Power Distribution", - "icon": "./assets/data/nsi/logos/ssepowerdistribution-35338a.undefined", "osmTags": { "and": [ "operator=SSE Power Distribution", @@ -591804,7 +439129,6 @@ }, { "question": "Stadtwerke Bad Aibling", - "icon": "./assets/data/nsi/logos/stadtwerkebadaibling-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -591910,7 +439234,6 @@ }, { "question": "Stadtwerke Brunsbüttel", - "icon": "./assets/data/nsi/logos/stadtwerkebrunsbuttel-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -591925,7 +439248,6 @@ }, { "question": "Stadtwerke Dülmen", - "icon": "./assets/data/nsi/logos/stadtwerkedulmen-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -591940,7 +439262,6 @@ }, { "question": "Stadtwerke Elmshorn", - "icon": "./assets/data/nsi/logos/stadtwerkeelmshorn-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592015,7 +439336,6 @@ }, { "question": "Stadtwerke Glückstadt", - "icon": "./assets/data/nsi/logos/stadtwerkegluckstadt-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592090,7 +439410,6 @@ }, { "question": "Stadtwerke Harsewinkel", - "icon": "./assets/data/nsi/logos/stadtwerkeharsewinkel-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -592105,7 +439424,6 @@ }, { "question": "Stadtwerke Heidelberg Netze", - "icon": "./assets/data/nsi/logos/stadtwerkeheidelbergnetze-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -592181,7 +439499,6 @@ }, { "question": "Stadtwerke Itzehoe", - "icon": "./assets/data/nsi/logos/stadtwerkeitzehoe-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592196,7 +439513,6 @@ }, { "question": "Stadtwerke Kaltenkirchen", - "icon": "./assets/data/nsi/logos/stadtwerkekaltenkirchen-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592211,7 +439527,6 @@ }, { "question": "Stadtwerke Karlsruhe Netzservice", - "icon": "./assets/data/nsi/logos/stadtwerkekarlsruhenetzservice-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -592302,7 +439617,6 @@ }, { "question": "Stadtwerke Lippstadt", - "icon": "./assets/data/nsi/logos/stadtwerkelippstadt-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -592332,7 +439646,6 @@ }, { "question": "Stadtwerke Ludwigsfelde", - "icon": "./assets/data/nsi/logos/stadtwerkeludwigsfelde-cec853.undefined", "osmTags": { "and": [ "power=transformer", @@ -592472,7 +439785,6 @@ }, { "question": "Stadtwerke Nordfriesland Netz", - "icon": "./assets/data/nsi/logos/stadtwerkenordfrieslandnetz-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592535,7 +439847,6 @@ }, { "question": "Stadtwerke Pirna Energie", - "icon": "./assets/data/nsi/logos/stadtwerkepirnaenergie-52cc32.undefined", "osmTags": { "and": [ "power=transformer", @@ -592581,7 +439892,6 @@ }, { "question": "Stadtwerke Quickborn", - "icon": "./assets/data/nsi/logos/stadtwerkequickborn-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592596,7 +439906,6 @@ }, { "question": "Stadtwerke Radolfzell", - "icon": "./assets/data/nsi/logos/stadtwerkeradolfzell-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -592626,7 +439935,6 @@ }, { "question": "Stadtwerke Rostock", - "icon": "./assets/data/nsi/logos/stadtwerkerostock-db0b36.undefined", "osmTags": { "and": [ "power=transformer", @@ -592641,7 +439949,6 @@ }, { "question": "Stadtwerke Roth", - "icon": "./assets/data/nsi/logos/stadtwerkeroth-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -592671,7 +439978,6 @@ }, { "question": "Stadtwerke Senftenberg", - "icon": "./assets/data/nsi/logos/stadtwerkesenftenberg-cec853.undefined", "osmTags": { "and": [ "power=transformer", @@ -592717,7 +440023,6 @@ }, { "question": "Stadtwerke Tornesch-Netz", - "icon": "./assets/data/nsi/logos/stadtwerketorneschnetz-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -592854,7 +440159,6 @@ }, { "question": "Stannum", - "icon": "./assets/data/nsi/logos/stannum-7fe9fe.undefined", "osmTags": { "and": [ "operator=Stannum", @@ -592924,7 +440228,6 @@ }, { "question": "Stoen Operator", - "icon": "./assets/data/nsi/logos/stoenoperator-b34e65.undefined", "osmTags": { "and": [ "power=transformer", @@ -592939,7 +440242,6 @@ }, { "question": "Strasbourg Électricité Réseaux", - "icon": "./assets/data/nsi/logos/strasbourgelectricitereseaux-b48b4e.undefined", "osmTags": { "and": [ "power=transformer", @@ -592955,7 +440257,6 @@ }, { "question": "Stredoslovenská distribučná", - "icon": "./assets/data/nsi/logos/stredoslovenskadistribucna-1cd5bf.undefined", "osmTags": { "and": [ "power=transformer", @@ -593001,7 +440302,6 @@ }, { "question": "Stromnetzgesellschaft Herrenberg", - "icon": "./assets/data/nsi/logos/stromnetzgesellschaftherrenberg-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -593016,7 +440316,6 @@ }, { "question": "Stromversorgung Angermünde GmbH", - "icon": "./assets/data/nsi/logos/stromversorgungangermundegmbh-e097a8.undefined", "osmTags": { "and": [ "operator=Stromversorgung Angermünde GmbH", @@ -593026,7 +440325,6 @@ }, { "question": "Stromversorgung Ismaning", - "icon": "./assets/data/nsi/logos/stromversorgungismaning-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -593042,7 +440340,6 @@ }, { "question": "STS", - "icon": "./assets/data/nsi/logos/sts-1cd455.undefined", "osmTags": { "and": [ "operator=STS", @@ -593082,7 +440379,6 @@ }, { "question": "Sunndal Energi Nett", - "icon": "./assets/data/nsi/logos/sunndalenerginett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Sunndal Energi Nett", @@ -593153,7 +440449,6 @@ }, { "question": "SWE Erfurt Netz", - "icon": "./assets/data/nsi/logos/sweerfurtnetz-f3bd8a.undefined", "osmTags": { "and": [ "power=transformer", @@ -593245,7 +440540,6 @@ }, { "question": "SWKiel Netz GmbH", - "icon": "./assets/data/nsi/logos/swkielnetzgmbh-e097a8.undefined", "osmTags": { "and": [ "power=transformer", @@ -593260,7 +440554,6 @@ }, { "question": "SWR", - "icon": "./assets/data/nsi/logos/swr-1b8373.undefined", "osmTags": { "and": [ "operator=SWR", @@ -593346,7 +440639,6 @@ }, { "question": "TANESCO", - "icon": "./assets/data/nsi/logos/tanesco-deb255.undefined", "osmTags": { "and": [ "power=transformer", @@ -593361,7 +440653,6 @@ }, { "question": "TANGEDCO", - "icon": "./assets/data/nsi/logos/tangedco-1b8373.undefined", "osmTags": { "and": [ "power=transformer", @@ -593376,7 +440667,6 @@ }, { "question": "TANTRANSCO", - "icon": "./assets/data/nsi/logos/tantransco-1b8373.undefined", "osmTags": { "and": [ "operator=TANTRANSCO", @@ -593448,7 +440738,6 @@ }, { "question": "TECO", - "icon": "./assets/data/nsi/logos/teco-c33728.undefined", "osmTags": { "and": [ "power=transformer", @@ -593569,7 +440858,6 @@ }, { "question": "Tensio TN", - "icon": "./assets/data/nsi/logos/tensiotn-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -593584,7 +440872,6 @@ }, { "question": "Tensio TS", - "icon": "./assets/data/nsi/logos/tensiots-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -593599,7 +440886,6 @@ }, { "question": "Termoenergetica", - "icon": "./assets/data/nsi/logos/termoenergetica-68cee0.undefined", "osmTags": { "and": [ "operator=Termoenergetica", @@ -593624,7 +440910,6 @@ }, { "question": "Texas Eastern Transmission, LP", - "icon": "./assets/data/nsi/logos/texaseasterntransmissionlp-9a842a.undefined", "osmTags": { "and": [ "power=transformer", @@ -593655,7 +440940,6 @@ }, { "question": "The Lines Company", - "icon": "./assets/data/nsi/logos/thelinescompany-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -593670,7 +440954,6 @@ }, { "question": "The Power Company", - "icon": "./assets/data/nsi/logos/thepowercompany-05e84a.undefined", "osmTags": { "and": [ "operator=The Power Company", @@ -593695,7 +440978,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-f3bd8a.undefined", "osmTags": { "and": [ "power=transformer", @@ -593742,7 +441024,6 @@ }, { "question": "TNEB", - "icon": "./assets/data/nsi/logos/tneb-1b8373.undefined", "osmTags": { "and": [ "power=transformer", @@ -593787,7 +441068,6 @@ }, { "question": "Tramwaje Śląskie", - "icon": "./assets/data/nsi/logos/tramwajeslaskie-b34e65.undefined", "osmTags": { "and": [ "power=transformer", @@ -593817,7 +441097,6 @@ }, { "question": "TRANSBA S.A.", - "icon": "./assets/data/nsi/logos/transbasa-f8f64e.undefined", "osmTags": { "and": [ "operator=TRANSBA S.A.", @@ -593827,7 +441106,6 @@ }, { "question": "Transco CLSG", - "icon": "./assets/data/nsi/logos/transcoclsg-d94b06.undefined", "osmTags": { "and": [ "power=transformer", @@ -593843,7 +441121,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-1cd455.undefined", "osmTags": { "and": [ "power=transformer", @@ -593889,7 +441166,6 @@ }, { "question": "Transmisora Eléctrica del Norte", - "icon": "./assets/data/nsi/logos/transmisoraelectricadelnorte-1cd455.undefined", "osmTags": { "and": [ "power=transformer", @@ -593934,7 +441210,6 @@ }, { "question": "TRANSNOA S.A.", - "icon": "./assets/data/nsi/logos/transnoasa-f8f64e.undefined", "osmTags": { "and": [ "operator=TRANSNOA S.A.", @@ -593974,7 +441249,6 @@ }, { "question": "TraveNetz", - "icon": "./assets/data/nsi/logos/travenetz-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -594035,7 +441309,6 @@ }, { "question": "Tshwane Electricity", - "icon": "./assets/data/nsi/logos/tshwaneelectricity-8cd021.undefined", "osmTags": { "and": [ "operator=Tshwane Electricity", @@ -594045,7 +441318,6 @@ }, { "question": "TSTRANSCO", - "icon": "./assets/data/nsi/logos/tstransco-1b8373.undefined", "osmTags": { "and": [ "operator=TSTRANSCO", @@ -594087,7 +441359,6 @@ }, { "question": "Überlandwerk Erding", - "icon": "./assets/data/nsi/logos/uberlandwerkerding-40fb94.undefined", "osmTags": { "and": [ "power=transformer", @@ -594118,7 +441389,6 @@ }, { "question": "Überlandwerk Mittelbaden", - "icon": "./assets/data/nsi/logos/uberlandwerkmittelbaden-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -594163,7 +441433,6 @@ }, { "question": "Unareti", - "icon": "./assets/data/nsi/logos/unareti-713962.undefined", "osmTags": { "and": [ "operator=Unareti", @@ -594173,7 +441442,6 @@ }, { "question": "Unifi", - "icon": "./assets/data/nsi/logos/unifi-458d87.undefined", "osmTags": { "and": [ "operator=Unifi", @@ -594183,7 +441451,6 @@ }, { "question": "Union Fenosa", - "icon": "./assets/data/nsi/logos/unionfenosa-489479.undefined", "osmTags": { "and": [ "power=transformer", @@ -594198,7 +441465,6 @@ }, { "question": "Unión Fenosa Distribución", - "icon": "./assets/data/nsi/logos/unionfenosadistribucion-489479.undefined", "osmTags": { "and": [ "power=transformer", @@ -594229,7 +441495,6 @@ }, { "question": "United Energy", - "icon": "./assets/data/nsi/logos/unitedenergy-d07c0c.undefined", "osmTags": { "and": [ "power=transformer", @@ -594259,7 +441524,6 @@ }, { "question": "United Power", - "icon": "./assets/data/nsi/logos/unitedpower-dbd23d.undefined", "osmTags": { "and": [ "operator=United Power", @@ -594344,7 +441608,6 @@ }, { "question": "Vantaan Energia Sähköverkot Oy", - "icon": "./assets/data/nsi/logos/vantaanenergiasahkoverkotoy-5ad418.undefined", "osmTags": { "and": [ "operator=Vantaan Energia Sähköverkot Oy", @@ -594354,7 +441617,6 @@ }, { "question": "Varanger Kraft", - "icon": "./assets/data/nsi/logos/varangerkraft-7fe9fe.undefined", "osmTags": { "and": [ "power=transformer", @@ -594429,7 +441691,6 @@ }, { "question": "Veitur", - "icon": "./assets/data/nsi/logos/veitur-f2cdd0.undefined", "osmTags": { "and": [ "operator=Veitur", @@ -594439,7 +441700,6 @@ }, { "question": "Verbandsgemeindewerke Dahner Felsenland", - "icon": "./assets/data/nsi/logos/verbandsgemeindewerkedahnerfelsenland-e097a8.undefined", "osmTags": { "and": [ "operator=Verbandsgemeindewerke Dahner Felsenland", @@ -594479,7 +441739,6 @@ }, { "question": "Vereinigte Stadtwerke Netz", - "icon": "./assets/data/nsi/logos/vereinigtestadtwerkenetz-66c909.undefined", "osmTags": { "and": [ "power=transformer", @@ -594510,7 +441769,6 @@ }, { "question": "Vermont Transco", - "icon": "./assets/data/nsi/logos/vermonttransco-170cd1.undefined", "osmTags": { "and": [ "power=transformer", @@ -594540,7 +441798,6 @@ }, { "question": "Versorgungswerke Heddesheim", - "icon": "./assets/data/nsi/logos/versorgungswerkeheddesheim-645c81.undefined", "osmTags": { "and": [ "power=transformer", @@ -594570,7 +441827,6 @@ }, { "question": "VEW", - "icon": "./assets/data/nsi/logos/vew-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -594600,7 +441856,6 @@ }, { "question": "Vineland Municipal Electric Utility", - "icon": "./assets/data/nsi/logos/vinelandmunicipalelectricutility-6ae7d0.undefined", "osmTags": { "and": [ "operator=Vineland Municipal Electric Utility", @@ -594610,7 +441865,6 @@ }, { "question": "Virginia Electric & Power Company", - "icon": "./assets/data/nsi/logos/virginiaelectricandpowercompany-1d1ce8.undefined", "osmTags": { "and": [ "power=transformer", @@ -594655,7 +441909,6 @@ }, { "question": "Viteos SA", - "icon": "./assets/data/nsi/logos/viteossa-cc02c0.undefined", "osmTags": { "and": [ "power=transformer", @@ -594670,7 +441923,6 @@ }, { "question": "Volunteer Energy Cooperative", - "icon": "./assets/data/nsi/logos/volunteerenergycooperative-3fded7.undefined", "osmTags": { "and": [ "operator=Volunteer Energy Cooperative", @@ -594680,7 +441932,6 @@ }, { "question": "Vonett", - "icon": "./assets/data/nsi/logos/vonett-7fe9fe.undefined", "osmTags": { "and": [ "operator=Vonett", @@ -594690,7 +441941,6 @@ }, { "question": "Vorarlberger Energienetze GmbH", - "icon": "./assets/data/nsi/logos/vorarlbergerenergienetzegmbh-b76ceb.undefined", "osmTags": { "and": [ "power=transformer", @@ -594705,7 +441955,6 @@ }, { "question": "Vores Elnet", - "icon": "./assets/data/nsi/logos/voreselnet-694f23.undefined", "osmTags": { "and": [ "operator=Vores Elnet", @@ -594808,7 +442057,6 @@ }, { "question": "Waterloo North Hydro", - "icon": "./assets/data/nsi/logos/waterloonorthhydro-88d972.undefined", "osmTags": { "and": [ "operator=Waterloo North Hydro", @@ -594818,7 +442066,6 @@ }, { "question": "WE Energies", - "icon": "./assets/data/nsi/logos/weenergies-437923.undefined", "osmTags": { "and": [ "operator=WE Energies", @@ -594843,7 +442090,6 @@ }, { "question": "Wellington Electricity", - "icon": "./assets/data/nsi/logos/wellingtonelectricity-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -594858,7 +442104,6 @@ }, { "question": "WEMAG Netz", - "icon": "./assets/data/nsi/logos/wemagnetz-9cb0a2.undefined", "osmTags": { "and": [ "power=transformer", @@ -594873,7 +442118,6 @@ }, { "question": "Wesernetz", - "icon": "./assets/data/nsi/logos/wesernetz-d1d6a2.undefined", "osmTags": { "and": [ "power=transformer", @@ -594919,7 +442163,6 @@ }, { "question": "Western Power (Western Australia)", - "icon": "./assets/data/nsi/logos/westernpower-e850b6.undefined", "osmTags": { "and": [ "power=transformer", @@ -594934,7 +442177,6 @@ }, { "question": "Westfalen Weser Netz", - "icon": "./assets/data/nsi/logos/westfalenwesernetz-a55359.undefined", "osmTags": { "and": [ "power=transformer", @@ -594980,7 +442222,6 @@ }, { "question": "Westpower", - "icon": "./assets/data/nsi/logos/westpower-05e84a.undefined", "osmTags": { "and": [ "power=transformer", @@ -595025,7 +442266,6 @@ }, { "question": "WO", - "icon": "./assets/data/nsi/logos/wo-b34e65.undefined", "osmTags": { "and": [ "operator=WO", @@ -595035,7 +442275,6 @@ }, { "question": "Wolverine Power Cooperative", - "icon": "./assets/data/nsi/logos/wolverinepowercooperative-a3e4d0.undefined", "osmTags": { "and": [ "power=transformer", @@ -595050,7 +442289,6 @@ }, { "question": "WSW Netz GmbH", - "icon": "./assets/data/nsi/logos/wswnetzgmbh-ad09f9.undefined", "osmTags": { "and": [ "power=transformer", @@ -595096,7 +442334,6 @@ }, { "question": "Yampa Valley Electric", - "icon": "./assets/data/nsi/logos/yampavalleyelectric-dbd23d.undefined", "osmTags": { "and": [ "operator=Yampa Valley Electric", @@ -595106,7 +442343,6 @@ }, { "question": "Západoslovenská distribučná", - "icon": "./assets/data/nsi/logos/zapadoslovenskadistribucna-1cd5bf.undefined", "osmTags": { "and": [ "power=transformer", @@ -595121,7 +442357,6 @@ }, { "question": "ZDMK", - "icon": "./assets/data/nsi/logos/zdmk-b34e65.undefined", "osmTags": { "and": [ "operator=ZDMK", @@ -595161,7 +442396,6 @@ }, { "question": "АО \"ДРСК\"", - "icon": "./assets/data/nsi/logos/037cea-258459.undefined", "osmTags": { "and": [ "operator=АО \"ДРСК\"", @@ -595171,7 +442405,6 @@ }, { "question": "АО \"ИЭСК\"", - "icon": "./assets/data/nsi/logos/f7ee36-258459.undefined", "osmTags": { "and": [ "operator=АО \"ИЭСК\"", @@ -595181,7 +442414,6 @@ }, { "question": "АО \"Сетевая компания\"", - "icon": "./assets/data/nsi/logos/e19896-258459.undefined", "osmTags": { "and": [ "operator=АО \"Сетевая компания\"", @@ -595191,7 +442423,6 @@ }, { "question": "АО ОРЭС-Тольятти", - "icon": "./assets/data/nsi/logos/fbbdbc-258459.undefined", "osmTags": { "and": [ "operator=АО ОРЭС-Тольятти", @@ -595201,7 +442432,6 @@ }, { "question": "АО ОЭК", - "icon": "./assets/data/nsi/logos/1fec25-258459.undefined", "osmTags": { "and": [ "operator=АО ОЭК", @@ -595211,7 +442441,6 @@ }, { "question": "АО РЭС", - "icon": "./assets/data/nsi/logos/1547de-258459.undefined", "osmTags": { "and": [ "operator=АО РЭС", @@ -595221,7 +442450,6 @@ }, { "question": "АО Самарская сетевая компания", - "icon": "./assets/data/nsi/logos/4e721a-258459.undefined", "osmTags": { "and": [ "operator=АО Самарская сетевая компания", @@ -595231,7 +442459,6 @@ }, { "question": "АО Энергосетевая компания", - "icon": "./assets/data/nsi/logos/73c515-258459.undefined", "osmTags": { "and": [ "operator=АО Энергосетевая компания", @@ -595241,7 +442468,6 @@ }, { "question": "АО Янтарьэнерго", - "icon": "./assets/data/nsi/logos/f0d7c2-258459.undefined", "osmTags": { "and": [ "operator=АО Янтарьэнерго", @@ -595251,7 +442477,6 @@ }, { "question": "Белгородэнерго", - "icon": "./assets/data/nsi/logos/73280b-258459.undefined", "osmTags": { "and": [ "operator=Белгородэнерго", @@ -595261,7 +442486,6 @@ }, { "question": "Берёзовский РЭС", - "icon": "./assets/data/nsi/logos/f79783-4e3767.undefined", "osmTags": { "and": [ "operator=Берёзовский РЭС", @@ -595271,7 +442495,6 @@ }, { "question": "Брестэнерго", - "icon": "./assets/data/nsi/logos/adbc9a-4e3767.undefined", "osmTags": { "and": [ "operator=Брестэнерго", @@ -595281,7 +442504,6 @@ }, { "question": "Брянскэнерго", - "icon": "./assets/data/nsi/logos/b5ae9b-258459.undefined", "osmTags": { "and": [ "operator=Брянскэнерго", @@ -595291,7 +442513,6 @@ }, { "question": "Високовольтні мережі", - "icon": "./assets/data/nsi/logos/536e49-01f0e3.undefined", "osmTags": { "and": [ "operator=Високовольтні мережі", @@ -595318,7 +442539,6 @@ }, { "question": "Вінницяобленерго", - "icon": "./assets/data/nsi/logos/084a1e-01f0e3.undefined", "osmTags": { "and": [ "operator=Вінницяобленерго", @@ -595328,7 +442548,6 @@ }, { "question": "ВМУ-2", - "icon": "./assets/data/nsi/logos/e6ee9e-258459.undefined", "osmTags": { "and": [ "operator=ВМУ-2", @@ -595338,7 +442557,6 @@ }, { "question": "Волиньобленерго", - "icon": "./assets/data/nsi/logos/cc48e9-01f0e3.undefined", "osmTags": { "and": [ "operator=Волиньобленерго", @@ -595348,7 +442566,6 @@ }, { "question": "Воронежская Горэлектросеть", - "icon": "./assets/data/nsi/logos/54f75b-258459.undefined", "osmTags": { "and": [ "operator=Воронежская Горэлектросеть", @@ -595358,7 +442575,6 @@ }, { "question": "Гомельэнерго", - "icon": "./assets/data/nsi/logos/dcbab1-4e3767.undefined", "osmTags": { "and": [ "operator=Гомельэнерго", @@ -595368,7 +442584,6 @@ }, { "question": "ГорЭлектро", - "icon": "./assets/data/nsi/logos/8b0f6a-258459.undefined", "osmTags": { "and": [ "operator=ГорЭлектро", @@ -595378,7 +442593,6 @@ }, { "question": "Горэлектросети", - "icon": "./assets/data/nsi/logos/bcde51-258459.undefined", "osmTags": { "and": [ "operator=Горэлектросети", @@ -595388,7 +442602,6 @@ }, { "question": "Гродноэнерго", - "icon": "./assets/data/nsi/logos/2e0acb-4e3767.undefined", "osmTags": { "and": [ "operator=Гродноэнерго", @@ -595398,7 +442611,6 @@ }, { "question": "ГУП \"ГК Днестрэнерго\"", - "icon": "./assets/data/nsi/logos/925ae9-5f4b46.undefined", "osmTags": { "and": [ "operator=ГУП \"ГК Днестрэнерго\"", @@ -595408,7 +442620,6 @@ }, { "question": "Дніпровські електромережі", - "icon": "./assets/data/nsi/logos/4fc9e1-01f0e3.undefined", "osmTags": { "and": [ "operator=Дніпровські електромережі", @@ -595418,7 +442629,6 @@ }, { "question": "Донецькі електромережі", - "icon": "./assets/data/nsi/logos/763ec9-01f0e3.undefined", "osmTags": { "and": [ "operator=Донецькі електромережі", @@ -595428,7 +442638,6 @@ }, { "question": "ДЭС", - "icon": "./assets/data/nsi/logos/44f383-258459.undefined", "osmTags": { "and": [ "operator=ДЭС", @@ -595438,7 +442647,6 @@ }, { "question": "Екатеринбургская электросетевая компания", - "icon": "./assets/data/nsi/logos/11d53c-258459.undefined", "osmTags": { "and": [ "operator=Екатеринбургская электросетевая компания", @@ -595448,7 +442656,6 @@ }, { "question": "Електроенергиен системен оператор", - "icon": "./assets/data/nsi/logos/87d60e-82b16b.undefined", "osmTags": { "and": [ "power=transformer", @@ -595463,7 +442670,6 @@ }, { "question": "ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", - "icon": "./assets/data/nsi/logos/21e393-82b16b.undefined", "osmTags": { "and": [ "operator=ЕЛЕКТРОЕНЕРГИЕН СИСТЕМЕН ОПЕРАТОР ЕАД", @@ -595490,7 +442696,6 @@ }, { "question": "Електроразпределение Юг", - "icon": "./assets/data/nsi/logos/d6c8f4-82b16b.undefined", "osmTags": { "and": [ "power=transformer", @@ -595505,7 +442710,6 @@ }, { "question": "ЕРМ Запад", - "icon": "./assets/data/nsi/logos/acf1d3-82b16b.undefined", "osmTags": { "and": [ "power=transformer", @@ -595520,7 +442724,6 @@ }, { "question": "ЕРП Север", - "icon": "./assets/data/nsi/logos/74cdb5-82b16b.undefined", "osmTags": { "and": [ "power=transformer", @@ -595535,7 +442738,6 @@ }, { "question": "ЕЭСК", - "icon": "./assets/data/nsi/logos/912089-258459.undefined", "osmTags": { "and": [ "operator=ЕЭСК", @@ -595545,7 +442747,6 @@ }, { "question": "Житомиробленерго", - "icon": "./assets/data/nsi/logos/4419a9-01f0e3.undefined", "osmTags": { "and": [ "operator=Житомиробленерго", @@ -595555,7 +442756,6 @@ }, { "question": "Закарпаттяобленерго", - "icon": "./assets/data/nsi/logos/edc045-01f0e3.undefined", "osmTags": { "and": [ "operator=Закарпаттяобленерго", @@ -595565,7 +442765,6 @@ }, { "question": "ЗАО \"НРЕС\"", - "icon": "./assets/data/nsi/logos/54244c-258459.undefined", "osmTags": { "and": [ "operator=ЗАО \"НРЕС\"", @@ -595575,7 +442774,6 @@ }, { "question": "ЗАО \"Энергетика и Связь Строительства\"", - "icon": "./assets/data/nsi/logos/a4c9ec-258459.undefined", "osmTags": { "and": [ "operator=ЗАО \"Энергетика и Связь Строительства\"", @@ -595585,7 +442783,6 @@ }, { "question": "Запоріжжяобленерго", - "icon": "./assets/data/nsi/logos/dd2584-01f0e3.undefined", "osmTags": { "and": [ "operator=Запоріжжяобленерго", @@ -595595,7 +442792,6 @@ }, { "question": "Зевс", - "icon": "./assets/data/nsi/logos/95d425-258459.undefined", "osmTags": { "and": [ "operator=Зевс", @@ -595605,7 +442801,6 @@ }, { "question": "Зельвенский РЭС", - "icon": "./assets/data/nsi/logos/386b4a-4e3767.undefined", "osmTags": { "and": [ "operator=Зельвенский РЭС", @@ -595615,7 +442810,6 @@ }, { "question": "ИжГЭТ", - "icon": "./assets/data/nsi/logos/51239f-258459.undefined", "osmTags": { "and": [ "operator=ИжГЭТ", @@ -595625,7 +442819,6 @@ }, { "question": "Каббалкэнерго", - "icon": "./assets/data/nsi/logos/37ea32-258459.undefined", "osmTags": { "and": [ "operator=Каббалкэнерго", @@ -595635,7 +442828,6 @@ }, { "question": "Казанские электрические сети", - "icon": "./assets/data/nsi/logos/946b82-258459.undefined", "osmTags": { "and": [ "operator=Казанские электрические сети", @@ -595645,7 +442837,6 @@ }, { "question": "Калмэнерго", - "icon": "./assets/data/nsi/logos/96c48a-258459.undefined", "osmTags": { "and": [ "operator=Калмэнерго", @@ -595655,7 +442846,6 @@ }, { "question": "Калугаэнерго", - "icon": "./assets/data/nsi/logos/efe635-258459.undefined", "osmTags": { "and": [ "operator=Калугаэнерго", @@ -595665,7 +442855,6 @@ }, { "question": "Київобленерго", - "icon": "./assets/data/nsi/logos/9e843b-01f0e3.undefined", "osmTags": { "and": [ "operator=Київобленерго", @@ -595675,7 +442864,6 @@ }, { "question": "Київські електромережі", - "icon": "./assets/data/nsi/logos/464950-01f0e3.undefined", "osmTags": { "and": [ "operator=Київські електромережі", @@ -595685,7 +442873,6 @@ }, { "question": "Кіровоградобленерго", - "icon": "./assets/data/nsi/logos/40e024-01f0e3.undefined", "osmTags": { "and": [ "operator=Кіровоградобленерго", @@ -595695,7 +442882,6 @@ }, { "question": "Колэнерго", - "icon": "./assets/data/nsi/logos/2c502b-258459.undefined", "osmTags": { "and": [ "operator=Колэнерго", @@ -595705,7 +442891,6 @@ }, { "question": "Крымэнерго", - "icon": "./assets/data/nsi/logos/773c0b-f75a3a.undefined", "osmTags": { "and": [ "operator=Крымэнерго", @@ -595715,7 +442900,6 @@ }, { "question": "КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", - "icon": "./assets/data/nsi/logos/e00513-4e3767.undefined", "osmTags": { "and": [ "operator=КТУП \"Минсктранс\" филиал \"Служба энергохозяйства\"", @@ -595725,7 +442909,6 @@ }, { "question": "Курскэнерго", - "icon": "./assets/data/nsi/logos/54f35b-258459.undefined", "osmTags": { "and": [ "operator=Курскэнерго", @@ -595735,7 +442918,6 @@ }, { "question": "Левашинсие РЭС", - "icon": "./assets/data/nsi/logos/ad4392-258459.undefined", "osmTags": { "and": [ "operator=Левашинсие РЭС", @@ -595745,7 +442927,6 @@ }, { "question": "Ленэнерго", - "icon": "./assets/data/nsi/logos/e6193d-258459.undefined", "osmTags": { "and": [ "operator=Ленэнерго", @@ -595755,7 +442936,6 @@ }, { "question": "Липецкэнерго", - "icon": "./assets/data/nsi/logos/1bab13-258459.undefined", "osmTags": { "and": [ "operator=Липецкэнерго", @@ -595781,7 +442961,6 @@ }, { "question": "Луганське енергетичне обʼєднання", - "icon": "./assets/data/nsi/logos/c3876b-01f0e3.undefined", "osmTags": { "and": [ "operator=Луганське енергетичне обʼєднання", @@ -595808,7 +442987,6 @@ }, { "question": "Макси", - "icon": "./assets/data/nsi/logos/056d11-258459.undefined", "osmTags": { "and": [ "operator=Макси", @@ -595818,7 +442996,6 @@ }, { "question": "Миколаївобленерго", - "icon": "./assets/data/nsi/logos/6a548f-01f0e3.undefined", "osmTags": { "and": [ "operator=Миколаївобленерго", @@ -595828,7 +443005,6 @@ }, { "question": "Минские кабельные сети", - "icon": "./assets/data/nsi/logos/c1c7e0-4e3767.undefined", "osmTags": { "and": [ "operator=Минские кабельные сети", @@ -595838,7 +443014,6 @@ }, { "question": "МКП МТК \"Воронежпассажиртранс\"", - "icon": "./assets/data/nsi/logos/759720-258459.undefined", "osmTags": { "and": [ "operator=МКП МТК \"Воронежпассажиртранс\"", @@ -595848,7 +443023,6 @@ }, { "question": "Могилёвэнерго", - "icon": "./assets/data/nsi/logos/ac8d18-4e3767.undefined", "osmTags": { "and": [ "operator=Могилёвэнерго", @@ -595858,7 +443032,6 @@ }, { "question": "Московско-Рязанское отделение", - "icon": "./assets/data/nsi/logos/715db6-258459.undefined", "osmTags": { "and": [ "operator=Московско-Рязанское отделение", @@ -595868,7 +443041,6 @@ }, { "question": "МОЭК", - "icon": "./assets/data/nsi/logos/738c38-258459.undefined", "osmTags": { "and": [ "operator=МОЭК", @@ -595878,7 +443050,6 @@ }, { "question": "МОЭСК", - "icon": "./assets/data/nsi/logos/8e35df-258459.undefined", "osmTags": { "and": [ "operator=МОЭСК", @@ -595888,7 +443059,6 @@ }, { "question": "МП «Инженерные сети»", - "icon": "./assets/data/nsi/logos/25b7da-258459.undefined", "osmTags": { "and": [ "operator=МП «Инженерные сети»", @@ -595898,7 +443068,6 @@ }, { "question": "МРСК Урала - Пермэнерго", - "icon": "./assets/data/nsi/logos/59bd60-258459.undefined", "osmTags": { "and": [ "operator=МРСК Урала - Пермэнерго", @@ -595908,7 +443077,6 @@ }, { "question": "МРСК Центра", - "icon": "./assets/data/nsi/logos/86e0e8-258459.undefined", "osmTags": { "and": [ "operator=МРСК Центра", @@ -595918,7 +443086,6 @@ }, { "question": "МРСК Центра и Приволжья", - "icon": "./assets/data/nsi/logos/4d72e8-258459.undefined", "osmTags": { "and": [ "operator=МРСК Центра и Приволжья", @@ -595928,7 +443095,6 @@ }, { "question": "МРСК-1", - "icon": "./assets/data/nsi/logos/06d162-258459.undefined", "osmTags": { "and": [ "operator=МРСК-1", @@ -595938,7 +443104,6 @@ }, { "question": "МУП \"Воронежская горэлектросеть\"", - "icon": "./assets/data/nsi/logos/0d91bc-258459.undefined", "osmTags": { "and": [ "operator=МУП \"Воронежская горэлектросеть\"", @@ -595948,7 +443113,6 @@ }, { "question": "МУП \"НЭСК\"", - "icon": "./assets/data/nsi/logos/1cd58b-258459.undefined", "osmTags": { "and": [ "operator=МУП \"НЭСК\"", @@ -595958,7 +443122,6 @@ }, { "question": "МУП \"Электросервис\"", - "icon": "./assets/data/nsi/logos/ec75dd-258459.undefined", "osmTags": { "and": [ "operator=МУП \"Электросервис\"", @@ -595968,7 +443131,6 @@ }, { "question": "МУП УльГЭС", - "icon": "./assets/data/nsi/logos/faf577-258459.undefined", "osmTags": { "and": [ "operator=МУП УльГЭС", @@ -595978,7 +443140,6 @@ }, { "question": "Набережночелнинские электрические сети", - "icon": "./assets/data/nsi/logos/ef9589-258459.undefined", "osmTags": { "and": [ "operator=Набережночелнинские электрические сети", @@ -595988,7 +443149,6 @@ }, { "question": "НЕК", - "icon": "./assets/data/nsi/logos/d2499e-82b16b.undefined", "osmTags": { "and": [ "operator=НЕК", @@ -596013,7 +443173,6 @@ }, { "question": "НЧЭС", - "icon": "./assets/data/nsi/logos/ee5b30-258459.undefined", "osmTags": { "and": [ "operator=НЧЭС", @@ -596023,7 +443182,6 @@ }, { "question": "ОАО \"ДРСК\"", - "icon": "./assets/data/nsi/logos/b3f527-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"ДРСК\"", @@ -596033,7 +443191,6 @@ }, { "question": "ОАО \"Ивэнерго\"", - "icon": "./assets/data/nsi/logos/e0767f-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"Ивэнерго\"", @@ -596043,7 +443200,6 @@ }, { "question": "ОАО \"Иркутская электросетевая компания\"", - "icon": "./assets/data/nsi/logos/f618c9-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"Иркутская электросетевая компания\"", @@ -596053,7 +443209,6 @@ }, { "question": "ОАО \"Калугаэнерго\"", - "icon": "./assets/data/nsi/logos/015423-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"Калугаэнерго\"", @@ -596063,7 +443218,6 @@ }, { "question": "ОАО \"КЭСК\"", - "icon": "./assets/data/nsi/logos/581d7e-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"КЭСК\"", @@ -596073,7 +443227,6 @@ }, { "question": "ОАО \"МОЭСК\"", - "icon": "./assets/data/nsi/logos/f37282-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"МОЭСК\"", @@ -596083,7 +443236,6 @@ }, { "question": "ОАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/904e6b-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК Центра\"", @@ -596093,7 +443245,6 @@ }, { "question": "ОАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6822f3-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"МРСК ЮГА\"", @@ -596103,7 +443254,6 @@ }, { "question": "ОАО \"Пермэнерго\"", - "icon": "./assets/data/nsi/logos/671b35-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"Пермэнерго\"", @@ -596113,7 +443263,6 @@ }, { "question": "ОАО \"РЖД\"", - "icon": "./assets/data/nsi/logos/5ea107-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"РЖД\"", @@ -596123,7 +443272,6 @@ }, { "question": "ОАО \"Тюменьэнерго\" ПАО \"Россети\"", - "icon": "./assets/data/nsi/logos/d6b97f-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"Тюменьэнерго\" ПАО \"Россети\"", @@ -596133,7 +443281,6 @@ }, { "question": "ОАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/a80300-258459.undefined", "osmTags": { "and": [ "operator=ОАО \"ФСК ЕЭС\"", @@ -596143,7 +443290,6 @@ }, { "question": "ОАО «МРСК Волги»", - "icon": "./assets/data/nsi/logos/c46792-258459.undefined", "osmTags": { "and": [ "operator=ОАО «МРСК Волги»", @@ -596153,7 +443299,6 @@ }, { "question": "ОАО «РусГидро»", - "icon": "./assets/data/nsi/logos/ef0fa4-258459.undefined", "osmTags": { "and": [ "operator=ОАО «РусГидро»", @@ -596163,7 +443308,6 @@ }, { "question": "Объединенная энергетическая компания", - "icon": "./assets/data/nsi/logos/a76e6a-258459.undefined", "osmTags": { "and": [ "operator=Объединенная энергетическая компания", @@ -596173,7 +443317,6 @@ }, { "question": "Одесаобленерго", - "icon": "./assets/data/nsi/logos/7dd737-01f0e3.undefined", "osmTags": { "and": [ "operator=Одесаобленерго", @@ -596183,7 +443326,6 @@ }, { "question": "ОКЭ", - "icon": "./assets/data/nsi/logos/32fefa-258459.undefined", "osmTags": { "and": [ "operator=ОКЭ", @@ -596193,7 +443335,6 @@ }, { "question": "ООО 'Мосэнергосбыт – Жуковский'", - "icon": "./assets/data/nsi/logos/f2ea4d-258459.undefined", "osmTags": { "and": [ "operator=ООО 'Мосэнергосбыт – Жуковский'", @@ -596203,7 +443344,6 @@ }, { "question": "ООО \"АСЭП\"", - "icon": "./assets/data/nsi/logos/fcb8cf-258459.undefined", "osmTags": { "and": [ "operator=ООО \"АСЭП\"", @@ -596213,7 +443353,6 @@ }, { "question": "ООО \"Востокнефтепровод\"", - "icon": "./assets/data/nsi/logos/23025a-258459.undefined", "osmTags": { "and": [ "operator=ООО \"Востокнефтепровод\"", @@ -596223,7 +443362,6 @@ }, { "question": "ООО \"НПЭК\"", - "icon": "./assets/data/nsi/logos/de5c0d-258459.undefined", "osmTags": { "and": [ "operator=ООО \"НПЭК\"", @@ -596233,7 +443371,6 @@ }, { "question": "ООО «Волгоэлектросеть»", - "icon": "./assets/data/nsi/logos/c7d843-258459.undefined", "osmTags": { "and": [ "operator=ООО «Волгоэлектросеть»", @@ -596243,7 +443380,6 @@ }, { "question": "ООО «Заводские сети»", - "icon": "./assets/data/nsi/logos/d64417-258459.undefined", "osmTags": { "and": [ "operator=ООО «Заводские сети»", @@ -596253,7 +443389,6 @@ }, { "question": "ООО «Зефс-Энерго»", - "icon": "./assets/data/nsi/logos/5a5566-258459.undefined", "osmTags": { "and": [ "operator=ООО «Зефс-Энерго»", @@ -596263,7 +443398,6 @@ }, { "question": "ООО «Электросети»", - "icon": "./assets/data/nsi/logos/eb6366-258459.undefined", "osmTags": { "and": [ "operator=ООО «Электросети»", @@ -596273,7 +443407,6 @@ }, { "question": "ООО «Энергосети»", - "icon": "./assets/data/nsi/logos/6330e4-258459.undefined", "osmTags": { "and": [ "operator=ООО «Энергосети»", @@ -596283,7 +443416,6 @@ }, { "question": "Орёлэнерго", - "icon": "./assets/data/nsi/logos/387c6f-258459.undefined", "osmTags": { "and": [ "operator=Орёлэнерго", @@ -596293,7 +443425,6 @@ }, { "question": "Оренбургэнерго, Восточные электрические сети", - "icon": "./assets/data/nsi/logos/19fafa-258459.undefined", "osmTags": { "and": [ "operator=Оренбургэнерго, Восточные электрические сети", @@ -596303,7 +443434,6 @@ }, { "question": "ОЭЗ ППТ Алабуга", - "icon": "./assets/data/nsi/logos/3d674b-258459.undefined", "osmTags": { "and": [ "operator=ОЭЗ ППТ Алабуга", @@ -596313,7 +443443,6 @@ }, { "question": "ОЭК", - "icon": "./assets/data/nsi/logos/f1ee6a-258459.undefined", "osmTags": { "and": [ "operator=ОЭК", @@ -596323,7 +443452,6 @@ }, { "question": "ПАО \"КАМЧАТСКЭНЕРГО\"", - "icon": "./assets/data/nsi/logos/905a61-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"КАМЧАТСКЭНЕРГО\"", @@ -596333,7 +443461,6 @@ }, { "question": "ПАО \"Ленэнерго\"", - "icon": "./assets/data/nsi/logos/7771ec-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"Ленэнерго\"", @@ -596343,7 +443470,6 @@ }, { "question": "ПАО \"МРСК Волги\" - Самарские РС", - "icon": "./assets/data/nsi/logos/464ab6-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Волги\" - Самарские РС", @@ -596353,7 +443479,6 @@ }, { "question": "ПАО \"МРСК Северного Кавказа\"", - "icon": "./assets/data/nsi/logos/c7bf83-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Северного Кавказа\"", @@ -596363,7 +443488,6 @@ }, { "question": "ПАО \"МРСК Северо-Запада\"", - "icon": "./assets/data/nsi/logos/5b91d1-258459.undefined", "osmTags": { "and": [ "power=transformer", @@ -596378,7 +443502,6 @@ }, { "question": "ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", - "icon": "./assets/data/nsi/logos/6e8a25-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Сибири\" - \"Красноярскэнерго\"", @@ -596388,7 +443511,6 @@ }, { "question": "ПАО \"МРСК Центра\"", - "icon": "./assets/data/nsi/logos/ec167f-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК Центра\"", @@ -596398,7 +443520,6 @@ }, { "question": "ПАО \"МРСК ЮГА\"", - "icon": "./assets/data/nsi/logos/6e0b52-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"МРСК ЮГА\"", @@ -596408,7 +443529,6 @@ }, { "question": "ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", - "icon": "./assets/data/nsi/logos/80a090-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"Россети Волга\"/Филиал \"Саратовские распределительные сети\"", @@ -596418,7 +443538,6 @@ }, { "question": "ПАО \"Россети\"", - "icon": "./assets/data/nsi/logos/3ff2a0-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"Россети\"", @@ -596428,7 +443547,6 @@ }, { "question": "ПАО \"ФСК ЕЭС\"", - "icon": "./assets/data/nsi/logos/3783e2-258459.undefined", "osmTags": { "and": [ "operator=ПАО \"ФСК ЕЭС\"", @@ -596438,7 +443556,6 @@ }, { "question": "ПАО «МОЭСК»", - "icon": "./assets/data/nsi/logos/6ef0d7-258459.undefined", "osmTags": { "and": [ "operator=ПАО «МОЭСК»", @@ -596448,7 +443565,6 @@ }, { "question": "ПАО «МРСК Волги»", - "icon": "./assets/data/nsi/logos/2dbdf2-258459.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Волги»", @@ -596458,7 +443574,6 @@ }, { "question": "ПАО «МРСК Сибири»", - "icon": "./assets/data/nsi/logos/471e51-258459.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Сибири»", @@ -596468,7 +443583,6 @@ }, { "question": "ПАО «МРСК Центра и Приволжья»", - "icon": "./assets/data/nsi/logos/458c19-258459.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Центра и Приволжья»", @@ -596478,7 +443592,6 @@ }, { "question": "ПАО «Россети Волга»", - "icon": "./assets/data/nsi/logos/edfd51-258459.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Волга»", @@ -596488,7 +443601,6 @@ }, { "question": "ПАО «Россети Кубань»", - "icon": "./assets/data/nsi/logos/3b4dee-258459.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Кубань»", @@ -596498,7 +443610,6 @@ }, { "question": "ПАО «Россети Центр и Приволжье»", - "icon": "./assets/data/nsi/logos/d3b505-258459.undefined", "osmTags": { "and": [ "operator=ПАО «Россети Центр и Приволжье»", @@ -596508,7 +443619,6 @@ }, { "question": "ПАО РЖД", - "icon": "./assets/data/nsi/logos/418917-258459.undefined", "osmTags": { "and": [ "operator=ПАО РЖД", @@ -596518,7 +443628,6 @@ }, { "question": "ПАО СУЭНКО", - "icon": "./assets/data/nsi/logos/11be48-258459.undefined", "osmTags": { "and": [ "operator=ПАО СУЭНКО", @@ -596528,7 +443637,6 @@ }, { "question": "ПАТ \"Сумиобленерго\"", - "icon": "./assets/data/nsi/logos/fc0a7b-01f0e3.undefined", "osmTags": { "and": [ "operator=ПАТ \"Сумиобленерго\"", @@ -596538,7 +443646,6 @@ }, { "question": "Пинский г/РЭС", - "icon": "./assets/data/nsi/logos/992930-4e3767.undefined", "osmTags": { "and": [ "operator=Пинский г/РЭС", @@ -596548,7 +443655,6 @@ }, { "question": "Пинский ГорРЭС", - "icon": "./assets/data/nsi/logos/254605-4e3767.undefined", "osmTags": { "and": [ "operator=Пинский ГорРЭС", @@ -596558,7 +443664,6 @@ }, { "question": "Пинский с/РЭС", - "icon": "./assets/data/nsi/logos/f86bc9-4e3767.undefined", "osmTags": { "and": [ "operator=Пинский с/РЭС", @@ -596568,7 +443673,6 @@ }, { "question": "Пинский сельский район электрических сетей", - "icon": "./assets/data/nsi/logos/c713dd-4e3767.undefined", "osmTags": { "and": [ "operator=Пинский сельский район электрических сетей", @@ -596578,7 +443682,6 @@ }, { "question": "ПО \"Калужские электрические сети\"", - "icon": "./assets/data/nsi/logos/43cf85-258459.undefined", "osmTags": { "and": [ "operator=ПО \"Калужские электрические сети\"", @@ -596588,7 +443691,6 @@ }, { "question": "ПО \"Кировские электрические сети\"", - "icon": "./assets/data/nsi/logos/dee5a1-258459.undefined", "osmTags": { "and": [ "operator=ПО \"Кировские электрические сети\"", @@ -596598,7 +443700,6 @@ }, { "question": "ПО \"Кировские электросети\"", - "icon": "./assets/data/nsi/logos/c9b087-258459.undefined", "osmTags": { "and": [ "operator=ПО \"Кировские электросети\"", @@ -596608,7 +443709,6 @@ }, { "question": "ПО \"Обнинские электрические сети\"", - "icon": "./assets/data/nsi/logos/5f68df-258459.undefined", "osmTags": { "and": [ "operator=ПО \"Обнинские электрические сети\"", @@ -596618,7 +443718,6 @@ }, { "question": "ПО \"Сасовские электрические сети\"", - "icon": "./assets/data/nsi/logos/fc6b1d-258459.undefined", "osmTags": { "and": [ "operator=ПО \"Сасовские электрические сети\"", @@ -596662,7 +443761,6 @@ }, { "question": "Производственное отделение \"Воркутинские электрические сети\"", - "icon": "./assets/data/nsi/logos/40cf3b-258459.undefined", "osmTags": { "and": [ "operator=Производственное отделение \"Воркутинские электрические сети\"", @@ -596672,7 +443770,6 @@ }, { "question": "Промтехэнерго", - "icon": "./assets/data/nsi/logos/f25d09-258459.undefined", "osmTags": { "and": [ "operator=Промтехэнерго", @@ -596682,7 +443779,6 @@ }, { "question": "Регіональні електричні мережі", - "icon": "./assets/data/nsi/logos/388547-01f0e3.undefined", "osmTags": { "and": [ "power=transformer", @@ -596697,7 +443793,6 @@ }, { "question": "РЖД - Свердловская ЖД", - "icon": "./assets/data/nsi/logos/c51d28-258459.undefined", "osmTags": { "and": [ "operator=РЖД - Свердловская ЖД", @@ -596707,7 +443802,6 @@ }, { "question": "Рівнеобленерго", - "icon": "./assets/data/nsi/logos/rivneoblenergo-01f0e3.undefined", "osmTags": { "and": [ "power=transformer", @@ -596741,7 +443835,6 @@ }, { "question": "Россети Ленэнерго", - "icon": "./assets/data/nsi/logos/f46a1f-258459.undefined", "osmTags": { "and": [ "operator=Россети Ленэнерго", @@ -596751,7 +443844,6 @@ }, { "question": "Россети Тюмень", - "icon": "./assets/data/nsi/logos/0f6078-258459.undefined", "osmTags": { "and": [ "operator=Россети Тюмень", @@ -596761,7 +443853,6 @@ }, { "question": "Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", - "icon": "./assets/data/nsi/logos/2b4f93-258459.undefined", "osmTags": { "and": [ "operator=Россети, филиал ПАО \"МРСК Сибири\" - \"Хакасэнерго\", Усть-Абаканский РЭС", @@ -596789,7 +443880,6 @@ }, { "question": "Рязаньэнерго", - "icon": "./assets/data/nsi/logos/0eb03f-258459.undefined", "osmTags": { "and": [ "operator=Рязаньэнерго", @@ -596816,7 +443906,6 @@ }, { "question": "Свердловская дирекция инфраструктуры АО «РЖД»", - "icon": "./assets/data/nsi/logos/95d511-258459.undefined", "osmTags": { "and": [ "operator=Свердловская дирекция инфраструктуры АО «РЖД»", @@ -596826,7 +443915,6 @@ }, { "question": "Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", - "icon": "./assets/data/nsi/logos/cef8cc-258459.undefined", "osmTags": { "and": [ "operator=Свердловская дирекция по энергообеспечению Трансэнерго АО «РЖД»", @@ -596836,7 +443924,6 @@ }, { "question": "Свердловская железная дорога - филиал ОАО «РЖД»", - "icon": "./assets/data/nsi/logos/f9fd92-258459.undefined", "osmTags": { "and": [ "operator=Свердловская железная дорога - филиал ОАО «РЖД»", @@ -596846,7 +443933,6 @@ }, { "question": "Севастопольэнерго", - "icon": "./assets/data/nsi/logos/349c62-f75a3a.undefined", "osmTags": { "and": [ "operator=Севастопольэнерго", @@ -596856,7 +443942,6 @@ }, { "question": "Сормовский РЭС", - "icon": "./assets/data/nsi/logos/b5355a-258459.undefined", "osmTags": { "and": [ "operator=Сормовский РЭС", @@ -596866,7 +443951,6 @@ }, { "question": "Ставропольэнерго", - "icon": "./assets/data/nsi/logos/e89e2a-258459.undefined", "osmTags": { "and": [ "operator=Ставропольэнерго", @@ -596891,7 +443975,6 @@ }, { "question": "Тернопільобленерго", - "icon": "./assets/data/nsi/logos/ternopiloblenergo-01f0e3.undefined", "osmTags": { "and": [ "power=transformer", @@ -596944,7 +444027,6 @@ }, { "question": "УЭВ СО РАН", - "icon": "./assets/data/nsi/logos/289fb6-258459.undefined", "osmTags": { "and": [ "operator=УЭВ СО РАН", @@ -596954,7 +444036,6 @@ }, { "question": "Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", - "icon": "./assets/data/nsi/logos/6bca9c-258459.undefined", "osmTags": { "and": [ "operator=Филиал \"Распределительные сети\" ПАО \"Сахалинэнерго\"", @@ -596964,7 +444045,6 @@ }, { "question": "Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", - "icon": "./assets/data/nsi/logos/a04cc1-258459.undefined", "osmTags": { "and": [ "operator=Филиал «Россети Северный Кавказ» - «Ставропольэнерго»", @@ -596974,7 +444054,6 @@ }, { "question": "Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", - "icon": "./assets/data/nsi/logos/6fce2c-258459.undefined", "osmTags": { "and": [ "operator=Филиал ОАО \"ИЭСК\" \"Южные электрические сети\"", @@ -596984,7 +444063,6 @@ }, { "question": "Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", - "icon": "./assets/data/nsi/logos/edfaac-258459.undefined", "osmTags": { "and": [ "operator=Филиал ОАО \"МРСК Центра\" - \"Ярэнерго\"", @@ -596994,7 +444072,6 @@ }, { "question": "Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", - "icon": "./assets/data/nsi/logos/95bc7d-258459.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Волги\" - \"Оренбургэнерго\"", @@ -597004,7 +444081,6 @@ }, { "question": "Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/7977c5-258459.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"МРСК Сибири\" -\"Омскэнерго\"", @@ -597014,7 +444090,6 @@ }, { "question": "филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", - "icon": "./assets/data/nsi/logos/229251-258459.undefined", "osmTags": { "and": [ "operator=филиал ПАО \"МРСК Юга\" - \"Ростовэнерго\"", @@ -597024,7 +444099,6 @@ }, { "question": "Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", - "icon": "./assets/data/nsi/logos/d084cf-258459.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Волга\" - \"Саратовские РС\"", @@ -597034,7 +444108,6 @@ }, { "question": "Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", - "icon": "./assets/data/nsi/logos/ebdcd3-258459.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Сибирь\" -\"Омскэнерго\"", @@ -597044,7 +444117,6 @@ }, { "question": "Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", - "icon": "./assets/data/nsi/logos/9db934-258459.undefined", "osmTags": { "and": [ "operator=Филиал ПАО \"Россети Юг\" - \"Волгоградэнерго\"", @@ -597054,7 +444126,6 @@ }, { "question": "ФСК ЕЭС", - "icon": "./assets/data/nsi/logos/fgcues-258459.undefined", "osmTags": { "and": [ "power=transformer", @@ -597088,7 +444159,6 @@ }, { "question": "Херсонобленерго", - "icon": "./assets/data/nsi/logos/khersonoblenergo-01f0e3.undefined", "osmTags": { "and": [ "power=transformer", @@ -597122,7 +444192,6 @@ }, { "question": "Центральна енергетична компанія", - "icon": "./assets/data/nsi/logos/a726ee-01f0e3.undefined", "osmTags": { "and": [ "operator=Центральна енергетична компанія", @@ -597147,7 +444216,6 @@ }, { "question": "Чернівціобленерго", - "icon": "./assets/data/nsi/logos/122056-01f0e3.undefined", "osmTags": { "and": [ "operator=Чернівціобленерго", @@ -597157,7 +444225,6 @@ }, { "question": "Чернігівобленерго", - "icon": "./assets/data/nsi/logos/chernihivoblenergo-01f0e3.undefined", "osmTags": { "and": [ "power=transformer", @@ -597174,7 +444241,6 @@ }, { "question": "الشركة التونسية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/763bc8-950c39.undefined", "osmTags": { "and": [ "operator=الشركة التونسية للكهرباء والغاز", @@ -597184,7 +444250,6 @@ }, { "question": "الشركة الوطنية للكهرباء والغاز", - "icon": "./assets/data/nsi/logos/f763df-e89c7a.undefined", "osmTags": { "and": [ "operator=الشركة الوطنية للكهرباء والغاز", @@ -597247,7 +444312,6 @@ }, { "question": "中国南方电网", - "icon": "./assets/data/nsi/logos/876762-cfbfe1.undefined", "osmTags": { "and": [ "operator=中国南方电网", @@ -597257,7 +444321,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/chugokuelectricpowertransmissionanddistributioncompany-2c1653.undefined", "osmTags": { "and": [ "power=transformer", @@ -597350,7 +444413,6 @@ }, { "question": "北陸電力送配電", - "icon": "./assets/data/nsi/logos/hokurikuelectricpowertransmissionanddistributioncompany-2c1653.undefined", "osmTags": { "and": [ "power=transformer", @@ -597367,7 +444429,6 @@ }, { "question": "南方电网", - "icon": "./assets/data/nsi/logos/c6d1c4-cfbfe1.undefined", "osmTags": { "and": [ "operator=南方电网", @@ -597394,7 +444455,6 @@ }, { "question": "四国電力送配電", - "icon": "./assets/data/nsi/logos/shikokuelectricpowertransmissionanddistributioncompany-2c1653.undefined", "osmTags": { "and": [ "power=transformer", @@ -597411,7 +444471,6 @@ }, { "question": "国家电网", - "icon": "./assets/data/nsi/logos/stategridcorporationofchina-cfbfe1.undefined", "osmTags": { "and": [ "power=transformer", @@ -597428,7 +444487,6 @@ }, { "question": "国网江苏省电力有限公司常州供电分公司", - "icon": "./assets/data/nsi/logos/112c1d-cfbfe1.undefined", "osmTags": { "and": [ "operator=国网江苏省电力有限公司常州供电分公司", @@ -597438,7 +444496,6 @@ }, { "question": "國立臺灣大學", - "icon": "./assets/data/nsi/logos/075aea-7d07c2.undefined", "osmTags": { "and": [ "operator=國立臺灣大學", @@ -597448,7 +444505,6 @@ }, { "question": "广东电网茂名供电局", - "icon": "./assets/data/nsi/logos/3f219a-cfbfe1.undefined", "osmTags": { "and": [ "operator=广东电网茂名供电局", @@ -597475,7 +444531,6 @@ }, { "question": "東北電力ネットワーク", - "icon": "./assets/data/nsi/logos/tohokuelectricpowernetworkcompany-2c1653.undefined", "osmTags": { "and": [ "power=transformer", @@ -597554,7 +444609,6 @@ }, { "question": "臺北大眾捷運股份有限公司", - "icon": "./assets/data/nsi/logos/6562b9-7d07c2.undefined", "osmTags": { "and": [ "operator=臺北大眾捷運股份有限公司", @@ -597564,7 +444618,6 @@ }, { "question": "西日本旅客鉄道", - "icon": "./assets/data/nsi/logos/d0f384-2c1653.undefined", "osmTags": { "and": [ "operator=西日本旅客鉄道", @@ -597574,7 +444627,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/kansaitransmissionanddistributioninc-2c1653.undefined", "osmTags": { "and": [ "power=transformer", @@ -597706,7 +444758,6 @@ }, { "question": "Avacon Netz", - "icon": "./assets/data/nsi/logos/avaconnetz-9d7364.undefined", "osmTags": { "and": [ "route=power", @@ -597721,7 +444772,6 @@ }, { "question": "Bayernwerk Netz", - "icon": "./assets/data/nsi/logos/bayernwerknetz-416a05.undefined", "osmTags": { "and": [ "route=power", @@ -597766,7 +444816,6 @@ }, { "question": "ČEZ Distribuce", - "icon": "./assets/data/nsi/logos/cezdistribuce-e79b22.undefined", "osmTags": { "and": [ "route=power", @@ -597962,7 +445011,6 @@ }, { "question": "Eletronorte", - "icon": "./assets/data/nsi/logos/eletronorte-82c27b.undefined", "osmTags": { "and": [ "route=power", @@ -597992,7 +445040,6 @@ }, { "question": "enercity Netz", - "icon": "./assets/data/nsi/logos/enercitynetz-0b37b7.undefined", "osmTags": { "and": [ "route=power", @@ -598037,7 +445084,6 @@ }, { "question": "ENERVIE Vernetzt", - "icon": "./assets/data/nsi/logos/enervievernetzt-991c6b.undefined", "osmTags": { "and": [ "route=power", @@ -598265,7 +445311,6 @@ }, { "question": "Minera Escondida", - "icon": "./assets/data/nsi/logos/mineraescondida-8df055.undefined", "osmTags": { "and": [ "route=power", @@ -598280,7 +445325,6 @@ }, { "question": "Missouri Power & Light Company", - "icon": "./assets/data/nsi/logos/missouripowerandlightcompany-509afe.undefined", "osmTags": { "and": [ "operator=Missouri Power & Light Company", @@ -598290,7 +445334,6 @@ }, { "question": "Mitnetz Strom", - "icon": "./assets/data/nsi/logos/mitnetzstrom-a74091.undefined", "osmTags": { "and": [ "route=power", @@ -598351,7 +445394,6 @@ }, { "question": "Netze Magdeburg GmbH", - "icon": "./assets/data/nsi/logos/netzemagdeburggmbh-a11b0d.undefined", "osmTags": { "and": [ "route=power", @@ -598442,7 +445484,6 @@ }, { "question": "réséda", - "icon": "./assets/data/nsi/logos/reseda-0421f7.undefined", "osmTags": { "and": [ "route=power", @@ -598517,7 +445558,6 @@ }, { "question": "Scottish Hydro Electric Transmission", - "icon": "./assets/data/nsi/logos/scottishhydroelectrictransmission-104543.undefined", "osmTags": { "and": [ "operator=Scottish Hydro Electric Transmission", @@ -598603,7 +445643,6 @@ }, { "question": "Syna", - "icon": "./assets/data/nsi/logos/syna-e85e78.undefined", "osmTags": { "and": [ "route=power", @@ -598663,7 +445702,6 @@ }, { "question": "Thüringer Energienetze", - "icon": "./assets/data/nsi/logos/thuringerenergienetze-1b2683.undefined", "osmTags": { "and": [ "route=power", @@ -598679,7 +445717,6 @@ }, { "question": "Transelec", - "icon": "./assets/data/nsi/logos/transelec-8df055.undefined", "osmTags": { "and": [ "route=power", @@ -598740,7 +445777,6 @@ }, { "question": "wesernetz Bremen", - "icon": "./assets/data/nsi/logos/wesernetzbremen-bad759.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremen", @@ -598750,7 +445786,6 @@ }, { "question": "wesernetz Bremerhaven", - "icon": "./assets/data/nsi/logos/wesernetzbremerhaven-2b7662.undefined", "osmTags": { "and": [ "operator=Wesernetz Bremerhaven", @@ -598760,7 +445795,6 @@ }, { "question": "Westfalen Weser Netz", - "icon": "./assets/data/nsi/logos/westfalenwesernetz-3bc9f4.undefined", "osmTags": { "and": [ "route=power", @@ -598791,7 +445825,6 @@ }, { "question": "ПАО «МРСК Центра» ─ «Воронежэнерго»", - "icon": "./assets/data/nsi/logos/010d79-4e6bb8.undefined", "osmTags": { "and": [ "operator=ПАО «МРСК Центра» ─ «Воронежэнерго»", @@ -598801,7 +445834,6 @@ }, { "question": "中国電力ネットワーク", - "icon": "./assets/data/nsi/logos/8a23d1-15f210.undefined", "osmTags": { "and": [ "route=power", @@ -598833,7 +445865,6 @@ }, { "question": "関西電力送配電", - "icon": "./assets/data/nsi/logos/23a68b-15f210.undefined", "osmTags": { "and": [ "operator=関西電力送配電", @@ -599010,7 +446041,6 @@ }, { "question": "Conrail", - "icon": "./assets/data/nsi/logos/conrail-bfb76c.undefined", "osmTags": { "and": [ "route=railway", @@ -599076,7 +446106,6 @@ }, { "question": "GIO Rail", - "icon": "./assets/data/nsi/logos/giorail-a83027.undefined", "osmTags": { "and": [ "operator=GIO Rail", @@ -599118,7 +446147,6 @@ }, { "question": "HŽ Infrastruktura", - "icon": "./assets/data/nsi/logos/hzinfrastruktura-10a7ce.undefined", "osmTags": { "and": [ "route=railway", @@ -599374,7 +446402,6 @@ }, { "question": "Ontario Southland Railway", - "icon": "./assets/data/nsi/logos/ontariosouthlandrailway-b3dcbb.undefined", "osmTags": { "and": [ "route=railway", @@ -599464,7 +446491,6 @@ }, { "question": "San Joaquin Valley Railroad", - "icon": "./assets/data/nsi/logos/sanjoaquinvalleyrailroad-86f3a2.undefined", "osmTags": { "and": [ "route=railway", @@ -599494,7 +446520,6 @@ }, { "question": "SNCC", - "icon": "./assets/data/nsi/logos/sncc-398c7e.undefined", "osmTags": { "and": [ "route=railway", @@ -599554,7 +446579,6 @@ }, { "question": "Tanzania Railways Corporation", - "icon": "./assets/data/nsi/logos/tanzaniarailwayscorporation-cd2cd6.undefined", "osmTags": { "and": [ "route=railway", @@ -599600,7 +446624,6 @@ }, { "question": "Uganda Railways Corporation", - "icon": "./assets/data/nsi/logos/ugandarailwayscorporation-6608d2.undefined", "osmTags": { "and": [ "route=railway", @@ -599761,7 +446784,6 @@ }, { "question": "中国铁路哈尔滨局集团有限公司", - "icon": "./assets/data/nsi/logos/chinarailwayharbingroup-b63757.undefined", "osmTags": { "and": [ "route=railway", @@ -599798,7 +446820,6 @@ }, { "question": "國營臺灣鐵路股份有限公司", - "icon": "./assets/data/nsi/logos/48bbdc-140976.undefined", "osmTags": { "and": [ "operator=國營臺灣鐵路股份有限公司", @@ -599808,7 +446829,6 @@ }, { "question": "臺灣鐵路公司", - "icon": "./assets/data/nsi/logos/taiwanrailwaycorporation-140976.undefined", "osmTags": { "and": [ "route=railway", @@ -599873,7 +446893,6 @@ }, { "question": "CFR Infrastructură", - "icon": "./assets/data/nsi/logos/cfrinfrastructura-210c26.undefined", "osmTags": { "and": [ "operator=CFR Infrastructură", @@ -599914,7 +446933,6 @@ }, { "question": "HŽ Infrastruktura", - "icon": "./assets/data/nsi/logos/hzinfrastruktura-94f0fc.undefined", "osmTags": { "and": [ "route=tracks", @@ -599944,7 +446962,6 @@ }, { "question": "ÖBB-Infrastruktur AG", - "icon": "./assets/data/nsi/logos/obbinfrastrukturag-d59ffa.undefined", "osmTags": { "and": [ "route=tracks", @@ -600104,7 +447121,6 @@ }, { "question": "Easterseals Goodwill North Dakota", - "icon": "./assets/data/nsi/logos/eastersealsgoodwillnorthdakota-1d10cf.undefined", "osmTags": { "and": [ "shop=charity", @@ -600392,7 +447408,6 @@ }, { "question": "Goodwill Industries of Ashtabula", - "icon": "./assets/data/nsi/logos/goodwillindustriesofashtabula-cc721c.undefined", "osmTags": { "and": [ "shop=charity", @@ -600410,7 +447425,6 @@ }, { "question": "Goodwill Industries of Central Alabama", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralalabama-a00d18.undefined", "osmTags": { "and": [ "shop=charity", @@ -600464,7 +447478,6 @@ }, { "question": "Goodwill Industries of Central Florida", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralflorida-4a845a.undefined", "osmTags": { "and": [ "shop=charity", @@ -600500,7 +447513,6 @@ }, { "question": "Goodwill Industries of Central Michigan's Heartland", - "icon": "./assets/data/nsi/logos/goodwillindustriesofcentralmichigansheartland-db4f48.undefined", "osmTags": { "and": [ "shop=charity", @@ -600554,7 +447566,6 @@ }, { "question": "Goodwill Industries of Dallas", - "icon": "./assets/data/nsi/logos/goodwillindustriesofdallas-1f3843.undefined", "osmTags": { "and": [ "shop=charity", @@ -600572,7 +447583,6 @@ }, { "question": "Goodwill Industries of Delaware and Delaware County", - "icon": "./assets/data/nsi/logos/goodwillindustriesofdelawareanddelawarecounty-3c58d1.undefined", "osmTags": { "and": [ "shop=charity", @@ -601004,7 +448014,6 @@ }, { "question": "Goodwill Industries of Northeast Indiana", - "icon": "./assets/data/nsi/logos/goodwillindustriesofnortheastindiana-fa4f39.undefined", "osmTags": { "and": [ "shop=charity", @@ -601112,7 +448121,6 @@ }, { "question": "Goodwill Industries of Northwest Ohio", - "icon": "./assets/data/nsi/logos/goodwillindustriesofnorthwestohio-7d1450.undefined", "osmTags": { "and": [ "shop=charity", @@ -601292,7 +448300,6 @@ }, { "question": "Goodwill Industries of Southeastern Louisiana", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternlouisiana-239b23.undefined", "osmTags": { "and": [ "shop=charity", @@ -601328,7 +448335,6 @@ }, { "question": "Goodwill Industries of Southeastern Wisconsin and Metropolitan Chicago", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsoutheasternwisconsinandmetropolitanchicago-fd97cd.undefined", "osmTags": { "and": [ "shop=charity", @@ -601382,7 +448388,6 @@ }, { "question": "Goodwill Industries of Southern Ohio", - "icon": "./assets/data/nsi/logos/goodwillindustriesofsouthernohio-18aa79.undefined", "osmTags": { "and": [ "shop=charity", @@ -601562,7 +448567,6 @@ }, { "question": "Goodwill Industries of the Greater East Bay", - "icon": "./assets/data/nsi/logos/goodwillindustriesofthegreatereastbay-efc9f2.undefined", "osmTags": { "and": [ "shop=charity", @@ -601940,7 +448944,6 @@ }, { "question": "Goodwill of Central Iowa", - "icon": "./assets/data/nsi/logos/goodwillofcentraliowa-110f24.undefined", "osmTags": { "and": [ "shop=charity", @@ -602858,7 +449861,6 @@ }, { "question": "Heart of England Co-operative Society", - "icon": "./assets/data/nsi/logos/heartofenglandcooperativesociety-ac8d0d.undefined", "osmTags": { "and": [ "shop=convenience", @@ -603065,7 +450067,6 @@ }, { "question": "Verizon (Russell Cellular)", - "icon": "./assets/data/nsi/logos/russellcellular-89d4ad.undefined", "osmTags": { "and": [ "shop=mobile_phone", @@ -603146,7 +450147,6 @@ }, { "question": "მს+", - "icon": "./assets/data/nsi/logos/ms-a042fb.undefined", "osmTags": { "and": [ "shop=ticket", @@ -603232,7 +450232,6 @@ }, { "question": "Centersquare", - "icon": "./assets/data/nsi/logos/centersquare-918717.undefined", "osmTags": { "and": [ "telecom=data_center", @@ -603279,7 +450278,6 @@ }, { "question": "Cyxtera", - "icon": "./assets/data/nsi/logos/cyxtera-918717.undefined", "osmTags": { "and": [ "telecom=data_center", @@ -603629,7 +450627,6 @@ }, { "question": "Airtel", - "icon": "./assets/data/nsi/logos/airtelafrica-e9ab22.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -603644,7 +450641,6 @@ }, { "question": "Altitude", - "icon": "./assets/data/nsi/logos/altitude-92129e.undefined", "osmTags": { "and": [ "operator=Altitude", @@ -603670,7 +450666,6 @@ }, { "question": "AT&T Florida", - "icon": "./assets/data/nsi/logos/atandtflorida-b2c9b5.undefined", "osmTags": { "and": [ "operator=AT&T Florida", @@ -603740,7 +450735,6 @@ }, { "question": "BFC Fibre", - "icon": "./assets/data/nsi/logos/bfcfibre-92129e.undefined", "osmTags": { "and": [ "operator=BFC Fibre", @@ -603765,7 +450759,6 @@ }, { "question": "CenturyLink", - "icon": "./assets/data/nsi/logos/centurylink-ca5b07.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -603812,7 +450805,6 @@ }, { "question": "Covage", - "icon": "./assets/data/nsi/logos/covage-92129e.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -603857,7 +450849,6 @@ }, { "question": "Eir", - "icon": "./assets/data/nsi/logos/eir-09e566.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -603934,7 +450925,6 @@ }, { "question": "Hérault THD", - "icon": "./assets/data/nsi/logos/heraultthd-92129e.undefined", "osmTags": { "and": [ "operator=Hérault THD", @@ -603959,7 +450949,6 @@ }, { "question": "Interoute", - "icon": "./assets/data/nsi/logos/interoute-58ec5d.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -603974,7 +450963,6 @@ }, { "question": "Isère Fibre", - "icon": "./assets/data/nsi/logos/iserefibre-92129e.undefined", "osmTags": { "and": [ "operator=Isère Fibre", @@ -603999,7 +450987,6 @@ }, { "question": "Loiret Fibre", - "icon": "./assets/data/nsi/logos/loiretfibre-92129e.undefined", "osmTags": { "and": [ "operator=Loiret Fibre", @@ -604009,7 +450996,6 @@ }, { "question": "LosangeFibre", - "icon": "./assets/data/nsi/logos/losangefibre-92129e.undefined", "osmTags": { "and": [ "operator=LosangeFibre", @@ -604064,7 +451050,6 @@ }, { "question": "NATHD", - "icon": "./assets/data/nsi/logos/nathd-92129e.undefined", "osmTags": { "and": [ "operator=NATHD", @@ -604176,7 +451161,6 @@ }, { "question": "Sarthe Numérique", - "icon": "./assets/data/nsi/logos/sarthenumerique-92129e.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -604206,7 +451190,6 @@ }, { "question": "Sipartech", - "icon": "./assets/data/nsi/logos/sipartech-92129e.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -604251,7 +451234,6 @@ }, { "question": "TDC NET", - "icon": "./assets/data/nsi/logos/tdcnet-1044e2.undefined", "osmTags": { "and": [ "telecom=exchange", @@ -604326,7 +451308,6 @@ }, { "question": "THD64", - "icon": "./assets/data/nsi/logos/thd64-92129e.undefined", "osmTags": { "and": [ "operator=THD64", @@ -604366,7 +451347,6 @@ }, { "question": "Val de Loire Fibre", - "icon": "./assets/data/nsi/logos/valdeloirefibre-92129e.undefined", "osmTags": { "and": [ "operator=Val de Loire Fibre", @@ -604407,7 +451387,6 @@ }, { "question": "XPFibre", - "icon": "./assets/data/nsi/logos/xpfibre-92129e.undefined", "osmTags": { "and": [ "operator=XPFibre", @@ -604417,7 +451396,6 @@ }, { "question": "Zayo", - "icon": "./assets/data/nsi/logos/zayo-cae76b.undefined", "osmTags": { "and": [ "telecom=exchange", diff --git a/assets/svg/forgejo.svg b/assets/svg/forgejo.svg new file mode 100644 index 0000000000..9c46d82648 --- /dev/null +++ b/assets/svg/forgejo.svg @@ -0,0 +1,40 @@ + + + + + Forgejo logo + Caesar Schinas + + + + + + + + + + + + + diff --git a/assets/svg/forgejo.svg.license b/assets/svg/forgejo.svg.license new file mode 100644 index 0000000000..dec302c253 --- /dev/null +++ b/assets/svg/forgejo.svg.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: https://caesarschinas.com/ +SPDX-License-Identifier: CC-BY-SA 4.0 \ No newline at end of file diff --git a/assets/svg/license_info.json b/assets/svg/license_info.json index 5ed16d9cd0..5e919cf505 100644 --- a/assets/svg/license_info.json +++ b/assets/svg/license_info.json @@ -435,6 +435,16 @@ "https://commons.wikimedia.org/wiki/File:Media-floppy.svg" ] }, + { + "path": "forgejo.svg", + "license": "CC-BY-SA 4.0", + "authors": [ + "https://caesarschinas.com/" + ], + "sources": [ + "https://commons.wikimedia.org/wiki/File:Forgejo_logo.svg" + ] + }, { "path": "gear.svg", "license": "TRIVIAL", diff --git a/assets/themes/pets/pets.json b/assets/themes/pets/pets.json index 942751adf4..919e769cca 100644 --- a/assets/themes/pets/pets.json +++ b/assets/themes/pets/pets.json @@ -155,7 +155,8 @@ "id": "waste_basket_dogs", "name=": { "en": "Waste baskets with excrement bag dispensers", - "nl": "Vuilnisbakken met verdelers voor hondenpoepzakjes" + "nl": "Vuilnisbakken met verdelers voor hondenpoepzakjes", + "de": "Mülleimer mit Spender für Kotbeutel" }, "presets=": [], "filter=": [], diff --git a/langs/layers/de.json b/langs/layers/de.json index 5e447db3b2..6cff35d07c 100644 --- a/langs/layers/de.json +++ b/langs/layers/de.json @@ -4377,6 +4377,37 @@ "render": "Arztpraxis {name}" } }, + "dog_toilet": { + "description": "Eine Hundetoilette ist eine Einrichtung, die für das Urinieren und die Ausscheidung von Hunden vorgesehen ist. Dabei kann es sich um eine ausgewiesene, ausgeschilderte Rasenfläche, eine Sandgrube oder einen eingezäunten Bereich handeln.", + "name": "Hundetoiletten", + "presets": { + "0": { + "title": "eine Hundetoilette" + } + }, + "tagRenderings": { + "barrier": { + "mappings": { + "0": { + "then": "Diese Hundetoilette ist eingezäunt" + }, + "1": { + "then": "Diese Hundetoilette ist von einer Hecke umgeben" + }, + "2": { + "then": "Um diese Hundetoilette herum befindet sich eine Barriere" + }, + "3": { + "then": "Es gibt keine Barriere um diese Hundetoilette herum" + } + }, + "question": "Ist diese Hundetoilette eingezäunt?" + } + }, + "title": { + "render": "Hundetoilette" + } + }, "dogpark": { "name": "Hundeparks", "presets": { diff --git a/langs/themes/de.json b/langs/themes/de.json index fc016307bc..a9c35043ab 100644 --- a/langs/themes/de.json +++ b/langs/themes/de.json @@ -1096,6 +1096,11 @@ "override": { "name": "Hundefreundliche Geschäfte" } + }, + "8": { + "override": { + "name=": "Mülleimer mit Spender für Kotbeutel" + } } }, "title": "Haustiere" diff --git a/package-lock.json b/package-lock.json index 5aafbbe458..86d1e433a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mapcomplete", - "version": "0.48.3", + "version": "0.48.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mapcomplete", - "version": "0.48.3", + "version": "0.48.5", "license": "GPL-3.0-or-later", "dependencies": { "@comunica/core": "^3.0.1", diff --git a/package.json b/package.json index 502f86bd0e..c2ff2e4ca3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mapcomplete", - "version": "0.48.3", + "version": "0.48.5", "repository": "https://github.com/pietervdvn/MapComplete", "description": "A small website to edit OSM easily", "bugs": "https://github.com/pietervdvn/MapComplete/issues", diff --git a/scripts/fixSchemas.ts b/scripts/fixSchemas.ts index 27d680677c..0931bbb032 100644 --- a/scripts/fixSchemas.ts +++ b/scripts/fixSchemas.ts @@ -235,7 +235,6 @@ function extractHintsFrom( ) } } - } return hints } diff --git a/scripts/generateDocs.ts b/scripts/generateDocs.ts index ddd918ff0a..902e302050 100644 --- a/scripts/generateDocs.ts +++ b/scripts/generateDocs.ts @@ -246,7 +246,10 @@ export class GenerateDocs extends Script { const generatedFrom = [ "This document is autogenerated from", autogenSource - .map((s) => `[${s}](https://github.com/pietervdvn/MapComplete/blob/develop/${s})`) + .map( + (s) => + `[${s}](https://source.mapcomplete.org/MapComplete/MapComplete/src/branch/develop/${s})` + ) .join(", "), ].join(" ") diff --git a/scripts/handleErrors.ts b/scripts/handleErrors.ts index f0b46aa7b7..cf2ce377aa 100644 --- a/scripts/handleErrors.ts +++ b/scripts/handleErrors.ts @@ -130,9 +130,9 @@ ${changeset}` const changesObj = new Changes( { osmConnection, - reportError: (err) => console.error(err) + reportError: (err) => console.error(err), }, - false, + false ) const all: ErrorMessage[] = [] diff --git a/scripts/nsiLogos.ts b/scripts/nsiLogos.ts index ceab231b40..4744f56433 100644 --- a/scripts/nsiLogos.ts +++ b/scripts/nsiLogos.ts @@ -7,19 +7,24 @@ import { Utils } from "../src/Utils" import { LayerConfigJson } from "../src/Models/ThemeConfig/Json/LayerConfigJson" import { FilterConfigOptionJson } from "../src/Models/ThemeConfig/Json/FilterConfigJson" import { TagUtils } from "../src/Logic/Tags/TagUtils" -import { TagRenderingConfigJson } from "../src/Models/ThemeConfig/Json/TagRenderingConfigJson" import { openSync, readSync } from "node:fs" +import { QuestionableTagRenderingConfigJson } from "../src/Models/ThemeConfig/Json/QuestionableTagRenderingConfigJson" class NsiLogos extends Script { constructor() { super("Contains various subcommands for NSI logo maintainance") } - private async downloadLogo(nsiItem: NSIItem, type: string, basePath: string, alreadyDownloaded: Map) { - if(nsiItem === undefined){ + private async downloadLogo( + nsiItem: NSIItem, + type: string, + basePath: string, + alreadyDownloaded: Map + ) { + if (nsiItem === undefined) { return false } - if(alreadyDownloaded.has(nsiItem.id)){ + if (alreadyDownloaded.has(nsiItem.id)) { return false } try { @@ -54,7 +59,7 @@ class NsiLogos extends Script { await ScriptUtils.DownloadFileTo(logos.facebook, path) // Validate const content = readFileSync(path, "utf8") - if (content.startsWith("{\"error\"")) { + if (content.startsWith('{"error"')) { unlinkSync(path) console.error("Attempted to fetch", logos.facebook, " but this gave an error") } else { @@ -109,13 +114,16 @@ class NsiLogos extends Script { const stepcount = 50 for (let i = 0; i < items.length; i += stepcount) { if (downloadCount > 0 || i % 200 === 0) { - console.log(i + "/" + items.length, `downloaded ${downloadCount}; failed ${errored}; skipped ${skipped} for NSI type ${type}`) + console.log( + i + "/" + items.length, + `downloaded ${downloadCount}; failed ${errored}; skipped ${skipped} for NSI type ${type}` + ) } const results = await Promise.all( Utils.TimesT(stepcount, (j) => j).map(async (j) => { return await this.downloadLogo(items[i + j], type, basePath, alreadyDownloaded) - }), + }) ) for (let j = 0; j < results.length; j++) { let didDownload = results[j] @@ -129,7 +137,12 @@ class NsiLogos extends Script { continue } console.log("Retrying", items[i + j].id, type) - didDownload = await this.downloadLogo(items[i + j], type, basePath, alreadyDownloaded) + didDownload = await this.downloadLogo( + items[i + j], + type, + basePath, + alreadyDownloaded + ) if (didDownload === "error") { errored++ console.log("Failed again:", items[i + j].id) @@ -139,7 +152,8 @@ class NsiLogos extends Script { } } return { - downloadCount, errored, + downloadCount, + errored, } } @@ -149,20 +163,30 @@ class NsiLogos extends Script { const filterOptions: FilterConfigOptionJson[] = items.map((item) => { return { question: item.displayName, - icon: nsi.getIconUrl(item, type), + icon: nsi.getIconUrl(item), osmTags: NameSuggestionIndex.asFilterTags(item), } }) - const mappings = items.map((item) => ({ - if: NameSuggestionIndex.asFilterTags(item), - then: nsi.getIconUrl(item, type), - })) + const mappings = items + .map((item) => ({ + if: NameSuggestionIndex.asFilterTags(item), + then: nsi.getIconUrl(item), + })) + .filter((mapping) => mapping.then !== undefined) console.log("Checking for shadow-mappings... This will take a while") + let deleted = 0 for (let i = mappings.length - 1; i >= 0; i--) { const condition = TagUtils.Tag(mappings[i].if) if (i % 100 === 0) { - console.log("Checking for shadow-mappings...", i, "/", mappings.length) + console.log( + "Checking for shadow-mappings...", + i, + "/", + mappings.length, + "deleted", + deleted + ) } const shadowsSomething = mappings.some((m, j) => { if (i === j) { @@ -173,6 +197,7 @@ class NsiLogos extends Script { // If this one matches, the other one will match as well // We can thus remove this one in favour of the other one if (shadowsSomething) { + deleted++ mappings.splice(i, 1) } } @@ -229,16 +254,19 @@ class NsiLogos extends Script { private static readonly path: string = "./public/assets/data/nsi/logos" private static headers: Readonly>>> = { - "png": [[137, 80, 78, 71, 13, 10, 26, 10]], - "jpg": [[255, 216], [255, 232]], - "gif": [[71, 73]], + png: [[137, 80, 78, 71, 13, 10, 26, 10]], + jpg: [ + [255, 216], + [255, 232], + ], + gif: [[71, 73]], } private static downloadedFiles(): Map { const allFiles = ScriptUtils.readDirRecSync(NsiLogos.path, 1) const ids = new Map() for (const f of allFiles) { - const match = f.match("^.*/\([a-zA-Z0-9-]+\)\(.[a-z]{3}\)?") + const match = f.match("^.*/([a-zA-Z0-9-]+)(.[a-z]{3})?") const id = match[1] ids.set(id, f) } @@ -262,7 +290,7 @@ class NsiLogos extends Script { const allFiles = ScriptUtils.readDirRecSync(NsiLogos.path, 1) let pruned = 0 for (const f of allFiles) { - const match = f.match("^.*/\([a-zA-Z0-9-]+\)\(.[a-z]{3}\)?") + const match = f.match("^.*/([a-zA-Z0-9-]+)(.[a-z]{3})?") const id = match[1] if (!ids.has(id)) { console.log("Obsolete file:", f, id) @@ -271,8 +299,6 @@ class NsiLogos extends Script { } } console.log("Removed ", pruned, "files") - - } private startsWith(buffer: Buffer, header: ReadonlyArray): boolean { @@ -283,8 +309,11 @@ class NsiLogos extends Script { return doesMatch } - private startsWithAnyOf(buffer: Buffer, headers: ReadonlyArray>): boolean { - return headers.some(header => this.startsWith(buffer, header)) + private startsWithAnyOf( + buffer: Buffer, + headers: ReadonlyArray> + ): boolean { + return headers.some((header) => this.startsWith(buffer, header)) } private async addExtensions() { @@ -297,8 +326,7 @@ class NsiLogos extends Script { const fd = openSync(f, "r") const buffer = Buffer.alloc(10) const num = readSync(fd, buffer, 0, 10, null) - if (num === 0) - throw "INvalid file:" + f + if (num === 0) throw "INvalid file:" + f let matchFound = false for (const format in NsiLogos.headers) { @@ -318,16 +346,23 @@ class NsiLogos extends Script { unlinkSync(f) continue } - throw "No format found for " + f + buffer.slice(0, 10).join(" ") + " ascii: " + text.slice(0, 40) - + throw ( + "No format found for " + + f + + buffer.slice(0, 10).join(" ") + + " ascii: " + + text.slice(0, 40) + ) } } - private async patchNsiFile(){ + private async patchNsiFile() { const files = NsiLogos.downloadedFiles() - const path = "./public/assets/data/nsi/nsi.min.json" - const pathOut = "./public/assets/data/nsi/nsi.patched.json" - + let path = "./public/assets/data/nsi/nsi.min.json" + const otherPath = "./assets/data/nsi/nsi.min.json" + if (existsSync(otherPath) && !existsSync(path)) { + path = otherPath + } const nsi = JSON.parse(readFileSync(path, "utf8")) const types = nsi.nsi @@ -335,34 +370,33 @@ class NsiLogos extends Script { const t: NSIItem[] = types[k].items for (const nsiItem of t) { const file = files.get(nsiItem.id) - if(!file){ + delete nsiItem.fromTemplate + if (!file) { continue } - const extension = file.match(".*\.\([a-z]{3}\)")[1] + const extension = file.match(/.*\.([a-z]{3})/)[1] nsiItem["ext"] = extension - delete nsiItem.fromTemplate } } writeFileSync(path, JSON.stringify(nsi), "utf8") - } - private commands: Record Promise, doc?: string }> = { - "download": { f: () => this.download(), doc: "Download all icons" }, - "generateRenderings": { + private commands: Record Promise; doc?: string }> = { + download: { f: () => this.download(), doc: "Download all icons" }, + generateRenderings: { f: () => this.generateRenderings(), doc: "Generates the layer files 'nsi_brand' and 'nsi_operator' which allows to reuse the icons in renderings", }, - "prune": { f: () => NsiLogos.prune(), doc: "Remove no longer needed files" }, - "addExtensions": { + prune: { f: () => NsiLogos.prune(), doc: "Remove no longer needed files" }, + addExtensions: { f: () => this.addExtensions(), doc: "Inspects all files without an extension; might remove invalid files", }, - "patch": { + patch: { f: () => this.patchNsiFile(), - doc: "Reads nsi.min.json, adds the 'ext' (extension) field to every relevant entry" + doc: "Reads nsi.min.json, adds the 'ext' (extension) field to every relevant entry", }, - "all": { + all: { doc: "Run `download`, `generateRenderings`, `prune` and `addExtensions`", f: async () => { await NsiLogos.prune() @@ -389,7 +423,6 @@ class NsiLogos extends Script { } for (const command of args) { - const c = this.commands[command] if (!c) { console.log("Unrecognized command:", c) diff --git a/src/Logic/Actors/GeoLocationHandler.ts b/src/Logic/Actors/GeoLocationHandler.ts index 20e0765587..49c1adf7af 100644 --- a/src/Logic/Actors/GeoLocationHandler.ts +++ b/src/Logic/Actors/GeoLocationHandler.ts @@ -8,11 +8,13 @@ import { FeatureSource, WritableFeatureSource } from "../FeatureSource/FeatureSo import { LocalStorageSource } from "../Web/LocalStorageSource" import { GeoOperations } from "../GeoOperations" import { OsmTags } from "../../Models/OsmFeature" -import StaticFeatureSource, { WritableStaticFeatureSource } from "../FeatureSource/Sources/StaticFeatureSource" +import StaticFeatureSource, { + WritableStaticFeatureSource, +} from "../FeatureSource/Sources/StaticFeatureSource" import { MapProperties } from "../../Models/MapProperties" import { Orientation } from "../../Sensors/Orientation" -("use strict") +;("use strict") /** * The geolocation-handler takes a map-location and a geolocation state. * It'll move the map as appropriate given the state of the geolocation-API diff --git a/src/Logic/Actors/NoElementsInViewDetector.ts b/src/Logic/Actors/NoElementsInViewDetector.ts index 0cd7383281..663eb04a93 100644 --- a/src/Logic/Actors/NoElementsInViewDetector.ts +++ b/src/Logic/Actors/NoElementsInViewDetector.ts @@ -32,7 +32,6 @@ export default class NoElementsInViewDetector { return "zoom-to-low" } - for (const [layerName, source] of themeViewState.perLayerFiltered) { if (priviliged.has(layerName)) { continue diff --git a/src/Logic/Actors/SelectedElementTagsUpdater.ts b/src/Logic/Actors/SelectedElementTagsUpdater.ts index e5d8d04c71..67a7c2b446 100644 --- a/src/Logic/Actors/SelectedElementTagsUpdater.ts +++ b/src/Logic/Actors/SelectedElementTagsUpdater.ts @@ -34,11 +34,15 @@ export default class SelectedElementTagsUpdater { }) } - public static applyUpdate(latestTags: OsmTags, id: string, state: { - theme: ThemeConfig, - changes: Changes, - featureProperties: FeaturePropertiesStore - }) { + public static applyUpdate( + latestTags: OsmTags, + id: string, + state: { + theme: ThemeConfig + changes: Changes + featureProperties: FeaturePropertiesStore + } + ) { try { const leftRightSensitive = state.theme.isLeftRightSensitive() diff --git a/src/Logic/DetermineTheme.ts b/src/Logic/DetermineTheme.ts index 5684d731c7..2996606955 100644 --- a/src/Logic/DetermineTheme.ts +++ b/src/Logic/DetermineTheme.ts @@ -69,7 +69,7 @@ export default class DetermineTheme { tagRenderings: DetermineTheme.getSharedTagRenderings(), tagRenderingOrder: DetermineTheme.getSharedTagRenderingOrder(), sharedLayers: knownLayersDict, - publicLayers: new Set() + publicLayers: new Set(), } return convertState } diff --git a/src/Logic/FeatureSource/Sources/FavouritesFeatureSource.ts b/src/Logic/FeatureSource/Sources/FavouritesFeatureSource.ts index f91cfa8353..9e5c2e108e 100644 --- a/src/Logic/FeatureSource/Sources/FavouritesFeatureSource.ts +++ b/src/Logic/FeatureSource/Sources/FavouritesFeatureSource.ts @@ -84,10 +84,10 @@ export default class FavouritesFeatureSource extends StaticFeatureSource { private async updateFeature( feature: Feature, state: { - theme: ThemeConfig, - changes: Changes, - featureProperties: FeaturePropertiesStore, - osmObjectDownloader: OsmObjectDownloader, + theme: ThemeConfig + changes: Changes + featureProperties: FeaturePropertiesStore + osmObjectDownloader: OsmObjectDownloader } ) { const id = feature.properties.id diff --git a/src/Logic/FeatureSource/Sources/ThemeSource.ts b/src/Logic/FeatureSource/Sources/ThemeSource.ts index e9b54aecfc..e06b694c18 100644 --- a/src/Logic/FeatureSource/Sources/ThemeSource.ts +++ b/src/Logic/FeatureSource/Sources/ThemeSource.ts @@ -32,7 +32,6 @@ export default class ThemeSource implements IndexedFeatureSource { public readonly featuresById: Store> private readonly core: Store - private readonly addedSources: FeatureSource[] = [] private readonly addedItems: OsmFeature[] = [] @@ -48,14 +47,23 @@ export default class ThemeSource implements IndexedFeatureSource { const isLoading = new UIEventSource(true) this.isLoading = isLoading - const features = this.features = new UIEventSource([]) - const featuresById = this.featuresById = new UIEventSource(new Map()) - this.core = mvtAvailableLayers.mapD(mvtAvailableLayers => { - const core = new ThemeSourceCore(layers, featureSwitches, mapProperties, backend, isDisplayed, mvtAvailableLayers, isLoading, fullNodeDatabaseSource) - this.addedSources.forEach(src => core.addSource(src)) - this.addedItems.forEach(item => core.addItem(item)) - core.features.addCallbackAndRun(data => features.set(data)) - core.featuresById.addCallbackAndRun(data => featuresById.set(data)) + const features = (this.features = new UIEventSource([])) + const featuresById = (this.featuresById = new UIEventSource(new Map())) + this.core = mvtAvailableLayers.mapD((mvtAvailableLayers) => { + const core = new ThemeSourceCore( + layers, + featureSwitches, + mapProperties, + backend, + isDisplayed, + mvtAvailableLayers, + isLoading, + fullNodeDatabaseSource + ) + this.addedSources.forEach((src) => core.addSource(src)) + this.addedItems.forEach((item) => core.addItem(item)) + core.features.addCallbackAndRun((data) => features.set(data)) + core.featuresById.addCallbackAndRun((data) => featuresById.set(data)) return core }) } @@ -69,7 +77,6 @@ export default class ThemeSource implements IndexedFeatureSource { this.addedSources.push(source) } - public addItem(obj: OsmFeature) { this.core.data?.addItem(obj) this.addedItems.push(obj) @@ -82,7 +89,6 @@ export default class ThemeSource implements IndexedFeatureSource { * Note that special layers (with `source=null` will be ignored) */ class ThemeSourceCore extends FeatureSourceMerger { - /** * This source is _only_ triggered when the data is downloaded for CSV export * @private @@ -116,7 +122,7 @@ class ThemeSourceCore extends FeatureSourceMerger { mapProperties, { isActive: isDisplayed(layer.id), - maxAge: layer.maxAgeOfCache + maxAge: layer.maxAgeOfCache, } ) fromCache.set(layer.id, src) @@ -169,11 +175,11 @@ class ThemeSourceCore extends FeatureSourceMerger { overpassUrl: featureSwitches.overpassUrl, overpassTimeout: featureSwitches.overpassTimeout, overpassMaxZoom: new ImmutableStore(99), - widenFactor: 0 + widenFactor: 0, }, { ignoreZoom: true, - isActive: new ImmutableStore(false) + isActive: new ImmutableStore(false), } ) @@ -247,7 +253,7 @@ class ThemeSourceCore extends FeatureSourceMerger { backend, isActive, patchRelations: true, - fullNodeDatabase + fullNodeDatabase, }) } @@ -279,11 +285,11 @@ class ThemeSourceCore extends FeatureSourceMerger { widenFactor: 1.5, overpassUrl: featureSwitches.overpassUrl, overpassTimeout: featureSwitches.overpassTimeout, - overpassMaxZoom: featureSwitches.overpassMaxZoom + overpassMaxZoom: featureSwitches.overpassMaxZoom, }, { padToTiles: zoom.map((zoom) => Math.min(15, zoom + 1)), - isActive + isActive, } ) } diff --git a/src/Logic/ImageProviders/AllImageProviders.ts b/src/Logic/ImageProviders/AllImageProviders.ts index a9a5d416b1..bfab05e343 100644 --- a/src/Logic/ImageProviders/AllImageProviders.ts +++ b/src/Logic/ImageProviders/AllImageProviders.ts @@ -22,7 +22,7 @@ export default class AllImageProviders { ...WikimediaImageProvider.commonsPrefixes, ...Mapillary.valuePrefixes, ...AllImageProviders.dontLoadFromPrefixes, - "Category:" + "Category:", ]) private static imageAttributionSources: ImageProvider[] = [ @@ -31,7 +31,7 @@ export default class AllImageProviders { WikidataImageProvider.singleton, WikimediaImageProvider.singleton, Panoramax.singleton, - AllImageProviders.genericImageProvider + AllImageProviders.genericImageProvider, ] public static apiUrls: string[] = [].concat( ...AllImageProviders.imageAttributionSources.map((src) => src.apiUrls()) @@ -44,7 +44,7 @@ export default class AllImageProviders { mapillary: Mapillary.singleton, wikidata: WikidataImageProvider.singleton, wikimedia: WikimediaImageProvider.singleton, - panoramax: Panoramax.singleton + panoramax: Panoramax.singleton, } public static byName(name: string) { @@ -77,7 +77,10 @@ export default class AllImageProviders { * * */ - public static estimateNumberOfImages(tags: Record, prefixes: string[] = undefined): number { + public static estimateNumberOfImages( + tags: Record, + prefixes: string[] = undefined + ): number { let count = 0 const sources = [Imgur.singleton, @@ -137,7 +140,7 @@ export default class AllImageProviders { */ public static loadImagesFrom(urls: string[]): Store { const tags = { - id: urls.join(";") + id: urls.join(";"), } for (let i = 0; i < urls.length; i++) { tags["image:" + i] = urls[i] diff --git a/src/Logic/Osm/OsmConnection.ts b/src/Logic/Osm/OsmConnection.ts index fa28ded72d..c09fa5d1e4 100644 --- a/src/Logic/Osm/OsmConnection.ts +++ b/src/Logic/Osm/OsmConnection.ts @@ -604,14 +604,16 @@ export class OsmConnection { if (this.fakeUser) { return } - this.FetchCapabilities().then(({ api, gpx }) => { - this.apiIsOnline.setData(api) - this.gpxServiceIsOnline.setData(gpx) - }).catch(err => { - console.log("Could not reach the api:", err) - this.apiIsOnline.set("unreachable") - this.gpxServiceIsOnline.set("unreachable") - }) + this.FetchCapabilities() + .then(({ api, gpx }) => { + this.apiIsOnline.setData(api) + this.gpxServiceIsOnline.setData(gpx) + }) + .catch((err) => { + console.log("Could not reach the api:", err) + this.apiIsOnline.set("unreachable") + this.gpxServiceIsOnline.set("unreachable") + }) } private readonly _userInfoCache: Record = {} diff --git a/src/Logic/Osm/OsmPreferences.ts b/src/Logic/Osm/OsmPreferences.ts index f89dd65d57..e54ed0008a 100644 --- a/src/Logic/Osm/OsmPreferences.ts +++ b/src/Logic/Osm/OsmPreferences.ts @@ -210,7 +210,7 @@ export class OsmPreferences { * @private */ private async getPreferencesDictDirectly(): Promise> { - if(!this.osmConnection.isLoggedIn.data){ + if (!this.osmConnection.isLoggedIn.data) { return {} } return new Promise>((resolve, reject) => { @@ -260,7 +260,7 @@ export class OsmPreferences { * */ private async uploadKvSplit(k: string, v: string) { - if(!this.osmConnection.isLoggedIn.data){ + if (!this.osmConnection.isLoggedIn.data) { return } if (v === null || v === undefined || v === "" || v === "undefined" || v === "null") { diff --git a/src/Logic/Search/OpenStreetMapIdSearch.ts b/src/Logic/Search/OpenStreetMapIdSearch.ts index 83a5cc606e..5e07399a10 100644 --- a/src/Logic/Search/OpenStreetMapIdSearch.ts +++ b/src/Logic/Search/OpenStreetMapIdSearch.ts @@ -15,7 +15,6 @@ export default class OpenStreetMapIdSearch implements GeocodingProvider { } private readonly _osmObjectDownloader: OsmObjectDownloader - constructor(osmObjectDownloader: OsmObjectDownloader) { this._osmObjectDownloader = osmObjectDownloader } diff --git a/src/Logic/State/SearchState.ts b/src/Logic/State/SearchState.ts index 42b735e59b..cc5808857b 100644 --- a/src/Logic/State/SearchState.ts +++ b/src/Logic/State/SearchState.ts @@ -41,7 +41,7 @@ export default class SearchState { new OpenLocationCodeSearch(), new OpenStreetMapIdSearch(state.osmObjectDownloader), new PhotonSearch(true, 2), - new PhotonSearch() + new PhotonSearch(), // new NominatimGeocoding(), ] diff --git a/src/Logic/State/UserRelatedState.ts b/src/Logic/State/UserRelatedState.ts index 81b8c687c1..bd7eaa2e9f 100644 --- a/src/Logic/State/UserRelatedState.ts +++ b/src/Logic/State/UserRelatedState.ts @@ -414,7 +414,7 @@ export default class UserRelatedState { typeof window === "undefined" ? "no" : window.navigator.share ? "yes" : "no", _iframe: Utils.isIframe ? "yes" : "no", }) - if(!Utils.runningFromConsole){ + if (!Utils.runningFromConsole) { amendedPrefs.data["_host"] = window.location.host amendedPrefs.data["_path"] = window.location.pathname amendedPrefs.data["_userAgent"] = navigator.userAgent @@ -492,7 +492,7 @@ export default class UserRelatedState { }) const usersettingMetaTagging = new ThemeMetaTagging() - osmConnection.isLoggedIn.addCallbackAndRun(loggedIn => { + osmConnection.isLoggedIn.addCallbackAndRun((loggedIn) => { amendedPrefs.data["_loggedIn"] = "" + loggedIn amendedPrefs.ping() }) diff --git a/src/Logic/State/UserSettingsMetaTagging.ts b/src/Logic/State/UserSettingsMetaTagging.ts index 33a5ae85b5..6e568c5c32 100644 --- a/src/Logic/State/UserSettingsMetaTagging.ts +++ b/src/Logic/State/UserSettingsMetaTagging.ts @@ -1,14 +1,42 @@ import { Utils } from "../../Utils" /** This code is autogenerated - do not edit. Edit ./assets/layers/usersettings/usersettings.json instead */ export class ThemeMetaTagging { - public static readonly themeName = "usersettings" + public static readonly themeName = "usersettings" - public metaTaggging_for_usersettings(feat: {properties: Record}) { - Utils.AddLazyProperty(feat.properties, '_mastodon_candidate_md', () => feat.properties._description.match(/\[[^\]]*\]\((.*(mastodon|en.osm.town).*)\).*/)?.at(1) ) - Utils.AddLazyProperty(feat.properties, '_d', () => feat.properties._description?.replace(/</g,'<')?.replace(/>/g,'>') ?? '' ) - Utils.AddLazyProperty(feat.properties, '_mastodon_candidate_a', () => (feat => {const e = document.createElement('div');e.innerHTML = feat.properties._d;return Array.from(e.getElementsByTagName("a")).filter(a => a.href.match(/mastodon|en.osm.town/) !== null)[0]?.href }) (feat) ) - Utils.AddLazyProperty(feat.properties, '_mastodon_link', () => (feat => {const e = document.createElement('div');e.innerHTML = feat.properties._d;return Array.from(e.getElementsByTagName("a")).filter(a => a.getAttribute("rel")?.indexOf('me') >= 0)[0]?.href})(feat) ) - Utils.AddLazyProperty(feat.properties, '_mastodon_candidate', () => feat.properties._mastodon_candidate_md ?? feat.properties._mastodon_candidate_a ) - feat.properties['__current_backgroun'] = 'initial_value' - } -} \ No newline at end of file + public metaTaggging_for_usersettings(feat: { properties: Record }) { + Utils.AddLazyProperty(feat.properties, "_mastodon_candidate_md", () => + feat.properties._description + .match(/\[[^\]]*\]\((.*(mastodon|en.osm.town).*)\).*/) + ?.at(1) + ) + Utils.AddLazyProperty( + feat.properties, + "_d", + () => feat.properties._description?.replace(/</g, "<")?.replace(/>/g, ">") ?? "" + ) + Utils.AddLazyProperty(feat.properties, "_mastodon_candidate_a", () => + ((feat) => { + const e = document.createElement("div") + e.innerHTML = feat.properties._d + return Array.from(e.getElementsByTagName("a")).filter( + (a) => a.href.match(/mastodon|en.osm.town/) !== null + )[0]?.href + })(feat) + ) + Utils.AddLazyProperty(feat.properties, "_mastodon_link", () => + ((feat) => { + const e = document.createElement("div") + e.innerHTML = feat.properties._d + return Array.from(e.getElementsByTagName("a")).filter( + (a) => a.getAttribute("rel")?.indexOf("me") >= 0 + )[0]?.href + })(feat) + ) + Utils.AddLazyProperty( + feat.properties, + "_mastodon_candidate", + () => feat.properties._mastodon_candidate_md ?? feat.properties._mastodon_candidate_a + ) + feat.properties["__current_backgroun"] = "initial_value" + } +} diff --git a/src/Logic/Web/NameSuggestionIndex.ts b/src/Logic/Web/NameSuggestionIndex.ts index f45393de15..a85af4bc96 100644 --- a/src/Logic/Web/NameSuggestionIndex.ts +++ b/src/Logic/Web/NameSuggestionIndex.ts @@ -51,7 +51,7 @@ export interface NSIItem { } readonly tags: Readonly> fromTemplate?: boolean - ext? : string + ext?: string } export default class NameSuggestionIndex { @@ -214,9 +214,7 @@ export default class NameSuggestionIndex { for (const nsiItem of actualBrands) { const tags = nsiItem.tags const frequency = frequencies[nsiItem.displayName] - const iconUrl = this.getIconExternalUrl(nsiItem, type) - const hasIcon = iconUrl !== undefined - const icon = hasIcon ? this.getIconUrl(nsiItem, type) : undefined + const icon = this.getIconUrl(nsiItem) mappings.push({ if: new Tag(type, tags[type]), addExtraTags: Object.keys(tags) @@ -274,7 +272,7 @@ export default class NameSuggestionIndex { const values = tags[osmKey] for (const osmValue of values) { const suggestions = this.getSuggestionsForKV(type, osmKey, osmValue) - if(!suggestions){ + if (!suggestions) { console.warn("No suggestions found for", type, osmKey, osmValue) continue } @@ -399,9 +397,14 @@ export default class NameSuggestionIndex { return logos?.facebook ?? logos?.wikidata } - public getIconUrl(nsiItem: NSIItem, type: string) { + public getIconUrl(nsiItem: NSIItem): string | undefined { + if (!nsiItem.ext) { + // No extension -> there is no logo + return undefined + } return "./assets/data/nsi/logos/" + nsiItem.id + "." + nsiItem.ext } + private static readonly brandPrefix = ["name", "alt_name", "operator", "brand"] as const /** diff --git a/src/Logic/Web/ThemeViewStateHashActor.ts b/src/Logic/Web/ThemeViewStateHashActor.ts index 3ea1a21e4d..f45c264f2a 100644 --- a/src/Logic/Web/ThemeViewStateHashActor.ts +++ b/src/Logic/Web/ThemeViewStateHashActor.ts @@ -6,8 +6,8 @@ import { UIEventSource } from "../UIEventSource" export default class ThemeViewStateHashActor { private readonly _state: { - indexedFeatures: IndexedFeatureSource, - selectedElement: UIEventSource, + indexedFeatures: IndexedFeatureSource + selectedElement: UIEventSource guistate: MenuState } private isUpdatingHash = false @@ -22,7 +22,7 @@ export default class ThemeViewStateHashActor { "", "The possible hashes are:", "", - MenuState.pageNames.map((tab) => "`" + tab + "`").join(",") + MenuState.pageNames.map((tab) => "`" + tab + "`").join(","), ] /** @@ -35,9 +35,9 @@ export default class ThemeViewStateHashActor { * */ constructor(state: { - indexedFeatures: IndexedFeatureSource, - selectedElement: UIEventSource, - guistate: MenuState, + indexedFeatures: IndexedFeatureSource + selectedElement: UIEventSource + guistate: MenuState }) { this._state = state diff --git a/src/Models/MenuState.ts b/src/Models/MenuState.ts index 60587f7fe2..0795c7b76e 100644 --- a/src/Models/MenuState.ts +++ b/src/Models/MenuState.ts @@ -14,7 +14,6 @@ export type PageType = (typeof MenuState.pageNames)[number] * Some convenience methods are provided for this as well */ export class MenuState { - public static readonly pageNames = [ "copyright", "copyright_icons", @@ -28,14 +27,16 @@ export class MenuState { "favourites", "usersettings", "share", - "menu" + "menu", ] as const /** * Contains the 'providedImage' which is currently displayed on top of the UI * This object merely acts as lock or as means to signal the need to close */ - public static readonly previewedImage: UIEventSource = new UIEventSource(undefined) + public static readonly previewedImage: UIEventSource = new UIEventSource( + undefined + ) public readonly pageStates: Record> @@ -152,6 +153,5 @@ export class MenuState { this._selectedElement.setData(undefined) return true } - } } diff --git a/src/Models/ThemeConfig/Conversion/ExpandFilter.ts b/src/Models/ThemeConfig/Conversion/ExpandFilter.ts index 1b6fcec390..9542ea9b0f 100644 --- a/src/Models/ThemeConfig/Conversion/ExpandFilter.ts +++ b/src/Models/ThemeConfig/Conversion/ExpandFilter.ts @@ -32,22 +32,26 @@ export class PruneFilters extends DesugaringStep { filter: FilterConfigJson, context: ConversionContext ): FilterConfigJson { - if (filter.options.length === 1) { const option = filter.options[0] const tags = TagUtils.Tag(option.osmTags) const optimized = TagUtils.removeKnownParts(tags, sourceTags, true) if (optimized === true) { - context.warn("Removing filter as always known: ", new Translation(option.question).textFor("en")) + context.warn( + "Removing filter as always known: ", + new Translation(option.question).textFor("en") + ) return undefined } if (optimized === false) { - context.warn("Removing filter as not possible: ", new Translation(option.question).textFor("en")) + context.warn( + "Removing filter as not possible: ", + new Translation(option.question).textFor("en") + ) return undefined } } - if (!filter.strict) { return filter } @@ -85,7 +89,6 @@ export class PruneFilters extends DesugaringStep { ) } - return { ...filter, options: newOptions, strict: undefined } } @@ -99,9 +102,9 @@ export class PruneFilters extends DesugaringStep { const sourceTags = TagUtils.Tag(json.source["osmTags"]) return { ...json, - filter: Utils.NoNull(json.filter?.map((obj) => - this.prune(sourceTags, obj, context) - )), + filter: Utils.NoNull( + json.filter?.map((obj) => this.prune(sourceTags, obj, context)) + ), } } } diff --git a/src/Models/ThemeConfig/Conversion/ExpandTagRendering.ts b/src/Models/ThemeConfig/Conversion/ExpandTagRendering.ts index 4e7c6f249d..3c6cf2363f 100644 --- a/src/Models/ThemeConfig/Conversion/ExpandTagRendering.ts +++ b/src/Models/ThemeConfig/Conversion/ExpandTagRendering.ts @@ -59,10 +59,9 @@ export class ExpandTagRendering extends Conversion< } public convert( - spec: string | { "builtin": string | string[] } | (TagRenderingConfigJson), + spec: string | { builtin: string | string[] } | TagRenderingConfigJson, ctx: ConversionContext ): QuestionableTagRenderingConfigJson[] { - const trs = this.convertOnce(spec, ctx)?.map((tr) => this.pruneMappings(tr, ctx) ) @@ -124,7 +123,7 @@ export class ExpandTagRendering extends Conversion< } return { ...mapping, - if: newIf.asJson() + if: newIf.asJson(), } }) const after = newMappings?.length ?? 0 @@ -137,7 +136,7 @@ export class ExpandTagRendering extends Conversion< } const tr = { ...tagRendering, - mappings: newMappings + mappings: newMappings, } delete tr["strict"] return tr @@ -249,7 +248,7 @@ export class ExpandTagRendering extends Conversion< } private convertOnce( - tr: string | { "builtin": string } | TagRenderingConfigJson, + tr: string | { builtin: string } | TagRenderingConfigJson, ctx: ConversionContext ): TagRenderingConfigJson[] { const state = this._state @@ -273,25 +272,25 @@ export class ExpandTagRendering extends Conversion< ctx.warn( `A literal rendering was detected: ${tr} Did you perhaps forgot to add a layer name as 'layername.${tr}'? ` + - Array.from(state.sharedLayers.keys()).join(", ") + Array.from(state.sharedLayers.keys()).join(", ") ) } if (this._options?.noHardcodedStrings && this._state?.sharedLayers?.size > 0) { ctx.err( "Detected an invocation to a builtin tagRendering, but this tagrendering was not found: " + - tr + - " \n Did you perhaps forget to add the layer as prefix, such as `icons." + - tr + - "`? " + tr + + " \n Did you perhaps forget to add the layer as prefix, such as `icons." + + tr + + "`? " ) } return [ { render: tr, - id: tr.replace(/[^a-zA-Z0-9]/g, "") - } + id: tr.replace(/[^a-zA-Z0-9]/g, ""), + }, ] } @@ -316,9 +315,9 @@ export class ExpandTagRendering extends Conversion< } ctx.err( "An object calling a builtin can only have keys `builtin` or `override`, but a key with name `" + - key + - "` was found. This won't be picked up! The full object is: " + - JSON.stringify(tr) + key + + "` was found. This won't be picked up! The full object is: " + + JSON.stringify(tr) ) } @@ -345,19 +344,19 @@ export class ExpandTagRendering extends Conversion< if (state.sharedLayers.size === 0) { ctx.warn( "BOOTSTRAPPING. Rerun generate layeroverview. While reusing tagrendering: " + - name + - ": layer " + - layerName + - " not found for now, but ignoring as this is a bootstrapping run. " + name + + ": layer " + + layerName + + " not found for now, but ignoring as this is a bootstrapping run. " ) } else { ctx.err( ": While reusing tagrendering: " + - name + - ": layer " + - layerName + - " not found. Maybe you meant one of " + - candidates.slice(0, 3).join(", ") + name + + ": layer " + + layerName + + " not found. Maybe you meant one of " + + candidates.slice(0, 3).join(", ") ) } continue @@ -369,10 +368,10 @@ export class ExpandTagRendering extends Conversion< candidates = Utils.sortedByLevenshteinDistance(name, candidates, (i) => i) ctx.err( "The tagRendering with identifier " + - name + - " was not found.\n\tDid you mean one of " + - candidates.join(", ") + - "?\n(Hint: did you add a new label and are you trying to use this label at the same time? Run 'reset:layeroverview' first" + name + + " was not found.\n\tDid you mean one of " + + candidates.join(", ") + + "?\n(Hint: did you add a new label and are you trying to use this label at the same time? Run 'reset:layeroverview' first" ) continue } diff --git a/src/Models/ThemeConfig/Conversion/PrepareLayer.ts b/src/Models/ThemeConfig/Conversion/PrepareLayer.ts index 45b7d8ebe0..cbaf06c28c 100644 --- a/src/Models/ThemeConfig/Conversion/PrepareLayer.ts +++ b/src/Models/ThemeConfig/Conversion/PrepareLayer.ts @@ -1,6 +1,18 @@ -import { Concat, DesugaringContext, DesugaringStep, Each, FirstOf, Fuse, On, SetDefault } from "./Conversion" +import { + Concat, + DesugaringContext, + DesugaringStep, + Each, + FirstOf, + Fuse, + On, + SetDefault, +} from "./Conversion" import { LayerConfigJson } from "../Json/LayerConfigJson" -import { MinimalTagRenderingConfigJson, TagRenderingConfigJson } from "../Json/TagRenderingConfigJson" +import { + MinimalTagRenderingConfigJson, + TagRenderingConfigJson, +} from "../Json/TagRenderingConfigJson" import { Utils } from "../../../Utils" import RewritableConfigJson from "../Json/RewritableConfigJson" import SpecialVisualizations from "../../../UI/SpecialVisualizations" @@ -24,7 +36,7 @@ import { ExpandTagRendering } from "./ExpandTagRendering" class AddFiltersFromTagRenderings extends DesugaringStep { constructor() { super( - "Inspects all the tagRenderings. If some tagRenderings have the `filter` attribute set, introduce those filters. This step might introduce shorthand filter names, thus 'ExpandFilter' should be run afterwards. Can be disabled with \"#filter\":\"no-auto\"", + 'Inspects all the tagRenderings. If some tagRenderings have the `filter` attribute set, introduce those filters. This step might introduce shorthand filter names, thus \'ExpandFilter\' should be run afterwards. Can be disabled with "#filter":"no-auto"', ["filter"], "AddFiltersFromTagRenderings" ) @@ -127,7 +139,7 @@ class DetectInline extends DesugaringStep { if (json.freeform.inline === true) { context.err( "'inline' is set, but the rendering contains a special visualisation...\n " + - spec[key] + spec[key] ) } json = JSON.parse(JSON.stringify(json)) @@ -226,20 +238,20 @@ export class AddQuestionBox extends DesugaringStep { if (blacklisted?.length > 0 && used?.length > 0) { context.err( "The {questions()}-special rendering only supports either a blacklist OR a whitelist, but not both." + - "\n Whitelisted: " + - used.join(", ") + - "\n Blacklisted: " + - blacklisted.join(", ") + "\n Whitelisted: " + + used.join(", ") + + "\n Blacklisted: " + + blacklisted.join(", ") ) } for (const usedLabel of used) { if (!allLabels.has(usedLabel)) { context.err( "This layers specifies a special question element for label `" + - usedLabel + - "`, but this label doesn't exist.\n" + - " Available labels are " + - Array.from(allLabels).join(", ") + usedLabel + + "`, but this label doesn't exist.\n" + + " Available labels are " + + Array.from(allLabels).join(", ") ) } seen.add(usedLabel) @@ -253,8 +265,8 @@ export class AddQuestionBox extends DesugaringStep { const question: QuestionableTagRenderingConfigJson = { id: "leftover-questions", render: { - "*": `{questions( ,${Array.from(seen).join(";")})}` - } + "*": `{questions( ,${Array.from(seen).join(";")})}`, + }, } json.tagRenderings.push(question) } @@ -336,13 +348,13 @@ export class AddEditingElements extends DesugaringStep { if (json.allowMove && !usedSpecialFunctions.has("move_button")) { json.tagRenderings.push({ id: "move-button", - render: { "*": "{move_button()}" } + render: { "*": "{move_button()}" }, }) } if (json.deletion && !usedSpecialFunctions.has("delete_button")) { json.tagRenderings.push({ id: "delete-button", - render: { "*": "{delete_button()}" } + render: { "*": "{delete_button()}" }, }) } @@ -357,9 +369,9 @@ export class AddEditingElements extends DesugaringStep { or: [ "__featureSwitchIsDebugging=true", "mapcomplete-show_tags=full", - "mapcomplete-show_debug=yes" - ] - } + "mapcomplete-show_debug=yes", + ], + }, } json.tagRenderings?.push(trc) } @@ -467,10 +479,10 @@ export class RewriteSpecial extends DesugaringStep { private static convertIfNeeded( input: | (object & { - special: { - type: string - } - }) + special: { + type: string + } + }) | any, context: ConversionContext ): any { @@ -568,7 +580,7 @@ export class RewriteSpecial extends DesugaringStep { .map((nm) => RewriteSpecial.escapeStr(special[nm] ?? "", context)) .join(",") return { - "*": `{${type}(${args})${clss}}` + "*": `{${type}(${args})${clss}}`, } } @@ -666,14 +678,14 @@ class ExpandIconBadges extends DesugaringStep { }[] = [] for (let i = 0; i < badgesJson.length; i++) { - const iconBadge: string | ({ - if: TagConfigJson - then: string | MinimalTagRenderingConfigJson - }) = badgesJson[i] - + const iconBadge: + | string + | { + if: TagConfigJson + then: string | MinimalTagRenderingConfigJson + } = badgesJson[i] if (typeof iconBadge === "string") { - const expanded: QuestionableTagRenderingConfigJson[] = this._expand.convert( iconBadge, context.enters("iconBadges", i) @@ -683,16 +695,18 @@ class ExpandIconBadges extends DesugaringStep { const condition = tr.condition for (const trElement of tr.mappings) { const showIf = TagUtils.optimzeJson({ - and: Utils.NoNull([condition, + and: Utils.NoNull([ + condition, { - or: Utils.NoNull([ - trElement.alsoShowIf, trElement.if - ]) - } - ]) + or: Utils.NoNull([trElement.alsoShowIf, trElement.if]), + }, + ]), }) if (showIf === true) { - context.warn("Dropping iconBadge that would be _always_ shown: " + (trElement.icon ?? trElement.then)) + context.warn( + "Dropping iconBadge that would be _always_ shown: " + + (trElement.icon ?? trElement.then) + ) continue } if (showIf === false) { @@ -700,11 +714,9 @@ class ExpandIconBadges extends DesugaringStep { } iconBadges.push({ if: showIf, - then: trElement.icon ?? trElement.then + then: trElement.icon ?? trElement.then, }) } - - } continue } @@ -721,7 +733,7 @@ class ExpandIconBadges extends DesugaringStep { iconBadges.push( ...expanded.map((resolved) => ({ if: iconBadge.if, - then: resolved + then: resolved, })) ) } @@ -734,7 +746,7 @@ class PreparePointRendering extends Fuse { constructor(state: DesugaringContext, layer: LayerConfigJson) { super( "Prepares point renderings by expanding 'icon' and 'iconBadges'." + - " A tagRendering from the host tagRenderings will be substituted in", + " A tagRendering from the host tagRenderings will be substituted in", new On( "marker", new Each( @@ -861,7 +873,7 @@ export class AddRatingBadge extends DesugaringStep { const specialVis: Exclude[] = < Exclude[] - >ValidationUtils.getAllSpecialVisualisations(json.tagRenderings).filter( + >ValidationUtils.getAllSpecialVisualisations(json.tagRenderings).filter( (rs) => typeof rs !== "string" ) const funcs = new Set(specialVis.map((rs) => rs.func.funcName)) @@ -897,7 +909,7 @@ export class AutoTitleIcon extends DesugaringStep { } return { id: "title_icon_auto_" + tr.id, - mappings + mappings, } } @@ -942,8 +954,8 @@ export class AutoTitleIcon extends DesugaringStep { .enters("titleIcons", i) .warn( "TagRendering with id " + - trId + - " does not have any icons, not generating an icon for this" + trId + + " does not have any icons, not generating an icon for this" ) continue } @@ -1006,7 +1018,7 @@ export class PrepareLayer extends Fuse { (layer) => new Concat( new ExpandTagRendering(state, layer, { - addToContext: options?.addTagRenderingsToContext ?? false + addToContext: options?.addTagRenderingsToContext ?? false, }) ) ), diff --git a/src/Models/ThemeConfig/Conversion/PrepareTheme.ts b/src/Models/ThemeConfig/Conversion/PrepareTheme.ts index 037fa2322b..4ad260ce1e 100644 --- a/src/Models/ThemeConfig/Conversion/PrepareTheme.ts +++ b/src/Models/ThemeConfig/Conversion/PrepareTheme.ts @@ -1,4 +1,14 @@ -import { Concat, Conversion, DesugaringContext, DesugaringStep, Each, Fuse, On, Pass, SetDefault } from "./Conversion" +import { + Concat, + Conversion, + DesugaringContext, + DesugaringStep, + Each, + Fuse, + On, + Pass, + SetDefault, +} from "./Conversion" import { ThemeConfigJson } from "../Json/ThemeConfigJson" import { PrepareLayer } from "./PrepareLayer" import { LayerConfigJson } from "../Json/LayerConfigJson" diff --git a/src/Models/ThemeConfig/Json/PointRenderingConfigJson.ts b/src/Models/ThemeConfig/Json/PointRenderingConfigJson.ts index f9c0d1c7e4..dbe13199df 100644 --- a/src/Models/ThemeConfig/Json/PointRenderingConfigJson.ts +++ b/src/Models/ThemeConfig/Json/PointRenderingConfigJson.ts @@ -75,14 +75,17 @@ export default interface PointRenderingConfigJson { * See ExpandIconBadges on how this is handled * group: hidden */ - iconBadges?: (string | { - if: TagConfigJson - /** - * Badge to show - * Type: icon - */ - then: string | MinimalTagRenderingConfigJson - })[] + iconBadges?: ( + | string + | { + if: TagConfigJson + /** + * Badge to show + * Type: icon + */ + then: string | MinimalTagRenderingConfigJson + } + )[] /** * question: What size should the marker be on the map? diff --git a/src/Models/ThemeConfig/TagRenderingConfig.ts b/src/Models/ThemeConfig/TagRenderingConfig.ts index 7a763e3464..9975e20d30 100644 --- a/src/Models/ThemeConfig/TagRenderingConfig.ts +++ b/src/Models/ThemeConfig/TagRenderingConfig.ts @@ -5,7 +5,10 @@ import { TagUtils } from "../../Logic/Tags/TagUtils" import { And } from "../../Logic/Tags/And" import { Utils } from "../../Utils" import { Tag } from "../../Logic/Tags/Tag" -import { MappingConfigJson, QuestionableTagRenderingConfigJson } from "./Json/QuestionableTagRenderingConfigJson" +import { + MappingConfigJson, + QuestionableTagRenderingConfigJson, +} from "./Json/QuestionableTagRenderingConfigJson" import Validators, { ValidatorType } from "../../UI/InputElement/Validators" import { TagRenderingConfigJson } from "./Json/TagRenderingConfigJson" import { RegexTag } from "../../Logic/Tags/RegexTag" diff --git a/src/Models/ThemeViewState/UserMapFeatureswitchState.ts b/src/Models/ThemeViewState/UserMapFeatureswitchState.ts index d623dd567a..1f7d50d275 100644 --- a/src/Models/ThemeViewState/UserMapFeatureswitchState.ts +++ b/src/Models/ThemeViewState/UserMapFeatureswitchState.ts @@ -35,10 +35,8 @@ import ShowDataLayer from "../../UI/Map/ShowDataLayer" */ export class UserMapFeatureswitchState extends WithUserRelatedState { - readonly map: UIEventSource - readonly mapProperties: MapLibreAdaptor & MapProperties & ExportableMap readonly lastClickObject: LastClickFeatureSource @@ -47,19 +45,22 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { readonly geolocationControl: GeolocationControlState readonly historicalUserLocations: WritableFeatureSource> - readonly availableLayers: { store: Store } readonly currentView: FeatureSource> readonly fullNodeDatabase?: FullNodeDatabaseSource - constructor(theme: ThemeConfig, selectedElement: Store) { - const rasterLayer: UIEventSource = new UIEventSource(undefined) + const rasterLayer: UIEventSource = + new UIEventSource(undefined) super(theme, rasterLayer) this.geolocationState = new GeoLocationState() const initial = new InitialMapPositioning(theme, this.geolocationState, this.osmConnection) this.map = new UIEventSource(undefined) - this.mapProperties = new MapLibreAdaptor(this.map, { rasterLayer, ...initial }, { correctClick: 20 }) + this.mapProperties = new MapLibreAdaptor( + this.map, + { rasterLayer, ...initial }, + { correctClick: 20 } + ) this.geolocation = new GeoLocationHandler( this.geolocationState, @@ -70,7 +71,6 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { this.geolocationControl = new GeolocationControlState(this.geolocation, this.mapProperties) this.historicalUserLocations = this.geolocation.historicalUserLocations - this.userRelatedState.fixateNorth.addCallbackAndRunD((fixated) => { this.mapProperties.allowRotating.setData(fixated !== "yes") }) @@ -100,8 +100,8 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { bbox.asGeoJson({ zoom: this.mapProperties.zoom.data, ...this.mapProperties.location.data, - id: "current_view_" + currentViewIndex - }) + id: "current_view_" + currentViewIndex, + }), ] }) ) @@ -111,12 +111,10 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { this.fullNodeDatabase = new FullNodeDatabaseSource() } - ///////// Actors /////////////// new BackgroundLayerResetter(this.mapProperties.rasterLayer, this.availableLayers) - this.userRelatedState.showScale.addCallbackAndRun((showScale) => { this.mapProperties.showScale.set(showScale) }) @@ -127,14 +125,11 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { this.userRelatedState.preferredBackgroundLayer ) - this.initHotkeys() this.drawOverlayLayers() this.drawLock() - } - /** * If the map is locked to a certain area _and_ we are in test mode, draw this on the map * @private @@ -159,7 +154,6 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { } } - /* By focussing on the map, the keyboard panning and zoom with '+' and '+' works */ public focusOnMap() { if (this.map.data) { @@ -205,55 +199,35 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { }) } - Hotkeys.RegisterHotkey( - { nomod: "O" }, - docs.selectOsmbasedmap, - () => setLayerCategory("osmbasedmap") + Hotkeys.RegisterHotkey({ nomod: "O" }, docs.selectOsmbasedmap, () => + setLayerCategory("osmbasedmap") ) - Hotkeys.RegisterHotkey( - { nomod: "M" }, - docs.selectMap, - () => setLayerCategory("map") + Hotkeys.RegisterHotkey({ nomod: "M" }, docs.selectMap, () => setLayerCategory("map")) + + Hotkeys.RegisterHotkey({ nomod: "P" }, docs.selectAerial, () => + setLayerCategory("photo") + ) + Hotkeys.RegisterHotkey({ shift: "O" }, docs.selectOsmbasedmap, () => + setLayerCategory("osmbasedmap", 2) ) - Hotkeys.RegisterHotkey( - { nomod: "P" }, - docs.selectAerial, - () => setLayerCategory("photo") - ) - Hotkeys.RegisterHotkey( - { shift: "O" }, - docs.selectOsmbasedmap, - () => setLayerCategory("osmbasedmap", 2) - ) + Hotkeys.RegisterHotkey({ shift: "M" }, docs.selectMap, () => setLayerCategory("map", 2)) - Hotkeys.RegisterHotkey( - { shift: "M" }, - docs.selectMap, - () => setLayerCategory("map", 2) - ) - - Hotkeys.RegisterHotkey( - { shift: "P" }, - docs.selectAerial, - () => setLayerCategory("photo", 2) + Hotkeys.RegisterHotkey({ shift: "P" }, docs.selectAerial, () => + setLayerCategory("photo", 2) ) return true }) - Hotkeys.RegisterHotkey( - { nomod: "L" }, - Translations.t.hotkeyDocumentation.geolocate, - () => { - this.geolocationControl.handleClick() - } - ) + Hotkeys.RegisterHotkey({ nomod: "L" }, Translations.t.hotkeyDocumentation.geolocate, () => { + this.geolocationControl.handleClick() + }) Hotkeys.RegisterHotkey( { - shift: "T" + shift: "T", }, docs.translationMode, () => { @@ -286,7 +260,7 @@ export class UserMapFeatureswitchState extends WithUserRelatedState { return new ShowDataLayer(map, { features, layer, - metaTags: this.userRelatedState.preferencesAsTags + metaTags: this.userRelatedState.preferencesAsTags, }) } } diff --git a/src/Models/ThemeViewState/WithChangesState.ts b/src/Models/ThemeViewState/WithChangesState.ts index d9247d1eb9..0f5499b725 100644 --- a/src/Models/ThemeViewState/WithChangesState.ts +++ b/src/Models/ThemeViewState/WithChangesState.ts @@ -1,7 +1,5 @@ import { Changes } from "../../Logic/Osm/Changes" -import { - NewGeometryFromChangesFeatureSource -} from "../../Logic/FeatureSource/Sources/NewGeometryFromChangesFeatureSource" +import { NewGeometryFromChangesFeatureSource } from "../../Logic/FeatureSource/Sources/NewGeometryFromChangesFeatureSource" import { WithLayoutSourceState } from "./WithLayoutSourceState" import ThemeConfig from "../ThemeConfig/ThemeConfig" import { Utils } from "../../Utils" @@ -20,10 +18,11 @@ import { Map as MlMap } from "maplibre-gl" import FilteringFeatureSource from "../../Logic/FeatureSource/Sources/FilteringFeatureSource" import ShowDataLayer from "../../UI/Map/ShowDataLayer" import SelectedElementTagsUpdater from "../../Logic/Actors/SelectedElementTagsUpdater" -import NoElementsInViewDetector, { FeatureViewState } from "../../Logic/Actors/NoElementsInViewDetector" +import NoElementsInViewDetector, { + FeatureViewState, +} from "../../Logic/Actors/NoElementsInViewDetector" export class WithChangesState extends WithLayoutSourceState { - readonly changes: Changes readonly newFeatures: WritableFeatureSource readonly osmObjectDownloader: OsmObjectDownloader @@ -44,7 +43,7 @@ export class WithChangesState extends WithLayoutSourceState { osmConnection: this.osmConnection, featureProperties: this.featureProperties, historicalUserLocations: this.historicalUserLocations, - reportError: this.reportError + reportError: this.reportError, }, theme?.isLeftRightSensitive() ?? false ) @@ -66,8 +65,7 @@ export class WithChangesState extends WithLayoutSourceState { ), new ChangeGeometryApplicator(this.indexedFeatures, this.changes), { - constructStore: (features, layer) => - new GeoIndexedStoreForLayer(features, layer), + constructStore: (features, layer) => new GeoIndexedStoreForLayer(features, layer), handleLeftovers: (features) => { console.warn( "Got ", @@ -75,7 +73,7 @@ export class WithChangesState extends WithLayoutSourceState { "leftover features, such as", features[0].properties ) - } + }, } ) this.perLayer = perLayer.perLayer @@ -85,7 +83,6 @@ export class WithChangesState extends WithLayoutSourceState { this.toCacheSavers = theme.enableCache ? this.initSaveToLocalStorage() : undefined - ////// ACTORS //////// new ChangeToElementsActor(this.changes, this.featureProperties) @@ -97,7 +94,7 @@ export class WithChangesState extends WithLayoutSourceState { featureProperties: this.featureProperties, indexedFeatures: this.indexedFeatures, osmObjectDownloader: this.osmObjectDownloader, - perLayer: this.perLayer + perLayer: this.perLayer, }) } @@ -154,8 +151,8 @@ export class WithChangesState extends WithLayoutSourceState { userid: this.osmConnection.userDetails.data?.uid, pendingChanges: this.changes.pendingChanges.data, previousChanges: this.changes.allChanges.data, - changeRewrites: Utils.MapToObj(this.changes._changesetHandler._remappings) - }) + changeRewrites: Utils.MapToObj(this.changes._changesetHandler._remappings), + }), }) } catch (e) { console.error("Could not upload an error report") @@ -227,10 +224,9 @@ export class WithChangesState extends WithLayoutSourceState { doShowLayer, metaTags: this.userRelatedState.preferencesAsTags, selectedElement: this.selectedElement, - fetchStore: (id) => this.featureProperties.getStore(id) + fetchStore: (id) => this.featureProperties.getStore(id), }) }) return filteringFeatureSource } - } diff --git a/src/Models/ThemeViewState/WithGuiState.ts b/src/Models/ThemeViewState/WithGuiState.ts index 9f99577bf8..2fd242315b 100644 --- a/src/Models/ThemeViewState/WithGuiState.ts +++ b/src/Models/ThemeViewState/WithGuiState.ts @@ -34,7 +34,6 @@ export class WithGuiState extends WithSpecialLayers { this.initHotkeysGui() } - private initHotkeysGui() { const docs = Translations.t.hotkeyDocumentation @@ -44,7 +43,7 @@ export class WithGuiState extends WithSpecialLayers { Hotkeys.RegisterHotkey( { - nomod: "b" + nomod: "b", }, docs.openLayersPanel, () => { @@ -55,7 +54,7 @@ export class WithGuiState extends WithSpecialLayers { ) Hotkeys.RegisterHotkey( { - nomod: "s" + nomod: "s", }, Translations.t.hotkeyDocumentation.openFilterPanel, () => { @@ -70,5 +69,4 @@ export class WithGuiState extends WithSpecialLayers { this.guistate.closeAll() this.selectedElement.setData(this.currentView.features?.data?.[0]) } - } diff --git a/src/Models/ThemeViewState/WithImageState.ts b/src/Models/ThemeViewState/WithImageState.ts index aaed7ddb38..11d2c7e251 100644 --- a/src/Models/ThemeViewState/WithImageState.ts +++ b/src/Models/ThemeViewState/WithImageState.ts @@ -12,12 +12,10 @@ import { WithGuiState } from "./WithGuiState" import { SpecialVisualizationState } from "../../UI/SpecialVisualization" export class WithImageState extends WithGuiState implements SpecialVisualizationState { - readonly imageUploadManager: ImageUploadManager readonly previewedImage = new UIEventSource(undefined) readonly nearbyImageSearcher: CombinedFetcher - constructor(layout: ThemeConfig, mvtAvailableLayers: Store>) { super(layout, mvtAvailableLayers) this.imageUploadManager = new ImageUploadManager( @@ -40,28 +38,23 @@ export class WithImageState extends WithGuiState implements SpecialVisualization longAgo.setTime(new Date().getTime() - 5 * 365 * 24 * 60 * 60 * 1000) this.nearbyImageSearcher = new CombinedFetcher(50, longAgo, this.indexedFeatures) - this.initActors() Hash.hash.addCallbackAndRunD((hash) => { if (hash === "current_view" || hash.match(/current_view_[0-9]+/)) { this.selectCurrentView() } }) - } /** * Setup various services for which no reference are needed */ private initActors() { - new ThemeViewStateHashActor({ selectedElement: this.selectedElement, indexedFeatures: this.indexedFeatures, - guistate: this.guistate + guistate: this.guistate, }) new PendingChangesUploader(this.changes, this.selectedElement, this.imageUploadManager) - - } } diff --git a/src/Models/ThemeViewState/WithLayoutSourceState.ts b/src/Models/ThemeViewState/WithLayoutSourceState.ts index ff492076cf..552686f27b 100644 --- a/src/Models/ThemeViewState/WithLayoutSourceState.ts +++ b/src/Models/ThemeViewState/WithLayoutSourceState.ts @@ -9,7 +9,6 @@ import { FeatureSource, IndexedFeatureSource } from "../../Logic/FeatureSource/F import { Tag } from "../../Logic/Tags/Tag" export class WithLayoutSourceState extends WithSelectedElementState { - readonly layerState: LayerState readonly dataIsLoading: Store @@ -21,7 +20,6 @@ export class WithLayoutSourceState extends WithSelectedElementState { */ readonly floors: Store - constructor(theme: ThemeConfig, mvtAvailableLayers: Store>) { super(theme) /* Set up the layout source @@ -62,24 +60,23 @@ export class WithLayoutSourceState extends WithSelectedElementState { this.layerState.filteredLayers .get("favourite") ?.isDisplayed?.addCallbackAndRunD((favouritesShown) => { - const oldGlobal = this.layerState.globalFilters.data - const key = "show-favourite" - if (favouritesShown) { - this.layerState.globalFilters.set([ - ...oldGlobal, - { - forceShowOnMatch: true, - id: key, - osmTags: new Tag("_favourite", "yes"), - state: 0, - onNewPoint: undefined - } - ]) - } else { - this.layerState.globalFilters.set(oldGlobal.filter((gl) => gl.id !== key)) - } - }) - + const oldGlobal = this.layerState.globalFilters.data + const key = "show-favourite" + if (favouritesShown) { + this.layerState.globalFilters.set([ + ...oldGlobal, + { + forceShowOnMatch: true, + id: key, + osmTags: new Tag("_favourite", "yes"), + state: 0, + onNewPoint: undefined, + }, + ]) + } else { + this.layerState.globalFilters.set(oldGlobal.filter((gl) => gl.id !== key)) + } + }) } private static initFloors(features: FeatureSource): Store { @@ -124,6 +121,4 @@ export class WithLayoutSourceState extends WithSelectedElementState { this.featureProperties.trackFeature(feature) this.selectedElement.setData(feature) } - - } diff --git a/src/Models/ThemeViewState/WithSearchState.ts b/src/Models/ThemeViewState/WithSearchState.ts index a106ea81a4..a9235c3ea0 100644 --- a/src/Models/ThemeViewState/WithSearchState.ts +++ b/src/Models/ThemeViewState/WithSearchState.ts @@ -30,7 +30,7 @@ export class WithSearchState extends WithVisualFeedbackState { metaTags: this.userRelatedState.preferencesAsTags, onClick: (feature) => { this.searchState.clickedOnMap(feature) - } + }, } new ShowDataLayer(this.map, options) } @@ -39,17 +39,12 @@ export class WithSearchState extends WithVisualFeedbackState { private initHotkeysSearch() { const docs = Translations.t.hotkeyDocumentation - Hotkeys.RegisterHotkey( - { ctrl: "F" }, - docs.selectSearch, - () => { - this.searchState.feedback.set(undefined) - this.searchState.searchIsFocused.set(true) - } - ) + Hotkeys.RegisterHotkey({ ctrl: "F" }, docs.selectSearch, () => { + this.searchState.feedback.set(undefined) + this.searchState.searchIsFocused.set(true) + }) Hotkeys.RegisterHotkey({ nomod: "Escape", onUp: true }, docs.closeSidebar, () => { - if (this.guistate.closeAll()) { return } @@ -59,7 +54,5 @@ export class WithSearchState extends WithVisualFeedbackState { Zoomcontrol.resetzoom() this.focusOnMap() }) - } - } diff --git a/src/Models/ThemeViewState/WithSelectedElementState.ts b/src/Models/ThemeViewState/WithSelectedElementState.ts index 1877338e97..6f00dc570d 100644 --- a/src/Models/ThemeViewState/WithSelectedElementState.ts +++ b/src/Models/ThemeViewState/WithSelectedElementState.ts @@ -13,12 +13,13 @@ import { GeocodeResult } from "../../Logic/Search/GeocodingProvider" * No GUI stuff */ export class WithSelectedElementState extends UserMapFeatureswitchState { - - readonly selectedElement: UIEventSource constructor(theme: ThemeConfig) { - const selectedElement = new UIEventSource(undefined, "Selected element") + const selectedElement = new UIEventSource( + undefined, + "Selected element" + ) super(theme, selectedElement) this.selectedElement = selectedElement this.selectedElement.addCallback((selected) => { @@ -34,7 +35,6 @@ export class WithSelectedElementState extends UserMapFeatureswitchState { this.setSelectedElement(lastClick.nearestFeature) }) - // Add the selected element to the recently visited history this.selectedElement.addCallbackD((selected) => { const [osm_type, osm_id] = selected.properties.id.split("/") @@ -47,7 +47,7 @@ export class WithSelectedElementState extends UserMapFeatureswitchState { selected?.properties?.local_name, layer?.title.GetRenderValue(selected?.properties ?? {}).txt, selected.properties.display_name, - selected.properties.id + selected.properties.id, ] const r = { feature: selected, @@ -55,11 +55,10 @@ export class WithSelectedElementState extends UserMapFeatureswitchState { osm_id, osm_type, lon, - lat + lat, } this.userRelatedState.recentlyVisitedSearch.add(r) }) - } protected setSelectedElement(feature: Feature) { @@ -73,6 +72,4 @@ export class WithSelectedElementState extends UserMapFeatureswitchState { } this.selectedElement.setData(feature) } - - } diff --git a/src/Models/ThemeViewState/WithSpecialLayers.ts b/src/Models/ThemeViewState/WithSpecialLayers.ts index 50c9ddfd61..0b413d415f 100644 --- a/src/Models/ThemeViewState/WithSpecialLayers.ts +++ b/src/Models/ThemeViewState/WithSpecialLayers.ts @@ -18,12 +18,11 @@ import { Store, UIEventSource } from "../../Logic/UIEventSource" import NearbyFeatureSource from "../../Logic/FeatureSource/Sources/NearbyFeatureSource" import { SummaryTileSource, - SummaryTileSourceRewriter + SummaryTileSourceRewriter, } from "../../Logic/FeatureSource/TiledFeatureSource/SummaryTileSource" import { ShowDataLayerOptions } from "../../UI/Map/ShowDataLayerOptions" export class WithSpecialLayers extends WithChangesState { - readonly favourites: FavouritesFeatureSource /** * When hovering (in the popup) an image, the location of the image will be revealed on the main map. @@ -42,7 +41,6 @@ export class WithSpecialLayers extends WithChangesState { */ readonly visualFeedbackViewportBounds: UIEventSource = new UIEventSource(undefined) - constructor(theme: ThemeConfig, mvtAvailableLayers: Store>) { super(theme, mvtAvailableLayers) @@ -57,7 +55,7 @@ export class WithSpecialLayers extends WithChangesState { bounds: this.visualFeedbackViewportBounds.map( (bounds) => bounds ?? this.mapProperties.bounds?.data, [this.mapProperties.bounds] - ) + ), } ) this.closestFeatures.registerSource(this.favourites, "favourite") @@ -85,11 +83,8 @@ export class WithSpecialLayers extends WithChangesState { }) } } - - } - private setupSummaryLayer(): SummaryTileSourceRewriter | undefined { /** * MaxZoom for the summary layer @@ -113,17 +108,20 @@ export class WithSpecialLayers extends WithChangesState { this.mapProperties.zoom.map((z) => Math.max(Math.floor(z), 0)), this.mapProperties, { - isActive: this.mapProperties.zoom.map((z) => z < maxzoom) + isActive: this.mapProperties.zoom.map((z) => z < maxzoom), } ) - const source = new SummaryTileSourceRewriter(summaryTileSource, this.layerState.filteredLayers) + const source = new SummaryTileSourceRewriter( + summaryTileSource, + this.layerState.filteredLayers + ) new ShowDataLayer(this.map, { features: source, layer: new LayerConfig(summaryLayer, "summaryLayer"), // doShowLayer: this.mapProperties.zoom.map((z) => z < maxzoom), - selectedElement: this.selectedElement + selectedElement: this.selectedElement, }) return source } @@ -139,7 +137,7 @@ export class WithSpecialLayers extends WithChangesState { doShowLayer: flayer.isDisplayed, layer: flayer.layerDef, metaTags: this.userRelatedState.preferencesAsTags, - selectedElement: this.selectedElement + selectedElement: this.selectedElement, } new ShowDataLayer(this.map, options) } @@ -154,14 +152,14 @@ export class WithSpecialLayers extends WithChangesState { lastClickLayerConfig.isShown === undefined ? source : source.features.mapD((fs) => - fs.filter((f) => { - const matches = lastClickLayerConfig.isShown.matchesProperties( - f.properties - ) - console.debug("LastClick ", f, "matches", matches) - return matches - }) - ) + fs.filter((f) => { + const matches = lastClickLayerConfig.isShown.matchesProperties( + f.properties + ) + console.debug("LastClick ", f, "matches", matches) + return matches + }) + ) // show last click = new point/note marker const features = new StaticFeatureSource(lastClickFiltered) this.featureProperties.trackFeatureSource(features) @@ -175,9 +173,9 @@ export class WithSpecialLayers extends WithChangesState { } this.map.data.flyTo({ zoom: Constants.minZoomLevelToAddNewPoint, - center: GeoOperations.centerpointCoordinates(feature) + center: GeoOperations.centerpointCoordinates(feature), }) - } + }, }) } @@ -189,15 +187,17 @@ export class WithSpecialLayers extends WithChangesState { } private drawSpecialLayers() { - type AddedByDefaultTypes = (typeof Constants.added_by_default)[number] - type LayersToAdd = "current_view" | Exclude + type LayersToAdd = + | "current_view" + | Exclude< + AddedByDefaultTypes, + | "search" // Handled by WithSearchState + | "last_click" // handled by this.drawLastClick() + | "summary" // handled by setupSummaryLayer + | "range" // handled by UserMapFeatureSwitchState + | "selected_element" // handled by this.drawSelectedElement + > const empty = [] /** * A listing which maps the layerId onto the featureSource @@ -209,15 +209,13 @@ export class WithSpecialLayers extends WithChangesState { gps_track: this.geolocation.historicalUserLocationsTrack, current_view: this.currentView, favourite: this.favourites, - geocoded_image: new StaticFeatureSource(this.geocodedImages) + geocoded_image: new StaticFeatureSource(this.geocodedImages), } - // enumerate all 'normal' layers and match them with the appropriate 'special' layer - if applicable this.layerState.filteredLayers.forEach((flayer) => { this.registerSpecialLayer(flayer, specialLayers[flayer.layerDef.id]) }) - } private initActorsSpecialLayers() { @@ -230,5 +228,4 @@ export class WithSpecialLayers extends WithChangesState { } }) } - } diff --git a/src/Models/ThemeViewState/WithUserRelatedState.ts b/src/Models/ThemeViewState/WithUserRelatedState.ts index 6f9dc8a2af..edece3ad05 100644 --- a/src/Models/ThemeViewState/WithUserRelatedState.ts +++ b/src/Models/ThemeViewState/WithUserRelatedState.ts @@ -27,7 +27,11 @@ export class WithUserRelatedState { { // Some weird setups Utils.initDomPurify() - if (!Utils.runningFromConsole && theme.customCss !== undefined && window.location.pathname.indexOf("theme") >= 0) { + if ( + !Utils.runningFromConsole && + theme.customCss !== undefined && + window.location.pathname.indexOf("theme") >= 0 + ) { Utils.LoadCustomCss(theme.customCss) } } @@ -40,7 +44,7 @@ export class WithUserRelatedState { "oauth_token", undefined, "Used to complete the login" - ) + ), }) this.featureSwitchIsTesting = this.featureSwitches.featureSwitchIsTesting @@ -61,7 +65,7 @@ export class WithUserRelatedState { icon: th.icon, title: th.title.translations, shortDescription: th.shortDescription.translations, - layers: th.layers.filter((l) => l.isNormal()).map((l) => l.id) + layers: th.layers.filter((l) => l.isNormal()).map((l) => l.id), }) } @@ -103,5 +107,4 @@ export class WithUserRelatedState { } return this.theme.getMatchingLayer(properties) } - } diff --git a/src/Models/ThemeViewState/WithVisualFeedbackState.ts b/src/Models/ThemeViewState/WithVisualFeedbackState.ts index fbee6252b9..bb5710a1eb 100644 --- a/src/Models/ThemeViewState/WithVisualFeedbackState.ts +++ b/src/Models/ThemeViewState/WithVisualFeedbackState.ts @@ -35,7 +35,6 @@ export class WithVisualFeedbackState extends ThemeViewState { }) } - /** * Selects the feature that is 'i' closest to the map center */ @@ -65,7 +64,7 @@ export class WithVisualFeedbackState extends ThemeViewState { Hotkeys.RegisterHotkey( { nomod: " ", - onUp: true + onUp: true, }, docs.selectItem, () => { @@ -97,12 +96,11 @@ export class WithVisualFeedbackState extends ThemeViewState { Hotkeys.RegisterHotkey( { nomod: "" + i, - onUp: true + onUp: true, }, doc, () => this.selectClosestAtCenter(i - 1) ) } - } } diff --git a/src/UI/Base/LoadingPlaceholder.svelte b/src/UI/Base/LoadingPlaceholder.svelte index 9b9f5ca427..c5fabb3a93 100644 --- a/src/UI/Base/LoadingPlaceholder.svelte +++ b/src/UI/Base/LoadingPlaceholder.svelte @@ -1,11 +1,10 @@ -
-
-
-
+ +
+
+
diff --git a/src/UI/BigComponents/MenuDrawer.svelte b/src/UI/BigComponents/MenuDrawer.svelte index ba8c7079d3..47a0fc4178 100644 --- a/src/UI/BigComponents/MenuDrawer.svelte +++ b/src/UI/BigComponents/MenuDrawer.svelte @@ -52,6 +52,7 @@ import PanoramaxLink from "./PanoramaxLink.svelte" import { UIEventSource } from "../../Logic/UIEventSource" import MagnifyingGlassCircle from "@babeard/svelte-heroicons/mini/MagnifyingGlassCircle" + import Forgejo from "../../assets/svg/Forgejo.svelte" export let state: ThemeViewState let userdetails = state.osmConnection.userDetails @@ -124,17 +125,17 @@ - + @@ -206,7 +207,7 @@ {#if theme.official} - - + + - + diff --git a/src/UI/BigComponents/NewPointLocationInput.svelte b/src/UI/BigComponents/NewPointLocationInput.svelte index b7181299d5..b679fa06d5 100644 --- a/src/UI/BigComponents/NewPointLocationInput.svelte +++ b/src/UI/BigComponents/NewPointLocationInput.svelte @@ -60,7 +60,9 @@ export let presetProperties: Tag[] = [] let presetPropertiesUnpacked = TagUtils.KVtoProperties(presetProperties) - export let snappedTo: UIEventSource = new UIEventSource(undefined) + export let snappedTo: UIEventSource = new UIEventSource( + undefined + ) const map: UIEventSource = new UIEventSource(undefined) export let mapProperties: Partial & { location } = { diff --git a/src/UI/Comparison/ComparisonTable.svelte b/src/UI/Comparison/ComparisonTable.svelte index e676866657..5af99e65cf 100644 --- a/src/UI/Comparison/ComparisonTable.svelte +++ b/src/UI/Comparison/ComparisonTable.svelte @@ -137,11 +137,7 @@ > {#each $unknownImages as image (image)}
- +
{/each}
diff --git a/src/UI/CustomThemeError.svelte b/src/UI/CustomThemeError.svelte index 48d8cdb17a..7922d9c891 100644 --- a/src/UI/CustomThemeError.svelte +++ b/src/UI/CustomThemeError.svelte @@ -6,17 +6,13 @@ export let stack: string[] function offerDefinitionForDownload() { - Utils.offerContentsAsDownloadableFile( - customDefinition, - "mapcomplete-theme.json", - { mimetype: "application/json" } - ) + Utils.offerContentsAsDownloadableFile(customDefinition, "mapcomplete-theme.json", { + mimetype: "application/json", + }) } - -
- +

Something went wrong

{stack[0]}
{#each stack.slice(1) as stck} @@ -24,7 +20,7 @@ {/each} {#if customDefinition} {/if} diff --git a/src/UI/Image/DeletableImage.svelte b/src/UI/Image/DeletableImage.svelte index 4921ae8620..3831621e03 100644 --- a/src/UI/Image/DeletableImage.svelte +++ b/src/UI/Image/DeletableImage.svelte @@ -145,11 +145,7 @@
- + diff --git a/src/UI/SingleThemeGui.svelte b/src/UI/SingleThemeGui.svelte index 657090b0d3..f57c4aad61 100644 --- a/src/UI/SingleThemeGui.svelte +++ b/src/UI/SingleThemeGui.svelte @@ -1,62 +1,61 @@ - {#if !webgl_supported} -
WebGL is not supported or not enabled. This is - essential - for MapComplete to function, please enable this. +
+ WebGL is not supported or not enabled. This is essential for MapComplete to function, please + enable this.
{:else} diff --git a/src/UI/SpecialVisualization.ts b/src/UI/SpecialVisualization.ts index 8b97c64a7d..4bd087f19e 100644 --- a/src/UI/SpecialVisualization.ts +++ b/src/UI/SpecialVisualization.ts @@ -1,7 +1,11 @@ import { Store, UIEventSource } from "../Logic/UIEventSource" import BaseUIElement from "./BaseUIElement" import ThemeConfig from "../Models/ThemeConfig/ThemeConfig" -import { FeatureSource, IndexedFeatureSource, WritableFeatureSource } from "../Logic/FeatureSource/FeatureSource" +import { + FeatureSource, + IndexedFeatureSource, + WritableFeatureSource, +} from "../Logic/FeatureSource/FeatureSource" import { OsmConnection } from "../Logic/Osm/OsmConnection" import { Changes } from "../Logic/Osm/Changes" import { ExportableMap, MapProperties } from "../Models/MapProperties" diff --git a/src/UI/Studio/SchemaBasedMultiType.svelte b/src/UI/Studio/SchemaBasedMultiType.svelte index e594fb6ff3..09bfc42220 100644 --- a/src/UI/Studio/SchemaBasedMultiType.svelte +++ b/src/UI/Studio/SchemaBasedMultiType.svelte @@ -30,7 +30,6 @@ let lastIsString = false { - const types: string | string[] = Array.isArray(schema.type) ? schema.type[schema.type.length - 1]["type"] : [] @@ -64,7 +63,7 @@ inline: true, type: schema.hints.typehint, addExtraTags: ["chosen_type_index="], - helperArgs: [] + helperArgs: [], }, } let tags = new UIEventSource>({}) diff --git a/src/Utils.ts b/src/Utils.ts index 1f0981d7e4..770c620585 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -1125,8 +1125,8 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be element.click() } - public static async waitFor(timeMillis: number): Promise; - public static async waitFor(timeMillis: number, t: T): Promise; + public static async waitFor(timeMillis: number): Promise + public static async waitFor(timeMillis: number, t: T): Promise public static async waitFor(timeMillis: number, t: T): Promise { return new Promise((resolve) => { diff --git a/src/assets/contributors.json b/src/assets/contributors.json index 8bde458853..88c68c057b 100644 --- a/src/assets/contributors.json +++ b/src/assets/contributors.json @@ -1,7 +1,7 @@ { "contributors": [ { - "commits": 8870, + "commits": 8941, "contributor": "Pieter Vander Vennet" }, { diff --git a/src/assets/language_in_country.json b/src/assets/language_in_country.json index b900d23d86..4b1c29b7e1 100644 --- a/src/assets/language_in_country.json +++ b/src/assets/language_in_country.json @@ -181,9 +181,9 @@ "ar" ], "ER": [ + "en", "ar", - "ti", - "en" + "ti" ], "ES": [ "es", @@ -236,9 +236,9 @@ "fr" ], "GQ": [ + "pt", "fr", - "es", - "pt" + "es" ], "GR": [ "el" @@ -309,7 +309,6 @@ "sw" ], "KG": [ - "ru", "ky" ], "KH": [ diff --git a/src/assets/language_translations.json b/src/assets/language_translations.json index 1586b66017..638123742e 100644 --- a/src/assets/language_translations.json +++ b/src/assets/language_translations.json @@ -10121,7 +10121,6 @@ "_meta": { "countries": [ "BY", - "KG", "KZ", "RU", "TJ" diff --git a/src/assets/schemas/layerconfigmeta.json b/src/assets/schemas/layerconfigmeta.json index e2f418b4c1..aa9494ed89 100644 --- a/src/assets/schemas/layerconfigmeta.json +++ b/src/assets/schemas/layerconfigmeta.json @@ -10920,6 +10920,10 @@ "if": "value=doctors", "then": "doctors - This layer shows doctor offices" }, + { + "if": "value=dog_toilet", + "then": "dog_toilet - A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area." + }, { "if": "value=dogpark", "then": "dogpark - A layer showing dogparks, which are areas where dog are allowed to run without a leash" diff --git a/src/assets/schemas/layoutconfigmeta.json b/src/assets/schemas/layoutconfigmeta.json index c81bc0692d..9427e6b37b 100644 --- a/src/assets/schemas/layoutconfigmeta.json +++ b/src/assets/schemas/layoutconfigmeta.json @@ -799,6 +799,10 @@ "if": "value=doctors", "then": "doctors (builtin) - This layer shows doctor offices" }, + { + "if": "value=dog_toilet", + "then": "dog_toilet (builtin) - A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area." + }, { "if": "value=dogpark", "then": "dogpark (builtin) - A layer showing dogparks, which are areas where dog are allowed to run without a leash" @@ -13531,6 +13535,10 @@ "if": "value=doctors", "then": "doctors - This layer shows doctor offices" }, + { + "if": "value=dog_toilet", + "then": "dog_toilet - A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area." + }, { "if": "value=dogpark", "then": "dogpark - A layer showing dogparks, which are areas where dog are allowed to run without a leash" @@ -35299,6 +35307,10 @@ "if": "value=doctors", "then": "doctors - This layer shows doctor offices" }, + { + "if": "value=dog_toilet", + "then": "dog_toilet - A dog toilet is a facility designated for dogs to urinate and excrete. This can be a designated, signposted patch of grass, a sand pit or a fenced area." + }, { "if": "value=dogpark", "then": "dogpark - A layer showing dogparks, which are areas where dog are allowed to run without a leash" diff --git a/src/assets/svg/Forgejo.svelte b/src/assets/svg/Forgejo.svelte new file mode 100644 index 0000000000..27fcfb0725 --- /dev/null +++ b/src/assets/svg/Forgejo.svelte @@ -0,0 +1,4 @@ + + Forgejo logo Caesar Schinas \ No newline at end of file diff --git a/src/assets/translators.json b/src/assets/translators.json index c669318107..3b0cbb8e53 100644 --- a/src/assets/translators.json +++ b/src/assets/translators.json @@ -17,7 +17,7 @@ "contributor": "Anonymous" }, { - "commits": 112, + "commits": 119, "contributor": "mcliquid" }, { @@ -29,7 +29,7 @@ "contributor": "Robin van der Linde" }, { - "commits": 80, + "commits": 82, "contributor": "mike140" }, { @@ -216,6 +216,10 @@ "commits": 9, "contributor": "Jacque Fresco" }, + { + "commits": 8, + "contributor": "Weblate Admin" + }, { "commits": 8, "contributor": "Joost Schouppe" @@ -228,10 +232,6 @@ "commits": 8, "contributor": "Vinicius" }, - { - "commits": 7, - "contributor": "Weblate Admin" - }, { "commits": 7, "contributor": "Franco" @@ -588,6 +588,14 @@ "commits": 2, "contributor": "Leo Alcaraz" }, + { + "commits": 1, + "contributor": "Manuel" + }, + { + "commits": 1, + "contributor": "Hufkratzer" + }, { "commits": 1, "contributor": "Túllio Morais Franca" diff --git a/src/index.ts b/src/index.ts index f7afb22783..36ee18a74e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,6 @@ import DetermineTheme from "./Logic/DetermineTheme" import SingleThemeGui from "./UI/SingleThemeGui.svelte" import CustomThemeError from "./UI/CustomThemeError.svelte" - async function main() { const target = document.getElementById("maindiv") const childs = Array.from(target.children) @@ -10,7 +9,7 @@ async function main() { const theme = await DetermineTheme.getTheme() new SingleThemeGui({ target, - props: { theme } + props: { theme }, }) childs.forEach((ch) => target.removeChild(ch)) Array.from(document.getElementsByClassName("delete-on-load")).forEach((el) => { @@ -24,10 +23,9 @@ async function main() { target, props: { stack: err.toString().split("\n"), - customDefinition - } + customDefinition, + }, }) - } }