This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import datetime | |
import six | |
from django.contrib.gis.geos import Point, MultiPoint | |
from haystack import indexes | |
from haystack.exceptions import SpatialError, SearchFieldError | |
from haystack.utils.geo import ensure_geometry, ensure_point | |
def ensure_multipoint(geom): |