pmapper-users Mailing List for p.mapper (Page 191)
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: Gambin D. <Dej...@pu...> - 2006-11-23 14:04:39
|
OK I solved this one. I had to set: "RESULT_FIELDS" "ID", instead of "RESULT_FIELDS" "ID,DESC" thanks very much once again. Now I will try with one-to-many join = although Toni said it was not working correctly regards, dejan > -----Original Message----- > From: pma...@li...=20 > [mailto:pma...@li...] On=20 > Behalf Of Gambin Dejan > Sent: Thursday, November 23, 2006 2:44 PM > To: pma...@li... > Subject: Re: [pmapper-users] Oracle connection - advice needed >=20 > Thanks Armin, it helped very much. Now I can get an attribute=20 > from my Oracle database and this is great. The only thing I=20 > still cannot figure out (maybe Toni can help :-) is that I=20 > get an "extra" column in my result table. For example, I set: >=20 > METADATA=20 > "DESCRIPTION" "Poslovni prostori" > "RESULT_FIELDS" "ID,DESC" > "RESULT_HEADERS" "Id,Desc" > "RESULT_JOIN"=20 > "oci8://username:password@oracle||TABLE_NAME@OBJID@0@DESC||ID||1" > END # Metadata=20 >=20 > ...I get the result table with correct header line (two=20 > fields), but the data record has three columns and the middle=20 > one is empty....it seems I have to play a little bit... >=20 > regards, dejan >=20 > > -----Original Message----- > > From: Armin Burger [mailto:arm...@gm...] > > Sent: Wednesday, November 22, 2006 2:44 PM > > To: Gambin Dejan; pma...@li... > > Subject: Re: [pmapper-users] Oracle connection - advice needed > >=20 > > http://www.pmapper.net/wiki/doku.php?id=3Dfaq:configuration#join > s_to_external_database_tables > >=20 > >=20 > >=20 > > > Hi, > > >=20 > > > I have already asked a similar question but I really need > > an advice on > > > how to best implement connection from pmapper to Oracle. I have a=20 > > > polygon shapefile holding my city buildings. Its dbf file has an=20 > > > column with an building ID but the rest of attribute data > > that I need > > > to display in a query result table is held in Oracle 9i database.=20 > > > These data are very dynamic so I have to dynamically > > connect to Oracle > > > and get the data when I click on a building with "Identify"=20 > > or through > > > the attribute search. > > >=20 > > > I don't know if anything is possible through the=20 > mapserver. If not,=20 > > > what is the way to go to support it in p.mapper? > > >=20 > > > I would appreciate any suggestion. Thanks very much. > > >=20 > > > regards, dejan > > >=20 > > >=20 > >=20 > ---------------------------------------------------------------------- > > > --- Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > > SourceForge.net's Techsay panel and you'll get the chance=20 > to share=20 > > > your opinions on IT & business topics through brief surveys > > - and earn > > > cash > > >=20 > >=20 > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEV > > > DEV _______________________________________________ > > > pmapper-users mailing list > > > pma...@li... > > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > >=20 > > -- > > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!=20 > > Ideal f=FCr Modem und ISDN: http://www.gmx.net/de/go/smartsurfer > >=20 >=20 > -------------------------------------------------------------- > ----------- > Take Surveys. Earn Cash. Influence the Future of IT Join=20 > SourceForge.net's Techsay panel and you'll get the chance to=20 > share your opinions on IT & business topics through brief=20 > surveys - and earn cash=20 > http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge > &CID=3DDEVDEV > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users >=20 |
From: Gambin D. <Dej...@pu...> - 2006-11-23 13:44:41
|
Thanks Armin, it helped very much. Now I can get an attribute from my = Oracle database and this is great. The only thing I still cannot figure = out (maybe Toni can help :-) is that I get an "extra" column in my = result table. For example, I set: METADATA=20 "DESCRIPTION" "Poslovni prostori" "RESULT_FIELDS" "ID,DESC" "RESULT_HEADERS" "Id,Desc" "RESULT_JOIN" = "oci8://username:password@oracle||TABLE_NAME@OBJID@0@DESC||ID||1" END # Metadata=20 ...I get the result table with correct header line (two fields), but the = data record has three columns and the middle one is empty....it seems I = have to play a little bit... regards, dejan > -----Original Message----- > From: Armin Burger [mailto:arm...@gm...]=20 > Sent: Wednesday, November 22, 2006 2:44 PM > To: Gambin Dejan; pma...@li... > Subject: Re: [pmapper-users] Oracle connection - advice needed >=20 > http://www.pmapper.net/wiki/doku.php?id=3Dfaq:configuration#join s_to_external_database_tables >=20 >=20 >=20 > > Hi, > >=20 > > I have already asked a similar question but I really need=20 > an advice on=20 > > how to best implement connection from pmapper to Oracle. I have a=20 > > polygon shapefile holding my city buildings. Its dbf file has an=20 > > column with an building ID but the rest of attribute data=20 > that I need=20 > > to display in a query result table is held in Oracle 9i database.=20 > > These data are very dynamic so I have to dynamically=20 > connect to Oracle=20 > > and get the data when I click on a building with "Identify"=20 > or through=20 > > the attribute search. > >=20 > > I don't know if anything is possible through the mapserver. If not,=20 > > what is the way to go to support it in p.mapper? > >=20 > > I would appreciate any suggestion. Thanks very much. > >=20 > > regards, dejan > >=20 > >=20 > ---------------------------------------------------------------------- > > --- Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > SourceForge.net's Techsay panel and you'll get the chance to share=20 > > your opinions on IT & business topics through brief surveys=20 > - and earn=20 > > cash=20 > >=20 > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEV > > DEV _______________________________________________ > > pmapper-users mailing list > > pma...@li... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users >=20 > -- > Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!=20 > Ideal f=FCr Modem und ISDN: http://www.gmx.net/de/go/smartsurfer >=20 |
From: Armin B. <arm...@gm...> - 2006-11-22 20:34:07
|
you're right, the config parameter is not taken for the printmap. But that's the case already for older versions, at least since 2.1.1. I will check how to pass that parameter also to the printmap.phtml. armin Marino Fiorito wrote: > Inside the ini file I have defined: > pm_config_location = sicoast > > I have used the same config_sicoast.ini file whit 2.1.2 and work > correctly, but, > also with version 3 the location is read correctly in some file. > > I test the value of $PM_PHP_CONFIG defined inside the startup_config.php: > inside the "map.phtml" the value of $PM_PHP_CONFIG is equal a > "sicoast/php_config.php" but inside "printmap.phtml" the value of the > same variable ($PM_PHP_CONFIG) is "default/php_config.php" > I don't understand.... > > thanks > |
From: Armin B. <arm...@gm...> - 2006-11-22 13:57:51
|
I will see for the final 3.0.0 to include buffering. armin > Hi, > > this is a problem in ver. 2 and 3 with point layers: > > when I open the map with > &zoomLayer=my_point_layer&zoomQuery=gid@1@241@1@0 > > The server issue a > Fatal error: <i>[MapServer Error]: setExtent(): Given map extent is > invalid. > Check that it is in the form: minx, miny, maxx, maxy > > That's because the extent is set to the point itself (that obviously has > no > dimension). > > I thought that the pointBuffer was applied here too, but it isn't. > > Are there any workaround or maybe a patch in initmap.php applying > pointBuffer > to the extent is a better solution in this case? > > // Apply buffer (in units of features) > //$buffer = 20000; // <<<<<<<<<<<<<<<<<<<<<< ADAPT VALUE > <<<<<<<<<<<<<<<<< > // ABP: set buffer for points > if ($this->qLayerType == 0) { > $buffer = $_SESSION["pointBuffer"]; > } else { > $buffer = 0.05 * ((($mExtMaxx - $mExtMinx) + ($mExtMaxy - > $mExtMiny)) / 2); > } > > > -- > Alessandro Pasotti > itOpen - "Open Solutions for the Net Age" > w3: www.itopen.it > Linux User# 167502 > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > 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-22 13:56:48
|
what value do you have defined in the config.ini at pm_config_location? armin -------- Original-Nachricht -------- Datum: Wed, 22 Nov 2006 14:25:49 +0100 Von: "Marino Fiorito" <mar...@gm...> An: pma...@li... Betreff: [pmapper-users] print variables in pmapper 3 - problem > Hi all, > there is a problem (pmapper 3 version only) for the variables used for the > layout of print (html and pdf). > The value of $PM_CONFIG_LOCATION used in $PM_PHP_CONFIG inside the > printmap.phtml is always "default". > When the file printmap.phtml reads the value from startup.config the value > of the new location of the modified php_config.php is ignored and the > value > of $PM_CONFIG_LOCATION is always "default". > > All variables for print: > $pmPrintTitle > $pdfSettings > ... > set inside the new -> config/new_dir/php_config.php are ignored. > > thanks > > <pma...@li...> > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! |
From: Armin B. <arm...@gm...> - 2006-11-22 13:45:16
|
http://www.pmapper.net/wiki/doku.php?id=faq:configuration#joins_to_external_database_tables > Hi, > > I have already asked a similar question but I really need an advice on > how to best implement connection from pmapper to Oracle. I have a > polygon shapefile holding my city buildings. Its dbf file has an column > with an building ID but the rest of attribute data that I need to > display in a query result table is held in Oracle 9i database. These > data are very dynamic so I have to dynamically connect to Oracle and get > the data when I click on a building with "Identify" or through the > attribute search. > > I don't know if anything is possible through the mapserver. If not, what > is the way to go to support it in p.mapper? > > I would appreciate any suggestion. Thanks very much. > > regards, dejan > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > 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: Stephan H. <ste...@in...> - 2006-11-22 13:31:52
|
Am Mittwoch, 22. November 2006 14:25 schrieb=20 pma...@li...: > I have already asked a similar question but I really need an advice on > how to best implement connection from pmapper to Oracle. I have a > polygon shapefile holding my city buildings. Its dbf file has an column > with an building ID but the rest of attribute data that I need to > display in a query result table is held in Oracle 9i database. These > data are very dynamic so I have to dynamically connect to Oracle and get > the data when I click on a building with "Identify" or through the > attribute search. > > I don't know if anything is possible through the mapserver. If not, what > is the way to go to support it in p.mapper? > > I would appreciate any suggestion. Thanks very much. You could OGRs virtual table[0] for the joining. I have done this successfully with attribute-data from a mysql.table joined= to=20 a shapefile dynamically. But I am not sure if this also works with Oracle. I assume you need to comp= ile=20 OGR with oracle-support, but I am not entirely sure. HTH Stephan [0] http://ogr.maptools.org/drv_vrt.html =2D-=20 Stephan Holl : www.intevation.de/~stephan | GISpatcher: www.gispatcher.de Intevation GmbH: www.intevation.de | GAV e.V.: www.grass-verein.de Georgstr.4 : 49074 Osnabr=FCck |=20 |
From: Marino F. <mar...@gm...> - 2006-11-22 13:25:56
|
Hi all, there is a problem (pmapper 3 version only) for the variables used for the layout of print (html and pdf). The value of $PM_CONFIG_LOCATION used in $PM_PHP_CONFIG inside the printmap.phtml is always "default". When the file printmap.phtml reads the value from startup.config the value of the new location of the modified php_config.php is ignored and the value of $PM_CONFIG_LOCATION is always "default". All variables for print: $pmPrintTitle $pdfSettings ... set inside the new -> config/new_dir/php_config.php are ignored. thanks <pma...@li...> |
From: Alessandro P. <al...@ti...> - 2006-11-22 12:10:36
|
Hi, this is a problem in ver. 2 and 3 with point layers: when I open the map with &zoomLayer=my_point_layer&zoomQuery=gid@1@241@1@0 The server issue a Fatal error: <i>[MapServer Error]: setExtent(): Given map extent is invalid. Check that it is in the form: minx, miny, maxx, maxy That's because the extent is set to the point itself (that obviously has no dimension). I thought that the pointBuffer was applied here too, but it isn't. Are there any workaround or maybe a patch in initmap.php applying pointBuffer to the extent is a better solution in this case? // Apply buffer (in units of features) //$buffer = 20000; // <<<<<<<<<<<<<<<<<<<<<< ADAPT VALUE <<<<<<<<<<<<<<<<< // ABP: set buffer for points if ($this->qLayerType == 0) { $buffer = $_SESSION["pointBuffer"]; } else { $buffer = 0.05 * ((($mExtMaxx - $mExtMinx) + ($mExtMaxy - $mExtMiny)) / 2); } -- Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 |
From: Gambin D. <Dej...@pu...> - 2006-11-22 10:39:44
|
Hi, I have already asked a similar question but I really need an advice on how to best implement connection from pmapper to Oracle. I have a polygon shapefile holding my city buildings. Its dbf file has an column with an building ID but the rest of attribute data that I need to display in a query result table is held in Oracle 9i database. These data are very dynamic so I have to dynamically connect to Oracle and get the data when I click on a building with "Identify" or through the attribute search. I don't know if anything is possible through the mapserver. If not, what is the way to go to support it in p.mapper?=20 I would appreciate any suggestion. Thanks very much. regards, dejan |
From: Alessandro P. <al...@ti...> - 2006-11-22 09:29:43
|
Il 10:08, mercoled=EC 22 novembre 2006, Gambin Dejan ha scritto: > Thanks Armin, As Armin has already pointed out before, debugging AJAX and js code could b= e=20 quite difficult without the right tools.=20 I would strongly suggest everybody to use the great firefox plugin "firebug= "=20 for this purpose. https://addons.mozilla.org/firefox/1843/ Hope it helps. =2D-=20 Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 |
From: Gambin D. <Dej...@pu...> - 2006-11-22 09:09:11
|
Thanks Armin, That helped of course. I was missing a file, stupid mistake. But since I = keep showing "Loading" image with no map displayed (and no errors in = Java Script or php) I am wondering if this has something to do with my = php installation since I am using php5 running as Apache module... thanks dejan > -----Original Message----- > From: Armin Burger [mailto:arm...@gm...]=20 > Sent: Wednesday, November 22, 2006 9:34 AM > To: Gambin Dejan; pma...@li... > Subject: Re: [pmapper-users] "Unterminated regular expression=20 > literal" inp.mapper3 >=20 > Errors in the Javascript AJAX requests are typically a=20 > subsequent error of a PHP problem. So check the PHP error log. >=20 > armin >=20 > -------- Original-Nachricht -------- > Datum: Wed, 22 Nov 2006 08:35:34 +0100 > Von: "Gambin Dejan" <Dej...@pu...> > An: pma...@li... > Betreff: [pmapper-users] "Unterminated regular expression=20 > literal" in p.mapper3 >=20 > > Hi, > >=20 > > Trying to run demo page from index.phtml in p.mapper3, I get: > >=20 > > Error: unterminated regular expression literal Source File:=20 > > http://localhost/pmapper3/javascript/xmlhttp.js > > Line: 93, Column: 11 > > Source Code: > > <b>Warning</b>: [MapServer Error]: msDrawMap(): Failed to=20 > draw layer=20 > > named 'countries'. > >=20 > > ...and the page keeps showing "Loading" image... > >=20 > > I am running p.mapper on Windows XP SP2 and Firefox browser. > >=20 > > Any help? > >=20 > > regards, dejan > >=20 > >=20 > ---------------------------------------------------------------------- > > --- Take Surveys. Earn Cash. Influence the Future of IT Join=20 > > SourceForge.net's Techsay panel and you'll get the chance to share=20 > > your opinions on IT & business topics through brief surveys=20 > - and earn=20 > > cash=20 > >=20 > = http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEV > > DEV _______________________________________________ > > pmapper-users mailing list > > pma...@li... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users >=20 > -- > "Ein Herz f=FCr Kinder" - Ihre Spende hilft! Aktion:=20 > www.deutschlandsegelt.de Unser Dankesch=F6n: Ihr Name auf dem=20 > Segel der 1. deutschen America's Cup-Yacht! >=20 |
From: Armin B. <arm...@gm...> - 2006-11-22 08:39:51
|
yes and no. The scalebar as separate object has been removed in one of the 1.9.x versions. I used the embedded scalebar (printed on the map) instead since it was annoying to keep it working with the resize of the map. And the additional value of having it as separate object was not so high. I will bring it in back if I succeed to use as alternative also the nice JS/DHTML scalebar from the ka-map project. So far I was not able to put it in the current layout, I got no errors but I could not see anything... armin -------- Original-Nachricht -------- Datum: Wed, 22 Nov 2006 09:04:03 +0100 Von: Alessandro Pasotti <al...@ti...> An: pma...@li... Betreff: [pmapper-users] scalebar > > Hi, > > I'm using pmapper 3, I'm not sure if a scalebar was present in previous > versions of pmapper, but I am not able to show it in version 3. > > Is it something wrong with my installation or it was removed in pmapper 3? > > > -- > Alessandro Pasotti > itOpen - "Open Solutions for the Net Age" > w3: www.itopen.it > Linux User# 167502 > -- 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-22 08:33:52
|
Errors in the Javascript AJAX requests are typically a subsequent error of a PHP problem. So check the PHP error log. armin -------- Original-Nachricht -------- Datum: Wed, 22 Nov 2006 08:35:34 +0100 Von: "Gambin Dejan" <Dej...@pu...> An: pma...@li... Betreff: [pmapper-users] "Unterminated regular expression literal" in p.mapper3 > Hi, > > Trying to run demo page from index.phtml in p.mapper3, I get: > > Error: unterminated regular expression literal > Source File: http://localhost/pmapper3/javascript/xmlhttp.js > Line: 93, Column: 11 > Source Code: > <b>Warning</b>: [MapServer Error]: msDrawMap(): Failed to draw layer > named 'countries'. > > ...and the page keeps showing "Loading" image... > > I am running p.mapper on Windows XP SP2 and Firefox browser. > > Any help? > > regards, dejan > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! |
From: listserver s. <cha...@gm...> - 2006-11-22 07:59:51
|
No scaleba has not been removed. I'm using pmapper 3 and i can see scalebar. Maybe something is wrong in you istallation 2006/11/22, Alessandro Pasotti <al...@ti...>: > > > Hi, > > I'm using pmapper 3, I'm not sure if a scalebar was present in previous > versions of pmapper, but I am not able to show it in version 3. > > Is it something wrong with my installation or it was removed in pmapper 3? > > > -- > Alessandro Pasotti > itOpen - "Open Solutions for the Net Age" > w3: www.itopen.it > Linux User# 167502 > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > |
From: Alessandro P. <al...@ti...> - 2006-11-22 07:56:28
|
Hi, I'm using pmapper 3, I'm not sure if a scalebar was present in previous versions of pmapper, but I am not able to show it in version 3. Is it something wrong with my installation or it was removed in pmapper 3? -- Alessandro Pasotti itOpen - "Open Solutions for the Net Age" w3: www.itopen.it Linux User# 167502 |
From: Gambin D. <Dej...@pu...> - 2006-11-22 07:36:19
|
Hi, Trying to run demo page from index.phtml in p.mapper3, I get: Error: unterminated regular expression literal Source File: http://localhost/pmapper3/javascript/xmlhttp.js Line: 93, Column: 11 Source Code: <b>Warning</b>: [MapServer Error]: msDrawMap(): Failed to draw layer named 'countries'. ...and the page keeps showing "Loading" image... I am running p.mapper on Windows XP SP2 and Firefox browser. Any help? regards, dejan |
From: Armin B. <arm...@gm...> - 2006-11-21 18:20:25
|
you have to create an account for the wiki... -> Login -> Register armin Tiziano wrote: >> Tiziano wrote: >>>> And after that how can i add a file >>>> .js with my own functions in the project without modifing the map.phtml >>>> where there is the list of include? >>>> >>>> Tiziano Mischi >>> I answer to myself on this point: it's enough to put the file .js in the >>> javascript folder and it's automatically imported. This feature has not > been >>> reported to the manual, so i had to look at the code :) >>> >> so now that you know it you can add it to the manual ;-) >> >> armin >> > > i would like to.... but how? The user and password i use for the mailing > list doesn't work.... > > Tiziano > |
From: Armin B. <arm...@gm...> - 2006-11-21 16:02:30
|
if you site is not available online, could you please send me the source of the returned query window (right click - 'View page source')? It might be a problem with characters like single or double quotes. Armin -------- Original-Nachricht -------- Datum: Tue, 21 Nov 2006 12:39:24 +0100 Von: "Alessandro Bezzi" <ale...@gm...> An: "pma...@li..." <pma...@li...> Betreff: [pmapper-users] query window problem > Hi all, > > i'm using pmapper-3.0.0-beta1 on a linux sistem (pclinuxOS). i have a > problem > using the query function (serch and select) both for .shp layer and > for postgis layer. I have no result in the popup window (a dark-blu > page). I think the query function is working; if i refresh thebrowser > some points are blu-marked. Auto identify work good. > thanks for your help > > __ > Alessandro Bezzi > > Arc-Team > Archaeology & Free Software > http://www.arc-team.com/ > ale...@ar... > > ------------------------------------------------------------------------- > 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.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > pmapper-users mailing list > pma...@li... > https://lists.sourceforge.net/lists/listinfo/pmapper-users -- "Ein Herz für Kinder" - Ihre Spende hilft! Aktion: www.deutschlandsegelt.de Unser Dankeschön: Ihr Name auf dem Segel der 1. deutschen America's Cup-Yacht! |
From: Tiziano <tiz...@da...> - 2006-11-21 14:51:32
|
> Tiziano wrote: > >> And after that how can i add a file > >> .js with my own functions in the project without modifing the map.phtml > >> where there is the list of include? > >> > >> Tiziano Mischi > > > > I answer to myself on this point: it's enough to put the file .js in the > > javascript folder and it's automatically imported. This feature has not been > > reported to the manual, so i had to look at the code :) > > > > so now that you know it you can add it to the manual ;-) > > armin > i would like to.... but how? The user and password i use for the mailing list doesn't work.... Tiziano |
From: Alessandro B. <ale...@gm...> - 2006-11-21 11:39:28
|
Hi all, i'm using pmapper-3.0.0-beta1 on a linux sistem (pclinuxOS). i have a problem using the query function (serch and select) both for .shp layer and for postgis layer. I have no result in the popup window (a dark-blu page). I think the query function is working; if i refresh thebrowser some points are blu-marked. Auto identify work good. thanks for your help __ Alessandro Bezzi Arc-Team Archaeology & Free Software http://www.arc-team.com/ ale...@ar... |
From: Armin B. <arm...@gm...> - 2006-11-20 17:59:39
|
Tiziano wrote: >> And after that how can i add a file >> .js with my own functions in the project without modifing the map.phtml >> where there is the list of include? >> >> Tiziano Mischi > > I answer to myself on this point: it's enough to put the file .js in the > javascript folder and it's automatically imported. This feature has not been > reported to the manual, so i had to look at the code :) > so now that you know it you can add it to the manual ;-) armin |
From: Tiziano <tiz...@da...> - 2006-11-20 17:01:08
|
>And after that how can i add a file > .js with my own functions in the project without modifing the map.phtml > where there is the list of include? > > Tiziano Mischi I answer to myself on this point: it's enough to put the file .js in the javascript folder and it's automatically imported. This feature has not been reported to the manual, so i had to look at the code :) |
From: SeUr2000 <seu...@gm...> - 2006-11-20 14:23:32
|
I all, they are successful in the new multiple selection. hour I can hold in memory the elements selects to you with various click leaving the visualization unchanged. tanks all and tanks Armin |
From: Tiziano <tiz...@da...> - 2006-11-20 13:35:38
|
> > I would like to notice a problem that happens with firefox: when the map > > is > > loaded from the first time, the settings of defGroups in config.ini are > > just > > ignored. Depending of what you've set as default, when the map is loaded > > you > > see all the layer active or not active, indipendently of what you've set > > in > > defGroups. It's enough to change the visualization of layers clicking in > > the > > toc once to solve the problem. Using explorer this error doesn't happen. > > This error happens since version 2.0.0 (now i'm using the 3.0.0) > > > > do you by chance have a comma after the last entry for defGroups? Otherwise I've never saw that error. No, it isn't. It's strange that you've never seen this problem before, because it doesn't happen to me only, but to my collegue also. Anyway i will investigate further... > yes, send it to me. I don't fully understand what it does, but then I will see. I typically try to reduce tools, also for the latest I took by default smaller buttons. A DHTML menu where one can put things not directly related to the navigation (like download, print) would also save some space. And in pmapper 3 one can finally use easily horizontal toolbars again. Well, the code is pretty simple indeed. It set the "overflow" value to "auto" for the toolbar div and just resize first the y dimension of all the div, then check if the toolbar is visible or not and, according to this, i resize the toolbar width and all the others widths. Alternatively i found a nice javascript library which adds nice scrollbars to a div. I could try to integrate that one. And about horizontal toolbars, how can i choose to use it? In the config.ini there isn't no more the "toolBarOrientation" property that was present in the 2.0 version, you don't check for this variable in the startup_config but i think it's still this variable that controls the toolBarOrientation... > > > > Finally, i've made a customization of the application for my project and i > > added some javascript and php code almost everywhere (some ajax functions, > > some buttons ... ) so my code is mixed whitin the code of pmapper itself. > > The problem is that when i upgrade files of pmapper sometimes i can lose > > my > > changes. It would be a good thing, for the future, if all this code, js > > and > > php, was contained in a separate folder loaded in addition to the files of > > pmapper. > > You could then just put that into a separate folder... it's just a problem if the modifications are done on the p.mapper core files. > > armin yes you're right, but if i want to add a button to the toolbar which makes some actions on the map, for example, there is no way to do it without adding an "else if" in the domouseclick method, and this is in the p.mapper core. If i have to insert a button whithout modifing the core, i have to rewrite all the functions that interacts with the button and the map itself, and this is not a useful thing i think. And after that how can i add a file .js with my own functions in the project without modifing the map.phtml where there is the list of include? Tiziano Mischi |