Displaying vector layers via tiles (as your question seems to indicate) means you're after rasterisation of existing vector features. This can be done with any vector layer, regardless where you want to use it (and forms the base of many a web mapping applications). A usual implementation is using: some db --> geoserver [1] --> (via wms) openlayers.
If you want to use vectors as a base layer, precaching is a good idea, look at "GeoWebCache" for that, and there are other alternatives too. But that's to get you going. 1, http://geoserver.org/ On 27 February 2012 14:06, Mustafa646 <[email protected]> wrote: > Can we use some third party base layer (Images tiles) for displaying vector > data? like we use google as a base layer > > > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/Third-party-base-layer-other-than-google-tp4514910p4514910.html > Sent from the OpenLayers Users mailing list archive at Nabble.com. > _______________________________________________ > Users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/openlayers-users _______________________________________________ Users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/openlayers-users
