-
Notifications
You must be signed in to change notification settings - Fork 195
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
feat(tiles): 3DTile services #2635
base: master
Are you sure you want to change the base?
Conversation
|
||
/** | ||
* @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). |
There was a problem hiding this comment.
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.
|
||
/** Queries metadata from a 3D tileset service. | ||
* @param url Url of a 3D tileset. | ||
* @param this.accessToken Optional access token. |
There was a problem hiding this comment.
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', |
There was a problem hiding this comment.
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.
const assetId = matched && matched[1]; | ||
return assetId ? {assetId, resource: 'tileset.json'} : null; | ||
} | ||
|
There was a problem hiding this comment.
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}}
@igorDykhta jamming on your code from the attribution PR...