Merge DynmapCoreAPI into common gradle build
This commit is contained in:
parent
2c3730a4f2
commit
be990f8be4
4439 changed files with 2917 additions and 6 deletions
501
DynmapCore/src/main/resources/perspectives.txt
Normal file
501
DynmapCore/src/main/resources/perspectives.txt
Normal file
|
|
@ -0,0 +1,501 @@
|
|||
version: ${version}
|
||||
#
|
||||
# This file contains default standard perspective definitions. The contents of this file CAN need to be replaced and updated
|
||||
# during upgrades, so new or updated perspective definitions should be done in the custom-perspectives.txt file
|
||||
#
|
||||
perspectives:
|
||||
# Default - used if bad or no perspective name supplied
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: default
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 4
|
||||
# iso_classic is very close to KzedMap view
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: classic
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 1.4
|
||||
# High angle (60 degree) views
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_60_vlowres
|
||||
azimuth: 180
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_60_lowres
|
||||
azimuth: 180
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_60_medres
|
||||
azimuth: 180
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_60_hires
|
||||
azimuth: 180
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_60_vlowres
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_60_lowres
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_60_medres
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_60_hires
|
||||
azimuth: 135
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_60_vlowres
|
||||
azimuth: 90
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_60_lowres
|
||||
azimuth: 90
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_60_medres
|
||||
azimuth: 90
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_60_hires
|
||||
azimuth: 90
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_60_vlowres
|
||||
azimuth: 45
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_60_lowres
|
||||
azimuth: 45
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_60_medres
|
||||
azimuth: 45
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_60_hires
|
||||
azimuth: 45
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_60_vlowres
|
||||
azimuth: 0
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_60_lowres
|
||||
azimuth: 0
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_60_medres
|
||||
azimuth: 0
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_60_hires
|
||||
azimuth: 0
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_60_vlowres
|
||||
azimuth: 315
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_60_lowres
|
||||
azimuth: 315
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_60_medres
|
||||
azimuth: 315
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_60_hires
|
||||
azimuth: 315
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_60_vlowres
|
||||
azimuth: 270
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_60_lowres
|
||||
azimuth: 270
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_60_medres
|
||||
azimuth: 270
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_60_hires
|
||||
azimuth: 270
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_60_vlowres
|
||||
azimuth: 225
|
||||
inclination: 60
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_60_lowres
|
||||
azimuth: 225
|
||||
inclination: 60
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_60_medres
|
||||
azimuth: 225
|
||||
inclination: 60
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_60_hires
|
||||
azimuth: 225
|
||||
inclination: 60
|
||||
scale: 16
|
||||
|
||||
# Low angle perspectives (30 degrees)
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_30_vlowres
|
||||
azimuth: 180
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_30_lowres
|
||||
azimuth: 180
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_30_medres
|
||||
azimuth: 180
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_30_hires
|
||||
azimuth: 180
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_30_vlowres
|
||||
azimuth: 135
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_30_lowres
|
||||
azimuth: 135
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_30_medres
|
||||
azimuth: 135
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SE_30_hires
|
||||
azimuth: 135
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_30_vlowres
|
||||
azimuth: 90
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_30_lowres
|
||||
azimuth: 90
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_30_medres
|
||||
azimuth: 90
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_30_hires
|
||||
azimuth: 90
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_30_vlowres
|
||||
azimuth: 45
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_30_lowres
|
||||
azimuth: 45
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_30_medres
|
||||
azimuth: 45
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NE_30_hires
|
||||
azimuth: 45
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_30_vlowres
|
||||
azimuth: 0
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_30_lowres
|
||||
azimuth: 0
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_30_medres
|
||||
azimuth: 0
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_30_hires
|
||||
azimuth: 0
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_30_vlowres
|
||||
azimuth: 315
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_30_lowres
|
||||
azimuth: 315
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_30_medres
|
||||
azimuth: 315
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_NW_30_hires
|
||||
azimuth: 315
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_30_vlowres
|
||||
azimuth: 270
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_30_lowres
|
||||
azimuth: 270
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_30_medres
|
||||
azimuth: 270
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_30_hires
|
||||
azimuth: 270
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_30_vlowres
|
||||
azimuth: 225
|
||||
inclination: 30
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_30_lowres
|
||||
azimuth: 225
|
||||
inclination: 30
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_30_medres
|
||||
azimuth: 225
|
||||
inclination: 30
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_SW_30_hires
|
||||
azimuth: 225
|
||||
inclination: 30
|
||||
scale: 16
|
||||
|
||||
# Vertical perspectives (90 deg)
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_90_vlowres
|
||||
azimuth: 0
|
||||
inclination: 90
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_90_lowres
|
||||
azimuth: 0
|
||||
inclination: 90
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_90_medres
|
||||
azimuth: 0
|
||||
inclination: 90
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_N_90_hires
|
||||
azimuth: 0
|
||||
inclination: 90
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_90_vlowres
|
||||
azimuth: 180
|
||||
inclination: 90
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_90_lowres
|
||||
azimuth: 180
|
||||
inclination: 90
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_90_medres
|
||||
azimuth: 180
|
||||
inclination: 90
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_S_90_hires
|
||||
azimuth: 180
|
||||
inclination: 90
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_90_vlowres
|
||||
azimuth: 90
|
||||
inclination: 90
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_90_lowres
|
||||
azimuth: 90
|
||||
inclination: 90
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_90_medres
|
||||
azimuth: 90
|
||||
inclination: 90
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_E_90_hires
|
||||
azimuth: 90
|
||||
inclination: 90
|
||||
scale: 16
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_90_vlowres
|
||||
azimuth: 270
|
||||
inclination: 90
|
||||
scale: 2
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_90_lowres
|
||||
azimuth: 270
|
||||
inclination: 90
|
||||
scale: 4
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_90_medres
|
||||
azimuth: 270
|
||||
inclination: 90
|
||||
scale: 8
|
||||
|
||||
- class: org.dynmap.hdmap.IsoHDPerspective
|
||||
name: iso_W_90_hires
|
||||
azimuth: 270
|
||||
inclination: 90
|
||||
scale: 16
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue