Thank you all so much for supporting Drupal 7!
bad.shape.guy → created an issue.
Understood you, thank you
Good afternoon, are you planning to add this fix to the system core?
https://www.drupal.org/project/drupal/issues/1008402#comment-12929614 ✨ Allow the use of symlinks within the files directory. Needs work
Mounted shares are very often used in the file system, this patch is not enough in the kernel
And what will happen after the release of version 7.99 (2023-12-06)? It's just that the version counter is over, then it's only 8.00 =)
Hello ken-g, thanks for the reply!
It turns out the problem was the missing default settings in the files
/includes/openlayers.default_openlayers_styles.inc
/modules/openlayers_geofield/includes/openlayers_geofield.default_openlayers_styles.inc
As I understood in the file \src\Plugin\Style\Circle\Circle.php
a form is being processed that puts the settings in the database, but by default it initially expects to get them from the code where they were just missing
As a result, I similarly set up Text
in these files and the problem disappeared
Issue can be closed. The only question is, why is the style called Circle? =) Why not polygon, shape, geometry? After all, anything is drawn there, but not a circle =) Or does this concept come from the Openlayers library itself?
bad.shape.guy → created an issue.
My mistake, I didn't fully understand how the layers with data are displayed in Views.
Issue may close.