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

WMS prototype working #572

Merged
merged 11 commits into from
Jan 26, 2023
1 change: 0 additions & 1 deletion src/titiler/extensions/titiler/extensions/wms.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,6 @@ def wms(
detail=f"Invalid 'BBOX' parameters: {req['bbox']}. Needs 4 coordinates separated by commas",
)

# TODO: check this
if version == "1.3.0":
# WMS 1.3.0 is lame and flips the coords of EPSG:4326
# EPSG:4326 refers to WGS 84 geographic latitude, then longitude.
Expand Down