Re: [pmapper-users] pmapper + opensuse 11.3

2011-10-25 Thread Armin Burger
Miguel I'd recommend to check all required installation steps http://svn.pmapper.net/trac/wiki/DocQuickinstall and use the various debugging methods, especially check PHP error logs http://svn.pmapper.net/trac/wiki/FaqDebugging armin On 25/10/2011 17:45, MIGUEL E. VILLOTA ESCANDON wrote:

Re: [pmapper-users] Search does not work.

2011-10-07 Thread Armin Burger
Laura I cannot reproduce your problem using p.mapper 4.2, MS 6.0.1 and Postgres 9. Everything's ok with the Postgis layer and identify/select. I use a data definition like DATA "the_geom from (select * from cities1000) \ AS foo USING UNIQUE geonameid using SRID=4326" But I doubt that

Re: [pmapper-users] Dockable query dialog.

2011-09-27 Thread Armin Burger
Nothing like that is foreseen in the standard configurations. You can achieve that without major difficulties I would suppose, but without some Javascript knowledge I don't think it will be feasible. In the config XML you can define for the tag the ID of the DOM element where the output of t

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-22 Thread Armin Burger
ant to add that > - the group under the category sould be more than one > > > > group1 > group2 > .. > > If only one group is declared, the layer will disappear once we do an > update. >

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-21 Thread Armin Burger
First: deactivate cookies for session handling in php.ini if it still does not help: replace the *.js file in plugins/layerselect/ with the one from here http://svn.pmapper.net/trac/export/1212/trunk/pmapper/plugins/layerselect/layerselect.js this should in principal not be necessary since for me

Re: [pmapper-users] problems searching in a postgis layer

2011-09-20 Thread Armin Burger
you're mixing Postgis and standard layer ("ms") definitions. Check the required syntax for Postgis layers in the manual. Unfortunately MapServer requires different query syntax for different type of layers. armin On 20/09/2011 21:29, Ricardo Cuítiva wrote: > Hello, > > Thank you very much for

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-17 Thread Armin Burger
please run some JavaScript debugging (see Wiki -> FAQ), I would guess there is a comma missing or one too much. In any case, I found out a misleading description in the Readme.txt (changed and committed to SVN trunk), There is a special requirement for the XML config file: The plugin only work

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-16 Thread Armin Burger
On 16/09/2011 21:23, Rafanoharana Serge Claudio wrote: > Dear Armin, > > I will work on it. What do you mean by "It requires the site admin to > configure all potentially available layers."? it means that you as administrator of the web site need to define all available layers and which of them

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-16 Thread Armin Burger
gt; provide companies an easier-to-deploy, easier-to-manage and more > affordable > virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/ > ___ > pmapper-users mailing list > pmapper-users@lists.sourceforge.net > <

Re: [pmapper-users] Adding new layer in pmapper 4.1 via web interface using plugin or something else

2011-09-15 Thread Armin Burger
On 15/09/2011 09:07, Rafanoharana Serge Claudio wrote: > Dear all, > > I would like to ask if there is a plugin or a way to add a new layer from > the pmapper web interface (using shapefile data or PostGIS). > What I've always done is that: > - I create my mapfile (everything inside is static) so e

Re: [pmapper-users] Fwd: Constulta

2011-09-06 Thread Armin Burger
I would not recommend changing the p.mapper code without needs. And especially not if it's only a missing or wrong configuration setting. Just google for exactly the error you get: Failed opening required 'Spreadsheet/Excel/Writer.php' (include_path='.:/usr/share/php:/usr/share/pear') and you

Re: [pmapper-users] special characters and P-Mapper

2011-09-06 Thread Armin Burger
On 06/09/2011 17:00, Chris Jackson wrote: > Hi all > > I have a shapefile with a lots of place names across Europe and have several > with special characters like so - Spadenländer Spitze, Noard Fryslân > Bûtendyks etc. The data is drawn and labelled correctly, however search > results throw out t

Re: [pmapper-users] Enable pagination

2011-08-31 Thread Armin Burger
Francisco, No, not directly configurable. It might be possible with some modifications of the query Javascript template and some additional Javascript tools. But I guess the easiest would be to use the JSON string from the query saved as PHP session variable and format it in a way suitable for

Re: [pmapper-users] Fw: Export to shapefile

2011-08-30 Thread Armin Burger
Thomas in my reckless thinking I replaced all free() calls, not noticing that in MS 6 some were still existing. Probably they kept the ones that are really needed and had an effect (the ones I tested with long running loops did not increase any memory). I will check which of the replaced free(

Re: [pmapper-users] Versions IE and FF

2011-08-26 Thread Armin Burger
IE6 is not supported by p.mapper in the sense that it is not tested with it. So far I was mainly assuming it's still working, but maybe this was a while ago... You could forward your users of IE6 to the Microsoft site http://www.ie6countdown.com/ where even MS states: "10 years ago a browser w

Re: [pmapper-users] Export to shapefile

2011-08-24 Thread Armin Burger
Check your php.ini settings according to the description here: http://svn.pmapper.net/trac/wiki/DocQuickinstall#PHP.INI see especially the parts that are marked as "IMPORTANT!!!" You get a series of "notices" and probably have "display errors" set to "on", therefore you likely get the last warni

Re: [pmapper-users] Export to shapefile

2011-08-23 Thread Armin Burger
On 23/08/2011 12:18, Pedro Venâncio wrote: > Works, however it only works for files already in SHP as a data source (does > not work for PostGIS data). I do not know if this is an imposition of the > plugin. > this could be. The export plugin was mainly done for having the results in Excel fo

Re: [pmapper-users] Export to shapefile

2011-08-22 Thread Armin Burger
you need to check the PHP error log (could be an error of deletion of the tmp dir with the shape), and Javascript errors in a JS console or in Firebug. The FAQ's contain a debugging how-to. armin On 22/08/2011 16:25, Francisco Caldeira wrote: > Hi, > > As anyone tested the export to shapefile o

Re: [pmapper-users] Incomplete sourceforge 4.2

2011-08-10 Thread Armin Burger
On 09/08/2011 23:57, Nahum Castro wrote: > Hola Armin: > > The 4.2.0 files seems to be damaged, the size is too small for the zip file > and the tar.gz is incomplete. > thanks Nahum, looks like the upload got broken... I uploaded the 2 files again. armin ---

Re: [pmapper-users] Problem in suggest search of PostGIS layers

2011-07-22 Thread Armin Burger
if you set the debug level to 3 you must have some logging in the file 'pm_debug.log', both for the suggest requests and the final query that are sent to the database (and the returned results I guess). If no debug logging then there should be an error, either PHP or JavaScript. armin On 22/0

Re: [pmapper-users] Problem in suggest search of PostGIS layers

2011-07-21 Thread Armin Burger
On 21/07/2011 22:24, Pedro Venâncio wrote: > Hello Armin, > > Thank you very much, that was it, I was missing the [search] parameter. Now > it is working properly! > > I enabled the error_log in php.ini, and now I have access to pm_debug.log, > but can not find the file config.ini to set the debu

Re: [pmapper-users] Problem in suggest search of PostGIS layers

2011-07-21 Thread Armin Burger
Pedro could you check the debug output (see FAQ for where to find it) and try to run the SQL statements logged there in a database client and see what results you get with them? This helps to narrow down the potential problem. In general the tag should be something like SELECT DISTINCT name F

Re: [pmapper-users] p.mapper Release 4.2.0 ready

2011-07-18 Thread Armin Burger
I updated the Debian package for 4.2. No real upgrade should be necessary for 4.1->4.2, possibly from 4.0->4.1, see http://svn.pmapper.net/trac/wiki/UpgradeInfo armin On 18/07/2011 11:38, Pedro Venâncio wrote: > Hello Armin, > > Great news, thank you for the latest release! > > I was testing it

[pmapper-users] p.mapper Release 4.2.0 ready

2011-07-17 Thread Armin Burger
Hi all I updated the p.mapper latest release to version 4.2. Thanks especially to Thomas Raffin who contributed a lot of updates and bug fixes. The new release is mainly adding compatibility with MapServer 6 and has quite some bug fixes developed over time, as well as some smaller improvements

Re: [pmapper-users] raster pixel query/identify

2011-07-11 Thread Armin Burger
On 11/07/2011 21:27, Pedro Venâncio wrote: > Just another small question, there are some parameters like the > "RESULT_FIELDS" and "RESULT_HEADERS," but for WMS layers? for WMS layers these metadata are not taken into account. In principal they could. But so far WMS layers are treated somehow

Re: [pmapper-users] raster pixel query/identify

2011-07-11 Thread Armin Burger
ms_name' 'LEE_2011_final' >'wms_server_version' '1.1.1' >'wms_srs' 'EPSG:20790' > 'wms_format' 'image/png' > END >END > > I appreciate any help, since I'm new to the

Re: [pmapper-users] raster pixel query/identify

2011-06-27 Thread Armin Burger
> this just fine, the raster query does not correctly translate the > unprojected raster into projected map units. Is this a problem that I can > correct in p.mapper code somewhere? > > Matt > > -----Original Message- > From: Armin Burger [mailto:armin.bur...@gmail.com]

Re: [pmapper-users] raster pixel query/identify

2011-06-25 Thread Armin Burger
see http://svn.pmapper.net/trac/browser/trunk/pmapper/config/dev/pmapper_demo_dev.map and http://mapserver.org/input/raster.html#raster-query armin On 25/06/2011 00:37, Matt Doggett wrote: > How can I query/identify the pixel/cell value of a raster at the location of > mouse click? I've searc

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

Re: [pmapper-users] Pmapper not loaded, after mapserver upgrade

2011-06-13 Thread Armin Burger
you need to use the current development version from SVN (or the nightly build dev from the download site of p.mapper). There was a long list of modifications in MS 6 that broke compatibility with former code. p.mapper is now full of checks like if MSversion >= 6: do this else: do that arm

Re: [pmapper-users] ubuntu 11.04, pmapper-4.1.1 con mapserver 6

2011-05-31 Thread Armin Burger
the current releases are not compatible with MS 6. They have been released before MS 6, and all MS 6 betas had a bug until the first RC that prevented a basic function used a lot in pm to work, so I started late to really test pm with MS 6. For the time being you need an SVN checkout of the cur

Re: [pmapper-users] prevent xss

2011-05-28 Thread Armin Burger
well, a common practice in programming is that comments are valid for lines following below. Just check which line is below the comment you mentioned and you might get an idea. In practice it is more or less obsolete since this should only be required if the ini entry "register_globals" is enab

Re: [pmapper-users] Res: How do I have two different applications running on a pmapper?

2011-05-23 Thread Armin Burger
2 applications with different URL's sharing the same session, so I will add this to the code as default setting. Armin On 23/05/2011 14:49, Marcos Bastos wrote: > Hello Armin Burger. > > To appear as feedback, the only change in the configuration given the link to > confirguraçã

Re: [pmapper-users] Add raster layer with clientdynamiclayers

2011-05-21 Thread Armin Burger
On 21/05/2011 12:45, Andreas Douvalis wrote: > > > I know but addWmsLayer: function() in wmsclient.js and function __construct > in wmsclient.php are empty!!! > and therefore the plugin "does not work properly" as stated... so what? > > > ______

Re: [pmapper-users] Add raster layer with clientdynamiclayers

2011-05-21 Thread Armin Burger
On 21/05/2011 11:45, Andreas Douvalis wrote: > Hi > > wmsclient > plugin is very interesting. > > However, I > do not know how to add one wms layer to the map. > thats written in the README of this plugin: !!! NOTE !!! This plugin is experimental and does not work properly! -

Re: [pmapper-users] How do I have two different applications running on a pmapper?

2011-05-21 Thread Armin Burger
see: http://svn.pmapper.net/trac/wiki/DocQuickinstall#Usingcookiesforsessions On 20/05/2011 19:28, Marcos Bastos wrote: > Good afternoon! > > How do I have two applications running on a pmapper (version 3) without > interfering in each other when used / viewed simultaneously in the same > brow

Re: [pmapper-users] How to create a custom legend icon for a WMS layer?

2011-05-20 Thread Armin Burger
On 20/05/2011 11:01, Niccolo Rigacci wrote: > Hi to all, > > is it possibile to define a custom legend icon for a WMS layer? > > Ideally I wish to display a list of colored rectangles with a > text label each (the layer has about 6 color classes). > > The WMS server does not provide the GetLegendGr

Re: [pmapper-users] query from external php

2011-05-19 Thread Armin Burger
looks like the session cannot be found. You need to pass the session ID to your curl call. It should also work without that if you have session via cookies enabled in php.ini. armin On 19/05/2011 19:05, arief nur andono wrote: > hi, > > I'm trying make map that update every 1 second and update

Re: [pmapper-users] csv export dependencies

2011-05-12 Thread Armin Burger
ve the misfortune of using Windows ;) > > Chris > > On 12 May 2011 21:22, Armin Burger <mailto:armin.bur...@gmail.com>> wrote: > > I just had a look, the csv and zip files for CSV export are written to > the same directory as the map images, which has to

Re: [pmapper-users] csv export dependencies

2011-05-12 Thread Armin Burger
I just had a look, the csv and zip files for CSV export are written to the same directory as the map images, which has to be writeable by the web server user (something like "iusr_" on IIS I guess) and which corresponds to the IMAGEPATH tag in the map file. I'm wondering how the application

Re: [pmapper-users] csv export dependencies

2011-05-11 Thread Armin Burger
On 11/05/2011 22:17, Chris Jackson wrote: > Hi all > > Does anyone know if the csv export requires OWC/office on the server? Just > it works fine on one box, and not another (no download button appears) - > both sites are W2K3 on IIS and use same php library and pmapper files one > difference th

Re: [pmapper-users] Rendering of credit text in PDFs

2011-05-11 Thread Armin Burger
Hi all the map creation for PDF increases the size of TTF labels since the map is requested with a higher resolution and is then stuffed into a lower width/height as it actually is. This was to improve the print quality, especially of fine structures. But it requires higher original text sizes

Re: [pmapper-users] Problem with raster ECW in pmapper

2011-04-26 Thread Armin Burger
a quick guess is that the problem is the name of the raster layer which is purely numerical. Try to rename it eg. to something like r512074 and see if it works. see what's written in the wiki part "Quick install instructions for p.mapper 4.x", which I would assume everybody reads before configu

