python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Openlayer load GEOJSON from a variable instead of url
I've a map rapresentation, I want to add a layer based on a GEOJSON, but I don't want to read it directly from a GEOJSON file, instead I've a variable that contain the exact string of GEOJSON that I r...

Uderr
Votes: 0
Answers: 1
Swin Transformer attention maps visualization
I am using a Swin Transformer for a hierarchical problem of multi calss multi label classification. I would like to visualize the self attention maps on my input image trying to extract them from the ...
Imanuel Rozenberg
Votes: 0
Answers: 1
Is navigator.geolocation.getCurrentPosition() privacy safe?
I want to know if, when I use the code navigator.geolocation.getcurrentposition() for calculate the client position, is already privacy safe from external attack, or if I have to perturbate the result...

Uderr
Votes: 0
Answers: 0
(Java) Get a specific key / value from a Map by using the classic for loop
I have this Map:
Map<String, List<Map<String, Integer>>> map = new HashMap<>();
I want to iterate through this Map by using the classic for loop and without using other methods...
robi93
Votes: 0
Answers: 2