ThinkGeo.com    |     Documentation    |     Premium Support

Disable a map?

Hello,


How can I disable a map to not let user changing zoom level? To do this in previous version of MapeSuit I used Mode=”NonInteraction”.


Best regards

Wieslaw



Thank you for your question. I don’t think there is a straightforward way to do that in the Web edition. I think that the logic for that would have to be done in Javascript. We will continue investigating this issue and tomorrow we should have a more precise answer. Thank you.

Hi Wieslaw, 



We have an API to get the same effect as the NonInteraction mode, please see the code below:

Map1.MapTools.MouseMapTool.Enabled = false;


Please have a try and let me know if you have more questions.



Thanks,

Howard