[pmapper-users] to execute a JavaScript function every time the map is refreshed

2011-03-29 Thread Andreas Douvalis
Hi  My name is Andreas and I use pmapper 4.1.1 in Wiki i found that: to execute a JavaScript function every time the map is refreshed then add to the init function referenced in config.inc something like $(#pmMapRefreshImg).bind(load, function(e){ pm_scaleBar.update(PMap.scale); });

[pmapper-users] selectionManagement plugin

2011-04-07 Thread Andreas Douvalis
Hi  I found in trunk one new plugin : selectionManagement  !!! First of all very useful tool. I test it. I have pmapper 4.1.1 and I download only the new plug in ( selectionManagement) and selectTools.inc.php. I works perfect with shp but I have problems with Postgis layer. the php error:

[pmapper-users] selectionManagement plugin

2011-04-08 Thread Andreas Douvalis
Thank you for your response. MapServer CGI 5.6.6 - MS4W -  version 3.0.1  -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games.

[pmapper-users] selectionManagement plugin

2011-04-08 Thread Andreas Douvalis
I forgot to inform you that I have Postgresql 8.4 with PostGis 1.5.2. -- Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games.

[pmapper-users] Fw: Re: selectionManagement plugin

2011-04-08 Thread Andreas Douvalis
- in incphp/common.php, replace if ($_SESSION['MS_VERSION'] = 5.6) { with if ($_SESSION['MS_VERSION'] = 5.6 $shapeTileIndex != -1) { Hopes this helps. If SHP exports doesn't works I've got an other change to do in plugin/export.shp.php Thomas Le 08/04/2011 12:42, Andreas Douvalis a écrit : I forgot

Re: [pmapper-users] Fw: Re: selectionManagement plugin

2011-04-09 Thread Andreas Douvalis
...@sirap.fr έγραψε: Από: Thomas RAFFIN traf...@sirap.fr Θέμα: Re: [pmapper-users] Fw: Re: selectionManagement plugin Προς: pmapper-users@lists.sourceforge.net Ημερομηνία: Παρασκευή, 8 Απρίλιος 2011, 17:36 Thanks! Have you try other plugins? Le 08/04/2011 16:19, Andreas Douvalis a écrit : Thank you

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-21 Thread Andreas Douvalis
Hi wmsclient plugin is very interesting. However, I do not know how to add one wms layer to the map. I achieved the above goal by creating tmp map files bat I prefer  to take advance of clientdynamiclayers plugin. How can describe one raster layer as Geojson ? I know that geojson is only for

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-21 Thread Andreas Douvalis
] Add raster layer with clientdynamiclayers On 21/05/2011 11:45, Andreas Douvalis wrote: Hi wmsclient plugin is very interesting. However, I do not know how to add one wms layer to the map. thats written in the README of this plugin: !!! NOTE !!! This plugin is experimental and does not work

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-21 Thread Andreas Douvalis
Απο: Armin Burger armin.bur...@gmail.com Προς: pmapper-users@lists.sourceforge.net Στάλθηκε: 1:52 μ.μ. Σάββατο, 21 Μαΐου 2011 Θεμα: Re: [pmapper-users] Add raster layer with clientdynamiclayers On 21/05/2011 12:45, Andreas Douvalis wrote:   I know but addWmsLayer

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-23 Thread Andreas Douvalis
, layername: myWmsLayer, jsondef: {name: myWmsLayer, ... }} , datatype: DynWMS, data: somethingThatDifineYourWMSData}]; PM.Map.ClientDynamicLayers.addOrReplaceLayers(myLayer); 2) And in PHP write the clientDynamicLayer_DynWMS class like clientDynamicLayer_GeoJson. Thomas Le 21/05/2011 11:50, Andreas

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-23 Thread Andreas Douvalis
Le 21/05/2011 11:50, Andreas Douvalis a écrit : Sorry for my bad English. My question again: How can I use clientdynamiclayers plugin in relation of adding raster layers? -- What Every C/C++ and Fortran developer

[pmapper-users] Add raster layer with clientdynamiclayers

2011-05-24 Thread Andreas Douvalis
will send you the data to evaluate. Απο: Thomas RAFFIN traf...@sirap.fr Προς: Andreas Douvalis anddre...@yahoo.gr Στάλθηκε: 8:50 π.μ. Τρίτη, 24 Μαΐου 2011 Θεμα: Re: Add raster layer with clientdynamiclayers Hi, Why not make a plugin (with few js code) that will call

[pmapper-users] json layers definition

2011-06-01 Thread Andreas Douvalis
Hi  Is there any php function in pmapper files that return json layers definition from mapserver  file? -- Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible

[pmapper-users] fadeMapimgLayer

2011-08-02 Thread Andreas Douvalis
Hi. What is the use of fadeMapimgLayer? -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The must-attend event for mobile developers. Connect with experts. Get tools for creating Super Apps. See the

[pmapper-users] Scalelist for Map

2011-08-02 Thread Andreas Douvalis
How can I make the map to start with certain scale?  Actually I want to force the map to zoomin-zoomout according to scalelist (like google maps does). -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The

[pmapper-users] Postgresql 9, pmapper 4.2.0, Mapserver 6

2011-09-20 Thread Andreas Douvalis
Hi  Please Help. I have problem with pmapper 4.2.0, Mapserver 6  and Postgresql Version 9.0.4-1 - Postgis 1.5 It crashes with this error: [20-Sep-2011 23:12:25] PHP Warning:  layerObj::open(): [MapServer Error]: msPostGISRetrieveVersion(): Error executing SQL: SELECT postgis_version()  in

