Skip to content

feat(tiles): 3DTile services - #2635

Closed
ibgreen wants to merge 4 commits into
masterfrom
3dtiles-services
Closed

feat(tiles): 3DTile services#2635
ibgreen wants to merge 4 commits into
masterfrom
3dtiles-services

Conversation

@ibgreen

@ibgreen ibgreen commented Sep 8, 2023

Copy link
Copy Markdown
Collaborator

@igorDykhta jamming on your code from the attribution PR...

@ibgreen
ibgreen requested a review from igorDykhta September 8, 2023 20:39

/**
* @see https://developers.google.com/maps/documentation/tile/policies
* attribution shouldn't be hidden (right now dataset attribution is only partly shown and expanded on hover).

@igorDykhta igorDykhta Sep 8, 2023

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are Studio-related comments.

Comment thread modules/tiles/src/tile3d-service/tile3d-service.ts Outdated

/** Queries metadata from a 3D tileset service.
* @param url Url of a 3D tileset.
* @param this.accessToken Optional access token.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

params are for the constructor above

title: 'Built with Google Maps.',
url: '',
logoUrl:
'https://developers.google.com/static/maps/documentation/images/google_on_non_white.png',

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For Google we we need to place the attribution logo on our CDN.

Comment thread modules/tiles/src/tile3d-service/tile3d-service.ts Outdated
Comment thread modules/tiles/src/tile3d-service/tile3d-service.ts Outdated
const assetId = matched && matched[1];
return assetId ? {assetId, resource: 'tileset.json'} : null;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need getLoadOptions here?
loadOptions: {'cesium-ion': {accessToken, worker: true}}

@ibgreen ibgreen closed this Jul 31, 2026
@ibgreen
ibgreen deleted the 3dtiles-services branch July 31, 2026 13:18
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

Successfully merging this pull request may close these issues.

2 participants