Questions tagged [layer]

This tag is ambiguous. Consider using more specific tags to better reflect the question's content.

This tag is ambiguous. Consider using more specific tags to better reflect the question's content.

If the question relates to Geographic Information Systems, consider whether the question is better suited to the GIS Stack Exchange.

2129 questions
5
votes
3 answers

Print map with own layer

Given a big city (square is about 800 km^2) with some layer over it. This layer may contain multicolor features such as: lines points text Number of features is about 1000. Map resource - Google Maps or Openstreetmap (or maybe something else?). My…
ArtemStorozhuk
  • 8,715
  • 4
  • 35
  • 53
5
votes
3 answers

In OSI Networking Model, why is Network layer above Data-link layer

I always had a feeling that in OSI, the Data-link layer and the Networking layers should switch places because overall, the layers in the model seem to move from the user specific (Application layer) towards network specific (physical layer). Now,…
user1064539
5
votes
1 answer

Multiple images per layer in OpenLayers

Is it possible to put multiple images in a layer in OpenLayers? Ideally I would like to group my pictures into categories (each layer is one category) so I can show and hide each category as a whole instead of showing/hiding every single picture. Is…
chrischu
  • 3,047
  • 3
  • 27
  • 44
5
votes
4 answers

Where does the Transport Layer operate?

I'd like to know where the Transport Layer of the OSI model is running in a computer system. Is it part of the Operating System? Does it run in its own process or thread? How does it pass information up to other applications or down to other layers?…
Sotirios Delimanolis
  • 274,122
  • 60
  • 696
  • 724
4
votes
1 answer

c# 4.0 how to add layer to an image

I want to embed some images to another image. This should be done as layers so transparency everything will be kept. Images are png. How can i do that ? This is like using pngout and adding extra layers. And the main issue with this is the new layer…
Furkan Gözükara
  • 22,964
  • 77
  • 205
  • 342
4
votes
2 answers

z-Index problem -- positioning child over parent's sibling

I have a situation as in this screenshot below, but what I want is B behind A and -- the tricky part -- b over A. How could I do that? Thanks a lot -- Eric.
Eric
  • 41
  • 1
  • 2
4
votes
2 answers

Use custom Layers in NodeJS lambda

I get an error while trying to import my layers into my lambda function. I have checked all my settings and configs and I just dont understand why when my function is deployed and ran I get an error from AWS saying it cannot locate the layers…
0xtuytuy
  • 1,494
  • 6
  • 26
  • 51
4
votes
1 answer

@import some attribute not work in @layer tailwindcss

Destructing the file and all import to the tailwindcss.css file. It failed when i import from other file instead write it in tailwind.css. Use layer to apply custom font family and text-3xl (working in this way) // tailwind.css @tailwind…
Wilker
  • 551
  • 2
  • 6
  • 21
4
votes
0 answers

JavaFX Error occured during initializing of boot layer (IntelliJ)

i am using javafx for the first time and i get an error when i run a simple program : Error occurred during initialization of boot layer java.lang.module.FindException: Hash of javafx.base…
appleuser
  • 83
  • 8
4
votes
2 answers

Understanding layers in a web application

I am a UI developer and would like to understand various application layers like UI layer, Service layer, etc Could you please explain in easy to understand terms what role each layer performs? Also how do you determine which architecture to…
copenndthagen
  • 49,230
  • 102
  • 290
  • 442
4
votes
0 answers

R leaflet map - combine layer group selection with the legend?

I know there are several R leaflet threads on here about showing the legend of layers only when those layers are selected using the addLayersControl command. But my questions is slightly different a bit more about aesthetics. I have a map with…
tfarrugia
  • 41
  • 2
4
votes
1 answer

jQuery; Parallax page - Get the click event go through DIV layers

DEMO The idea now is to (instead of transp. .png images) fill the layers with standard HTML elements, like making a nice moving 2d-3d page. You can guess my first problem. Whatever I tried I cannot make the click event go through the 100x100% div…
Roko C. Buljan
  • 196,159
  • 39
  • 305
  • 313
4
votes
1 answer

Convert this from Google Maps API v2 to v3

This works on Google Maps API v2, now how do I convert this to API v3? Thanks // - Radar 1 Overlay Tiles var radar_layer= new GTileLayer(new GCopyrightCollection(""),1,17); radar_layer.getTileUrl=function(tile,zoom) { var llp = new…
Ossi
  • 788
  • 2
  • 14
  • 21
4
votes
0 answers

SAM Lambda Layer module not found for shared nodejs code

I'm defining multiple lambda functions in a single template.yaml. These functions have some common code, but not published modules. I assumed I could turn this common stuff into a versioned layer. With a directory to the effect as…
4
votes
2 answers

How to get Android resource ID from dynamically-created (in Java) layer-list / LayerDrawable?

The "solution #2 (dynamic)" in this question/answer post: overlay two images in android to set an imageview is very close to what I want to do, which is to dynamically create a layer-list (for a status bar notification icon, I want to build-up my…
scary alien
  • 43
  • 1
  • 1
  • 6