fix "40100_kitakyushu_shi"
1 parent 1f72659 commit b2cd27d76b8e2a91a3410a2eafe5b49af895a8c5
@haya4 haya4 authored on 27 Jul 2022
Showing 9 changed files
View
src/main/resources/static/city/40100_kitakyushu-shi_2020/.DS_Store 100644 → 0
Not supported
View
src/main/resources/static/city/40100_kitakyushu-shi_2020/._.DS_Store 100644 → 0
Not supported
View
src/main/resources/static/city/40100_kitakyushu-shi_2020/bldg/.DS_Store 100644 → 0
Not supported
View
src/main/resources/static/city/40100_kitakyushu-shi_2020/bldg/._.DS_Store 100644 → 0
Not supported
View
src/main/resources/static/city/40100_kitakyushu-shi_2020/bldg/._conversion.json 100644 → 0
Not supported
View
1
■■■■
src/main/resources/static/city/40100_kitakyushu-shi_2020/bldg/index.geojson
{"geometry":{"coordinates":[[130.85,33.866666666666674],[130.86249999999998,33.866666666666674],[130.86249999999998,33.87500000000001],[130.85,33.87500000000001],[130.85,33.866666666666674]],"type":"LineString"},"type":"Feature","properties":{"id":"50306648"}},
{"geometry":{"coordinates":[130.94375,33.91250000000001],"type":"Point"},"type":"Feature","properties":{"path":"50306795_bldg_6697_op.zip","id":"50306795","version":"1.4.7"}},
{"geometry":{"coordinates":[[130.9375,33.90833333333334],[130.95,33.90833333333334],[130.95,33.91666666666667],[130.9375,33.91666666666667],[130.9375,33.90833333333334]],"type":"LineString"},"type":"Feature","properties":{"id":"50306795"}}
]}
View
17
src/main/resources/templates/fragments/sidebar.html
 
<div class="offcanvas-header">
<h4 class="offcanvas-title">
<a th:href="@{/city}" class="text-white">
<span class="d-inline-block me-1"
style="transform: rotate(-15deg)">
<span class="d-inline-block me-1" style="transform: rotate(-15deg)">
<i class="bi bi-credit-card-2-front-fill fs-3">
</i>
</span>
Plateau-BLDG
<div class="offcanvas-body pt-0">
<hr class="mt-1">
<ul class="navbar-nav">
<li class="nav-item">
<li sec:authorize="hasRole('ADMIN')" class="nav-item">
<a th:href="@{/}" class="nav-link text-white">
<i class="bi bi-person-fill me-2"></i>
ユーザ管理
ログイン情報
</a>
</li>
<li sec:authorize="hasRole('USER')" class="nav-item">
<a th:href="@{/}" class="nav-link text-white">
<i class="bi bi-person-fill me-2"></i>
ログイン情報
</a>
</li>
<li class="nav-item">
<a th:href="@{/login}" class="nav-link text-white">
<i class="bi bi-person-fill me-2"></i>
ログイン
</li>
<li sec:authorize="hasRole('ADMIN')" class="nav-item">
<a th:href="@{/admin/list}" class="nav-link text-white">
<i class="bi bi-table me-2"></i>
ユーザ一覧
マッパーリスト
</a>
</li>
<li class="nav-item">
<a th:href="@{/logout}" class="nav-link text-white">
View
src/main/resources/templates/register.html
View
src/main/resources/templates/user.html