Questions tagged [elevation]

331 questions
0
votes
1 answer

Toolbar doesnt cast shadow in my app on my device (Android studio)

I have a toolbar layout and mainlayout . In my mainlayout I include my toolbar layout : Toolbar layout :
Liavba
  • 75
  • 9
0
votes
0 answers

ambiguity over information returned by GoogleMaps Elevation Api

I want to ask whether the value returned by google maps' elevation api is the height of the ground-surface from the sea level? So, if there is a foot over bridge or an elevated road would the api return the elevation of the ground or of the…
user750066
  • 43
  • 6
0
votes
1 answer

netlogo - Randomly select a neighbour patch that has a higher elevation, any? command

I've been tasked with a question of "randomly selecting a neighbour patch that has a higher elevation." My code is found below. I believe I am required to use the "any?" command to prevent getting the 'nobody' issue. to move-up let myelevPatch…
0
votes
2 answers

Material Design for pre-lollipop

I'm working with material design and I faced the problem I can't solve. It's about the shadows/elevation. Here we can read about the shadows and elevations in Material…
user2775914
  • 193
  • 1
  • 9
0
votes
1 answer

Elevation of GPS doesn't work

I'm developing a website in which I'll use the elevation or the above sea level of the current location where it uses GPS. I'm testing a website where it will give the coordinates as well as the elevation. The link of the website that I've searched…
mushroomgroover
  • 201
  • 1
  • 2
  • 12
0
votes
0 answers

jquery wait for async call to be executed

I am trying to get elevation data on click in google maps api. for that following is what I have implemented. function getElevationtimeer(lat, lng) { returnvaluetime = ""; elevationpoint = ""; …
0
votes
0 answers

Elevation possible or not?

I have some problems with UAC, I want to find out if it is enabled or disabled. That's all I know: XP and older have UAC disabled by default. On Vista, Server 2008 and 7 I can check the EnableLUA registry value. 8 has UAC enabled by default. But…
de0x
  • 23
  • 3
0
votes
0 answers

D3 elevation graph with fill based on slope

I'm trying to create a filled line graph based on the gradients between points. I got a little help creating the fill, but I don't think I understand how it's determining which fill to use and how to move forward to get what I want. I'd like to have…
Will Luce
  • 1,781
  • 3
  • 20
  • 33
0
votes
3 answers

google earth elevation from latitude and longitude values

The following url provide a great example for getting elevation by clicking on a map.. https://developers.google.com/maps/documentation/javascript/examples/elevation-simple I want to enter specific latitude and longitude values instead of…
Kevin Barnett
  • 17
  • 1
  • 5
0
votes
0 answers

How to generate a Raster(Tiff) from XYZ ungridded dem in c++?

Hei, I am using gdal for reading raster sources but unfortunately it only supports gridded xyz dem(doesnt support ungridded xyz dem). So i am trying to create a raster image from xyz ungridded dem so it can be read by gdal. I have already created…
saagn
  • 1
  • 1
  • 2
0
votes
1 answer

Google Elevation without maps to display

i have a req to get the elevation profile for given lat , long. I used below code. However this code is giving the wrong output. I have compared this with google maps result online. function elevationVal(event) { var lat = xval…
0
votes
1 answer

leafletjs.elevation won't show gpx

I updated leaflet elevation example gpx just changing the gox name, working locally on win 7 or OS X and Safari or Chrome. Nothing shows up. var map = new L.Map('map'); var url =…
0
votes
1 answer

Set xlObj = CreateObject("excel.application") Requires Elevation (vbscript)

Every time I try to run a script that includes the line Set xlObj = CreateObject("excel.application") in vbscript, I get an error saying "Line Requires Elevation". I assume this is a permissions issue, but I'm an admin on the machine where I'm…
Sudo_Nym
  • 1
  • 2
0
votes
1 answer

.NET 2.0 Process Elevation for App Installation

We have an application written in both C++ and .NET that installs for all users in the Program Files folder. This application downloads new versions of itself (as MSI installers) and spawns the new installer process to replace itself. The install…
Brian Gillespie
  • 3,213
  • 5
  • 27
  • 37
0
votes
2 answers

How to read elevation from USGS NED DEM GridFloat file in Perl

I have downloaded a large set of GridFloat (.flt, .hdr) DEM files from USGS NED (1") in order to implement my own elevation service on my website. I would like to be able to look up an elevation from this fileset, given latitude and longitude as…
Neil Gunton
  • 51
  • 1
  • 7