# tangram-frame **Repository Path**: mirrors_tangrams/tangram-frame ## Basic Information - **Project Name**: tangram-frame - **Description**: A nice frame for displaying a Tangram map. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2025-12-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tangram-frame A nice frame for displaying a Tangram map. Pass the scene file through the url as a query and the location as a hash to load it. #### query parameters - url: the scene file to load - quiet: hides attribution and UI - noscroll: disables scrolling for iframe embedding - lib: Tangram version number, defaults to 0.14.0 - debug: Tangram build, when this is not present defaults to min - gist: url of a github gist saved from Tangram Play - minz: sets the Leaflet minZoom parameter - maxz: sets the Leaflet maxZoom parameter - maxbounds: sets the Leaflet MaxBounds parameter in the format [sw lat],[sw lon],[ne lat],[ne lon] Examples: http://tangrams.github.io/tangram-frame/?url=https://raw.githubusercontent.com/meetar/tangram-sandbox/gh-pages/styles/blueprint.yaml#15/40.7053/-74.0097 http://tangrams.github.io/tangram-frame/?lib=0.7&debug&noscroll&quiet&url=https://raw.githubusercontent.com/meetar/tangram-sandbox/gh-pages/styles/blueprint.yaml&minz=4&maxz=10#15/40.7053/-74.0097