Re: [pmapper-users] Post a message to all the list members

2007-01-25 Thread Armin Burger
That's a reference to a renamed function, I forgot to remove it. Just delete this line 40 or comment it out. I updated the SVN with this correction. armin Guzman wrote: > Good Afternoon again. > > I want to post a message to all the list members > > I have installed the p.mapper 3.1 beta 2

[pmapper-users] Post a message to all the list members

2007-01-25 Thread Guzman
Good Afternoon again. I want to post a message to all the list members I have installed the p.mapper 3.1 beta 2 and i have problem to print a map in PDF format. The error is: Fatal error: Call to undefined function printDebug() in C: \ms4w\apps\pmapper-dev\incphp\print\pdfprint.php on line 40

Re: [pmapper-users] small feature request for displaying query result

2007-01-25 Thread Armin Burger
I think the easiest is to store the point info as a Javascript variable and add it later on to the result. In function showqueryresult(type, xy) add something like var pixcoords = xy.split('+'); PM_Query.identifyPoint = getGeoCoords(pixcoords[0], pixcoords[1], false); and then for the pmjson.js

Re: [pmapper-users] need some help using XYLAYER_PROPERTIES

2007-01-25 Thread Armin Burger
> Between my needs they are: > > - With the XYLAYER_PROPERTIES I can get the data coordinates (in my case > GPS > very Dynamic data) for a layer from a datbase, bu I need to display more > data than the coordinates, other attributes from the table/view from which > are taken these coordi