Skip to content

Commit

Permalink
refactor(web)/relocate a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogoHirasawa committed Jan 10, 2025
1 parent 6aeaef9 commit 041fc0f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ const layerGeojsonInline = {
type: "simple", // Must be written
data: {
type: "geojson", // Write the data format
value: { // Ensure that "value" contains GeoJSON.
value: {
// Ensure that "value" contains GeoJSON
type: "FeatureCollection",
features: [
{
Expand Down

0 comments on commit 041fc0f

Please sign in to comment.