mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Filter taginfo by country code prefix
taginfo returns results that match anywhere within the string. So in Canada, you might get results like US:CA:SF. This change filters out such results.
This commit is contained in:
@@ -367,7 +367,7 @@
|
||||
},
|
||||
"cycle_network": {
|
||||
"key": "cycle_network",
|
||||
"type": "combo",
|
||||
"type": "networkCombo",
|
||||
"label": "Network"
|
||||
},
|
||||
"cycleway": {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"key": "cycle_network",
|
||||
"type": "combo",
|
||||
"type": "networkCombo",
|
||||
"label": "Network"
|
||||
}
|
||||
Reference in New Issue
Block a user