Frederic Junod
|
af1f6836af
|
Shorter module paths for default exports
|
2018-05-09 11:24:43 +02:00 |
|
Tim Schaub
|
167bc1ec78
|
Remove externs/oli.js
|
2018-05-08 08:38:34 -06:00 |
|
ahocevar
|
9bfdf818e4
|
Rename Style~Function path type to Style~StyleFunction
|
2018-04-27 09:30:51 +02:00 |
|
ahocevar
|
59d904e509
|
Fix some types
|
2018-04-27 09:30:51 +02:00 |
|
ahocevar
|
440d1ad3e1
|
Shorter module paths for default exports
|
2018-04-25 17:25:39 +02:00 |
|
ahocevar
|
417dd85f83
|
Fix some jsdoc path types
|
2018-04-21 10:17:53 +02:00 |
|
ahocevar
|
d6b177e847
|
No olx and ol types for ol/interaction/Modify
|
2018-03-16 16:30:00 +01:00 |
|
ahocevar
|
12581b6a77
|
No olx and ol types for ol/interaction/DragBox
|
2018-03-15 16:49:50 +01:00 |
|
Frédéric Junod
|
ba17527d29
|
Merge pull request #7974 from fredj/cleanup
Fix spelling
|
2018-03-12 16:10:22 +01:00 |
|
Tim Schaub
|
8907339963
|
Module type for ol/MapBrowserEvent
|
2018-03-12 08:32:09 -06:00 |
|
Tim Schaub
|
cf80733e41
|
Module type for ol/Feature
|
2018-03-12 08:32:09 -06:00 |
|
Tim Schaub
|
ef70d71636
|
Module types for ol/geom
|
2018-03-12 08:32:09 -06:00 |
|
Frederic Junod
|
35158efbf0
|
Fix spelling
|
2018-03-12 15:18:58 +01:00 |
|
Andreas Hocevar
|
95d6251dbb
|
Get rid of olx.js and typedef.js typedefs for ol
|
2018-03-08 18:57:24 +01:00 |
|
Frederic Junod
|
3435ac575e
|
Better type definition
Fixes the `Invalid type(s) for operator IN.` warnings from the closure compiler.
|
2018-03-07 16:45:46 +01:00 |
|
Frederic Junod
|
8df89356f1
|
Better variables scoping
|
2018-02-26 08:51:33 +01:00 |
|
Tim Schaub
|
3f944ef76e
|
Remove static members from Modify
|
2018-02-25 09:18:44 -07:00 |
|
Tim Schaub
|
580c2c6545
|
Named exports from ol/style/Style
|
2018-02-22 23:34:52 -08:00 |
|
Tim Schaub
|
1be61fdb09
|
Only export handleEvent where it is used by other interactions
|
2018-02-19 14:00:59 -07:00 |
|
Tim Schaub
|
9aae8aeb26
|
Export CollectionEvent from ol/Collection
|
2018-02-18 22:29:50 -07:00 |
|
Frederic Junod
|
4cad77089a
|
Better code indentation
|
2018-02-16 14:34:00 +01:00 |
|
Tim Schaub
|
a7e234658b
|
Remove private static members from Modify interaction
|
2018-02-12 06:22:15 -07:00 |
|
Tim Schaub
|
b97554f2f3
|
Named exports from ol/coordinate
|
2018-02-09 14:31:20 -07:00 |
|
Marc Jansen
|
6e764a20b3
|
Import events conditions explicitly
|
2018-02-05 20:36:42 +01:00 |
|
Tim Schaub
|
7e7631c42a
|
Named exports from ol/events
|
2018-01-24 10:09:57 -07:00 |
|
Tim Schaub
|
ad62739a6e
|
Use blocked scoped variables
In addition to using const and let, this also upgrades our linter config and removes lint (mostly whitespace).
|
2018-01-12 00:50:30 -07:00 |
|
Tim Schaub
|
4f4c90fc20
|
Rename _ol_style_Style_ to Style
|
2018-01-11 13:22:43 -07:00 |
|
Tim Schaub
|
870be87389
|
Rename _ol_interaction_ModifyEventType_ to ModifyEventType
|
2018-01-11 12:10:54 -07:00 |
|
Tim Schaub
|
682b4402a0
|
Rename _ol_interaction_Modify_ to Modify
|
2018-01-11 12:10:54 -07:00 |
|
Tim Schaub
|
dce1790886
|
Rename _ol_interaction_Pointer_ to PointerInteraction
|
2018-01-11 12:09:58 -07:00 |
|
Tim Schaub
|
176021e188
|
Rename _ol_Collection_ to Collection
|
2018-01-11 12:06:58 -07:00 |
|
Tim Schaub
|
ca6ea355e6
|
Rename _ol_source_Vector_ to VectorSource
|
2018-01-10 09:36:28 -07:00 |
|
Tim Schaub
|
45c6e43b42
|
Rename _ol_layer_Vector_ to VectorLayer
|
2018-01-10 09:36:23 -07:00 |
|
Tim Schaub
|
22fce4f97b
|
Rename _ol_Feature_ to Feature
|
2018-01-10 09:35:35 -07:00 |
|
Marc Jansen
|
8ef8f59cd9
|
Merge pull request #7636 from marcjansen/named-exports-array
Named exports from the ol/array module
|
2017-12-19 22:32:14 +01:00 |
|
Tim Schaub
|
a06c8ebb6f
|
Merge pull request #7614 from KlausBenndorf/publicThisArgs
Remove opt_this from the API
|
2017-12-19 09:30:54 -08:00 |
|
Marc Jansen
|
02002082bf
|
Named exports from ol/array module
|
2017-12-19 17:22:58 +01:00 |
|
simonseyock
|
3e82c37bed
|
removes opt_this from ol.Collection#forEach
this commit also removes all uses of the standard thisArg of
Array#forEach.
|
2017-12-19 13:14:20 +01:00 |
|
Frederic Junod
|
1e307c16ac
|
Rename _ol_source_VectorEventType_ to VectorEventType
|
2017-12-19 08:42:32 +01:00 |
|
Frederic Junod
|
64e7ae6eb8
|
Rename _ol_CollectionEventType_ to CollectionEventType
|
2017-12-18 10:50:52 +01:00 |
|
Frederic Junod
|
56163c5f37
|
Rename _ol_structs_RBush_ to RBush
|
2017-12-17 08:55:43 +01:00 |
|
Marc Jansen
|
479c7a4668
|
Rename _ol_events_EventType_ to EventType
|
2017-12-15 16:19:03 +01:00 |
|
Marc Jansen
|
ec64789940
|
Rename _ol_MapBrowserPointEvent_ to MapBrowserPointerEvent
|
2017-12-15 16:18:32 +01:00 |
|
Marc Jansen
|
039bde29cc
|
Rename _ol_MapBrowserEventType_ to MapBrowserEventType
|
2017-12-15 16:18:32 +01:00 |
|
Marc Jansen
|
1cc682e488
|
Rename _ol_events_Event_ to Event
|
2017-12-15 16:17:56 +01:00 |
|
Tim Schaub
|
504368369c
|
Rename _ol_geom_GeometryType_ to GeometryType
|
2017-12-14 09:00:57 -07:00 |
|
Tim Schaub
|
eadec38ae2
|
Rename _ol_geom_Point_ to Point
|
2017-12-14 08:49:10 -07:00 |
|
Andreas Hocevar
|
c0c43bca84
|
Use named imports from extent
|
2017-12-13 14:05:42 +01:00 |
|
Tim Schaub
|
87295a74dd
|
Use named exports from ol/index.js
|
2017-12-12 12:34:23 -07:00 |
|
Tim Schaub
|
7f47883c48
|
Transformed
|
2017-12-12 06:53:18 -07:00 |
|