Skip to content

Commit

Permalink
refactor(web)/ rewrite a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoHirasawa committed Jan 10, 2025
1 parent 041fc0f commit 4ca3a41
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const widgetFile: FileType = {
title: "layers-add-geojson.js",
sourceCode: `// Example of adding a layer with GeoJSON data
// Difine the Polygon with inline
// Difine the polygon with inline
const layerGeojsonInline = {
id:"feature001", // A unique identifier for the layer
type: "simple", // Must be written
Expand Down Expand Up @@ -58,7 +58,7 @@ const layerGeojsonInline = {
polygon: {}, // Settings for the feature style. This statement is required even if no style is set.
};
// Difine the Polygon with URL
// Difine the polygon with URL
const layerGeojsonFromUrl = {
id:"feature002",
type: "simple",
Expand Down

0 comments on commit 4ca3a41

Please sign in to comment.