-
Notifications
You must be signed in to change notification settings - Fork 1
Split exercises into sections #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The branch is looking good! Let's start with these comments. I might need your help adding images to this PR to see why your images arent showing up for you.
…wnload in the download file.
…wnload in the download file.
Suggested changes made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's looking great! Nice :)
Even though this is your branch, I technically can't approve this pull request since I authored it.
I think we can move away from HTML to straight-up markdown now.
My general advice for exercises is to include more "why" into the steps instead of only the "what". It helps give the reader more background as to why each step is necessary to achieve the end goal.
docs/.vitepress/config.ts
Outdated
text: "Exercises", | ||
items: [{ text: "Next steps", link: "/exercises/next-steps" }], | ||
items: [ | ||
{ text: "Next steps", link: "/exercises/next-steps" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The title/heading of next-steps.md
is "Learn QGIS" so we could probably rename the file learn-qgis.md
{ text: "Next steps", link: "/exercises/next-steps" }, | |
{ text: "Learn QGIS", link: "/exercises/learn-qgis" }, |
docs/exercises/next-steps.md
Outdated
<h1>Next Steps and QGIS</h1> | ||
# Learn QGIS | ||
|
||
<h2>Next Steps and QGIS</h2> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redundant
<h2>Next Steps and QGIS</h2> |
docs/exercises/next-steps.md
Outdated
# Learn QGIS | ||
|
||
<h2>Next Steps and QGIS</h2> | ||
<p> Now that you have soaked up all of this information, what is next? Lets continue learning through QGIS. QGIS is a free and open-source Geographic Information System (GIS) software. You are allowed to create, analyze, and publish data through a map. We are going to take some of the concepts that we learned earlier and apply them by creating our own maps! </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p> Now that you have soaked up all of this information, what is next? Lets continue learning through QGIS. QGIS is a free and open-source Geographic Information System (GIS) software. You are allowed to create, analyze, and publish data through a map. We are going to take some of the concepts that we learned earlier and apply them by creating our own maps! </p> | |
Now that you've soaked up all the foundational knowledge from this site, the next step is to go deeper by learning how to use [QGIS](https://qgis.org/). | |
QGIS is a free and open-source Geographic Information System (GIS) desktop software that enables you to create, analyze, and print maps. | |
In the exercises, we'll put what you've learned into practice by working on making our own maps! |
docs/exercises/qgis-basics.md
Outdated
<p>In this picture, there is also a zoom in (magnifying glass with a plus) and zoom out button (magnifying glass with a minus). You can click one of these and then left click to either zoom in or zoom out. You can also zoom in and out by either moving your mouse scroll, or using CTRL + and CTRL - if on windows. Don't forget to click back on "<b>Pan Map</b>" in order to move the map around again. </p> | ||
|
||
<h2>Plugins and saving</h2> | ||
<p> Next, in the bar towards the top of the screen, click "<b>Plugins</b>" and "<b>Manage and Install Plugins...</b>." In the search bar, type and install: "<b>QuickMapServices</b>." The author is NextGIS. Make sure it pops up on the left side under "<b>Installed</b>" to see if it is downloaded. You might need to restart QGIS to be able to use the plugin. Before restarting, make sure that you save the exercise. Click "<b>Project</b>" in the top left and "<b>save</b>." Select a location and choose a file name. The file should save as "<b>.qgz</b>." </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p> Next, in the bar towards the top of the screen, click "<b>Plugins</b>" and "<b>Manage and Install Plugins...</b>." In the search bar, type and install: "<b>QuickMapServices</b>." The author is NextGIS. Make sure it pops up on the left side under "<b>Installed</b>" to see if it is downloaded. You might need to restart QGIS to be able to use the plugin. Before restarting, make sure that you save the exercise. Click "<b>Project</b>" in the top left and "<b>save</b>." Select a location and choose a file name. The file should save as "<b>.qgz</b>." </p> | |
<p> Next, in the bar towards the top of the screen, click "<b>Plugins</b>" and "<b>Manage and Install Plugins...</b>." In the search bar, type and install: "<b>QuickMapServices</b>." The author is [NextGIS](https://nextgis.com/). Make sure it pops up on the left side under "<b>Installed</b>" to see if it is downloaded. You might need to restart QGIS to be able to use the plugin. Before restarting, make sure that you save the exercise. Click "<b>Project</b>" in the top left and "<b>save</b>." Select a location and choose a file name. The file should save as "<b>.qgz</b>." </p> |
No description provided.