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

The repo description still points https://mapzen.com/tangram/play/

The code snippets are currently using the latest tangram.js and mapzen.js versions. Let's change that to use the latest pegged versions.

This came in through support (see Desk 1134). The user was trying to do this in Tangram Play at the top of the yaml file ``` global: sdk_mapzen_api_key: 'mapzen-api-key-here' ```...

when displaying properties, parse and display the nested values instead of showing [object OBJECT] e.g. ![image](https://user-images.githubusercontent.com/3979711/30870292-5acb7a72-a298-11e7-8e40-916c53925df0.png) ``` u'wof:concordances': {u'gn:id': 6300412, u'gp:id': 23388311, u'iata:code': u'HND', u'icao:code': u'KHND', u'oa:id': u'5627', u'wd:id': u'Q204853',...

if I open a scene in Play via a `/play/?api=` from another user's account, make changes, and try to save it, Play warns me that I am about to overwrite...

once we implement #637, add a "Share" menu item that generates a mapzen.com/tangram/view URL based off of the current scene.

enhancement

tangram play validator may complain about things like ``` stroke: { color: black, width: 1 } stroke: { color: global.text_stroke, width: [[1,1px], [12,2px],[16,4px]] } ``` (real map style bug, fixed...