Thank you so much Thomas,the window size now changes ok. I appreciate Daniel Mwaura JKUAT Dept of Gomatics Engineering and Geospatial Information Systems
________________________________ From: "[email protected]" <[email protected]> To: [email protected] Sent: Wed, June 30, 2010 9:36:12 AM Subject: pmapper-users Digest, Vol 45, Issue 4 Send pmapper-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pmapper-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of pmapper-users digest..." Today's Topics: 1. Re: pmapper in red hat 5.5 (Fco. Javier Garc?a Ricca) 2. Problem with Masking Create PDF Document (Hermann Karl) 3. Call to undefined method Init_groups::createGroupList() (Hermann Karl) 4. Validation of search.xml file FAILED (Hermann Karl) 5. xs:sequence tag in search.xsd (Hermann Karl) 6. xs:sequence tag in search.xsd (Hermann Karl) 7. Result window (Daniel Mwaura) 8. Personal invitation from Pedro Zenon (Pedro Zenon) 9. Re: Result window (Thomas RAFFIN) ---------------------------------------------------------------------- Message: 1 Date: Fri, 25 Jun 2010 19:45:58 +0200 From: Fco. Javier Garc?a Ricca <[email protected]> Subject: Re: [pmapper-users] pmapper in red hat 5.5 To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Hello, I've never worked with linux, so be settling a virtual machine and I will start testing considering your recommendations. I will tell you if I have problems. Thanks you both 2010/6/25 Armin Burger <[email protected]> > maybe this helps > > http://fedorasolved.org/Members/rodolfoap/p.mapper-fedora-11 > > armin > > 2010/6/25 Fco. Javier Garc?a Ricca <[email protected]>: > > Hello, > > > > I would like to know if is possible install pmapper in red hat 5.5. Are > > there a tutorial or notes for that? > > > > > > Thanks > > > > -- > > FJRicca > > > ------------------------------------------------------------------------------ > > ThinkGeek and WIRED's GeekDad team up for the Ultimate > > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > > lucky parental unit. See the prize list and enter to win: > > http://p.sf.net/sfu/thinkgeek-promo > > _______________________________________________ > > pmapper-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > -- FJRicca ------------------------------ Message: 2 Date: Mon, 28 Jun 2010 12:05:13 +0200 From: "Hermann Karl" <[email protected]> Subject: [pmapper-users] Problem with Masking Create PDF Document To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Dear List, If there is a category set in config_default.xml to <category name="Stra&#223;enbeleuchtung"> then the in the legend of the PDF-document "Stra&#223;enbeleuchtung" is printed instead of "Stra?enbeleuchtung" Karl ------------------------------ Message: 3 Date: Mon, 28 Jun 2010 19:35:33 +0200 From: "Hermann Karl" <[email protected]> Subject: [pmapper-users] Call to undefined method Init_groups::createGroupList() To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="iso-8859-1" Dear List, Fatal error: Call to undefined method Init_groups::createGroupList() in /usr/share/pmapper-4.0/incphp/init/initmap.php on line 267 http://svn.pmapper.net/trac/browser/pmapper/trunk/pmapper/incphp/initgroups /** 89 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable/pmapper/incphp/initgroups.php#L89> * Initialize GROUPS 90 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable/pmapper/incphp/initgroups.php#L90> * set group and layer properties 91 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable/pmapper/incphp/initgroups.php#L91> * 92 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable/pmapper/incphp/initgroups.php#L92> */ 93 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable/pmapper/incphp/initgroups.php#L93> public function createGroupList() http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php 88 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L88> /** 89 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L89> * Initialize GROUPS 90 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L90> * set group and layer properties 91 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L91> * 92 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L92> */ 93 <http://svn.pmapper.net/trac/browser/pmapper/branches/latest-stable-v3/incphp/initgroups.php#L93> function _createGroups($initGroups) Karl ------------------------------ Message: 4 Date: Tue, 29 Jun 2010 09:47:03 +0200 From: "Hermann Karl" <[email protected]> Subject: [pmapper-users] Validation of search.xml file FAILED To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Dear List, What is wrong ? The result of the query is o.k. following configuration in search.xml ######################################################################## #### <!-- ms POSTGIS layer search kgnr inline option gstnr --> <searchitem name="kg_inline_options_gstnr_pg" description="Grundst&#252;ck"> <layer type="postgis" name="grundstuecksflaechen"> <field type="s" name="kg" description="KG:"> <definition type="options" connectiontype="inline" firstoption="0" > <option name="92001" value="92001"/> <option name="92002" value="92002"/> <option name="92003" value="92003"/> </definition> </field> <field type="s" name="gstnr" description="Gstnr:" /> <!-- <sql_from>grundstuecksflaechen</sql_from> --> <sql_where>gstlink = '[kg]'||'[gstnr]'</sql_where> </layer> </searchitem> ######################################################################## ############# causes this messages in pm_debug.log ######################################################################## ############# [29-Jun-2010 09:37:44] P.MAPPER debug info Validation of search.xml file FAILED: <br /> <b>Warning</b>: DOMDocument::schemaValidate() [<a href='domdocument.schemavalidate'>domdocument.schemavalidate</a>]: Element 'sql_where': This element is not expected. Expected is ( field ). in <b>/usr/share/pmapper-4.0/incphp/query/search.php</b> on line <b>69</b><br /> [29-Jun-2010 09:37:52] P.MAPPER debug info Parameters for searchParams file: query.php->q_execAttributeQuery Array ( [layerName] => grundstuecksflaechen [layerType] => postgis [firstFld] => kg [qStr] => gstlink = '92001'||'7872' ) [29-Jun-2010 09:37:52] P.MAPPER debug info P.MAPPER-DEBUG: squery.php/dumpPGQueryResults() - SQL Cmd: SELECT gid, xmin(box3d(the_geom)), ymin(box3d(the_geom)), xmax(box3d(the_geom)), ymax(box3d(the_geom)), gid,gstlink FROM grundstuecksflaechen WHERE gstlink = '92001'||'7872' LIMIT 301 ######################################################################## ################ Karl ------------------------------ Message: 5 Date: Tue, 29 Jun 2010 10:27:48 +0200 From: "Hermann Karl" <[email protected]> Subject: [pmapper-users] xs:sequence tag in search.xsd To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Dear List, In search.xsd there is a </xs:sequence> at line 138 without a <xs:sequence> ############################################################## <xs:element name="definition"> <xs:complexType mixed="true"> <xs:sequence> <xs:choice minOccurs="0"> <xs:element ref="csvfile"/> <xs:element ref="dbasefile"/> <xs:element ref="txtfile"/> <xs:element ref="mslayer"/> <xs:element ref="input" maxOccurs="unbounded"/> <xs:element ref="option" maxOccurs="unbounded"/> </xs:choice> <xs:sequence> <xs:element ref="dsn" minOccurs="0"/> <xs:element ref="sql" minOccurs="0"/> <xs:element ref="events" minOccurs="0"/> </xs:sequence> </xs:sequence> ################################################################ Karl ------------------------------ Message: 6 Date: Tue, 29 Jun 2010 10:55:17 +0200 From: "Hermann Karl" <[email protected]> Subject: [pmapper-users] xs:sequence tag in search.xsd To: <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="us-ascii" Dear List, sorry the related <xs:sequence> is on line 124 Karl ------------------------------ Message: 7 Date: Tue, 29 Jun 2010 06:53:20 -0700 (PDT) From: Daniel Mwaura <[email protected]> Subject: [pmapper-users] Result window To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=us-ascii Hi Armin and all others, First i thank you for the good job you are doing,Pmapper is one of the best there is. I am having trouble increasing the default width and height of the results window.I have tried using firebug but i am still not sure which css controls the height and width.The position is changing is i change the dialog.css div.jqmDialog {..but the size is not. Also is there a way i could make the results to be displayed not as a table. please help. Daniel Mwaura JKUAT Dept of Gomatics Engineering and Geospatial Information System ------------------------------ Message: 8 Date: Tue, 29 Jun 2010 18:39:36 -0400 From: "Pedro Zenon" <[email protected]> Subject: [pmapper-users] Personal invitation from Pedro Zenon To: "" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset="ISO-8859-1" Hi, On 6/19/2010 5:09:23 PM, you were invited to join Pedro Zenon's UNYK address book so he/she would always have access to your contact info and you to his/hers. To accept his/her request, Click here. http://www.unyk.com/ml/65/5/?i=11F7013FB7414C339F6C9D9C6E6A0E10&s=19228295&w=1277836473 UNYK is a smart and simple way to manage your contacts so you never lose anyone?s contact information again. No more worrying about your contacts' info. From now on, let them do it for you. By changing their information in UNYK.com, you address book will be automatically updated. By changing your information in UNYK.com, their address book will be automatically updated. It?s so simple and it?s free... Already 30 million users. Please do not reply to this email. Questions ? Contact us - http://unyk.com/en/Contact UNYK Inc., 1010 de Serigny, suite 820, Longueuil, QC, J4K 5G7, Canada. I no longer wish to receive invitations to join UNYK from Pedro Zenon: Unsubscribe http://www.unyk.com/ml/604/235/?mid=9E9AA4A681768CA2&[email protected]&s=19228295&w=1277836473 I never again wish to receive invitation to join UNYK: Unsubscribe http://www.unyk.com/ml/65/6/?i=11F7013FB7414C339F6C9D9C6E6A0E10&s=19228295&w=1277836473 UNYK, the first smart address book that updates itself! ------------------------------ Message: 9 Date: Wed, 30 Jun 2010 08:35:36 +0200 From: Thomas RAFFIN <[email protected]> Subject: Re: [pmapper-users] Result window To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Hi, The size is defined in javascript (pm.query.js). To change them, simply add the following lines in pmapper/config/common/custom.js for instance (with the good values !) : PM.Query.resultDlgOptions.width=500; PM.Query.resultDlgOptions.height=250; Thomas Le 29/06/2010 15:53, Daniel Mwaura a ?crit : > Hi Armin and all others, > First i thank you for the good job you are doing,Pmapper is one of the best > there is. > I am having trouble increasing the default width and height of the results > window.I have tried using firebug but i am still not sure which css controls > the height and width.The position is changing is i change the dialog.css > div.jqmDialog {..but the size is not. > Also is there a way i could make the results to be displayed not as a table. > please help. > > Daniel Mwaura > JKUAT > Dept of Gomatics Engineering and Geospatial Information System > > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first-- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > pmapper-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > > ------------------------------ ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first ------------------------------ _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users End of pmapper-users Digest, Vol 45, Issue 4 ******************************************** ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ pmapper-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pmapper-users
