Changes between Initial Version and Version 1 of Ticket #2223
- Timestamp:
- Feb 4, 2020, 11:32:35 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2223 – Description
initial v1 15 15 "input": { 16 16 17 " super_coverage_id": "test_super_coverage",18 "s ub_coverage_ids": [19 "s ub_coverage_1", "sub_coverage_2", "sub_coverage_3"17 "coverage_id": "test_super_coverage", 18 "source_coverage_ids": [ 19 "source_coverage_1", "source_coverage_2", "source_coverage_3" 20 20 ], 21 "geo_crs": "http://localhost:8080/def/crs/EPSG/0/4326",22 "geo_resolution_x": 0.005,23 "geo_resolution_y":" -0.00524 21 25 26 22 }, 27 23 28 24 "recipe": { 29 25 30 "name": "nested_coverages", 31 "wms_import": true 26 "name": "virtual_coverage", 27 28 "options": { 32 29 30 "geo_crs": "http://localhost:8080/def/crs/EPSG/0/4326", 31 "geo_resolution_x": 0.005, 32 "geo_resolution_y":" -0.005, 33 "wms_import": true 34 35 } 33 36 } 34 37