2,088 questions
Advice
0
votes
4
replies
152
views
View speed limits on Google Maps website from desktop
I’m a safety manager at a bus company & I often have drivers dispute their speeding violations on our onboard telematics system. Is there a way for me to lookup a speed limit of a road, like a map ...
Best practices
0
votes
14
replies
179
views
How to go from theoretical Concept of Layers (Input, Hidden and Output) of AI Neural Network and Write in CODE
I am currently working on a project to create a working Ai Neural Network in C++, I have watched and read many articles on Layers concept but I still don't know from where to start with the layers ...
Score of 0
1 answer
107 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 ...
Score of -3
1 answer
100 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 ...
Score of 0
0 answers
92 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 ...
Score of 0
2 answers
120 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. ...
Score of 0
0 answers
50 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:
...
Score of 1
0 answers
109 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 ...
Score of 0
1 answer
36 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 ...
Score of 0
1 answer
313 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 ...
Score of 2
0 answers
38 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 ...
Score of 0
1 answer
74 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 ...
Score of 0
0 answers
56 views
Photoshop curves adjustment layer, off-line node automatically appears
In Photoshop, quite often when I place a curves adjustment layer, the node in the image (red arrow) appears automatically.
I have scoured YouTube and Adobe help and can't find any explanation.
Does ...
Score of -1
1 answer
294 views
@layers priority, cant understand the documentation
Have just one question
In the Mozilla @layer documentation I see the next one
Which means that
the lower priority has the user agent styles
Then - usual user styles
Then - styles in @layers
so if i ...
Score of 1
0 answers
73 views
Why data type will change in Customized layer in TensorFlow if the code has for i in range(x):
MyClass is
class MyCalcSqureLayer(keras.layers.Layer):
def __init__(self, shape ):
super(MyCalcSqureLayer, self).__init__()
self.total = self.add_weight(initializer="zero"...