Sunday 28 May 2017

javascript - Migrating from CARTO Editor TO CARTO Builder and problem with odyssey.js (viz.json)


In odyssey.js you have:


-vizjson: URL like this "//username.cartodb.com/u/usernanme/api/v2/viz/key/viz.json"



The first thing we want to do is bring the CartoDB Visualization we created into the Odyssey.js application. We're going to use this vizjson option in the config block of your Odyssey.js markdown.


But now we cannot get this vizjson URL from cartDB!


The CARTO Builder does not have the option to share the viz.json URL due to the current version of CARTO.js (v3.15) which is not compatible with the Builder.


see: https://carto.com/learn/guides/intro/migrating-from-carto-editor-to-carto-builder


MIGRATING FROM CARTO EDITOR TO CARTO BUILDER:


Can I use CARTO Editor and CARTO Builder at the same time?


No, once CARTO Builder is enabled for your account, it is the only available map application.


Can I choose to use CARTO Editor instead?


No, CARTO Editor is currently in the process of being deprecated. All of the Editor features, and additional advanced functionality, is available within CARTO Builder. Once CARTO Builder is enabled for your account, the CARTO Editor is no longer available.


All new accounts have CARTO BUILDER enabled... If somebody could help me with an old account (for example without datasets/maps), it will be nice.





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...