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
},
Solved! Go to Solution.
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.
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.