[pmapper-users] mapselect and zoomquery

2014-12-21 Thread Bogumił Szady
Hello, I've tried to use the mapselect plugin and zoomquery together. I noticed that after zoomquery results pmapper saves the zoomLayer and zoomQuery attributes. It is impossible to retrive correctly other maps prepared in mapselect plugin. Is there any possibility to reset the default map

Re: [pmapper-users] search one layer

2014-07-23 Thread Bogumił Szady
]; } //--- to do this just in case the search has just 1 layer defined for search, in case you once will add another one you don't remember what you once modified... On 07/22/2014 07:25 PM, Bogumił Szady wrote: Hello, Is it possible

Re: [pmapper-users] search one layer

2014-07-23 Thread Bogumił Szady
(XMLHttpRequest, textStatus, errorThrown) { if (window.console) console.log(errorThrown); } }); } }); On 07/23/2014 08:58 AM, Bogumił Szady wrote: Hello, Thanks. I have tried to insert this modification. I see my layer defined, but without white box

Re: [pmapper-users] search one layer

2014-07-23 Thread Bogumił Szady
) { if (window.console) console.log(errorThrown); } }); } }); On 07/23/2014 08:58 AM, Bogumił Szady wrote: Hello, Thanks. I have tried to insert this modification. I see my layer defined, but without white box on the right to put the search attribute. Where

Re: [pmapper-users] search one layer

