This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Required following openlayers/ol-cesium#289. Changes: - Rename the 'ga' angular module to 'geoadmin' to prevent conflict with a 'ga' minified symbol from the OL3/OL3-Cesium compilation; - Rename 'ga.GaRasterSynchronizer' to 'olcs.GaRasterSynchronizer' to prevent similar conflict; - Rename production Cesium.js to Cesium.min.js to help spot unminified/minified mismatch and added an angular 'buildMode' config which is now tested to know which Cesium version to load (debug or prod); - Remove 'ol' target. OL3 is now checkouted in 'ol3-cesium/ol3'; - Compile OL3 and OL3-Cesium together. As a side note, the total size of app + ol3 + ol3-cesium is now around 15K lighter (before gzip).
- Loading branch information
Showing
13 changed files
with
107,429 additions
and
228,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
{ | ||
"src": [ | ||
"src/**/*.js", | ||
"ol3/src/**/*.js", | ||
"ol3/build/ol.ext/*.js" | ||
], | ||
"exports": [ | ||
"olcs.*", | ||
"ol.Collection", | ||
"ol.Collection#*", | ||
"ol.DeviceOrientation", | ||
"ol.DeviceOrientation#*", | ||
"ol.Feature", | ||
"ol.Feature#*", | ||
"ol.Geolocation", | ||
"ol.Geolocation#*", | ||
"ol.ImageTile#getImage", | ||
"ol.Map", | ||
"ol.Map#*", | ||
"ol.MapBrowserEvent#*", | ||
"ol.Observable.unByKey", | ||
"ol.Overlay", | ||
"ol.Overlay#*", | ||
"ol.View", | ||
"ol.View#*", | ||
"ol.animation.bounce", | ||
"ol.animation.pan", | ||
"ol.animation.rotate", | ||
"ol.animation.zoom", | ||
"ol.color.asArray", | ||
"ol.color.asString", | ||
"ol.control.MousePosition", | ||
"ol.control.MousePosition#*", | ||
"ol.control.ScaleLine", | ||
"ol.control.ScaleLine#*", | ||
"ol.control.ZoomToExtent", | ||
"ol.control.ZoomToExtent#*", | ||
"ol.control.defaults", | ||
"ol.coordinate.format", | ||
"ol.coordinate.toStringHDMS", | ||
"ol.coordinate.toStringXY", | ||
"ol.easing.easeOut", | ||
"ol.easing.linear", | ||
"ol.extent.buffer", | ||
"ol.extent.containsCoordinate", | ||
"ol.extent.containsXY", | ||
"ol.extent.getCenter", | ||
"ol.extent.getHeight", | ||
"ol.extent.getWidth", | ||
"ol.extent.intersects", | ||
"ol.format.GeoJSON", | ||
"ol.format.GeoJSON#*", | ||
"ol.format.KML", | ||
"ol.format.KML#*", | ||
"ol.format.WMSCapabilities", | ||
"ol.format.WMSCapabilities#*", | ||
"ol.geom.Circle", | ||
"ol.geom.Circle#*", | ||
"ol.geom.GeometryCollection", | ||
"ol.geom.GeometryCollection#*", | ||
"ol.geom.LinearRing", | ||
"ol.geom.LinearRing#*", | ||
"ol.geom.LineString", | ||
"ol.geom.LineString#*", | ||
"ol.geom.MultiLineString", | ||
"ol.geom.MultiLineString#*", | ||
"ol.geom.MultiPoint", | ||
"ol.geom.MultiPoint#*", | ||
"ol.geom.MultiPolygon", | ||
"ol.geom.MultiPolygon#*", | ||
"ol.geom.Point", | ||
"ol.geom.Point#*", | ||
"ol.geom.Polygon", | ||
"ol.geom.Polygon#*", | ||
"ol.has.DEVICE_ORIENTATION", | ||
"ol.has.DEVICE_PIXEL_RATIO", | ||
"ol.interaction.DragBox", | ||
"ol.interaction.DragBox#*", | ||
"ol.interaction.DragZoom", | ||
"ol.interaction.DragZoom#*", | ||
"ol.interaction.Draw", | ||
"ol.interaction.Draw#*", | ||
"ol.interaction.KeyboardPan", | ||
"ol.interaction.KeyboardPan#*", | ||
"ol.interaction.KeyboardZoom", | ||
"ol.interaction.KeyboardZoom#*", | ||
"ol.interaction.Modify", | ||
"ol.interaction.Modify#*", | ||
"ol.interaction.Select", | ||
"ol.interaction.Select#*", | ||
"ol.interaction.Snap", | ||
"ol.interaction.Snap#*", | ||
"ol.interaction.defaults", | ||
"ol.layer.Group", | ||
"ol.layer.Group#*", | ||
"ol.layer.Image", | ||
"ol.layer.Image#*", | ||
"ol.layer.Layer", | ||
"ol.layer.Layer#*", | ||
"ol.layer.Tile", | ||
"ol.layer.Tile#*", | ||
"ol.layer.Vector", | ||
"ol.layer.Vector#*", | ||
"ol.proj.Projection", | ||
"ol.proj.Projection#*", | ||
"ol.proj.get", | ||
"ol.proj.transform", | ||
"ol.proj.transformExtent", | ||
"ol.style.Circle", | ||
"ol.style.Circle#*", | ||
"ol.style.Fill", | ||
"ol.style.Fill#*", | ||
"ol.style.Icon", | ||
"ol.style.Icon#*", | ||
"ol.style.Image", | ||
"ol.style.Image#*", | ||
"ol.style.RegularShape", | ||
"ol.style.RegularShape#*", | ||
"ol.style.Stroke", | ||
"ol.style.Stroke#*", | ||
"ol.style.Style", | ||
"ol.style.Style#*", | ||
"ol.style.Text", | ||
"ol.style.Text#*", | ||
"ol.source.ImageVector", | ||
"ol.source.ImageVector#*", | ||
"ol.source.ImageWMS", | ||
"ol.source.ImageWMS#*", | ||
"ol.source.TileImage", | ||
"ol.source.TileImage#*", | ||
"ol.source.TileWMS", | ||
"ol.source.TileWMS#*", | ||
"ol.source.Vector", | ||
"ol.source.Vector#*", | ||
"ol.source.WMTS", | ||
"ol.source.WMTS#*", | ||
"ol.tilegrid.TileGrid", | ||
"ol.tilegrid.TileGrid#*", | ||
"ol.tilegrid.WMTS", | ||
"ol.tilegrid.WMTS#*" | ||
], | ||
"umd": true, | ||
"compile": { | ||
"externs": [ | ||
"externs/olcsx.js", | ||
"Cesium.externs.js", | ||
"ol3/externs/bingmaps.js", | ||
"ol3/externs/closure-compiler.js", | ||
"ol3/externs/geojson.js", | ||
"ol3/externs/oli.js", | ||
"ol3/externs/olx.js", | ||
"ol3/externs/proj4js.js", | ||
"ol3/externs/tilejson.js", | ||
"ol3/externs/topojson.js" | ||
], | ||
"define": [ | ||
"goog.array.ASSUME_NATIVE_FUNCTIONS=true", | ||
"goog.dom.ASSUME_STANDARDS_MODE=true", | ||
"goog.json.USE_NATIVE_JSON=true", | ||
"goog.DEBUG=false", | ||
"ol.ENABLE_DOM=false", | ||
"ol.ENABLE_WEBGL=false" | ||
], | ||
"jscomp_error": [ | ||
"*" | ||
], | ||
"jscomp_off": [ | ||
"useOfGoogBase", | ||
"unnecessaryCasts", | ||
"lintChecks" | ||
], | ||
"extra_annotation_name": [ | ||
"api", "observable" | ||
], | ||
"compilation_level": "ADVANCED", | ||
"warning_level": "VERBOSE", | ||
"use_types_for_optimization": true, | ||
"manage_closure_dependencies": true, | ||
"create_source_map": "dist/ol3cesium.js.map", | ||
"source_map_format": "V3" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.