> I wonder if  reprojecting (about 6 layers?) and navigating 
> can substantially decrease the performance?

Reprojecting your data on the fly, will always have a performance cost. 
The cost is usually not much unless you're servicing a large volume of 
requests.

For best performance, store your data in the same SRS as it will be 
requested. Better to reproject once and forever, than with every single 
request.

-- 
HostGIS, Open Source solutions for the global GIS community
Greg Allensworth - SysAdmin, Programmer, GIS Person, Security
    Network+   Server+   A+   Security+   Linux+
    PHP   PostgreSQL   MySQL   DHTML/JavaScript/AJAX

"No one cares if you can back up — only if you can recover."
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to