Closed (fixed)
Project:
Views GeoJSON
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Feb 2018 at 20:25 UTC
Updated:
5 Jan 2020 at 04:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jeffschulerComment #3
jeffschulerFor Drupal 8.5.x compatibility:
Add
$serializer_format_providerstoGeoJsonExportclass constructor (to be in-line withRestExport).Comment #4
jeffschulerRe-rolled for latest 8.x-1.x-dev, mostly to account for changes from #3083020: Cannot use object of type Drupal\Core\Cache\CacheableResponse as array. Still just deleting most of the class implementation, as it's just code copied from core's RestExport class.
Comment #5
jeffschulerFixes previous.
Comment #7
jeffschulerCommit: 29121e1
Comment #8
jeffschuler