[pmapper-users] Slovak translation update

2013-07-19 Thread Ivan Mincik
Hi,
I did Slovak translation update for p.mapper 4.3.1. It is attached to
this email.


Thanks to all people working on this nice software.

-- 
Ivan Mincik


language_sk.php.gz
Description: GNU Zip compressed data
--
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831iu=/4140/ostg.clktrk___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper and PgRouting

2008-10-06 Thread Ivan Mincik
On Saturday 04 October 2008 01:19, Andres Herrera wrote:
 Hi, im new in WEB GIS Routing, exists any pgrouting for p.mapper  actually
 im using the latest version.
 
 Thanks for advice ..
There is no routing included directly in p.mapper. 
Ivan
 
 
 
 

 

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] pmapper JOINing database table to layer

2008-09-30 Thread Ivan Mincik
I am experimenting with joining database table from MS SQL to PostGIS layer. I 
have working setup of PEAR DB and MDB2. I am using currently MDB2

In mapfile there is RESULT_JOIN mssql://user:[EMAIL 
PROTECTED]/testgis||[EMAIL PROTECTED]@[EMAIL PROTECTED],Level||gid||0 . Lines 
RESULT_FIELDS and 
RESULT_HEADERS are removed to see all attribute columns with original FIELD 
NAME from identify.

Join is working, but when I try identify I get table with NO field name for 
joined fields. See: http://www.gista.sk/dl/bugs/pmapper/pmapper_join.png

So I added line error_log($fldName .  :  . $fldValue); to function 
printFieldValues in incphp/query/query.php and in log there is:

[30-Sep-2008 14:27:32]
[30-Sep-2008 14:27:35] gid : 2319
[30-Sep-2008 14:27:35] por_c : 0
[30-Sep-2008 14:27:35] plocha : 21372.6
[30-Sep-2008 14:27:35] druh_zelene_string : nespracovaný záznam
[30-Sep-2008 14:27:35] pokosene : f
[30-Sep-2008 14:27:35] m_cast : 0
[30-Sep-2008 14:27:35] ulica : nespracovaný záznam
[30-Sep-2008 14:27:35] druh_zelene : 0
[30-Sep-2008 14:27:35] vlastnik : nespracovaný záznam
[30-Sep-2008 14:27:35] poznamka : nespracovaný záznam
[30-Sep-2008 14:27:35] ID : 2319
[30-Sep-2008 14:27:35] Level : 0

Joined fields ID and Level are there ! So why I don't see them in result 
table ?

Thanks
-- 
Ivan

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Sitch expand/collapse Categories in TOC when running pmapper

2008-06-10 Thread Ivan Mincik
Hi,
to start p.mapper with first category opened and others collapsed I have 
in javascript/toc.js this modification:

/**
 * Initialize TOC tree
 */
function treeInit(catStyle, grpStyle) {
var catcList = $('div.catc');
for (var i=0; icatcList.length; i++) {
catcList[i].style.display='none';
//--TOC will start with closed categories if next line is removed
//tg(catcList[i].id);
}

// first category is open
tg(catcList[0].id);

// collapse all groups
if (PMap.grpStyle == 'tree') {
$('div.grpc').hide();
}

// check/enable default groups
setDefGroups();

// check/enable all categories
$(#toc [EMAIL PROTECTED]'catscbx']).check('on');

// run all scripts after init of toc
tocPostLoading();
}

Ivan

On Tuesday 10 June 2008 16:08, Gabriel Messner wrote:
 Hi all,
 
 I´d hugly appreciated if anyone could tell me how to configure pmapper to
 choose wheather collapse or expand layers in TOC when I run pmapper.
 
 Thanks in advance.
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users
 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Problem with identify

2008-06-10 Thread Ivan Mincik
Try to look at this thread 
http://www.nabble.com/Info-error-when-WMS-raster-layer-is-visibile-td6779637.html

Also try to paste php log here
Ivan


On Tuesday 10 June 2008 16:10, Lê Viết Thanh wrote:
 Hi all,
 I have set up pmapper + postgis/postgresql successfully. The system can
 display map and identify postgis layers correctly. However when i add a new
 layer use WMS (Blue Marble satellite image from NASA WMS) the identify tool
 can not work if enabling both of postgis layer and satellite image layer at
 the same time. The system only displays a loading image and nothing show up.
 I don't understand what happened? Any one can explain this bug for me?
 Thanks in advance.
 Best wishes,
 Thanh
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://sourceforge.net/services/buy/index.php
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users
 

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] postgis - idle in transaction

