From 55096da557c262445743a50821a773c2c0a67622 Mon Sep 17 00:00:00 2001 From: demet Date: Thu, 18 Apr 2024 11:44:09 -0700 Subject: [PATCH] new page --- content/open-data-folder.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 content/open-data-folder.md diff --git a/content/open-data-folder.md b/content/open-data-folder.md new file mode 100644 index 0000000..cef2c80 --- /dev/null +++ b/content/open-data-folder.md @@ -0,0 +1,17 @@ +--- +layout: default +title: Open Data Folder +parent: Hands On +nav_order: 1 +--- +# Open Data in Code Editor + +First open the Visual Studio Code (VS Code) application. Make sure your data folder is unzipped. To open `intro-leaflet-data` with VS Code, select Open... from the Welcome Page and navigate to your data folder is stored on your computer. Select it (but don't click into it) and hit Open. + +![opening folder in vs code](./vscode-open-folder_20240212.png) + +
+ +Once opened, you should see two files in the Explorer panel of your code editor. `ubcbuildings.js` is the data file, and the `boilerplate.html` is the map boilerplate. + +![folder open](./vscode-folder-open_20240418.png) \ No newline at end of file