Allow cameras on a vertex

(closes #4394)
This commit is contained in:
JamesKingdom
2017-10-05 18:12:20 +01:00
parent 810c74f6a4
commit 20e47a4685
6 changed files with 14 additions and 8 deletions

View File

@@ -591,7 +591,7 @@ en:
label: Handrail
hashtags:
# hashtags=*
label: Hashtags
label: Suggested Hashtags
# hashtags field placeholder
placeholder: '#example'
healthcare:

View File

@@ -7385,7 +7385,8 @@
"highway/speed_camera": {
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"ref"
@@ -10015,7 +10016,8 @@
"man_made/surveillance_camera": {
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"surveillance",
@@ -10049,7 +10051,8 @@
"man_made/surveillance": {
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"surveillance",

View File

@@ -1,7 +1,8 @@
{
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"ref"

View File

@@ -1,7 +1,8 @@
{
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"surveillance",

View File

@@ -1,7 +1,8 @@
{
"icon": "attraction",
"geometry": [
"point"
"point",
"vertex"
],
"fields": [
"surveillance",

View File

@@ -1592,7 +1592,7 @@
"label": "Handrail"
},
"hashtags": {
"label": "Hashtags",
"label": "Suggested Hashtags",
"placeholder": "#example"
},
"healthcare": {