Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
https://github.com/dbca-wa/wastd/issues/309 Improve AreaEncounter.poi…
Browse files Browse the repository at this point in the history
…nt help text
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 30, 2020
1 parent 11eb492 commit f60e67c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion occurrence/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,12 @@ class AreaEncounter(PolymorphicModel,
help_text=_(
"A point representing the area occupied by the encountered "
"subject. If empty, the point will be calculated as the centroid "
"of the polygon extent."))
"of the polygon extent. "
"If you have coordinates, click first into the map to generate GeoJSON, "
"then insert your coordinates into the GeoJSON. Save and review!"

)
)

northern_extent = models.FloatField(
verbose_name=_("Northernmost latitude"),
Expand Down

0 comments on commit f60e67c

Please sign in to comment.