View Single Post
  #4  
Old 11-13-2007, 03:01 PM
KiwiJochen KiwiJochen is offline
Member
 
Join Date: Dec 2006
Location: Switzerland
Posts: 2,575
KiwiJochen is on a distinguished road
Quote:
Originally Posted by DWill
Can you hack the software so that it will either:
.....
2: list what you looking for starting with the closest locations ahead of you?
The standard Euro Mk4 response is to show the POIs starting with the closest locations - ie: sorted by distance. It is a function of the SF_***.HTM file in the POI data.
This is an HTML file, open with a text or HTML editor and observe the difference between a standard Euro ST file and the USA version.

Look at this line:

<INPUT TYPE="HIDDEN" NAME="SORT" VALUE="CRITERIA+DISTANCE">

You can see that you can specify the sort criteria.

In Europe the SF file requests sorting of POIs starting from the closest locations. Maybe the sorting order is different in the USA. How are your SF files defining the sorting?

Jochen
Reply With Quote

Sponsored Links