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:
Minh Nguyễn
2016-08-02 07:21:32 -07:00
parent 05ecac64cc
commit d1d6b5399e
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -367,7 +367,7 @@
},
"cycle_network": {
"key": "cycle_network",
"type": "combo",
"type": "networkCombo",
"label": "Network"
},
"cycleway": {
+1 -1
View File
@@ -1,5 +1,5 @@
{
"key": "cycle_network",
"type": "combo",
"type": "networkCombo",
"label": "Network"
}