You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: configure/src/metaconfigs/layer-vector-config.json
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -513,12 +513,19 @@
513
513
"type": "colorpicker",
514
514
"width": 2
515
515
},
516
+
{
517
+
"field": "value",
518
+
"name": "Label",
519
+
"description": "A label description for this legend entry.",
520
+
"type": "text",
521
+
"width": 8
522
+
},
516
523
{
517
524
"field": "shape",
518
525
"name": "Shape",
519
-
"description": "The symbol for which to us for this legend entry. Discreet and continuous describe scales. These scales are broken into groups by a change in shape value. For instance, 'discreet, discreet, discreet, circle, discreet, discreet' represents a discreet scales of three colors, a circle and then a discreet scale of two colors.",
526
+
"description": "The symbol for which to use for this legend entry. Discreet and continuous describe scales. These scales are broken into groups by a change in shape value. For instance, 'discreet, discreet, discreet, circle, discreet, discreet' represents a discreet scales of three colors, a circle and then a discreet scale of two colors.",
520
527
"type": "dropdown",
521
-
"width": 5,
528
+
"width": 4,
522
529
"options": [
523
530
"circle",
524
531
"square",
@@ -529,11 +536,18 @@
529
536
]
530
537
},
531
538
{
532
-
"field": "value",
533
-
"name": "Label",
534
-
"description": "A label description for this legend entry.",
539
+
"field": "shapeIcon",
540
+
"name": "Shape From Icon",
541
+
"description": "Shape but taken from the Material Design Icon (mdi) library. Takes priority over the value in the 'shape' field. See <a target='_blank' href='https://pictogrammers.com/library/mdi/'>https://pictogrammers.com/library/mdi/</a>",
535
542
"type": "text",
536
-
"width": 3
543
+
"width": 4
544
+
},
545
+
{
546
+
"field": "shapeImage",
547
+
"name": "Shape From Image",
548
+
"description": "A URL to a custom image (jpeg|jpg|gif|png|svg|webp) for which to use for this legend entry. If the path is relative, it will be relative to the mission's directory. This field will override values in the Shape and Shape From Icon fields.",
Copy file name to clipboardExpand all lines: configure/src/metaconfigs/layer-vectortile-config.json
+20-6Lines changed: 20 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -469,12 +469,19 @@
469
469
"type": "colorpicker",
470
470
"width": 2
471
471
},
472
+
{
473
+
"field": "value",
474
+
"name": "Label",
475
+
"description": "A label description for this legend entry.",
476
+
"type": "text",
477
+
"width": 8
478
+
},
472
479
{
473
480
"field": "shape",
474
481
"name": "Shape",
475
-
"description": "The symbol for which to us for this legend entry. Discreet and continuous describe scales. These scales are broken into groups by a change in shape value. For instance, 'discreet, discreet, discreet, circle, discreet, discreet' represents a discreet scales of three colors, a circle and then a discreet scale of two colors.",
482
+
"description": "The symbol for which to use for this legend entry. Discreet and continuous describe scales. These scales are broken into groups by a change in shape value. For instance, 'discreet, discreet, discreet, circle, discreet, discreet' represents a discreet scales of three colors, a circle and then a discreet scale of two colors.",
476
483
"type": "dropdown",
477
-
"width": 5,
484
+
"width": 4,
478
485
"options": [
479
486
"circle",
480
487
"square",
@@ -485,11 +492,18 @@
485
492
]
486
493
},
487
494
{
488
-
"field": "value",
489
-
"name": "Label",
490
-
"description": "A label description for this legend entry.",
495
+
"field": "shapeIcon",
496
+
"name": "Shape From Icon",
497
+
"description": "Shape but taken from the Material Design Icon (mdi) library. Takes priority over the value in the 'shape' field. See <a target='_blank' href='https://pictogrammers.com/library/mdi/'>https://pictogrammers.com/library/mdi/</a>",
491
498
"type": "text",
492
-
"width": 3
499
+
"width": 4
500
+
},
501
+
{
502
+
"field": "shapeImage",
503
+
"name": "Shape From Image",
504
+
"description": "A URL to a custom image (jpeg|jpg|gif|png|svg|webp) for which to use for this legend entry. If the path is relative, it will be relative to the mission's directory. This field will override values in the Shape and Shape From Icon fields.",
0 commit comments