Re: [pmapper-users] automatic map refresh in p.mapper 3.1

2007-07-19 Thread Armin Burger
I'd suggest the following: create the 2 custom functions function runPeriodically() { PMap.reloadTime = 60; window.setTimeout('runPeriodically()', 6 ); reloadMap(false); } function displayTime4Refresh() { $('#displayrefreshtime').html('Time until map reload: ' + PMap.re

Re: [pmapper-users] Layout with query results in result zone below map

2007-07-17 Thread Armin Burger
elow map". Is this defined in js_config.php? Or somewhere else too? I > would like to take a look... > > regards, dejan > >> -Original Message- >> From: Armin Burger [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, July 17, 2007 5:52 PM >> To: Gambin

Re: [pmapper-users] Layout with query results in result zone below map

2007-07-17 Thread Armin Burger
the demo has several layouts, but I guess you're mainly meaning the CSS styles used in most of them. Just take the file http://www.pmapper.net/demo/p3/config/default/custom.css and put it under your /config// directory and it's automatically loaded. The style overrides the default styles i

Re: [pmapper-users] Bug report in search.

2007-07-09 Thread Armin Burger
Unfortunately I don't understand what your problem is, your description is a bit missing something... if it's related to 1-n joins, then it's clear: this is not working since some time, and no concrete plans to get it running. armin Rodrigo Gaete wrote: > Hello Armin and All > > I am find a e

Re: [pmapper-users] get extent

2007-07-09 Thread Armin Burger
you have the global JS variables var minx_geo, maxy_geo; var xdelta_geo, ydelta_geo; that you can use for calculating the extent of the current map. armin Sven Schroeter wrote: > Hallo, > > I'm using the showGroupInfo function in custom.js to open metadatainfos > (works fine):

Re: [pmapper-users] wrong php log directory

2007-07-04 Thread Armin Burger
Maciej Sieczka wrote: >> >> >> >> Warning: [MapServer Error]: msProcessProjection(): no system list, >> errno: 2 in /home/www/ms_data/pmapper-3.1.0/incphp/globals.php on line 58 > > OK. My fault - I had to specify the CONFIG "PROJ_LIB" manually. It > would be cool to have an information that this

Re: [pmapper-users] wrong php log directory

2007-07-04 Thread Armin Burger
There is nothing wrong. 'error_log' in php.ini specifies the *file*, not the directory of the log file (comment in php.ini: "; Log errors to specified file."). The debug log file of pmapper is written to the same *directory* as the error log. This is usually convenient since this dir has to be

Re: [pmapper-users] Another small RFE

2007-07-02 Thread Armin Burger
Everybody has different preferences. I liked it the way it is, therefore it is like it is. So this is not a bug, it's a feature :-) It should be easy to keep the selection by just disabling the line in setSearchInput() that resets the selection to 0. If you want to have more complex searches wit

Re: [pmapper-users] x_select.php being called twice in a row

2007-07-02 Thread Armin Burger
> > if one starts with dis/enabling buttons, then where to start and where > > to stop? One could disable also zoomin/out when max/min reached, > > back/fwd button when history exceeded, also identify and tooltips just > > if there are queryable layers. This would require a full set of update > >

Re: [pmapper-users] WMS don't work!

2007-06-30 Thread Armin Burger
I will once remove the 3 files related to WMS from any release version, so people don't think there's a functionality where there is not. So forget about WMS, it's not working (currently). armin Salvator*eL*arosa wrote: > HI at all, hi Armin, > > I am trying a to insert a wms layer in my proje

Re: [pmapper-users] x_select.php being called twice in a row

2007-06-30 Thread Armin Burger
It's possible even though most of ajax calls should be fast enough without needing this. Maybe it's useful for select/identify that can take a bit longer. However, I had to watch gmail carefully to see what you meant, I never noticed this before... armin Alessandro Pasotti wrote: > Il venerdì

Re: [pmapper-users] x_select.php being called twice in a row

2007-06-30 Thread Armin Burger
ng, maybe a double animation draws even more attention ;-) Armin Alessandro Pasotti wrote: > Il giovedì 28 giugno 2007, Armin Burger ha scritto: >> At least in the current version 3.1 this seems not to be the case. It >> does not hurt very much to have it called twice, thou

Re: [pmapper-users] Filtering a postgis layer

2007-06-29 Thread Armin Burger
e respective database backend. armin >> -Original Message- >> From: Gabe [mailto:[EMAIL PROTECTED] >> Sent: Friday, 29 June 2007 2:06 PM >> To: '[EMAIL PROTECTED]' >> Subject: RE: Filtering a postgis layer >> >> Thanks I will try that >>

Re: [pmapper-users] x_select.php being called twice in a row

2007-06-28 Thread Armin Burger
At least in the current version 3.1 this seems not to be the case. It does not hurt very much to have it called twice, though... 'x_select.php' is also called when 'select' is the active tool and you zoom in, out, change layers. armin Alessandro Pasotti wrote: > Hi, > > I noticed in FF with f

Re: [pmapper-users] XY layer not visible in pmapper 3.1

2007-06-28 Thread Armin Burger
Andre for a quick test try to comment out line 175 ($_SESSION["existsXYLayer"] = 0;) in initgroups.php and see if the problem remains. What I don't understand is the problem with the query. I will need to check if is related to more than 1 XY layer (which in fact I never tested). I would gues

Re: [pmapper-users] XY layer not visible in pmapper 3.1

2007-06-27 Thread Armin Burger
It works for me at least for a test dataset. Try to modify the debug line 900 in map.php to pm_logDebug(3, $query, "P.MAPPER-DEBUG: map.php/pmap_drawXYLayer() - SQL Cmd: $sql"); (the $sql was missing in the code) and set debugLevel = 3 in config.ini. You will then get a pm_debug.log file in th

Re: [pmapper-users] mail server down (off Topic)

2007-06-27 Thread Armin Burger
at least it arrives now... (and you haven't been put in the spam folder neither) armin > Hi Armin. > > sorry of off Topic message... > > This morning I try to send you a mail but my mailserver tell me tha your > mailserver is down > > is possible? > > bye > Walter > -- Ist Ihr Browser Vi

Re: [pmapper-users] Filtering a postgis layer

2007-06-27 Thread Armin Burger
It *is* a Mapscript error. I thought it had been fixed in MS 4.10.2. In my opinion this error should just happen after an attribute query . But you don't say this explicitly. In any case report it to the MS developers and ask when it will be fixed. I never use filters like that on Postgis, but

Re: [pmapper-users] pmapper on os 10.4.9 server

2007-06-25 Thread Armin Burger
> > > > just delete this function if it causes problems. You will, however, > > not > > be able to use the search functionality of p.mapper. AFAIK the MS OS X > > binaries also contain PHP 5 for use as CGI. > > > > if i get rid of that function, i get: > > Parse error: syntax error, unexpected

Re: [pmapper-users] 3.1.0...

2007-06-25 Thread Armin Burger
support for client side WMS layers was never working in past versions. Just in some test versions locally. But the more I was digging into this the more functionality seemed to be required to make it useful, like selecting/deselecting layers separately, changing layer drawing order, how to allo

Re: [pmapper-users] pmapper on os 10.4.9 server

2007-06-25 Thread Armin Burger
Florian Goessmann wrote: >> p.mapper version with this bit of code (v3.1) is just running >> correctly in total under PHP 5, the search function will not work any >> more under php4. >> see http://svn.pmapper.net/trac/wiki/UpgradeInfo >> >> since v3.1 is now the latest release I will update th

Re: [pmapper-users] modify categories

2007-06-22 Thread Armin Burger
and maybe here as well http://svn.pmapper.net/trac/wiki/DocManual#GroupsandLayers The names visible to the users have to be specified in the language_xx.php files under /incphp/locales armin > here you can find the answer to your question! > > http://svn.pmapper.net/trac/wiki/DocManual#INIFi

Re: [pmapper-users] CPU load at beta-6

2007-06-20 Thread Armin Burger
this is not a bug but stemming from permanent Javascript requests for the mouse move event (onmousemove="dosomething()"). I don't see how one could avoid it and also I don't see the problem. You will have virtually the same for most type of web mapping applications, like google maps etc. armin

Re: [pmapper-users] no querys searching and printing

2007-06-19 Thread Armin Burger
Please follow the installation instructions that state under http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI for settings in php.ini: ... Under section [PHP] for Error handling and logging set error_reporting = E_ALL & ~E_NOTICE ... Then you'll get rid of all PHP NOTICES (these are

Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
at least in the latest stable of 3.0 this problem does not appear for clicking on the 'Search' button, just in case you hit 'return' when being with the cursor in the input field. armin Salvator*eL*arosa wrote: > Hi at all, > In my project, for displaying query result , i have choose "infoWin=

Re: [pmapper-users] pmapper3.0 and infoWin?

2007-06-18 Thread Armin Burger
If you can try the latest development version of 3.1. It seems that in 3.0 there is a check missing somewhere. I'll have to look at that. armin Salvator*eL*arosa wrote: > > > Salvator*eL*arosa wrote: >> Hi at all, >> In my project, for displaying query result , i have choose "infoWin=frame" >

Re: [pmapper-users] p.mapper on Windows with IIS

2007-06-18 Thread Armin Burger
you need PHP 5 and whatever Mapserver version you want. So it should work with the environment you mention. You just need the PEAR DB package if you want to use XY-Layers or database joins for the query results. I would recommend to use the latest dev version from the p.mapper download site, it

Re: [pmapper-users] Thematic classification of joined table field

2007-06-18 Thread Armin Burger
I guess it should work if you define everything as an OGR layer. But this is more a Mapserver question and should be best asked on the MS mailing list. armin Παρασός Δημήτρης wrote: > Hi everyone!! > > I'm a new ms4w mapserver user. I need to develop a web map application, > serving > one sh

Re: [pmapper-users] Links to external adresses at custom.js

2007-06-13 Thread Armin Burger
what is 'a static link to a meta data base'? If it's a static link to an HTML file containing metadata information then it's not to a 'data base'. If it's a link to a data base containing meta info then it cannot be static but has to query the database (e.g. via PHP functions) and output the c

Re: [pmapper-users] Attribute search with p.mapper 3.1 beta-6

2007-06-04 Thread Armin Burger
Tran Tho Ha wrote: > - How can I draw a graph or chart ? (e.g: compare values of population in 3 > years) There were once some examples how to use basic pie charts on the Mapserver mailing list with some extended symbols. But I don't know if it's also supported in the legends. There is a link

Re: [pmapper-users] Attribute search with p.mapper 3.1 beta-6

2007-06-04 Thread Armin Burger
Currently there are no more explanations about possible settings for attribute search than for using simple search mechanisms. It takes time to document all possibilities and also not all settings are thoroughly tested, especially not in combination with each other. In principal it should have

Re: [pmapper-users] search in IE

2007-05-30 Thread Armin Burger
js > > > 78> url = encodeURI(url); // add for thai search in IE > > before 78> req.open("GET", url, true); > > Work well for me. > > According to lazaros at http://www.nabble.com/PHP-and-AJAX-t3562272.html > > hope it help, > Wirote L

Re: [pmapper-users] Variables for print page

2007-05-29 Thread Armin Burger
I thought that I fixed this problem once and I did not see it any more. But if the referencing of the session variable 'config' already in __startup_config.php' helps I can make that as default. Normally printdlg.phtml should have the config session variable set, but it might be related to sess

Re: [pmapper-users] Print-Window on Firefox

2007-05-28 Thread Armin Burger
If you try the latest version from the SVN or here http://www.pmapper.net/download.shtml then this problem should be gone. The dialogs are now no external browser windows but are JS based using DIV's. armin Kai Behncke wrote: > Helly everybody, > > If I use the print-PDF-Function on Firefox I

Re: [pmapper-users] Web editing

2007-05-25 Thread Armin Burger
I don't know how often now people asked 'why not add editing functions to p.mapper', just go back in the mailing list archive. I always reply 'you're welcome to do it'. Then usually nothing's heard any more (it's in principal similar with adding other features). So I stopped for now writing lon

Re: [pmapper-users] coordinate problem

2007-05-24 Thread Armin Burger
I don't think anybody on this list can give you any help when you just say that you have a problem but without any description of it. "something is not working right" does not tell anybody anything. If you had a problem with php_mapscript.so then absolutely nothing would work. armin Eugenio Tr

Re: [pmapper-users] apache2 and postgis problem

2007-05-23 Thread Armin Burger
You should ask this on the Mapserver/Postgis lists since it is not related to p.mapper. pmapper just uses standard Mapscript functions to produce the map ($map->draw()), nothing special. So the problem lies somewhere in your Postgis-Mapserver connection. I never realized problems like this. Mor

Re: [pmapper-users] Dynamic Layers from PostGIS?

2007-05-23 Thread Armin Burger
nk you! > > Peter Wilkins > Programmer / Analyst > Advanced Technologies > direct line: 505.798.7845 > > email: [EMAIL PROTECTED] > > Bohannan Huston, Inc. > Courtyard I, 7500 Jefferson St. NE > Albuquerque, NM 87109-4335 > www.bhinc.com > voice: 505.823.100

Re: [pmapper-users] Dynamic Layers from PostGIS?

2007-05-22 Thread Armin Burger
Peter I don't really have a clue what you are exactly intending to do. If you could describe it a bit clearer and in more detail I might be able to give you more help. armin Peter Wilkins wrote: > Hello, > > > > I've read both relevant threads on this topic: > > > > http://www.mail-arc

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
I uploaded a modified search.php: http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/query/search.php it solved some problems with multiple fields. Try if it helps. armin Luca Casagrande wrote: > I installed the p.mapper 3.1 beta-6 available and the result seem the same: > > [21-May-2007

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
layerName] => catastale > [layerType] => shape > [firstFld] => FOGLIO > [qStr] => (( ( "[FOGLIO]" =~ > /^(F|f)(8|8)(4|4)(4|4)(_|_)(0|0)(0|0)(0|0)(1|1)(0|0)(0|0)$/) )AND ( AND > "[MAPPALE]" =~ /^(1|1)(0|0)$/) ) > ) > > Can it be the

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
X or just Y all works very fine and as result i got the > values i used in the both-field search. > > Am I missing something? > > > Thanks > > Luca > > > Il giorno 21/mag/07, alle ore 10:40, Armin Burger ha scritto: > > > use the wildcard=&qu

Re: [pmapper-users] Search on exact value

2007-05-21 Thread Armin Burger
use the wildcard="1" and the search will look for exact matching and only use wildcards when explicetly specified with an asterisk. some info about search definitions is at http://svn.pmapper.net/trac/wiki/UpgradeInfo armin Subject: [pmapper-users] Search on exact value > Hi to all

Re: [pmapper-users] ZoomQuery on PostGIS layer

2007-05-20 Thread Armin Burger
Gabe, use Mapserver 4.10.2 (or at least 4.10.1) and the problem should disappear. It is related to a bug of MapScript (one of the never-ending filter bugs of PHP Mapscript) and as I understood it has been fixed in the latest Mapserver versions. armin Gabe wrote: > Hi > > I am hoping someone

Re: [pmapper-users] : R: Pmapper-users] Oracle Spatial

2007-05-18 Thread Armin Burger
; I have tested the the latest beta-5. > > > I want to search some string inside the column DEFINIZION (type > varchar2) > > > but the result is always null. > > > > > > The serch.xml contains: > > > > > > > > > > &g

Re: [pmapper-users] search in IE

2007-05-16 Thread Armin Burger
It's a bit difficult to identify the problem. It is somewhere in the handling of an XMLHttp request where IE6 does not want to accept non-Ascii characters and the request fails. I never noticed this before. I will see how to fix it. armin ivan mincik wrote: > Dear Armin, > first, thanks for re

Re: [pmapper-users] field values returned by iquery

2007-05-16 Thread Armin Burger
yes, I'll put it as default. armin > Il 14:18, martedì 15 maggio 2007, Armin Burger ha scritto: > > I would just change in pmjson.js line 354 to: > > > > rhtml += '' + hypLinkL[2] + ''; > > > > because this is just a question of display

Re: [pmapper-users] field values returned by iquery

2007-05-15 Thread Armin Burger
I would just change in pmjson.js line 354 to: rhtml += '' + hypLinkL[2] + ''; because this is just a question of display. armin [pmapper-users] field values returned by iquery > Hi, > > I'm not sure about the intended behaviour of this function in case of > defined > RESULT_HYPERL

Re: [pmapper-users] Fwd: R: Pmapper-users] Oracle Spatial Attribute Search

2007-05-14 Thread Armin Burger
serch.xml contains: > > > > > > > > How to debug or verify the search inside the script? > > Tanks for any suggestion. > > 2007/5/11, Armin Burger <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>: > > With the latest be

Re: [pmapper-users] Fwd: R: Pmapper-users] Oracle Spatial Attribute Search

2007-05-14 Thread Armin Burger
> How to debug or verify the search inside the script? > > Tanks for any suggestion. > > 2007/5/11, Armin Burger <[EMAIL PROTECTED]>: > > > > With the latest beta-5 of p.mapper 3.1 attribute search should work with > > Oracle Spatial. > > > >

Re: [pmapper-users] Custom Function

2007-05-12 Thread Armin Burger
the map.phtml has a part so just put whatever you want between the DIV's, either static HTML, PHP code or insert it via Javascript. armin ps: it seems that currently the mail server of the SF mailing list is a bit slow, so be patient with him ;-) Gabriel Codina wrote: > Hi All > > >

