CartoDB / carto-vl

CARTO VL: a Javascript library to create vector-based visualizations
BSD 3-Clause "New" or "Revised" License
129 stars 26 forks source link

Improve editor #1204

Open VictorVelarde opened 5 years ago

VictorVelarde commented 5 years ago

Changes include:

Aesthetic/UI

Left panel

left panel

Map

Viz editor

Examples

Feedback

Algunenano commented 5 years ago

One thing that would make my life easier is the option of not using basemaps in editor. Sometimes it's hard to compare different tiles or see certain features because of the noise introduced by the basemap / basemap tags.

Should I open a different issue?

VictorVelarde commented 5 years ago

Good idea!. I think that could fit in this issue.

What do you think about a "None" option in the Basemaps, with a default white color?

Algunenano commented 5 years ago

What do you think about a "None" option in the Basemaps, with a default white color?

Seems good. Maybe it'd be better to be called "White" in case we need a different color in the future.

makella commented 5 years ago

as just discussed with @VictorVelarde we are reading in VL via http not https in the Editor: <script src="http://libs.cartocdn.com/carto-vl/v${carto.version}/carto-vl.js"></script>

Adding a to-do which will impact the "Create gist" output:

elenatorro commented 5 years ago

Integrate an existing code editor for better interoperability:

I think we should discuss also about adding a syntax highlighter, which I guess is one of the purposes of this task. I know @IagoLast did something in December, it'd be great to integrate these rules into the Monaco Editor, a tool we've already mentioned in the past, that can be very useful for the code editor.