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,

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

2015-07-03 Thread Sylvain Arabeyre
Hi José: Are you talking about the dialog container of the layerinfo plugin? If so, you are changing the values in the right file (layerinfo.js located in the following folder: C:\ms4w\apps\pmapper\pmapper-4.3.X\plugins\layerinfo\) I had a look at this file and the first lines look like this: