[OpenLayers-Users] Activate / desactivate default map interactions

Ruff, Thomas Thomas.Ruff at solers.com
Thu Jun 12 15:10:37 PDT 2014


try passing in a null or an empty array for the controls property when you instantiate the map.  

mapOptions = {
  controls: {}
   ...
};
new OpenLayers.Map(mapOptions);
________________________________________
From: openlayers-users-bounces at lists.osgeo.org [openlayers-users-bounces at lists.osgeo.org] on behalf of bnare [bnaretto at geomapgis.com]
Sent: Thursday, June 12, 2014 2:56 AM
To: openlayers-users at lists.osgeo.org
Subject: [OpenLayers-Users] Activate / desactivate default map interactions

Hi everyone,

It's possible to activate or desactivate default map interactions in
OpenLayer3 ?

I look forward to your response.



--
View this message in context: http://osgeo-org.1560.x6.nabble.com/Activate-desactivate-default-map-interactions-tp5145483.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.
_______________________________________________
Users mailing list
Users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/openlayers-users


More information about the Users mailing list