Skip to content

Commit

Permalink
make encoded the default render_type
Browse files Browse the repository at this point in the history
  • Loading branch information
solomon-negusse committed Oct 25, 2024
1 parent 6366120 commit d0e57d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/titiler/umd_glad_dist_alerts.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def glad_dist_alerts_raster_tile(
description="Only show alerts until given date.",
),
render_type: RenderType = Query(
RenderType.true_color, description="Render true color or encoded tiles"
RenderType.encoded, description="Render true color or encoded tiles"
),
alert_confidence: Optional[bool] = Query(
AlertConfidence.low,
Expand Down

0 comments on commit d0e57d4

Please sign in to comment.