Fix image paths

course
anitagraser 2021-05-24 16:27:25 +02:00
rodzic 5db062d70e
commit 938b1611db
1 zmienionych plików z 27 dodań i 9 usunięć

Wyświetl plik

@ -4,7 +4,9 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Welcome to the Mobile & Web Mapping Lab - Session 2!"
"# Welcome to the Mobile & Web Mapping Lab - Session 2!\n",
"\n",
"[![Binder](http://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/anitagraser/ogd-at-lab/main?urlpath=lab/tree/notebooks/webmapping.ipynb)"
]
},
{
@ -46,8 +48,14 @@
"\n",
"<br/>\n",
"<br/>\n",
"<br/>\n",
" \n",
"<br/>"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
" \n",
"### 1. Tiles / basemaps\n",
"\n",
"**Use case:** Map background / geographic context\n",
@ -63,17 +71,23 @@
"\n",
"#### In desktop GIS, e.g. QGIS\n",
"\n",
"![](./img/osm-qgis.png)\n",
"![](./img/osm-qgis.PNG)\n",
"\n",
"*Figure: OSM Tiles in QGIS*\n",
"\n",
"<br/>\n",
"<br/>\n",
"<br/>\n",
"<br/>\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"\n",
"#### In web maps, e.g. Leaflet\n",
"\n",
"![](./img/leaflet.png)\n",
"![](./img/leaflet.PNG)\n",
"\n",
"*Figure: OSM Tiles in Leaflet*\n",
"\n",
@ -125,7 +139,7 @@
"\n",
"#### In desktop GIS, e.g. QGIS\n",
"\n",
"![](./img/wms-qgis.png)\n",
"![](./img/wms-qgis.PNG)\n",
"\n",
"*Figure: WMS layers in QGIS*\n",
"\n",
@ -213,7 +227,7 @@
"\n",
"#### In desktop GIS, e.g. QGIS\n",
"\n",
"![](./img/wfs-qgis.png)\n",
"![](./img/wfs-qgis.PNG)\n",
"\n",
"*Figure: WFS layer in QGIS*\n",
"\n",
@ -258,7 +272,11 @@
"### 4. Other non-standard service examples\n",
"\n",
"1. [Geocoding addresses with Nominatim](geocoding.ipynb)\n",
"1. [Getting elevation information](elevation.ipynb)"
"1. [Getting elevation information](elevation.ipynb)\n",
"\n",
"<br/>\n",
"<br/>\n",
"<br/>"
]
},
{