This file contains hidden or 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
{"config":{"codeTheme":"AyuLight","pageThemeSyncCodeTheme":true,"openAlmightyConsole":false,"autoRun":true,"layout":"map","keepPreviousLogs":true,"codeFontSize":16},"title":"未命名","code":{"HTML":{"language":"html","content":"<div id=\"hello-vue\" class=\"demo\">\n{{ message }}\n</div>","resources":[]},"CSS":{"language":"css","content":".demo {\nfont-family: sans-serif;\nborder: 1px solid #eee;\nborder-radius: 2px;\npadding: 20px 30px;\nmargin-top: 1em;\nmargin-bottom: 40px;\nuser-select: none;\noverflow-x: auto;\n}","resources":[]},"JS":{"language":"javascript","content":"const HelloVueApp = {\ndata() {\n return {\n message: 'Hello Vue!!'\n }\n}\n}\n\nVue.createApp(HelloVueApp).mount('#hello-vue')","resources":[{"name":"Vue 3","url":"/lib/vue3.2.0-beta.7.global.js"}]},"JSON":{"language":"json","content":"console.log(window.clientInformation) ","resources":[]},"VUE":{"language":"vue2","content":"","resources":[]}}} |
This file contains hidden or 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
{"config":{"codeTheme":"OneDarkPro","pageThemeSyncCodeTheme":true,"openAlmightyConsole":false,"autoRun":false,"layout":"map","keepPreviousLogs":true,"codeFontSize":16},"title":"未命名项目","code":{"JSON":{"language":"json","content":"","resources":[]},"HTML":{"language":"html","content":"<div id=\"mapDiv\"></div>"},"CSS":{"language":"css","content":"body{height: 100vh;}","resources":[]},"JS":{"language":"javascript","content":"\n require([\"map-ignitor.umd\"], function (ignitor, Weather) {\n const { loadRes, initMap } = ignitor\n var cssList = [\n {\n location: \"themes/dark/main.css\",\n },\n {\n location: \"themes/cim-dark/viewer.css\",\n },\n {\n location: \"themes/cim-dark/widget.css\",\n },\n ];\n // 加载资源文件\n loadRes(\n \"assets/esri\",\n cssList\n );\n // 加载地图\n initMap({\n container: \"mapDiv\",\n |
This file contains hidden or 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
{"config":{"codeTheme":"OneDarkPro","pageThemeSyncCodeTheme":true,"openAlmightyConsole":false,"autoRun":false,"layout":"map","keepPreviousLogs":true,"codeFontSize":16},"title":"未命名项目","code":{"JSON":{"language":"json","content":"{\n \"mainMaps\": [\n {\n \"id\": \"map3d\",\n \"type\": \"scenemap\",\n \"isActive\": true,\n \"mapOptions\": {},\n \"initCamera\": {\n \"position\": {\n \"spatialReference\": {\n \"latestWkid\": 3857,\n \"wkid\": 102100\n },\n \"x\": 12275.601374829846,\n \"y\": 196.86828465971857,\n \"z\": 292.1571886914502\n },\n \"heading\": 345.840354802294,\n \"tilt\": 74.82486568414923\n },\n \"viewOptions\": {\n \"highlightOptions\": {\n \"color\": [44, 246, 255, 0.6],\n \"fillOpacity\": 0.3\n },\n \"viewingMode\": \"global\",\n \"camera\": {\n \"position\": {\n \"spatialReference\": {\n |