(polygon-search polygon db)
Search for points inside the declared polygon. The polygon is a vector of vectors of point vectors should be passed in to create a polygon (it must be closed). The first top level vector defines the outline of the shape, subsequent (optional) vectors define any holes within it.
Search for points inside the declared polygon. The polygon is a vector of vectors of point vectors should be passed in to create a polygon (it must be closed). The first top level vector defines the outline of the shape, subsequent (optional) vectors define any holes within it.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close