Allow to control the font size in maps

XMLWordPrintable

    • Type: Change Request
    • Resolution: Unresolved
    • Priority: Minor
    • None
    • Affects Version/s: 4.4.5
    • Component/s: Frontend (F)
    • None

      Please add font size control as a part of map shape configuration options to element configuration dialog.

      That way you could control the bounding rectangle of an element and change font / sizes for a specific elements

      Currently, this can be done with patch

      class.svg.map.js
      @@ -758,6 +758,7 @@
                   'y': y,
                   fill: '#' + this.map.options.theme.textcolor,
                   'anchor': anchor,
      +            'font-size': '1.4em', /* AS AN EXAMPLE */
                   background: {
                       fill: '#' + this.map.options.theme.backgroundcolor,
                       opacity: 0.7

       

       

            Assignee:
            Valdis Murzins
            Reporter:
            Aigars Kadikis
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: