Re: [pmapper-users] How to use pMapper to insert data in PostGres/PostGis

2015-10-05 Thread gioza
An idea: modifying the AREA measure JS you can get the vertex of the polygon you're drawing then you could insert those data in postgis with a php script. Have a look to this: http://sourceforge.net/p/pmapper/mailman/message/31561792/ -- View this message in context:

[pmapper-users] Zoom cursor not displayed on pmapper 4.3.2

2015-10-05 Thread moreno
In p.mapper 4.3.2, downloaded from http://svn.pmapper.net/repos/pmapper/trunk/pmapper, the zoom cursor is not displayed. I solved modifying getRootPath function commenting lines: var theLastPos=theLoc.indexOf('?'); theLoc=theLoc.substr(0,theLastPos); in javascript/pm_cjs.js and