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

fix: render fix for titiler-pgstac v1 upgrade #408

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

smohiudd
Copy link
Contributor

@smohiudd smohiudd commented Jul 31, 2024

Render fix for titiler-pgstac v1 upgrade

@smohiudd smohiudd requested review from anayeaye and botanical July 31, 2024 21:23
@smohiudd smohiudd marked this pull request as ready for review July 31, 2024 21:25
def _get_item_map_link(self, item_id: str, collection_id: str) -> Dict[str, Any]:
qs = self.render_config.get_full_render_qs()
href = urljoin(
self.tiler_href, f"collections/{collection_id}/items/{item_id}/map?{qs}"
Copy link
Member

Choose a reason for hiding this comment

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

so the new href is collections/.../items/.../map as opposed to stac/map? Sorry I don't already know this but how could I verify this change?

Copy link
Contributor Author

@smohiudd smohiudd merged commit 18a4d30 into develop Jul 31, 2024
4 checks passed
@smohiudd smohiudd deleted the fix/render-titiler-pgstac-v1 branch July 31, 2024 23:09
botanical added a commit that referenced this pull request Aug 1, 2024
…configuration for cloudfront, titiler-pgstac v1 upgrade (#405)

### 📣 Breaking  
- [feat!: titiler-pgstac v1 upgrade
#398](#398) introduces
breaking endpoint changes; see [titiler-pgstac v0.8 -> v1.0 migration
docs](https://stac-utils.github.io/titiler-pgstac/latest/migrations/v1_migration/)

### ✨  Added
- [feat: add optional web acl configuration for cloudfront
#396](#396)

### 🪙  Changed/Updated
- [chore: Improve stac integration tests
#395](#395)
- [chore: add gitignore entry for Jetbrains IDEs
#409](#409)


### 🩹 Fixed
- [fix: render fix for titiler-pgstac v1 upgrade
#408](#408)
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.

3 participants