Re: [pmapper-users] question about export pluggin pmapper 5

2013-05-31 Thread Armin Burger
just saw it: /home/www/tmp/ seems to be defined for the imagepath and that will not work on a Windows installation... should be something like C:\ms4w\tmp or so armin On 05/31/2013 05:25 AM, naef...@aol.com wrote: > I have pmapper 5 working. I have installed the pear modules successfull

Re: [pmapper-users] question about export pluggin pmapper 5

2013-05-31 Thread Armin Burger
I would mainly guess that the tag WEB IMAGEPATH does not exist in your map file or that this path does not exist in your file system. You should check the value of the session variable $_SESSION['web_imagepath'] and see if it does exist in the file system. armin On 05/31/2013 05:25 AM, na

[pmapper-users] question about export pluggin pmapper 5

2013-05-30 Thread naefish
I have pmapper 5 working. I have installed the pear modules successfully. I turned on the export pluggin and I get the radio button, but when I click on the radio button for csv in the table (after I have done a search) the download link does not appear... the console says there is a syntax error

Re: [pmapper-users] question about initmap.php andgetLayerLegendParams

2011-06-25 Thread pelin . 01
Thanks Armin,for your response. this was my last hope to get the wms legends. I try a new focus. Greetings! Enviado desde mi BlackBerry de Personal -Original Message- From: Armin Burger Date: Sat, 25 Jun 2011 14:04:25 To: Reply-To: armin.bur...@gmail.com Subject: Re: [pmapper-users

Re: [pmapper-users] question about initmap.php and getLayerLegendParams

2011-06-25 Thread Armin Burger
On 24/06/2011 18:23, pelin wrote: > friends: > I have a question. > the incphp/init/initmap.php file have these lines: > ** > require_once(PM_INCPHP . "/map/wmsclient.php"); > ... > ... > ... > ... > $legendUrlList = $wmsClient->getLayerLegendParams($wmsLayerList[0]); > ** > > but

[pmapper-users] question about initmap.php and getLayerLegendParams

2011-06-24 Thread pelin
friends: I have a question. the incphp/init/initmap.php file have these lines: ** require_once(PM_INCPHP . "/map/wmsclient.php"); ... ... ... ... $legendUrlList = $wmsClient->getLayerLegendParams($wmsLayerList[0]); ** but the map/wmsclient.php don't exist, for this reason I've cop

Re: [pmapper-users] question about gdal

2010-11-24 Thread Siki Zoltan
Hello Javier, try mapserv -v command, from the output you can see which formats are supported by mapserver, other formats are supported through gdal and ogr. regards, Zoltan On Wed, 24 Nov 2010, Fco. Javier García Ricca wrote: Hello Armin, Yes, but how necessary it is? For example, can I c

Re: [pmapper-users] question about gdal

2010-11-23 Thread Fco . Javier García Ricca
Hello Armin, Yes, but how necessary it is? For example, can I compile gdal in RHEL with this options? ./configure --without-ecw --with-png=internal --with-oci=yes --with-jpeg=internal --with-gif=internal --with-libz=internal --with-libtiff=internal --with-geotiff=internal Is it enough? Or need t

Re: [pmapper-users] question about gdal

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

[pmapper-users] question about gdal

2010-11-23 Thread Fco . Javier García Ricca
Hello, I suposse that gdal only is required when we make transformations but I am not sure. Is it necessary to run pmapper? Thanks -- FJRicca -- Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap int

Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Thomas Raffin
1) send coordinates from js to PHP: plugins/coordinates/coordinates.js 2) convert coordinates: plugins/coordinates/x_coords.php 3) many options: 3a) search via pgsql: see plugins/digitizepoints/* 3b) or use pmapper/incphp/x_ajax/x_info.php and use json_decode($queryResult) to find your

Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Medve Zsolt
thanks for the answer, but: how ? "You have to send them to your PHP file, convert the click in map unit, use PHP mapscript to project coordinates, search the shapes, and call tour SOAP service. " This is the part what i cant do :) Send the mouse click coordinates to the php file ( witch contai

Re: [pmapper-users] Question about some pmapper logic

2010-03-22 Thread Thomas Raffin
Hi Medve Zsolt a écrit : > Hy! > > I would like to ask some qouestion about p.mapper logics. > 1. I see that the line in js_config.php : > {tool:'identify', name:'Identify'}, is for the button to > apear in Tools. But where is the code of the image. Where and how it > will get the i

[pmapper-users] Question about some pmapper logic

2010-03-21 Thread Medve Zsolt
Hy! I would like to ask some qouestion about p.mapper logics. 1. I see that the line in js_config.php : {tool:'identify', name:'Identify'}, is for the button to apear in Tools. But where is the code of the image. Where and how it will get the icon for the toolbar? I cant follow the

Re: [pmapper-users] Question about php_config.php

2007-12-12 Thread Armin Burger
nothing to worry about, that will be removed. armin On Dec 12, 2007 2:11 PM, <[EMAIL PROTECTED]> wrote: > Hi list, > > and another questions rising up. > > What are the categories_pool for in php_config.php? > Using Version 3.2beta4. > > /** > * Definition of categories for legend/TOC > */ > $

[pmapper-users] Question about php_config.php

2007-12-12 Thread christian . braun
Hi list, and another questions rising up. What are the categories_pool for in php_config.php? Using Version 3.2beta4. /** * Definition of categories for legend/TOC */ $categories['cat_admin'] = array("countries", "cities1eu", "settlements"); $categories['cat_nature'] = array("rivers", "

Re: [pmapper-users] question on HYPERLINK

2007-03-17 Thread Alessandro Pasotti
Il 21:44, venerdì 16 marzo 2007, Gaston Izaguirre ha scritto: > Hi all, > > Is there any possibility to use two RESULT_HYPERLINK fields to "construct" > only one URL to be open as an hypelink from an infoWindow? > > E.g. defining something like: > METADATA > ... > "RESULT_FIELDS"

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

[pmapper-users] question on HYPERLINK

2007-03-16 Thread Gaston Izaguirre
Hi all, Is there any possibility to use two RESULT_HYPERLINK fields to "construct" only one URL to be open as an hypelink from an infoWindow? E.g. defining something like: METADATA ... "RESULT_FIELDS" "textid,id,vid,latitude,longitude,vel,sent,fecha" "RESULT_HEADERS"

Re: [pmapper-users] Question about hosting Mapserver

2007-01-07 Thread luca marletta
Sure is possible, why not? A VPS is a linux server as final use and you can install all you need for mapserver and pmapper I suggest you debian or ubuntu and after follow some guide for installing mapserver with apt-get .. I can be more detailed if you point out better your doubts luca On 1/7/0

[pmapper-users] Question about hosting Mapserver

2007-01-07 Thread Chris Beaart
Hello, I want to run Mapserver on a Virtual Private Server (VPS) and later install pMapper. Is this possible and how do I have do that? Because I'm not familiar with Linux I prefer a Windows VPS. What questions do I have to ask my VPS-hosting provider? Thanks, Chris Beaart. --

[Pmapper-users] Question

2006-03-01 Thread Armin Burger
> hi list > > I am Working with pmapper 1.8.0 in Windows.. All work goodbut > I download pmapper 1.1.0 con date 01 - 6 - 2006, I installed with demodata > but i have an problem ... When perfromance start.html aparece > following: > > When click on *In layer Flat View ::: * > * > > Warn

[Pmapper-users] Question

2006-02-28 Thread Victor Contreras
hi list I am Working with pmapper 1.8.0 in Windows.. All work goodbut I download pmapper 1.1.0 con date 01 - 6 - 2006, I installed with demodata but i have an problem ... When perfromance start.html aparece following: When click on *In layer Flat View ::: * * Warning: [MapServer Error]

[Pmapper-users] Question about TileIndex

2006-02-17 Thread Carlos Timóteo
Luca marletta is correct. I used shptree also. First i used tile4ms to create the index shp and next i used shptree to try to increase performance. I't worked very well. I have a map with 68 shp files in a tile index, about 240MB. Is very fast to load and to pan i am using mapserver 46 and pm

[Pmapper-users] Question about TileIndex

2006-02-10 Thread luca marletta
Hi Victor, below your example of using Tileindex but better you first look the mapserver site (very clear) and after you can ask on mapserver list. Here this question is OT. :-) Anyway all of us started someway. LAYER NAME "ctr" GROUP "cartografia" STATUS ON TILEIND

[Pmapper-users] Question about TileIndex

2006-02-09 Thread Victor Contreras
Hi Armin , Hi list Armin you know What is TeleIndex in mapserver y How Implement in mapfile? You can give me any example please Chao pr?xima parte Se ha borrado un adjunto en formato HTML... URL: http://faunalia.it/pipermail/pmapper-users/attachments/20060209/110460e4/a

[Pmapper-users] question identify

2005-11-19 Thread Victor Contreras
hi list, I have an problem working p.mapper 1.0.8 I when I make a question to an element, this sample its attributes in a table, I when I want to go to the table and to make a zoom lens so that to be sent to the element in the map, she does not appear selected with a color Why he does not appear

[Pmapper-users] question find for street

2005-11-14 Thread Armin Burger
Have a look at the description in the file search.phtml, and at the examples there. The search definition has been a bit facilitated for the current development version. You can download it at http://www.pmapper.de/dl/pmapper1_2005-11-06.zip The search definition is in /incphp/js_custom.php Ar

[Pmapper-users] question find for street

2005-11-12 Thread Victor Contreras
hi list... thank Armin for you help well... In my project of thesis ( I work with p.mapper 1.0.8) I would like know if I can to make -search for street (find address in database ( shape.dbf) ) I don't work with (postgis) only shape file. this is possible with P:mapper. or mapserver...

[Pmapper-users] question WMS

2005-11-09 Thread Victor Contreras
[EMAIL PROTECTED] Wed Nov 9 09:05:43 2005 From: [EMAIL PROTECTED] (Armin Burger) Date: Wed Nov 9 08:59:48 2005 Subject: [Pmapper-users] question WMS References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> The support for pre-defined WMS layers is just the standard Mapserver fun

[Pmapper-users] question mapfile maneger

2005-10-21 Thread Armin Burger
Victor, The application was just written to facilitate the maintenance of my own Mapserver based applications. I was tired of always copy/paste various layers from one project to the other. Then I move from shapes to PostGIS, etc, and I have to update eveything in all of them. I made not much

[Pmapper-users] question

2005-10-07 Thread Victor Contreras
/pipermail/pmapper-users/attachments/20051006/3b1db16b/attachment.htm From [EMAIL PROTECTED] Fri Oct 7 18:55:55 2005 From: [EMAIL PROTECTED] (Armin Burger) Date: Fri Oct 7 18:56:27 2005 Subject: [Pmapper-users] question In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]&g

[Pmapper-users] question

2005-10-06 Thread Victor Contreras
parte Se ha borrado un adjunto en formato HTML... URL: http://www.faunalia.com/pipermail/pmapper-users/attachments/20051006/7d5812f0/attachment.htm From [EMAIL PROTECTED] Thu Oct 6 21:54:08 2005 From: [EMAIL PROTECTED] (Armin Burger) Date: Thu Oct 6 21:54:39 2005 Subject: [Pmapper-users