mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-19 17:43:39 +00:00
Merge pull request #4400 from openstreetmap/cam
Allow cameras on a vertex
This commit is contained in:
@@ -591,7 +591,7 @@ en:
|
||||
label: Handrail
|
||||
hashtags:
|
||||
# hashtags=*
|
||||
label: Hashtags
|
||||
label: Suggested Hashtags
|
||||
# hashtags field placeholder
|
||||
placeholder: '#example'
|
||||
healthcare:
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "attraction",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"ref"
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "attraction",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"surveillance",
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"icon": "attraction",
|
||||
"geometry": [
|
||||
"point"
|
||||
"point",
|
||||
"vertex"
|
||||
],
|
||||
"fields": [
|
||||
"surveillance",
|
||||
|
||||
2
dist/locales/en.json
vendored
2
dist/locales/en.json
vendored
@@ -1592,7 +1592,7 @@
|
||||
"label": "Handrail"
|
||||
},
|
||||
"hashtags": {
|
||||
"label": "Hashtags",
|
||||
"label": "Suggested Hashtags",
|
||||
"placeholder": "#example"
|
||||
},
|
||||
"healthcare": {
|
||||
|
||||
Reference in New Issue
Block a user