Use olx namespace for options types in source code
sed command used: find src/ol -name '*.js' -exec sed -ri 's/\{ol(\.(\w|\.)+Options\=?\})/{olx\1/' \{\} \;
This commit is contained in:
@@ -45,7 +45,7 @@ ol.GeolocationProperty = {
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.Object}
|
||||
* @param {ol.GeolocationOptions=} opt_options Options.
|
||||
* @param {olx.GeolocationOptions=} opt_options Options.
|
||||
* @todo stability experimental
|
||||
* @todo observable accuracy {number} readonly the accuracy of the position
|
||||
* measurement
|
||||
|
||||
Reference in New Issue
Block a user