Skip to content
This repository has been archived by the owner on Mar 8, 2019. It is now read-only.

mrk-9/My-Wallet-V3-Frontend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Script Macro steps

  1. Create new spreadsheet on Google Sheet

     (https://groups.google.com/forum/#!forum/cornerstone-platform)
    
  2. Import CSV file which you are going to add lat/long columns

    File menu / Import / Upload / Select a file from your computer 
    

    On Import file popup page:

     Import location - Select `Replace current sheet`
     
     Separator type - Select `Detect automatically`
    
     Convert text to numbers and dates - Select `No`
    
  3. Create Script and Run

    Create

    Tools menu / Script editor / Import code from `geo_script.gs` file / Edit project name(for example: Geocode)
    

    Run

    Run menu / Run function / getGeocodingRegion / Review Permissions
    

    After script runs, Geocode will be created in menu.

  4. Add/Fill columns for Latitude and Longitude

    Add new two columns for lat/long next to Zip column.

    Drag from the address to the newly created longitude column.

    Then:

    Geocode menu / Geocode Selected Cells(Address to Latitude, longitude)
    

About

Blockchain Wallet Frontend

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 70.7%
  • HTML 21.8%
  • CSS 7.1%
  • Other 0.4%