pmapper-users Mailing List for p.mapper (Page 7)
Brought to you by:
arminburger
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(41) |
Nov
(124) |
Dec
(80) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(56) |
Feb
(51) |
Mar
(155) |
Apr
(58) |
May
(67) |
Jun
(83) |
Jul
(76) |
Aug
(32) |
Sep
(58) |
Oct
(113) |
Nov
(63) |
Dec
(83) |
2008 |
Jan
(31) |
Feb
(34) |
Mar
(69) |
Apr
(30) |
May
(87) |
Jun
(64) |
Jul
(47) |
Aug
(18) |
Sep
(35) |
Oct
(53) |
Nov
(37) |
Dec
(31) |
2009 |
Jan
(23) |
Feb
(40) |
Mar
(65) |
Apr
(54) |
May
(92) |
Jun
(55) |
Jul
(87) |
Aug
(27) |
Sep
(81) |
Oct
(32) |
Nov
(77) |
Dec
(51) |
2010 |
Jan
(44) |
Feb
(59) |
Mar
(77) |
Apr
(54) |
May
(36) |
Jun
(36) |
Jul
(52) |
Aug
(62) |
Sep
(68) |
Oct
(58) |
Nov
(72) |
Dec
(27) |
2011 |
Jan
(15) |
Feb
(42) |
Mar
(37) |
Apr
(55) |
May
(84) |
Jun
(27) |
Jul
(27) |
Aug
(42) |
Sep
(42) |
Oct
(18) |
Nov
(83) |
Dec
(71) |
2012 |
Jan
(50) |
Feb
(75) |
Mar
(79) |
Apr
(43) |
May
(18) |
Jun
(22) |
Jul
(20) |
Aug
(13) |
Sep
(26) |
Oct
(30) |
Nov
(21) |
Dec
(30) |
2013 |
Jan
(57) |
Feb
(63) |
Mar
(53) |
Apr
(40) |
May
(39) |
Jun
(16) |
Jul
(43) |
Aug
(16) |
Sep
(37) |
Oct
(64) |
Nov
(31) |
Dec
(7) |
2014 |
Jan
(14) |
Feb
(6) |
Mar
(2) |
Apr
(9) |
May
(1) |
Jun
(18) |
Jul
(95) |
Aug
(6) |
Sep
(25) |
Oct
(33) |
Nov
(29) |
Dec
(30) |
2015 |
Jan
(16) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(19) |
Jun
|
Jul
(11) |
Aug
(3) |
Sep
(9) |
Oct
(11) |
Nov
(4) |
Dec
(9) |
2016 |
Jan
(21) |
Feb
(9) |
Mar
(6) |
Apr
(13) |
May
(21) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Pedro V. <ped...@ya...> - 2015-07-02 16:04:17
|
Hi Thomas, That's correct, if I disable <plugins>selectionManagement</plugins> AND <plugins>multimedia_files</plugins>, it works ok! But I need to disable both. So the problem must be somewhere on these plugins. Any clue? Thank you very much Thomas! Best regards, Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN > > Hi, > > Does it works without "SelectionManagement" plugin ? > > > Le 02/07/2015 16:45, Pedro Venâncio a écrit : >> Hi, >> >> I've been updating my pMapper application, with new versions of core > and plugins code, and I realized now that rasters query no longer works. I have > the raster configurations in the mapfile like: >> >> TOLERANCE 0 >> TOLERANCEUNITS pixels >> TEMPLATE void >> METADATA >> ... >> "RESULT_FIELDS" "class,value_0,x,y" >> "RESULT_HEADERS" "Classe,Valor,CoordX,CoordY" >> END >> >> and when I do a 'Identify', the pmQueryContainer appears, but > empty; the pmIndicatorContainer remain always rotating; and I get this error: >> >> TypeError: val[0].shplink is undefined ---> js_session.php:348:2347 >> >> > $.extend(PM.Plugin,{SelectionManagement:{dlgOptions:{width:400,height:330,left:250,top:250,resizeable:true,newsize:true,container:'pmSavSelectionContainer',name:_p('selectionManagement_savSelectionDlg')},selectMethode: > 'new',useMenuDlg: false,obj_results_links:{},init: > function(){var link='<div > class="selectionManagement_linkImg" > ';link+='alt="'+_p('selectionManagement_removeSelected__object')+'" > ';link+='title="'+_p('selectionManagement_removeSelected__object')+'" > ';link+='onclick="javascript:PM.Plugin.SelectionManagement.removeObjectFromSelection(\'--shpLayer--\',\'--shpIndex--\')"';link+='> </div>';this.obj_results_links={"selectionManagement_removeSelected__header": > link};if(typeof(PM.ini.pluginsConfig.selectionManagement)!='undefined'){if(typeof(PM.ini.pluginsConfig.selectionManagement.useMenuDlg)!='undefined'){if(PM.ini.pluginsConfig.selectionManagement.useMenuDlg==1){this.useMenuDlg=true;}}}},removeObjectFromSelection: > function(layer,shapeIndex){var > url=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var > params=SID;params+='&operation=remove_selected';params+='&layerName='+layer;params+='&objIndex='+shapeIndex;$.ajax({url: > url,dataType: "json",type: "POST",data: params,success: > function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);if(response.queryResult==0){PM.Map.clearInfo();}},error: > function(XMLHttpRequest,textStatus,errorThrown){if(window.console){console.log(errorThrown);}}});},extendQueryLayersHeaders > : function(queryLayers,tplName){if(queryLayers&&tplName > !='iquery'){for(var > iLayer=0;iLayer<queryLayers.length;iLayer++){var > currentLayer=queryLayers[iLayer];$.each(this.obj_results_links,function(name,value){currentLayer.header.push(_p(name));currentLayer.stdheader.push(_p(name));});}};return > queryLayers;},extendQueryLayersValues: > function(queryLayers,tplName){if(queryLayers&&tplName > !='iquery'){for(var > iLayer=0;iLayer<queryLayers.length;iLayer++){var > currentLayer=queryLayers[iLayer];var > links=this.obj_results_links;$.each(currentLayer.values,function(iVal,val){var > objValues=val;$.each(links,function(name,link){var > newlink=link.replace(/--shpLayer--/g,val[0].shplink[0]);newlink=newlink.replace(/--shpIndex--/g,val[0].shplink[1]);val.push(newlink);});});}};return > queryLayers;},removeSelection: function(){var > urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var > params=SID;params+="&operation=remove_selection";$.ajax({url: > urlreq,dataType: "json",type: "POST",data: params,success: > function(response){PM.Map.clearInfo();},error: > function(response){alert("Echec de la > suppression");}});if($('#pmQueryContainer').length>0){$('#pmQueryContainer > .jqmClose').click();}},reloadSelection: function(){var > urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var > params=SID;params+="&operation=reload_selection";$.ajax({url: > urlreq,dataType: "json",type: "POST",data: params,success: > function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);},error: > function(response){alert(_p("selectionManagement_reloadError"));}});},reloadMap: > function(remove){var > mapurl=PM_XAJAX_LOCATION+'x_load.php?'+SID+'&zoom_type=zoompoint';if(remove){PM.extentSelectedFeatures=null;};PM.Map.updateMap(mapurl);},addSelectionOperator: > function(container,pluginName,bInline){var > pluginRealName=pluginName.replace('Plugin.','');var > text='<fieldset id="'+pluginRealName+'_selOperators" > class="selOperators';if(bInline){text+=',selOperators_inline';};text+='" > border=1">';if(!bInline){text+='<legend><b>'+_p('selectionManagement_selOperator_text')+'</b></legend>';};text+='<table><tr>';text+='<td > id="'+pluginRealName+'_selOperator_new" > class="selOperator_new_on" > onclick="javascript:PM.'+pluginName+'.setSelection(\'new\')" > alt="'+_p('selectionManagement_selOperator_new_text')+'" > title="'+_p('selectionManagement_selOperator_new_text')+'"></td>';text+='<td > id="'+pluginRealName+'_selOperator_add" > class="selOperator_add_on" > onclick="javascript:PM.'+pluginName+'.setSelection(\'add\')" > alt="'+_p('selectionManagement_selOperator_add_text')+'" > title="'+_p('selectionManagement_selOperator_add_text')+'"></td>';text+='<td > id="'+pluginRealName+'_selOperator_intersec" > class="selOperator_intersec_on" > onclick="javascript:PM.'+pluginName+'.setSelection(\'intersec\')" > alt="'+_p('selectionManagement_selOperator_intersec_text')+'" > title="'+_p('selectionManagement_selOperator_intersec_text')+'"></td>';text+='<td > id="'+pluginRealName+'_selOperator_del" > class="selOperator_del_on" > onclick="javascript:PM.'+pluginName+'.setSelection(\'del\')" > alt="'+_p('selectionManagement_selOperator_del_text')+'" > title="'+_p('selectionManagement_selOperator_del_text')+'"></td>';text+='</tr></table></fieldset>';$(container).append(text);},setSelectionOperator: > function(pluginName,type){switch(type){case 'add': > $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_off').addClass('selOperator_add_on');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case > 'del': > $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_off').addClass('selOperator_del_on');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case > 'new': > $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_off').addClass('selOperator_new_on');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case > 'intersec': > $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_off').addClass('selOperator_intersec_on');break;default > : > $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;}},setLayerSelection: > function(itemId){var bChecked;var itemIdInt=itemId+1;var > chkBox=$('#selectionManagement_selList > tr:eq('+itemIdInt+')'+' > .selectionManagement_saveSelection_showLayer');var > grpName=chkBox.val();bChecked=chkBox.attr('checked');$('#ginput_'+grpName).attr('checked',bChecked);PM.Toc.setlayers(grpName,false);}}}); >> >> >> Does anyone confirm? Can be my mistake during upgrades? >> >> >> Thanks! >> >> Best regards, >> Pedro Venâncio >> >> > > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Thomas R. <tr...@si...> - 2015-07-02 15:01:20
|
Hi, Does it works without "SelectionManagement" plugin ? Le 02/07/2015 16:45, Pedro Venâncio a écrit : > Hi, > > I've been updating my pMapper application, with new versions of core and plugins code, and I realized now that rasters query no longer works. I have the raster configurations in the mapfile like: > > TOLERANCE 0 > TOLERANCEUNITS pixels > TEMPLATE void > METADATA > ... > "RESULT_FIELDS" "class,value_0,x,y" > "RESULT_HEADERS" "Classe,Valor,CoordX,CoordY" > END > > and when I do a 'Identify', the pmQueryContainer appears, but empty; the pmIndicatorContainer remain always rotating; and I get this error: > > TypeError: val[0].shplink is undefined ---> js_session.php:348:2347 > > $.extend(PM.Plugin,{SelectionManagement:{dlgOptions:{width:400,height:330,left:250,top:250,resizeable:true,newsize:true,container:'pmSavSelectionContainer',name:_p('selectionManagement_savSelectionDlg')},selectMethode: 'new',useMenuDlg: false,obj_results_links:{},init: function(){var link='<div class="selectionManagement_linkImg" ';link+='alt="'+_p('selectionManagement_removeSelected__object')+'" ';link+='title="'+_p('selectionManagement_removeSelected__object')+'" ';link+='onclick="javascript:PM.Plugin.SelectionManagement.removeObjectFromSelection(\'--shpLayer--\',\'--shpIndex--\')"';link+='> </div>';this.obj_results_links={"selectionManagement_removeSelected__header": link};if(typeof(PM.ini.pluginsConfig.selectionManagement)!='undefined'){if(typeof(PM.ini.pluginsConfig.selectionManagement.useMenuDlg)!='undefined'){if(PM.ini.pluginsConfig.selectionManagement.useMenuDlg==1){this.useMenuDlg=true;}}}},removeObjectFromSelection: function(layer,shapeIndex){var url=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+='&operation=remove_selected';params+='&layerName='+layer;params+='&objIndex='+shapeIndex;$.ajax({url: url,dataType: "json",type: "POST",data: params,success: function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);if(response.queryResult==0){PM.Map.clearInfo();}},error: function(XMLHttpRequest,textStatus,errorThrown){if(window.console){console.log(errorThrown);}}});},extendQueryLayersHeaders : function(queryLayers,tplName){if(queryLayers&&tplName !='iquery'){for(var iLayer=0;iLayer<queryLayers.length;iLayer++){var currentLayer=queryLayers[iLayer];$.each(this.obj_results_links,function(name,value){currentLayer.header.push(_p(name));currentLayer.stdheader.push(_p(name));});}};return queryLayers;},extendQueryLayersValues: function(queryLayers,tplName){if(queryLayers&&tplName !='iquery'){for(var iLayer=0;iLayer<queryLayers.length;iLayer++){var currentLayer=queryLayers[iLayer];var links=this.obj_results_links;$.each(currentLayer.values,function(iVal,val){var objValues=val;$.each(links,function(name,link){var newlink=link.replace(/--shpLayer--/g,val[0].shplink[0]);newlink=newlink.replace(/--shpIndex--/g,val[0].shplink[1]);val.push(newlink);});});}};return queryLayers;},removeSelection: function(){var urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+="&operation=remove_selection";$.ajax({url: urlreq,dataType: "json",type: "POST",data: params,success: function(response){PM.Map.clearInfo();},error: function(response){alert("Echec de la suppression");}});if($('#pmQueryContainer').length>0){$('#pmQueryContainer .jqmClose').click();}},reloadSelection: function(){var urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+="&operation=reload_selection";$.ajax({url: urlreq,dataType: "json",type: "POST",data: params,success: function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);},error: function(response){alert(_p("selectionManagement_reloadError"));}});},reloadMap: function(remove){var mapurl=PM_XAJAX_LOCATION+'x_load.php?'+SID+'&zoom_type=zoompoint';if(remove){PM.extentSelectedFeatures=null;};PM.Map.updateMap(mapurl);},addSelectionOperator: function(container,pluginName,bInline){var pluginRealName=pluginName.replace('Plugin.','');var text='<fieldset id="'+pluginRealName+'_selOperators" class="selOperators';if(bInline){text+=',selOperators_inline';};text+='" border=1">';if(!bInline){text+='<legend><b>'+_p('selectionManagement_selOperator_text')+'</b></legend>';};text+='<table><tr>';text+='<td id="'+pluginRealName+'_selOperator_new" class="selOperator_new_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'new\')" alt="'+_p('selectionManagement_selOperator_new_text')+'" title="'+_p('selectionManagement_selOperator_new_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_add" class="selOperator_add_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'add\')" alt="'+_p('selectionManagement_selOperator_add_text')+'" title="'+_p('selectionManagement_selOperator_add_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_intersec" class="selOperator_intersec_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'intersec\')" alt="'+_p('selectionManagement_selOperator_intersec_text')+'" title="'+_p('selectionManagement_selOperator_intersec_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_del" class="selOperator_del_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'del\')" alt="'+_p('selectionManagement_selOperator_del_text')+'" title="'+_p('selectionManagement_selOperator_del_text')+'"></td>';text+='</tr></table></fieldset>';$(container).append(text);},setSelectionOperator: function(pluginName,type){switch(type){case 'add': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_off').addClass('selOperator_add_on');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'del': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_off').addClass('selOperator_del_on');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'new': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_off').addClass('selOperator_new_on');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'intersec': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_off').addClass('selOperator_intersec_on');break;default : $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;}},setLayerSelection: function(itemId){var bChecked;var itemIdInt=itemId+1;var chkBox=$('#selectionManagement_selList tr:eq('+itemIdInt+')'+' .selectionManagement_saveSelection_showLayer');var grpName=chkBox.val();bChecked=chkBox.attr('checked');$('#ginput_'+grpName).attr('checked',bChecked);PM.Toc.setlayers(grpName,false);}}}); > > > Does anyone confirm? Can be my mistake during upgrades? > > > Thanks! > > Best regards, > Pedro Venâncio > > |
From: Pedro V. <ped...@ya...> - 2015-07-02 14:45:10
|
Hi, I've been updating my pMapper application, with new versions of core and plugins code, and I realized now that rasters query no longer works. I have the raster configurations in the mapfile like: TOLERANCE 0 TOLERANCEUNITS pixels TEMPLATE void METADATA ... "RESULT_FIELDS" "class,value_0,x,y" "RESULT_HEADERS" "Classe,Valor,CoordX,CoordY" END and when I do a 'Identify', the pmQueryContainer appears, but empty; the pmIndicatorContainer remain always rotating; and I get this error: TypeError: val[0].shplink is undefined ---> js_session.php:348:2347 $.extend(PM.Plugin,{SelectionManagement:{dlgOptions:{width:400,height:330,left:250,top:250,resizeable:true,newsize:true,container:'pmSavSelectionContainer',name:_p('selectionManagement_savSelectionDlg')},selectMethode: 'new',useMenuDlg: false,obj_results_links:{},init: function(){var link='<div class="selectionManagement_linkImg" ';link+='alt="'+_p('selectionManagement_removeSelected__object')+'" ';link+='title="'+_p('selectionManagement_removeSelected__object')+'" ';link+='onclick="javascript:PM.Plugin.SelectionManagement.removeObjectFromSelection(\'--shpLayer--\',\'--shpIndex--\')"';link+='> </div>';this.obj_results_links={"selectionManagement_removeSelected__header": link};if(typeof(PM.ini.pluginsConfig.selectionManagement)!='undefined'){if(typeof(PM.ini.pluginsConfig.selectionManagement.useMenuDlg)!='undefined'){if(PM.ini.pluginsConfig.selectionManagement.useMenuDlg==1){this.useMenuDlg=true;}}}},removeObjectFromSelection: function(layer,shapeIndex){var url=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+='&operation=remove_selected';params+='&layerName='+layer;params+='&objIndex='+shapeIndex;$.ajax({url: url,dataType: "json",type: "POST",data: params,success: function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);if(response.queryResult==0){PM.Map.clearInfo();}},error: function(XMLHttpRequest,textStatus,errorThrown){if(window.console){console.log(errorThrown);}}});},extendQueryLayersHeaders : function(queryLayers,tplName){if(queryLayers&&tplName !='iquery'){for(var iLayer=0;iLayer<queryLayers.length;iLayer++){var currentLayer=queryLayers[iLayer];$.each(this.obj_results_links,function(name,value){currentLayer.header.push(_p(name));currentLayer.stdheader.push(_p(name));});}};return queryLayers;},extendQueryLayersValues: function(queryLayers,tplName){if(queryLayers&&tplName !='iquery'){for(var iLayer=0;iLayer<queryLayers.length;iLayer++){var currentLayer=queryLayers[iLayer];var links=this.obj_results_links;$.each(currentLayer.values,function(iVal,val){var objValues=val;$.each(links,function(name,link){var newlink=link.replace(/--shpLayer--/g,val[0].shplink[0]);newlink=newlink.replace(/--shpIndex--/g,val[0].shplink[1]);val.push(newlink);});});}};return queryLayers;},removeSelection: function(){var urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+="&operation=remove_selection";$.ajax({url: urlreq,dataType: "json",type: "POST",data: params,success: function(response){PM.Map.clearInfo();},error: function(response){alert("Echec de la suppression");}});if($('#pmQueryContainer').length>0){$('#pmQueryContainer .jqmClose').click();}},reloadSelection: function(){var urlreq=PM_PLUGIN_LOCATION+"/selectionManagement/x_selectionManagement.php";var params=SID;params+="&operation=reload_selection";$.ajax({url: urlreq,dataType: "json",type: "POST",data: params,success: function(response){PM.Query.writeQResult(response.queryResult,PM.infoWin);},error: function(response){alert(_p("selectionManagement_reloadError"));}});},reloadMap: function(remove){var mapurl=PM_XAJAX_LOCATION+'x_load.php?'+SID+'&zoom_type=zoompoint';if(remove){PM.extentSelectedFeatures=null;};PM.Map.updateMap(mapurl);},addSelectionOperator: function(container,pluginName,bInline){var pluginRealName=pluginName.replace('Plugin.','');var text='<fieldset id="'+pluginRealName+'_selOperators" class="selOperators';if(bInline){text+=',selOperators_inline';};text+='" border=1">';if(!bInline){text+='<legend><b>'+_p('selectionManagement_selOperator_text')+'</b></legend>';};text+='<table><tr>';text+='<td id="'+pluginRealName+'_selOperator_new" class="selOperator_new_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'new\')" alt="'+_p('selectionManagement_selOperator_new_text')+'" title="'+_p('selectionManagement_selOperator_new_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_add" class="selOperator_add_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'add\')" alt="'+_p('selectionManagement_selOperator_add_text')+'" title="'+_p('selectionManagement_selOperator_add_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_intersec" class="selOperator_intersec_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'intersec\')" alt="'+_p('selectionManagement_selOperator_intersec_text')+'" title="'+_p('selectionManagement_selOperator_intersec_text')+'"></td>';text+='<td id="'+pluginRealName+'_selOperator_del" class="selOperator_del_on" onclick="javascript:PM.'+pluginName+'.setSelection(\'del\')" alt="'+_p('selectionManagement_selOperator_del_text')+'" title="'+_p('selectionManagement_selOperator_del_text')+'"></td>';text+='</tr></table></fieldset>';$(container).append(text);},setSelectionOperator: function(pluginName,type){switch(type){case 'add': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_off').addClass('selOperator_add_on');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'del': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_off').addClass('selOperator_del_on');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'new': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_off').addClass('selOperator_new_on');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;case 'intersec': $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_off').addClass('selOperator_intersec_on');break;default : $('#'+pluginName+'_selOperator_add').removeClass('selOperator_add_on').addClass('selOperator_add_off');$('#'+pluginName+'_selOperator_del').removeClass('selOperator_del_on').addClass('selOperator_del_off');$('#'+pluginName+'_selOperator_new').removeClass('selOperator_new_on').addClass('selOperator_new_off');$('#'+pluginName+'_selOperator_intersec').removeClass('selOperator_intersec_on').addClass('selOperator_intersec_off');break;}},setLayerSelection: function(itemId){var bChecked;var itemIdInt=itemId+1;var chkBox=$('#selectionManagement_selList tr:eq('+itemIdInt+')'+' .selectionManagement_saveSelection_showLayer');var grpName=chkBox.val();bChecked=chkBox.attr('checked');$('#ginput_'+grpName).attr('checked',bChecked);PM.Toc.setlayers(grpName,false);}}}); Does anyone confirm? Can be my mistake during upgrades? Thanks! Best regards, Pedro Venâncio |
From: gioza <al...@al...> - 2015-07-02 12:32:34
|
Hi all, I'm trying to change default cursor to pointer when I move over a feature. I tried to modify ol.style.css and pm.ol.css files but with no success. Any idea? Thanks, Giovanni -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Pmapper5-change-cursor-to-pointer-when-on-feature-tp4025772.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: zaiGEO <zai...@li...> - 2015-05-26 08:54:01
|
thank you, but it didn't show my pdf, it shows a link like: (about:blank) i don't know why?? :/ -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025771.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: zaiGEO <zai...@li...> - 2015-05-26 08:52:55
|
thank you, but it didn't show my pdf, it shows a link like: (about:blank) i don't why?? :/ -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025770.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: jose m. <jos...@gm...> - 2015-05-25 20:51:30
|
Hi, In your custom.js case: openHyperlink: function(layer, fldName, fldValue) { switch(layer) { case 'YOUR_LAYER_NAME': if(fldName == 'FP_HL') { var linkUrl = 'http:/' + '/YOUR_HOSTNAME/YOUR_FOLDER/' + fldValue + '.pdf'; this.openHyperlinkDialog(linkUrl); } PS: populate the 'FP_HL' field with pdf file's name (without .pdf/extension file) -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025769.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Robin A. O. <rob...@ho...> - 2015-05-25 14:26:36
|
Thanks Gioza. another question. By using zoom2extent externally without the search function. as I can highlight the result? as I can build a query using window pmapper results (table) _________________________________________________________________ Robin Alexis Olaya Ingeniero Topográfico. Universidad Autónoma de Occidente UAO IDESC - Departamento Administrativo de Planeación MunicipalCapacitaciones Arcgis, Civil3D, GPS, Python (ByRobalexo) (+572) 3164460311 www.robalexo.com |
From: zaiGEO <zai...@li...> - 2015-05-25 11:12:05
|
Hello, i didn't understand how to resolve it (pdf hyperlink): this is my code: **Mapfile: METADATA "DESCRIPTION" "projet_agriculture" "RESULT_FIELDS" "CAF,MONTANT_DH,DEVISE,INTITULE,CP,FP,FP_HL,ST_YEAR,END_YEAR,ABF,DATE_ABF,ABF_HL,CAUTION_DEF,POP,SURF_HA" "RESULT_HEADERS" "Code_affaire,Montant_en_DH,Devise,Intitule,Chef_de_projet,Fiche_de_projet,Fiche_de_projet_hyperlien,Date_début,Date_fin,Attestation_de_bonne_fin,Date_attestation_de_bonne_fin,Attestation_de_bonne_fin_hyperlien,Caution_définitive,Population,Surface_en_Ha" "RESULT_HYPERLINK" "FP_HL" **custom.js: // Sample Hyperlink function for result window openHyperlink: function(layer, fldName, fldValue) { switch(layer) { case 'projet_agriculture': if(fldName == 'FP_HL') { window.open('http:/' + '/localhost:8182/pmapper_doc/' + fldValue); //this.openHyperlinkDialog(linkUrl); } break; thank you, it is urgent plz -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025765.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: zaiGEO <zai...@li...> - 2015-05-25 11:10:05
|
Hello, can uu explain to me how to use drawing plugin for updating my database?? Thank uu so much -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-Drawing-plugin-ignores-session-clientDynamicLayers-data-tp4025734p4025767.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: zaiGEO <zai...@li...> - 2015-05-25 11:07:05
|
Hello, i didn't understand how to resolve it (pdf hyperlink): this is my code: **Mapfile: METADATA "DESCRIPTION" "projet_agriculture" "RESULT_FIELDS" "CAF,MONTANT_DH,DEVISE,INTITULE,CP,FP,FP_HL,ST_YEAR,END_YEAR,ABF,DATE_ABF,ABF_HL,CAUTION_DEF,POP,SURF_HA" "RESULT_HEADERS" "Code_affaire,Montant_en_DH,Devise,Intitule,Chef_de_projet,Fiche_de_projet,Fiche_de_projet_hyperlien,Date_début,Date_fin,Attestation_de_bonne_fin,Date_attestation_de_bonne_fin,Attestation_de_bonne_fin_hyperlien,Caution_définitive,Population,Surface_en_Ha" "RESULT_HYPERLINK" "FP_HL" **custom.js: // Sample Hyperlink function for result window openHyperlink: function(layer, fldName, fldValue) { switch(layer) { case 'projet_agriculture': if(fldName == 'FP_HL') { window.open('http:/' + '/localhost:8182/pmapper_doc/' + fldValue); //this.openHyperlinkDialog(linkUrl); } break; thank you, it is urgent plz -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025766.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: gioza <al...@al...> - 2015-05-20 08:07:20
|
If it could help you I describe how I modified the zoom2extent function in the 'pm.map.js' for my project. As zoom2extent for multiple selection sometimes doesn't zoom to all selected, I created 2 zoom2extent functions as follow. The first one decrease zoom extent by a factor as you can see. In this way all selected features are included in the view (extent). The second one is the standard zoom2extent used for a single feature zoomTo. You have to modified 'pm.queryconfig.js' file where the function is called (zoom2extent --> zoom2extent2 line 66). zoom2extent: function(layer, idx, extStr, zoomfull) { var ext = extStr.split(","); var minx = (ext[0]*0.9995); var miny = (ext[1]*0.9995); var maxx = (ext[2]*1.0005); var maxy = (ext[3]*1.0005); map.zoomToExtent( new OpenLayers.Bounds(minx, miny, maxx, maxy), true ); }, zoom2extent2: function(layer, idx, extStr, zoomfull) { var ext = extStr.split(","); var minx = (ext[0]); var miny = (ext[1]); var maxx = (ext[2]); var maxy = (ext[3]); map.zoomToExtent( new OpenLayers.Bounds(minx, miny, maxx, maxy), true ); }, -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pm-map-zoom2extent-tp4025762p4025763.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |
From: Robin A. O. <rob...@ho...> - 2015-05-19 15:16:53
|
Sincerely, I need to use the function of pmapper zoom2extent for multilayer search function for when I'm implementing the function throw me results, I can approach them through icons. But I find the function pm.map.zoom2extent or JS that I have to invoke to get to it. If I change the file pm.map.js not notice any change. ----- cordial saludo, necesito utilizar la funcion zoom2extent de pmapper para una funcion de busqueda multilayer que estoy implementando para cuando la funcion me arroje resultados, me pueda acercar a ellos a traves de iconos. Pero no encuentro la funcion pm.map.zoom2extent o los JS que tengo que invocar para llegar a ella. Si modifico el archivo pm.map.js no noto ningun cambio. Garcias _________________________________________________________________ Robin Alexis Olaya Ingeniero Topográfico. Universidad Autónoma de Occidente UAO IDESC - Departamento Administrativo de Planeación MunicipalCapacitaciones Arcgis, Civil3D, GPS, Python (ByRobalexo) (+572) 3164460311 www.robalexo.com |
From: Pedro V. <ped...@ya...> - 2015-05-18 14:44:14
|
Hi Thomas, I think I found another problem. When the image name has a dot, it fails to recognize the image as an image, because it considers that the extension is what comes after the first dot. For example, I have pictures with names like: GenericPoint2012-02-28-10-18-37C0807.0487.jpg In this case, it apparently believes that 0487 is the extension and does not show the image. Thanks! Best regards, Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN <tr...@si...> > Para: Pedro Venâncio <ped...@ya...>; PMapper Mailing List <pma...@li...> > Cc: > Enviadas: Segunda-feira, 18, Maio 2015 14:50:51 > Assunto: Re: [pmapper-users] Plugin multimedia_files with GROUP name > >T hanks for the bug report > > > Le 18/05/2015 15:44, Pedro Venâncio a écrit : >> I realized the reason for the multimedia_files plugin does not work, just > as I had described in the previous email. Actually I was testing with a group of > layers (2 layers with the same GROUP name) and the multimedia_files does not. If > I eliminate the GROUP tag and apply the "MULTIMEDIA_FIELDS" to each of > the layers, then it runs smoothly. >> >> As the layers that make up the group can have exactly the same structure in > terms of attributes, it might be interesting to provide the multimedia_files > also for groups, but I do not know if that is easy to implement. Perhaps for a > future update of the plugin. >> >> Thank you very much! >> >> Best regards, >> Pedro Venâncio >> >> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Thomas R. <tr...@si...> - 2015-05-18 13:51:01
|
Thanks for the bug report Le 18/05/2015 15:44, Pedro Venâncio a écrit : > I realized the reason for the multimedia_files plugin does not work, just as I had described in the previous email. Actually I was testing with a group of layers (2 layers with the same GROUP name) and the multimedia_files does not. If I eliminate the GROUP tag and apply the "MULTIMEDIA_FIELDS" to each of the layers, then it runs smoothly. > > As the layers that make up the group can have exactly the same structure in terms of attributes, it might be interesting to provide the multimedia_files also for groups, but I do not know if that is easy to implement. Perhaps for a future update of the plugin. > > Thank you very much! > > Best regards, > Pedro Venâncio > > |
From: Pedro V. <ped...@ya...> - 2015-05-18 13:47:51
|
I realized the reason for the multimedia_files plugin does not work, just as I had described in the previous email. Actually I was testing with a group of layers (2 layers with the same GROUP name) and the multimedia_files does not. If I eliminate the GROUP tag and apply the "MULTIMEDIA_FIELDS" to each of the layers, then it runs smoothly. As the layers that make up the group can have exactly the same structure in terms of attributes, it might be interesting to provide the multimedia_files also for groups, but I do not know if that is easy to implement. Perhaps for a future update of the plugin. Thank you very much! Best regards, Pedro Venâncio |
From: Pedro V. <ped...@ya...> - 2015-05-15 15:31:06
|
Hi Thomas, I found the problem, it was the __startup_config.php file! Thanks! I've also been trying to activate the multimedia_files plugin, but I can not see how to configure it. I have a folder with the images in the root folder of pmapper: ../pmapper/photos/2014/ Photos inside it have names like IMG_20140213_102100.jpg Then I have a field in the database table, named "image_name", with content like: IMG_20140213_102100 In the mapfile -> Metadata I put: "MULTIMEDIA_FIELDS" "image_name||jpg" and in config_XXXXX.xml <multimedia_files> <pathRoot></pathRoot> <subdir>photos/2014/</subdir> <autoSubdir>0</autoSubdir> </multimedia_files> but nothing happens. Using "RESULT_HYPERLINK" "image_name||Photo" works ok with window.open('/photos/2014/' + fldValue) in custom.js file. What is failing in my setup? Thank you very much Thomas, and thanks for this great upgrades to pMapper! Best regards, Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN <tr...@si...> > Para: Pedro Venâncio <ped...@ya...>; PMapper Mailing List <pma...@li...> > Cc: > Enviadas: Sexta-feira, 15, Maio 2015 10:59:27 > Assunto: Re: [pmapper-users] Selection Management Plugin > >T ry to search if the "jsModifyQueryResultsFunctions" exists in your > pmapper version. > > Le 15/05/2015 11:54, Pedro Venâncio a écrit : >> Hi Thomas, >> >> >> Thank you for your answer! >> >> >> No, I'm with an older version of pMapper, however I've made several > updates to the latest version of the code, and I have almost everything working > well. The exception is that option in the SelectionManagement, all the rest of > this plugin works well. That's why I came to ask you if there is any option > that I should put in some pmapper core file to enable this option, since in the > plugin folder is all updated. >> >> Thank you very much! >> >> >> Best regards! >> Pedro >> >> >> >> >> >> ----- Mensagem original ----- >>> DE: Thomas RAFFIN <tr...@si...> >>> Para: Pedro Venâncio <ped...@ya...>; PMapper Mailing > List <pma...@li...> >>> Cc: >>> Enviadas: Sexta-feira, 15, Maio 2015 9:40:00 >>> Assunto: Re: [pmapper-users] Selection Management Plugin >>> >>> Hi, >>> >>> Are you sure you have the latest version of pmapper? For me it works >>> with the last one. >>> >>> >>> Le 14/05/2015 16:51, Pedro Venâncio a écrit : >>>> Hi Thomas, >>>> >>>> I have a few relatively old pMapper applications (4.1.x ... > 4.2.x), and >>> have been updating them and adding the latest plugins. >>>> For instance, with the SelectionManagement plugin, everything > works fine, >>> except removeObjectFromSelection button: >>>> >>> > http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_remove.jpg >>>> It simply does not appear. >>>> >>>> I have to change any specific setting for this button appears on > the >>> results of selections and queries (QueryContainer)? >>>> Thank you very much Thomas! >>>> >>>> >>>> Best regards, >>>> Pedro >>>> >>>> >> > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > pmapper-users mailing list > > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Thomas R. <tr...@si...> - 2015-05-15 09:59:41
|
Try to search if the "jsModifyQueryResultsFunctions" exists in your pmapper version. Le 15/05/2015 11:54, Pedro Venâncio a écrit : > Hi Thomas, > > > Thank you for your answer! > > > No, I'm with an older version of pMapper, however I've made several updates to the latest version of the code, and I have almost everything working well. The exception is that option in the SelectionManagement, all the rest of this plugin works well. That's why I came to ask you if there is any option that I should put in some pmapper core file to enable this option, since in the plugin folder is all updated. > > Thank you very much! > > > Best regards! > Pedro > > > > > > ----- Mensagem original ----- >> DE: Thomas RAFFIN <tr...@si...> >> Para: Pedro Venâncio <ped...@ya...>; PMapper Mailing List <pma...@li...> >> Cc: >> Enviadas: Sexta-feira, 15, Maio 2015 9:40:00 >> Assunto: Re: [pmapper-users] Selection Management Plugin >> >> Hi, >> >> Are you sure you have the latest version of pmapper? For me it works >> with the last one. >> >> >> Le 14/05/2015 16:51, Pedro Venâncio a écrit : >>> Hi Thomas, >>> >>> I have a few relatively old pMapper applications (4.1.x ... 4.2.x), and >> have been updating them and adding the latest plugins. >>> For instance, with the SelectionManagement plugin, everything works fine, >> except removeObjectFromSelection button: >>> >> http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_remove.jpg >>> It simply does not appear. >>> >>> I have to change any specific setting for this button appears on the >> results of selections and queries (QueryContainer)? >>> Thank you very much Thomas! >>> >>> >>> Best regards, >>> Pedro >>> >>> > |
From: Pedro V. <ped...@ya...> - 2015-05-15 09:54:24
|
Hi Thomas, Thank you for your answer! No, I'm with an older version of pMapper, however I've made several updates to the latest version of the code, and I have almost everything working well. The exception is that option in the SelectionManagement, all the rest of this plugin works well. That's why I came to ask you if there is any option that I should put in some pmapper core file to enable this option, since in the plugin folder is all updated. Thank you very much! Best regards! Pedro ----- Mensagem original ----- > DE: Thomas RAFFIN <tr...@si...> > Para: Pedro Venâncio <ped...@ya...>; PMapper Mailing List <pma...@li...> > Cc: > Enviadas: Sexta-feira, 15, Maio 2015 9:40:00 > Assunto: Re: [pmapper-users] Selection Management Plugin > > Hi, > > Are you sure you have the latest version of pmapper? For me it works > with the last one. > > > Le 14/05/2015 16:51, Pedro Venâncio a écrit : >> Hi Thomas, >> >> I have a few relatively old pMapper applications (4.1.x ... 4.2.x), and > have been updating them and adding the latest plugins. >> >> For instance, with the SelectionManagement plugin, everything works fine, > except removeObjectFromSelection button: >> >> > http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_remove.jpg >> >> It simply does not appear. >> >> I have to change any specific setting for this button appears on the > results of selections and queries (QueryContainer)? >> >> Thank you very much Thomas! >> >> >> Best regards, >> Pedro >> >> |
From: Thomas R. <tr...@si...> - 2015-05-15 09:01:19
|
Hi, Are you sure you have the latest version of pmapper? For me it works with the last one. Le 14/05/2015 16:51, Pedro Venâncio a écrit : > Hi Thomas, > > I have a few relatively old pMapper applications (4.1.x ... 4.2.x), and have been updating them and adding the latest plugins. > > For instance, with the SelectionManagement plugin, everything works fine, except removeObjectFromSelection button: > > http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_remove.jpg > > It simply does not appear. > > I have to change any specific setting for this button appears on the results of selections and queries (QueryContainer)? > > Thank you very much Thomas! > > > Best regards, > Pedro > > |
From: Pedro V. <ped...@ya...> - 2015-05-14 14:51:28
|
Hi Thomas, I have a few relatively old pMapper applications (4.1.x ... 4.2.x), and have been updating them and adding the latest plugins. For instance, with the SelectionManagement plugin, everything works fine, except removeObjectFromSelection button: http://svn.pmapper.net/trac/attachment/wiki/PluginsQuery/plugin_selMan_remove.jpg It simply does not appear. I have to change any specific setting for this button appears on the results of selections and queries (QueryContainer)? Thank you very much Thomas! Best regards, Pedro |
From: Robin A. O. <rob...@ho...> - 2015-05-12 21:24:46
|
Sincerely, I wonder how to implement a search field where you write point to several layers in a PostGIS database, like kmap. Thank you very much. Cordial saludo, quisiera saber como implementar un campo de busqueda donde lo que escriba apunte a varias capas en una base de datos Postgis, como en kmap. Muchas gracias. _________________________________________________________________ Robin Alexis Olaya Ingeniero Topográfico. Universidad Autónoma de Occidente UAO IDESC - Departamento Administrativo de Planeación MunicipalCapacitaciones Arcgis, Civil3D, GPS, Python (ByRobalexo) (+572) 3164460311 www.robalexo.com |
From: Zainab F. <zai...@li...> - 2015-05-08 14:14:05
|
zai...@li... |
From: Pasquale R. <pas...@en...> - 2015-04-30 14:37:55
|
Hi list, another problem. I have a table (node*72seq rows in postgis), a point table seq, id0, node with 72 same id0 for each node. Changes seq for 72 id0 for each node example group by node order by seq seq|id0|node 0|23|5455 1|24|5455 2|45|5455 ..|..|5455 70|1254|5455 71|25488|5455 0|25488|789 1|45|789 2|1254|789 ..|..|789 70|23|789 71|24|789 .for n node And so on. In config_default.xml <searchitem name="percorso tsp" description="Percorso tsp"> <layer type="postgis" name="percorsi_tsp"> <field type="n" name="node" description="nodo"> </field> </layer> </searchitem> In pmapper, with searchitem I want to insert the node number and view the 72 points with the corresponding label [seq] (like children game "what will appear" to connect the dots). Changing node from searchitem, the 72 points (geom not change and so id0) not change but only seq and corresponding label. Which settings for point layer in map file, LABEL section? Or other settings or tips and advice? Thanks in advance, Pasquale. |
From: gioza <al...@al...> - 2015-04-17 12:51:41
|
I think that the query in config file works as "WHERE" clause, so it only filters your layer in mapfile. I figured out creating a table with all my routes and using the search function in config file to filter them as I described in my last post. -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-users-pgrouting-tp4025437p4025750.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. |