Skip to content

Commit

Permalink
swith from lambda to titiler tiling for integrated alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Nov 26, 2024
1 parent 8d79ee7 commit e9c54a5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/routes/titiler/gfw_integrated_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,8 @@ class GfwIntegratdAlertsVersions(str, Enum):
extend_enum(GfwIntegratdAlertsVersions, _version, _version)


# will turn this on when we're ready to replace tile cache service
# @router.get(
# f"/{dataset}/{{version}}/dynamic/{{z}}/{{x}}/{{y}}.png",
# response_class=Response,
# tags=["Raster Tiles"],
# response_description="PNG Raster Tile",
# )
@router.get(
f"/{dataset}/{{version}}/titiler/{{z}}/{{x}}/{{y}}.png",
f"/{dataset}/{{version}}/dynamic/{{z}}/{{x}}/{{y}}.png",
response_class=Response,
tags=["Raster Tiles"],
response_description="PNG Raster Tile",
Expand Down

0 comments on commit e9c54a5

Please sign in to comment.