chapter three(lesson three) (#120)

* Chapter two(lesson one) commit

* Update README.md

* Update pi-temp.md

* Update virtual-device-temp.md

* fixes

* fixes

* Update README.md

* chapter two(lesson 2)

* Update README.md

* Chapter two (lesson three)

* changed images

* chapter two (lesson 4)

* Update README.md

* Update wio-terminal-connect-hub.md

* Update wio-terminal-connect-hub.md

* Update wio-terminal-connect-hub.md

* Update wio-terminal-connect-hub.md

* chapter 5 and 6

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fixed typos

* chapter 3(lesson 1)

* Revert "Merge branch 'main' of https://github.com/microsoft/IoT-For-Beginners into main"

This reverts commit b2403c2cd8, reversing
changes made to 7afed015f4.

* Revert "Revert "Merge branch 'main' of https://github.com/microsoft/IoT-For-Beginners into main""

This reverts commit b3eaedb382.

* Update README.md

* Update README.md

* Update wio-terminal-gps-sensor.md

* Update pi-gps-sensor.md

* Update wio-terminal-gps-sensor.md

* Update pi-gps-sensor.md

* Update wio-terminal-gps-sensor.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

Co-authored-by: Jim Bennett <jim.bennett@microsoft.com>
pull/126/head
Lateefah Bello 3 years ago committed by GitHub
parent 506780f488
commit c74de309b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,7 +193,7 @@ Now you can take the next step which is to display your map on a web page. We wi
Now that you have your web app in place with the map displaying, you need to extract GPS data from your storage account and display it in a layer of markers on top of the map. Before we do that, let's look at the [GeoJSON](https://wikipedia.org/wiki/GeoJSON) format that is required by Azure Maps.
[GeoJSON](https://geojson.org/) is an open standard JSON specification with special formatting designed to handle geographic-specific data. You can learn about it by testing sample data using [geojson.io](geojson.io), which is also a useful tool to debug GeoJSON files.
[GeoJSON](https://geojson.org/) is an open standard JSON specification with special formatting designed to handle geographic-specific data. You can learn about it by testing sample data using [geojson.io](https://geojson.io), which is also a useful tool to debug GeoJSON files.
Sample GeoJSON data looks like this:
@ -337,7 +337,7 @@ It's nice to be able to display static data on a map as markers. Can you enhance
Azure Maps is particularly useful for working with IoT devices.
* Research some of the uses in the [Azure Maps documentation on Microsoft docs](https://docs.microsoft.com/azure/azure-maps/tutorial-iot-hub-maps?WT.mc_id=academic-17441-jabenn).
* Deepen your knowledge of mapmaking and waypoints [with this self-guided learning module on Microsoft Learn](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn).
* Deepen your knowledge of mapmaking and waypoints with [create your first route finding app with Azure Maps](https://docs.microsoft.com/learn/modules/create-your-first-app-with-azure-maps/?WT.mc_id=academic-17441-jabenn) self-guided learning module on Microsoft Learn.
## Assignment

Loading…
Cancel
Save