We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
hello, is looks like the published maps are not holding viewport. I know we had looked at this a while back seems like it is happening again.
Example:
from cartoframes.auth import set_default_credentials from cartoframes.viz import Map, Layer, basemaps from cartoframes.viz.helpers import color_category_layer set_default_credentials('cartoframes') visualization = Map( color_category_layer( 'SELECT * FROM spend_data WHERE amount > 150 AND amount < 200', 'category_en', 'Spending in Barcelona', description='Categories', widget=True, popup=False ), viewport={'zoom': 16, 'lat': 41.38, 'lng': 2.17}, basemap=basemaps.darkmatter ) kuviz = visualization.publish('spending_in_barcelona') print(kuviz['url'])
Expected result:
Published map:
The text was updated successfully, but these errors were encountered:
Jesus89
Successfully merging a pull request may close this issue.
hello, is looks like the published maps are not holding viewport. I know we had looked at this a while back seems like it is happening again.
Example:
Expected result:
Published map:
The text was updated successfully, but these errors were encountered: