Re: [pmapper-users] Query layer for some columns

2011-02-09 Thread wsbd008
Dear Thomas, It's just what I want and now working. Thank you very much! :) Yuduo Gao -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. F

Re: [pmapper-users] Query layer for some columns

2011-02-09 Thread Thomas RAFFIN
Hi, I've forgotten an other (and easier) way to do what you want... It works with DB and shapefiles: http://svn.pmapper.net/trac/wiki/DocManual#LayerGroupDescriptionsandFieldsforQueries Just be careful: for shapefiles, the "RESULT_FIELDS" have to be upper case, whereas for postgreSQL and maybe

Re: [pmapper-users] Query layer for some columns

2011-02-09 Thread wsbd008
Thank you Thomas, Sorry I didn't make it clear that I'm using the shapefile as data source. I tried as you suggested but it's not working. The document about DATA of the layer in mapfile is: DATA [filename]|[sde parameters][postgis table/column][oracle table/column]. So I think it's not suppor

Re: [pmapper-users] Query layer for some columns

2011-02-07 Thread Thomas RAFFIN
sible to make more detailed queries http://svn.pmapper.net/trac/wiki/PluginsQuery Cheers, Michael -Urspr??ngliche Nachricht- Von: wsbd008 [mailto:wsbd...@163.com] Gesendet: Dienstag, 1. Februar 2011 22:00 An: pmapper-users@lists.sourceforge.net Betreff: [pmapper-users] Query layer for

Re: [pmapper-users] Query layer for some columns

2011-02-03 Thread wsbd008
7;s possible to make more detailed queries > >http://svn.pmapper.net/trac/wiki/PluginsQuery > >Cheers, Michael > > > >-Ursprüngliche Nachricht- >Von: wsbd008 [mailto:wsbd...@163.com] >Gesendet: Dienstag, 1. Februar 2011 22:00 >An: pmapper-users@lists.sou

Re: [pmapper-users] Query layer for some columns

2011-02-02 Thread Michael Grün
users@lists.sourceforge.net Betreff: [pmapper-users] Query layer for some columns Hello to all, I don't know if p.mapper supports the searching for some particular columns. It looks like p.mapper just supports like " SELECT * FROM " but not " SELECT name, id, age,... FROM ...". Do

[pmapper-users] Query layer for some columns

2011-02-01 Thread wsbd008
Hello to all, I don't know if p.mapper supports the searching for some particular columns. It looks like p.mapper just supports like " SELECT * FROM " but not " SELECT name, id, age,... FROM ...". Does anybody know how to do that? Thank you! Yuduo