Hi all,
I'm experimenting with ThinkGeo and OpenLayers in differnt browsers by creating a simple webpage with a WMS and some basic vector layers.
I have no problem creating the vector layers and adding features to it, but how do I use the ThinkGeo WMS in my sample webpage?? I'm using the following, but I want to use ThinkGeo's map data.
var ol_wms = new OpenLayers.Layer.WMS("OpenLayers WMS", "vmap0.tiles.osgeo.org/wms/vmap0", {
layers: "basic"
});
Thanks,
Alvin