Skip to content

prophetw/CZMLEditor

Repository files navigation

CZML-Editor

try it on gh-pages

CZML Struct

czml packet wiki czml billboard wiki

// Packet is the base type for all CZML objects.
interface Packet {
	billboard?: BillBoardSchema;
 	id?: string;
	clock?: ClockSchema;
	position?: PositionSchema;
	label?: LabelSchema;
	polyline?: PolylineSchema;
	polygon?: PolygonSchema;
	point?: PointSchema;
	plane?: PlaneSchema;
	name?: string;
	model?: ModelSchema;
	properties?: unknown;
	orientation?: OrientationSchema;
	...
}
type CZML = Packet[]

Main method

CZML-JSON-schema => react-jsonschema-form => UI

CZML JSON schema describe the data stucture

playground

About

CZML Editor use react-jsonschema-form czml => react-jsonschema-form then edit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •