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:
@@ -55,7 +55,7 @@ ol.OverlayPositioning = {
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.Object}
|
||||
* @param {ol.OverlayOptions} options Overlay options.
|
||||
* @param {olx.OverlayOptions} options Overlay options.
|
||||
* @todo stability experimental
|
||||
* @todo observable element {Element} the Element containing the overlay
|
||||
* @todo observable map {ol.Map} the map that the overlay is part of
|
||||
|
||||
Reference in New Issue
Block a user