You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Add ee_api_js.js
2. Add EE api sample FromName.js
What is the expected output? What do you see instead?
I expected the map, but i got an error message "Could not read algorithm list"
What version of the product are you using? On what operating system?
Please provide any additional information below.
Please help me with an full example of html how to use this api.
where do i need to put service account or private key file?
///////////////////////////////////
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="ee_api_js.js"></script>
<script>
var image = ee.Image('srtm90_v4');
addToMap(image, {min: 0, max: 3000});
</script>
</head>
<body>
<!-- how to create the placeholder ?? --!>
</body>
</html>
////////////////////////////////
Original issue reported on code.google.com by [email protected] on 16 Jan 2013 at 9:46
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 16 Jan 2013 at 9:46The text was updated successfully, but these errors were encountered: