Re: [pmapper-users] Fwd: layerinfo plugin - dialog container

2015-09-13 Thread vitor_mr
Hello, I solved the problem as follows. Place the layerinfo.js the same folder as the custom.js file of your project (\ config \ default); change the x_layerinfo_php (line 8) as follows: xml simplexml_load_file = $ ('layerinfo.xml'); Keep layerinfo.xml the folder (plugins / layerinfo) --

Re: [pmapper-users] Fwd: layerinfo plugin - dialog container

2015-07-16 Thread jose mvm
Indeed, in custom.js file, if i comment the showGroupInfo: function(groupId) { var groupName = groupId.replace(/ligrp_/, ''); alert('Info about layer/group: ' + groupName); } i can really resize the dialog container in the layerinfo.js dlgOptions: {width:300,