Results 13 comments of yang

> 很感谢您成功的帮我解决了问题,但是现在又遇到两个新问题希望您可以帮忙解答一下,一个是为什么无法填充:fill: Cesium.Color.YELLOW.withAlpha(1)无效;另一个问题是当geojson文件大于20兆后浏览器奔溃,但是我们的数据要远远大于这些,请问楼主该如何解决? 请问下这位同学解决掉大数据量geojson的问题了吗?我这里也碰到了一样的问题,geoserver确实没问题,不过我在做安卓离线的系统,没法连server,想问问有没有其他解决方案? @lihuan928

> If I may add: I would also love to see a simple example regarding models (gltf/glb). What loader would you suggest? Thank you and keep up the good work!...

> Hi,i have heard that you have build a programe which combined vue with cesium ,in these days,i try to make it too,but i have met many issues ,could u...

@Liiked 感谢回复。 1.样式问题。 样式基本差别不大,如要调整代码框颜色等轻微差别,可定义全局CSS。 目前有一个 `>?` 重点提示标签现在无法渲染。 vuppress使用如下样式作为自定义容器,[有4种关键词可做区分](https://www.vuepress.cn/guide/markdown.html#%E8%87%AA%E5%AE%9A%E4%B9%89%E5%AE%B9%E5%99%A8) ``` :::waring 提示:xxxx ::: ``` ![image](https://user-images.githubusercontent.com/18388400/78755293-7951e480-79ab-11ea-9964-b4bb6102080d.png) 2.导航 今天花了点时间将导航条与侧边栏修改完毕。 3.加速 静态结果已部署,可进行测试 4.迁移 还剩评论模块未迁移。vuepress可接入gitalk https://rackar.github.io/vscode-ext-doccn

已基本修改完毕,如果没什么意见可以提交pr了。 还剩最后一点小问题,使用git action脚本的话,分支名和token需要修改和配置一下,以及站点默认链接pr时需修改。

链接大多数直接点击操作都无法找到内容,只有空白框架。感觉是框架设置的问题。长得非常像vuepress,但是是另一款docsify。 ![git](https://user-images.githubusercontent.com/18388400/77129275-632cc480-6a8e-11ea-958d-2245b4e036f9.png)

F5 to debug. And I saw error message "Please open a folder first."

OK, I saw the ts changes. I am not good at it, I will try. Infinite scroll is a better option for mobile. I think pagination is good enough to...

for Word table, this is the pr and a small example. #348

> Yes I figured it out soon..I Checked register method with below code and Postaman returns with success. > public IActionResult Register([FromForm]UserDto userDto) > { > // map dto to...