Allow spawning at random locations inside a polygon #68
Labels
No labels
Doing
To Do
bug
clarification needed
duplicate
enhancement
help wanted
invalid
question
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nik/veripeditus-server#68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allow spawning at random locations inside a polygon, both within an OpenStreetMap area and within a user-defined polygon of coordinates.
For OSM, this is kind of a challenge because querying for a polygon that crosses a point is not so straightforward. Maybe it needs changes to OSMAlchemy as well.
Created by: Creeparoo
Works fine with a polygon format ((lat, lon), (lat, lon), (lat, lon), …) aswell as with a rect format ((lat, lon), (lat, lon))