forked from ngageoint/opensphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ngageoint#751 in WV/opensphere from ~JENKINS/opens…
…phere:upscanMerge to master * commit 'b5a11fbd35933af4f203e8844b99f3c4f3ca1962': fix(CSVExport): Prevent hidden columns from being included in export test(cypress): Reduces size of server responses feat(compiler): upgrade compiler and library and fix errors fix(csv): Use custom checkbox in CSV export options. feat(datebinmethod): Add Month of Year test(cypress): Removes reserved character from fixture filenames
- Loading branch information
Showing
41 changed files
with
43,002 additions
and
997 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
cypress/fixtures/smoke-tests/load-data-server-arcgis/layers?f=json.stub.json
This file was deleted.
Oops, something went wrong.
1,542 changes: 1,542 additions & 0 deletions
1,542
cypress/fixtures/smoke-tests/load-data-server-arcgis/layersf=json.stub.json
Large diffs are not rendered by default.
Oops, something went wrong.
882 changes: 0 additions & 882 deletions
882
cypress/fixtures/smoke-tests/load-data-server-arcgis/mapserver.stub.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
cypress/fixtures/smoke-tests/load-data-server-arcgis/mapserver?f=json.stub.json
This file was deleted.
Oops, something went wrong.
113 changes: 113 additions & 0 deletions
113
cypress/fixtures/smoke-tests/load-data-server-arcgis/mapserverf=json.stub.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
{ | ||
"currentVersion": 10.51, | ||
"serviceDescription": "Aurora Open Data", | ||
"mapName": "Layers", | ||
"description": "", | ||
"copyrightText": "City of Aurora Colorado", | ||
"supportsDynamicLayers": false, | ||
"layers": [ | ||
{ | ||
"id": 0, | ||
"name": "Public Art And Facilities", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "Recreation Facilities", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Schools", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
}, | ||
{ | ||
"id": 3, | ||
"name": "Police Stations", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
}, | ||
{ | ||
"id": 4, | ||
"name": "Marijuana Retail Businesses", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
}, | ||
{ | ||
"id": 5, | ||
"name": "Fire Stations", | ||
"parentLayerId": -1, | ||
"defaultVisibility": true, | ||
"subLayerIds": null, | ||
"minScale": 0, | ||
"maxScale": 0 | ||
} | ||
], | ||
"tables": [], | ||
"spatialReference": { | ||
"wkid": 102654, | ||
"latestWkid": 2232 | ||
}, | ||
"singleFusedMapCache": false, | ||
"initialExtent": { | ||
"xmin": 3194271.2555172434, | ||
"ymin": 1667664.8505246327, | ||
"xmax": 3194598.8108557854, | ||
"ymax": 1668130.0740489382, | ||
"spatialReference": { | ||
"wkid": 102654, | ||
"latestWkid": 2232 | ||
} | ||
}, | ||
"fullExtent": { | ||
"xmin": 3149115.2117335345, | ||
"ymin": 1621962.0039178454, | ||
"xmax": 3271715.9005797664, | ||
"ymax": 1728997.559967441, | ||
"spatialReference": { | ||
"wkid": 102654, | ||
"latestWkid": 2232 | ||
} | ||
}, | ||
"minScale": 0, | ||
"maxScale": 0, | ||
"units": "esriFeet", | ||
"supportedImageFormatTypes": "PNG32,PNG24,PNG,JPG,DIB,TIFF,EMF,PS,PDF,GIF,SVG,SVGZ,BMP", | ||
"documentInfo": { | ||
"Title": "", | ||
"Author": "", | ||
"Comments": "Aurora GIS Open Data web service", | ||
"Subject": "Aurora GIS Open Data web service", | ||
"Category": "", | ||
"AntialiasingMode": "None", | ||
"TextAntialiasingMode": "Force", | ||
"Keywords": "Aurora Open Data" | ||
}, | ||
"capabilities": "Map,Query,Data", | ||
"supportedQueryFormats": "JSON, AMF, geoJSON", | ||
"hasVersionedData": true, | ||
"exportTilesAllowed": false, | ||
"supportsDatumTransformation": true, | ||
"maxRecordCount": 4000, | ||
"maxImageHeight": 4096, | ||
"maxImageWidth": 4096, | ||
"supportedExtensions": "KmlServer" | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion
1
cypress/fixtures/smoke-tests/load-state-file-arcgis/234?f=json.stub.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.