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
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -496,12 +496,19 @@
496
496
"type": "colorpicker",
497
497
"width": 2
498
498
},
499
+
{
500
+
"field": "value",
501
+
"name": "Label",
502
+
"description": "A label description for this legend entry.",
503
+
"type": "text",
504
+
"width": 8
505
+
},
499
506
{
500
507
"field": "shape",
501
508
"name": "Shape",
502
509
"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.",
503
510
"type": "dropdown",
504
-
"width": 5,
511
+
"width": 4,
505
512
"options": [
506
513
"circle",
507
514
"square",
@@ -512,24 +519,18 @@
512
519
]
513
520
},
514
521
{
515
-
"field": "value",
516
-
"name": "Label",
517
-
"description": "A label description for this legend entry.",
522
+
"field": "shapeIcon",
523
+
"name": "Shape From Icon",
524
+
"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>",
518
525
"type": "text",
519
-
"width": 3
520
-
},
521
-
{
522
-
"field": "",
523
-
"name": "",
524
-
"description": "",
525
526
"width": 4
526
527
},
527
528
{
528
-
"field": "shapeOverride",
529
-
"name": "Shape Override",
530
-
"description": "A URL to a custom symbol 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 field.",
529
+
"field": "shapeImage",
530
+
"name": "Shape From Image",
531
+
"description": "A URL to a custom image (.png or .svg) 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
+15-14Lines changed: 15 additions & 14 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
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,24 +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
493
-
},
494
-
{
495
-
"field": "",
496
-
"name": "",
497
-
"description": "",
498
499
"width": 4
499
500
},
500
501
{
501
-
"field": "shapeOverride",
502
-
"name": "Shape Override",
503
-
"description": "A URL to a custom symbol 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 field.",
502
+
"field": "shapeImage",
503
+
"name": "Shape From Image",
504
+
"description": "A URL to a custom image (.png or .svg) 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