Merge pull request #4400 from openstreetmap/cam

Allow cameras on a vertex
This commit is contained in:
Bryan Housel
2017-10-05 21:59:08 -04:00
committed by GitHub
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": {