Skip to content
Snippets Groups Projects
Commit f73aed40 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

updated ceus wus clip

parent 840cb478
No related branches found
No related tags found
1 merge request!92Fixes for ApproxGridSurf rJB calc; poly and sites work; bounds implementations
......@@ -7,10 +7,10 @@
"geometry": {
"type": "Polygon",
"coordinates": [[
[ -125.3, 24.4 ],
[ -66.7, 24.4 ],
[ -66.7, 49.6 ],
[ -125.3, 49.6 ]
[ -115.0, 24.6 ],
[ -65.0, 24.6 ],
[ -65.0, 50.0 ],
[ -115.0, 50.0 ]
]]
},
"properties": {
......
......@@ -7,10 +7,10 @@
"geometry": {
"type": "Polygon",
"coordinates": [[
[ -125.3, 24.4 ],
[ -66.7, 24.4 ],
[ -66.7, 49.6 ],
[ -125.3, 49.6 ]
[ -125.0, 24.6 ],
[ -100.0, 24.6 ],
[ -100.0, 50.0 ],
[ -125.0, 50.0 ]
]]
},
"properties": {
......
......@@ -140,7 +140,7 @@ final class Export {
throws IOException {
List<Feature> features = new ArrayList<>();
if (bounds != null) {
features.add(createPolygon(name, "CLIP", coords));
features.add(createPolygon(name, "CLIP", bounds));
}
features.add(createPolygon(name, null, coords));
FeatureCollection fc = new FeatureCollection();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment