Re: [pmapper-users] points of interest and PEAR

2006-11-14 Thread Armin Burger
Hello everybody, i was trying to understand if the pmapper is suitable for my work. One of the most important feature i have to implements is the possibility to add/modify/remove points on the map. The POI feature could be a good starting point, considering that i'll need to add a set of

Re: [pmapper-users] p.mapper 3 problem

2006-11-14 Thread Armin Burger
oops, that escaped me, it was from a short test. Just comment out line 44 in map.php $this-setTransp(); I'll upload a modified version. Thanks for the hint armin Original-Nachricht Datum: Tue, 14 Nov 2006 15:13:56 +0100 Von: listserver server [EMAIL PROTECTED] An:

Re: [pmapper-users] Mapwidth Mapheight

2006-11-11 Thread Armin Burger
. All of this is not very flexible at the moment and one modification can cause some strange side-effects on other elements and needs an adaptation there, in particular for the offsets in zoombox.js. Armin Kai Behncke wrote: On Tue, 07 Nov 2006 19:02:01 +0100, Armin Burger wrote It should

Re: [pmapper-users] Zooming out

2006-11-10 Thread Armin Burger
this max extent that you cannot go over is currently hardcoded in the zoompoint function. You can globally disable it modifying in map.php for function 'pmap_zoompoint()' the line $this-map-zoompoint($this-zoom_factor, $xy_pix, $this-mapwidth, $this-mapheight, $this-geoext0, $this-maxextent);

Re: [pmapper-users] js_config problem

2006-11-08 Thread Armin Burger
this setting has been changed in p.mapper 2.1.0 compared to 2.0.0. The files should now always be named js_config.php and php_config.php and you specify the directory for them with 'pm_config_location' so eg. you can create a dir 'clc', out the 2 files into it with the required name and set

Re: [pmapper-users] pmapper-users Digest, Vol 2, Issue 8

2006-11-08 Thread Armin Burger
The function will not work in older versions than 2.x since it requires the new query return format JSON. This was introduced in 2.x. The old query result was hard-coded in HTML and is one of the oldest code parts remained in p.mapper. It was not very flexible and has therefore been modified

Re: [pmapper-users] hyperlinks

2006-11-07 Thread Armin Burger
No, unfortuantely I don't thinks it's possible currently. I was already thinking about something like this so that one could define the text of the link taken from a different field than the link location itself. At the moment you can just specify a general alias like Open link... that is the

Re: [pmapper-users] issue hiperlink

2006-11-03 Thread Armin Burger
Stirner have a look at the JS file at http://www.pmapper.net/demo/p2/javascript/custom.js First you define in 'openHyperlink' with the case statements what you want to do with which layer. What you have to do is create the Web link based on the field values you receive from the queries. The

Re: [pmapper-users] embedded pmapper

2006-11-02 Thread Armin Burger
'mutualDisableList'. below are my mapfile, config and custom files config_shirt.ini: ;* ; Copyright (c) 2003-2006 Armin Burger ; ; Permission is hereby granted, free of charge, to any person obtaining

Re: [pmapper-users] [Pmapper-users] Street intersection PLEASE !!

2006-10-28 Thread Armin Burger
if you need it dynamically adapted to a search value you either have to modify via Mapscript the DATA tag with the complete SQL (adapting the one below), or modify the FILTER tag with the WHERE part of the SQL. armin Gabe wrote: Where would we put this sql ? in the mapfile layer object ?

Re: [pmapper-users] Manual and UTF-8 mapfile

2006-10-25 Thread Armin Burger
If the map file is already in Unicode then this should be 0. If it is eg. in Latin1 then it should normally be 1. I usually got parsing errors when having the map file in Unicode, but for others it seems to work. armin Alessandro Pasotti wrote: From this sentence and from the on-line manual

Re: [pmapper-users] pmapper-users Digest, Vol 1, Issue 4

2006-10-24 Thread Armin Burger
Stephan Holl wrote: Hello *, Currently there are at least 2 mailinglist (sourceforge, faunalia), probably some more at wald?! Which one is the 'master' mailinglist? We should I am only subscribed to pmapper-users@lists.sourceforge.net and hence will also only reply to posts there. My

Re: [pmapper-users] bug in pmapper 2.1.1

2006-10-24 Thread Armin Burger
If I will find some time I will have a closer look again to set up and use SVN. But even in the case of an SVN Write access to the SVN archive will be provided to developers who are making frequent contributions to the codebase. This is the usual policy how the SVN's I know are set up (the

Re: [pmapper-users] groups and names in pmapper 2.1.1 configuration

2006-10-23 Thread Armin Burger
Gabe if you group layers together in the map file by using the GROUP tag, then use always this entry for all configurations in p.mapper (allGroups, defGroups, etc). If a layer is not part of a group then use the entry under the tag NAME. The entries are used to refrence the layer and are used

Re: [pmapper-users] bug in pmapper 2.1.1

2006-10-20 Thread Armin Burger
Thanks for reporting and providing the fix. The easiest is still to send bug reports as well as bug fixes it to me via this mailing list as you did. Anything else is less likely to be noticed by me. Armin Original-Nachricht Datum: Fri, 20 Oct 2006 15:42:50 +0200 Von: Paolo

Re: [pmapper-users] vertical labels

2006-10-16 Thread Armin Burger
as you state yourself, it's a Mapserver question and should best be asked on the Mapserver mailing list. I would recommend you adding also the map file and your setup of the fonts (fontlist), otherwise nobody will be able to provide you any help. Best regards armin Nuria González wrote: Hi

[Pmapper-users] Delete temporary files

2006-10-10 Thread Armin Burger
on Linux I have an hourly cron job script #!/bin/sh find /home/www/tmp -name *.gif -amin +60 -exec rm -f {} \; exit 0 that deletes all gif's older than 60 minutes. You can add other extensions as well. For Windows see eg. http://dl.maptools.org/dl/ and the link deltmpfiles.zip with utility

[Pmapper-users] Alternative Themes

