Merge pull request #2768 from xamgreen/patch-1

Write the function name correctly in the doc.
This commit is contained in:
Tim Schaub
2014-09-29 14:05:28 -06:00

View File

@@ -43,7 +43,7 @@ ol.GeolocationProperty = {
*
* var geolocation = new ol.Geolocation({
* // take the projection to use from the map's view
* projection: view.getprojection()
* projection: view.getProjection()
* });
* // listen to changes in position
* geolocation.on('change', function(evt) {