Frederic Junod
e77986c86c
Module type for ol.source.Image
2018-04-19 15:39:26 +02:00
Frederic Junod
6f3957786a
Module type for ol.source.Source
2018-04-19 15:39:26 +02:00
Frederic Junod
3dbabb734b
Module type for ol.source.Vector
2018-04-19 15:39:26 +02:00
Frederic Junod
e283193ff4
Module type for ol.source.State
2018-04-19 15:39:25 +02:00
Frederic Junod
6ce42464b3
Module type for ol.source.VectorTile
2018-04-19 15:39:25 +02:00
Frederic Junod
911d0f12e3
Module type for ol.source.XYZ
2018-04-19 15:39:25 +02:00
Frederic Junod
bf40002af0
Module type for ol.source.TileImage
2018-04-19 15:39:25 +02:00
Frédéric Junod
c63c7b211d
Merge pull request #8048 from fredj/shaders_comments
...
Remove all comments from shaders
2018-04-19 15:21:51 +02:00
Frederic Junod
6006a9d9b5
Allow unprefixed WMTS tileMatrix identifiers
...
`ol.tilegrid.WMTS.createFromCapabilitiesMatrixSet` fails when tileMatrix identifiers
are not prefixed by their tileMatrixSet identifier.
Original code by @filipheymans
2018-04-19 11:48:42 +02:00
Frederic Junod
4b76ad60d2
Remove unused variable
2018-04-19 10:53:10 +02:00
Benjamin Gerber
84b6e6c7ad
Correct type for TextPlacement (jsdoc)
2018-04-19 10:09:21 +02:00
Tim Schaub
ee9078c401
Merge pull request #8083 from pfirpfel/move-structs-typedefs-to-ol/structs
...
Move structs typedefs to ol/structs/*
2018-04-18 16:27:12 -06:00
Tim Schaub
4083e22948
Merge pull request #8077 from icholy/master
...
Add hasFeature method to ol.source.Vector
2018-04-18 16:26:38 -06:00
Tim Schaub
9380cbd316
Merge pull request #8080 from iagafonov/master
...
#8079 Mark functions setRotateWithView and setSnapToPixel of ol/style/Image with @api
2018-04-18 16:24:20 -06:00
Tim Schaub
44fb48d63f
Type is * instead of value_
2018-04-18 16:19:06 -06:00
Michael Kuenzli
4a70ae2fc0
Move ol.ReprojTriangle to ol/reproj/Triangulation
2018-04-18 16:39:26 +02:00
Michael Kuenzli
edce9e9435
Move ol.ReprojTileFunctionType to ol/reproj/Tile
2018-04-18 16:35:30 +02:00
Michael Kuenzli
724be40854
Move ol.ReprojImageFunctionType to ol/reproj/Image
2018-04-18 16:32:59 +02:00
Michael Kuenzli
b76492c3b8
Move ol.LRUCacheEntry to ol/structs/LRUCache
2018-04-18 16:14:03 +02:00
Michael Kuenzli
11da20e744
Move ol.LinkedListItem to ol/structs/LinkedList
2018-04-18 16:09:17 +02:00
Michael Kuenzli
8433e2e07d
Remove unused typedefs
2018-04-18 15:18:57 +02:00
Иван Агафонов
84a49ec943
Mark functions setRotateWithView and setSnapToPixel of ol/style/Image with @api
2018-04-18 14:52:49 +03:00
Andreas Hocevar
b9afb8d146
Merge branch 'master' into move-olx.style-to-ol/style
2018-04-18 08:57:49 +02:00
Ilia Choly
b8d3bb5766
Add hasFeature method to ol.source.Vector
2018-04-17 14:22:30 -04:00
Michael Kuenzli
310b9256eb
Move olx.tilegrid.XYZOptions to ol/tilegrid
2018-04-17 17:28:32 +02:00
Michael Kuenzli
c06bea9a4e
Move ol.StyleImageOptions from typedefs.js to ol/style/Image
2018-04-17 17:22:04 +02:00
Michael Kuenzli
e388527200
Move ol.StyleRenderFunction from typedefs.js to ol/style/Style
2018-04-17 17:22:04 +02:00
Michael Kuenzli
4f183f33f1
Move ol.StyleGeometryFunction from typedefs.js to ol/style/Style
2018-04-17 17:22:04 +02:00
Michael Kuenzli
663d2bb1bb
Move olx.style.StyleOptions to ol/style/Style
2018-04-17 17:22:04 +02:00
Michael Kuenzli
1e17ddb8d6
Move olx.style.TextOptions to ol/style/Text
2018-04-17 17:21:56 +02:00
Michael Kuenzli
2d620e5537
Move olx.style.RegularShapeOptions to ol/style/RegularShape
2018-04-17 16:40:02 +02:00
Michael Kuenzli
73fcdf5392
Move olx.style.IconOptions to ol/style/Icon
2018-04-17 16:32:36 +02:00
Michael Kuenzli
de90b91401
Move olx.style.CircleOptions to ol/style/Circle
2018-04-17 16:06:55 +02:00
Michael Kuenzli
2178393e18
Move olx.tilegrid.WMTSOptions to ol/tilegrid/WMTS
2018-04-17 15:14:44 +02:00
Michael Kuenzli
ff488c8214
Move olx.tilegrid.TileGridOptions to ol/tilegrid/TileGrid
2018-04-17 15:09:47 +02:00
Tim Schaub
c5f81d8bbe
Register layer renderers with the map renderer
2018-04-14 10:31:10 -06:00
Tim Schaub
91f2101cab
Remove check for map renderer type
2018-04-14 10:01:07 -06:00
Tim Schaub
be35f82ae5
Explicit map renderer construction
2018-04-14 09:38:40 -06:00
Tim Schaub
2a9fde86b1
This makes ol/Map use the Canvas map renderer.
...
To use the experimental WebGL renderer, use ol/WebGLMap instead.
2018-04-14 09:32:54 -06:00
Frederic Junod
25af37bbd3
Add note about null geom in VectorSource.forEachFeature
2018-04-13 13:21:49 +02:00
Zsolt Ero
b55f323afe
scaleLine fix update to master
2018-04-10 19:37:05 +02:00
Frederic Junod
070f08e778
Mark optional property with square brackets
2018-04-04 17:06:21 +02:00
Frederic Junod
22ace7228f
Don't import from 'functions' multiple times
2018-04-04 13:51:47 +02:00
Florent gravin
1a6c62a48a
Replace dispatchChangeEvent by changed in ol/source
2018-04-04 10:52:50 +02:00
Florent gravin
c579fc985a
Remove =undefined for default values in ol/source
2018-04-04 10:52:50 +02:00
Florent gravin
0f1cef96fb
Replace ol.ProjectionLike by module:ol/proj~ProjectionLike in ol/source
2018-04-04 10:52:50 +02:00
Florent gravin
a85faeef0f
Remove olx.source.ZoomifyOptions
2018-04-04 10:52:50 +02:00
Florent gravin
4b0f376f60
Remove olx.source.XYZOptions
2018-04-04 10:52:50 +02:00
Florent gravin
5de33d066b
Remove olx.source.WMTSOptions
2018-04-04 10:52:50 +02:00
Florent gravin
798119c9c8
Remove olx.source.VectorOptions
2018-04-04 10:52:50 +02:00