Hi,

I have problems with search function. In the search I want to create a
dropdown  search from a PostGIS layer. I have This code in my
config_default.xml file:


<searchitem name="png" description="PNG">
            <layer type="postgis" name="png">
                <field type="s" name="zone" description="Zone"
 wildcard="2">
<definition type="options" connectiontype="db" sort="asc" firstoption="*">
                                      <dsn
encoding="UTF-8">pgsql://postgres:postgres@localhost/png</dsn>
                                      <sql>SELECT zone FROM png</sql>
                         </definition>
</field>
            </layer>
   </searchitem>

In the interface when I click "PNG" nothing happens. The dropdown search
doesn't appear. What is wrong in my code?

Regards

Silvestre
------------------------------------------------------------------------------
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to