Last active
October 19, 2022 21:28
-
-
Save ThomasLengeling/4c384d9fa6a48f0e6116c53874c0eb5c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ABM":{ | |
"active":true, | |
"display_name":"Animated Trips", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
}, | |
"toggle_array":{ | |
"curr_active":0, | |
"name":"Animated Trips", | |
"names":[ | |
"Drive", | |
"Cycle", | |
"Walk", | |
"Pt", | |
"all" | |
], | |
"num":4 | |
} | |
}, | |
"ACCESS":{ | |
"active":true, | |
"display_name":"Heatmap", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
}, | |
"toggle_array":{ | |
"curr_active":0, | |
"name":"HeatMap", | |
"names":[ | |
"Restaurants", | |
"Daycare", | |
"Book stores", | |
"Pharmacies", | |
"Housing", | |
"Nightlife", | |
"Doctors Offices", | |
"Groceries", | |
"Jobs" | |
], | |
"num":9 | |
} | |
}, | |
"AGGREGATED_TRIPS":{ | |
"active":true, | |
"display_name":"Aggregated Trips", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
} | |
}, | |
"GEOJSON":{ | |
"active":false, | |
"display_name":"GeoJson", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
} | |
}, | |
"GRID":{ | |
"active":true, | |
"display_name":"CS Grid", | |
"slider":{ | |
"default":50, | |
"max":255, | |
"min":0, | |
"name":"opacity", | |
"value":94 | |
}, | |
"toggle":{ | |
"active":true, | |
"default":true, | |
"name":"activate" | |
} | |
}, | |
"MAP_STYLE":{ | |
"active":true, | |
"display_name":"Map Style", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
}, | |
"toggle_array":{ | |
"curr_active":0, | |
"name":"Style", | |
"names":[ | |
"Dark", | |
"Light", | |
"Normal" | |
], | |
"num":3 | |
} | |
}, | |
"MESH":{ | |
"active":false, | |
"display_name":"Mesh <beta>", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
} | |
}, | |
"TEXTUAL":{ | |
"active":false, | |
"display_name":"Text", | |
"toggle":{ | |
"active":true, | |
"default":false, | |
"name":"activate" | |
} | |
} | |
} |
https://gist.github.com/ThomasLengeling/4c384d9fa6a48f0e6116c53874c0eb5c#file-tui-json-L36 should have a sub-layer toggle
Updated formatted and fixed json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Different object types, slider, toggle and button