getProjektion() instead of getprojektion()

Just a little error that my confuse some people.
This commit is contained in:
xamgreen
2014-09-29 20:01:47 +02:00
parent 1a4d841a26
commit 704d53e589

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) {