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
0
votes
0 answers

How do I go from a dense layer to a conv2D layer using Keras?

I'm simply trying to do what the title says. Here's my code: def ConvAutoEncoder(train_data,test_data,n_epochs = 50,batchSize = 128,data_shape=(IMAGE_SIZE,IMAGE_SIZE,3)): print('Training Neural Network') input_img = Input(shape=data_shape) x =…
0
votes
1 answer

What should I use to create movable objects on top of an image in Android?

I am going to create an android app where I can click on icons and have them layered on top of a picture/layer, and be able to move those around on top of that picture or layer using my finger etc. I'd like to know if there's anything in android…
kuhle
  • 193
  • 2
  • 15
0
votes
1 answer

Create an Array from list of objects in MaxScript and add them to a new layer

I'm super new to Maxscript and want to automate a process, I've been looking at some tutorials, but I'm running into a issue with selection. What I'm trying to do, is I have a list of strings (that I might have to add to) that represent objects in…
Kenny
  • 47
  • 1
  • 7
0
votes
1 answer

Combine three maps with different zoom levels in Leaflet

I am currently building my own map in Illustrator for a community of roleplayers. I am planning to make three versions of the map. One with little details, ment to be the most "zoomed out" version, a middle version with more details on smaller towns…
Amdir
  • 1
0
votes
1 answer

load different base map on highmap

I implemented different trading data set for world map. There are quite bit business logics about how to show tool tip, axis colors etc. Now client ask me implement similar function for USA base map with same business logics. I wonder is there a…
Shenyi Bao
  • 21
  • 5
0
votes
1 answer

NAND Translation Layer in u-boot

Is it possible to access files in u-boot from NAND partition (formatted to t-fat/fat32, It's configured with Internal ECC) without ECC errors?
Ali B
  • 1
  • 2
0
votes
4 answers

Self-sizing UILabel with UIView Subclassing

I have a sketch and I'm trying to achieve the concept programmatically. Here's my Sketch: Achievement: My code: let luna = UIView() let descStrWidth = messageDescription.stringWidth // Using String Extension i made. let descStrHeight =…
user9373173
0
votes
2 answers

space at the beginning of my view's border

am adding a border to my view like this: func addBottomBorderWithColor(color: UIColor, width: CGFloat) { let border = CALayer() border.backgroundColor = color.cgColor border.frame = CGRect(x: 0, y: self.frame.size.height, width:…
mrs.bassim
  • 469
  • 2
  • 7
  • 16
0
votes
0 answers

Questions about creating context memory surges

UIGraphicsBeginImageContextWithOptions function's size parameter is too large, resulting in memory surge. I use size data, which is about 3 times the height and width of the screen size, which…
绝尘牙
  • 1
  • 2
0
votes
1 answer

Linq to Entities (join query) - WPF - 4 layer application

I'm new to this all and I like to know how experienced programmers handle the following situation Let's say I have a table "Supplier" with some common fields and also fields MailingAddress, BillingAddress which are 2 key fields to link to another…
Spoelle
  • 163
  • 1
  • 1
  • 8
0
votes
1 answer

How to render a layer of drawable below a button within the same cell of a table?

I have a table in my Android app. Each cell already consisted of an imageButton. Is it possible to render an additional layer of drawable below each button in each cell? This drawable's visibility will be toggled according to a particular event…
0
votes
1 answer

layers for mesh renderers in Unity

I'm working in 2D project. I have 2 mesh renderers in unity and I want to set their draw order one above other. But there is no "order in layer" option like sprite renderer has. What can be done to solve this problem ? I have 3d object which I…
David
  • 4,332
  • 13
  • 54
  • 93
0
votes
1 answer

Openlayer clustering with different color of image

So basically I have several hundred of features containing a geom. I want the map to cluster different color of points. This is the features and color: //so both features and color contain several hundred of value features.push(new ol.Feature(new…
GG program
  • 127
  • 1
  • 1
  • 11
0
votes
2 answers

Unity sorting layer not worked

I am creating my first 3D game, it including a HP bar will always show on the screen with FPS camera. My HP bar is an image and the background of this game is a 3D house. The problem is that my HP bar will penetrate the wall of house sometimes. I…
Licccc
  • 3
  • 4
0
votes
2 answers

Angular5 Openlayers4

I am trying to create a map with multiple layers which I can setvisible false or true. This is my code to set up the map: this.map = new OlMap({ target: 'map', layers: [ new OlTileLayer({ …
Hans
  • 287
  • 1
  • 5
  • 18