Re: [pmapper-users] combine pmapper with google maps

2011-04-25 Thread Armin Burger
you cannot do this with p.mapper actually, you would need something like Openlayers or a framework based on it. armin On 24/04/2011 20:32, jorge villa wrote: > > Hi everyone, > > I want to use the mapserver tile mode to combine a wms with google maps. Is > there anyone that has done it with pma

Re: [pmapper-users] DEM

2011-04-25 Thread Armin Burger
Silvestre I think the current relief raster data are available here: http://www.ngdc.noaa.gov/mgg/global/global.html Another source of similar product (less relief-type but more satellite image based) is the NASA Blue Marble dataset, like ftp://neo.sci.gsfc.nasa.gov/bluemarble/ -> land_shall

Re: [pmapper-users] Consulta zoom prefijado

2011-04-14 Thread Armin Burger
http://svn.pmapper.net/trac/wiki/DocManual#Zoomtopre-definedextent On 14/04/2011 14:28, Eduardo Bieñkowski wrote: > Si los ejemplos los vi, lo que quiero saber es cuales son los archivos a > modificar. > Saludos > Eduardo > > > 2011/4/14 Eduardo Bieñkowski > >> Tengo instalado: >> Ubuntu 9.10 >>

Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-10 Thread Armin Burger
On 08/04/2011 09:18, moka61 wrote: > > > Thank you for the quick response. > > I removed the apostrophe from the name VITO D'ASIO and the query works > correctly. The escape is made ​​only in the second part of the key JSON. > for p.mapper 4.1 try the following: in incphp/query/search.php->opti

Re: [pmapper-users] MAXSCALE and Identify

2011-04-10 Thread Armin Burger
cks for all the various zoom functions). armin On 06/04/2011 19:22, Sandro Ferrara wrote: > Thanks, but unfortunately it does not work in both ways. > > Sandro > > > Il 06/04/2011 17:30, Armin Burger ha scritto: >> Try to replace in incphp/map/map.php line 590 >>

Re: [pmapper-users] Fw: Re: selectionManagement plugin

2011-04-09 Thread Armin Burger
On 08/04/2011 22:28, Chris Jackson wrote: > Armin > > Thanks for your thoughts, I was thinking along the lines of > http://geoservices.aena-upm.es/map/map.phtml. I hear your session > concerns, I was thinking many elements would be shared, with a master > layout and a child add-on that would just

Re: [pmapper-users] Fw: Re: selectionManagement plugin

