Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws-static
Merge requests
!114
Latitude and Longitude
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Latitude and Longitude
ghsc/users/bclayton/nshmp/nshmp-ws-static:aashto
into
main
Overview
0
Commits
2
Pipelines
0
Changes
5
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-ws-static:aashto
into
main
2 years ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
Resolves
#53 (closed)
For interface latitude is first.
For all slash based class, longitude is first. This matches all other NSHMP services and is the preferred method.
0
0
Merge request reports
Compare
version 1
version 1
d551093a
2 years ago
main (base)
and
latest version
latest version
a6634446
2 commits,
2 years ago
version 1
d551093a
1 commit,
2 years ago
Show latest version
2 files
+
30
−
13
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
src/lib/src/main/resources/swagger/index.css
+
19
−
2
Options
@@ -12,7 +12,7 @@ body {
@@ -12,7 +12,7 @@ body {
}
}
#swagger-ui
{
#swagger-ui
{
padding-top
:
1
em
;
padding-top
:
2
em
;
padding-bottom
:
50px
;
padding-bottom
:
50px
;
}
}
@@ -74,8 +74,25 @@ body {
@@ -74,8 +74,25 @@ body {
/* ---- Disclaimer ---- */
/* ---- Disclaimer ---- */
.wrapper
{
box-sizing
:
border-box
;
margin
:
0
auto
;
max-width
:
1460px
;
padding
:
0
20px
;
width
:
100%
;
}
@media
only
screen
and
(
max-width
:
1000px
)
{
.alert
{
line-height
:
1.1
!important
;
font-size
:
10px
!important
;
}
}
.alert
{
.alert
{
background-color
:
#fdf7dc
;
background-color
:
#fff3cd
;
border-color
:
#ffecb5
;
box-shadow
:
0
3px
1px
-2px
#0003
,
0
2px
2px
#00000024
,
0
1px
5px
#0000001
f
;
line-height
:
1.5
;
line-height
:
1.5
;
margin
:
1em
1em
0
1em
;
margin
:
1em
1em
0
1em
;
overflow
:
hidden
;
overflow
:
hidden
;
Loading