Skip to content

Commit

Permalink
WFS server: removed the Lambert 72 CRS option
Browse files Browse the repository at this point in the history
  • Loading branch information
niconoe committed Mar 25, 2024
1 parent 69c8962 commit d1a3cfc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dashboard/views/public_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from django.db.models import Count
from django.http import JsonResponse, HttpRequest
from gisserver.features import FeatureType, field # type: ignore
from gisserver.geometries import CRS # type: ignore
from gisserver.views import WFSView # type: ignore

from dashboard.models import Species, DATA_SRID, Observation
Expand Down Expand Up @@ -93,6 +92,5 @@ class ObservationsWFSView(WFSView):
"coordinate_uncertainty_in_meters",
"references",
],
other_crs=[CRS.from_srid(31370)],
),
]

0 comments on commit d1a3cfc

Please sign in to comment.