Change reference field to be more specific (#4183)

* Changed Road ref, and highway junction ref
* Renaming to correct standard
* Rebuild NPM
* Updating stop position
* Modifying more files
* Updating golf_hole ref
This commit is contained in:
JamesKingdom
2017-07-26 20:45:41 +01:00
committed by Bryan Housel
parent fc367e8e93
commit ebfe3b70dc
43 changed files with 209 additions and 81 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"key": "ref",
"type": "text",
"label": "Reference",
"placeholder": "Hole number (1-18)"
}
"label": "Hole Number",
"placeholder": "(1-18)"
}
+2 -2
View File
@@ -1,5 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Reference"
}
"label": "Reference Code"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Airport Code"
}
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Gate Number"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Airfield Code"
}
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Junction Number"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Platform Number"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Road Number"
}
+5
View File
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Route Number"
}
@@ -0,0 +1,5 @@
{
"key": "ref",
"type": "text",
"label": "Stop Number"
}