[pmapper-users] Added a paragraph to docs about PM.Dlg.createDnRDlg

2011-07-21 Thread Niccolo Rigacci
Hi Armin, hi list, I added a simple paragraph about using PM.Dlg.createDnRDlg in customizing p.mapper. You see it here: http://svn.pmapper.net/trac/wiki/FaqCustomizations#CreatingdialogboxeswithPM.Dlg.createDnRDlg Feel free to edit/adjust, etc. -- Niccolo Rigacci Firenze - Italy Tel. ufficio

Re: [pmapper-users] How to create a custom legend icon for a WMS layer?

2011-05-31 Thread Niccolo Rigacci
On Fri, May 20, 2011 at 08:15:06PM +0200, Armin Burger wrote: > On 20/05/2011 11:01, Niccolo Rigacci wrote: > > > > is it possibile to define a custom legend icon for a WMS layer? > > ... > you can create class entries in the map as usual and use the KEYIMAGE > tag

[pmapper-users] How to create a custom legend icon for a WMS layer?

2011-05-20 Thread Niccolo Rigacci
and static. -- Niccolo Rigacci Firenze - Italy Tel. ufficio: 055-0118525 -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to

Re: [pmapper-users] Plugin addbuttonstogroups needs refactoring?

2011-02-07 Thread Niccolo Rigacci
init function must get the plugin configuration via an AJAX call. > (feel free to update > the doc: http://svn.pmapper.net/trac/wiki/PluginsToc). If you upload the new code, I will have a look at it. Thank you very much. -- Niccolo Rigacci Firenze - Italy addbuttonstogroup

[pmapper-users] Plugin addbuttonstogroups needs refactoring?

2011-02-05 Thread Niccolo Rigacci
Hello, as far I can understand, the plugin addbuttonstogroups is totally broken with the current p.mapper-dev. With some fixing, I managed it to work. It is worth to submit it upstream or the plugin is to be discontinued or refactored by its author? -- Niccolo Rigacci Firenze - Italy

[pmapper-users] Best practice to integrate a missing jQuery-UI

2010-12-20 Thread Niccolo Rigacci
required. * Extracted from the archive the minified version, and copied into config/common/ But I think this is not the safest way. -- Niccolo Rigacci Firenze - Italy -- Lotusphere 2011 Register now for Lotusphere 2011 and

Re: [pmapper-users] digitize points

2010-07-20 Thread Niccolo Rigacci
work with the real srids, look at the SQL query performed to search the existing point. You can see it with right click and "view source code" in the dialog box. You should see something like: SELECT *, ST_Distance_Sphere ... Try the query into your Postgres and check what is

Re: [pmapper-users] PEAR MDB2 in Ubuntu

2010-07-16 Thread Niccolo Rigacci
b. FGS is a super-blob-package which I consider a good choiche for distributions which do not provide a good set of native GIS packages (e.g. Suse, CentOS, RedHat), while Ubuntu provides good and recent GIS packages. May be you can add the ubuntu GIS repository, as per Walter suggestion. -- Nic

Re: [pmapper-users] disable wms 'identify'

2010-05-28 Thread Niccolo Rigacci
t; means that the layer is queryable, so try to remove it from the WMS. -- Niccolo Rigacci Firenze - Italy -- ___ pmapper-users mailing list pmapper-users@lists.sourceforge.ne

[pmapper-users] How to use DynLayer?

2010-05-25 Thread Niccolo Rigacci
>require is empty foreach ($dObj->layerlist as $dl) { $this->createDynLayer($dl); ... // $dObj->layerlist is not valid for foreach. Is dynlayer an usable feature? Some hints

[pmapper-users] Hide a layer in the list, but make queries on it

2010-05-20 Thread Niccolo Rigacci
apper from SVN. -- Niccolo Rigacci Firenze - Italy -- ___ pmapper-users mailing list pmapper-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmapper-users

[pmapper-users] Is the legendStyle swap/attacched still working in pmapper 4?

2010-05-20 Thread Niccolo Rigacci
abs do not apear. Is this a bug, a removed feature or I'm doing something wrong? -- Niccolo Rigacci Firenze - Italy -- ___ pmapper-users mailing list pmapper-users@lists.sourc

[pmapper-users] How to exclude the legend from print

2009-12-10 Thread Niccolo Rigacci
Is there some way to prevent the legend to appear in the map print, HTML or PDF? If such an option does not exists, can be of some interest? It seems a rather simple task, which I can afford. -- Niccolo Rigacci Firenze - Italy

Re: [pmapper-users] [pmapper] digitizepoints plugin

2009-11-17 Thread Niccolo Rigacci
ode example I'm very happy to learn something new. Also I'm very pleased if someone drop me comments about the code, so I can learn more, improve and polish the plugin. -- Niccolo Rigacci Firenze - Italy -

Re: [pmapper-users] Where to find docs about PM.Dlg.createDnRDlg ?

2009-11-14 Thread Niccolo Rigacci
st? Armin, do you think that the notes you wrote sould go into the wiki? I can try to arrange them in a page. -- Niccolo Rigacci Firenze - Italy -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

[pmapper-users] Where to find docs about PM.Dlg.createDnRDlg ?

2009-11-13 Thread Niccolo Rigacci
Hi, I'm trying to use pmapper native dialogs in the digitizepoints plugin, but I'm totally newbie about objects like PM.Dlg.createDnRDlg. Someone has a pointer or two to start with? Thank you. -- Niccolo Rigacci Firen

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Niccolo Rigacci
anches/digitizepoints-pm3-0.1.1/ But I think that I will not mantain it in the future. -- Niccolo Rigacci Firenze - Italy -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer eve

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-20 Thread Niccolo Rigacci
screen=no,resizable=yes' ); Damn Internet Explorer! I spend more than an hour to find this thing! The problem was the space in the label, IE does not like it and fails without a warning! Get the fixed digitizepoints.js here: https://trac.faunalia.it/svn/digitizepoints/trunk/digitizepoints.

Re: [pmapper-users] PostGIS digitizepoints plugin available

2009-10-19 Thread Niccolo Rigacci
On Mon, Oct 19, 2009 at 04:10:02AM -0700, JacTheWolf wrote: > > Niccolo Nice work, the plugin works fine in firefox and > chrome but I can not make it work in IE. The event digitizepoints_start is > never fired. I will try it in IE in the next days. Stay tuned. -- Niccolo Rig

Re: [pmapper-users] digitize points

2009-09-29 Thread Niccolo Rigacci
"pear list" and "pear install DB" into the PHP directory? -- Niccolo Rigacci Firenze - Italy -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event yo

[pmapper-users] PostGIS digitizepoints plugin available

2009-09-28 Thread Niccolo Rigacci
, at the following URL: https://trac.faunalia.it/digitizepoints/browser/tags/digitizepoints-0.1 It is my first p.Mapper plugin, so beware that code can be naive. Any feedback will be greatly apreciated. -- Niccolo Rigacci Firenze - Italy

[pmapper-users] Where to customize a PHP function?

2009-07-01 Thread Niccolo Rigacci
Hi, I know that it is possible to customize a JavaScript function redefining it, e.g. in config/default/custom.js. Is there a similar way to customize a PHP function, without editing the original code? Thank you. -- Niccolo Rigacci Firenze - Italy

[pmapper-users] Bug in pdfprint.php (with patch): print several almost blank pages

2009-05-06 Thread Niccolo Rigacci
e if block. I attach a diff patch. -- Niccolo Rigacci Firenze - Italy pdfprint_patch.diff.gz Description: Binary data -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning envir

[pmapper-users] Search from Shapefile problem (with dirty patch)

2009-05-06 Thread Niccolo Rigacci
he mailing list? -- Niccolo Rigacci Firenze - Italy query_patch.diff.gz Description: Binary data -- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world