Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update demo-layers #57

Merged
merged 1 commit into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@ public class V1_0__create_3D_view extends BaseJavaMigration {
public void migrate(Context context) throws Exception {
// insert layers based on json under /src/main/resources/json/layers/
LayerHelper.setupLayer("/json/layers/hki-3d-model.json");
LayerHelper.setupLayer("/json/layers/hki-3d-buildings.json");
LayerHelper.setupLayer("/json/layers/nasa-features.json");
LayerHelper.setupLayer("/json/layers/nasa-labels.json");
LayerHelper.setupLayer("/json/layers/nasa-water-mask.json");

// add applications based on json under /src/main/resources/json/views/
AppSetupHelper.create(context.getConnection(), "/json/apps/geoportal-3d.json");
Expand Down
34 changes: 0 additions & 34 deletions app-resources/src/main/resources/json/layers/hki-3d-buildings.json

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type":"wmtslayer",
"url":"https://gibs.earthdata.nasa.gov/wmts/epsg3857/best/1.0.0/WMTSCapabilities.xml",
"name":"BlueMarble_NextGeneration",
"name":"BlueMarble_ShadedRelief_Bathymetry",
"version": "1.0.0",
"organization": "NASA EOSDIS",
"inspiretheme": "Background maps",
Expand Down
19 changes: 0 additions & 19 deletions app-resources/src/main/resources/json/layers/nasa-water-mask.json

This file was deleted.

Loading