Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-08 Thread Armin Burger
On 08/04/2011 09:18, moka61 wrote: Thank you for the quick response. I removed the apostrophe from the name VITO D'ASIO and the query works correctly. The escape is made ​​only in the second part of the key JSON. I know, the problem is that the JSON values afterwards are used by Javascript

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

2011-04-08 Thread Armin Burger
On 08/04/2011 16:57, Chris Jackson wrote: I am thinking about looking into split screen layouts for comparative layer work as an aside. I have some doubts that this will work with p.mapper due to its session handling (nearly everything is stored in a PHP session). If both maps will run on the

Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-07 Thread Armin Burger
Daniele I guess it's related to an insufficient escaped apostrophe (could eg. be the VITO D'ASIO). There were changes in v 4.1 and it especially now uses a newer version of jQuery which expects syntactically correct JSON. I'll have a look at it and will try to add a patch soon. Please send me

Re: [pmapper-users] MAXSCALE and Identify

2011-04-06 Thread Armin Burger
Try to replace in incphp/map/map.php line 590 if ($minscale = $this-map-web-minscale) { with if ($minscale = $this-map-web-minscaledenom) { and see if it helps. I just recently replaced all min/maxscale with min/maxscaledenom in the dev version which is the recommended setting. alternatively

Re: [pmapper-users] On the subject of wiki updates

2011-03-31 Thread Armin Burger
should be possible to suppress categories in the legend by setting printCategory to 0 in print.xml armin On 31/03/2011 10:31, Chris Jackson wrote: Armin I noticed an omission of a comma in one of the plugins - TOC info link on http://svn.pmapper.net/trac/wiki/PluginsToc should have a comma

Re: [pmapper-users] IIS install funny

2011-03-30 Thread Armin Burger
I never used anything else than an absolute path for this setting. I updated the wiki that puts this as a recommended setting. armin On 30/03/2011 10:05, Chris Jackson wrote: Update - I had to switch the mapfile image path from a relative to absolute link and all fixed - I guess apparently I

Re: [pmapper-users] block zoom

2011-03-30 Thread Armin Burger
On 30/03/2011 19:24, Sandro Ferrara wrote: Hi to all, i would like to avoid the zoom beyond the scale of 1:1000, eg 1:500 return to the scale of 1:1000, is it possible? Thanks in advance Sandro you can add a tag in your map file MAP WEB MINSCALEDENOM 1000 ... ...

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

2011-03-29 Thread Armin Burger
Andreas this changed in the current version since the old method did not work with Chrome browsers, the docs are not updated yet. Use something like PM.Map.bindOnMapRefresh(function(e){ //your_function ... }); if you need you can also pass parameters to the event handler function

Re: [pmapper-users] modifying element properties per configuration

2011-03-28 Thread Armin Burger
On 27/03/2011 23:02, Chris Jackson wrote: Armin - any plans to integrate PMapper with the Jquery UI interface? Chris one of the two main layouts is using parts of jQuery UI and the Layout plugin. I don't see where more of this should be added for the time being. But everybody can easily

Re: [pmapper-users] p.mapper and ECW files

2011-03-23 Thread Armin Burger
p.mapper uses Mapserver/Mapscript and Mapserver uses Gdal for raster rendering, p.mapper does not have a notion if your raster file is ECW or Tiff. If something does not work try to use a systematic debugging as described in the FAQ's. armin On Wed, Mar 23, 2011 at 9:26 AM, aborruso

Re: [pmapper-users] resize layout

2011-03-19 Thread Armin Burger
On 18/03/2011 23:00, Aníbal Pacheco wrote: Hi. I Can't figure out how to enable the layout-toggle or resizer bar. It's a thing between the map and the formlayer used to enlarge the map area to the full width. Any thoughts? thanks

Re: [pmapper-users] problem with ECW

2011-02-08 Thread Armin Burger
is no longer supported (due to new Erdas license). Thomas Le 02/02/2011 21:19, Armin Burger a écrit : Pino I don't think anybody can help you if you do not specify *what* is your problem, and describe it in best ways ;-) the pm Wiki has a section of debugging under the FAQ's. armin On 02/02

Re: [pmapper-users] Low Performance in IE with many layers

2011-02-07 Thread Armin Burger
On 07/02/2011 15:03, Nicolas Morales wrote: Hi, I've noticed that when the mapfile has many layers, the performance in Internet Explorer is low especially when the map zoom changes. I discovered that the javascript function that consumes most of the time in IE is tocUpdateScale () in

Re: [pmapper-users] Customize TOC

2011-02-06 Thread Armin Burger
Pino you should use a tool like Firebug to check which CSS settings actually define the various style parameters. Since styles are usually a combination provided by overlapping and overwriting parent/child styles it is virtually impossible to just rely on a simple setting and hope it works.

Re: [pmapper-users] problem with ECW

2011-02-02 Thread Armin Burger
Pino I don't think anybody can help you if you do not specify *what* is your problem, and describe it in best ways ;-) the pm Wiki has a section of debugging under the FAQ's. armin On 02/02/2011 20:02, Pino Scalamandrè wrote: Hello everyone I'm moving to the 4.1.1 version that I have

Re: [pmapper-users] Disable the Reference Map

2010-12-30 Thread Armin Burger
On 29/12/2010 23:48, beck...@knology.net wrote: I am new to pmapper and I succesfully installed pmapper 4.1.1 and the demo. However, I am trying to make my on application with my own simple mapfile. My mapfile only has one shapefile and I do not want to use the reference map. When I

Re: [pmapper-users] Best practice to integrate a missing jQuery-UI

2010-12-20 Thread Armin Burger
Niccolo I don't know if you need the jQuery ui layout for the re-sizable panes. If yes, then merge the 'jquery.layout.min.js' from the src directory with the full/custom jQuery-UI minimized package and replace the one under javascript/optional. Or better, create your own custom directory

Re: [pmapper-users] Authentication for p.mapper

2010-12-15 Thread Armin Burger
you could contact Walter Lorenzetti, afaik he was working on something like this. Regarding the map images in the tmp folder: have a look at the file names (a combination of session ID and time in microseconds) and then decide if these names are guessable... if you use cookies for sessions

Re: [pmapper-users] problems with relative path in mapfile

2010-12-13 Thread Armin Burger
just use an absolute path and you're done. otherwise change core code to use file name resolution with PHP function realpath(). armin On 13/12/2010 10:43, Fco. Javier García Ricca wrote: Hello, In my application all work fine with relative path in mapfile but when I try to export the map to

Re: [pmapper-users] option-tags for searchitems

2010-11-25 Thread Armin Burger
On 25/11/2010 15:35, BSAP (Andres Thomas) wrote: Dear List, where can I find the code segment, which fills the dropdown list for the search of type 'option'. http://svn.pmapper.net/trac/wiki/DocManual#javascript --

Re: [pmapper-users] IE8 tool tip issue

2010-11-25 Thread Armin Burger
On 24/11/2010 16:12, Chris Jackson wrote: All Apologies if this has already been raised, but the tool-tip dialog/results aren't behaving in IE8 - just a collapsed little grey box (in 4.1.1 and dev version), the other i-tools work fine. All behaves in FF. Any ideas? Thanks Chris For me

Re: [pmapper-users] question about gdal

2010-11-23 Thread Armin Burger
I would say gdal is usually necessary to run Mapserver (at least some parts will not work otherwise), and hence also p.mapper - being based on Mapserver... On 23/11/2010 19:14, Fco. Javier García Ricca wrote: Hello, I suposse that gdal only is required when we make transformations but I am

Re: [pmapper-users] Issue with zoom2extent function call [Revisit]

2010-11-23 Thread Armin Burger
The @ is probably there because your layer seems to be a tileindex shapefile. Checking back in history, seems it has been introduced in version 3.1.1, which dates from Sept 2007, so not really a very recent modification. I'm not using tileindex shapefiles at all so I never experienced

Re: [pmapper-users] External link for menu

2010-11-22 Thread Armin Burger
I thought I already set the possibility for a new target to the code code, which was not the case... So I added it now (and I once will change it to some cleaner code...). In case you're interested, you need the new http://svn.pmapper.net/trac/export/1126/trunk/pmapper/javascript/pm_cjs.js (or

Re: [pmapper-users] errors with extra layouts examples

2010-11-19 Thread Armin Burger
there are various tools to compare 2 text files and see the differences... otherwise you will find all reasons for these error messages if you google for them, they happen to appear more often with Mapserver, some are even in the Mapserver error-FAQ's see

Re: [pmapper-users] Dynamical PostGis Layer.

2010-11-19 Thread Armin Burger
RAFFIN) 3. JOINING SQL Server (Gustavo Insaurralde) 4. Re: JOINING SQL Server (Armin Burger) 5. Re: errors with extra layouts examples (Armin Burger) 6. Re: errors with extra layouts examples (Giovanni Manghi

Re: [pmapper-users] queryeditor plugin - installation instructions to update

2010-11-17 Thread Armin Burger
On 17/11/2010 20:41, jeanfaubert wrote: Hi, Can you tell me more about the installation of QueryEditor plugin? I use pmapper4. Thanks you very much. Jeanfaubert http://lmgtfy.com/?q=p.mapper+installation+of+QueryEditor+pluginl=1

Re: [pmapper-users] Checkboxes on Layers are not synchronizised with Checkboxes on Categories

2010-10-25 Thread Armin Burger
On 10/25/2010 05:42 PM, Hermann Karl wrote: Dear List, If the status of the checkboxes of all layers of a categoriy is unchecked and the status of the checkbox on the categories is checked then the change of the status of the checkbox of the categories has no influence to the status of the

Re: [pmapper-users] pmapper-users Digest, Vol 49, Issue 5

2010-10-21 Thread Armin Burger
On 21/10/2010 17:10, Gustavo Insaurralde wrote: Hi there, pmapper 4.1.0 here I´m trying to perform a query to a SQL Server But i receive this error on pm_error.log [21-Oct-2010 10:45:33] PHP Warning: Suggest::require_once(MDB2.php) [a

Re: [pmapper-users] problem export query to csv

2010-10-21 Thread Armin Burger
On 21/10/2010 19:06, Fco. Javier García Ricca wrote: Hello, I have pmapper 4.0.0 working in centos 5.5. I have checked all the application and everything works fine except the export query to csv. When I press the radio button to export to csv don't active the download button. It is fine for

Re: [pmapper-users] Browser compatibility p.mapper v.4.1.0

2010-10-18 Thread Armin Burger
On 18/10/2010 09:42, Hermann Karl wrote: Dear List, With microsoft internet explorer 8.0 the refresh map button is not visible. With compatibility view int microsoft internet explorer 8.0 the refresh map button is visible but the advanced print window will not open properly. Karl Hello

Re: [pmapper-users] Pemmaper 4 stable svn errors

2010-10-04 Thread Armin Burger
For the first error: I guess you just need to insert a tag at the top level of the map file that is SHAPEPATH something since you're using only Postgis I guess it is not necessary that it is an actually existing directory. I probably never used a map file without any shapes or images, so

Re: [pmapper-users] Problem with Select Tool and MAXSCALE

2010-09-26 Thread Armin Burger
I modified now query.php on the SVN so that the seextent and setmapsize is not only applied for point queries (as it was until now) but also for rectangle queries (select). see http://svn.pmapper.net/trac/changeset/1042 So far I never noticed any problems with the rectangle queries and could

Re: [pmapper-users] sub-categories in TOC (p.mapper 4.0)

2010-09-15 Thread Armin Burger
since this feature is asked every now and again (and no one seems to read older postings), I started a special customization section in the wiki to be able to point people to, see http://svn.pmapper.net/trac/wiki/FaqCustomizations?version=28#Somefrequentlyaskedcustomizations this could also be

Re: [pmapper-users] Always on layers and legends

2010-09-03 Thread Armin Burger
On 02/09/2010 22:39, Chris Jackson wrote: Armin It is only a 50mb GeoTIFF of bathmetry for the UK continental shelf with 12 classes. It takes about 8 seconds to draw, I wasn't sure about using a tileindex (my old app didn't), but will start using one. I also have a slight mix in

Re: [pmapper-users] (no subject)

2010-08-26 Thread Armin Burger
There is nothing foreseen to have this done via a config option. The only way is to direc tly modify the source code for the plugin, which should not be too difficult though. armin On Thu, Aug 26, 2010 at 2:21 PM, Kalafateli Efstratia e.kalafat...@aratos.gr wrote:   Hi,   I would like to ask

Re: [pmapper-users] Feature select performance

2010-08-26 Thread Armin Burger
On Wed, Aug 25, 2010 at 3:44 PM, Chris Jackson webturt...@gmail.com wrote: So back to the query.php code, do you retrieve a count of matched features from the shapefile before looping through them or is it even possible? You can check the returned JSON string using eg. Firebug and the

Re: [pmapper-users] Feature select performance

2010-08-25 Thread Armin Burger
to tie in users drawing a polygon and it as the query extents or use of a circular buffer select with the user defining the distance? I am still continually impressed with what has been done with P.Mapper - so thanks! Chris On 24 August 2010 21:43, Armin Burger armin.bur...@gmail.com wrote

Re: [pmapper-users] Feature select performance

2010-08-25 Thread Armin Burger
! So you need to work on the result display, maybe create a plugin for displaying the result in the table in chunks of a few 100. armin On Wed, Aug 25, 2010 at 2:31 PM, Armin Burger armin.bur...@gmail.com wrote: If you want to try the highlight method with the 2 files I put in the zip file, you

Re: [pmapper-users] Category checkbox behaviour

2010-08-25 Thread Armin Burger
On 25/08/2010 09:53, Dejan Gambin wrote: Hi, I would just like to know if this is an expected behaviour: yes, if you want another logic you need to modify the pm.toc.js I have a category with two groups. Each group consist of several mapfile layers having the same GROUP. I set

Re: [pmapper-users] Attribute search example with MySQL table

2010-08-25 Thread Armin Burger
I updated the docs for this issue, see limitations part at http://svn.pmapper.net/trac/wiki/DocManual?version=77#JoiningDatabasetablestolayers armin On 24/08/2010 13:07, Dejan Gambin wrote: Hi, I have successfully made a join from shape file to MySQL database using RESULT_JOIN syntax like

Re: [pmapper-users] Feature select performance

2010-08-24 Thread Armin Burger
Chris the way the highlight works, is taking all shape features' ID's and adding one by one to a temporary dynamic layer, using a Mapscript function addFeature(). This is for sure not an efficient way but has no problems for normal selections up to a few 100's. Having a result table displayed

Re: [pmapper-users] Feature select performance

2010-08-24 Thread Armin Burger
Chris something that came into my mind was the use of queryMap. I had not used it since eternities because it became obsolete to me using the p.mapper highlighting method. I made a quick test and it would need just a few lines in query.php and map.php to change/add. Note that this will only

Re: [pmapper-users] Attribute Search does not utilize MS_ENCRYPTION_KEY

2010-08-18 Thread Armin Burger
On 17/08/2010 10:16, Hermann Karl wrote: Dear List, If the password in the connection string to postgres is encrypted and CONFIG MS_ENCRYPTION_KEY is set in the mapfile the layers are displayed but attributesearch does not work. Karl it does not work since this is a pure MS specific

Re: [pmapper-users] p.mapper sample layouts

2010-08-11 Thread Armin Burger
just download the current files via svn from listed URL. The zip at SF might be outdated. armin On Wed, Aug 11, 2010 at 4:16 PM, Chris Jackson webturt...@gmail.com wrote: Hi I have downloaded the sample layouts zipfile for p.mapper 4, however they don't seem to come out quite like the online

Re: [pmapper-users] fixing pmToolLinks for Chrome

2010-08-09 Thread Armin Burger
It's only necessary to change a CSS style, see http://svn.pmapper.net/trac/changeset/1010 Armin On 09/08/2010 15:23, Giovanni Manghi wrote: Hi all, I'm trying fix the following function in PM 4 /** Tool links */ pmToolLinks: function(tl) {

Re: [pmapper-users] pmapper4.0 errors in advanced print options A4L A3P A3L

2010-08-05 Thread Armin Burger
the main problem, however, is that whatever you define, the advanced options are not implemented in the print libraries, and hence have no effect... so for the time being, forget about them. I should have removed the commented parts to avoid confusion. armin On 05/08/2010 19:01, Hermann Karl

Re: [pmapper-users] incorrect zoom2extent from search

2010-07-22 Thread Armin Burger
go to the online manual http://svn.pmapper.net/trac/wiki/XmlFileSettings and search for zoom extent for point layers On Thu, Jul 22, 2010 at 12:46 AM, Matt Doggett dogg...@nacse.org wrote: Hi- Using pmapper 4.0, php 5.2.4, mapscript 5.2 on a Linux server.   I have an map application where

Re: [pmapper-users] ReRe: Problem with search.xml

2010-07-13 Thread Armin Burger
you at least have a clear error reported: [13-Jul-2010 12:07:25] = P.MAPPER: DB ERROR = Standard Message: MDB2 Error: not found DBMS/Debug Message: unable to find package 'MDB2_Driver_pgsql' file 'MDB2\Driver\pgsql.php' which means that you need to install also the pgsql driver for

Re: [pmapper-users] Problem with Masking Create PDF Document

2010-07-08 Thread Armin Burger
On 28/06/2010 12:05, Hermann Karl wrote: Dear List, If there is a category set in config_default.xml to category name=Straamp;#223;enbeleuchtung then the in the legend of the PDF-document Straamp;#223;enbeleuchtung is printed instead of Straßenbeleuchtung Karl you should either define

Re: [pmapper-users] Problem with search.xml

2010-07-07 Thread Armin Burger
Alberto you need to check the PHP error log (default for MS4W is AFAIR the apache error log), without that nobody will be able to provide you any useful help. MDB2 and DB should be supported by PHP 5.3 since they do not need the dl() function, but the required PEAR packages must be installed.

Re: [pmapper-users] Problem loading Query editor plugin

2010-07-06 Thread Armin Burger
Check for Javascript errors, eg. using Firebug. I would guess you're missing a comma, or have 1 too much in your js_config after your modifications armin On Tue, Jul 6, 2010 at 9:46 PM, Eric Omwanza erykolr...@gmail.com wrote: Thanx Armin and others for the good work you are doing.We apreciate

[pmapper-users] Fwd: CLASSITEM from MySQL Table

2010-06-18 Thread Armin Burger
but you can try the Mapserver join definitions like described here: http://mapserver.org/mapfile/join.html This was not existing when working on the first releases of pmapper, but I guess now it makes the pmapper-specific join definitions somehow obsolete (at least for Postgres and Mysql).

Re: [pmapper-users] Linux - p.mapper searchitem

2010-05-31 Thread Armin Burger
On 31/05/2010 22:55, Lalo - Hotmail wrote: Hola a todos, por favor me pueden ayudar, estoy trabajando con Linux fedora y con p.mapper. He configurado la busqueda de la siguiente manera searchitem name=departamento description=Departamentos layer type=postgis name=departamento

Re: [pmapper-users] [english 99%] Re: disable wms 'identify'

2010-05-28 Thread Armin Burger
The value void has no effect at all. You could as well write TEMPLATE pippo and it will do the same, that is the tag TEMPLATE has to exist in order to make a layer queryable. And it needs a value, otherwise the map file parser should give an error. I would guess that - also for WMS layers -

Re: [pmapper-users] How to use DynLayer?

2010-05-25 Thread Armin Burger
Niccolo I think there is a bug in the code as left over from some earlier version. You could try changing the line in dynlayer.php-createDynLayers() from foreach ($dObj-layerlist as $dl) { to foreach ($dObj as $dl) { But it might still not work. I got strange and practically not

Re: [pmapper-users] pro?blem loading all the categories on the Menu list

2010-04-23 Thread Armin Burger
On 23/04/2010 08:48, Eric Omwanza wrote: i got an issue loading my dem layer? when i load the tiff,(placing it as the first on the mapsript) the menu only shows the raster category, but when i put the dem(tiff) as the last layer in the mapscript the menu shows all the categories However the

Re: [pmapper-users] Change Pmapper GUI

2010-04-16 Thread Armin Burger
redefine the function displayCoordinates() from zoombox.js. recommended to create a js file and put the modified version there, place this js file in the config/yourconfig/ directory. armin On 16/04/2010 05:31, Marcos Pierri wrote: Hello, Anyone knows which javascript I have to modify to

Re: [pmapper-users] Query/Search on Google Chrome

2010-04-14 Thread Armin Burger
I'm wondering if you really use the final version 4... please see the changelog called search: bad HTML, so hidden inputs are not included in Safari or Chrome at http://svn.pmapper.net/trac/changeset/858/pmapper/trunk/pmapper/javascript/src/pm.search.js where Thomas Raffin fixed this bug.

Re: [pmapper-users] Problem in zoom2extent using postgis layers

2010-03-21 Thread Armin Burger
please check your PHP and Javascript error log, report them, and mention also which version of Mapserver (and PHP) you're using, and when/where the error appears exactly. armin On 21/03/2010 15:50, Marcello Benigno wrote: Hi Armin, hi all, First, congratulations to new pmapper version!

Re: [pmapper-users] Zoom to point problem

2010-03-17 Thread Armin Burger
http://lmgtfy.com/?q=p.mapper+zoom+to+point+layerl=1 On 17/03/2010 21:08, greg koron wrote: I am a gis newbie, building an application using pmapper 4, and mapserver 2.3.1 and i came across the following problem: When i apply a query or select features via the selecting tool (i have the auto

Re: [pmapper-users] [p.mapper 4.0] how to configure infoZone

2010-03-15 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/XmlFileSettings#query !-- How to show the query results (identify/search) dynwin: open DHTML window anything else will be used as id of the DOM elment where to place the query result -- infoWindynwin/infoWin so just create a div id=pippo in map.phtml and

Re: [pmapper-users] Exportproblem with Charset ISO-8859-1

2010-03-10 Thread Armin Burger
try to use UTF-8 for all encodings. I make no tests with any other encodings except for shapefiles, so ISO-8859-1 might not work correctly for this, but I have not tried. armin On 10/03/2010 16:13, BSAP (Thomas Andres) wrote: Hi, In /pmapper/locale/language_de.php I've written the

Re: [pmapper-users] fighting with Postgis

2010-03-03 Thread Armin Burger
are using the 3.2.1 release and you get this behaviour? -Original Message- From: Armin Burger [mailto:armin.bur...@gmail.com] Sent: Tuesday, March 02, 2010 12:19 AM To: Giorgio Plazzotta Cc: pmapper-users@lists.sourceforge.net Subject: Re: [pmapper-users] fighting with Postgis

[pmapper-users] Problems and upgrade information MapServer 5.6 and PHP 5.3

2010-03-02 Thread Armin Burger
Hi all Since every now and then issues are raised about some problems with MapServer version 5.6 and p.mapper, I put some upgrade info for both MapServer 5.6 and PHP 5.3 on the Wiki. See http://svn.pmapper.net/trac/wiki/UpgradeInfo#MapServer5.6.x

Re: [pmapper-users] PNG transparency with raster

2010-03-01 Thread Armin Burger
On 01/03/2010 23:07, Tétranéon wrote: Hi everyone, First, thanks for this fantastic GIS... I use png files with transparency on my map. But the PNG lost their transparency when a raster is active. I do not really understand what you mean with that. You mean you're using as OUTPUTFOMAT a

Re: [pmapper-users] Main frame blank and Tag RESOLUTION

2010-02-25 Thread Armin Burger
frame is still blank, but the map appears in the frame of reference and generate maps blank in the / tmp eduardo 2010/2/24 Armin Burger armin.bur...@gmail.com mailto:armin.bur...@gmail.com you're posting the debug file that does not contain real errors, just debugging info's

Re: [pmapper-users] strange behaviour with field name

2010-02-25 Thread Armin Burger
just try the SQL definition of your map file in a normal query client like Pgadmin (dropping the parts starting with USING...). It will probably not work either... I would strongly recommend to *not* use upper case characters in Postgres columns unless you really know how to handle them, and

Re: [pmapper-users] Query dialog with pmapper 4.0.0 and Mapserver 5.6.1 problems

2010-02-24 Thread Armin Burger
On 24/02/2010 11:47, Christian Braun wrote: Hello list members, I recently installed a new infrastructure with pmapper 4.0.0 and Mapserver 5.6.1 out of UbuntuGIS repos (Karmic). Everthing is working fine except of data queries. The system is not able to reproduce a correct query. It always

Re: [pmapper-users] Bug? in result windows

2010-02-20 Thread Armin Burger
Nahum I tried to work out fixes workarounds for this new behaviour of MS 5.6 with PostGIS layers and query results. Some quick testing worked fine in both MS 5.6 and 5.2. If you want to test it use either a fresh checkout of SVN trunk or download just the files committed in changeset 952

Re: [pmapper-users] catInfoLink grpInfoLink in v4.x

2010-02-20 Thread Armin Burger
The check for 'PM.Plugin.TocInfolink.options.groupList' was correct. But it required a config option in the config xml as mentioned in the readme. I made some modifications and now it does not require any configuration setting, if not existing it will just use defaults. If you want to create

Re: [pmapper-users] Bug? in result windows

2010-02-19 Thread Armin Burger
http://lmgtfy.com/?q=%22map%2Fmap.php+on+line+813%22 ;-) Original-Nachricht Datum: Fri, 19 Feb 2010 08:34:36 -0600 Von: Nahum Castro nahumcas...@gmail.com An: pmapper-users@lists.sourceforge.net Betreff: [pmapper-users] Bug? in result windows Here I have found some

Re: [pmapper-users] Bug? in result windows

2010-02-19 Thread Armin Burger
I finally checked MS 5.6 with Postgis layers and you are right. It will not work since there was a change in MS 5.6 for querying RDBMS based layers. The problem is that the highlight function requires the indexes of the records for retrieving just the features that shall be added to the

Re: [pmapper-users] have diferents config_default.xml

2010-02-17 Thread Armin Burger
On 17/02/2010 15:10, Fco. Javier García Ricca wrote: Hello Victoria, I have a couple questions. If necesary that the name of configuration file start with config word? Can I name it with a sigle name (myfile.xml)? no, not without changing the code. Though I don't see the problem in using

Re: [pmapper-users] catInfoLink grpInfoLink in v4.x

2010-02-14 Thread Armin Burger
if you want an (i) image link, in p.mapper 4 you need to load the plugin 'tocinfolink', add a line in your config XML file under pmapper like pluginstocinfolink/plugins and then follow the instructions in the readme file under plugins/tocinfolink/ armin On 14/02/2010 16:02, emanuele

Re: [pmapper-users] Pmapper generates png files but don't display them

2010-02-03 Thread Armin Burger
check the FAQ and debugging link on the pm wiki armin On 03/02/2010 16:09, Matías Manuel Grandi wrote: Hi! I'm still with problems with pmapper 4 and ms4w. Now, pmapper is generating the files in the ms_tmp files, but they are not displayed in the screen. The loading... message don't

Re: [pmapper-users] download in kml format

2010-02-01 Thread Armin Burger
On 01/02/2010 12:12, Walter Lorenzetti wrote: Giuseppe Naponiello ha scritto: Hi, I'd like to create a button for download the map in kml format, maybe I could use the ogr2ogr script but I don't know how. Is it possible? thanks a lot Hi Giuseppe, Alessandro Pasotti (itOpen) sometimes

Re: [pmapper-users] ms4w 3.0 b + pmapper 4.0- Select singularly more then a feature.

2010-01-29 Thread Armin Burger
no, and in the way selection is currently working this will also be a bit difficult to achieve. armin On Fri, Jan 29, 2010 at 5:24 PM, Marco Battelapesca barm4...@gmail.com wrote: Hi all, at the moment in order to select more then one feature, i have to select them by a square. So i include in

Re: [pmapper-users] ms4w + pmapper - plugin to change the order of the layers

2010-01-29 Thread Armin Burger
No, nothing available at the moment. I never worked on this because the possibility to group physical layers together into one logical which makes it difficult to achieve a changing of drawing order. It would only work if there are only separate layers without any grouping. And since p.mapper was

Re: [pmapper-users] Search does not work.

2010-01-21 Thread Armin Burger
The SQL used is missing the result fields and therefore the SQL is not correct (the comma at the end of the line before FROM...) . Try to add the result fields in the layer definition like METADATA ... RESULT_FIELDS NAME, ISO2_CODE, POPULATION, GTOPO30 RESULT_HEADERS

Re: [pmapper-users] Search does not work.

2010-01-21 Thread Armin Burger
just noticed that you're mainly missing the template tag for the layer, so *no* query will work. see http://svn.pmapper.net/trac/wiki/DocManual#LayerGroupDescriptionsandFieldsforQueries On Thu, Jan 21, 2010 at 12:16 PM, richardcam...@adinet.com.uy richardcam...@adinet.com.uy wrote: Estimado

Re: [pmapper-users] zoomLayer zoomQuery

2010-01-20 Thread Armin Burger
to start the map zoomed to a map feature and allow the user to browse the whole map. Thanks, Zoltan On Mon, 18 Jan 2010, Armin Burger wrote: On 18/01/2010 21:40, Siki Zoltan wrote: Hi List, I try to use zoomLayer and zoomQuery query string parameters. I works, but after zooming

Re: [pmapper-users] zoomLayer zoomQuery

2010-01-18 Thread Armin Burger
On 18/01/2010 21:40, Siki Zoltan wrote: Hi List, I try to use zoomLayer and zoomQuery query string parameters. I works, but after zooming into the map I couldn't zoom back to a larger extent. Is there any workaround? no, there's no workaround, but an existing config setting for this:

Re: [pmapper-users] Problems with cssReference and jsInitFunctions

2010-01-15 Thread Armin Burger
On 15/01/2010 16:14, Edukoski wrote: Armin: I made the changes and displays the blank map with all the tools including the reference. But do not see the map on the main frame. The log reads: [15-Jan-2010 13:08:00] PHP Warning: PHP Startup: Unable to load dynamic library '/

Re: [pmapper-users] Problems with cssReference and jsInitFunctions

2010-01-15 Thread Armin Burger
On 15/01/2010 19:32, Edukoski wrote: Dear Armin: I've checked everything but the map is not in the main frame. Check the error console of Firefox and I throw myself the following: Warning: Error reading value of 'overflow'. Statement ignored. Source File:

Re: [pmapper-users] Clear POIs data in a sesstion

2010-01-12 Thread Armin Burger
On 12/01/2010 06:08, i-boy wrote: Hi all ! When I use Add POI tool, it remains until I start a new session (close the brower), so I try to clear POIs data when still remain in the current session. I had changed in pm.map.js (and the compress file pm_cjs.js too) reloadMap:

Re: [pmapper-users] Search 2 (or more) fields with same data column

2010-01-05 Thread Armin Burger
On 05/01/2010 04:26, i-boy wrote: Thanks you Armin, it works great ! I have updated Docs at the end of trac/wiki/DocManualsearch with this: --- For search multi-items in one database column: - In file search.php = function: getSearchParameters()

Re: [pmapper-users] Search 2 (or more) fields with same data column

2010-01-04 Thread Armin Burger
On 04/01/2010 04:40, i-boy wrote: Hi lists, I defined a search item like this: -- searchitem name=Dist description=District ___layer type=shape name=HN_District __field type=s name=D_Name description=ID0 wildcard=0 / __field

Re: [pmapper-users] resutlayer rendering very very slow....

2009-12-30 Thread Armin Burger
On 29/12/2009 18:57, G. Allegri wrote: I'm using a polygonal postgis layer, composed of simple rectangular cells (a grid). I'm quite worried by the performances in rendering search results in map.php-pmap_addResultLayer(). I've profiled a search query which returns 380 grids/polygons, and I've

Re: [pmapper-users] search distinct features on one-to-many join query (for time series)

2009-12-16 Thread Armin Burger
On 16/12/2009 20:04, G. Allegri wrote: Hello list. Before spending too much time on this, I would like to know if the trunk beta supports this thing: I have a big postgis table with a time series (TS) associated with a polygonal grid layer. For each polygon/cell I have multiple rows in the

Re: [pmapper-users] zoomQuery

2009-12-15 Thread Armin Burger
On 15/12/2009 17:28, Eugenio Trumpy wrote: Hi to all, i'm using pmapper3.2 yet, now i'd like to give the parameters to zoom to a selected item. I'm trying to use this line: http://localhost/my_project/map.phtml?winsize=largelanguage=itconfig=zoomLayer=my_layerzoomquery...@0@5740...@1@0 the

Re: [pmapper-users] plugin php var to js var

2009-12-10 Thread Armin Burger
On 10/12/2009 10:57, Walter Lorenzetti wrote: Hi all, hi Armin, I'm writing authentication plugin, I've a problem with fill a js var with a php value: if I try to put a js.php file in the $jsFiles array in the config.inc plugin file I obtain an error from firebug console, because in the

Re: [pmapper-users] Configuring Pmapper

2009-12-03 Thread Armin Burger
if you're using the MS4W package of p.mapper then you do not need to to anything but unpack the zip and copy the files as described, and you should be done. Also see here: http://svn.pmapper.net/trac/wiki/FaqDebugging and especially the paragraph: 2. 3) Do not expect any reply to questions

Re: [pmapper-users] hiperlink floating window

2009-12-02 Thread Armin Burger
On 02/12/2009 21:33, Armin Burger wrote: On 02/12/2009 13:25, Fco. Javier García Ricca wrote: Hello, I would like to know if is possible to open a hiperlink in a floating window. Can i make a javascript to do it? How can I do it? Thanks In general see here for hyperlinks: http

Re: [pmapper-users] Live CD/DVD

2009-12-01 Thread Armin Burger
You need at least to define a 'tmp' directory for the temporary map files that is writeable by the web server user (www-data in Ubuntu). Live CD's usually have foreseen a mechanism for that (mapping it into memory). armin On Tue, Dec 1, 2009 at 10:32 AM, dejan.gam...@pula.hr wrote: Hi, I am

Re: [pmapper-users] search question

2009-11-27 Thread Armin Burger
Javier for p.mapper 4 set in /config/.../js_config.php PM.suggestLaunchSearch = false; (true is the default) for pm 3 it should be something like 'pmSuggestLaunchSearch' instead armin 2009/11/27 Fco. Javier García Ricca fjri...@gmail.com: Hello, I use this code in the config.xml.  

Re: [pmapper-users] searching with filter

2009-11-25 Thread Armin Burger
Marco Currently *all* form elements (fields) are used for the query string. Using one of them just for defining the depending field values but excluding them from the query string composition is not foreseen currently. This will require additional settings predefined in XML that is read by PHP

Re: [pmapper-users] new interface pmapper and search drag drop

2009-11-25 Thread Armin Burger
On 25/11/2009 16:46, raul retamozo velarde wrote: I've just been trying something like this, a double parameter search. what's special with that? just define 2 (or more...) field entries per searchitem and you'll get 2 (or more) search parameters. armin

Re: [pmapper-users] Query on PostGIS Layer

2009-11-23 Thread Armin Burger
one of the usual questions (blank map, no map, just 'loading' image , etc), and the usual answer is http://svn.pmapper.net/trac/wiki/FaqDebugging#a1.WhatshouldIdoifp.mapperisnotworkingcorrectly http://svn.pmapper.net/trac/wiki/FaqDebugging#a2.Howtoaskquestionsonthep.mappermailinglist armin On

Re: [pmapper-users] Bug

2009-11-23 Thread Armin Burger
did you read this? http://svn.pmapper.net/trac/wiki/FaqConfiguration#Cookiesforsessionhandling:yesorno armin On Mon, Nov 23, 2009 at 9:45 AM, torellim torellim torell...@gmail.com wrote: I have noticed, in the toc about pmapper-4.0.beta2 version, that changing map it always maintains the

<    1   2   3   4   5   6   7   8   9   >