Phil Hughes writes: >> >I just realized the use of primarily has two meanings. First, the major >reason for the site is the business locator function. Second, primarily >text--at the individual entry level a business might elect to have >graphics. Also, locator maps will, of course, be graphical. > >Functionality will include: > * User logins and profiles which will contain their default language > and locations for their house, work, ... > * Business (and content provider) logins so they can enter and update > business entries. > >Backend will be PostgreSQL. The mapping software will probably be GMT >but that is still up for grabs. Have you seen PostGIS < the GIS extension for PostgreSQL > http://postgis.refractions.net and the UMN mapserver < it has a Python mapscript module and can map PostGIS data > http://mapserver.gis.umn.edu This will probably be much more responsive then using GMT in that it renders using the GD library < .png files > instead of going thru postscript. FWIW Getting the above going within something like Quixote and using PIL instead of the libGD is on my wish list .... if and when I ever get a chance to work on it. :-( Norman