Skip to content

Commit 66e64bc

Browse files
committed
Merge branch 'feature/analysisresults' of github:herrmannlab/dicom-microscopy-viewer into feature/analysisresults
2 parents fae5695 + 486a546 commit 66e64bc

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The library is intended to provide a lightweight and standard-compliant viewer for microscopy images in DICOM format.
66

7-
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/mghcomputationalpathology/dicomweb-client).
7+
The viewer relies on [Openlayers](http://openlayers.org/) for rendering pyramid images and dynamically retrieves pyramid tiles (image frames) via [DICOMweb WADO-RS](https://www.dicomstandard.org/dicomweb/retrieve-wado-rs-and-wado-uri/) using [dicomweb-client](https://github.com/herrmannlab/dicomweb-client).
88
However, the viewer API fully abstracts the underlying rendering library and doesn't expose the lower level Openlayers API directly, such that another rendering library could in principle be used in the future if this would be of advantage.
99

1010
A central design choice was to not expose any Openlayers objects or functions via the public API, but always provide an abstraction layer.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ npm run build
120120
Test:
121121

122122
```None
123-
npm test
123+
npm run test
124124
```
125125

126126
Build the documentation:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"repository": {
3434
"type": "git",
35-
"url": "git+https://github.com/mghcomputationalpathology/dicom-microscopy-viewer.git"
35+
"url": "git+https://github.com/herrmannlab/dicom-microscopy-viewer.git"
3636
},
3737
"keywords": [
3838
"dicom",
@@ -43,9 +43,9 @@
4343
"author": "Markus D. Herrmann",
4444
"license": "MIT",
4545
"bugs": {
46-
"url": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer/issues"
46+
"url": "https://github.com/herrmannlab/dicom-microscopy-viewer/issues"
4747
},
48-
"homepage": "https://github.com/mghcomputationalpathology/dicom-microscopy-viewer#readme",
48+
"homepage": "https://github.com/herrmannlab/dicom-microscopy-viewer#readme",
4949
"devDependencies": {
5050
"@babel/core": "7.17",
5151
"@babel/preset-env": "7.16",
@@ -70,4 +70,4 @@
7070
"mathjs": "^10.1",
7171
"ol": "^6.13"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)