Skip to content

Commit

Permalink
Updating gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed Jan 16, 2024
1 parent 8501956 commit a64440c
Show file tree
Hide file tree
Showing 1,162 changed files with 902,867 additions and 1,461,889 deletions.
112 changes: 108 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,109 @@
# Changelog

# v 2.17 - 2023-01-15

* Breaking changes
* Remove olcsListen wrapper. Use observable.on(type, listener) instead
* Stop using stable sort (we assume it is implemented by all browsers now)
* Make LazyLoader.promise private
* Map is now a required parameter of olcs.Manager
* Remove unnecessary getOlView, getCesiumViewMatrix, getCameraExtentRectangle from ols.Manager
* Remove obsolete stacked corridor function (ground polylines are now supported in Cesium)
* Changes
* Migrate more files to typescript
* Deprecate some unnecessary wrappers in Camera
* Port to Cesium 1.113
* Deprecation
* The UMD build is deprecated and will be removed in 2.18. You should use a bundler.
* The "oldfashioned" build is deprecated and will be removed in 2.18. Switch to using ES modules and a bundler.
* The export `window.olcs`is deprecatd and will be removed in 2.18.
* If you have any comment regarding these changes reach to us.

# v 2.16.1 - 2023-12-21

* Changed
* Port to OpenLayers 8.2
* Port to Cesium 1.112
* Increased camera synchronization precision

# v 2.16 - 2023-09-03

* Changes
* Port to OpenLayers 8
* Port to Cesium 1.109

# v 2.15.2 - 2023-08-28

* Changes
* Rewrite .ts and empty extensions to .js in olcs package

# v 2.15.1 - 2023-08-24

* Changes
* Ensure published olcs package only contains javascript (no typescript)
* Add computeDPIForPDF function to help creating pdfs with mapfish print
* Port to OL 7.5 and CesiumJS 1.108
* Fix changing style of MVTImageryProvider
* Fix panning and pinch movements
* Deprecation
* computeRectangle and RectangleOutput should now be imported from printUtils

# v 2.15 - 2023-07-26

* Changes
* Add function to grab a screenshot from rendered Cesium globe (client side printing)
* Port to OL 7.4 and CesiumJS 1.107

# v 2.14.0 - 2023-04-26

* Breaking changes
* Use named exports

* Changes
* port to CesiumJS 1.104 and OL 7.3

# v 2.13 - 2021-05-20

* Changes
* Port to CesiumJS 1.81
* Port dev environment to webpack5
* Copy canvas image when cloning overlay
* Use tile fonction in MVT imagery provider (handle minus, ...)

# v 2.12 - 2021-01-18

* Changes
* Delete the obsolete plugins directory.
* Add MVTImageryProvider, an experimental Cesium imagery provider for
MapBox Vector Tiles. It uses OpenLayers to render the tiles and handles
native OpenLayers style functions.
* Update to CesiumJS 1.77 and OpenLayers 6.5
* Expose the resolution from/to distance functions in core

# v 2.11.3 - 2020-09-01

* Changes
* Port to OpenLayers 6.4, fix grabbing issue.

# v 2.11.1 - 2020-08-04

* Changes
* Remove wrong pixelSize param from getPixelDimensions function

# v 2.11 - 2020-08-04

* Changes
* Handle some custom matrix size for WMTS
* Update to Cesium 1.70 and add peer dependencies
* Add missing 'result' param to getPixelDimensions function

# v 2.10 - 2019-10-10

* Changes
* Add a WMTS example.
* Port to Cesium 1.62.
* Port to OpenLayers 6 while staying compatible with OpenLayers 5.

# v 2.9 - 2019-04-05

* Changes
Expand Down Expand Up @@ -305,9 +409,9 @@
curves instead of straight lines. This functionality can be activated by
setting the olcs.polygon_kind property to 'rectangle' on the OpenLayers
geometry.
* Add support to set a proxy for Cesium to load layer not accessible
due to missing CORS headers (eg. when user can't modify configuration
of the mapservice used). This functionality can be activated by
* Add support to set a proxy for Cesium to load layer not accessible
due to missing CORS headers (eg. when user can't modify configuration
of the mapservice used). This functionality can be activated by
setting the olcs.proxy property to the OpenLayers source.

## v 1.15 - 2016-04-28
Expand Down Expand Up @@ -415,7 +519,7 @@
* Core static functions for converting from OL3 features to Cesium primitives
have been moved into a class designed for inheritance.
The `olcs.FeatureConverter` may be extended and passed as a parameter of
the `olcs.VectorSynchronizer` constructor. See the synchronizer function
the `olcs.VectorSynchronizer` constructor. See the synchronizer function
parameter of the `olcs.OLCesium` constructor. Subclassing requires that
the subclass and the library code be compiled together.
One way of migrating existing code is to define a global variable:
Expand Down
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ google_analytics:
show_downloads: true
theme: jekyll-theme-architect
exclude: []
include: [apidoc,apidoc/modules/,apidoc/modules/_olcs_olcesium_.html]
gems:
- jekyll-mentions
1 change: 1 addition & 0 deletions apidoc/.nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false.
Loading

0 comments on commit a64440c

Please sign in to comment.