2011-04-08 Thread Armin Burger
On 08/04/2011 16:57, Chris Jackson wrote: > I am thinking about looking into split screen layouts for comparative layer > work as an aside. I have some doubts that this will work with p.mapper due to its session handling (nearly everything is stored in a PHP session). If both maps will run on th

Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-08 Thread Armin Burger
On 08/04/2011 09:18, moka61 wrote: > > Thank you for the quick response. > > I removed the apostrophe from the name VITO D'ASIO and the query works > correctly. The escape is made ​​only in the second part of the key JSON. I know, the problem is that the JSON values afterwards are used by Javasc

Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-08 Thread Armin Burger
Daniele I cannot find any reason why the include should not work, especially not why it worked in p.mapper 4.0 and not any more in 4.1 . Maybe it is a side-effect of another issue. p.mapper uses the standard way of Mapscript for opening a map file, and I don't see any difference between recent

Re: [pmapper-users] search.xml with postgis - invalidJSON

2011-04-07 Thread Armin Burger
Daniele I guess it's related to an insufficient escaped apostrophe (could eg. be the "VITO D'ASIO"). There were changes in v 4.1 and it especially now uses a newer version of jQuery which expects syntactically correct JSON. I'll have a look at it and will try to add a patch soon. Please send me

Re: [pmapper-users] MAXSCALE and Identify

