[Commits] r2565 - sandbox/cmoullet/ux/GeolocationAPI/examples
commits at geoext.org
commits at geoext.org
Sun Jan 16 07:25:09 CET 2011
Author: cmoullet
Date: 2011-01-16 07:25:09 +0100 (Sun, 16 Jan 2011)
New Revision: 2565
Modified:
sandbox/cmoullet/ux/GeolocationAPI/examples/geolocationapimobileexample.js
Log:
Remove unneeded zoom
Modified: sandbox/cmoullet/ux/GeolocationAPI/examples/geolocationapimobileexample.js
===================================================================
--- sandbox/cmoullet/ux/GeolocationAPI/examples/geolocationapimobileexample.js 2011-01-16 05:14:26 UTC (rev 2564)
+++ sandbox/cmoullet/ux/GeolocationAPI/examples/geolocationapimobileexample.js 2011-01-16 06:25:09 UTC (rev 2565)
@@ -10,7 +10,6 @@
})
]});
var GeolocationAPIControl = new OpenLayers.Control.GeolocationAPI({mode: 'position',
- zoom: 16,
displayPosition: false,
displayAccuracy: true,
geolocationOptions: {timeout:3000}});
More information about the Commits
mailing list