Granularize the exports
This commit decomposes exports.txt into multiple, per-component, export files. This will be required for custom builds;
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@exportSymbol ol.source.BingMaps
|
||||
@exportSymbol ol.BingMapsStyle
|
||||
@exportProperty ol.BingMapsStyle.AERIAL
|
||||
@exportProperty ol.BingMapsStyle.AERIAL_WITH_LABELS
|
||||
@exportProperty ol.BingMapsStyle.ROAD
|
||||
@exportProperty ol.BingMapsStyle.ORDNANCE_SURVEY
|
||||
@exportProperty ol.BingMapsStyle.COLLINS_BART
|
||||
@exportObjectLiteral ol.source.BingMapsOptions
|
||||
@exportObjectLiteralProperty ol.source.BingMapsOptions.culture string|undefined
|
||||
@exportObjectLiteralProperty ol.source.BingMapsOptions.key string
|
||||
@exportObjectLiteralProperty ol.source.BingMapsOptions.style ol.BingMapsStyle
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
@exportSymbol ol.source.MapQuestOSM
|
||||
@exportSymbol ol.source.MapQuestOpenAerial
|
||||
@@ -0,0 +1,2 @@
|
||||
@exportSymbol ol.source.OpenStreetMap
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
@exportSymbol ol.source.Stamen
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
@exportSymbol ol.source.TileJSON
|
||||
Reference in New Issue
Block a user