-
**Describe the bug**
VectorLayerOptions does not have the same generic type as VectorLayer
![image](https://github.com/openlayers/openlayers/assets/12836335/b5173a61-e1fb-4614-ba76-5c05c376eed3)
![…
-
Just got this error on screen.. GlobalQuake still working behind error Message window..
java.lang.NullPointerException: Cannot read field "quality" because "hypocenter" is null
at globalquake.ui.…
-
java.lang.NullPointerException: Cannot read field "quality" because "hypocenter" is null
at globalquake.ui.globalquake.feature.FeatureEarthquake.isUncertain(FeatureEarthquake.java:236)
at globalqu…
-
Thank you for open-sourcing your codes,When I was reading the code I found a problem,The code location is in "train_contrastive_feature.py"
```jsx
norm_rendered_feature = torch.nn.functional…
-
java.util.ConcurrentModificationException
at java.base/java.util.ArrayList.checkForComodification(ArrayList.java:573)
at java.base/java.util.ArrayList.hashCode(ArrayList.java:583)
at globalquake…
-
In OpenLayers 7 GeoJSON readFeatures returns Feature[] and these can be added to a VectorSource.
In OpenLayers 8.2 a FeatureLike[] is returned and that can be both Feature and RenderFeature.
We…
Diaaz updated
11 months ago
-
I'm upgrading from ol 8.1.0 to 8.2.0 and saw a lot of types have changed due to the introduction of render features.
However, one thing is not clear to me, if I have a source of type `VectorSource`, …
-
**Describe the bug**
Typescript bug introduced in `8.2.0`, using Typescript version `5.3.2`
**To Reproduce**
Steps to reproduce the behavior:
1. Create source from GeoJSON:
```
import Vecto…
-
When I try to set the style using the old-school style constructors (necessary to apply a pattern), I get a `TypeError`:
```
Uncaught TypeError: t is null
Cd@http://localhost:8080/js/chunk-vendor…
-
Hi,
during our new iteration on generating a PDF for documentation, we discovered if a section starts with a number, the converter/generator considers it as a section number, not a section title.
…