I'm using the supported ORG personal geodatabase as my layers in the
mapscript. I have to export that same layer as a shape to use the
search engine. If there is a update on the geodatabase, we have to
export again. I'll keep looking for a search script that will work
with personal geodatabas
Salvator*eL*arosa wrote:
>
>
> The tool "digitize" it works with version 3.2?
>
Yes, it do!
In "mapserver.js" you need to add the string:
} else if (vmode == 'digitize') {
openDigitizeDlg(imgxy);
after the string:
else if (vmode == 'poi') {
openPoiDlg(imgxy)