Questions tagged [data-layers]

134 questions
1
vote
1 answer

How can I send a image from android phone to wear os watch?

How can I send a image from android phone to wear os watch? But I want to use data layer and I want to write all these codes in two one files (like Phone.kt , Watch.kt) Like this step Select photo in a phone Send this photo to watch Watch recives…
Oein0219
  • 13
  • 2
1
vote
0 answers

I am making an app like tinder. I cannot link database info to my addToFavorite function to then send them to Favorite page

//Database is hardcoded and looks like this: const db =[ {name: "pantaloni", id:'1', imgUrl: "https://static.zara.net/photos///2021/V/0/1/p/1930/026/800/2/w/1280/1930026800_6_1_1.jpg?ts=1608226801975"}, {name: "geaca", id:'2', imgUrl:…
rares961
  • 11
  • 1
1
vote
2 answers

How do I seperate my SQL and Business Logic in this example?

I have been looking for help online on how to design my php classes to separate my business logic and my data layers. I had started to design a class I thought was pretty cool but then discovered PDO and ADODB and had a nice facepalm moment…
Gazillion
  • 4,822
  • 11
  • 42
  • 59
1
vote
2 answers

How to create a map layout with hidden data?

I've created an API for a personal project, which returns some GeoJSON data. Currently, this data is basically returned to the client to be displayed on a map. However, the client has (obviously) a full access to the returned data, and it must…
user2687153
  • 427
  • 5
  • 24
1
vote
1 answer

Can I get server side events sent into Google Tag Manger

We need to track some server-side events given that some of the activity done by our users is offline over the phone and send these events over to multiple tracking tools and ad networks to stop or intensify remarketing budget. We have been reading…
1
vote
1 answer

Data Layer Quotations Removal

I am trying to dynamically fill my ecommerce data layer for Google Analytics. However some information such as the 'transactionTotal' and 'transactionTax' are not passing through because they are currently surrounded by double quotations and those…
Connor
  • 13
  • 3
1
vote
2 answers

Confusion about neural networks activation functions

I followed a tutorial about an image classifier using Python and Tensorflow. I'm now trying to apply deep learning to a custom situation. I made a simulation program of sellers/buyers where the customers buy a stone following its wishes. The stones…
M. Ozn
  • 1,018
  • 1
  • 19
  • 42
1
vote
1 answer

DAL design using DAAB 3.5/4.0

I'm working on a .Net 3.5 web application.It has various modules say for example Customers,Orders,etc.... I need to a design Data Access Layer (DAL) for the same using Enterprise Library 4.0 (using Data Access Application block or DAAB) to connect…
Jeremy Thomson
  • 999
  • 3
  • 16
  • 17
1
vote
1 answer

How to get Google Tag Manager Event Tracking to send to Google Analytics?

My website has a tel: link in the header, and I want to see in Google Analytics when this link is clicked, and on what page. I've decided to do this using Event Tracking in Google Tag Manager. So I made a tag, with the following configuration. And…
1
vote
1 answer

Clipping one layer to the boundaries of another layer on google earth engine

so I'm trying to clip one layer (NDVI) to the boundaries of corn fields across Ontario. This is the code i have so far but it doesn't seem to be working. I'm not sure if you can actually clip layers to other layers, I know you can fore image…
willow248
  • 11
  • 2
1
vote
0 answers

Caffe HDF5 Data Error

I create HDF5 data files with three tops and use it as input to my simple multi-tasking Caffe Net for experimentation. I always end up getting the same error at some point (sometimes right in the beginning, sometimes a little after it starts test…
dusa
  • 840
  • 3
  • 14
  • 31
1
vote
2 answers

Examples of C# OO design for data access

I am using the MS Enterprise Library 5.0 (data access blocks) for the main data layer of my application. Although I understand the basics of OO (yes, I need to keep learning - contantly!), I am trying to work through understanding where/why/how to…
Dav.id
  • 2,757
  • 3
  • 45
  • 57
1
vote
0 answers

Google Tag Manager custom event listener not working

I'm creating a event listener in the Google Tag manager, that should listen to any keypress. I followed this guide. Here is my change listener: