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
import { | |
ApplicationRef, ComponentRef, | |
createComponent, | |
EnvironmentInjector, | |
Injectable, | |
Injector, Type | |
} from '@angular/core'; | |
import { Maybe } from 'src/app/core/api/generated/schema'; | |
import { MapMarkerComponent } from '../components/marker/map-marker.component'; | |
import { MapPopupComponent } from '../components/popup/map-popup.component'; |
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
# Built according to: https://github.com/cnr-isti-vclab/nexus/blob/master/INSTALL.md | |
FROM ubuntu:20.04 | |
ARG VERSION_NEXUS=93ee0c0 | |
ARG VERSION_VCG=2020.09 | |
ARG VERSION_CORTO=0540d33 | |
ARG VERSION_GLEW=glew-2.2.0 |
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
## | |
# Dockerfile that downloads Heideltime and a TreeTagger dependendency | |
# | |
# - https://github.com/HeidelTime/heideltime | |
# - https://www.cis.uni-muenchen.de/~schmid/tools/TreeTagger | |
# | |
# on a Ubuntu 18.04, and builds/configures them together. | |
# | |
# Before using this, be sure to review the TreeTagger and Heideltime Licenses, | |
# as they are not the most permissive ones. |