<div>guys,</div>
<div>i&nbsp;am adding map to a search. the kicker is that the search database is not postgresql&nbsp;and not spatial while i got only postgresql. the approach i've in mind- </div>
<p>1 run search<br>2 create results xml<br>3 geocode results xml<br>4 read geocoded xml OR csv using odbc/ovf</p>
<p>it's all good except it sounds like too much back and forth.</p>
<div>since the search database doesn't change much it might be best to create a shapefile with all points in it and show results using FILTER &quot;string&quot;?&nbsp;i don't think map_layer_feature_points is going to work since it doesn't show attributes on query and i am talking about 5000 results. none of&nbsp;ITEMNQUERY ITEMQUERYMAP&nbsp;ITEMFEATURENQUERY will work either since there're&nbsp;2 different databases.
</div>
<p>anyway i searched our gallery and 1 cool application searches like so- <a href="http://www.carto.net/williams/yosemite/sendNameData.php?searchstring=M&amp;searchtype=starts%20with&amp;offset=0&amp;limit=12&amp;filterByMapExtent=false&amp;xmin=256800&amp;ymin=4166200&amp;xmax=295200&amp;ymax=4214800">
http://www.carto.net/williams/yosemite/sendNameData.php?searchstring=M&amp;searchtype=starts%20with&amp;offset=0&amp;limit=12&amp;filterByMapExtent=false&amp;xmin=256800&amp;ymin=4166200&amp;xmax=295200&amp;ymax=4214800</a>
. there's another about excavations in italy where the points are dynamically generated from mysql using mysql2shp&nbsp;but pg2shp won't help here, right?</p>
<p>btw when&nbsp;you answer just remember i am a pure cgi kinda guy ;).</p>
<div>jzs</div>