2008-05-19 Thread Ivan Mincik
Hi,
I have started using p.mapper with PROCESSING CLOSE_CONNECTION=DEFER 
parameter for all postgis layers. (using the latest version of mapserver 
5.0.x and patch for the issue with CLOSE_CONNECTION=DEFER).

In htop I see lot of connections postgres: user database 127.0.0.1(47132) 
idle in transaction which will remain until the next restart of database 
server.

Has anybody the same problem ?

Thanks Ivan

-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Problems with firefox 2.0.0

2008-03-19 Thread Ivan Mincik
You have to remove wrong characters // ARRAY FOR ANNOTATIONS\n as Armin 
wrote. I am always doing it on one server. On other machines  it is working 
well also with these characters. 

Also You have some other javascript errors which are not appearing in my 
applications.
(tested on Iceweasel 2.0.0.12 - Debian Etch)

Ivan
On Wednesday 19 March 2008 18:27, Rony (PMPG) wrote:
 Hi Armin,

 It´s very strange because 3.1 works fine with IE and FF, but 3.2 (including
 the pmapper demodata) just works with IE in all the PC's of my intranet,
 not just in mine.
 Could you please test my application on your computer and report me what
 happens (IE and FF)?

 http://geo.pg.pr.gov.br/pmapper   (my application)
 http://geo.pg.pr.gov.br/pmapper320 (pmapper demodata 3.2)
 http://geo.pg.pr.gov.br/pmapper310   (pmapper demodata 3.1)

 Tanks,
 Rony


 - Original Message -
 From: Armin Burger [EMAIL PROTECTED]
 To: Rony (PMPG) [EMAIL PROTECTED]
 Cc: Pmapper_users pmapper-users@lists.sourceforge.net
 Sent: Wednesday, March 19, 2008 2:14 PM
 Subject: Re: [pmapper-users] Problems with firefox 2.0.0

  yes, it's mainly tested with FF (usually problems appear with IE...)
  Try emptying cache and cookies and reload again.
 
  armin
 
  On 19/03/2008 16:47, Rony (PMPG) wrote:
  Hi list,
 
  Sorry for ask again, but i need to solve this issue.
  Does anybody knows if there is a problem using pmapper under firefox
  2.0.0.12?
  I can run pmapper 3.2 (final realease) under IE7.
  The south DIV goes to the north place and below that just display a
  blue screen.
  Any idea?
 
  Thanks,
  Rony
  
 - This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2008.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  pmapper-users mailing list
  pmapper-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/pmapper-users
 
  --
  No virus found in this incoming message.
  Checked by AVG. Version: 7.5.519 / Virus Database: 269.21.7/1334 -
  Release Date: 18/3/2008 20:52

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Problems with Hyperlinks

2008-03-06 Thread Ivan Mincik
To use hyperlinks You have to have also this in mapfile:

RESULT_HEADERS Name of database field
  RESULT_FIELDS database_field
  RESULT_HYPERLINK database_field || hyperlink
Then it will appear and You can call it from custom.js. See documentation.



On Thursday 06 March 2008 10:42, Pepe Espuela wrote:
 Hello to all users p.mapper
  I am completing an application, but I need a couple of things:
  I modified the file custom.js which is located in the directory
 javascript / src / to create hyperlinks, but no modification is taken
 into account. Are there any other file custom.js where change? Where is
 it?

  And secondly

  There is the possibility of implementing it by clicking on an object type
 point  I see a  photograph?
No, but You can write plugin by yourself.

Ivan



  Greetings
 alemán a francésalemán a inglésárabe a ingléschino a ingléschino
 (simplificado a tradicional)chino (tradicional a simplificado)coreano a
 inglésespañol a inglésfrancés a alemánfrancés a inglésgriego a
 inglésholandés a inglésinglés a alemáninglés a árabeinglés a chino
 (simplificado)inglés a chino (tradicional)inglés a coreanoinglés a
 españolinglés a francésinglés a griegoinglés a holandésinglés a
 italianoinglés a japonésinglés a portuguésinglés a rusoitaliano a
 inglésjaponés a inglésportugués a inglésruso a inglés [input]


 -

 ¿Con Mascota por primera vez? - Sé un mejor Amigo
 Entra en Yahoo! Respuestas.

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] interlace

