Skip to content

Commit

Permalink
new page
Browse files Browse the repository at this point in the history
  • Loading branch information
lilydemet committed Apr 18, 2024
1 parent 2bc8b97 commit 55096da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/open-data-folder.md
Original file line number Diff line number Diff line change
@@ -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)

<br>

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)

0 comments on commit 55096da

Please sign in to comment.