Commit Graph

2891 Commits

Author SHA1 Message Date
ahocevar 57110058fd Move css to src/ol 2018-06-21 11:16:57 +02:00
Frederic Junod a8fa6e53ff Remove now unneeded single quotes in examples 2018-06-20 17:11:59 +02:00
Frederic Junod f257a8938f Rename ol/source/TileUTFGrid to ol/source/UTFGrid 2018-06-19 14:02:15 +02:00
ahocevar 2837272590 Make webpack4 module structure work 2018-06-08 12:58:16 +02:00
ahocevar 649b7be4c2 Make common chunk (and sourcemap) work 2018-06-08 12:57:38 +02:00
Tim Schaub 48cbca1f6e Upgrade to Webpack 4 2018-06-07 11:24:39 +02:00
Björn Harrtell 6e27a89fef Fix and simplify import/inject 2018-05-28 21:09:27 +02:00
Björn Harrtell 8369da365f Fix JSTS usage with OL classes injected 2018-05-28 21:09:21 +02:00
ahocevar 7cfa65b8c3 Align patterns and gradients to a grid 2018-05-22 16:05:32 +02:00
Frederic Junod 7f0043694d Remove NOCOMPILE from examples 2018-05-14 14:42:57 +02:00
Tim Schaub 1991150079 Updates to get the examples building 2018-05-11 14:02:55 -06:00
Frederic Junod af1f6836af Shorter module paths for default exports 2018-05-09 11:24:43 +02:00
Tim Schaub cfe88663aa Update type annotations in examples 2018-05-07 15:41:33 -06:00
Tim Schaub ae55814875 Use module paths in example docs 2018-05-07 15:33:14 -06:00
Tim Schaub 6edc94bcc9 This is undefined in module context 2018-04-28 13:15:08 -06:00
Tim Schaub cda0fe6e41 Re-export style constructors from ol/style 2018-04-24 09:37:27 -06:00
Tim Schaub 910004b940 Re-export layer constructors from ol/layer 2018-04-24 09:06:30 -06:00
Tim Schaub 0cb1c18778 Re-export interaction constructors from ol/interaction 2018-04-24 08:40:15 -06:00
Tim Schaub 059e1b914e Merge pull request #8116 from tschaub/re-export-source
Re-export source constructors from ol/source
2018-04-24 01:52:54 -06:00
Tim Schaub 11907ad7e4 Merge pull request #8113 from tschaub/re-export-geom
Re-export geometry constructors from ol/geom
2018-04-24 01:50:16 -06:00
Tim Schaub c9850e6059 Merge pull request #8112 from tschaub/re-export-formats
Re-export format constructors from ol/format
2018-04-24 01:49:30 -06:00
Tim Schaub d1d8978a77 Merge pull request #8111 from tschaub/re-export
Re-export control constructors
2018-04-24 01:48:49 -06:00
Tim Schaub 1551bfffe0 Use list for cloak entries 2018-04-23 20:51:01 -06:00
Tim Schaub a5d3e91f7d Re-export source constructors from ol/source 2018-04-23 17:34:10 -06:00
Tim Schaub f713d27c44 Re-export format constructors from ol/format 2018-04-23 15:32:24 -06:00
Tim Schaub 497cb1dc44 Re-export controls from ol/controls 2018-04-23 15:31:44 -06:00
Tim Schaub 487ace2362 Re-export geometry constructors from ol/geom 2018-04-23 14:30:20 -06:00
Frederic Junod ae5e24a6c3 Module type for ol.render.Event 2018-04-20 14:32:23 +02:00
Tim Schaub c75b87a2a0 Correct type for WMTS source options 2018-04-19 18:11:22 -06:00
Tim Schaub 81693cefbf Correct type for Icon options 2018-04-19 18:11:12 -06:00
Tim Schaub c5f81d8bbe Register layer renderers with the map renderer 2018-04-14 10:31:10 -06:00
Marc Jansen 1f0e9abfdd Simplify example 2018-03-29 08:35:09 +02:00
Marc Jansen d42de41af3 Add an example showing Chaikins smoothing algorithm 2018-03-29 08:35:09 +02:00
Andreas Hocevar 467cf3ce5b Improve readability and create only one style 2018-03-21 12:01:42 +01:00
Christian Mayer 6e9cf0fd9d Add vector tile selection example 2018-03-21 11:41:44 +01:00
Frédéric Junod a180eb7987 Merge pull request #7992 from trenneman/fix-7830
Fix freeze on export PDF example
2018-03-19 12:00:21 +01:00
Frederic Junod 218ca38f1d Use path type instead of ol.Coordinate 2018-03-19 08:29:50 +01:00
Tim Schaub a3ead88c57 Module types for controls 2018-03-18 10:23:01 -06:00
Erik Timmers b5d02dad47 Fix freeze on export PDF example
The PDF was only generated AFTER requesting new tiles. When no new tiles where needed,
the callback never completed. Also fixed fitting the correct extent.

Fixes #7830.
2018-03-18 12:34:24 +01:00
Tim Schaub 25da233921 Adjust indent 2018-03-17 14:24:22 -06: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 a743ec3989 Module types for ol/proj 2018-03-12 08:32:09 -06:00
Tim Schaub ef70d71636 Module types for ol/geom 2018-03-12 08:32:09 -06:00
Andreas Hocevar 18a668318d Make wrap work with points 2018-03-07 10:14:44 +01:00
Andreas Hocevar 2d67c15ea9 Add focus condition, e.g. for wheel zoom 2018-02-27 21:39:02 +01:00
Tim Schaub 42cf5f8511 Named exports from ol/source/OSM 2018-02-25 08:23:05 -07:00
Tim Schaub 00f891c3f9 Named exports from ol/source/WMTS 2018-02-25 08:06:50 -07:00
Tim Schaub f81f3e2e9f Remove static members from Draw interaction 2018-02-21 15:55:22 -08:00
Frederic Junod 2fd75566fb Named exports from ol/Observable 2018-02-21 09:01:08 +01:00