lib/geoblacklight/download/shapefile_download.rb in geoblacklight-0.1.0 vs lib/geoblacklight/download/shapefile_download.rb in geoblacklight-0.2.0
- old
+ new
@@ -6,9 +6,9 @@
super(document, {
type: 'shapefile',
extension: 'zip',
request_params: request_params,
content_type: 'application/zip',
- service_type: :solr_wfs_url
+ service_type: 'wfs'
})
end
end