2011-04-06 Thread Armin Burger
Try to replace in incphp/map/map.php line 590 if ($minscale = $this->map->web->minscale) { with if ($minscale = $this->map->web->minscaledenom) { and see if it helps. I just recently replaced all min/maxscale with min/maxscaledenom in the dev version which is the recommended setting. alternat

Re: [pmapper-users] On the subject of wiki updates

2011-03-31 Thread Armin Burger
should be possible to suppress categories in the legend by setting to 0 in print.xml armin On 31/03/2011 10:31, Chris Jackson wrote: > Armin > > I noticed an omission of a comma in one of the plugins - TOC info link on > http://svn.pmapper.net/trac/wiki/PluginsToc should have a comma after - >

Re: [pmapper-users] block zoom

2011-03-30 Thread Armin Burger
On 30/03/2011 19:24, Sandro Ferrara wrote: > Hi to all, > i would like to avoid the zoom beyond the scale of 1:1000, eg 1:500 > return to the scale of 1:1000, is it possible? > > Thanks in advance > Sandro > you can add a tag in your map file MAP WEB MINSCALEDENOM 1000 ... ... ---

Re: [pmapper-users] PDF legend settings

2011-03-30 Thread Armin Burger
you can try the extended settings for PDF printing and maybe set one of them as default if it does more or less what you want (using the XML/HTML template for the print dialog). Otherwise you need to write custom printing functions. The TCPDF library now also supports HTML as input (to be then

Re: [pmapper-users] IIS install funny

2011-03-30 Thread Armin Burger
I never used anything else than an absolute path for this setting. I updated the wiki that puts this as a recommended setting. armin On 30/03/2011 10:05, Chris Jackson wrote: > Update - I had to switch the mapfile image path from a relative to absolute > link and all fixed - I guess apparently I

Re: [pmapper-users] to execute a JavaScript function every time the map is refreshed

2011-03-29 Thread Armin Burger
Andreas this changed in the current version since the old method did not work with Chrome browsers, the docs are not updated yet. Use something like PM.Map.bindOnMapRefresh(function(e){ //your_function ... }); if you need you can also pass parameters to the event handler function PM.

Re: [pmapper-users] modifying element properties per configuration

2011-03-28 Thread Armin Burger
On 27/03/2011 23:02, Chris Jackson wrote: > Armin - any plans to integrate PMapper with the > Jquery UI interface? > > Chris one of the two main layouts is using parts of jQuery UI and the Layout plugin. I don't see where more of this should be added for the time being. But everybody can easily

Re: [pmapper-users] p.mapper and ECW files

2011-03-23 Thread Armin Burger
p.mapper uses Mapserver/Mapscript and Mapserver uses Gdal for raster rendering, p.mapper does not have a notion if your raster file is ECW or Tiff. If something does not work try to use a systematic debugging as described in the FAQ's. armin On Wed, Mar 23, 2011 at 9:26 AM, aborruso wrote: > De

Re: [pmapper-users] resize layout

2011-03-19 Thread Armin Burger
On 18/03/2011 23:00, Aníbal Pacheco wrote: > Hi. I Can't figure out how to enable the layout-toggle or resizer bar. > It's a "thing" between the map and the formlayer used to enlarge the map > area to the full width. Any thoughts? thanks > > -

Re: [pmapper-users] problem with ECW

2011-02-08 Thread Armin Burger
> > If you are using MS4W 3.x, the ECW file format is no longer supported > (due to new Erdas license). > > Thomas > > Le 02/02/2011 21:19, Armin Burger a écrit : >> Pino >> >> I don't think anybody can help you if you do not specify *what* is your &g

Re: [pmapper-users] Low Performance in IE with many layers

2011-02-07 Thread Armin Burger
On 07/02/2011 15:03, Nicolas Morales wrote: > > Hi, > > I've noticed that when the mapfile has many layers, the performance in > Internet Explorer is low especially when the map zoom changes. > > I discovered that the javascript function that consumes most of the time in > IE is tocUpdateScale () i

Re: [pmapper-users] Customize TOC

2011-02-06 Thread Armin Burger
Pino you should use a tool like Firebug to check which CSS settings actually define the various style parameters. Since styles are usually a combination provided by overlapping and overwriting parent/child styles it is virtually impossible to just rely on a simple setting and hope it works. I

Re: [pmapper-users] problem with ECW

2011-02-02 Thread Armin Burger
Pino I don't think anybody can help you if you do not specify *what* is your problem, and describe it in best ways ;-) the pm Wiki has a section of debugging under the FAQ's. armin On 02/02/2011 20:02, Pino Scalamandrè wrote: > Hello everyone > I'm moving to the 4.1.1 version that I have inst

Re: [pmapper-users] identify on wms layers

2011-02-02 Thread Armin Burger
version" "1.1.1" > "wms_srs" "EPSG:32633" > "wms_format" "image/png" > "wms_style" "default" > "wms_feature_info_mime_type" "text/plain&qu

Re: [pmapper-users] identify on wms layers

2011-02-01 Thread Armin Burger
as already mentioned, you should not need to change the code if you add "wms_name", but I guess you should just have 1 METADATA block, and not 2... p.mapper only parses plain text output for features (you get XML output). I don't know exactly how to tell Mapserver to request the featureInfo as

Re: [pmapper-users] identify on wms layers

2011-02-01 Thread Armin Burger
Sandro checking the code for the query of WMS ... $query_layers = $this->qLayer->getMetadata("wms_name"); $this->qLayer->set("connection", $this->qLayer->connection . "QUERY_LAYERS=" . $query_layers); ... it looks for the METADATA tag "wms_name" defined for your layer. If it does not exist

Re: [pmapper-users] Disable the Reference Map

2010-12-30 Thread Armin Burger
On 29/12/2010 23:48, beck...@knology.net wrote: > I am new to pmapper and I succesfully installed pmapper 4.1.1 and the demo. > However, I am trying to make my on application with my own simple mapfile. > My mapfile only has one shapefile and I do not want to use the reference map. > When I

Re: [pmapper-users] Best practice to integrate a missing jQuery-UI

2010-12-20 Thread Armin Burger
Niccolo I don't know if you need the jQuery ui layout for the re-sizable panes. If yes, then merge the 'jquery.layout.min.js' from the "src" directory with the full/custom jQuery-UI minimized package and replace the one under javascript/optional. Or better, create your own custom directory und

Re: [pmapper-users] Authentication for p.mapper

2010-12-15 Thread Armin Burger
you could contact Walter Lorenzetti, afaik he was working on something like this. Regarding the map images in the tmp folder: have a look at the file names (a combination of session ID and time in microseconds) and then decide if these names are "guessable"... if you use cookies for sessions i

Re: [pmapper-users] problems with relative path in mapfile

2010-12-13 Thread Armin Burger
just use an absolute path and you're done. otherwise change core code to use file name resolution with PHP function realpath(). armin On 13/12/2010 10:43, Fco. Javier García Ricca wrote: > Hello, > > In my application all work fine with relative path in mapfile but when I try > to export the map

Re: [pmapper-users] IE8 tool tip issue

2010-11-25 Thread Armin Burger
On 24/11/2010 16:12, Chris Jackson wrote: > All > > Apologies if this has already been raised, but the tool-tip dialog/results > aren't behaving in IE8 - just a collapsed little grey box (in 4.1.1 and dev > version), the other i-tools work fine. All behaves in FF. Any ideas? > Thanks > Chris Fo

Re: [pmapper-users] -tags for searchitems

2010-11-25 Thread Armin Burger
On 25/11/2010 15:35, BSAP (Andres Thomas) wrote: > Dear List, > > where can I find the code segment, which fills the dropdown list for the > search of type 'option'. > http://svn.pmapper.net/trac/wiki/DocManual#javascript ---

Re: [pmapper-users] Issue with zoom2extent function call [Revisit]

2010-11-23 Thread Armin Burger
The @ is probably there because your layer seems to be a tileindex shapefile. Checking back in history, seems it has been introduced in version 3.1.1, which dates from Sept 2007, so not really a very recent modification. I'm not using tileindex shapefiles at all so I never experienced problems

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

Re: [pmapper-users] External link for menu

2010-11-23 Thread Armin Burger
ble to use both javascript for the configuration > in the map file, or is there any conflict. Doing something like: > > > ... > javascript/src > javascript > ... > > > > Serge > > > > Armin Burger-2 wrote: >> >> I thought I already set the po

Re: [pmapper-users] External link for menu

2010-11-22 Thread Armin Burger
I thought I already set the possibility for a new target to the code code, which was not the case... So I added it now (and I once will change it to some cleaner code...). In case you're interested, you need the new http://svn.pmapper.net/trac/export/1126/trunk/pmapper/javascript/pm_cjs.js (or

Re: [pmapper-users] Dynamical PostGis Layer.

2010-11-19 Thread Armin Burger
aging the list at >> pmapper-users-ow...@lists.sourceforge.net >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of pmapper-users digest..." >> >> >> Today's Topic

Re: [pmapper-users] errors with extra layouts examples

2010-11-19 Thread Armin Burger
there are various tools to compare 2 text files and see the differences... otherwise you will find all reasons for these error messages if you google for them, they happen to appear more often with Mapserver, some are even in the Mapserver error-FAQ's see http://lmgtfy.com/?q=msProcessProjectio

Re: [pmapper-users] JOINING SQL Server

2010-11-19 Thread Armin Burger
On 19/11/2010 15:29, Gustavo Insaurralde wrote: > Hi there! > > I got no errors, that´s why im stucked :( > > It doesn't retrieve anything... i only got the spinning loader.. and it > keeps spinning sadly :P > this actually means that you do have an error, otherwise the "spinning loading" would n

Re: [pmapper-users] queryeditor plugin - installation instructions to update

2010-11-17 Thread Armin Burger
On 17/11/2010 20:41, jeanfaubert wrote: > > Hi, > > Can you tell me more about the installation of QueryEditor plugin? I use > pmapper4. > > Thanks you very much. > > > Jeanfaubert > http://lmgtfy.com/?q=p.mapper+installation+of+QueryEditor+plugin&l=1

Re: [pmapper-users] More info about the problem of dialog box

2010-11-02 Thread Armin Burger
On 11/02/2010 12:40 PM, RAFANOHARANA Serge Claudio wrote: > More information, I tried to work with a simple static website, but I still > have > problem related to links when I open it within a dialog box. > A "dialog window" is what it says: a window to display some sort of dialog, it is run

Re: [pmapper-users] Checkboxes on Layers are not synchronizised with Checkboxes on Categories

2010-10-25 Thread Armin Burger
On 10/25/2010 05:42 PM, Hermann Karl wrote: > Dear List, > > If the status of the checkboxes of all layers of a categoriy is > unchecked and the status of the checkbox > on the categories is checked then the change of the status of the > checkbox of the categories > has no influence to the status o

Re: [pmapper-users] Functions measure and points of interest

2010-10-22 Thread Armin Burger
On 22/10/2010 17:03, Hermann Karl wrote: > Dear List, > > Is it possible to change the units of the length measure from [km] to > [m] and the units of the area measure from [km2] to [m2] ? read the manual entries for JavaScript settings > Is it possible to move or delete a point of interest ? Yo

Re: [pmapper-users] problem export query to csv

2010-10-21 Thread Armin Burger
On 21/10/2010 19:06, Fco. Javier García Ricca wrote: > Hello, > > I have pmapper 4.0.0 working in centos 5.5. I have checked all the > application and everything works fine except the export query to csv. When I > press the radio button to export to csv don't active the download button. It > is fin

Re: [pmapper-users] pmapper-users Digest, Vol 49, Issue 5

2010-10-21 Thread Armin Burger
On 21/10/2010 17:10, Gustavo Insaurralde wrote: > Hi there, > > pmapper 4.1.0 here > > > I´m trying to perform a query to a SQL Server > > But i receive this error on pm_error.log > > "[21-Oct-2010 10:45:33] PHP Warning: Suggest::require_once(MDB2.php) [ href='suggest.require-once'>suggest.requi

Re: [pmapper-users] Increase the height of the banner

2010-10-19 Thread Armin Burger
the online manual contains descriptions of the main layout settings. armin On 19/10/2010 06:34, RAFANOHARANA Serge Claudio wrote: > Hi, > > I have tried to increase the height of the banner but I couldn't. > Any help? > > Thank you, > > Serge > > > > >

Re: [pmapper-users] Filter visible classes of a layer

2010-10-19 Thread Armin Burger
p.mapper does not support any conceivable exotic configurations... But you can program this if you need it. Or you add 3 layers using the same shapefile and add them under the same category, all showing different classes. armin On 19/10/2010 15:26, Dominik Gierse wrote: > Hi List, > > I've got

Re: [pmapper-users] Browser compatibility p.mapper v.4.1.0

2010-10-18 Thread Armin Burger
On 18/10/2010 09:42, Hermann Karl wrote: > Dear List, > > > With microsoft internet explorer 8.0 the "refresh map" button is not > visible. > With compatibility view int microsoft internet explorer 8.0 the "refresh > map" button is visible but the "advanced" > print window will not open properly. >

Re: [pmapper-users] Pmapper 4.0 and PHP 5.3 Error

2010-10-15 Thread Armin Burger
On 15/10/2010 14:36, Eduardo Bieñkowski wrote: > PHP5.3 > pmapper error is: > Fatal error: Call to undefined function dl () http://lmgtfy.com/?q=PHP+5.3+%20function+dl()+p.mapper&l=1 -- Download new Adobe(R) Flash(R) Buil

Re: [pmapper-users] xy layers

2010-10-11 Thread Armin Burger
Without providing debug information nobody can and/or will help you very much. Neither for the XY layers nor for the join problem. See debugging FAQ here http://svn.pmapper.net/trac/wiki/FaqDebugging Regarding the XY layers I don't understand exactly why one would want to display dBase files l

Re: [pmapper-users] how to configure pmapper with geowebcache

2010-10-06 Thread Armin Burger
Alessandro In principal I don't think you will get any advantage of using web cache with p.mapper since it does not request tiles but always completely new images, at virtually indefinite scale levels. If it works at all depends if *MapServer* works with it or not since p.mapper is just using t

Re: [pmapper-users] Pemmaper 4 stable svn errors

2010-10-04 Thread Armin Burger
For the first error: I guess you just need to insert a tag at the top level of the map file that is SHAPEPATH "something" since you're using only Postgis I guess it is not necessary that it is an actually existing directory. I probably never used a map file without any shapes or images, so alw

Re: [pmapper-users] Problem with "Select Tool" and MAXSCALE

2010-09-26 Thread Armin Burger
I modified now query.php on the SVN so that the seextent and setmapsize is not only applied for point queries (as it was until now) but also for rectangle queries ("select"). see http://svn.pmapper.net/trac/changeset/1042 So far I never noticed any problems with the rectangle queries and could

Re: [pmapper-users] sub-categories in TOC (p.mapper 4.0)

2010-09-15 Thread Armin Burger
since this feature is asked every now and again (and no one seems to read older postings), I started a "special customization" section in the wiki to be able to point people to, see http://svn.pmapper.net/trac/wiki/FaqCustomizations?version=28#Somefrequentlyaskedcustomizations this could also b

Re: [pmapper-users] Always on layers and legends

2010-09-03 Thread Armin Burger
so have a > slight mix in projections WGS 84 UTM zone 31N and UTM zone 30N, which I > think may slow things down too. > > Chris > > On 2 September 2010 20:13, Armin Burger wrote: > Just re-project all images to the projection used for your MAP, using eg. gdalwarp: # gdalwarp -s_s

Re: [pmapper-users] Always on layers and legends

2010-09-02 Thread Armin Burger
On 02/09/2010 13:53, Chris Jackson wrote: > Hi > > I have certain base layers that I always want to be on and then the user > superimposes other datasets. At present I can get the layers to show by > using status=on in the map file and adding the layer to the all and default > groups tag in the co

Re: [pmapper-users] Feature select performance

2010-08-28 Thread Armin Burger
n value in > pm_cjs.js/pm.query.js as an output. Going further than that I was > already trying to add a new session variable in squery.php (eg > numResult2) beofre your last email, but that was going wrong too (not > sure how to initiate new session variables in the app)! A brief insight

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