Re: [pmapper-users] Zoom to point coordinate - confirmation needed

2009-05-16 Thread Armin Burger
ter to get extents? > http://lmgtfy.com/?q=mapserver+ogr+xy&l=1 http://lmgtfy.com/?q=p.mapper+zoom+to+extent&l=1 ;-) armin > regards, dejan > > Armin Burger wrote on 14.05.2009 13:21:37: > > > On 14/05/2009 09:56, dejan.gam...@pula.hr wrote: > > > Hi, >

Re: [pmapper-users] DATA variable in mapfile

2009-05-14 Thread Armin Burger
On 14/05/2009 13:07, Salvator*eL*arosa wrote: > Can I put a variable in the mapfile? > If you use Mapserver as CGI: yes, if you use Mapserver as Mapscript: no at least this is how I understand it. > For example: > the keyword "DATA" in the mapfile can insert a variable "$ user" as follows: >

Re: [pmapper-users] Zoom to point coordinate - confirmation needed

2009-05-14 Thread Armin Burger
On 14/05/2009 09:56, dejan.gam...@pula.hr wrote: > Hi, > > I have read some posts and just need a confirmation - if I have XY layer > with X and Y coordinates, and want to show the map zoomed at this > coordinate, I to have define a "buffer" with minx/miny/maxx/maxy > coordinates and use someth

Re: [pmapper-users] PDF Print

2009-05-13 Thread Armin Burger
On 13/05/2009 12:10, Bernhard Hilz wrote: > Hi All, > > i´m using p.mapper4.01. It works fine and stable. I searched in the mailing > list for hints using other formats in PDF-Prints e.g. A3, landscape .. . > Walter Lorenzetti wrote in his mail from 22.04.2008 that this is still not > implement

Re: [pmapper-users] problem of installation with debian

2009-05-12 Thread Armin Burger
you would need to follow the instructions as described in the docs, especially the quick install guide (if you do not want to use the debian packages). armin On 12/05/2009 18:18, pnicolas wrote: > as my problem of installing pmapper with debian persist (no problem with > windows XP) > > I wo

Re: [pmapper-users] SEARCH.XML FOR ORACLE LAYER

2009-05-06 Thread Armin Burger
;) { > @$this->qLayer->queryByAttributes(null, $this->qStr, > MS_MULTIPLE); > } else { > @$this->qLayer->queryByAttributes($fldName, > $this->qStr, MS_MULTIPLE); > } > " > I think it will solve your pr

Re: [pmapper-users] Search from Shapefile problem (with dirty patch)

2009-05-06 Thread Armin Burger
I cannot find big differences in the search on shapefiles between current 4 and 3.2. But I also never experienced the problems mentioned, neither on Win nor Linux. The first search string you list is for sure wrong since the AND is at the wrong place. This looked for me like an older bug alread

Re: [pmapper-users] Search from Shapefile problem (with dirty patch)

2009-05-06 Thread Armin Burger
Niccolo thanks, I will check it. Could you in your attachment also include the full modified file? It makes it easier to compare original and patched version. Also for example the patch for the pdfprint is applied on the older version, since 1 week or so there's a newer one in dev with exactly

Re: [pmapper-users] SEARCH.XML FOR ORACLE LAYER

2009-05-06 Thread Armin Burger
Luis I unfortunately have no Oracle installation available so I usually cannot test the functioning of it. All tests made so far with oracle was on a server from a user that I could access via ftp. Since 1 year or more I have not any more tried this and I guess the connection is not any more avail

Re: [pmapper-users] Printing and legend (pmapper 4.0.beta1)

