Hi,
I see that IE uses url cursors that Firefox does not. I have looked the
code in pmapper.js and saw that Firefoy was using internal cursors.
Since Firefox should support url cursors I have tried using .cur cursor
and it works when defined like (setting internalCursor to false before):
var used
Thanks Armin,
I thought this type of attribute search was simple to configure because it
works for me in an old pmapper1 version. I only remember there was a problem
with the period in y.NAME, so I did some workaround to make it work. But it
was defined something like:
"echo(" \n");" in
search.ph
I put a sample definition of the suggest under
http://svn.pmapper.net/trac/browser/pmapper/trunk/config/default
uncomment the last part in search.xml, you might need to adapt the path
under , it can be an absolute path or relative to the XML
file. In the you can use this as the parent path (us
p.mapper is tested with shapefiles and PostGIS for the vector part. All
other types of vector layer sources (mapinfo, OGR, etc) might work, but
it is not guaranteed. For these types of layers users are welcome to
contribute patches and I will integrate them into the main code, but I
myself will
Hi,
I have a layer with CONNECTIONTYPE OGR and DATA like "select x.ID, y.NAME
from x LEFT JOIN y ON x.ID = y.ID"
"x" is dbf file from the layer/shape, and y is "standalone" dbf file.
Everything works but I would like to do an attribute search for y.NAME.. Is
it possible using newest search engin