Skip to content

Commit

Permalink
fix: wrong bbox order
Browse files Browse the repository at this point in the history
  • Loading branch information
santilland committed Feb 15, 2024
1 parent fb16a47 commit 4eb2f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion collections/N1b_O3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Resources:
Type: Time
LayerId: composition_europe_o3_analysis_surface
Styles: [sh_OrangesTransparent240_surface_concentration]
OverwriteBBox: [45, 72, -25, 30] # WMS layer description provides incorrect BBox
MediaType: image/png
OverwriteBBox: [-25, 30, 45, 72] # WMS layer description provides incorrect BBox
Legend: N1b_O3/cm_legend.png
Image: N1b_O3/N1b.png

0 comments on commit 4eb2f28

Please sign in to comment.