Skip to content

Commit

Permalink
removed geometry in entity geometry by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ssadhu-sl committed Jan 10, 2025
1 parent c9f7fba commit 896873b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def make_link_filter(eval_ctx, url, **kwargs):
def get_entity_geometry(entity):
data = None
if entity and entity.geojson is not None:
data = entity.geojson
data = entity.geojson.geometry

if data is None:
logger.warning(
Expand Down

0 comments on commit 896873b

Please sign in to comment.