CanvasMap
Getting Started Tutorials 3D Reference

Mobile Support

CanvasMap has an initial implementation of support for mobile devices through the "hammer.js" library. This is largely by supporting "gestures" that control the map. You can add this to your maps by adding the following code to your includes:

<script src="https://gsp.humboldt.edu/Archive/Libraries/Hammer/2.0.8/hammer.js"></script>

And then setting the MobileSupported setting:

TheMainContainer.SetSetting("MainContainer","MobileSupported",true); 


Additional support for mobile devices will be added as needed and request. Let me know what you would need to see.