Re: [pmapper-users] Custom Function

2007-05-12 Thread Armin Burger
the map.phtml has a part so just put whatever you want between the DIV's, either static HTML, PHP code or insert it via Javascript. armin Gabriel Codina wrote: > Hi All > > > > I am hoping someone can help me get started on this, I have checked out > the documentation and so on but I h

Re: [pmapper-users] pmapper 3.1beta4 and IE6

2007-05-11 Thread Armin Burger
Stephan do you get any JS errors? For me it works fine both with IE6 and IE7 with pm 3.1. For your site I get an AJAX related error, but that may come from a PHP error. The menu funktion works correct, though armin Stephan Holl wrote: > Dear pmappers, > > I have found that IE6 does not prope

Re: [pmapper-users] Fwd: R: Pmapper-users] Oracle Spatial Attribute Search

2007-05-11 Thread Armin Burger
With the latest beta-5 of p.mapper 3.1 attribute search should work with Oracle Spatial. armin > hi Andreas, > > I have tried to test your solution in order to search attribute in oracle > spatial, but the query don't find anything. Do you have modified again > your > solution? Do you have

Re: [pmapper-users] Fwd: R: Pmapper-users] Oracle Spatial Attribute Search

2007-05-11 Thread Armin Burger
With the latest beta-5 of p.mapper 3.1 attribute search should work with Oracle Spatial. armin Original-Nachricht Datum: Fri, 11 May 2007 11:28:33 +0200 Von: "Marino Fiorito" <[EMAIL PROTECTED]> An: pmapper-users@lists.sourceforge.net Betreff: [pmapper-users] Fwd: R: Pmapper-

Re: [pmapper-users] maxzoom view

2007-05-10 Thread Armin Burger
yes, MINSCALE in the map file (I guess below the WEB tag). armin Original-Nachricht Datum: Thu, 10 May 2007 09:42:18 +0200 Von: Walter Lorenzetti <[EMAIL PROTECTED]> An: pmapper-users@lists.sourceforge.net Betreff: [pmapper-users] maxzoom view > Hi Armin, > > is it possible t

Re: [pmapper-users] how to modify layout pdf in pmapper-3.0.0

