-
1. mapresty的用户手册
2. maptalks的API文档 (JSDoc3 生成)
3. mapresty-rest的rest接口文档
4. mapresty-client-java的javadoc
-
# 以 Mapbox Terrain-RGB 模型发布高程数据
https://beginor.github.io/2021/01/11/publish-dem-data-with-mapbox-terrain-rgb.html
-
![0K8@~$1L)}$RYKKVK71_Y8K](https://github.com/maptalks/issues/assets/22592035/a1738c68-4a33-48eb-8e2a-0b0e058614a0)
-
重现代码
http://examples.maptalks.com/examples/cn/3d/spatial-analysis/measure
-
文档中 关于webgl 段落中提到,色斑图目前只针对 mapbox 和 maptalks 做了相关适配,请问大佬有计划支持 OpenLayers 吗?或者能够提供点类似的例子,谢谢。
-
hi,
I wanted to animate the extruded buildings by continuously increasing or decreasing their height.
for this I simply update the data of the ExtrudePolygonLayer.
however, I was unable to figure…
-
I can not zoom in and out using this example: https://deyihu.github.io/src/maptalks-deckgl/examples/polygonLayer.html
It works fine on Chrome and the original at https://deck.gl/#/examples/custom-l…
-
maptalks v0.40.4
chrome v67.0.3396.99
----
数据:
{"type":"Feature","geometry":{"coordinates":[87.416234,43.888077],"type":"Point"},"properties":{"t":"头屯河公园","z":15}}
过滤器:
filter: ['>=',…
-
designer
https://github.com/fuzhenn/maptalks-designer/issues/645
ide
...
-
很棒很不错的产品。有个需求是显示地下场景,在地图之下显示一些要素,比如简单地一个多边形、圆形。altitude为正值时,能够基于高度显示要素。但当设置altitude为负值时,实际还是贴地表显示。比如:
```js
var rectangle = new maptalks.Rectangle([128.56, 38.56], 80000, 70000, {
…