Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Nov 28, 2024
1 parent 9324a51 commit 71a63ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions conf/aias/agate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ services:
- (/collections/)(?P<collection>[^/]+)/items/(?P<item>[^/]+)/assets/(?P<asset>[^/]+)
public_url_patterns:
- (/collections/)(?P<collection>[^/]+)/items/(?P<item>[^/]+)/assets/thumbnail
- (/collections/)(?P<collection>[^/]+)/items/(?P<item>[^/]+)/assets/cog
- (?P<collection>[^/]+)/items/(?P<item>[^/]+)/assets/cog
url_header: $AGATE_URL_HEADER|X-Forwarded-Uri
url_header_prefix: $AGATE_URL_HEADER_PREFIX
pattern_target:
titiler:
url_patterns:
- $TITILER_PATTERN|(/collections/)(?P<collection>[^/]+)/items/(?P<item>[^/]+)/assets/(?P<asset>[^/]+)
public_url_patterns:
url_header: $AGATE_URL_HEADER|X-Forwarded-Uri
url_header_prefix: $AGATE_URL_HEADER_PREFIX
pattern_target: $TITILER_PATTERN_TARGET|query.url.url.path # takes the query parametters, use it as a url, then extract the path

0 comments on commit 71a63ef

Please sign in to comment.