lib/geoblacklight/download/shapefile_download.rb in geoblacklight-2.4.0 vs lib/geoblacklight/download/shapefile_download.rb in geoblacklight-3.0.0
- old
+ new
@@ -1,4 +1,5 @@
+# frozen_string_literal: true
module Geoblacklight
class ShapefileDownload < Geoblacklight::Download
SHAPEFILE_DOWNLOAD_PARAMS = { service: 'wfs',
version: '2.0.0',
request: 'GetFeature',