2008-03-06 Thread Ivan Mincik
I would like to try loading interlaced PNG and JPEG to pmapper. I have 
correctly configured it in mapfile, but only first image after the start of 
the browser is loaded as interlaced, others are rendered after they are fully 
loaded. I looked in x_load.php but have no idea.

Can You give the hint please.

Thanks 
Ivan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] search.xml and layer oraclespatial

2008-03-05 Thread Ivan Mincik
Hi,
there is nice documentation here: 
http://svn.pmapper.net/trac/wiki/DocManualsearch


On Wednesday 05 March 2008 09:32, Adriano Di Pasquale wrote:
 I'm a newbie.
 I'm using pmapper-3.1-beta4

 I've added the following layer in the mapfile pmapper_demo.map:

 ##
 LAYER
  NAME rivers
  TYPE POLYGON
  STATUS OFF
  CONNECTIONTYPE oraclespatial
  CONNECTION tracking/[EMAIL PROTECTED]

  DATA GEOMETRY FROM (SELECT * FROM WORLD_SAMPLE.M_ADMIN_AREA2 WHERE
 COUNTRY_CODE_3 = 'ITA' ) USING SRID 8307

  PROJECTION
   init=epsg:4326
  END
  CLASS
   NAME Comuni
   OUTLINECOLOR 0 0 0
   COLOR 0 128 128
  END
 END
 ##

 where data are extracted from a table of oracle spatial, whose structure is
 the following:

 TABLE M_ADMIN_AREA2
 (
FEATURE_ID  NUMBER,
FEATURE_NAMEVARCHAR2(225 CHAR),
AREA_ID NUMBER,
NAME_LANGCODE   VARCHAR2(35 CHAR),
FEATURE_TYPEVARCHAR2(30 CHAR),
COUNTRY_CODE_3  VARCHAR2(3 CHAR),
GEOMETRYMDSYS.SDO_GEOMETRY,
CARTO_IDNUMBER(10)
 )

 I would like to understand how to perform a search using the search.xml
 file. The field I would like to search is FEATURE_NAME


 Thanks
 Adriano

 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] 3.2 beta4 - generating legend images

2008-03-04 Thread Ivan Mincik
For anybody having problems with legend and printing in pmapper 3.2:

I had a problem with generating legend images with mapserver and mapscript 
4.10. Printing is not working also without the legend images. The problem was 
because of bug in php-mapscript (keyimage: 
http://trac.osgeo.org/mapserver/ticket/2268). I have decided finally to move 
to latest mapserver 5.0. The problem is solved.

Ivan



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] 3.2 - correction to pdfprint.php

2008-03-04 Thread Ivan Mincik
at line 52 in pdfprint.php there should be
$this-printScale(_p(Scale), $printScale);
instead  of
$this-printScale(_p(Scale), $prScale);
to get printing scale value working in PDF.

Ivan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Advanced printing

2008-02-23 Thread Ivan Mincik
Halo,
Can You give me some advice what is needed to get new Advanced XML based 
printing working. I am little bit lost in the pdfprint.php and printxml.php 
variables.

Thanks 
Ivan

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Pmapper / mapserver optimization

2008-02-18 Thread Ivan Mincik
Do you use ST_simplify function for smaller scales?


On Monday 18 February 2008 16:52, Cristian Rougier wrote:
 Dears, i have a pmapper-3.2-beta2  running in a hostgis linux 4.2 (64 bits)
 The application run with 64 layers ( in a postgis database).

 The server are a dell 2900 ( 2 xeon dual core ) with 4 gb ram , 16 mb video
 ati es1000.



 But I see the system slow, in full extent the layer are too slowly to load.



 I understand that when less layers are active (or more little are the
 extent) more faster are the system.



 But I need to put more layer on this system.





 I need the best optimization for this, if you please do you know any doc or
 Say me recommendations for max speed of layers display ?



 I will up the shared_buffers of postres database to 500Mb.



 The video memory (or adapter) are sensitive? ( for draw pngs? )



 Best regards , I wait your news.



 Cristian







 lainfo(1)
 Tecnología y Programación en Internet.
  http://www.lainfo.com.mx http://www.lainfo.com.mx
  mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]

 logo_geosystem
  http://www.sistemas-geograficos.com http://www.sistemas-geograficos.com

 Emails muy pesados a:  mailto:[EMAIL PROTECTED]
 [EMAIL PROTECTED]
  Tel:(++5255) Tel:(++5255) 8589-1554
 Movil, Nuevo! : 04455-1770-9888

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] too many open files error

2008-02-14 Thread Ivan Mincik
Is pmapper still working or You have to restart apache? In my case, at the 
past, after too many open files error I had to restart apache.

Now after the Klement's patch and correct configuration of RESULT_HEADERS and 
RESULT_FIELDS in mapfile the problem has gone. 
Ivan

On Thursday 14 February 2008 13:16, zucchiatti wrote:
 Hi Armin and folks

 I have a problem similar to other threads found on this and mapserver forum
 but I think differently.
 In my application, I loaded several layers by tileindex. Pmapper
 occasionally generates this error:

 Warning: require_once (.. / globals.php) [ function.require-once
 function.require-once
 / A]: failed to open stream: bts / srv / www / htdocs / pmap / incphp /
 xajax / x_load.php

 Followed by

 On line 49
 Fatal error: require_once () [ function.require  function.require / a]:
 Failed opening
 Required '.. / globals.php' (include_path ='.:/ usr/share/php5: /
 usr/share/php5/PEAR ') in / srv / www / htdocs
 / Pmap / incphp / xajax / x_load.php on line 49

 The problem may be caused by mapserver settings ?

 Thanks in advance

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] too many open files error

2008-02-14 Thread Ivan Mincik
just  add  line with ... -close();  under any //BUG, do not remove any lines!

Latest dev version is already containing this patch.

Ivan


On Thursday 14 February 2008 16:19, zucchiatti wrote:
 Hi hrach

 Thanks for the help..

 I have restart Apache but the problem repeats itself. While i have try to
 added in any layer RESULT FIELDS and RESULT HEADER you suggest. I test for
 some day and after warn you if it resolve.

 I cannot find the function setNumResults () in initgroups.php but find all
 function in squery.php.
 What pmapper version are you applied?

 I am using the first version 3.2 dev and the code is structured
 differently.

 My code squery.php:
 ---
-- function setNumResults()
 {
 $this-qLayer-open();
 $this-numResults = $this-qLayer-getNumResults();

 // Apply limit for query results
 if ($this-numResults  $this-limitResult) $this-numResults =
 $this-limitResult;
 }

/**
 * DUMP QUERY RESULTS INTO QUERY STRING $qStr
 ***/
 function dumpQueryResults()
 {
 if ($this-zoomFull) {
 // Maximum extents
 $this-mExtMinx = 9;
 $this-mExtMiny = 9;
 $this-mExtMaxx = -9;
 $this-mExtMaxy = -9;
 }

 $this-returnTableJoinProperties();

 $this-setNumResults();
 //error_log($this-numResults);
 for ($iRes=0; $iRes  $this-numResults; $iRes++) {
 $qRes = $this-qLayer-getResult($iRes);
 $qShape =
 $this-qLayer-getShape($qRes-tileindex,$qRes-shapeindex);

 $this-qStr .= $this-printResultRow($qShape);
 $this-qStr .= $iRes  ($this-numResults - 1) ? ,  : ;
 $this-resultindexes[] = $qRes-shapeindex;
 $this-resulttileindexes[$qRes-shapeindex] = $qRes-tileindex;
 }
 //error_log($this-qStr);
 }

 ---
 Can you explain the Klement patch? I have to remove the
 code between a //BUG and the other?

 Thank you

 hrach wrote:
  Is pmapper still working or You have to restart apache? In my case, at
  the past, after too many open files error I had to restart apache.
 
  Now after the Klement's patch and correct configuration of RESULT_HEADERS
  and
  RESULT_FIELDS in mapfile the problem has gone.
  Ivan
 
  On Thursday 14 February 2008 13:16, zucchiatti wrote:
  Hi Armin and folks
 
  I have a problem similar to other threads found on this and mapserver
  forum
  but I think differently.
  In my application, I loaded several layers by tileindex. Pmapper
  occasionally generates this error:
 
  Warning: require_once (.. / globals.php) [ function.require-once
  function.require-once
  / A]: failed to open stream: bts / srv / www / htdocs / pmap / incphp
  / xajax / x_load.php
 
  Followed by
 
  On line 49
  Fatal error: require_once () [ function.require  function.require /
  a]: Failed opening
  Required '.. / globals.php' (include_path ='.:/ usr/share/php5: /
  usr/share/php5/PEAR ') in / srv / www / htdocs
  / Pmap / incphp / xajax / x_load.php on line 49
 
  The problem may be caused by mapserver settings ?
 
  Thanks in advance
 
  -
  This SF.net email is sponsored by: Microsoft
  Defy all challenges. Microsoft(R) Visual Studio 2008.
  http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___
  pmapper-users mailing list
  pmapper-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] too many open files bug

2008-01-18 Thread Ivan Mincik
Hi,
I am just solving this problem, it seems in similar way. I am very happy that 
somebody confirmed my hypothesis. 

1. Too many open files can happend also in case when there are not defined  
RESULT_HEADERS and RESULT_FIELDS in mapfile. In this case the system will 
open and DO NOT close files  for every SHP layer every time when the new 
pmapper session is starting. 
When Your mapfile is containing 5 such layers, pmapper will open and DO NOT 
CLOSE 15 files in each session  (5 x shp, shx, dbf) .

2. Second case is the problem with identify. This is what You are writing 
about. Pmapper will ALLWAYS OPEN and DO NOT CLOSE SHP files. (This is not  
the problem in PostGIS layers)  Thanks for the solution.

Ivan 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] too many open files bug

2008-01-18 Thread Ivan Mincik
Thank You Klement.
I looked closely now, this is the same solution which I use now for 3 days and 
I confirm that it is working in my case. Armin, can You please submit it to 
SVN?

Ivan

On Friday 18 January 2008 12:07, Klement Szabolcs wrote:
 Hi!
 answer for
 http://www.mail-archive.com/pmapper-users@lists.sourceforge.net/msg00999.ht
ml

 this is not op system resource limit problem, but pmappar bug, which
 currntly exists!
 In initgroups.php the   function _initResultFields and function
 _initResultHeaders
 open the $maplay, but not close!
 The file squery.php in  function setNumResults() and  function
 dumpQueryResults() the same.
 When i see with unix command lsof many opened shapes exists.
 Every time pamapper query reopen the shapes.
 My solution is in initgroups.php:

function setNumResults()
{
$this-qLayer-open(); $this-numResults =
 $this-qLayer-getNumResults();

// Apply limit for query results
if ($this-numResults  $this-limitResult) $this-numResults =
 $this-limitResult;
 //BUG
 $this-qLayer-close(); }

function _initResultFields($map, $mapLay, $mapLayType) {
$metaString = $this-_returnMetaData($mapLay, RESULT_FIELDS);
  if ($metaString != ) {
$metaList = split(,, $metaString);
} else {
if ($mapLayType != 3) {
$mapLay-open(); $metaList =
 $mapLay-getItems();
 //BUG
 $mapLay-close(); } else {
$metaList = array();
}
}
return $metaList;  }
function _initResultHeaders($map, $mapLay, $mapLayType) {
$metaString = $this-_returnMetaData($mapLay, RESULT_HEADERS);
  if ($metaString != ) {
$metaList0 = split(,, $metaString);
foreach ($metaList0 as $m) {
$metaList[] = _p(trim($this-mapStringEncode($m)));
}
  } else {
if ($mapLayType != 3) {
$mapLay-open(); $metaList =
 $mapLay-getItems();
 //BUG
 $mapLay-close();
} else {
$metaList = array();
}
}
return $metaList;  }

 
 and in squery.php:



   /**
* DUMP QUERY RESULTS INTO QUERY STRING $qStr
***/
function dumpQueryResults()
{
if ($this-zoomFull) {
// Maximum extents
$this-mExtMinx = 9;
$this-mExtMiny = 9;
$this-mExtMaxx = -9;
$this-mExtMaxy = -9;
}
  $this-returnTableJoinProperties();
  $this-setNumResults();
 //BUG
 $this-qLayer-open(); //error_log($this-numResults);
for ($iRes=0; $iRes  $this-numResults; $iRes++) {
$qRes = $this-qLayer-getResult($iRes);
$qShape =
 $this-qLayer-getShape($qRes-tileindex,$qRes-shapeindex);
  $this-qStr .= $this-printResultRow($qShape);
$this-qStr .= $iRes  ($this-numResults - 1) ? ,  : ;
$this-resultindexes[] = $qRes-shapeindex;
$this-resulttileindexes[$qRes-shapeindex] = $qRes-tileindex;
}
//error_log($this-qStr);
 //BUG
 $this-qLayer-close();
}

 Szabolcs Klement




 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] debian etch

2008-01-17 Thread Ivan Mincik
Hi, can You please use english language?

On Thursday 17 January 2008 14:29, oriel romero wrote:
 Hola a todos, alguien instaló pmapper sobre debian etch? en ese caso
 quisiera hacerle algunas consultas. gracias . atte. Oriel Romero
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Help application

2008-01-16 Thread Ivan Mincik
look for the help.phtml

ivan

On Wednesday 16 January 2008 14:36, [EMAIL PROTECTED] wrote:
 Hello list,

 where I can find the help application to pmapper? I want to provide help
 files and a few tips to the users.

 Thanks,
 Christian
 

 Dipl. Geogr. Christian Braun
 Tel: +352- 425991-608
 Mobil: +49-179-6845896
 Mail: [EMAIL PROTECTED]

 Resource Centre for Environmental Technologies,
 Public Research Centre Henri Tudor,
 Technoport Schlassgoart,
 66 rue de Luxembourg,
 P.O. BOX 144,
 L-4002 Esch-sur-Alzette, Luxembourg
 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] query

2008-01-11 Thread Ivan Mincik
what about Your logs?

ivan


On Friday 11 January 2008 12:09, giuliano petrarulo wrote:
 Hi all,
 I'm using p.mapper-3.1 (ms4w package) on linux.
 When I try to query with Identify a pop up is opened but is completely void
 and when I use Autoidentify the layer with query results doesn't come into
 view. For each queriable layer as usual I added
 TEMPLATE VOID and  RESULT_FIELDS,  RESULT_HEADERS in METADATA
 Did I miss something else?
 Thanks
 Giuliano


   ___
 L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail:
 http://it.docs.yahoo.com/nowyoucan.html
 -
 Check out the new SourceForge.net Marketplace.
 It's the best place to buy or sell services for
 just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplac
e ___
 pmapper-users mailing list
 pmapper-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/pmapper-users

-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] search in IE

2007-05-07 Thread ivan mincik
Dear Armin,
first, thanks for relasing beta 5.

I would like to also draw attention to one bug in searching layers by
attributes in non UTF layers (in my case windows-1250)  in IE. 

In firefox of opera browsers, everything is OK. only IE is bad.

When I try to find fo example string Šariš - nothing is found in layer
- nothing is found in case when non UTF character is first in string. 

In the case of looking for Prešov I will get Predmier Prečín Prešov
PrejtaPredajná   Prestavlky  Prenčov   Preseľany   Ipeľské
Predmostie   Preseľany nad Ipľom


Thanks
-- 
Mgr. Ivan Minčík
www.gpsmapy.sk
tel: 0907 639 570
e-mail: [EMAIL PROTECTED] 




-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] bigger autoidentify window

2007-04-25 Thread ivan mincik
hallo,
please, does anybody knows how is possible to get bigger autoidentify
window? my data attributes does not fit in it. 

is imgxy variable from pmquery.js working? imgxy from GET is allways
different but window is still the same (smaller than I want)

thanks

ivan



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] dimensions.js + jqpmapper.js and encoding problem

2007-03-08 Thread ivan mincik
Hallo Armin

1. in info.phtml and map_min.phtml there are calls for dimensions.js and
jqpmapper.js which are actualy jquery.dimensions.js and
jquery.pmapper.js. There is also call for tools.js which does not exist.


2. I have one problem with encoding. I cant find solution. 
I have one shapefile with windows-1250 encoding. Few characters of
Slovak alphabet are not displayed correctly as labels and also I cannot
search features with these characters. BUT when I use identify, auto
identify or select tools the results are OK. 
I am looking for some differences in iconv in displaying feature labels,
search and identify tool, but I cant find anythig significant. 

Thanks a lot.
Ivan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] [ANNOUNCEMENT] Mapstorer p.mapper plugin released

2007-03-07 Thread ivan mincik
Great work Alessandro, 
I just wanted to do the same. I will try to update it to current
p.mapper version. 

Ivan


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users