Skip to content

关于加载geojson中面区域不显示名称问题原因 #37

Description

@szch

修改 src/VectorTileImageryProvider-light.js 和 doc/CesiumVectorTile.pure.js.html 中

function groupByCenterLabelPropertyName(geoJSON, centerLabelPropertyName) {
  ...
  if (geometry) return;  改为  if (!geometry) return;
  ...
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions