mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Hide background sources from the list if they're blocked (close #7905)
This commit is contained in:
@@ -197,7 +197,7 @@ By default, presets are available everywhere.
|
||||
|
||||
##### `notCountryCodes`
|
||||
|
||||
An array of two-letter, lowercase [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes. Similar to `countryCodes` except a blacklist instead of a whitelist.
|
||||
An array of two-letter, lowercase [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes. Similar to `countryCodes` except a blocklist.
|
||||
|
||||
##### `replacement`
|
||||
|
||||
@@ -423,7 +423,7 @@ By default, fields are available everywhere.
|
||||
|
||||
##### `notCountryCodes`
|
||||
|
||||
An array of two-letter, lowercase [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes. Similar to `countryCodes` except a blacklist instead of a whitelist.
|
||||
An array of two-letter, lowercase [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) country codes. Similar to `countryCodes` except a blocklist.
|
||||
|
||||
##### `urlFormat`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user