forked from skarkkai/touch-mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ol-custom.json
61 lines (61 loc) · 1.56 KB
/
ol-custom.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
".comment": "see http://openlayers.org/en/v3.15.1/doc/tutorials/custom-builds.html",
"exports": [
"ol.Map",
"ol.Map#on",
"ol.Map#getView",
"ol.Map#getInteractions",
"ol.Map#updateSize",
"ol.Overlay",
"ol.Overlay#setPosition",
"ol.Overlay#getElement",
"ol.Overlay#setElement",
"ol.View",
"ol.View#getCenter",
"ol.View#setCenter",
"ol.View#getProjection",
"ol.View#setResolution",
"ol.Collection",
"ol.interaction.Interaction#setActive",
"ol.interaction.DragPan",
"ol.interaction.KeyboardPan",
"ol.control.ScaleLine",
"ol.source.OSM",
"ol.proj.Projection#getPointResolution",
"ol.proj.fromLonLat",
"ol.proj.toLonLat",
"ol.layer.Tile"
],
"compile": {
"externs": [
"externs/bingmaps.js",
"externs/closure-compiler.js",
"externs/geojson.js",
"externs/oli.js",
"externs/olx.js",
"externs/proj4js.js",
"externs/tilejson.js",
"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",
"ol.ENABLE_PROJ4JS=false",
"ol.ENABLE_IMAGE=false",
"ol.ENABLE_VECTOR=false"
],
"jscomp_off": [
"unknownDefines"
],
"extra_annotation_name": [
"api", "observable"
],
"compilation_level": "ADVANCED_OPTIMIZATIONS",
"use_types_for_optimization": true,
"manage_closure_dependencies": true
}
}