Commit Graph
100 Commits
Author SHA1 Message Date
Tim Schaub 39c31e62a3 Remove unnecessary type casts 2018-09-11 09:02:33 -06:00
Tim Schaub 5b00231d7a Backwards compatibility with circle serialization 2018-09-11 08:55:31 -06:00
Tim Schaub 0364beb312 GeoJSON types 2018-09-10 10:20:08 -06:00
Tim Schaub ef4936de4a Listener return is boolean or void 2018-09-07 09:10:31 -06:00
Tim Schaub f6e6878909 Brackets for optional properties 2018-09-06 11:01:59 -06:00
Tim Schaub e49c691a22 Add types for the UTFGrid and TileJSON JSON responses 2018-09-06 10:11:35 -06:00
Tim Schaub bd0f3556b6 Mark transform options as optional 2018-09-06 09:32:45 -06:00
Tim Schaub 82675d0bee Mark optional geom constructor args as optional 2018-09-06 09:29:44 -06:00
Tim Schaub 895bfcea8e Optional properties for animation 2018-09-06 09:21:17 -06:00
Tim Schaub 52b30ead65 Rework createXYZ 2018-09-05 12:00:54 -06:00
Tim Schaub 60e907fb48 Add a statement to trigger TypeScript checking
TypeScript is not checking JSDoc comments attached to the EOF token.
See https://github.com/Microsoft/TypeScript/issues/26905
2018-09-05 09:13:24 -06:00
Tim Schaub ccfacc5ee6 Transformed types
Using the [ts.js codemod](https://gist.github.com/tschaub/1ea498c9d1e5268cf36d212b3949be4e):

    jscodeshift --transform ts.js src
2018-09-05 08:05:29 -06:00
Tim Schaub f2aaaa19e1 Custom ESLint rule @openlayers/valid-tsdoc 2018-09-05 08:04:34 -06:00
Tim Schaub 5ac94426e1 Add TypeScript config 2018-09-05 08:04:34 -06:00
Tim Schaub 68cf960028 Re-export Projection from ol/proj for convenience 2018-08-18 14:14:10 -06:00
Tim Schaub 6cfa2b22a7 Explicit void 2018-07-26 10:46:39 -06:00
Tim Schaub 40486a0ecc Avoid shadowing EventTarget 2018-07-26 10:14:58 -06:00
Tim Schaub 2eb07aa081 Use Template<Foo> instead of Template.<Foo> 2018-07-25 18:37:08 -07:00
Tim Schaub affbf59b77 Use Object<Foo, Bar> instead of Object.<Foo, Bar> 2018-07-25 18:33:49 -07:00
Tim Schaub d12ef20b12 Use Array<Foo> instead of Array.<Foo> 2018-07-25 18:32:43 -07:00
Tim Schaub 6f22f1b7ac Param name on same line as type 2018-07-23 16:28:22 -07:00
Tim Schaub 28104527b0 Updates for v5.1.3 2018-07-21 09:44:10 -06:00
Tim Schaub d8b290966b Tracking 2018-07-21 09:11:30 -06:00
Tim Schaub 0edb39c8ab Single quote instead of backtick 2018-07-21 08:40:03 -06:00
Tim Schaub f0ffb48633 Update concepts 2018-07-21 08:37:38 -06:00
Tim Schaub 171195a836 Remove broken link to sources 2018-07-21 08:24:44 -06:00
Tim Schaub cd85e30d08 Updates for 5.1.2 2018-07-20 20:03:15 -06:00
Tim Schaub 2a04415264 Remove extra curly in type 2018-07-20 19:57:49 -06:00
Tim Schaub 515eca797f Correct link to release notes 2018-07-20 19:44:04 -06:00
Tim Schaub 1ad3e8fe37 Changes for 5.1.1. 2018-07-20 19:33:45 -06:00
Tim Schaub 1b745dc7b7 Update the publish.sh script 2018-07-20 18:31:25 -06:00
Tim Schaub f8c5a79242 Collapsed dependency updates 2018-07-20 18:22:28 -06:00
Tim Schaub 9061e93c59 Update package version to 5.1.0 2018-07-20 18:20:17 -06:00
Tim Schaub b04728d907 Changelog for v5.1.0 2018-07-20 18:20:11 -06:00
Tim Schaub c860aed960 Import inherits, getUid, and VERSION from ol/util 2018-07-19 10:26:17 -06:00
Tim Schaub 83972b00a5 Use single quote instead of backtick 2018-07-19 10:22:10 -06:00
Tim Schaub cf58ee9bf1 Only use getUid from ol/util 2018-07-19 10:19:41 -06:00
Tim Schaub e5493d1288 Add ol/pixel module for Pixel type 2018-07-19 10:17:00 -06:00
Tim Schaub e1e34e5636 Replace @see with See. 2018-07-19 08:37:32 -06:00
Tim Schaub d46471d763 Replace {@link https://www.example.com/} with https://www.example.com/ 2018-07-19 08:34:35 -06:00
Tim Schaub b8c9125602 Remove lint 2018-07-18 10:35:54 -06:00
Tim Schaub 71555002a8 Latest linter config 2018-07-18 10:33:31 -06:00
Tim Schaub 6fa4fa59d6 Update rollup 2018-07-18 10:25:24 -06:00
Tim Schaub b4e0d4c188 Super before this in TileJSON source 2018-07-18 01:00:19 -06:00
Tim Schaub 1309cf9b69 Call super before accessing this in Carto source 2018-07-18 00:53:57 -06:00
Tim Schaub 023bb638b2 Call super before accessing this in raster source 2018-07-18 00:53:17 -06:00
Tim Schaub d885771d8d Call super before accessing this in BingMaps source 2018-07-18 00:52:23 -06:00
Tim Schaub 7713015b26 Call super before accessing this in icon 2018-07-18 00:49:00 -06:00
Tim Schaub fe8fcfbc7e Call super in WebGL context 2018-07-18 00:45:19 -06:00
Tim Schaub 3f4ba0af5f Call super in regular shape 2018-07-18 00:44:24 -06:00
Tim Schaub 1e4ab17513 Assign to this after super in WMTS tile grid 2018-07-18 00:43:29 -06:00
Tim Schaub 5f058e877f Call super and fix up comments in render box 2018-07-18 00:39:51 -06:00
Tim Schaub 9ce36da349 Remove @extends and @constructor annotations 2018-07-18 00:36:29 -06:00
Tim Schaub b7b15eb7f0 Remove unused inherits 2018-07-18 00:13:43 -06:00
Tim Schaub 1a5cf52b61 Remove remaining use of inherits in src 2018-07-17 23:43:10 -06:00
Tim Schaub f6046c023c Clean up remaining ol/format/filter class 2018-07-17 18:30:15 -06:00
Tim Schaub c4e5a7467e Clean up ol/renderer classes 2018-07-17 18:26:51 -06:00
Tim Schaub 9ee5edf19c Clean up ol/renderer/webgl classes 2018-07-17 18:23:52 -06:00
Tim Schaub 792e7e54f1 Clean up ol/renderer/canvas classes 2018-07-17 18:15:47 -06:00
Tim Schaub 45e0926896 Cleaned up ol/proj 2018-07-17 17:54:24 -06:00
Tim Schaub 069187859d Cleaned up ol/pointer classes 2018-07-17 17:48:27 -06:00
Tim Schaub d855f5ba0a Call super instead of BaseObject 2018-07-17 14:57:57 -06:00
Tim Schaub 2f4aa5aa05 No inherits in ZoomToExtent 2018-07-17 14:56:19 -06:00
Tim Schaub bd7328675a Construct error with message 2018-07-17 14:55:10 -06:00
Tim Schaub 7c6755d3ec Scripts for generating the package and legacy build 2018-07-17 14:48:17 -06:00
Tim Schaub 524b4c99d5 Bad @const annotation 2018-07-17 14:48:17 -06:00
Tim Schaub d0ab8dce38 Lint removal 2018-07-16 17:57:57 -06:00
Tim Schaub f78d0d4cfa Manual class transform 2018-07-16 17:09:50 -06:00
Tim Schaub 7b4a73f3b9 Automated class transform
npx lebab --replace src --transform class
2018-07-16 16:18:16 -06:00
Tim Schaub fb28071dd1 Use false instead of "false" 2018-07-04 17:01:55 -06:00
Tim Schaub c678354aec Remove Rollup/Closure gist 2018-07-04 09:05:04 -06:00
Tim Schaub 1f06f7c2ac Updated issue and pr templates 2018-07-04 08:58:29 -06:00
Tim Schaub 9c085e37de Starter project with Parcel 2018-07-04 08:45:39 -06:00
Tim Schaub a6896ed531 New starter projects 2018-07-04 08:32:15 -06:00
Tim Schaub 062b743f89 Collapsible details 2018-06-26 13:47:28 -06:00
Tim Schaub 79b959da66 Update version 2018-06-26 13:39:03 -06:00
Tim Schaub 234b05a48a Changelog wording 2018-06-26 13:27:27 -06:00
Tim Schaub 1627e1fe79 Update package versions 2018-06-26 13:21:36 -06:00
Tim Schaub 37bb4ea056 Changelog for v5.0.0 2018-06-26 13:19:12 -06:00
Tim Schaub 81f864bb4c Add doc for return 2018-06-24 10:08:16 -06:00
Tim Schaub 48cbca1f6e Upgrade to Webpack 4 2018-06-07 11:24:39 +02:00
Tim Schaub 0e727ae890 Hide attribution control if there are no attributions 2018-05-12 07:39:29 -06:00
Tim Schaub 1991150079 Updates to get the examples building 2018-05-11 14:02:55 -06:00
Tim Schaub 167bc1ec78 Remove externs/oli.js 2018-05-08 08:38:34 -06:00
Tim Schaub 5707cdf3b6 Type annotation corrections 2018-05-07 22:16:08 -06:00
Tim Schaub 5a9fad218b Remove *.jsdoc files 2018-05-07 21:53:20 -06:00
Tim Schaub 5b65336328 Remove remaining ol.foo notation from the source 2018-05-07 21:21:50 -06:00
Tim Schaub 34c1a6b9ba Replace type annotations 2018-05-07 21:21:39 -06:00
Tim Schaub 8e7c88d9a5 Updated type annotations 2018-05-07 15:50:56 -06: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 8bebb561b1 Update linter config 2018-05-07 13:57:00 -06:00
Tim Schaub 2fe1cb6ced Add @module annotation for ol/control/util 2018-04-28 15:45:01 -06:00
Tim Schaub 1f67fd9bd4 Update tasks to use native async/await 2018-04-28 15:06:59 -06:00
Tim Schaub 6edc94bcc9 This is undefined in module context 2018-04-28 13:15:08 -06:00
Tim Schaub 669672dce8 Break the circular dependency: overview map, map, controls, overview map 2018-04-27 21:49:28 -06:00
Tim Schaub cda0fe6e41 Re-export style constructors from ol/style 2018-04-24 09:37:27 -06:00
Tim Schaub e28305186c Export shared icon image class from IconImageCache module 2018-04-24 09:37:19 -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