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
Going through the publishing workflow today, I noticed that my viewport settings from the notebook were not transferring over to the published map.
We were hoping to show this step in the video we are making. If it isn't possible to fix in the next day or so, please let me know.
Thanks!
p.s. -- publishing is so awesome!!
To publish:
# Publish map tmap = Map ( [ color_bins_layer( 'county_measures', 'median_income', 'Median Income', palette='mint', bins= 7 ), Layer( 'state_bounds', 'color: rgba(240,240,240,0.8)', 'width: 2.5' ), size_continuous_layer( 'county_measures_points', 'pop_poverty', 'Population in Poverty', size=[2,80], ), ], viewport={'zoom': 4.97, 'lat': 30.234902, 'lng': -90.044652} ) tmap.publish('Poverty and Income')
url to published map: https://cartovl.carto.com/kuviz/c7a584ec-6391-4cc9-9188-dff71663fac3
Also attaching the notebook (Very last Step 11): Helper Methods Script (1).ipynb.zip
The text was updated successfully, but these errors were encountered:
Fixed #839
https://cartovl.carto.com/kuviz/61b14260-5cd9-4bc3-8560-bf70c7445a19
Sorry, something went wrong.
Jesus89
Successfully merging a pull request may close this issue.
Going through the publishing workflow today, I noticed that my viewport settings from the notebook were not transferring over to the published map.
We were hoping to show this step in the video we are making. If it isn't possible to fix in the next day or so, please let me know.
Thanks!
p.s. -- publishing is so awesome!!
To publish:
url to published map:
https://cartovl.carto.com/kuviz/c7a584ec-6391-4cc9-9188-dff71663fac3
Also attaching the notebook (Very last Step 11):
Helper Methods Script (1).ipynb.zip
The text was updated successfully, but these errors were encountered: