-
Notifications
You must be signed in to change notification settings - Fork 0
Add formatting logic and tests #1
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
Conversation
]) | ||
expect(dataset.issuedDateTime).toBe('2021-04-19T13:30:24.055-04:00') | ||
expect(dataset.orgTitle).toBe('My Fun Org') | ||
// TODO - update when this is available through the API |
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.
org.portalProperties.links.contactUs.url
is currently unavailable through the API.
// TODO - add to search API | ||
get orgContactUrl (): string { return 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.
Not available yet through the API
get supportsWFS (): boolean { return this._supportedExtensions && this._supportedExtensions.includes('WFSServer'); } | ||
get supportsWMS (): boolean { return this._supportedExtensions && this._supportedExtensions.includes('WMSServer'); } |
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 will always be false until we expose supportedExtensions
in some form through the Search API
This ports the logic from indexer to