pmapper-users Mailing List for p.mapper (Page 194)
Brought to you by:
arminburger
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(41) |
Nov
(124) |
Dec
(80) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(56) |
Feb
(51) |
Mar
(155) |
Apr
(58) |
May
(67) |
Jun
(83) |
Jul
(76) |
Aug
(32) |
Sep
(58) |
Oct
(113) |
Nov
(63) |
Dec
(83) |
2008 |
Jan
(31) |
Feb
(34) |
Mar
(69) |
Apr
(30) |
May
(87) |
Jun
(64) |
Jul
(47) |
Aug
(18) |
Sep
(35) |
Oct
(53) |
Nov
(37) |
Dec
(31) |
2009 |
Jan
(23) |
Feb
(40) |
Mar
(65) |
Apr
(54) |
May
(92) |
Jun
(55) |
Jul
(87) |
Aug
(27) |
Sep
(81) |
Oct
(32) |
Nov
(77) |
Dec
(51) |
2010 |
Jan
(44) |
Feb
(59) |
Mar
(77) |
Apr
(54) |
May
(36) |
Jun
(36) |
Jul
(52) |
Aug
(62) |
Sep
(68) |
Oct
(58) |
Nov
(72) |
Dec
(27) |
2011 |
Jan
(15) |
Feb
(42) |
Mar
(37) |
Apr
(55) |
May
(84) |
Jun
(27) |
Jul
(27) |
Aug
(42) |
Sep
(42) |
Oct
(18) |
Nov
(83) |
Dec
(71) |
2012 |
Jan
(50) |
Feb
(75) |
Mar
(79) |
Apr
(43) |
May
(18) |
Jun
(22) |
Jul
(20) |
Aug
(13) |
Sep
(26) |
Oct
(30) |
Nov
(21) |
Dec
(30) |
2013 |
Jan
(57) |
Feb
(63) |
Mar
(53) |
Apr
(40) |
May
(39) |
Jun
(16) |
Jul
(43) |
Aug
(16) |
Sep
(37) |
Oct
(64) |
Nov
(31) |
Dec
(7) |
2014 |
Jan
(14) |
Feb
(6) |
Mar
(2) |
Apr
(9) |
May
(1) |
Jun
(18) |
Jul
(95) |
Aug
(6) |
Sep
(25) |
Oct
(33) |
Nov
(29) |
Dec
(30) |
2015 |
Jan
(16) |
Feb
(3) |
Mar
(4) |
Apr
(9) |
May
(19) |
Jun
|
Jul
(11) |
Aug
(3) |
Sep
(9) |
Oct
(11) |
Nov
(4) |
Dec
(9) |
2016 |
Jan
(21) |
Feb
(9) |
Mar
(6) |
Apr
(13) |
May
(21) |
Jun
(4) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2017 |
Jan
(1) |
Feb
(4) |
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
(1) |
Aug
|
Sep
(1) |
Oct
|
Nov
(1) |
Dec
|
2018 |
Jan
(3) |
Feb
(4) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2019 |
Jan
|
Feb
(1) |
Mar
(1) |
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
2020 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Armin B. <arm...@gm...> - 2006-11-08 08:01:54
|
As I said, the maximum number can be changed only at compile time: in 'map.h' #MS_MAXLAYERS. The default value in the sources is 200, so I guess that's also so for the compiled version under Windows (see also http://mapserver.gis.umn.edu/docs/error/error-maximum-classes) Do you really use more than 200 layers in 1 application??? If you need to do so, you can either * use Linux/FreeBSD etc. and compile it by yourself, increasing the max value * ask somebody like DM Solutions or Howard Butler etc. to do that for you on Windows (I've never compiled MS and all libs for Win, but it seems to require some sound knowledge...), but I guess that'll not be for free Otherwise consider using less layers... armin -------- Original-Nachricht -------- Datum: Wed, 8 Nov 2006 00:25:50 -0500 (EST) Von: "Radhika" <rad...@in...> An: pma...@li... Betreff: [pmapper-users] Mapfile in pmapper > > Hi Armin, > As per your suggestion I tried test_mapfile.phtml. > I got the following errors........ > > Warning: [MapServer Error]: msLoadMap(): Maximum number of layers > reached. in D:\ms4w\apps\maplab-2.2 > \workshop\php\test_mapfile.phtml on line 29 > > Warning: Failed to open map file d:/ms4w/apps/maplab- > 2.2/workshop/php/config/pmapper_demo.map in > D:\ms4w\apps\maplab-2.2\workshop\php\test_mapfile.phtml on > line 29 > > Fatal error: Call to a member function on a non-object in > D:\ms4w\apps\maplab-2.2\workshop\php\test_mapfile.phtml on > line 36 > > Please suggest me how can i increase the maximum number of layers > in mapfile or if any other way to solve this problem. > > Thanks & Regards > radhika. > > > > -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer |
From: Radhika <rad...@in...> - 2006-11-08 05:25:57
|
Hi Armin, As per your suggestion I tried test_mapfile.phtml. I got the following errors........ Warning: [MapServer Error]: msLoadMap(): Maximum number of layers reached. in D:\ms4w\apps\maplab-2.2 \workshop\php\test_mapfile.phtml on line 29 Warning: Failed to open map file d:/ms4w/apps/maplab- 2.2/workshop/php/config/pmapper_demo.map in D:\ms4w\apps\maplab-2.2\workshop\php\test_mapfile.phtml on line 29 Fatal error: Call to a member function on a non-object in D:\ms4w\apps\maplab-2.2\workshop\php\test_mapfile.phtml on line 36 Please suggest me how can i increase the maximum number of layers in mapfile or if any other way to solve this problem. Thanks & Regards radhika. On Tue, November 7, 2006 8:19 am, Armin Burger wrote: > Mapserver has a built in default maximum number of layers, I currently > don't know any more if it was 70 or has been increased now (you can > increase this at compile time). But this might not be the case for you > since there might also be errors in the configuration for p.mapper. > > To exclude the first reason try shp2img with your map file. And look at > the php error log. > > I don't understand what you mean with 'using more than one map files' in > pm. In a mapserver application you can just use 1 map file as the one > used for the session. Since 4.10 you can split it up into smaller chunks > and put them together with include tags. > > armin > > > -------- Original-Nachricht -------- > Datum: Tue, 7 Nov 2006 06:32:50 -0500 (EST) > Von: "Radhika" <rad...@in...> > An: pma...@li... > Betreff: [pmapper-users] Mapfile in pmapper > > >> >> Hi Armin, >> I'm facing a problem in my mapfile. I unable to add >> layer any more ,project stops working after adding any more layer. Is >> there any way if I can use more than one mapfile in pmapper project.Or >> if I can increse limit of mapfile.Please help me to come out with this >> problem. >> >> Thanks & Regards >> radhika. >> >> >> >> >> >> ----------------------------------------- NOTICE: This e-mail message including any attachment (collectively the "e-mail") may contain privileged and confidential information. Except for personal use by the intended recipient, or as expressly authorized by the sender, any person who receives this information is prohibited from disclosure, copy, distribute, or take of any action in reliance on the contents of this e-mailed information. If you are not the intended recipient, then please (i) do not read, forward, print, copy or otherwise disseminate this e-mail, (ii) notify us of the error by a reply, and (iii) delete this e-mail from your computer. Nothing in this communication is intended to operate as an electronic signature under applicable law. Compare Infobase will not be responsible for loss or damage arising from the use of the information transmitted by this email including damage from virus or some other third party intervention |
From: Armin B. <arm...@gm...> - 2006-11-07 19:00:37
|
Hi everybody since some people found it important to have trackers for bug reporting and feature requests for p.mapper, I again enabled both on sourceforge (select the 'Tracker' tab and go to one of the two). I'll get now a mail for new entries, so there's now a chance that I will notice them :-) armin |
From: Armin B. <arm...@gm...> - 2006-11-07 18:06:12
|
It should work if you do the following (assuming p.mapper in version 2.1=20 or so): in pmapper.js for function init(): comment out the line window.onresize =3D function(){resizeDiv();} then substitute the line resizeDiv(); with var mapurl =3D PM_XAJAX_LOCATION + 'x_load.php?'+SID+=20 '&zoom_type=3Dzoompoint'; updateMap(mapurl, ''); This worked for me for a first test. The mapW/mapH are the values taken=20 =66rom the map file, so change these settings there. You might need some fine tuning of the various DIV's for height/width=20 etc., depending how you define your layout, in order to have the various=20 elements correctly aligned to each other. armin Kai Behncke wrote: > Hello List, > I=B4m totally new to p.mapper and I=B4m quite impressed. > For a project I would like to change the surface of map.phtml a bit. >=20 > I would like to have a map that is fixed at a width of 400 px (the same= with > the height). > I thought I just could change: > var mapW =3D <?php echo "400"; ?>; > var mapH =3D <?php echo "400"; ?>; >=20 > , but if I do the map still spreads nearly the whole window. > Also in my mapfile I have 400 and 400, > What can I do to get a fixed map with these parameters? >=20 > Thank you very much, Kai >=20 > -- > Dipl.-Geogr. Kai Behncke >=20 > Institut f=FCr Geoinformatik und Fernerkundung (IGF) > Universit=E4t Osnabr=FCck > Kolpingstr. 7 > 49074 Osnabr=FCck >=20 > Raum: 01/308 > Tel.: +49 541 969-4450 > E-Mail: mailto:kbe...@ig...=20 > Web: http://www.igf.uni-osnabrueck.de >=20 >=20 > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users >=20 >=20 |
From: Armin B. <arm...@gm...> - 2006-11-07 17:51:17
|
the 'auto_identify' is already included in p.mapper since version 2.1.0 or so. Just the popup directly beneath the mouse pointer is not included. I don't work with MS4W and leave it to others who know it to create a p.mapper package for it. But in principal newer p.mapper versions should just work directly with MS4W. armin listserver server wrote: > Sure i can wait.. > > i'll try also with firebug extention to investigate the problem > > Thank you for now! > > Why no one of developers (Armin or other) don't release a new version of > pmapper for ms4w? > > See ya > > Ciao visto che sei italiano! > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > |
From: listserver s. <cha...@gm...> - 2006-11-07 17:37:03
|
Sure i can wait.. i'll try also with firebug extention to investigate the problem Thank you for now! Why no one of developers (Armin or other) don't release a new version of pmapper for ms4w? See ya Ciao visto che sei italiano! |
From: Armin B. <arm...@gm...> - 2006-11-07 17:16:57
|
With SDE on Oracle you can normally do that, so probably also with=20 SDE/MSSQL. But you have to take care about the versioning function of=20 SDE. I think that the direct access might not show the latest version of=20 the table after editing. I guess newer releases of SDE (9+) could allow=20 to disable the versioning, but it's years ago that I used SDE... If you are accessing the MS SQLServer from Linux then the configuration=20 might be a bit of a nightmare, from Windows it should work, either with=20 direct access or via ODBC. In general, Mapserver via PHP/Mapscript is not blamingly fast to access=20 SDE, SDE has a huge connection overhead. With MS CGI used as FastCGI=20 this might be better if it can hold the connection. But I guess on the Mapserver list you will find better suggestions. armin Eric Allard wrote: > Hi all, >=20 > =20 >=20 > I know this is a Pmapper list, but since Pmapper is on the PHP side and= uses > Mapserver (via PhpMapscript) I thought maybe someone already went throu= gh > the same type of setup. >=20 > =20 >=20 > We want to use Pmapper over MsSQL (ArcSDE) (Don=92t ask me Why?... I kn= ow!) >=20 > I know PhpMapscript is supporting ArcSDE, but my questions are: >=20 > - Can we use adodb-mssql driver to access an ArcSDE database for the NO= N > related spatial information? >=20 > - If not, how can I make a connection from the PHP code to the ArcSDE > database. (Without coding a C API) >=20 > =20 >=20 > Thanks ALL for your time! >=20 > I appreciate! >=20 > -Eric Allard >=20 >=20 |
From: Walter L. <lor...@fa...> - 2006-11-07 16:54:23
|
Alle 17:42, marted=EC 7 novembre 2006, listserver server ha scritto: Hi, I'm Walter and supervsior of Natalia... Natalia has finished her work here in Faunalia In these days I'm working on auto_identify script... I'm cleanig and upgrad= ing=20 it.. if you can wait In the next days I'll post a p.mapper version 2.1.0 width=20 auto_identify function you can use firefox with firebug extention... this is a good tool for=20 javascript debug! Bye Walter > i've downloaded auto identify of Natalia here: > http://www.faunalia.it/download/auto_identify.tar.gz > > > i've istalled it as discribed in > readme.txt. > > i've also added the 3 variables in config.ini > follow =3D 1 > > timeW =3D 3000 > > timeA =3D 5 > > > i can see now the icon of autoidentify in pmapper but it doesn't work > and i've no errors in log files. > > > Link of my applicattion is here: > > > > http://skynewbye.dyndns.tv/pmapper/map.phtml?winsize=3Dlarge&language=3Di= t&conf >ig=3Dclc > > P.s. I use MS4W (version 2.2) win XP and Pmapper 2.00 (ms4w package) > > maybe it's not compatible with this version of pmapper? > > Thank you in advance > > Sorry if i resend this message but i can't see it in the list :( > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users =2D-=20 Walter Lorenzetti email: lor...@fa... jabber: wa...@fa... www.faunalia.it Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy =A0 Tel: (+39)347-6597931 |
From: Walter L. <lor...@fa...> - 2006-11-07 16:54:14
|
Alle 17:34, marted=EC 7 novembre 2006, listserver server ha scritto: Hi, I'm Walter and supervsior of Natalia... Natalia has finished her work here in Faunalia In these days I'm working on auto_identify script... I'm cleanig and upgrad= ing=20 it.. if you can wait In the next days I'll post a p.mapper version 2.1.0 width=20 auto_identify function you can use firefox with firebug extention... this is a good tool for=20 javascript debug! Bye Walter > i've downloaded auto identify of Natalia here: > http://www.faunalia.it/download/auto_identify.tar.gz > > i've istalled it as discribed in > readme.txt. > > i've also added the 3 variables in config.ini > follow =3D 1 > > timeW =3D 3000 > > timeA =3D 5 > > > i can see now the icon of autoidentify in pmapper but it doesn't work > and i've no errors in log files. > > Link of my applicattion is here: > > > http://skynewbye.dyndns.tv/pmapper/map.phtml?winsize=3Dlarge&language=3Di= t&conf >ig=3Dclc > > P.s. I use MS4W (version 2.2) win XP and Pmapper 2.00 (ms4w package) > > maybe it's not compatible with this version of pmapper? > > > Thank you in advance > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier Download IBM WebSphere Application Server v.1.0.1 based on Apache > Geronimo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users =2D-=20 Walter Lorenzetti email: lor...@fa... jabber: wa...@fa... www.faunalia.it Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy =A0 Tel: (+39)347-6597931 |
From: Eric A. <eri...@bo...> - 2006-11-07 16:49:07
|
Hi all, =20 I know this is a Pmapper list, but since Pmapper is on the PHP side and = uses Mapserver (via PhpMapscript) I thought maybe someone already went = through the same type of setup. =20 We want to use Pmapper over MsSQL (ArcSDE) (Don=92t ask me Why?... I = know!) I know PhpMapscript is supporting ArcSDE, but my questions are: - Can we use adodb-mssql driver to access an ArcSDE database for the NON related spatial information? - If not, how can I make a connection from the PHP code to the ArcSDE database. (Without coding a C API) =20 Thanks ALL for your time! I appreciate! -Eric Allard --=20 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.13.25/515 - Release Date: = 11/3/2006 =20 |
From: listserver s. <cha...@gm...> - 2006-11-07 16:42:41
|
i've downloaded auto identify of Natalia here: http://www.faunalia.it/download/auto_identify.tar.gz i've istalled it as discribed in readme.txt. i've also added the 3 variables in config.ini follow = 1 timeW = 3000 timeA = 5 i can see now the icon of autoidentify in pmapper but it doesn't work and i've no errors in log files. Link of my applicattion is here: http://skynewbye.dyndns.tv/pmapper/map.phtml?winsize=large&language=it&config=clc P.s. I use MS4W (version 2.2) win XP and Pmapper 2.00 (ms4w package) maybe it's not compatible with this version of pmapper? Thank you in advance Sorry if i resend this message but i can't see it in the list :( |
From: listserver s. <cha...@gm...> - 2006-11-07 16:34:28
|
i've downloaded auto identify of Natalia here: http://www.faunalia.it/download/auto_identify.tar.gz i've istalled it as discribed in readme.txt. i've also added the 3 variables in config.ini follow = 1 timeW = 3000 timeA = 5 i can see now the icon of autoidentify in pmapper but it doesn't work and i've no errors in log files. Link of my applicattion is here: http://skynewbye.dyndns.tv/pmapper/map.phtml?winsize=large&language=it&config=clc P.s. I use MS4W (version 2.2) win XP and Pmapper 2.00 (ms4w package) maybe it's not compatible with this version of pmapper? Thank you in advance |
From: Kai B. <kbe...@ig...> - 2006-11-07 14:12:27
|
Hello List, I=B4m totally new to p.mapper and I=B4m quite impressed. For a project I would like to change the surface of map.phtml a bit. I would like to have a map that is fixed at a width of 400 px (the same w= ith the height). I thought I just could change: var mapW =3D <?php echo "400"; ?>; var mapH =3D <?php echo "400"; ?>; , but if I do the map still spreads nearly the whole window. Also in my mapfile I have 400 and 400, What can I do to get a fixed map with these parameters? Thank you very much, Kai -- Dipl.-Geogr. Kai Behncke Institut f=FCr Geoinformatik und Fernerkundung (IGF) Universit=E4t Osnabr=FCck Kolpingstr. 7 49074 Osnabr=FCck Raum: 01/308 Tel.: +49 541 969-4450 E-Mail: mailto:kbe...@ig...=20 Web: http://www.igf.uni-osnabrueck.de |
From: Armin B. <arm...@gm...> - 2006-11-07 13:19:18
|
Mapserver has a built in default maximum number of layers, I currently don't know any more if it was 70 or has been increased now (you can increase this at compile time). But this might not be the case for you since there might also be errors in the configuration for p.mapper. To exclude the first reason try shp2img with your map file. And look at the php error log. I don't understand what you mean with 'using more than one map files' in pm. In a mapserver application you can just use 1 map file as the one used for the session. Since 4.10 you can split it up into smaller chunks and put them together with include tags. armin -------- Original-Nachricht -------- Datum: Tue, 7 Nov 2006 06:32:50 -0500 (EST) Von: "Radhika" <rad...@in...> An: pma...@li... Betreff: [pmapper-users] Mapfile in pmapper > > Hi Armin, > I'm facing a problem in my mapfile. I unable to add > layer any more ,project stops working after adding any more layer. > Is there any way if I can use more than one mapfile in pmapper > project.Or if I can increse limit of mapfile.Please help me to > come out with this problem. > > Thanks & Regards > radhika. > > > > > > > > > > > > > > ----------------------------------------- > NOTICE: This e-mail message including any attachment (collectively the > "e-mail") > may contain privileged and confidential information. Except for personal > use by > the intended recipient, or as expressly authorized by the sender, any > person who > receives this information is prohibited from disclosure, copy, distribute, > or > take of any action in reliance on the contents of this e-mailed > information. If > you are not the intended recipient, then please (i) do not read, forward, > print, > copy or otherwise disseminate this e-mail, (ii) notify us of the error by > a reply, > and (iii) delete this e-mail from your computer. Nothing in this > communication is > intended to operate as an electronic signature under applicable law. > Compare > Infobase will not be responsible for loss or damage arising from the use > of the > information transmitted by this email including damage from virus or some > other > third party intervention > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer |
From: Armin B. <arm...@gm...> - 2006-11-07 12:56:54
|
No, unfortuantely I don't thinks it's possible currently. I was already thinking about something like this so that one could define the text of the link taken from a different field than the link location itself. At the moment you can just specify a general alias like "Open link..." that is the same for all of the records. It's also not possible to display a field once normal and once as a link. With Postgis you could circumvent at least this with the DATA tag using a definition like the_geom from(select field_1 as name, field_1 as xyzname, field_2 as ...) ... this way the field_1 is doubled in the results. I will see if it can go at least into the next main release of p.mapper, since it's not too complicated to implement. But it needs a modification of the link definition in the map file and this means that very likely older definitions will not work any more. armin -------- Original-Nachricht -------- Datum: Tue, 07 Nov 2006 12:02:53 +0100 Von: "Nuria González" <nat...@ho...> An: pma...@li... Betreff: [pmapper-users] hyperlinks > Hi, > I have a doubt about hyperlinks for selected fields. I have a postgis > table > with two columns: id & name, where id is unique. > In the window that appears when you clic about a point, I want a hyperlink > with the column 'name' of my table, but the link should be > "javascript:openHyperlink('nblayer', 'id', 'X')" where X is the number for > the column 'id'. I want this because 'id' is unique but 'name' can be > repeated... > > Is it possible in pmapper? How can I do this? > TIA. > > _________________________________________________________________ > Acepta el reto MSN Premium: Protección para tus hijos en internet. > Descárgalo y pruébalo 2 meses gratis. > http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer |
From: Radhika <rad...@in...> - 2006-11-07 11:32:53
|
Hi Armin, I'm facing a problem in my mapfile. I unable to add layer any more ,project stops working after adding any more layer. Is there any way if I can use more than one mapfile in pmapper project.Or if I can increse limit of mapfile.Please help me to come out with this problem. Thanks & Regards radhika. ----------------------------------------- NOTICE: This e-mail message including any attachment (collectively the "e-mail") may contain privileged and confidential information. Except for personal use by the intended recipient, or as expressly authorized by the sender, any person who receives this information is prohibited from disclosure, copy, distribute, or take of any action in reliance on the contents of this e-mailed information. If you are not the intended recipient, then please (i) do not read, forward, print, copy or otherwise disseminate this e-mail, (ii) notify us of the error by a reply, and (iii) delete this e-mail from your computer. Nothing in this communication is intended to operate as an electronic signature under applicable law. Compare Infobase will not be responsible for loss or damage arising from the use of the information transmitted by this email including damage from virus or some other third party intervention |
From: <nat...@ho...> - 2006-11-07 11:02:58
|
Hi, I have a doubt about hyperlinks for selected fields. I have a postgis table with two columns: id & name, where id is unique. In the window that appears when you clic about a point, I want a hyperlink with the column 'name' of my table, but the link should be "javascript:openHyperlink('nblayer', 'id', 'X')" where X is the number for the column 'id'. I want this because 'id' is unique but 'name' can be repeated... Is it possible in pmapper? How can I do this? TIA. _________________________________________________________________ Acepta el reto MSN Premium: Protección para tus hijos en internet. Descárgalo y pruébalo 2 meses gratis. http://join.msn.com?XAPID=1697&DI=1055&HL=Footer_mailsenviados_proteccioninfantil |
From: Alessandro P. <al...@ti...> - 2006-11-07 07:29:15
|
Il 10:10, luned=EC 6 novembre 2006, Paolo Cavallini ha scritto: > Hi all. > I noticed that all commercial supporters (except for Luca Marletta) have > been removed from http://www.pmapper.net/support.shtml > Pity. > All the best. You're right. This is really strange. If I even choose to support pmap it does'nt mean that I will not support=20 pmapper, indeed I'm working right now on a new pmapper project and another= =20 one will follow before the end of this year... =2D-=20 Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 |
From: Paolo C. <cav...@fa...> - 2006-11-06 09:10:38
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all. I noticed that all commercial supporters (except for Luca Marletta) have been removed from http://www.pmapper.net/support.shtml Pity. All the best. pc - -- Paolo Cavallini email+jabber: cav...@fa... www.faunalia.it Piazza Garibaldi 5 - 56025 Pontedera (PI), Italy Tel: (+39)348-3801953 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFTvv//NedwLUzIr4RAri8AJ4iGOkwkgSv2mC8zl1ZJNRhf+XFTwCgjEYF P9DYJ54+lRpx/RxjgMx/ZGA= =SWjG -----END PGP SIGNATURE----- |
From: Armin B. <arm...@gm...> - 2006-11-03 22:30:36
|
If the layers are in a different encoding than ISO-8859-1 or WIN1252=20 (CP1252) - eg. DOS (CP850), UTF-8 encoding of a PostGIS layer, or other=20 ISO encodings - you should specify this as a layer METADATA tag=20 "LAYER_ENCODING" like METADATA ... "LAYER_ENCODING" "UTF-8" END normally it should work... see also http://www.pmapper.net/wiki/doku.php?id=3Ddoc:manual#multilingual_user_in= terface armin Nahum Castro wrote: > I have problems with codification on the info.phtml page i get Le=C3=B3= n instead > of Le=F3n. >=20 > I have already setup the encoding variable in the ini file to UTF-8, my > postgis database is in UTF-8 and apache codification is in UTF-8. >=20 > Thanks in advance. >=20 |
From: Nahum C. <nah...@gm...> - 2006-11-03 22:19:22
|
I have problems with codification on the info.phtml page i get Le=C3=B3n in= stead of Le=F3n. I have already setup the encoding variable in the ini file to UTF-8, my postgis database is in UTF-8 and apache codification is in UTF-8. Thanks in advance. --=20 Nahum Castro Gonz=E1lez Le=F3n, Guanajuato, M=E9xico |
From: Armin B. <arm...@gm...> - 2006-11-03 15:59:42
|
Stirner have a look at the JS file at http://www.pmapper.net/demo/p2/javascript/custom.js First you define in 'openHyperlink' with the case statements what you=20 want to do with which layer. What you have to do is create the Web link=20 based on the field values you receive from the queries. The required=20 field is specified in the map file. eg. for a field named 'HOMEPAGE'=20 (lowercase for Postgis layers) "RESULT_HYPERLINK" "HOMEPAGE||Hotel Homepage" What you'll see in the result table is then 'Hotel Homepage', if you=20 want the field value displayed just use "RESULT_HYPERLINK" "HOMEPAGE" The link is used to be opened with the JS command 'window.open' that=20 creates a pop up window and loads the link specified as first argument.=20 In the case of the site mentioned above window.open('http://en.wikipedia.org/wiki/' + fldValue, 'wikiquery'); it uses a static first part 'http://en.wikipedia.org/wiki/' and combines=20 it with a second part received from the field value. 'wikiquery' is just=20 the JS naming of the opened window. If it is a static value it opens the=20 next link into the same window as the one used last (see eg.=20 http://developer.mozilla.org/en/docs/DOM:window.open for details about=20 window.open) If your field value is already a full HTML link than it's sufficient to=20 use directly that. So if you have eg. a layer 'hotels' and field values=20 like 'http://www.besthotel.com' then all you have to define is function openHyperlink(layer, fldName, fldValue) { switch(layer) { case 'hotels': window.open(fldValue, 'namewhatyouwant'); } } and the opened window will load the site http://www.besthotel.com. Hope that helps armin stirner mathematic wrote: > Hi list >=20 > I am new in pmapper game >=20 > I ask for tool hiperlink, is very interest.... My question is how I can= work=20 > with Hiperlink.... >=20 > I have pmapper 2.0 ..... I have an shape of point (hotel - restaurant)= and=20 > have an field in data base with web site of hotel, restaurant, etc.....= . I=20 > how can that? >=20 > I see other question about it, like : > -----------------------------------------------------------------------= ------------------- > ack Nicholson > Fri, 28 Jul 2006 05:05:04 -0700 (PDT) >=20 > In the mapfile you have to add in RESULT_HYPERLINK the fields of the ch= art > that you use as link. > Example: >=20 > METADATA > "DESCRIPTION" "layer" > "RESULT_FIELDS" "ID,FIELD1,FIELD2" > "RESULT_HEADERS" "Id,field1,field2" > "RESULT_HYPERLINK" "FIELD||Link to detail" > "LAYER_ENCODING" "UTF-8" > END # Metadata >=20 > After having done this you continue this way: > In the first part of the javascript custom.js, > has to insert the run of the file pdf that you want link, > then to discriminate the various documents associate it to an univocal = field > for every polygon. >=20 > window.open('http://localhost/pathtodocumet/file' +fldValue+ '.pdf'); > -- >=20 >=20 >=20 > but I have address to web site ... not document, so in part=20 > "window.open(".......?).....i don't know how put addrress web site.. >=20 > I need Help please......I sorry my bad Inglish... > Regards >=20 > _________________________________________________________________ > Visita MSN Latino Entretenimiento: =A1m=FAsica, cine, chismes, TV y m=E1= s...!=20 > http://latino.msn.com/entretenimiento/ >=20 >=20 > -----------------------------------------------------------------------= -- > Using Tomcat but need to do more? Need to support web services, securit= y? > Get stuff done quickly with pre-integrated technology to make your job = easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=3D120709&bid=3D263057&dat= =3D121642 > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users >=20 >=20 |
From: stirner m. <sti...@ho...> - 2006-11-03 02:33:28
|
Hi list I am new in pmapper game I ask for tool hiperlink, is very interest.... My question is how I can work with Hiperlink.... I have pmapper 2.0 ..... I have an shape of point (hotel - restaurant) and have an field in data base with web site of hotel, restaurant, etc...... I how can that? I see other question about it, like : ------------------------------------------------------------------------------------------ ack Nicholson Fri, 28 Jul 2006 05:05:04 -0700 (PDT) In the mapfile you have to add in RESULT_HYPERLINK the fields of the chart that you use as link. Example: METADATA "DESCRIPTION" "layer" "RESULT_FIELDS" "ID,FIELD1,FIELD2" "RESULT_HEADERS" "Id,field1,field2" "RESULT_HYPERLINK" "FIELD||Link to detail" "LAYER_ENCODING" "UTF-8" END # Metadata After having done this you continue this way: In the first part of the javascript custom.js, has to insert the run of the file pdf that you want link, then to discriminate the various documents associate it to an univocal field for every polygon. window.open('http://localhost/pathtodocumet/file' +fldValue+ '.pdf'); -- but I have address to web site ... not document, so in part "window.open(".......?).....i don't know how put addrress web site.. I need Help please......I sorry my bad Inglish... Regards _________________________________________________________________ Visita MSN Latino Entretenimiento: ¡música, cine, chismes, TV y más...! http://latino.msn.com/entretenimiento/ |
From: stirner m. <sti...@ho...> - 2006-11-03 02:26:38
|
Hi list I am new in pmapper game I ask for tool hiperlink, is very interest.... My question is how I can work with Hiperlink.... I have pmapper 2.0 ..... I have an shape of point (hotel - restaurant) and have an field in data base with web site of hotel, restaurant, etc...... I how can that? I see other question about it, like : ------------------------------------------------------------------------------------------ ack Nicholson Fri, 28 Jul 2006 05:05:04 -0700 (PDT) In the mapfile you have to add in RESULT_HYPERLINK the fields of the chart that you use as link. Example: METADATA "DESCRIPTION" "layer" "RESULT_FIELDS" "ID,FIELD1,FIELD2" "RESULT_HEADERS" "Id,field1,field2" "RESULT_HYPERLINK" "FIELD||Link to detail" "LAYER_ENCODING" "UTF-8" END # Metadata After having done this you continue this way: In the first part of the javascript custom.js, has to insert the run of the file pdf that you want link, then to discriminate the various documents associate it to an univocal field for every polygon. window.open('http://localhost/pathtodocumet/file' +fldValue+ '.pdf'); -- but I have address to web site ... not document, so in part "window.open(".......?).....i don't know how put addrress web site.. I need Help please......I sorry my bad Inglish... Regards _________________________________________________________________ Latinos en EE.UU: noticias y artículos de interés para ti http://latino.msn.com/noticias/latinoseneeuu |
From: Gabe <ga...@ag...> - 2006-11-03 00:44:21
|
> My problem is that I do not get any Javascript errors (neither Firefox > nor IE), even if it is clear that there are many since a lot of > functions related to update etc. do not work. I'm wondering how you were > able to see the JS errors. I was using FF and they appeared in the js console - there is a little red icon in the top right of the window, I have been editing and replacing files so the current version may not actually generate the errors in the console. At this stage I have the layers showing but I cannot switch them on or off. thanks Gabe |