2,093 questions
0 votes
0 answers
56 views
Is it possible to save changes in the attributes form of a layer to a GeoPackage in QGIS?
I have several point-layers in QGIS where I changed the attributes form. The changes in the value mapping (for example) are not saved in the GeoPackage. If I open the layers in another project, the ...
0 votes
1 answer
102 views
ggplot trouble when I combine a layer with group and a layer with group=1
I want to combine with ggplot2 a layer where I compare three regressions and a layer where I just display three new samples to evaluate their locations to the regressions lines. (the mock data is ...
0 votes
0 answers
59 views
Why does adding altitude to points in Kepler.gl result in rendering issues?
I'm using Kepler.gl in Python to visualize trajectories on a map. Each trajectory is represented by a separate layer, where the data consists of latitude, longitude, and altitude values. Even though I ...
-3 votes
1 answer
82 views
Show cameraView from subView
This question is about displaying a camera view in a subview as opposed to the main self.view. According to AI, it should be possible to display it in a subview as long as the subview is in the view ...
0 votes
0 answers
34 views
How to change last layer in finetuned model?
When I fine-tuned the model Hubert to detect phoneme, I chose a fine-tuned ASR Hubert model and I removed the last two layers and added a linear layer to the config vocab_size of phoneme. What is ...
0 votes
0 answers
70 views
QGIS SERVER error "LayerNotDefined", layer not exists but it does
I'm trying to arm a QGIS SERVER, in my first project y made a QGZ project and inside it there is a layer called mexpro that is inside a GPKG mexpro.gpkg. When I launch the service it show me an error ...
0 votes
2 answers
98 views
OpenLayers - OS Leisure Layer
I am trying to add this layer to an OSM with a display projection similar to the other layers, however this code results in a blank pink screen. The grid lines are skewed but no tiles are displayed. ...
0 votes
0 answers
38 views
removing layer that created by an ajax array from leaflet map
I have an array consisting of coordinates and variables that I want to plot in the map using Ajax. Everything works properly to show the marker, but it will not remove the layer, and still show the ...
0 votes
0 answers
16 views
unexpected behavior of comp within time remapped precomp
The presentation of the contents of a precomp within a time-remapped precomp seems to behave like magic to me. I've made a script that ought to set the transparency of the nested precomp layers. ...
0 votes
0 answers
34 views
Is there a way to use attachMovie in different layers?
I'm currently writing a code that when executed, it'll attach lots of movieClips into the _root property. Is there is a way to choose which layer these movieClips are attached into? For example: ...
1 vote
0 answers
78 views
How to catch event on Leaflet map ready(fully rendered)?
I need an event when the full map is ready to use. I want to take a screenshot, but sometimes the map is not ready and gray blocks appear on it. image I`m using SimpleMapScreenshoter for this I've ...
0 votes
1 answer
30 views
sync problem between map and layerswitcher
In my test page https://visiolittoral.fr/ANDROID_CARTE_IGN_2024_5.php?UNIK_COMMUNE=93105&LONGITUDE=-1.32&LATITUDE=46.15&ZOOM=12 I use several LeafLet features. Among others, the ability to ...
0 votes
1 answer
267 views
Getting an error: "Could not unzip uploaded file" when using PublishLayerVersionCommand from @aws-sdk v3 with localstack
I am trying to test am AWS lambda function using localstack. I am attempting to create a layer for the lambda to use but it says it cannot unzip the file I am passing to it. I have followed the ...
2 votes
0 answers
33 views
CSV file importation with python plugins
I wrote this code in order to import layer in the view with a csv with POINT Z et LINESTRING Z lines. Manually the csv is well imported but there is no coordinate system defined. I usuall slide it to ...
0 votes
1 answer
60 views
How do I change Provider Time Settings in QgsMeshLayer using pyqgis?
I am working with QgsMeshLayer and I want to change the provider time settings to seconds (by default it's hours). This is what I have tried, but provider time settings are still set to hours. from ...