2007-05-02 Thread Armin Burger
Well, you need to modify print.pdf to fit your needs. For that you have to understand at least a bit how FPDF is working (http://www.fpdf.org/). Armin amalia rahmawati wrote: > hi,all.. > Please, help me... > i'am newbie, i want to modify layout print for pdf in pmapper 3.0.0 > first, what sh

Re: [pmapper-users] how to get categories in dtree menu (TOC) starting collapsed?

2007-04-26 Thread Armin Burger
in toc.js->treeInit() comment out line 47: tg(catcList[i].id); armin Malte wrote: > Hi, > does somebody know how to start the categories in TOC closed (in tree > style)? By default they are opened. > > Thanks alot and have a nice day, > Malte -

Re: [pmapper-users] what about a drawing with the pmapper pipeline ?

2007-04-26 Thread Armin Burger
it's never bad having first a look at the docs ;-) http://www.pmapper.net/documentation.shtml or http://svn.pmapper.net/trac/wiki/ armin > > hi all, I'm newbly in pmapper I made a site (in local) with pmapper 1.9 > and now I use pmapper 3.0.1 I have a problem about the use of the different >

Re: [pmapper-users] bigger autoidentify window

2007-04-25 Thread Armin Burger
#x27; and it was not working. > i also use firebug. > > ivan > > On Wed, 2007-04-25 at 12:54 +0200, Armin Burger wrote: >> ivan mincik wrote: >>> hallo, >>> please, does anybody knows how is possible to get bigger autoidentify >>> window? my

Re: [pmapper-users] bigger autoidentify window

2007-04-25 Thread Armin Burger
ivan mincik wrote: > hallo, > please, does anybody knows how is possible to get bigger autoidentify > window? my data attributes does not fit in it. > templates/layout.css #iqueryLayer you can choose either height or width to be 'auto', both as 'auto' does not work. The disadvantage of the cur

Re: [pmapper-users] wrong coordinates

2007-04-24 Thread Armin Burger
FYI: the bug has also been fixed in p.mapper 3.0.1 (it always helps to mention the full version you are using) and the latest stable at http://www.pmapper.net/dl/pmapper-stable.zip or http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable which is always the most recommended to us

Re: [pmapper-users] [Pmapper-users] Function zoom2extent

2007-04-18 Thread Armin Burger
you could e.g read the manual: http://svn.pmapper.net/trac/wiki/DocManual#Zoomtopre-definedextent or google for it and you could get something like: http://www.google.com/search?q=p.mapper+zoom+to+extent armin [Pmapper-users] Function zoom2extent > Hi Armin, > > I saw your answer

Re: [pmapper-users] bug and upgrade

2007-04-06 Thread Armin Burger
Walter I will add something like this. Thanks. Regards, Armin Walter Lorenzetti wrote: > Hi All, Hi armin. > > I find a bug for locale traslation: > > $_sl['digitize_help'] = 'Doppio click per finire > misura/digitalizzazione. Cancell l\'ultimo punto con il tasto > «CANC».'; > > It's lost a l

Re: [pmapper-users] Adding my own search items.

2007-04-06 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/FaqDebugging Shane Burrell wrote: > I have layers built into pmapper and just about have everything I need. A > few questions: > > How do I get my own items to be searchable? I have added them to search.xml > but it always returns no results. > > How do I get i

Re: [pmapper-users] Label problem

2007-04-06 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/FaqDebugging davide chiodin wrote: > Hi > > I have installed pmapper. > > I do not succeed to publish of the labels of layer (a Shapafile) of single > punctual elements with a text data. > Many Thanks > > Davide -

Re: [pmapper-users] map reference unsquared

2007-04-06 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/FaqDebugging Jonathan nem4 wrote: > Hi all, > Excuse by my English > > I have a > problem > the reference map is unsquared … since I do so that what > indicates in the reference map appears to me in the > map? > .:::l\l€/V\4:::. > >

Re: [pmapper-users] bug and upgrade

2007-03-29 Thread Armin Burger
Walter thanks, for the hints. I will implement it in the new version. armin Walter Lorenzetti wrote: > Hi all, Hi Armin. > > working with pmapper 3.1 beta 4 I find i bug on legend-toc swap mode: > if I set in metadata regions in my map file "SKIP_LEGEND" "2" > in legend section found the name o

Re: [pmapper-users] Categories and groups

2007-03-29 Thread Armin Burger
> Thanks for claryfying, I was aware of some group support in pmapper, but > I > tried several times to make it work without success, perhaps I don't > understand the logic behind it: > > if I set useCategories = 0 and set appropriates groups, the name of the > first > layer is used as the gr

[pmapper-users] (no subject)

2007-03-28 Thread Armin Burger
see http://svn.pmapper.net/trac/wiki/DocManual#JoiningDatabasetablestolayers: "A join works also for RASTER layers, but not for PostGIS layers" armin > [pmapper-users] join to database tables > > isaisa wrote on > Mon, 26 Mar 2007 10:19:52 -0800 > > Hi, > > I am trying to make a join between

Re: [pmapper-users] Categories and groups

2007-03-28 Thread Armin Burger
p.mapper *does support* Mapserver groups defined in the map file. This required quite some efforts and workarounds since Mapscript has no support for groups as the CGI has. Groups are an internal feature of Mapserver for logical grouping, categories are an additional feature of p.mapper for t

Re: [pmapper-users] Custom url cursors

2007-03-26 Thread Armin Burger
I can change that for v3.1. Armin Gambin Dejan wrote: > Hi, > > I see that IE uses url cursors that Firefox does not. I have looked the > code in pmapper.js and saw that Firefoy was using internal cursors. > Since Firefox should support url cursors I have tried using .cur cursor > and it works w

Re: [pmapper-users] hide some CLASSES in the legend

2007-03-26 Thread Armin Burger
Jachym, I was not aware of this MS behaviour. I modified the 2 files initgroups.php and initmap.php on the SVN (also available via http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp), so it should now be like in MS default legend. Tell me if there are any problems with it. armin Jachym

Re: [pmapper-users] New suggest function

2007-03-25 Thread Armin Burger
I put a sample definition of the suggest under http://svn.pmapper.net/trac/browser/pmapper/trunk/config/default uncomment the last part in search.xml, you might need to adapt the path under , it can be an absolute path or relative to the XML file. In the you can use this as the parent path (us

Re: [pmapper-users] Attribute search with connectiontype ogr

2007-03-25 Thread Armin Burger
p.mapper is tested with shapefiles and PostGIS for the vector part. All other types of vector layer sources (mapinfo, OGR, etc) might work, but it is not guaranteed. For these types of layers users are welcome to contribute patches and I will integrate them into the main code, but I myself will

Re: [pmapper-users] New theme available

2007-03-23 Thread Armin Burger
yes, just send me the files and I'll put them at the DL page. armin Gambin Dejan wrote: > Hi, > > I have a custom theme created by my companion and I would like to make > it available to p.mapper users. But I have only images, not the > photoshop file. > > If you wish, I can zip the images and

Re: [pmapper-users] New pmapper site is online

2007-03-23 Thread Armin Burger
Alessandro Pasotti wrote: > Il 13:51, venerdì 23 marzo 2007, Brian May ha scritto: >> In your map file up at the top, add the line DEBUG ON. This will write >> statements to your error log file that shows the time each layer took to >> draw. I would suggest zooming to different scales and examini

Re: [pmapper-users] Change map border style

2007-03-23 Thread Armin Burger
You need to play with styles of the other DIVs (eg. mapeast, mapsouth), they are probably overlapping the right/bottom border. Try setting their margin to 2, or so. Modifying styles is always a bit trial and error, at least for me. armin Gambin Dejan wrote: > Hi, > > Can you tell me where can

Re: [pmapper-users] New suggest function

2007-03-23 Thread Armin Burger
ssandro Pasotti wrote: > Il 19:39, giovedì 22 marzo 2007, Armin Burger ha scritto: >> Alessandro >> >> What you ask for is possible with the current code, one has to specify >> the dBase file (usually the dbf part of a shapefile), > > In my case it is a mapin

Re: [pmapper-users] New pmapper site is online

2007-03-22 Thread Armin Burger
Alessandro Pasotti wrote: > Some technical info: > Raster map is 1.5GB GEOTIFF with internal tiles and overviews > Resource and itineraries vectors are in POSTGIS tables, the latter being an > arc<->node M2M network > Other vectors are in shapefile format, some of them are quite heavy: level

Re: [pmapper-users] New suggest function

2007-03-22 Thread Armin Burger
Alessandro you discovered some secret possibilities of p.mapper 3.1 ;-) The search is completely re-written and offers new functions, none of them documented so far. They are not fully tested in real applications, just in a separate testing environment. And some changes due to 'fine tuning' mi

