Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacug committed Apr 8, 2022
1 parent d363c9b commit eaa9bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/protected_area.rb
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def layer_color

def arcgis_layer
if is_oecm
is point? ? OECM_POINT_LAYER_URL : OECM_POLY_LAYER_URL
is_point? ? OECM_POINT_LAYER_URL : OECM_POLY_LAYER_URL
else
is_point? ? WDPA_POINT_LAYER_URL : WDPA_POLY_LAYER_URL
end
Expand Down

0 comments on commit eaa9bf3

Please sign in to comment.