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

2016-01-25 Thread Bruno Moreira
Hi, I've decided to modify Drawing plugin, and after the draw the polygon I have an array with coordinates, which I can insert into Postgresql/Postgis database using ST_GeomFromText. Thank you! -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.

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: http://pmapper-users-p-m