Wednesday, 1 January 2020

google earth engine - getMap() not returning token


My script: https://code.earthengine.google.com/03072a1aa4dd0c8bcb5f0d6f50840cc7


This function used to return a token. Now token is empty and from what I can remember the mapId used to look different as well.


This is what getMap() gives me:


{
"mapid": "projects/earthengine-legacy/maps/6549925a95e57c05d203d65bc6820c40-e563a4b747bc6703107afb69bbe17a7e",

"token": "",
"image": ...image stuff
}

How should i format my tile url now?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...