Olivia Guyot
Olivia Guyot
Hi, just stopping by to suggest adding an `offset` option in the OL style classes, as it would probably be quite simple to apply it right before drawing the features...
Done: https://github.com/openlayers/openlayers/issues/9377
It worked with the docker-compose provided above, with the following commands: ```bash $ wget https://raw.githubusercontent.com/geoserver/geoserver-cloud/main/docs/deploy/docker-compose/stable/shared_datadir/docker-compose.yml $ sed -i 's/-RC1/-SNAPSHOT/' docker-compose.yml $ docker-compose -f docker-compose.yml --compatibility up -d $ curl "http://localhost:9090/ows?request=getcapabilities&service={WMS,WFS,WCS}"...
> I wonder though, until this is fully working solution, has anyone considered mixed usage of MapBox with OL? There is an example showing just that: https://openlayers.org/en/master/examples/mapbox-layer.html But this relies...
Hi and thanks for your bug report, I reproduced the issue on BrowserStack. It seems like the browser spends most of the time on native painting tasks. I have tried...
Nice! this looks a little bit like the approach we experimented in Sextant. One of the big limitations I found is that jQuery is global to the document, so you...
> Do you have options to solve "the big limitations"? It looks like the main point is that the $ fn is contextualized to document and in web component case,...
> or other options, upgrade bootstrap maybe ? Boostrap 5 does not use jquery any more, so it might work better in a shadow DOM (to be confirmed). Upgrading Bootstrap...
Just wanted to mention that GeoNetwork is running on Java11 with this change as part of the geOrchestra project for about 6 months now
> @jahow Good to hear. However, I would prefer and I assume you as well to use a master build. Totally understand and agree, just wanted to clarify that fact...