From 951d639ec39b13a475ace6c22475031139b3f9f0 Mon Sep 17 00:00:00 2001 From: Shogo Hirasawa Date: Tue, 14 Jan 2025 14:44:53 +0900 Subject: [PATCH] refactor/ fix id name of yaml --- .../PluginPlayground/Plugins/presets/layers/add-geojson.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/beta/features/PluginPlayground/Plugins/presets/layers/add-geojson.ts b/web/src/beta/features/PluginPlayground/Plugins/presets/layers/add-geojson.ts index 269acd29ab..2408bb07b1 100644 --- a/web/src/beta/features/PluginPlayground/Plugins/presets/layers/add-geojson.ts +++ b/web/src/beta/features/PluginPlayground/Plugins/presets/layers/add-geojson.ts @@ -1,7 +1,7 @@ import { FileType, PluginType } from "../../constants"; const yamlFile: FileType = { - id: "layer-add-geojson-reearth-yml", + id: "layers-add-geojson-reearth-yml", title: "reearth.yml", sourceCode: `id: layers-add-geojson name: Add GeoJSON