2006-10-08 Thread Armin Burger
Hi all as already mentioned in a previous mail, a collection of alternative toolbar themes would be nice for having more variety for the interface of p.mapper. I started with adding 2 new ones additionally to the simple default theme. They are available for preview and download (images and

[Pmapper-users] new project with PMAPPER!!

2006-10-04 Thread Armin Burger
Ciao Emanuele, looks really nice. I like the customized layout and the thematic display. If you want I can add it to the pmapper gallery site. Just as a small comment for the consistency of usage: It was not so obvious to me which themes on the left were available as maps, because also the

[Pmapper-users] P.mapper 2 windows installation

2006-10-04 Thread Armin Burger
I don't know very much ms4w since I've never used it. But the error seems to be related to a not matching version of a PHP module/extension (I've never heard of a module like SVWj...) and the PHP version itself. Check the php.ini that is used (check first which php.ini is used with '?php

[Pmapper-users] New configuration system

2006-09-27 Thread Armin Burger
you can still use the absolute path to the map file. If the file is not existing you should get the message P.MAPPER-ERROR: Cannot find map file 'test.map'. Check 'config.ini' file at section 'mapFile' check if the map file is working correctly. armin Hi to all! I am testing the new

[Pmapper-users] Search display

2006-09-21 Thread Armin Burger
modify the function 'pmap_addResultLayer()' and add a label. armin Original-Nachricht Datum: Thu, 21 Sep 2006 02:48:18 -0400 (EDT) Von: Radhika radhikadubey at infobase.in An: pmapper-users at faunalia.it Betreff: [Pmapper-users] Search display Hi Armin,

[Pmapper-users] div styles customize

2006-09-08 Thread Armin Burger
no, an easy way unfortunately not. You have to specify the width and height in the map.phtml (one cannot read style information set in a CSS via javascript). And then modify the resizeDiv() function in pmapper.js for all influenced DIV's to adapt their width/height or /top/left. It's not a

[Pmapper-users] Display format for coordinates

2006-09-08 Thread Armin Burger
in zoombox.js remove the Math.round(...) in getCoords() for x_geo y_geo. I forgot to remove it, it's not needed any more. And then set the 'rfactor' in displayCoordinates() to the rounding factor you want. armin Gattuso.Peter at epamail.epa.gov wrote: Can the format of the coordinates

[Pmapper-users] Problemi con PostGIS

2006-09-05 Thread Armin Burger
dai un'occhita al'error log PHP. armin Federico De Pieri - DPA Studio Associato wrote: Buongiorno, Di recente ho cominciato ad utilizzare pmapper e ho incontrato alcuni problemi : 1. Inserisco nel .map un layer con una connessione a PostGis , inserisco tutti i dati relativi all'host,

[Pmapper-users] pmapper windows installation

2006-09-02 Thread Armin Burger
why are you using a beta version that is several months old and not the release version (2.0 or 2.1)? I guess you are using Firefox. The errors about CSS you can just forget. Try using a better debugger from the extension site of FF (Firebug, Error Console) that has not the annoying style

[Pmapper-users] Legend and print problems

2006-09-01 Thread Armin Burger
Hi Armin, Thanks a lot. I'm able to configure P.mapper on server. It's an amazing application in UMN mapserver.It consist of most of the advanced funtionalities in any web map application. I'm facing few more problems. 1. While selecting create pdf document for

[Pmapper-users] zoom2point

2006-08-29 Thread Armin Burger
the error is what you get as error message: an invalid extent. A point does not have any extent. you need to apply a buffer to the point in order to have a 2-dimensional extent. armin Jack Nicholson wrote: Hi to everybody, I want to add in the frame search a function zoom2point through a

[Pmapper-users] PHP Version for Pmapper

2006-08-24 Thread Armin Burger
yes, I'm now only using PHP 5. And version 2.2 or 2.3 will require PHP 5 for some parts like search. armin Hi Armin, Thanks for your reply to my queries.I am using PHP Version 4.3 in Pmapper application .Can u pls tell me that PHP5 is compatible with it

[Pmapper-users] Display legend for selected classes

2006-08-23 Thread Armin Burger
no, because typically one wants to have the legend information for all classes that one sees on the map. You could try modifying the legend.php and just display classes where the name is not equal to 'xyz' and define the class name for the classes not to be displayed as 'xyz'. Just an idea.

[Pmapper-users] implement search based on expression

2006-08-21 Thread Armin Burger
first you have to define the user interface that allows to define operators other than 'is_equal'. Then you have to transfer this additional information to the search function in query.php - q_execAttributeQuery() and create the appropriate search string modifying 'returnVar()' (where the '='

[Pmapper-users] Reference Map inside map

2006-08-21 Thread Armin Burger
you could try to move onmouseover=startUpRef() from the 'refMapImg' DIV to the 'refmap'. Or put the refmap outside the map DIV (but then you have to manage the positioning somehow). armin Andreas wrote: Hi, I modified pmapper 2.0.0 for my needs and most things work fine. My problem is

[Pmapper-users] p.mapper 2.1.0 beta

2006-08-19 Thread Armin Burger
for interested folks: A first beta version of p.mapper 2.1 is available at http://www.pmapper.net/dl/pmapper-2.1.0-beta1.zip The change log is at http://www.pmapper.net/dl/changelog_versions.txt armin

[Pmapper-users] Color of result on the map after a query result

2006-08-07 Thread Armin Burger
http://88.198.37.99/wiki/doku.php?id=doc:manual#configuration_options_of_the_ini_file highlightcolor wanadoo wrote: Hye all My question is how can i change the color of result created on the map after a query result (with the nquery mode for example) (turquoise is the color by default for

[Pmapper-users] Problem on setting up pmapper.. (2.0)

2006-08-01 Thread Armin Burger
or write out the array $initGroups (to session or using printDebug() function) that is created in _defineLists() in initgroups.php. It seems to be empty, the strange thing is that for me this exact message appears when the groups were not matching, but then also the errors Layer/Group 'xyz' not

[Pmapper-users] Re : Postgis layer search problem ...

2006-07-31 Thread Armin Burger
It could be related to the strange behaviour of Postgres with regard to upper case names of fields. If they contain upper case characters a query has to put column names in double quotes. But in this case the PHP error log should spit out a warning that the column SUBNAME does not exist. The

[Pmapper-users] MySQL JOIN - pmapper way - my results

2006-07-30 Thread Armin Burger
Luca, your layer is part of a group. For groups, the first layer (in the order of the map file) is taken for both the header and the result fields, for all layers that are part of this group. So this might be the reason why fields configured for your layer are not taken into account. One

[Pmapper-users] MySQL JOIN - pmapper way - my results

2006-07-30 Thread Armin Burger
just to correct my last reply: the FIELDS should be taken for the individual layers of a group, but not the HEADER. armin luca marletta wrote: Hi all, just now I try to perform some test with the pmapper function for joining mysql table. I got some result but there is something that woks

[Pmapper-users] Join Mysql

2006-07-28 Thread Armin Burger
try that http://85.10.211.183/wiki/index.php/FAQ#Joins_to_external_database_tables Jack Nicholson wrote: 1. Can someone explain me as I can make the join with mysql? Which are the parameters to write in the mapfile? I use pmapper 1.2 and mysql 4.1. 2. The spatial join exists in mysql? I

[Pmapper-users] Creating a hyperlink in a query result table

2006-07-28 Thread Armin Burger
http://faunalia.it/pipermail/pmapper-users/2005-October/12.html Hi, Can you tell me what is the most simple way to use a pmapper hyperlink feature to open a PDF document linked to a query result? The point is - I have a polygon layer and there are detailed textual informations for

[Pmapper-users] Function zoom2extent

2006-07-26 Thread Armin Burger
1: layer 2: feature ID 3: extent in map coordinates 1 and 2 are just needed for highlighting (adding feature with the feature ID xyz to resultlayer), normally you could just use something like zoom2extent('0', '0', '4585829+2885464+5349276+3614867') armin Marco Montes wrote: I don't speak

[Pmapper-users] trying XY layer unsuccesfully

2006-07-25 Thread Armin Burger
LAYER NAME cities_xylayer TYPE point FEATURE POINTS 0 0 END END PROJECTION init=epsg:3035 END METADATA DESCRIPTION City XY RESULT_FIELDS city_name, admin_name RESULT_HEADERS CITY NAME, ADMIN NAME RESULT_HYPERLINK admin_name

[Pmapper-users] JOIN datasource

2006-07-18 Thread Armin Burger
ciao Luca, the query in p.mapper does not consider any headers or footers. If it's just for joining DB data to a layer and if the relation is 1-to-1 you can also use the join function in p.mapper for it. It requires the PEAR DB package to be installed. See the documentation for the Join

[Pmapper-users] Query by attribute

2006-07-10 Thread Armin Burger
Daniel Oracle Spatial layers are not working with attribute queries. The main reason is that I do not have access to any OS and this would be needed to test the correct functioning. You can try to treat Ora layers like 'normal' (shape based) layers, you just need to customize the filter

[Pmapper-users] p.mapper 2 news

2006-06-14 Thread Armin Burger
luca marletta wrote: On 6/12/06, Armin Burger armin.burger at gmx.net wrote: Some smaller bug fixes were * works now also with Postgis layers without OID field * zoom slider is updated with map resize * PDF printing works also with new tmp image file creation * XY layers (are there any

[Pmapper-users] Return image path

2006-06-14 Thread Armin Burger
if that image has to be produced directly out of the application (i.e. having access to all the definitions in the session), this function is already there. It's the 'Download' button that opens a new window and just adds the map image to it (before is a dialog to choose the resolution, but

[Pmapper-users] Return image path

2006-06-14 Thread Armin Burger
I might have misunderstood your question slightly. If you need to produce a map image from/load into a normal web page (without having pmapper started and all session variables available), you might do that most easily with the Mapserver CGI functions. There might be some slight things not

[Pmapper-users] Problem With Search

2006-06-13 Thread Armin Burger
I try your w3v version!!! Good I try it with demodata.. on search for cities, for example 'paris' in my erro_log apache file obtain this: [Tue Jun 13 09:15:21 2006] [error] [client 192.168.0.110] PHP Warning: getLayerByName failed for : cities_xylayer\n in

[Pmapper-users] highlight query results

2006-06-09 Thread Armin Burger
I don't have a clue how you get the indexes since you don't mention how the query is performed (via PHP dBase functions or Mapsript queryBy...()). In any case you will have to insert the indexes in the correct array definition into the $_SESSION[resulttilelayers] variable check functions

[Pmapper-users] Adding a dynamic layer to legend (pmapper2)

2006-06-09 Thread Armin Burger
The layers for templates should have set the status to 'OFF' and should not be referenced in allGroups in config.ini if they are only templates for dynamic layers. One could probably also define a second map file just for the dynamic layers, but I don't know if one can transfer the

[Pmapper-users] Query Builder

2006-05-31 Thread Armin Burger
Mauricio, there is a query builder included in the package of Ibuildings, available at http://www.pmapper.net/dl/contributions/ibuildings/ As far as I remember is works only with shapefiles, not with PostGIS layers. armin Hi List, I want to develop a Query Builder, I don't know if

[Pmapper-users] Workaround for Mapscript bug 'saveWebImage()'

2006-05-29 Thread Armin Burger
Hi Luca, here is a sample code as workaround for the strange Mapscript bug and the tmp file names: in map.php for function 'pmap_createMapImage()' replace $this-mapURL = $mapImg-saveWebImage(); with $tmpImgBaseName = session_id() . _map_ . time() . . . $_SESSION[imgFormat];

[Pmapper-users] Dynamic map creation in pmapper

2006-05-23 Thread Armin Burger
extentHome button works OK, Zoom out too... dejan -Original Message- From: Armin Burger [mailto:armin.burger at gmx.net] Sent: Monday, May 22, 2006 3:51 PM To: Gambin Dejan Cc: pmapper-users at faunalia.it Subject: RE: [Pmapper-users] Dynamic map creation in pmapper Dejan

[Pmapper-users] Dynamic map creation in pmapper

2006-05-22 Thread Armin Burger
$initext = $_SESSION['initext']); $maxext = ms_newrectObj(); $maxext-setextent($initext[minx],$initext[miny],$initext[maxx],$initext[maxy]); $this-maxextent = $maxext; armin --- Urspr?ngliche Nachricht --- Von: Gambin Dejan Dejan.Gambin at pula.hr An: Armin Burger armin.burger at gmx.net

[Pmapper-users] Dynamic map creation in pmapper

2006-05-18 Thread Armin Burger
why don't you just put all your hotspot tiffs into an image catalog (strangely called 'tileindex' in mapserver). And then use this tileindex shapefile for zooming to the desired initial extent, using the functionality to start the application zoomed onto an initial extent (there was a posting 2

[Pmapper-users] Calling map.phtml

2006-05-11 Thread Armin Burger
them. From: Armin Burger armin.burger at gmx.net To: Gail Long codeburg at hotmail.com, pmapper-users at faunalia.it Subject: Re: [Pmapper-users] Calling map.phtml Date: Wed, 10 May 2006 22:11:15 +0200 what the highlight does is create dynamically a new layer and add all

[Pmapper-users] Calling map.phtml

2006-05-10 Thread Armin Burger
you need to clear the session var $_SESSION[resultlayers] and then create it for your data in the required structure. You can also pass that via the URL. 'resulttileindexes' are only needed for tileindex shapefiles (that I never use), otherwise this value can be -1 or 0 or so. Check the code

[Pmapper-users] Encoding in pmapper-1.2.0

2006-05-04 Thread Armin Burger
Dejan, originally I wanted also the map file to be in UTF-8. I just got errors that crashed the PHP process when doing so. So I still kept the map file in LATIN1 and used utf8_encode to put everything to UTF8. You can try to put the map file in Unicode (having map2unicode=0) and see if it works

[Pmapper-users] My first operation with pmapper..

2006-04-07 Thread Armin Burger
the screenshot does not help so much since most of the warnings are hidden. Just send additionally the corresponding entries from the PHP error log. armin Hi guys! Following the wiki I have set up pmapper, changing all the config file as needed... I have created a map file and it seems

[Pmapper-users] First set up of pmapper

2006-04-06 Thread Armin Burger
Luca Casagrande wrote: Ok, i have set up (the current beta) and now I need to create the map file for my sample. Just 2 questions: 1) I come from pure mapserver, and always created an html to initialize the map file. Does i need also with pmapper or simply i add the .map, change the

[Pmapper-users] You can use the savequery() function. Add a few line for saving queries in query.php after the 'queryBy...()' requests in function 'q_execMapQuery()', like ... @$this-map-queryByRect

2006-03-20 Thread Armin Burger
Carlos Tim?teo wrote: I tried to use your info to attach query info into pdf/print. how can i see / print the query results ?? i used: $this-map-loadquery($_SESSION['queryFile']); but i dont know how to parse the results. Do i need to parse the file with php functions to parse files

[Pmapper-users] which branch for a new project

2006-03-20 Thread Armin Burger
Walter Lorenzetti wrote: Alle 08:33, venerd? 17 marzo 2006, luca marletta ha scritto: Hi list, Hi Armin, a this moment on our server the situation is: with firefox theren't problems it's all ok on IE everytime on a function like zoom + or -, home, back or foward, select a layer

[Pmapper-users] bug in pmapper 1.2.0?

2006-03-17 Thread Armin Burger
Thanks for the report. It probably never happened to me because I never used only 1 group, what in fact is not very likely. I will modify the JS code (that is one of the oldest parts, I guess, something from the very beginning...) for the next versions. armin Alessandro Pasotti wrote: Hello,

[Pmapper-users] which branch for a new project

2006-03-16 Thread Armin Burger
*p.mapper 1* is more tested and will not change any more directory structures, etc. Mainly some modifications of query and attribute search parts are foreseen so far to allow more flexible search (especially with PostGIS layers) and result display. *p.mapper 2* is regarded as beta. And I'm

[Pmapper-users] which branch for a new project

2006-03-16 Thread Armin Burger
Walter Lorenzetti wrote: Alle 10:55, gioved? 16 marzo 2006, Armin Burger ha scritto: Hi Armin, so we here in faunalia have some problems in update map with pmapper2: i didn't find a rule for this problem, seems indipentent from layers charged or session time, some times it show to our at start

[Pmapper-users] a shapefile as a raster tileindex

2006-03-13 Thread Armin Burger
please see http://www.pmapper.net/wiki/index.php?title=FAQ#What_should_I_do_if_p.mapper_is_not_working_correctly.3F armin andy wrote: Hi all, is it possible to use in pmapper a shapefile as a raster tileindex? I have tried but with no success, and I think I have used the right parameters.

[Pmapper-users] pmapper installation windows

2006-03-10 Thread Armin Burger
Sylvain Maffren wrote: Hello, I try to install p.mapper 1.9-5 on a windows for testing purpose. I used the ms4w pack from DM solutions where I put the p.mapper directory. Config.ini is modified and php.ini too as described on the web site... But I still find this when I select an

[Pmapper-users] Sort query.....

2006-03-09 Thread Armin Burger
I get no errors for Firefox, IE and Opera. 'text-align' (becoming textAlign in DOM) is a valid style in CSS level 1 (from 1996) http://www.w3.org/TR/REC-CSS1#text-align armin Walter Lorenzetti wrote: Alle 15:53, gioved? 9 marzo 2006, hai scritto: I saw it Armin but with firefox

[Pmapper-users] problem with REQUIRES

2006-03-06 Thread Armin Burger
this is a generic Mapserver problem, discussed on the MS mailing list. Please see also http://www.pmapper.net/wiki/index.php?title=FAQ Armin Roberto Starnini wrote: Hi all, I use pmapper 1.9.5 and I have a problem with the option REQUIRES in map layer. When I set more than one REQUIRES

[Pmapper-users] searching in pmapper 1.1.0

2006-02-28 Thread Armin Burger
What is the result? 'No records found'? or a PHP error (maybe in the error log)? You can display the query WHERE clause uncommenting the line 649 in query.php (echo $this-qStr;) try to run this SQL then on your database (adding the SELECT... FROM... before) and see if this query gives you any

[Pmapper-users] pmapper2 reference image

2006-02-28 Thread Armin Burger
you can put a line like $refImgPath = $map-reference-image; //... some code for adapting relative path ... at the end of the PHP header part of map.phtml and then further down below define img id=refMapImg name=refMapImg src=?php echo $refImgPath ? ... But you will have to take care with

[Pmapper-users] pmapper2 reference image

2006-02-27 Thread Armin Burger
Frederic currently you also have to specify the reference map in map.phtml (line 212 in pmapper 1.9.5) armin Fr?d?ric Trastour wrote: Hello, I'm experimenting with pmapper 2. It looks more attractive than pmapper 1 but I have a problem with the reference image. The reference image

[Pmapper-users] Beta testers, etc

2006-02-20 Thread Armin Burger
Hi everybody, Is there anybody out there who is interested making tests from time to time on development (or beta or whatsoever) versions? If so, please mail me off list, and maybe with preferences like 'just pm 2' or 'just pm 1' or both. I think the release of new versions could be sped up

[Pmapper-users] problem with explorer

2006-02-09 Thread Armin Burger
Walter, there was a problem that in occasions of slower server connections could cause a delay of the new image to be loaded. It first swapped back to the old image, then loaded the new. But I never found that it did not load the new one at all. It was resolved (I hope) on later development

[Pmapper-users] Editing capabilities

2006-02-08 Thread Armin Burger
There is a MS client on sourceforge that supports some kind of editing, including basic topologysupport, the name slipped my mind. Is it AppforMap? http://appformap.mapuse.net/ yes, I guess. If you want to work on editing with pmapper, you can have a look at the measure

[Pmapper-users] Modified test version of pmapper 1

2006-02-08 Thread Armin Burger
Hi all, I uploaded a new test version for pmapper 1 at http://www.pmapper.net/dl/pmapper1-2006-02-08.zip It has as major changes a new written part for the legend/TOC display. You have now 3 settings in the config.ini that manage the layout of legend and layer display: catStyle grpStyle

[Pmapper-users] Windows installation

2006-02-07 Thread Armin Burger
Laurent, the problem exists because of an overlapping of the gettext function '_()' and the one used in pmapper. On Windows it should not be a problem to disable the getetxt because it is probably loaded as an etxension and not compiled as dependency inside of PHP. So just disable it in the

[Pmapper-users] Joins

2006-02-07 Thread Armin Burger
At the time when writing the join functions (3 years ago) PEAR supported just very basic functions for dBase. And one had to look in the source code of the dBase module to find out which (for me one of the biggest disadvantages of quite a lot PEAR modules is a lacking or very poor

[Pmapper-users] radiobutton

2006-02-07 Thread Armin Burger
I guess you mean layers/groups that disable each other if one is selected (something asked by Luca Marletta, recently). I added this sort of function to the planned 1.1.1 version, and decided to keep all with checkboxes (looks better). You just define a list of layers/groups that should

[Pmapper-users] Display image problem

2006-01-30 Thread Armin Burger
Dejan Gambin wrote: Anyway, I shall try put the header part tomorrow to see if this can help. this helped for me with Opera. I never had the problems with IE or Firefox. In the worst cases you could try something like adding onUnload=resetMapImg() to the body tag of map.phtml and put into

[Pmapper-users] New features

2006-01-29 Thread Armin Burger
Dennis-Jan did you have a look at the licensing clauses of ActiveWidgets at http://www.activewidgets.com/licenses/faq.htm I find it quite confusing, and I don't understand if one can use it for free or not, without any restrictions. Or just if you publish all of your developments that include

[Pmapper-users] switching raster layers

2006-01-29 Thread Armin Burger
Luca, I had already similar problems with raster layers like satellite images and another layer like slopes, dem etc. It could also be vector layers if they are not transparent. I'm currently re-writing the part for the legend and layer display. One simplistic solution for that is to define

[Pmapper-users] Future plans

2006-01-25 Thread Armin Burger
one user contribution I forgot and which could be easily achieved is a collection of nice buttons for the user interface. The default ones are a bit 'basic'. The best would then also be to have the source file, eg as Photoshop file, etc. Armin

[Pmapper-users] About image quality

2006-01-25 Thread Armin Burger
http://mapserver.gis.umn.edu/docs/reference/mapfile/outputformat eg. OUTPUTFORMAT NAME jpeg DRIVER GD/JPEG MIMETYPE image/jpeg IMAGEMODE RGB FORMATOPTION QUALITY=95 END /a carlo.calvino at email.it wrote: Hello Armin, hello all is it possible to set the jpeg quality output? I

[Pmapper-users] Possible contributions

2006-01-24 Thread Armin Burger
Silke Reimer wrote: Yes, you are right. BTW: We already contacted you last summer (before this list existed) but never got an answer. Please don't misunderstand: This is not an offence since I know the problem of getting to many emails! It is just an explanation why we contact you so

[Pmapper-users] Future plans

2006-01-24 Thread Armin Burger
Silke Reimer wrote: 4 Enhance p.mapper to be a full WMS-client supporting Web Map Context, adding of user defined WMS-layer etc. (seems to be already on your list) Do you really think that XSLT is necessary for that? What you need is the possibility to read read and write WMC-files (could

[Pmapper-users] Possible contributions

2006-01-23 Thread Armin Burger
I will probably define a function like '_p()' that is used in the code instead of '_()' to do all the translation of annotations etc. You can then either use the supplied internal function of p.mapper or map it to the gettext _() function like function _p($string) { return _($string); }

[Pmapper-users] WMS-Legends with pmapper

2006-01-23 Thread Armin Burger
More support for WMS (like adding a WMS by the client) is on my todo list since some time. This could then also include the support for WMS legends. The question is a bit how this might look like because the current legend is cerated as HTML, just with some image icons per class, whereas

[Pmapper-users] Possible contributions

2006-01-23 Thread Armin Burger
Silke, I wanted to answer your 2 mails in one, but it began to become a huge mail, so I split it up... Silke Reimer wrote: During the projects we had to enhance p.mapper in some directions and I would like to give them back to p.mapper as far as this is possible and useful. Right now I

[Pmapper-users] Future plans

2006-01-23 Thread Armin Burger
Ciao Silke, a second round: Silke Reimer wrote: Hi Armin, since you have mentioned that you want to publish future plans shortly, I thought this could be the right time to join into the discussion. Since our clients want to have enhancments of the already existing applications our main

[Pmapper-users] Problems with JOIN

2006-01-20 Thread Armin Burger
pmapper works with Postgres 7.3, 7.4, 8.0 and 8.1 and so on. The basic query syntax in PG has not changed since eternities. But as I said, PG has a strange behaviour towards using upper case letters in names, it's a bit like UNIX style naming applied to a DB. I would not recomment anybody using

[Pmapper-users] Contribute some new functionalities

2006-01-20 Thread Armin Burger
The VM is a full Debian 3.1 system with Mapserver and Postgres compiled and installed, and directly running if you open it with VMWare Player. The player exists for Windows and Linux. For me it's one of the easiest solutions to set up a functional Mapserver development environment based on

[Pmapper-users] Problems with JOIN

2006-01-20 Thread Armin Burger
carlo.calvino at email.it wrote: Dear Armin, what you say is perfectly right. I switched all the names into lower-case, and now it works! About the 1-to-many relation, what do you think to do? I will fix it, sooner or later... /a

[Pmapper-users] Contribute some new functionalities

2006-01-19 Thread Armin Burger
Dennis Jan Thanks for the link and the nice add-ons. I think the search and printing functions should be easy to integrate because I guess they use separate PHP files. So I would think of a config.ini entry 'advancedPrinting' and 'advancedSearch' and then select either the default ones or the

[Pmapper-users] Problems with JOIN

2006-01-19 Thread Armin Burger
much for your help. - Original Message - From: Armin Burger armin.burger at gmx.net To: carlo.calvino at email.it Cc: pmapper-users at faunalia.it Sent: Wednesday, January 18, 2006 3:30 PM Subject: Re: [Pmapper-users] Problems with JOIN Try to write out the SQL string

[Pmapper-users] Contribute some new functionalities

2006-01-19 Thread Armin Burger
Paolo, if there will be more contributions in the future I will think again about using CVS. I tested it once and found it a bit tedious. It's not currently one of the most important things for me. I will have to remove some bugs and finalize some work, maybe once, with pm 2.0 ready, we could

[Pmapper-users] Problems with JOIN

2006-01-18 Thread Armin Burger
Try to write out the SQL string that is sent to the DB, something like after line 292 error_log($sqlRun); and see in the PHP error log for the command, then run it dircetly on the database and see if the command executes without erors. if yes, write out the result ($data) from the query after

[Pmapper-users] v1.1.0 and v.1.9.4

2006-01-17 Thread Armin Burger
1.9.4 is a beta of the pm 2 version, when I think it has erached an acceptable stable state I will release it as 2.0. 1.1.0 is the latest release of the pm 1 branch. armin --- Urspr?ngliche Nachricht --- Von: carlo.calvino at email.it An: pmapper-users at faunalia.it Betreff:

[Pmapper-users] Grouping layers

2006-01-16 Thread Armin Burger
congratulation to Armin Burger! And now here is my problem: Let's suppose to have ten layers, I want to organize them in 5 individual layers, and the other five inside a group. That is something like this: [ ] Layer 1 [ ] Layer 2 [x] Layer 3 [x] Layer 4 [x] Layer 5 [x] Group layer #1

[Pmapper-users] The Mapfile Manager

2006-01-16 Thread Armin Burger
Piet, thanks for the offer. Well, I would not call the mapfile manager a 'project', is more sort of a small tool. Took just a day or 2 to have it running and it mainly does what it should for me. I wanted to keep it quite simple and without lots of required setup and configuration. I don't

<    3   4   5   6   7   8   9   >