2009-05-05 Thread Armin Burger
Paul do you have something online where one can see this? the error with HTML printing is fixed in SVN. Either take the file incphp/print/print.php from there or modify in your file line 282 from $layerView = new LayerView($this->map, false, true); to $layerView = new LayerView($this->map, true

Re: [pmapper-users] reference to top_logo

2009-05-05 Thread Armin Burger
it's defined in config/common/print.xml armin On 05/05/2009 21:31, McCown, George wrote: > Hey Armin, > > > > Do you remember what file references the top_logo for printing in HTML? > > I want to omit it. > > I've already made changes in php_config/$pmTitle variable. > > > > > > Geor

Re: [pmapper-users] problem of installation with debian

2009-05-05 Thread Armin Burger
If you change default parameters on Debian then you need to read the installation instruction, at least the quick install. And you have to know how to set up file permissions correctly on Unix, etc. I have some slight doubt however that you do not get any error message (neither PHP nor JS). ar

Re: [pmapper-users] Problem with mapselect in pmapper 4.0 beta1

2009-05-04 Thread Armin Burger
the map > (the setting in the xml configuration file), but does not > load the configuration on the map and the layer is turned off. > I do not know if it is a bug or my mistake. > > Thanks. > > 2009/4/30 Alberto Poggi : >> Now works perfectly! >> Problem solved. >> Th

Re: [pmapper-users] Problem exporting query results to PDF (pmapper v4.0.beta1)

2009-05-02 Thread Armin Burger
I noticed this problem some time ago. It's not directly related to code changes in p.mapper 4 but to the swap to a newer version of TCPDF (1.5 to 3.x). The new version produces an error with not selected font. I have not checked in detail where it could be. In any case, the export to a PDF tabl

Re: [pmapper-users] category in pdf

2009-05-02 Thread Armin Burger
On 05/04/2009 17:59, marcozani...@geosweb.it wrote: > Hi, i'm using pmapper 3.2; when i generate a pdf using tool > "Print Map" the layer's name are positioned under the map, > it would be possible to have also the names of the > CATEGORIES of membership of the layers? > > Thanks to All!! > marco

Re: [pmapper-users] Problem with mapselect in pmapper 4.0 beta1

2009-04-29 Thread Armin Burger
ally on the first map. It 'right this behavior? > However, it is already a good step in configuring the plugin. > > Thanks, Alberto > > 2009/4/25 Armin Burger : >> Alberto >> >> I updated the plugin so it should now work correctly with pm 4. See the >>

Re: [pmapper-users] embed pmapper into a normal page

2009-04-28 Thread Armin Burger
M, Andrea Zagli wrote: > Il giorno lun 27 apr 2009 18:19:56 CEST, Armin Burger ha scritto: >> On 27/04/2009 12:36, Andrea Zagli wrote: >>> is there a way to embed pmapper into a normal html page, as openlayer? >>> >> >> p.mapper needs PHP, that's somewhat

Re: [pmapper-users] embed pmapper into a normal page

2009-04-27 Thread Armin Burger
On 27/04/2009 12:36, Andrea Zagli wrote: > is there a way to embed pmapper into a normal html page, as openlayer? > p.mapper needs PHP, that's somewhat obvious when reading just the title of the home page ("A MapServer PHP/MapScript Framework") > if not, do you know some software as openlayer th

Re: [pmapper-users] printing PDF fatal error

2009-04-27 Thread Armin Burger
I do not get any problem when dropping the ref map from on the main window (map.phtml). It can then still be printed on the PDF. This is with pmapper 4, but I don't have a clue which version you're using. Regards armin On 27/04/2009 17:38, McCown, George wrote: > Hello Everyone, > > > > I've

Re: [pmapper-users] Problem with mapselect in pmapper 4.0 beta1

2009-04-25 Thread Armin Burger
uot; mapSelectContainer "" on this section > of the file map.phtml: > > > > > > > > But I do not yet appear on the menu. What's wrong? > > Thanks. > > > > > > 2009/4/21 Armin Burger : >> On 21/04/2009 15:15, Alb

Re: [pmapper-users] Raster query (again)

2009-04-24 Thread Armin Burger
there is a test/dev map file with some more layers at http://svn.pmapper.net/trac/browser/pmapper/trunk/pmapper/config/dev/pmapper_demo_dev.map?format=raw see the layer 'corine' which contains the metadata tags for use with raster layers and query (identify, search is useless with raster). See a

Re: [pmapper-users] Problem with mapselect in pmapper 4.0 beta1

2009-04-21 Thread Armin Burger
On 21/04/2009 15:15, Alberto Poggi wrote: > Hi to all, > > I have tried to use the plugin "mapselect" in Pmapper version 4.0 beta > 1 but I can not see the menu of available maps. I've tried this plugin > in version 3.2 and it works very well. > I think the problem is in the file map.phtml because

Re: [pmapper-users] Retrieving layer from database view

2009-04-21 Thread Armin Burger
There's nothing special with p.mapper and PG layers. If you cannot get it running with pure Mapserver, e.g. shp2img then it will not work neither with p.mapper. And the question should be placed on the Mapserver mailing list and not here. armin On Tue, Apr 21, 2009 at 8:23 AM, Walter Lorenzetti

Re: [pmapper-users] Measure tool in feet

2009-04-15 Thread Armin Burger
in js_config.php should be something like p.mapper 4: PM.measureUnits = {distance:" [ft]", area:" [sqft]", factor:0.3048}; p.mapper 3: var pmMeasureUnits = {distance:" [ft]", area:" [sqft]", factor:0.3048}; if the map units are in meter. armin On 15/04/2009 17:42, McCown, George wrote: > Hello

Re: [pmapper-users] How to create two maps in pmapper

2009-04-15 Thread Armin Burger
e .map and > then i add some variables to the file __startup_config.php,that catch that > variables of the new map in the same session it is possible or not > thank you > Zaid Dawood > > > 2009/4/14 Armin Burger >> >> On 14/04/2009 16:11, Zaid Dawood Issa wrote: &

Re: [pmapper-users] How to create two maps in pmapper

2009-04-14 Thread Armin Burger
On 14/04/2009 16:11, Zaid Dawood Issa wrote: > Hi > I need to create two maps, one different mapa in every div and that one of > the mapas is a son and > other one is a father, that files suggest me that it is necessary to edit > have a nice day > thank you that's not possible with p.mapper since

Re: [pmapper-users] FastCGI

2009-04-07 Thread Armin Burger
Fastcgi can only have any (not great, though) effect when running PHP as CGI. This will for sure not speed up the loading of p.mapper into the browser (if it's this what you mean). This could be accelerated by using compression on the web server ('deflation'), and reducing the number and size o

Re: [pmapper-users] How to change the rounding policy of the scale

2009-04-07 Thread Armin Burger
On 07/04/2009 14:22, Martín Ernesto Barreyro wrote: > Hello, > > I'm having a little problem with the scaling of my map. The thing is that > the max scale its of about 1:10, and the min scale near 1:0. Now the scale > is being rounded to 10 multipliers, so it goes to 1:10 or 1:0. What I need > its

Re: [pmapper-users] Increasing Security of pmapper

2009-04-06 Thread Armin Burger
no, since this would mean another config file defining which config file to use... I added a description how to deal with this issue to the wiki, knowing nobody else will do it if I just post it here... http://svn.pmapper.net/trac/wiki/FaqConfiguration#Apacheconfiguration It just works for Apac

Re: [pmapper-users] category in pdf

2009-04-06 Thread Armin Burger
no, that's not possible without changing the code. armin On 05/04/2009 17:59, marcozani...@geosweb.it wrote: > Hi, i'm using pmapper 3.2; when i generate a pdf using tool > "Print Map" the layer's name are positioned under the map, > it would be possible to have also the names of the > CATEGORIES

Re: [pmapper-users] showGroupInfo

2009-04-02 Thread Armin Burger
check the plugin at http://svn.pmapper.net/trac/browser/pmapper/trunk/pmapper/plugins/tocinfolink links for categories might be added if required. works just for *p.mapper 4*. armin On 01/04/2009 16:44, giuliano petrarulo wrote: > Hi all, > in config_default.ini I setted grpInfoLink = 2 so th

Re: [pmapper-users] Problems with pmapper translation in Linux

2009-04-02 Thread Armin Burger
I guess you're using a slightly outdated version of PHP (< 5.2.x). I changed in the SVN the line in js_session.php from print ("PM.grouplist = " . json_encode($_SESSION['grouplist']) . > ";"); to print ("PM.grouplist = " . PMCommon::parseJSON($_SESSION['grouplist'], false) . ";"); so it shou

Re: [pmapper-users] Printing to PDF on Server

2009-04-01 Thread Armin Burger
I'd guess that this is related to the TCPDF library used for the PDF print. I noticed problems with a newer version 4.something and larger legends to print (with just a few legend icons it worked). 500 is a server error, so you will probably not get anything in the PHP error log but just in the

Re: [pmapper-users] showGroupInfo

2009-04-01 Thread Armin Burger
On 01/04/2009 16:44, giuliano petrarulo wrote: > Hi all, > in config_default.ini I setted grpInfoLink = 2 so that an info icon > appear to the right of every group. > Now, I would like to know if is it possible to choose which groups add icons > to, > instead all of them. > Thanks in advance > Gi

Re: [pmapper-users] Pmapper without mapfile

2009-03-30 Thread Armin Burger
On 30/03/2009 22:12, Rigo Obando wrote: > Good Afternoon Armin: > > I'm writing from chile. I would like to work without mapfile and replace > it with a php file. have any idea how to do that? I would appreciate > your references, if I would get a contribution to the development of > pmapper.

Re: [pmapper-users] Troubles with Search.xml / Problemas con Search.xml

2009-03-27 Thread Armin Burger
In that case > in order to try out, which version of MS (i assume that means mapserver :P) > are you using so i could try to compile and use it. > Walter, in your case what is the version of mapserver on Ubuntu > repositories? > > carlos > > 2009/3/27 Armin Burger > >&

Re: [pmapper-users] Troubles with Search.xml / Problemas con Search.xml

2009-03-27 Thread Armin Burger
I've never seen this strange behaviour with no version of Mapserver/Mapscript. Normally I compile everything by myself since the Debian packages of MS are usually more of historical value, but the test on the ones from Debian etch and lenny worked with pm 3.2 and 4.0. armin On 27/03/2009 17:3

Re: [pmapper-users] Busqueda por atributos que resultan de un result_join y mostrar info personalizada

2009-03-27 Thread Armin Burger
On 27/03/2009 15:17, Martín Ernesto Barreyro wrote: > Estoy utilizando pmapper 4.0 con ms4w 2.3.1 para mostrar unas localidades de > una Shape y marcar puntos a partir de una tabla que tiene información > relevada con un GPS. > > El shape tiene pocos atributos pero los que interesan estan en una b

Re: [pmapper-users] Troubles with Search.xml / Problemas con Search.xml

2009-03-26 Thread Armin Burger
id [ASCIINAME] => Madrid > [ISO2_CODE] => ES [POPULATION] => 3117977 [GTOPO30] => 638 )* > > So the problem persists just the same...the only way that the search > returns results is by writing exactly as it figures on the layer data, > and it is not only on my project but i

Re: [pmapper-users] TOC Collapse

2009-03-26 Thread Armin Burger
if it's just for the categories you can set (in v4) in the config.xml the attribute closed="true", like The layers below the categories have the default (and not configurable) behaviour that all layers enabled at start up (defGroups) have the legend icons expanded, all other layers are collapsed

Re: [pmapper-users] TOC Collapse

2009-03-26 Thread Armin Burger
if you want to modify parameters by directly changing the session vars then you need to know when they are initialized and applied, otherwise you might not get your desired effects. armin On Thu, Mar 26, 2009 at 8:27 AM, Andreas Haux wrote: > Maybe it is in the SESSION variables as well? (See th

Re: [pmapper-users] Troubles with Search.xml / Problemas con Search.xml

2009-03-25 Thread Armin Burger
the obvious described problem > Any idea? > > carlos > > > 2009/3/25 Armin Burger <mailto:armin.bur...@gmail.com>> > > the debug log file is called 'pm_debug.log' and with level set to 3 > it *will* create log output (~25 kB for opening the

Re: [pmapper-users] Troubles with Search.xml / Problemas con Search.xml

2009-03-25 Thread Armin Burger
Set a debug level of 3 and check the debug file (see docs), there should be something like Parameters for searchParams file: query.php->q_execAttributeQuery Array ( [layerName] => cities1eu [layerType] => shape [firstFld] => NAME [qStr] => ( ( "[NAME]" =~ /(B|b)(E|e)(R|

Re: [pmapper-users] search.xsd element definition type=radio doesnt work

2009-03-23 Thread Armin Burger
Checkbox and radio input have probably never worked correctly, at least I have not used them for now. I made some modifications and simple radio input and (without combination of suggest) should work now. You need the files from SVN, at least: pm_cjs.js search.php and define the items like in t

Re: [pmapper-users] problem after upgrading ubuntu

2009-03-23 Thread Armin Burger
this is a problem of your PHP installation and some missing libraries (*.so). If it prevents the working of PHP completely I have no clue, but it looks a bit like... armin On 23/03/2009 16:09, beppe wrote: > Il giorno ven, 20/03/2009 alle 14.23 -0300, Luigi Castro Cardeles ha > scritto: >> Hi,

Re: [pmapper-users] [Re] how to don't use session's cookies for pmapper and use them for other sites in my server?

2009-03-19 Thread Armin Burger
This is only possible if you use PHP as Apache module, see http://php.net/manual/en/configuration.changes.php#configuration.changes.apache and he wants to use it on Windows and CGI (anyway, Mapscript does not work well in the combination Win/Apache/PHP-Apache-module). But if you don't mind fidd

Re: [pmapper-users] IE Zoom in box

2009-03-16 Thread Armin Burger
On 16/03/2009 16:31, Constanze Blübaum wrote: > Hello List, > > I'am using pMapper 3.2. > I customized the framework a little bit, mostly to change the layout. > Now I have a problem with using the zoomin tool with Internet Explorer. When > drawing a rectangle for zooming in, the zoomin box is of

Re: [pmapper-users] IE Zoom in box

2009-03-16 Thread Armin Burger
On 16/03/2009 16:31, Constanze Blübaum wrote: > Hello List, > > I'am using pMapper 3.2. > I customized the framework a little bit, mostly to change the layout. > Now I have a problem with using the zoomin tool with Internet Explorer. When > drawing a rectangle for zooming in, the zoomin box is of

Re: [pmapper-users] Buffer distance for identify

2009-03-16 Thread Armin Burger
well, the pointBuffer definition is just for the zoomToPoint buffer. The identify search buffer uses MS settings, see here: http://svn.pmapper.net/trac/wiki/DocManual#LayerTOLERANCEsettingsforQueries armin 2009/3/16 Walter Lorenzetti : > Constanze Blübaum ha scritto: >> Hello Everybody, >> >> I h

Re: [pmapper-users] toc collapsed

2009-03-11 Thread Armin Burger
It depends where you do this. 3.2 uses as default a compressed JS file that is directly under the directory /javascript, so modifications of files under /javascript/src/ will have no effect. You have the following possibilities: recompress all files using the tool under /utils/js_compress or de

Re: [pmapper-users] coordinate x,y digit display

2009-03-09 Thread Armin Burger
I added now a config setting for this. You need to download the latest version of the main Javascript file '/javascript/pm_cjs.js' from SVN using this link http://svn.pmapper.net/trac/browser/pmapper/trunk/pmapper/javascript/pm_cjs.js?format=txt and add in your js_config.php a line like PM.Zoo

Re: [pmapper-users] How to place toolBar into div mapNorth

2009-03-09 Thread Armin Burger
you just need to replace the "v" with an "h" in the function call of writebuttons() and it should work. armin On 09/03/2009 08:06, Gabriel Messner wrote: > Hi all, > > I´ve placed the toolBar into the mapNorth Div: > > > > $toolbarImgType); ?> >

Re: [pmapper-users] pmapper installation problem with IIS 7.0 and ms4w 2.3.1

2009-03-08 Thread Armin Burger
http://lmgtfy.com/?q=msProcessProjection()%3A+No+such+file+or+directory&l=1 On 05/03/2009 05:19, Maz Dedi wrote: > Dear readers, > > Hello everybody, i have a problem with pmapper 3.2.0 on ms4w 2.3.1 package, > but i'm using *IIS 7.0* instead of Apache (follow some step here * > http://www.mapser

Re: [pmapper-users] Scalebar in Printmap

2009-03-02 Thread Armin Burger
The scalebar for printing is not using the scalebar extension but the definition in the map file. So you have to check the settings for SCALEBAR there. http://www.mapserver.org/mapfile/scalebar.html armin On 02/03/2009 07:45, Rogers, Janet (SKM) wrote: > The Scalebar in the Printmap page come

Re: [pmapper-users] new in the list and in the pmapper world

2009-02-27 Thread Armin Burger
On 27/02/2009 14:37, Carlos Cuello wrote: > I'm reading the documentation and using google trying to find someone > with the same problem as my, and the way of working that out, but > still can't find anything. start with carefully reading this: http://svn.pmapper.net/trac/wiki/FaqDebugging > S

Re: [pmapper-users] Pmapper crashes when adding grid layer...

2009-02-26 Thread Armin Burger
I just added your layer definition as it is to the map file with the demo data and it works with both IE and FF. So I don't have a clue why it gives problems for you (and in general I would wonder what should be that special to p.mapper with regard to map rendering, it just uses plain PHP Mapsc

Re: [pmapper-users] toc collapsed

2009-02-24 Thread Armin Burger
http://www.google.it/search?q=p.mapper+categories On 24/02/2009 12:52, giuliano petrarulo wrote: > Thanks Armin but ... where? in which file? > Giuliano Petrarulo > > --- *Lun 23/2/09, Armin Burger //* ha scritto: > > Da: Armin Burger > Oggetto: Re: [pmapper

Re: [pmapper-users] toc collapsed

2009-02-23 Thread Armin Burger
add a 'closed' attribute to the categories, like armin On 23/02/2009 13:56, giuliano petrarulo wrote: > hi all, > after opening successfully my map with toc with all categories collapsed, > using pmapper 3.2.0 version, now, after installing pmapper 4.0 I'm not able > to obtain the same effect

Re: [pmapper-users] how to create plugin in pmapper

2009-02-19 Thread Armin Burger
ugins > > Thomas > > Armin Burger a écrit : >> On 18/02/2009 16:17, Zaid Dawood Issa wrote: >> >>> I need a manual to create and integrate a plugin with pmapper,the >>> functionally of plugin si to hide and unhide the toc and reference map >>> wi

Re: [pmapper-users] how to create plugin in pmapper

2009-02-18 Thread Armin Burger
On 18/02/2009 16:17, Zaid Dawood Issa wrote: > I need a manual to create and integrate a plugin with pmapper,the > functionally of plugin si to hide and unhide the toc and reference map > with one botton in the tool bar.I have develop the functionally of the > plugin, but i have this function and p

Re: [pmapper-users] search.xml

2009-02-16 Thread Armin Burger
ase > immediately delete this message and attachments (including all copies), > and notify the sender by return e-mail so that our records can be > corrected. All personal messages express views only of the sender, which > are not to be attributed to WTH Technology, Inc, an

Re: [pmapper-users] search.xml

2009-02-16 Thread Armin Burger
If you combine all 9 shape datasets in 1 tileindex layer insetad of 9 separate layers (see http://mapserver.org/optimization/tileindex.html) then the search should go through all single shapes and retrieve all parcels. I think that also the suggest definition works (with connectiontype="ms") wit

Re: [pmapper-users] Blanks in Layer Name

2009-02-15 Thread Armin Burger
On 15/02/2009 09:26, Rogers, Janet (SKM) wrote: > Is there some other functionality that will not be supported if there are > spaces in the Layer names? yes -- Open Source Business Conference (OSBC), March 24-25, 200

Re: [pmapper-users] Problem with frame on IE

2009-02-03 Thread Armin Burger
Using frames became a bit... unusual... I could just assume that the usage of 'jQuery layout' is not working so well with frames. You could try using the alternate layout with 'map-plain-layout.phtml' and see if it works better. Or try iframes, just a few hours ago somebody wrote that they work

Re: [pmapper-users] Querying problem with WMS

2009-02-03 Thread Armin Burger
On 03/02/2009 14:22, Andreas Haux wrote: > Hi all, > > I have the following problem: > - Querying one or two layers works without a problem, result is shown > and so on - perfect. > - I have added raster maps from a WMS service - as soon as I have > activated the layer in the legend the query

Re: [pmapper-users] Legend bug in MapToPDF

2009-02-03 Thread Armin Burger
On 03/02/2009 13:55, Jamie wrote: > Hello list, > I have found another little bug in “export map to PDF”. When layer have odd > number of CLASS with odd number of symbols (in my case: layer “letiste” with > 3 symbols), there is an error in formatting in legend in PDF, as you can see > here: > >

Re: [pmapper-users] P.MAPPER 4.0 overrides rendering setting in map file?

2009-02-02 Thread Armin Burger
On 02/02/2009 13:04, Vladimir Cvejanovic wrote: > I'm not able to find docs for v4. http://svn.pmapper.net/trac/wiki/DocQuickinstall http://svn.pmapper.net/trac/wiki/DocManual http://svn.pmapper.net/trac/wiki/XmlFileSettings http://svn.pmapper.net/trac/wiki/DocJsSettings http://svn.pmapper.net/tr

Re: [pmapper-users] PM 4.1 search

2009-01-29 Thread Armin Burger
On 29/01/2009 09:02, SeUr2000 wrote: > I all, > on version 3.1 I have modified function submitSearch > on pmquery.js for to open a list of options for research. > > on version 4.1 I have tried to replicate the function submitSearch in > pm.search.js but this is not no sign of response and the aler

Re: [pmapper-users] Attribute query against ODBC MS Access

2009-01-28 Thread Armin Burger
It's not a question to identify if ODBC is used or not, but if *MS Access* is the backend ODBC source. Real databases understand correct SQL via ODBC and not the crude SQL/VBA mix MS defines ;-) armin On Wed, Jan 28, 2009 at 8:33 AM, wrote: > Hi, > > I have solved the problem by using UCASE ins

Re: [pmapper-users] Search OGR layer

2009-01-27 Thread Armin Burger
and whats's the problem with your settings? does your listed search config not work with map info files? do you get errors, no results? I converted the cities1eu shapefile from the demo data to tab format and everything works fine as with it in shapefile format. armin On 27/01/2009 12:36,

[pmapper-users] p.mapper 4.0 beta1 available

2009-01-20 Thread Armin Burger
Folks I have uploaded a first beta version of the new p.mapper. It's named to v4 since quite a lot changes make it not very much backward compatible with older configurations, so the new major version should also reflect this. Layout core has changed and Javascript libraries have been complete

Re: [pmapper-users] Problem with "XYLAYER_PROPERTIES"

2009-01-18 Thread Armin Burger
I doubt that this pgsql://'':''postgres:postgres/ will work as connection string to your database... remove '':'' and see if it works. Otherwise use the normal debugging approach reading error and debugging logs, XY layers use error logging for connection and query execution. armin PS: if y

Re: [pmapper-users] Spatial query for all layers in mapfile

2009-01-13 Thread Armin Burger
On 13/01/2009 09:23, Jamie wrote: > Hello list, > I have about 150 layers (SHP) in my mapfile. The basic layer is a cadastral > map. The others are technical infrastructure, environmental thematic and so > on. Now I would like to make a spatial query, where input should be a number > of parcel f

Re: [pmapper-users] can't get hyperlink to work

2009-01-10 Thread Armin Burger
On 10/01/2009 17:47, Aigars V wrote: > Hi. > > I'm new with p.mapper. > > I add my own layer in pmapper_demodata, I get it to appear in TOC and map > window, so far all is great. > > > Now I want to get my hyperlink to work in Result window with my layer, > > I add "RESULT_HYPERLINK" "ID2" to

Re: [pmapper-users] Query result

2009-01-10 Thread Armin Burger
The result is as you noticed transfered as JSON string. The description of the format and a better eradable sample output is available from the file incphp/query/json_query_doc.txt This should allow you to structure the code in the way you want by defining you custom Javascript function for it.

Re: [pmapper-users] css problem ie7: how to enlarge width of searchitem select box

2008-12-19 Thread Armin Burger
ask Bill Gates to provide a decent browser together with their OS. then the work of web developers would become quite boring, no idiotic workarounds any more to find and invent in order to get IE do the things as expected and as the other browsers do by default ;-) armin On Fri, Dec 19, 2008 at 1

Re: [pmapper-users] How to catch values from mapextent, layers opened and so on...

2008-12-16 Thread Armin Burger
this should be mainly a 1-liner of Javascript passing the session ID and the desired language, like Load IT Load DE with function reloadMap(language) { location = location.href.split('?')[0] + '?' + SID + '&language=' + language; } There might be more elegant solutions but this should do

Re: [pmapper-users] Variable Substitution

2008-12-14 Thread Armin Burger
run-time substitution is CGI only, see http://mapserver.gis.umn.edu/docs/howto/runsub In Mapscript there are more flexible ways to achieve this. But you have to program it with Javascript and the Mapscript language. Armin On 13/12/2008 17:45, leandro leandro wrote: > Hello all, > > I´m tring

Re: [pmapper-users] next p.mapper proposal from ja

2008-12-10 Thread Armin Burger
On 10/12/2008 14:05, TTO wrote: > >>> 3) Integration >> I don't have a clue what you mean with that... > sorry. > For instance, print.xml is customized in the print of pdf in actual work. > It is search.xml in the retrieval. > In RESULT_HYPERLINK, pm_cjs.js. > After that, config.ini and php_confi

Re: [pmapper-users] Help needed with Load Balancing

2008-12-10 Thread Armin Burger
On 10/12/2008 07:41, Geografisches Informationssystem wrote: > Hello, > are there any experiences with pmapper and load-balancing or nlb (Apache > mod_proxy_balancer)? > I would like to realize a NLB with 2 pmapper installations (3.x). > I switched the session handling to database (PostGres). Eac

Re: [pmapper-users] next p.mapper proposal from ja

2008-12-09 Thread Armin Burger
On 09/12/2008 15:09, TTO wrote: > Hi all. > > # I cannot speak, write and read English well. > > Thank you for developing work. > > It uses it in Japanese, and it wants to describe a little inconvenient > point, and to > help some. > It is likely to be able to help possibly. > > 1) XLS Export >

Re: [pmapper-users] How do zoom in on a polygon?

2008-11-19 Thread Armin Burger
On 19/11/2008 16:46, Leonardo Rodriguez Silva wrote: > Thanks for your help¡¡ > > I realize an application in php, and need to integrate this application with > pmapper. > > > Exactly I am searching a function that allows to send a parameter , And that > allows to do zoom > > For example a quer

Re: [pmapper-users] Google Maps layer

2008-11-19 Thread Armin Burger
you could use Openlayers to overlay your data over google maps. A low resolution satellite image (~250 m) is available for download as Blue Marble from the Nasa (world coverage), or a medium resolution (30 m) from http://geotorrent.org/details.php?id=72 armin On 18/11/2008 23:53, Gabe wrote: >

Re: [pmapper-users] How measure in meters?

2008-11-18 Thread Armin Burger
you cannot correctly measure in m when you projection is lat/lon if you do not use at least an approximation function, something like 'Distance on ellipsoid'. You could do a quire coarse calculation applying a factor in the config that converts from degrees to m, it will be ok for N-N but less acc

Re: [pmapper-users] Using FPDI with p.mapper TCPDF

2008-11-14 Thread Armin Burger
, <[EMAIL PROTECTED]> wrote: > > Thanks Armin, you made me happy for the end of the week :-) > > I have successfully used your newest printpdf.php with the newest TCPDF > version 4.2.009. Now I have to try using FPDI with all this ... I hope I'll > be able to do it alone

Re: [pmapper-users] Using FPDI with p.mapper TCPDF

2008-11-13 Thread Armin Burger
As a quick patch, I put a modified pdfprint.php on the SVN, so it should work better now with newer TCPDF http://svn.pmapper.net/trac/browser/pmapper/trunk/incphp/print/pdfprint.php?format=txt armin On 13/11/2008 21:58, Armin Burger wrote: > For the actual dev version I replaced the od

Re: [pmapper-users] Using FPDI with p.mapper TCPDF

2008-11-13 Thread Armin Burger
For the actual dev version I replaced the odler TCPDF with a newer version (something 3.x). It worked, I just noticed some offset of the text towards the legend icons in the printed legend. I haven't tried to identify why. Maybe it's just a small adjustment necessary. So you could use a newer v

Re: [pmapper-users] pmapper+postgis

2008-10-30 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/FaqDebugging On 30/10/2008 19:12, rodabadia wrote: > Hi > > How to test the connection to the database that is set to file map. > > I can not see the map in the map viewer pmapper, because it shows the > animation that asks expect to load the map but this never

Re: [pmapper-users] Attribute search error - is this correct behaviour?

2008-10-30 Thread Armin Burger
The whole part for filters and expressions is a mess and there are still bugs. But at least the current version 5.2 returns FALSE if no FILTER tag is set for the layer, and does not return the stupid "(null)". I'm not testing p.mapper with ancient versions of Mapserver/Mapsript. If you do not want

Re: [pmapper-users] Attribute search error - is this correct behaviour?

2008-10-30 Thread Armin Burger
ot;/dim the checkbox too :-) > > Do you have a quick solution for this? > > thanks very much > > regards, dejan > > Armin Burger <[EMAIL PROTECTED]> wrote on 30.10.2008 00:41:46: > >> Layers that are not in the config.ini will very likely not work with >>

Re: [pmapper-users] Attribute search error - is this correct behaviour?

2008-10-29 Thread Armin Burger
Layers that are not in the config.ini will very likely not work with various functions like queries since they are not referenced in the p.mapper layer and groups objects (thats different objects than pure Mapscript layers). Hence they produce errors when trying to read some specific attributes

Re: [pmapper-users] Reference map not shown

2008-10-29 Thread Armin Burger
You need to check the produced HTML output sent to the browser (right click - View Page Source) for the part with the reference map, there you'll see something like and you can check if this relative file path is existing. armin On 29/10/2008 12:39, experimento escenario wrote: > Hi > First

Re: [pmapper-users] Problem with starting p.mapper zoomed to a predefined extent

2008-10-23 Thread Armin Burger
Thats because you are very likely using cookies for PHP session variables. This is an every now and then upcoming issue on this list. Nobody however used the User Wiki to add something about this to the FAQ's. See in the manual http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI and then

Re: [pmapper-users] R: zoom to features from external application

2008-10-20 Thread Armin Burger
= no, 1 = yes 1: set maximum map extent to feature extent, 0 = no, 1 = yes armin On 20/10/2008 10:17, Maarten G wrote: > Hello, > > In the demo it is not possible to zoom to whole europe again after the zoom > to italy > How can I make it possible to zoom out again? > > Maa

Re: [pmapper-users] Map vanishes after removing a raster layer

2008-10-20 Thread Armin Burger
do you have any knowledge about Mapserver and set up of map files? If not, try first to gain some knowledge there, otherwise you will very likely have not much fun with p.mapper. Test your map file with simple Mapserver-CGI tools or use the 'test_mapfile.phtml' script from the p.mapper /util di

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
>> >> Disclaimer >> >> Der Inhalt dieser E- Mail ist ausschließlich für den bezeichneten >> Adressaten bestimmt und enthält vertrauliche und/oder rechtlich >> geschützte Informationen. Wenn diese E- Mail nicht an Sie persönlich >> adressiert ist o

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
er die Weitergabe des Inhalts dieser E- Mail unzulässig ist. > > This e-mail may contain confidential and/or privileged information. If > you are not the intended recipient (or have received this e-mail in > error) please notify the sender immediately and destroy this e-mail. Any &

Re: [pmapper-users] Search XML with PostGIS

2008-10-17 Thread Armin Burger
Andreas have a look here http://svn.pmapper.net/trac/browser/pmapper/trunk/config/dev/search.xml If you do not need things like options/suggest then the definition should be quite straightforward: For options/suggest username/passwd need to be defined in the dsn like pgsq

Re: [pmapper-users] showing coordinates

2008-10-08 Thread Armin Burger
playCoordinates()) > ... > ... > // Display in DIV over MAP > $('#xcoord').html('E: ' + px); // + ' °'; > $('#ycoord').html('N: ' + py); // + ' °'; > > > But nothing changes > Rony > > - Ori

Re: [pmapper-users] showing coordinates

2008-10-08 Thread Armin Burger
On 08/10/2008 18:05, Rony (PMPG) wrote: > Hi Armin, hi all, > > I would like to change the symbols "X" "Y", in the left bottom of mpa, to > "N" "E" symbols when showing the coordinates. > > Where is the right place to take the change? > > Thanks in advance, > > Rony > -

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