ThinkGeo.com    |     Documentation    |     Premium Support

Openlayers framework and MVC

Hi @Ethan , I just want to know , can I use Openlayer JS framework and thinkgeo Mvc edition together to add and remove layer and other functionalities?
Also, can I access the layer added from openlayer from back end code ?

Hi Bibek,

In fact our MVC client side is based on Openlayers.

You can call GetOpenLayersMap client API to access the object of OpenLayers: Client API Documentation for Map Suite Web Edition

And if you added something in client side, you won’t find them in server side, unless you post your changes back to server side and handle that in your custom function.

Regards,

Ethan

thanks for this one @Ethan

Hi Bibek,

I am glad to hear that’s helpful.

Regards,

Ethan