2014-07-23 Thread Bogumił Szady
It works Thanks a lot! Bogumił W dniu 2014-07-23 20:38, Armin Burger pisze: $.extend(PM.Query, { createSearchItems: function(url) { $.ajax({ url: url, dataType: json, success: function(response){ var

[pmapper-users] search one layer

2014-07-22 Thread Bogumił Szady
Hello, Is it possible to get one default search field turned on in the moment of starting of application window? I have only one layer to search and I would like to avoid every time selecting layer to search. all the best Bogumił

Re: [pmapper-users] MAXSCALE and Identify

2013-05-26 Thread Bogumił Szady
Hello, http://www.mail-archive.com/pmapper-users@lists.sourceforge.net/msg03914.html Is there any solution regarding feature or as you said bug of mapserver or php mapscript relating MINSCALEDENOM paramater. I am trying to use zoom to minscale, but it doesn't work well... kind regards and

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

2013-05-19 Thread Bogumił Szady
Hello, I have the problem with letters with diactrics (Polish) in suggest search... If one of these letters (ł, ą, ś etc.) is found at the beginning of the word, the suggest list doesn't include this name. Apart of this problem everything is ok. If the letter with diactric sign is the second or

[pmapper-users] webpage

2013-05-16 Thread Bogumił Szady
Hello, Is there any problem with pmapper.net webpage? Bogumil -- AlienVault Unified Security Management (USM) platform delivers complete security visibility with the essential security capabilities. Easily and efficiently

[pmapper-users] info category

2013-04-24 Thread Bogumił Szady
Hello, I've tried to add icon for information about categories instead of context menu. Is it possible? There is no problem to add icons for layers, however for categories I didn't manage to do it... all the best, thanks for help Bogumił

[pmapper-users] info category

2013-04-24 Thread Bogumił Szady
Hello, I've tried to add icon for information about categories instead of context menu. Is it possible? There is no problem to add icons for layers, however for categories I didn't manage to do it... all the best, thanks for help Bogumił

[pmapper-users] layerselect plugin and collapsed treeview

2013-03-09 Thread Bogumił Szady
Dear All, I installed the layerselect plugin and I would like to see at the beginning the collapsed categories. Where and what should I change...? The options: PM.categoriesClosed =['category_name'] in js_config.php and category name=category_name closed=true in xml file don't work in this

[pmapper-users] rectangle select

2010-12-30 Thread Bogumił Szady
Hello, I need some help. Is it possible to use 'select by rectangle' tool with a group of layers (not with only one layer). Thanks Bogumil -- Learn how Oracle Real Application Clusters (RAC) One Node allows customers

[pmapper-users] Bogumił Szady zaprasza Cię do GoldenLine.pl (przypomnienie)

2009-11-01 Thread Bogumił Szady
Przypominamy Ci, że Bogumił Szady wysłał do Ciebie 10 dni temu zaproszenie do społeczności GoldenLine. Kliknij poniżej aby zaakceptować zaproszenie: http://www.goldenline.pl/rejestracja/8b8a76fa09e6fb73556699ef026402c8 Jeśli jesteś już członkiem GoldenLine możesz przyjąć zaproszenie wewnątrz

[pmapper-users] Bogumił Szady zaprasza Cię do GoldenLine.pl

2009-10-21 Thread Bogumił Szady
Bogumił Szady jest członkiem społeczności GoldenLine i zaprasza Cię do swoich kontaktów. Kliknij poniżej aby zaakceptować zaproszenie: http://www.goldenline.pl/rejestracja/8b8a76fa09e6fb73556699ef026402c8 Jeśli jesteś już członkiem GoldenLine możesz przyjąć zaproszenie wewnątrz systemu: http

[pmapper-users] postgis search problem

2008-11-22 Thread Bogumił Szady
Hello, I have the problem with searching my postgis layer (pmapper 3.2 on ubuntu). In version 3.1 everything worked fine:( And wiht shapefile works fine. The problem is postgis layer. My search is simple: searchitem name=Name description=Name layer type=postgis name=Zabudowa

[pmapper-users] postgis polygons

2008-01-09 Thread Bogumił Szady
Hello, I am trying to create a polygon layer from existing polygons in my table in postgis database. When I use the sql command on postgis database it works and make the one polygon from others INSERT INTO dekanaty (the_geom,dekanat) SELECT (geomunion(the_geom)) AS the_geom,dekanat FROM

[pmapper-users] postgis layer

2008-01-09 Thread Bogumił Szady
Hi, I found the solution: DATA the_geom FROM (SELECT min(gid) AS gid, (geomunion(the_geom)) AS the_geom FROM parafie GROUP BY dekanat) foo USING UNIQUE gid Bogumil - Check out the new SourceForge.net Marketplace.

[pmapper-users] metadata from Postgis

2007-09-13 Thread Bogumił Szady
CP-852 LAYER_ENCODING UTF-8 END # Metadata dr Bogumił Szady Katedra Historii XVI-XVIII w. Instytut Historii KUL tel. 660089782 [EMAIL PROTECTED] http://www.szady.prv.pl http://www.szady.prv.pl

[pmapper-users] mapaserver on Debian

2007-03-14 Thread Bogumił Szady
Hi, I've installed, I suppose (apt-get package) the version mapserver 4.10 (http://packages.debian.org/testing/source/mapserver). Must i compile o configure it? Others packages are ready to use, but in that case I can't see the files like mapserv Help please Bogumil

[pmapper-users] method of installation

2007-03-07 Thread Bogumił Szady
Hi Mapservers! Could you anyone advice mi how the best install mapserver and pmapper on Debian sarge. Only main steps... I wolud like have mapserver 4.10 and pmapper 3.0.1. Must I configure it step by step, first libraries etc..? I try install only GD library, and it took me three hours, and

[pmapper-users] problem with initmap.php

2007-03-06 Thread Bogumił Szady
Hello, I try use pmapper on fgs (mapserver) and Debian. I did all changes according to instructions (config.ini, mapfile) and I don't know why I have alert during starting program (demo or my mapfiles): Parse error: parse error, unexpected T_OBJECT_OPERATOR in

Re: [pmapper-users] problem with initmap.php

2007-03-06 Thread Bogumił Szady
Gaston, Thanks a lot. Anyway, is it very difficult update mapserver? Bogumil -Original Message- From: Gaston Izaguirre [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 8:11 PM To: pmapper-users@lists.sourceforge.net Cc: Bogumil Szady Subject: Re: [pmapper-users] problem with

[pmapper-users] linux?

2007-03-02 Thread Bogumił Szady
Hi, Could You give me advice. Which distribution of linux is the best for mapserver and pmapper installation... Thanks Bogumil - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel

[pmapper-users] letters

2007-03-01 Thread Bogumił Szady
Hi, I'm newbie on pmapper. I try use it on linux platform and I have problems with searching polish letters... Earlier I had MS4W package and pmapper 2, and all was good. Because of shapefile I must use the specific codes pages. for .ini: defCharset = Windows-1250, for. map: METADATA -