Re: [pmapper-users] Questions to "Information-Function"

2007-03-22 Thread Armin Burger
p.mapper does not take into account any HTML templates defined for a layer. I considered it once but it meant re-writing parts of the query to treat layers separately, so I dropped this idea. In any case it would make it difficult to pass all HTML output from a template via JSON. One of the rea

Re: [pmapper-users] Print-Window on Firefox

2007-03-22 Thread Armin Burger
This is Firefox behaviour, it opens by default everything in a new tab, and that is a tab in the small pop-up window. One could just try to resize the Window with onload event if browser is Firefox/Mozilla 5. armin Kai Behncke wrote: > Helly everybody, > > If I use the print-PDF-Function on Fi

Re: [pmapper-users] New pmapper site is online

2007-03-21 Thread Armin Burger
Finally somebody who provides a p.mapper application close to where I live :-). So I could use it for hiking in the mountains. I think a print function in A3 is needed for p.mapper! Unfortunately there seems to be no ortho photo or a scan of the IGN. Maybe that will be added later? greetings A

Re: [pmapper-users] MAXSCALE and Identify

2007-03-19 Thread Armin Burger
47). > So thanks to Alessandro for the patch. I will test it and hope it works > for me too. > > Regards > > Michael > > -Ursprüngliche Nachricht- > Von: Armin Burger [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 16. März 2007 14:39 > An: Alessand

Re: [pmapper-users] Show point from database

2007-03-19 Thread Armin Burger
you can use the "XY Layers", see http://svn.pmapper.net/trac/wiki/DocManual#XYLayers armin Bagus Budhi wrote: > > I have already created this code to show point object on map server. That > was succes to make image in temp folder but that image can't show on the > browser. I want to add th

Re: [pmapper-users] pmapper and postgis

2007-03-19 Thread Armin Burger
you could try this http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI armin > > Hi, > I've tried both things. > First y moved "the_geom FROM landsat AS foo USING UNIQUE gid using srid = > 4326" to > DATA "the_geom from landsat" and it does not work. > Then I've looked for Apache error-l

Re: [pmapper-users] xpm library

2007-03-18 Thread Armin Burger
ok, what you need is - PHP MapScript - PHP compiled with iconv (included by default) - for p.mapper 3.1: PHP 5 plus support for XML (SimpleXML) there is nothing else special for p.mapper, and therefore I would suggest asking such questions about compilation of Mapserver/Mapscript on the appropr

Re: [pmapper-users] question on HYPERLINK

2007-03-17 Thread Armin Burger
Gaston it's not possible for the moment. A first problem is the definition of more complex constellations in a simple string in the map file. One could of course move everything out of the map file, but that means another configuration file etc. All config directly related to the layer data an

Re: [pmapper-users] Creazione di un help

2007-03-16 Thread Armin Burger
/javascript/zoombox.js->kp(e) armin [EMAIL PROTECTED] wrote: > Ciao a tutti, > vorrei creare in pmapper un help che venga visualizzato quando viene premuto > un tasto(EX: F9 oppure H). > Qualcuno sa come aiutarmi?? > Grazie a presto Antonio > > > ---

Re: [pmapper-users] MAXSCALE and Identify

2007-03-16 Thread Armin Burger
Setting the MINSCALE tag under WEB in the map file to 1 less than needed works fine for me on all MS versions tested. armin > Neither I do, but it simply is'nt enough. > > Setting scale to MINSCALE -1 does'nt solve the problem for me. > > BTW this is definitely a mapscript bug so we all hope

Re: [pmapper-users] MAXSCALE and Identify

2007-03-16 Thread Armin Burger
e any drawbacks for this setting. armin > [pmapper-users] MAXSCALE and Identify > Il 22:19, giovedì 15 marzo 2007, Armin Burger ha scritto: > > Fine and thanks for the report. A quiet strange error seems to have > > disappeared with that. Maybe one should post this once on

Re: [pmapper-users] identify tool - How does it work?

2007-03-16 Thread Armin Burger
if nothing happens you are likely getting a PHP or Javascript error, or both. AFAIR the config for query/identify did not change between 2.1 and 3.1 armin > [pmapper-users] identify tool - How does it work? > Hi, > in my pmapper3.1-application the identify tool doesn't work with my

Re: [pmapper-users] MAXSCALE and Identify

2007-03-15 Thread Armin Burger
> 2900 Percy Machin Drive, Suite One > North Little Rock, AR 72114 > Ph(501) 771-2985 > [EMAIL PROTECTED] > www.actgeospatial.com > > -Original Message- > From: Armin Burger [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 15, 2007 3:12 PM > To: Richie Pierce

Re: [pmapper-users] MAXSCALE and Identify

2007-03-15 Thread Armin Burger
Could you check if this problem still appears with the patch provided some days ago by Alessandro Pasotti? It's available for p.mapper 3.1 at http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/query/query.php or just take the lines $this->map->setSize($this->mapwidth, $this->mapheight); $

Re: [pmapper-users] Black screen

2007-03-15 Thread Armin Burger
you probably have wrong entries for IMAGEPATH under the WEB tag. This must be the absolute path on your file system and the IMAGEURL must correspond to it as the Web Location for your site pointing to the same directory. see http://mapserver.gis.umn.edu/docs/reference/mapfile/web I would recom

Re: [pmapper-users] debian packages?

2007-03-14 Thread Armin Burger
If you need to stay at the current stable (e.g. on production servers to have the security updates) you could install newer packages (like php 5) from the backports. See http://www.backports.org/ armin > Re: [pmapper-users] debian packages? > we are using debian and have just upgraded to php

Re: [pmapper-users] (no subject)

2007-03-12 Thread Armin Burger
On the demo site there are 10 links to start p.mapper, with partially different layouts and styles (CSS). You will need to tell me which of the ones you are talking about, since I cannot know which one in your opinion is 'traditional' and which one 'very good'. armin stirner mathematic wrote: >

Re: [pmapper-users] Add point in Postgis database

2007-03-12 Thread Armin Burger
There were several postings for that on this list. I once posted a sample script and some modified it, I guess. There should be users who can provide you with this code. For seeing how you can include this into the Javascript used by p.mapper see the custom.js under config/default/ and the shor

Re: [pmapper-users] iqueryLayer

2007-03-12 Thread Armin Burger
Nuria I forward this mail to the mailing list since it was Walter Lorenzetti who has written the part for positioning the result DIV. For me, however, it was always working correctly. armin Nuria González wrote: > Hi Armin, > > In my application http://pc213.ih.csic.es/medieval/map.phtml > (

<    4   5   6   7   8   9   10   11   12   13   >