Skip to main content

All Questions

Tagged with
0 votes
1 answer
73 views

Get values from for each sheet and put values in another sheet

I am trying to get ranges from all tabs and put values in a specific tab called 'Data' at P col. I have range values at A2:B between all tabs and am trying to get values by mapping method. The issue ...
sona's user avatar
  • 25
0 votes
0 answers
42 views

How to provide a circle radius that represents real-world distance on an OpenLayers map?

I want to plot a circular Polygon feature that covers 200 hectares on an OpenLayers map. The projection of the map and data is set to EPSG:3857. I believe the solution lies in this code (source), but ...
Sidders's user avatar
  • 131
-3 votes
1 answer
51 views

.map function in react is bringing a error [closed]

I am writing this code in which i have to map an array in some divs... there is first code which has the mapping and the ui import { useContext } from "react"; import "./index.scss"...
Divyansh Pathak's user avatar
0 votes
0 answers
19 views

Openstreetmap: Get 'best' tile for a given bounded box

I've been experimenting with the OSM tile server (https://tile.openstreetmap.org/) and have been converting lat/long to tile coordinates for embedding the tile into a web page. However, what I ...
RiddleRiddlerRddler's user avatar
-5 votes
1 answer
50 views

Javascript array group by and sum nested object

I need create a scoreboard for these players, based on an array of games. Each game has a final score with multiple p[layers. Each player has a property for what team they played. that property needs ...
Jonathas Honor's user avatar
-3 votes
1 answer
334 views

Converting a Javascript map into an array of objects [duplicate]

I am given a map of key value pairs which I have no control over, and I need to convert them into an array of objects, but in a certain way. let paramArray1 = []; let paramArray2 = []; ...
Ash's user avatar
  • 27
0 votes
0 answers
37 views

Map an array, but sorted by values inside the array [duplicate]

I have an array like this: [{ "title": "Home", "url": "/", "order": 1 }, { "title": "Services", "url": "#services&...
Ivan's user avatar
  • 315
0 votes
1 answer
71 views

How to fix the mapping structure for Elastic search ? I am trying to migrate from 5.6 to 7.10

Need help with fixing mapping of ES from 5.6 to 7.10 Below is a sample structure. Tried multiple things, but doesnt seem to work, need help. "_parent": { "type": "brand&...
Manoj K's user avatar
  • 389
0 votes
1 answer
32 views

How to Clear and Re-Select Items Dropdown Based on Store Filter in React?

const items: any = !_.isEmpty(filters["store"]) ? [...new Set(recentFound.map(({ item }: any) => item))] : []; I have a React application with two dropdowns: "Store" ...
Janani N's user avatar
-1 votes
1 answer
24 views

i cant access to user profile image even thaugh is exist

when i console.log(user) it shows every thing i made in user model that suppose to appear even the profile avatar url is showing and when i console.log(user.avatar) the console giving me undefined ...
Phoenix Phoenix's user avatar
0 votes
1 answer
105 views

threejs | Object invisible when setting transparent: true in Materialparameters

i am right now taking Bruno Simons course and at the lection "Haunted House" he demonstrates how to implement textures. Everything workes fine and all the map textures are working great, but ...
Hauskamel's user avatar
  • 133
0 votes
0 answers
31 views

Saving the points from my object individually as their correct type

This is my second post and i am into the last days of my internship and this is nearly my last problem and task to solve I have a graph, as agraphviz file, with a lot of items in it each item looks ...
Dominic's user avatar
1 vote
3 answers
48 views

How to fetch Object inside Array of Array

How to fetch Object inside Array of Array? I am getting undefined myArray = [ [{ name: test1, username: sampleuser1 }], [{ name: test2, username: sampleuser2 }], [{ name: test3, username: ...
Daniiiii's user avatar
-1 votes
1 answer
78 views

Javascript to return first and last name in a array of object getaccountfullname [closed]

const accounts = [ { id: "5f446f2ecfaf0310387c9603", picture: "https://api.adorable.io/avatars/75/[email protected]", age: 25, name: { first: "Esther", last: "...
Deji Akinbode's user avatar
0 votes
0 answers
21 views

How would I create a React application that keeps track of characters' status for writing a story?

I have been working on a project to try and make a react application that displays the chapter along with the characters stats. Chapters list is stored globally inside App.js. Chapters list should ...
user20942123's user avatar

15 30 50 per page
1
2 3 4 5
55