Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] vc-datasource-geojson clamp-to-ground属性无效 #653

Open
kiko111 opened this issue Jan 20, 2025 · 1 comment
Open

[Bug Report] vc-datasource-geojson clamp-to-ground属性无效 #653

kiko111 opened this issue Jan 20, 2025 · 1 comment

Comments

@kiko111
Copy link

kiko111 commented Jan 20, 2025

VueCesium version

3.2.9

OS/Browsers version

chrome

Vue version

3.5.13

Cesium version

1.125.0

Reproduction Link

https://codepen.io/pen

Steps to reproduce

对于点数据,无法贴地,面和线可以在onDatasourceReady后回去线和面实体 设置贴地,但是点无法贴地

What is Expected?

:clamp-to-ground="true" 生效 官网demo修改了也不生效

What is actually happening?

:clamp-to-ground="true" 无效
@kiko111
Copy link
Author

kiko111 commented Jan 20, 2025

数据格式
{ "type": "FeatureCollection", "features": [ { "type": "Feature", "id": "BC_XIANG_D.1", "geometry": { "type": "Point", "coordinates": [ 3.436092464337763E7, 2835431.41174324 ] }, "geometry_name": "geom", "properties": { "BSM": 532924107, "XZMC": "乔甸镇" } } ], "totalFeatures": 9, "numberMatched": 9, "numberReturned": 9, "timeStamp": "2025-01-20T07:57:00.040Z", "crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4522" } } }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant