tangram-play icon indicating copy to clipboard operation
tangram-play copied to clipboard

Text editor web app for Tangram scenes

Results 100 tangram-play issues
Sort by recently updated
recently updated
newest added

I think it might be better to default to the user's current location (though I know that kicks off a permission request, so understand UX hesitancy) if there is no...

for map longevity, include the Tangram version that is being used in Play in any shared URL we generate for that map at that time. http://tangrams.github.io/tangram-frame/?lib=

I noticed that since we're often loading Play under https, you can't load a scene file from an http source. Not sure what to do about that since it probably...

in progress

The term "widget" was introduced early on to refer to any interactive UI that dynamically adjusts values in Tangram YAML. Over time, as the complexity of this functionality evolved, it...

in progress

Lightbox has thumbnails with the style templates available. (Basic style is one of these templates)

future
ui

To replicate: - Give a parameter a multi-line function value: ``` yaml priority: | function() {return feature.scalerank} ``` - Place the cursor on the line with `function()` OR select multiple...

To replicate: - Enter a parameter whose value is a function, all on a single line: `priority: function() {return feature.scalerank}` - place the cursor within the function - enter command-/...