Niklas Alt
|
3ef6e39c26
|
Use camel-cased inheritDoc for consistency
|
2018-12-03 20:42:03 +01:00 |
|
Niklas Alt
|
8f7d0c8a4b
|
Specify the return array as coordinates
|
2018-12-03 20:22:46 +01:00 |
|
Andreas Hocevar
|
fd0e7782ed
|
Merge pull request #9026 from ahocevar/dependencies
Update ol-mapbox-style and jsdoc-plugin-typescript
|
2018-12-03 06:31:33 +01:00 |
|
Andreas Hocevar
|
3790007226
|
Merge pull request #9025 from ahocevar/render-event
Remove unused render event
|
2018-12-03 06:31:03 +01:00 |
|
ahocevar
|
976863c376
|
Add prerender and postrender events for Image layer
|
2018-12-02 21:05:20 +01:00 |
|
ahocevar
|
4256932cee
|
Update ol-mapbox-style and jsdoc-plugin-typescript
|
2018-12-02 17:17:19 +01:00 |
|
ahocevar
|
be52368006
|
Remove unused render event
|
2018-12-02 17:13:03 +01:00 |
|
Tim Schaub
|
3944f0e62b
|
Merge pull request #9023 from jahow/fix-webgl-points-layer
Fix webgl PointsLayer not rendering anything
|
2018-11-30 21:38:43 -07:00 |
|
jahow
|
8bb7d77f68
|
Update PointsLayer documentation
|
2018-12-01 00:11:27 +01:00 |
|
jahow
|
55c36b5aab
|
Shader compilation errors are now logged even when the compilation succeeded
|
2018-12-01 00:03:05 +01:00 |
|
jahow
|
78028893e2
|
Added missing attributes in PointsLayer
Attributes were used in the shader but not bound to a buffer, which made the
rendering failed in some implementations.
|
2018-12-01 00:01:55 +01:00 |
|
Andreas Hocevar
|
171f1a5bac
|
Merge pull request #9022 from ahocevar/webgl-performance-caveat
Use WebGL even with major performance caveat
|
2018-11-30 15:53:27 +01:00 |
|
ahocevar
|
a77ed76443
|
Use WebGL even with major performance caveat
|
2018-11-30 14:20:59 +01:00 |
|
Andreas Hocevar
|
e9e804a836
|
Merge pull request #9020 from ahocevar/remove-superfluous-settileurlfunction
Remove superfluous setTileUrlFunction call
|
2018-11-30 11:09:46 +01:00 |
|
ahocevar
|
1d243a7f37
|
Add comments and TODOs
|
2018-11-29 22:35:46 +01:00 |
|
ahocevar
|
fbf98a44ea
|
Streamline tile preparation and remove unused code
|
2018-11-29 22:35:46 +01:00 |
|
ahocevar
|
9720db2041
|
Remove superfluous setTileUrlFunction call
|
2018-11-29 21:20:35 +01:00 |
|
Andreas Hocevar
|
65a10db432
|
Merge pull request #9018 from OSHistory/docFixes
Duplicate @property for style and renderOrder
|
2018-11-29 17:12:43 +01:00 |
|
Niklas Alt
|
e73931a9b2
|
Duplicate @property for style and renderOrder
|
2018-11-29 16:51:01 +01:00 |
|
Johannes Weskamm
|
d4c14da4b5
|
Rename props, localization, fix example
|
2018-11-29 15:24:41 +01:00 |
|
Frédéric Junod
|
aad836dfb2
|
Merge pull request #9012 from fredj/misc
Change projection and urls properties in sources options to optional
|
2018-11-29 07:08:21 +01:00 |
|
Johannes Weskamm
|
97618c8611
|
Added scalebar option to ol.control.scaleline
|
2018-11-28 16:25:55 +01:00 |
|
Frederic Junod
|
769d7dd732
|
Change urls property in TileArcGISRest to optional
The `urls`property is optional if `url` is defined.
|
2018-11-28 16:00:56 +01:00 |
|
Frederic Junod
|
28bdbeb869
|
Change projection property in sources options to optional
The `projection` property is not mandatory, the view's projection is used if not provided.
|
2018-11-28 15:59:47 +01:00 |
|
ahocevar
|
2ce8fa6f10
|
Render only when we have time, and not during interaction/animation
|
2018-11-28 14:42:41 +01:00 |
|
ahocevar
|
82e2a84862
|
Remove interim tile handling for now
|
2018-11-28 14:42:41 +01:00 |
|
ahocevar
|
43759fd846
|
Decouple executor group creation from rendering
|
2018-11-28 14:42:40 +01:00 |
|
Tim Schaub
|
85abe3695a
|
Merge pull request #9010 from fredj/ExecutorGroup_import
Fix ExecutorGroup.js file location in comments
|
2018-11-27 13:04:37 -07:00 |
|
Tim Schaub
|
74225188f4
|
Merge pull request #9009 from fredj/revert_9005
Revert "Simplify import path in examples"
|
2018-11-27 12:58:15 -07:00 |
|
Frederic Junod
|
4caabee792
|
Fix ExecutorGroup.js file location in comments
`src/ol/render/ExecutorGroup.js` was removed in #9003
|
2018-11-27 17:13:54 +01:00 |
|
Frederic Junod
|
63de0aefbe
|
Remove '.js' from the imports
|
2018-11-27 17:00:18 +01:00 |
|
Frederic Junod
|
4a3f70c09b
|
Revert "Simplify import path in examples"
This reverts commit 79c8afdba8.
|
2018-11-27 16:49:55 +01:00 |
|
Frédéric Junod
|
eaa29b2e63
|
Merge pull request #9005 from fredj/examples_import
Simplify import path in examples
|
2018-11-27 13:50:38 +01:00 |
|
Frederic Junod
|
79c8afdba8
|
Simplify import path in examples
To have the same path (starting with `ol/`, without `.js`) as in the documentation.
The support was added in the webpack config in #8928
|
2018-11-26 17:18:52 +01:00 |
|
Andreas Hocevar
|
4b784f06e9
|
Merge pull request #9003 from ahocevar/remove-duplicate-functions
Remove unused Builder/Executor functions and members
|
2018-11-26 12:10:40 +01:00 |
|
Andreas Hocevar
|
b03a42c81a
|
Merge pull request #9004 from openlayers/greenkeeper/webpack-4.26.1
Update webpack to the latest version 🚀
|
2018-11-25 23:57:02 +01:00 |
|
greenkeeper[bot]
|
49b1310b19
|
chore(package): update webpack to version 4.26.1
|
2018-11-25 21:17:50 +00:00 |
|
ahocevar
|
f4aec3fd01
|
Remove unused Builder/Executor functions and members
|
2018-11-25 20:06:37 +01:00 |
|
Andreas Hocevar
|
b71a8aa006
|
Merge pull request #9002 from openlayers/fix-module-path
Fix module path
|
2018-11-25 14:51:42 +01:00 |
|
Andreas Hocevar
|
66ec9983b2
|
Fix module path
|
2018-11-25 14:19:56 +01:00 |
|
Frédéric Junod
|
4910933a9b
|
Merge pull request #8996 from fredj/image-vector-ratio
Add imageRatio option for VectorImage layers
|
2018-11-23 14:29:51 +01:00 |
|
Tim Schaub
|
8cea28e102
|
Add missing full stop in comment
Co-Authored-By: fredj <frederic.junod@camptocamp.com>
|
2018-11-23 08:24:20 +01:00 |
|
Andreas Hocevar
|
d1df9dae0d
|
Pass baseOptions to parent constructor
Co-Authored-By: fredj <frederic.junod@camptocamp.com>
|
2018-11-22 10:27:29 +01:00 |
|
Frederic Junod
|
e66a84c897
|
Add imageRatio option for VectorImage layers
|
2018-11-22 09:38:08 +01:00 |
|
Frédéric Junod
|
5951e147c0
|
Merge pull request #8995 from fredj/vec_render_mode
Remove leftover comments and code for 'vector' render mode
|
2018-11-22 08:44:37 +01:00 |
|
Tim Schaub
|
7b6f86abc7
|
Merge pull request #8992 from tschaub/tilecoord
Use standard tile coords
|
2018-11-21 15:18:51 -07:00 |
|
Tim Schaub
|
0f5439e16e
|
Add upgrade notes regarding internal tile coordinates
|
2018-11-21 11:53:12 -07:00 |
|
Tim Schaub
|
e9a30c5cb7
|
Use standard tile coords
|
2018-11-21 11:14:17 -07:00 |
|
Tim Schaub
|
37c987de0a
|
Move quadKey function to the one place it is used
|
2018-11-21 10:10:51 -07:00 |
|
Frederic Junod
|
cb44775306
|
Remove leftover comments and code for 'vector' render mode
|
2018-11-21 16:58:27 +01:00 |
|