Skip to content

Commit

Permalink
feat(server): add 3D OSM building tiles (#340)
Browse files Browse the repository at this point in the history
Co-authored-by: nina992 <nouralali992@gmail.com>
Co-authored-by: rot1024 <aayhrot@gmail.com>
Co-authored-by: KaWaite <34051327+KaWaite@users.noreply.github.com>
  • Loading branch information
4 people committed Sep 14, 2022
1 parent b652c80 commit b521326
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
14 changes: 14 additions & 0 deletions server/pkg/builtin/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1287,10 +1287,24 @@ extensions:
- id: default
title: Model
fields:
- id: sourceType
type: string
title: Source type
description: Choose between an external 3D tileset or the OSM building 3d tileset.
defaultValue: url
choices:
- key: url
label: URL
- key: osm
label: OSM Buildings
- id: tileset
type: url
title: Tileset URL
description: A path to tileset.json in 3D tiles
availableIf:
field: sourceType
type: string
value: url
- id: styleUrl
type: url
title: Styling URL
Expand Down
6 changes: 6 additions & 0 deletions server/pkg/builtin/manifest_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,12 @@ extensions:
default:
title: 3Dタイル
fields:
sourceType:
title: 種類
description: 3Dタイルの種類を選択します。
choices:
url: URL
osm: OSM Buildings
tileset:
title: タイルセットURL
description: 3Dタイルデータ内の tileset.json のURL
Expand Down

0 comments on commit b521326

Please sign in to comment.