Skip to content

Cant Map.AddLayer #312

Answered by giswqs
diazetra asked this question in Q&A
Discussion options

You must be logged in to vote

The geojson_to_ee() function is designed for converting small vector data on-the-fly. If your geojson has complicated shapes with numerous vertices, it will likely exceed the GEE one-the-fly conversion limit. In that case, you will have to either simplify the shapes (e.g., reducing the number of vertices) or upload the data to your GEE account. See https://developers.google.com/earth-engine/guides/importing. As a general rule of thumb, if your geojson file is > 4MB, it will not work. You will have to upload data to your account.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by giswqs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants