Imports cased like the filename
This commit is contained in:
11
src/ol/MapProperty.js
Normal file
11
src/ol/MapProperty.js
Normal file
@@ -0,0 +1,11 @@
|
||||
goog.provide('ol.MapProperty');
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.MapProperty = {
|
||||
LAYERGROUP: 'layergroup',
|
||||
SIZE: 'size',
|
||||
TARGET: 'target',
|
||||
VIEW: 'view'
|
||||
};
|
||||
Reference in New Issue
Block a user