Re: [pmapper-users] Feature select performance

2010-08-26 Thread Armin Burger
On Wed, Aug 25, 2010 at 3:44 PM, Chris Jackson 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 response for x_info.php.

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 wrote: > >   Hi, >   I would like to ask a question about the

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

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 catwi

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 wrote: > If you want to try the highlight method with the 2 files I put in the > zip file, you need to lim

Re: [pmapper-users] Feature select performance

2010-08-25 Thread Armin Burger
ore important when using > the search or query editor plugins). > > Other thoughts - have you tried 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 impress

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 wo

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 displaye

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 specif

Re: [pmapper-users] error in print pdf

2010-08-12 Thread Armin Burger
you need to increase the memory limits for PHP scripts in php.ini, something like memory_limit = 32M On Thu, Aug 12, 2010 at 2:02 PM, Cesar Raul Villalba wrote: > pdf print I get the error Fatal error: Allowed memory size of 16777216 bytes > exhausted (tried to allocate 1957889 bytes) > in /var/

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 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 versions ( > http

Re: [pmapper-users] fixing pmToolLinks for Chrome

2010-08-09 Thread Armin Burger
On Mon, Aug 9, 2010 at 7:08 PM, Giovanni Manghi wrote: > Thanks Armin! > > I have another couple of questions about UI personalization: > > *) I'm not finding a way to leave a bit more space between the TOC and > the overview map (the TOC is very long and goes all the way down to the > overview im

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 w

Re: [pmapper-users] query layer depend on MAXSCALE for layer point

2010-07-23 Thread Armin Burger
there should be returned no results (ie. the layer is not included in the query) if actual scale is *greater than* maxscale. So far I have not noticed any problems with this. Maybe sort of rounding error, try setting MAXSCALE 5001. On Fri, Jul 23, 2010 at 2:25 PM, Salvatore Larosa wrote: > > Hel

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 wrote: > Hi- > > > > Using pmapper 4.0, php 5.2.4, mapscript 5.2 on a Linux server.   I have an > map application where all the dat

Re: [pmapper-users] pm.query and pm.cjs

2010-07-21 Thread Armin Burger
one is the source (hence it is under "src" dir) and the other one is the "compressed" and merged to very few single files. You need to change the location where the JS files are taken from in the config xml file if the files from src should be taken. You can re-compress your modified files using th

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

2010-07-13 Thread Armin Burger
ould need to request this modifications from the PEAR package maintainers. armin > > Alberto > > 2010/7/13 Armin Burger <mailto:armin.bur...@gmail.com>> > > you at least have a clear error reported: > > [13-Jul-2010 12:07:25] = P.MAPPER: DB ERROR = &g

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 MDB

Re: [pmapper-users] Chrome & mouse wheel/scalebar plugin

2010-07-11 Thread Armin Burger
The mouse wheel should be working under pmapper 4, at least for 4-dev since it uses a jQuery plugin for the mouse wheel handling (a quick check on 4.0 was also working, though...). For 3.2 you'd need to make the modifications yourself in zoombox.js changing the mouse wheel handling to that used

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 > > then the in the legend of the PDF-document "Straßenbeleuchtung" > is printed instead of "Straßenbeleuchtung" > > Karl > you should either define this as (works only in pm 4)

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. arm

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 wrote: > Thanx Armin and others for the good work you are doing.We apreciate and i > belive pmap

[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 Mysq

Re: [pmapper-users] CLASSITEM from MySQL Table

2010-06-18 Thread Armin Burger
no, the joined fields are just available for display of query results (therefore called "RESULT_JOIN") and is only executed when composing the result list. But it is not available to the pure Mapserver/Mapscript base that is used for map rendering. but you can try the Mapserver join definitions l

Re: [pmapper-users] Query returns same result

2010-06-02 Thread Armin Burger
see http://svn.pmapper.net/trac/wiki/UpgradeInfo#MapServer5.6.x you need to use the current trunk or latest-stable (from SVN or http://www.pmapper.net/download.shtml). Or avoid Mapserver > 5.4 until the guys will have finally decided how they want to have the query working on database driven la

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 > > > >wildcard="0"> >firstoption="*"> >encoding

Re: [pmapper-users] Layers on pmapper

2010-05-30 Thread Armin Burger
On 30/05/2010 16:41, Moffat Magondu wrote: Hi Armin and All; I am Moffat,I have been using pmapper application for a while and I have been impressed by its capabilities. Thanks alot to Armin and other developers. I am working on this project where I want to use pmapper and I was wondering if it i

Re: [pmapper-users] Layers on pmapper

2010-05-30 Thread Armin Burger
On 30/05/2010 16:41, Moffat Magondu wrote: > Hi Armin and All; > I am Moffat,I have been using pmapper application for a while and I have > been impressed by its capabilities. Thanks alot to Armin and other > developers. I am working on this project where I want to use pmapper and I > was wondering

Re: [pmapper-users] zoom country to function

2010-05-30 Thread Armin Burger
Daniel there are various ways to implement this. But the cleaner ways will require some developments. The easiest way would be to use the start parameters passed via the URL to the application, and then force a reload. see the docs at http://svn.pmapper.net/trac/wiki/DocManual#Extentreadfromla

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] DB error :Unknown error, in digitize points plugin

2010-05-26 Thread Armin Burger
I don't know the plugin, but looking at the code the only part that could spit out this error is line 61 in digitizepoints.php. try to substitute the line if (DB::isError($db)) die ($db->getMessage()); with if (DB::isError($db)) die ($db->getDebugInfo()); and check the error message, probably i

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 debugga

Re: [pmapper-users] one-to-many database join

2010-05-20 Thread Armin Burger
1-n joins are not working, and I guess implementing it would require some deeper code changes... armin On 20/05/2010 22:32, Siki Zoltan wrote: > Dear List, > > I have joined external database to a shape file. > In case of a one-to-many join the way of the display of the results is not > very use

Re: [pmapper-users] Is the legendStyle swap/attacched still working in pmapper 4?

2010-05-20 Thread Armin Burger
On 20/05/2010 11:27, Niccolo Rigacci wrote: > Hi all, > > with p.mapper 3.2 I was used to choose the legend style between > attacched or swap. With swap the two tabs "Layers" and "Legend" > appear automatically. > > Now I'm using p.mapper svn 1007, if I select "swap" the legend > is hidden and th

Re: [pmapper-users] Hide a layer in the list, but make queries on it

2010-05-20 Thread Armin Burger
On 20/05/2010 11:39, Niccolo Rigacci wrote: > Is it possible to hide a layer in the layer list, but leave it > searchable with a? > > The layer is not even visible in the map (no class at all) > because the features are displayed by several other layers. > > I want to make queries only on that laye

Re: [pmapper-users] bug on incphp/query/search.php

2010-04-30 Thread Armin Burger
On 30/04/2010 13:12, Andrea Zagli wrote: Thanks, I added this to the SVN. > i'm sorry for using the email, but i didn't find your bug tracker > it's here: http://svn.pmapper.net/trac/ you need a login account to create tickets, otherwise you will not see the button "Create Ticket" > there

Re: [pmapper-users] two questions about print.xml and search.xml

2010-04-30 Thread Armin Burger
On 27/04/2010 09:23, Giovanni Manghi wrote: > In print.xml what does mean type="normal" and type="full" mean? How do > they work? that was intended for some advanced printing functionality but it has finally never been implemented. So this type of setting has no effect. > > In search.xml what d

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 t

Re: [pmapper-users] Hi!

2010-04-20 Thread Armin Burger
On 20/04/2010 18:18, david duarte wrote: > ups! [?] jaja mil disculpas por mi torpeza... [?] > > La liga es: http://sigchihuahua.sytes.net/ > > Estamos en contacto. > nice application. Finally somebody who really customized the user interface...! if you want I can add it to the examples in the 'g

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
the patch of Thomas is now also added to latest stable v3 on SVN http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/javascript armin On 13/04/2010 15:12, Sebastian Schweizer wrote: > Has somone an idea on why querys/search on Shapefiles don't work on Google > Chrome. Pmappe

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. ar

Re: [pmapper-users] dd units in UMN MapServer 5.6

2010-04-05 Thread Armin Burger
Thanks, I will update it to use the constant value instead of the index value, so there should not be any confusion any more then. Though to me it looks like MS_DD still corresponds to index 5, and nautical miles to 7... armin On 04/04/2010 21:11, geotux_tux...@linuxmail.org wrote: > > Hi Ar

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

2010-03-21 Thread Armin Burger
zooming selected feature... but only in PostGIS Layers, in > shapefiles everything works fine. > > I´m using: > > - PHP 5.2.6 > - Mapserver 5.2.1 > - PostGIS 1.4 and PostgreSQL 8.4 > > Any ideas? > > Thanks in advance > > 2010/3/21 Armin Burger >&

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! I

Re: [pmapper-users] Zoom to point problem

2010-03-17 Thread Armin Burger
http://lmgtfy.com/?q=p.mapper+zoom+to+point+layer&l=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 >

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 dynwin so just create a in map.phtml and put "pippo" in the XML config, then the result is added to this div. armin On 15/03/2010 17:01, Giuseppe Naponiello wrote: > Hi all, > I'm using p.mapper 4.0 and I need to display query result in

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] Selecting across all layers regardless of zoom level

2010-03-05 Thread Armin Burger
On 05/03/2010 18:49, Daniel Gaudreault wrote: > Hi Armin, > > PHP & Javascript is no problem. We already have a custom tool that does > some extra stuff past what you selection tool does. you could also provide this tool as a plugin and I will upload it on SVN, so also other users could profit fr

Re: [pmapper-users] Selecting across all layers regardless of zoom level

2010-03-05 Thread Armin Burger
s. I also realize that > we need to force it. Actually, what I was asking for was a quick sample, > explanation as to -where- to force it and maybe a quick sample of how. > > Thanks, > Dan > > On 3/5/2010 12:30 PM, Armin Burger wrote: >> the behaviour of p.mapper is that

Re: [pmapper-users] Selecting across all layers regardless of zoom level

2010-03-05 Thread Armin Burger
regardless of zoom level. So, I think > that your last statement was exactly what I am after. Could you explain > to me how to force the search? > > Thanks, > Dan > > On 3/4/2010 5:51 PM, Armin Burger wrote: >> On 04/03/2010 21:03, Daniel Gaudreault wrote: >> >>

Re: [pmapper-users] Selecting across all layers regardless of zoom level

2010-03-04 Thread Armin Burger
On 04/03/2010 21:03, Daniel Gaudreault wrote: > Hi, > > I am trying to figure out how to allow a selection of all object > regardless of zoom level or layer selection. We've already created our > own plugin that allows us to select and return a range of data and > display related information in a

Re: [pmapper-users] fighting with Postgis

2010-03-03 Thread Armin Burger
ot named > in /srv/www/htdocs/pmapper-stable/pmapper/incphp/map/map.php on line 791 > > php 5.3.1, postgis 1.5, pmapper svn stable, mapserver 5.6.1 > > all software x86_64 on Suse 11.2 > > Same behavior on CentOS 5.4 x86_64 > > Thanks. > > > 2010/3/3 Armin Burge

Re: [pmapper-users] fighting with Postgis

2010-03-03 Thread Armin Burger
in, > What if you 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 > Subje

[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 http://svn.pmapper.net/trac/wiki/UpgradeInfo#PHP

Re: [pmapper-users] fighting with Postgis

2010-03-02 Thread Armin Burger
Giorgio this has been discussed here 2 weeks ago. It only happens with Mapserver 5.6 & Postgis since they completely changed the query mechanism for Postgis layers, see the patches listed here http://svn.pmapper.net/trac/changeset/952 you need to replace all these files in your installation with

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 OUTPUTFOM

Re: [pmapper-users] Display pmapper application INSIDE and I-Frame

2010-02-28 Thread Armin Burger
For iframes I think you will need to use the map_plainlayout.phtml. armin On 23/02/2010 18:17, Kevin Edmundson wrote: > All, > > > > I am using p.mapper 4.X and mapserver 5.4. > > > > I have a need to display the application within a frame of another page. > > > > > Right nowit starts to disp

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] Main frame blank and Tag RESOLUTION

2010-02-25 Thread Armin Burger
and php.log, map in the main 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 <mailto:armin.bur...@gmail.com>> > > you're posting the debu

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

2010-02-24 Thread Armin Burger
you're posting the debug file that does not contain real errors, just debugging info's. Check your PHP error log and the Wiki FAQ for debugging. One line though shows a problem: [qStr] => there's no query string sent to the server... armin On 24/02/2010 17:11, Edukoski wrote: > > After some p

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 a

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

2010-02-20 Thread Armin Burger
t; > > ------ >> >> Message: 1 >> Date: Sun, 14 Feb 2010 16:59:45 +0100 >> From: Armin Burger >> Subject: Re: [pmapper-users] catInfoLink grpInfoLink in v4.x >> To: pmapper-users@lists.sourcefor

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

2010-02-20 Thread Armin Burger
952 http://svn.pmapper.net/trac/changeset/952 Let me know if the problems are then solved armin On 19/02/2010 17:07, Nahum Castro wrote: > 2010/2/19 Armin Burger > >> http://lmgtfy.com/?q=%22map%2Fmap.php+on+line+813%22 >> >> ;-) >> >> >> I have already

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

2010-02-19 Thread Armin Burger
:07, Nahum Castro wrote: > 2010/2/19 Armin Burger > >> http://lmgtfy.com/?q=%22map%2Fmap.php+on+line+813%22 >> >> ;-) >> >> >> I have already tried that. > > even I modified line 794, who gives same error. Note these errors on lines > 794 and 813 on

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

2010-02-19 Thread Armin Burger
e if it works better. armin On 19/02/2010 17:07, Nahum Castro wrote: > 2010/2/19 Armin Burger > >> http://lmgtfy.com/?q=%22map%2Fmap.php+on+line+813%22 >> >> ;-) >> >> >> I have already tried that. > > even I modified line 794, who gives same er

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 > An: pmapper-users@lists.sourceforge.net > Betreff: [pmapper-users] Bug? in result windows > Here I have found some strange behavior, 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 usi

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 like tocinfolink and then follow the instructions in the readme file under plugins/tocinfolink/ armin On 14/02/2010 16:02, emanuele masiero wrote: > thank Zolt

Re: [pmapper-users] inverted order in TOC

2010-02-07 Thread Armin Burger
On 07/02/2010 15:07, Dominik Gierse wrote: > Hi list, > > > is it possible to invert the order of the TOC so that the top layer in > listed at first position? to invert which order...? *You* define the order in the TOC in the config_...xml file: 1st listed, 1st displayed. Just set the order you

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 diss

Re: [pmapper-users] [p.mapper 4.0 beta3] strange searchContainer behaviour

2010-02-03 Thread Armin Burger
well, the error tells you that the web server user ('www-data', 'apache' or similar) is not allowed to write to /var/www/ which is normal. Instead of setting this directory writable, just follow the docs for installation and set the value for your PHP error log accordingly (the pm_debug.log is

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 (itO

Re: [pmapper-users] PHP Fatal error: Object expected as argument. in

2010-02-01 Thread Armin Burger
Richard If I remember well I had this type of error in application once when using cookies for the PHP sessions. I used a quick fix that worked for me and did not cause any problems. I thought I added this to the code but it seems not. In the file /incphp/map/map.php substitute the line 813

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] 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 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 my select featu

Re: [pmapper-users] issue showing coordinates

2010-01-28 Thread Armin Burger
On 28/01/2010 18:50, BYRON DELGADO wrote: > Hi... i´m using p.mapper 4.x and i need to show in the coordinates display > in degrees, minutes and seconds because of the using of geographics > coordinates. I hope somebody can help me in this problem. > > pm.zoombox.js, function 'displayCoordinate

Re: [pmapper-users] Pmapper 4.0.0 problem - tb is undefined

2010-01-22 Thread Armin Burger
On 22/01/2010 20:44, Luigi Castro Cardeles wrote: > Hi List, > > i have instaled pmapper 4.0.0 and when i point the web browser to > http://localhost/pmapper/map.phtml appears only a some parts of ui. > > Looking at firebug, there is a error "tb is undefined" on pm_cjs.js line 41. > > I tried loadi

Re: [pmapper-users] ms4w 3.0 beta7 +pmapper 4.0.0 - Highlight problem

2010-01-21 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/XmlFileSettings#query common/template.map 0 255 255 On Thu, Jan 21, 2010 at 4:51 PM, Marco Battelapesca wrote: > Hi all, > i have a problem about the highlight. i've set the highlight color in the > config_default.xml. However when i select or search a featur

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 wrote: > Estimado Nahum, la versión de pmapper

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" "Name,Coun

Re: [pmapper-users] zoomLayer & zoomQuery

2010-01-20 Thread Armin Burger
map file would be overrided. > I don't want to oveeride the map extend, I only want 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, Si

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: ht

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: http://localhost/pmapper-3.2/

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 '/ usr/lib

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

2010-01-14 Thread Armin Burger
check this: http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI armin On 14/01/2010 20:27, Edukoski wrote: > > Im a newbie user pmapper. > I set all files, but when I do the deploy these errors occur > > > Notice: Undefined variable: cssReference in > /var/www/pmapper-3.2/incphp/init/initma

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: functi

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: "getSearc

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: > > -- > > ___ > __ > __ > ___ > > -- > > and changed in " search.php => getSearchParamet

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

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

2009-12-17 Thread Armin Burger
ve read: >> http://svn.pmapper.net/trac/wiki/FaqConfiguration#Joinstoexternaldatabasetables >> http://svn.pmapper.net/trac/wiki/DocManualsearch >> >> both seem to refer on the reverse need: retrieve attributes from >> joined tables, while I need to retrieve the unique gids

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

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=large&language=it&config=&zoomLayer=my_layer&zoomquery...@0@5740...@1@

Re: [pmapper-users] attribute table

2009-12-14 Thread Armin Burger
On 14/12/2009 10:47, marcozani...@geosweb.it wrote: > Hi, i'm using pmapper 4.0 beta 3 on winxp; when i launch a > search i can see the feature searched on the view at the > best zoom, simultaneously appears automatically the table of > attribute of the feature selectedit's possible to avoid >

Re: [pmapper-users] How to exclude the legend from print

2009-12-10 Thread Armin Burger
On 10/12/2009 12:16, Niccolo Rigacci wrote: > Is there some way to prevent the legend to appear in the > map print, HTML or PDF? > > If such an option does not exists, can be of some interest? It > seems a rather simple task, which I can afford. > For the HTML print you can define the output v

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 th

Re: [pmapper-users] hiperlink floating window

2009-12-03 Thread Armin Burger
. You just need to create your remote Url depending of the data from the layer field. armin On 03/12/2009 09:11, Fco. Javier García Ricca wrote: > I think that this option is easier that Ajax proxy. I´m not a programmer > and I don´t Know if it is right, but I´ll try it. > > Than

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 th

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? >> >> >&

<    1   2   3   4   5   6   7   8   9   10   >