How do I configure the map to provide a gap at the bottom?

1859
1
Jump to solution
02-04-2016 02:56 PM
NathanFreitas
New Contributor II

I have been able to use the map identifier in the Config.JSON file to move the top of the map up or down but the bottom never changes. When the app begins to load I can see where it is supposed to stop but the map always fills in to the bottom when it finishes loading. Is there something overriding the Config file parameter for the bottom attribute?

This is the code I am trying in the config file

"map": {

    "3D": false,

    "2D": true,

    "position": {

      "left": 0,

      "top": 100,

      "right": 0,

      "bottom": 100

    },

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Nathan,

   The Attribute Table widget will override the bottom property. If you are not using the AT Widget then set its visibility to false and your bottom value will remain.

View solution in original post

1 Reply
RobertScheitlin__GISP
MVP Emeritus

Nathan,

   The Attribute Table widget will override the bottom property. If you are not using the AT Widget then set its visibility to false and your bottom value will remain.