Skip to content

Commit

Permalink
update change message
Browse files Browse the repository at this point in the history
  • Loading branch information
yoichigmf committed Feb 25, 2023
1 parent 0c78148 commit 6931557
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 144 deletions.
4 changes: 3 additions & 1 deletion GetFeaturesGeoJSON.gs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ function testGetGJSON(){

var tg = GetFeaturesGeoJSON("シート1");

console.log( tg );

let js = JSON.stringify( tg );

console.log( js );
Expand Down Expand Up @@ -35,7 +37,7 @@ function GetFeaturesGeoJSON( sheetname ){

if ( rows > 1){

for ( let ir = 1 ; ir < rows; ++ir ){
for ( let ir = 2 ; ir <= rows; ++ir ){
let tgr = tgSheet.getRange(ir,1 ,1,8).getValues();

//console.log( tgr );
Expand Down
Loading

0 comments on commit 6931557

Please sign in to comment.