the current definition of the search reads all information from the XML
file when the search is executed. You would need to modify the
search.php and the functions getSearchParameters() and
getSearchParamsPG() respectively to get your info from somewhere else.
You could try to create a new clas
Thanks Armin for the prompt reply,
I am basically looking for attribute search on fields on postgis layers but
it should be a SQL query string that should be created dynamically according
to user requirements. Using the search.xml we are only able to search for
one field at a time but what I need
what do you mean with "making SQL queries"? Attribute search on fields
of the Postgis layers? Then see this
http://svn.pmapper.net/trac/wiki/UpgradeInfo
armin
Samee Azmi wrote:
> Hello Group,
>
> I have installed postGIS and its working fine. I have imported shapefiles to
> postgis and am able
Hello Group,
I have installed postGIS and its working fine. I have imported shapefiles to
postgis and am able to access it through p.mapper.
Can any one let me know the steps involved in making SQL queries through
POSTGIS on the imported shapefiles. I tried searching the forums but dint
get any t