[pmapper-users] Postgresql 9, pmapper 4.2.0, Mapserver 6

2011-09-20 Thread Andreas Douvalis
I found the problem. After postgresql installation I restore my table with sql commands. Now I made one new postgis table and it works perfect. I suppose that there is problem with restoration of table and maybe the previous postgis vesion. Sorry for bother you

[pmapper-users] pmapper and google maps

2011-12-20 Thread Andreas Douvalis
Make one div for the google map inside ui-layout-center, for example: div id=map2 class=map2/div  Then add javascript for openlayers : ... map2 = new OpenLayers.Map('map2', options);    .. use PM.Map.bindOnMapRefresh function to change extents of openlayers map when extents of pmappers

[pmapper-users] Search definition via XML file for DB

2012-01-23 Thread Andreas Douvalis
Hi! Whi in Search definition via XML we have to write dsn string? I think it is more convenient to construct dsn string from connection string of layer in map file. Ii other case I have to maintain two config files (map file and search.xml). Am I right or I miss something?

[pmapper-users] Search definition via XML file for DB

2012-01-23 Thread Andreas Douvalis
Sorry for my mistakes! Again my question: Why in Search definition via XML we have to write dsn string? I think it is more convenient to construct dsn string from connection string of layer in map file. In other case I have to maintain two config files (map file and search.xml). Am I right or

[pmapper-users] New plugin (find point t X et Y)

2012-02-01 Thread Andreas Douvalis
I forgot to comment that for trasformation I use Proj4js. Please read http://svn.pmapper.net/trac/wiki/PluginsMap and http://trac.osgeo.org/proj4js/wiki/UserGuide -- Keep Your Developer Skills Current with LearnDevNow!

[pmapper-users] Display only Selection

2012-02-05 Thread Andreas Douvalis
Why not use Filter parameter in Map file in Layer  section. Read about filter in this page:    http://mapserver.org/mapfile/layer.html -- Try before you buy = See our experts in action! The most comprehensive online

[pmapper-users] graphical queries

2012-05-01 Thread Andreas Douvalis
Hi What is the use of PM_RESULT_DATASUBSTITION metadata in graphical queries plugin?  In queryExtended.php in line 82 (approximately) there is one loop that check PM_RESULT_DATASUBSTITION metadata.  -- Live Security

[pmapper-users] ClientDynamicLayers

2012-05-11 Thread Andreas Douvalis
Hi  How can I add layer's units in clientdynamic layers. When I add the property units:dd or MS_DD in layer json definition I get that error: Uncaught exception 'MapScriptException' with message 'Property 'units' does not exist in this object.' in \incphp\map\dynlayer.php:130

[pmapper-users] Σχετ: ClientDynamicLayers

2012-05-12 Thread Andreas Douvalis
exists for the map object. armin On 11/05/2012 20:36, Andreas Douvalis wrote: Hi How can I add layer's units in clientdynamic layers. When I add the property units:dd or MS_DD in layer json definition I get that error: Uncaught exception 'MapScriptException' with message 'Property 'units

[pmapper-users] query PG in MapServer version 6.0.3

2012-08-01 Thread Andreas Douvalis
)) . ')'. ' ; // add single quote at the beginning and end ! (Just for your information) Andreas Douvalis -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed

[pmapper-users] Projection error

2015-01-28 Thread Andreas Douvalis
Can you help me with the javascript error bellow? NetworkError: 404 Not Found - /pmapper/projCode/null.js My map projection is :   PROJECTION     init=epsg:3857   END # PROJECTION and my config xml             unitAndProj                 projections         prj name=WEB-mercator       

[pmapper-users] Πρθ: Projection error

2015-01-28 Thread Andreas Douvalis
Στις 12:43 μ.μ. Τετάρτη, 28 Ιανουαρίου 2015, ο/η Andreas Douvalis anddre...@yahoo.gr έγραψε: Thank you! You are right! I should have defined in js_config.php! Now it works! Στις 12:33 μ.μ. Τετάρτη, 28 Ιανουαρίου 2015, ο/η Thomas RAFFIN traf...@sirap.fr έγραψε: Hi, I

[pmapper-users] Drawing plugin ignores session clientDynamicLayers data

2015-01-29 Thread Andreas Douvalis
I think that drawing plugin ignores session clientDynamicLayers data! That means that if you close and reopen page-tab (without close browser and losing session) the drawing_TableContent does not include ex-drawing objects! Am I right? I suppose that I have to modify drawing.js to get objects

[pmapper-users] Πρθ: Drawing plugin ignores session clientDynamicLayers data

2015-01-29 Thread Andreas Douvalis
(clientDynLayJson).value;       //alert(clientDynLayJson);         if(clientDynLayJson.length0){             PM.Plugin.Drawing.drawing_inputFileOnChange(clientDynLayJson);         }          } Please share your comments. Στις 3:59 μ.μ. Πέμπτη, 29 Ιανουαρίου 2015, ο/η Andreas Douvalis anddre

[pmapper-users] Σχετ: Σχετ: how to add google satellite imagery layer in pmapper 4.3.2

2016-01-25 Thread Andreas Douvalis
Sometimes there is conflict regarding the path of proj folder. Try to check environment variables for PROJ_LIB. Moreover add to your mapfile the line below: CONFIG "PROJ_LIB" "/ms4w/proj/" Στις 11:25 μ.μ. Δευτέρα, 25 Ιανουαρίου 2016, ο/η Andreas Douvalis <and