ThinkGeo.com    |     Documentation    |     Premium Support

How to add thinkGeo as OpenLayers.Layer.WMS

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



alvin, 



Can you detail your requirements further? As far as i guess, 2 items i got: 



1. you have a WMS Server puiblished with ThinkGeo MapSuite WMS ServerEdition, now the problem is how to use it with WebEdition? 

Answer: Please refer to the installation web samples following "MapSuite WMS ServerEdition" installation. 



2. You have wms Server, now would like to load it with MapSuite WebEdition. 

Answer: Please refer to the installation sample of webEdition, it should be found at "Samples\CSharp Samples\Samples\Overlays\LoadAWmsOverlay.aspx". 



Hope it's helped to you. 



Thanks, 

Johnny