170 Commits

Author SHA1 Message Date
semantic-release-bot
edc5ab938c chore(release): 2.20.0
# [2.20.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.19.0...v2.20.0) (2025-08-26)

### Features

* Add sphere.js getDistance ([bf4f0fb](bf4f0fb17c))
v2.20.0
2025-08-26 11:47:29 +00:00
bf4f0fb17c feat: Add sphere.js getDistance 2025-08-26 13:44:28 +02:00
semantic-release-bot
f16320ad7b chore(release): 2.19.0
# [2.19.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.18.0...v2.19.0) (2025-08-19)

### Features

* Add Controls/FullScreen bindings ([854fecd](854fecd670))
v2.19.0
2025-08-19 14:50:33 +00:00
58b9d9b7ea Merge branch 'mrtz/fullscreen' into 'main'
feat: Add Controls/FullScreen bindings

See merge request oceanbox/Fable.OpenLayers!22
2025-08-19 16:46:41 +02:00
854fecd670 feat: Add Controls/FullScreen bindings
Provides a button that when clicked fills up the full screen with the map.
It is supported by 82% of browser [ref](https://caniuse.com/fullscreen).

Also changes TargetFramework to netstandard2.1 for better compat
2025-08-19 16:14:41 +02:00
semantic-release-bot
203adc0de8 chore(release): 2.18.0
# [2.18.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.5...v2.18.0) (2025-01-13)

### Features

* upgrade to net9.0 and add TileJSON and Mapbox styles ([1d94420](1d94420120))
v2.18.0
2025-01-13 15:07:05 +00:00
1d94420120 feat: upgrade to net9.0 and add TileJSON and Mapbox styles 2025-01-13 16:01:22 +01:00
semantic-release-bot
f65245c36d chore(release): 2.17.5
## [2.17.5](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.4...v2.17.5) (2024-08-25)

### Bug Fixes

* renmame WebGLPoints to WebGLPointsLayer ([143a2dc](143a2dca61))
v2.17.5
2024-08-25 14:10:46 +00:00
143a2dca61 fix: renmame WebGLPoints to WebGLPointsLayer 2024-08-25 16:07:41 +02:00
semantic-release-bot
90fede692d chore(release): 2.17.4
## [2.17.4](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.3...v2.17.4) (2024-08-24)

### Bug Fixes

* fix FeatureLoader type definition ([3895d16](3895d16641))
v2.17.4
2024-08-24 10:32:23 +00:00
873e293eb5 Merge branch 'main' of gitlab.com:oceanbox/Fable.OpenLayers 2024-08-24 12:29:16 +02:00
3895d16641 fix: fix FeatureLoader type definition 2024-08-24 12:29:06 +02:00
semantic-release-bot
2b92e7f4bd chore(release): 2.17.3
## [2.17.3](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.2...v2.17.3) (2024-08-23)

### Bug Fixes

* make FeatureLoader take Feature array ([ebd2d6f](ebd2d6fa8e))
v2.17.3
2024-08-23 17:17:13 +00:00
ebd2d6fa8e fix: make FeatureLoader take Feature array 2024-08-23 19:14:10 +02:00
semantic-release-bot
2da97d8f7e chore(release): 2.17.2
## [2.17.2](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.1...v2.17.2) (2024-08-23)

### Bug Fixes

* update devcontainer to net8.0 ([e9b4978](e9b4978938))
* update to OpenLayers 10.1.0 ([1a7cb30](1a7cb30267))
v2.17.2
2024-08-23 12:23:23 +00:00
Jonas Juselius
e9b4978938 fix: update devcontainer to net8.0 2024-08-23 14:18:28 +02:00
Jonas Juselius
1a7cb30267 fix: update to OpenLayers 10.1.0 2024-08-23 14:01:30 +02:00
semantic-release-bot
13694388c5 chore(release): 2.17.1
## [2.17.1](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.17.0...v2.17.1) (2023-12-06)

### Bug Fixes

* circle style and bbox strategy ([4e363c8](4e363c84c6))
v2.17.1
2023-12-06 19:56:01 +00:00
Jonas Juselius
0744870a32 Merge branch 'style-and-bbox-strat' into 'main'
Style and bbox strat

See merge request oceanbox/Fable.OpenLayers!21
2023-12-06 19:52:31 +00:00
Simen Kirkvik
656538790c Style.Fill.setColor can take strings 2023-12-06 20:35:39 +01:00
Simen Kirkvik
4e363c84c6 fix: circle style and bbox strategy 2023-11-30 19:40:46 +01:00
semantic-release-bot
78ee750d04 chore(release): 2.17.0
# [2.17.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.16.4...v2.17.0) (2023-11-30)

### Bug Fixes

* fix module ordering to make Circle available ([27e7a6c](27e7a6cf28))

### Features

* add module Coord with Coordinate functions ([63a12d2](63a12d22c8))
v2.17.0
2023-11-30 14:48:58 +00:00
Jonas Juselius
53b123accb Merge branch 'coordinate-functions' into 'main'
Add coordinate functions

See merge request oceanbox/Fable.OpenLayers!20
2023-11-30 14:45:09 +00:00
Jonas Juselius
27e7a6cf28 fix: fix module ordering to make Circle available 2023-11-30 15:35:30 +01:00
Simen Kirkvik
63a12d22c8 feat: add module Coord with Coordinate functions 2023-11-27 09:33:10 +01:00
semantic-release-bot
ba2c6a324c chore(release): 2.16.4
## [2.16.4](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.16.3...v2.16.4) (2023-11-22)

### Bug Fixes

* updates ([6308a23](6308a232f8))
v2.16.4
2023-11-22 08:58:17 +00:00
Jonas Juselius
e7ee55a3aa Merge branch 'tweaks' into 'main'
Small tweaks

See merge request oceanbox/Fable.OpenLayers!19
2023-11-22 08:54:45 +00:00
Simen Kirkvik
6308a232f8 fix: updates 2023-11-22 09:29:14 +01:00
semantic-release-bot
2dd9ed760f chore(release): 2.16.3
## [2.16.3](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.16.2...v2.16.3) (2023-11-08)

### Bug Fixes

* map.getFeaturesAtPixel should return an array ([dde2cee](dde2cee17e))
* overload layer.style instead of union ([ffcc0c2](ffcc0c20b3))
* you can set overlay position to undefined ([9514c49](9514c496ad))
v2.16.3
2023-11-08 15:25:15 +00:00
Jonas Juselius
05640375b3 Merge branch 'tweaks' into 'main'
Various tweaks

See merge request oceanbox/Fable.OpenLayers!18
2023-11-08 15:21:38 +00:00
Simen Kirkvik
9514c496ad fix: you can set overlay position to undefined
This is usefull when you want to have an overlay
2023-11-08 16:13:45 +01:00
Simen Kirkvik
dde2cee17e fix: map.getFeaturesAtPixel should return an array 2023-11-08 16:13:45 +01:00
Simen Kirkvik
ed1c65fa4f Source comments 2023-11-08 16:13:45 +01:00
Simen Kirkvik
ffcc0c20b3 fix: overload layer.style instead of union
Simpler to work with
2023-11-08 16:13:45 +01:00
semantic-release-bot
1a5a3a8091 chore(release): 2.16.2
## [2.16.2](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.16.1...v2.16.2) (2023-11-08)

### Bug Fixes

* make Circle setCenterAndRadius layout optional ([aa88ea5](aa88ea5cf0))
v2.16.2
2023-11-08 08:29:05 +00:00
Jonas Juselius
7ed53e63c6 Merge branch 'circle-geom-opt-layout' into 'main'
Make Geom.Circle.setCenterAndRadius layout param optional

See merge request oceanbox/Fable.OpenLayers!17
2023-11-08 08:25:31 +00:00
Simen Kirkvik
aa88ea5cf0 fix: make Circle setCenterAndRadius layout optional 2023-11-08 09:05:01 +01:00
semantic-release-bot
e1b3ba4972 chore(release): 2.16.1
## [2.16.1](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.16.0...v2.16.1) (2023-11-02)

### Bug Fixes

* rename style Text class import ([33bf8be](33bf8be98c))
v2.16.1
2023-11-02 15:17:31 +00:00
Jonas Juselius
d522246bcd Merge branch 'fix-style-text' into 'main'
Fix style text import

See merge request oceanbox/Fable.OpenLayers!16
2023-11-02 15:14:01 +00:00
Simen Kirkvik
33bf8be98c fix: rename style Text class import
For some reason either fable or vite tries to import the text class as
Text$, so when we emitted `new Text(opts)` it didn't find the actual
class
2023-11-02 16:08:31 +01:00
semantic-release-bot
3fe2ba433b chore(release): 2.16.0
# [2.16.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.15.0...v2.16.0) (2023-11-01)

### Features

* add Circle style ([738a4c5](738a4c529b))
v2.16.0
2023-11-01 14:08:17 +00:00
Jonas Juselius
b153d1d250 Merge branch 'add-circle-style' into 'main'
Add circle style

See merge request oceanbox/Fable.OpenLayers!15
2023-11-01 14:04:47 +00:00
Simen Kirkvik
566c003104 remove inline from circle creation function 2023-11-01 13:48:58 +01:00
Simen Kirkvik
738a4c529b feat: add Circle style 2023-11-01 13:45:00 +01:00
semantic-release-bot
794baacdfe chore(release): 2.15.0
# [2.15.0](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.14.3...v2.15.0) (2023-11-01)

### Features

* add cluster layer source ([0bf8d03](0bf8d03b2a))
v2.15.0
2023-11-01 10:01:25 +00:00
Jonas Juselius
cedca552f5 Merge branch 'add-cluster-source' into 'main'
Add cluster source

See merge request oceanbox/Fable.OpenLayers!14
2023-11-01 09:57:48 +00:00
Simen Kirkvik
0bf8d03b2a feat: add cluster layer source
This is what enables feature clustering
2023-11-01 09:45:25 +01:00
semantic-release-bot
01ebea74b9 chore(release): 2.14.3
## [2.14.3](https://gitlab.com/oceanbox/Fable.OpenLayers/compare/v2.14.2...v2.14.3) (2023-10-31)

### Bug Fixes

* fix GeometryProp.coordinate overload (take 3, sigh 2) ([f9e1336](f9e13365ac))
v2.14.3
2023-10-31 14:51:13 +00:00
Jonas Juselius
2fdf31e872 Merge branch 'main' of gitlab.com:oceanbox/Fable.OpenLayers 2023-10-31 15:47:22 +01:00
Jonas Juselius
f9e13365ac fix: fix GeometryProp.coordinate overload (take 3, sigh 2) 2023-10-31 15:47:15 +01:00