TerriaJS / plugin-sample

A sample terriajs plugin that adds a mode for drawing 3d boxes
Apache License 2.0
1 stars 1 forks source link

Draw geojson catalog item. #5

Closed na9da closed 2 years ago

na9da commented 2 years ago

Modifies the sample to draw a GeoJsonCatalogItem instead.

Note that we are importing GeoJsonCatalogItem directly from terriajs/lib which will be replaced by imports from terriajs-plugin-api when we start exporting GeoJsonCatalogItem from it.