Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityGML Viewer
Commits
78625efa
Commit
78625efa
authored
May 29, 2024
by
Matthias Betz
Browse files
update readme
parent
a238250e
Pipeline
#9200
passed with stages
in 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
78625efa
# CityGML Viewer
[
Go to pubilshed viewer
](
https://transfer.hft-stuttgart.de/pages/citydoctor/citygml-viewer/
)
---
Simply load a CityGML for the viewer to show the geometry.
Example plain HT
ML
s
it
e using GitLab Pages
.
CityG
ML
w
it
h a coordinate system not in meters will not work
.
Learn more about GitLab Pages at https://pages.gitlab.io and the official
documentation https://docs.gitlab.com/ce/user/project/pages/.
## Controls
---
## GitLab CI
This project's static Pages are built by
[
GitLab CI
][
ci
]
, following the steps
defined in
[
`.gitlab-ci.yml`
](
.gitlab-ci.yml
)
:
```
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
```
The above example expects to put all your HTML files in the
`public/`
directory.
-
Left click + drag: Rotate the view
-
right click + drag: move the view
-
mouse wheel: zoom in or out
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment