-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Loading local vector and add legend API using cartoee #241
Labels
Feature Request
New feature or request
Comments
I just added a new tutorial for creating a cartoee map with multiple layers (e.g., ee.Image and local shapefile). Please update geemap using |
I want to show different legends of multiple layers by user defined
names, similar to those produced in GIS. For example, I have three layers
in the area where the country borders, they are:
1. National border, vector format, polyline.
2. Provincial border of one country, vector format, polygon.
3. Forest distribution map, raster format.
So, how to add a legend that contains these layers? Thank you.
…On Tue, Dec 29, 2020 at 10:37 AM Qiusheng Wu ***@***.***> wrote:
Closed #241 <#241>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#241 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5J3HWYRFABXTD2YKJ2QLTSXE6FTANCNFSM4VMUHRZQ>
.
|
I want to show different legends of multiple layers by user defined
names, similar to those produced in GIS. For example, I have three layers
in the area where the country borders, they are:
1. National border, vector format, polygon.
2. Provincial border of one country, vector format, polyline.
3. Forest distribution map, raster format.
So, how to add a legend that contains these layers? Thank you.
…On Tue, Dec 29, 2020 at 10:37 AM Qiusheng Wu ***@***.***> wrote:
Closed #241 <#241>.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#241 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE5J3HWYRFABXTD2YKJ2QLTSXE6FTANCNFSM4VMUHRZQ>
.
|
cartoee does not support creating legend for vector data. You might want to try QGIS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to use cartoee to draw publication quality maps (usually multiply layers and/or class values), but I found that there is no API for loading local vector and add legends. Is this function possible? Thank you.
The text was updated successfully, but these errors were encountered: