Hi Thomas,
it works nicely as you suggested.
Many thanks again,
Michael
allspatial wrote:
>
> Dear pmapper Team,
>
> I wrote a plugin for pmapper 4.02. In the PHP code of my plugin I added a
> layer to the Map using the $map variable from globals.php:
>
> require_once("../../incphp/globals
Hi Thomas,
Many thanks for your swift reply! I will try your suggestions this afternoon
and let you know the results.
Cheers,
Michael
Thomas RAFFIN wrote:
>
> I don't know what your plugin is doing, but maybe you could use
> "clientDynamicLayer" like drawing and measure2 plugin too:
> http
I don't know what your plugin is doing, but maybe you could use
"clientDynamicLayer" like drawing and measure2 plugin too:
http://svn.pmapper.net/trac/wiki/PluginsDynamicData
Le 08/01/2013 09:57, Thomas RAFFIN a écrit :
> Hi,
>
> The mapfile is reloaded in the $map vairiable, a MapObj object, ea
Hi,
The mapfile is reloaded in the $map vairiable, a MapObj object, each
timeglobals.php is called.
So if core pmapper code need globals.php, your layer is not added.
You should use "phpMapObjModifierFiles " (in
rou_pugin_directory/config.inc). The files you will add here will be
called at t
thanks luks so much for ur answer but blz if you can lead me more to
devoloppe this function because im just started with pmapper...
--
View this message in context:
http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/pmapper-plugin-drawing-tp4024949p4024951.html
Sent from the
hello,
yes you can do it using the pluggin drawing (drawing_base.js) then modified
by adding a function to be able to capture the coordinates of depiction
results
coordinates are then sent to a php file along with the list on the
coordinates.
in php you can do the insert data with coordinate cap
Hi,
Doc is here: http://svn.pmapper.net/trac/wiki/PluginsDynamicData (or in
the plugin readme file).
If you want to save drawings you have to develop it.
Moreover if you need other language than English and French you have to
translate the few terms in the language file mentioned in the doc.
Ruslan
thanks for the files. I will try to have a look on it the coming days.
armin
On 12/05/2008 13:45, [EMAIL PROTECTED] wrote:
> Hi Armin.
>
>
>
> I've made some changes to pmapper to implement some of the function to
>
> allow plugins to interfere to map drawing process.
>
> You can ta