Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementing Javascript API #1

Open
GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments
Open

Implementing Javascript API #1

GoogleCodeExporter opened this issue Mar 20, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant