Skip to content

Commit

Permalink
tutorial: update html titles in some examples
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermerie authored and gchoqueux committed Jun 23, 2021
1 parent bbb91e7 commit 7ea6538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/Vector-data-3d.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ layer to a more precise one.
<html>
<head>
<meta charset="UTF-8">
<title>Display a geometry layer with iTowns</title>
<title>Vector data in 3D</title>
<style>
html { height: 100%; }
body { margin: 0; overflow: hidden; height: 100%; }
Expand Down Expand Up @@ -278,7 +278,7 @@ on a `GlobeView`, and change the appearance and positioning of this layer. Here
<html>
<head>
<meta charset="UTF-8">
<title>Simple globe with iTowns</title>
<title>Vector data in 3D</title>
<style>
html { height: 100%; }
body { margin: 0; overflow: hidden; height: 100%; }
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/Vector-data-on-ground.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ We need to change the starting position to something more appropriate.
<html>
<head>
<meta charset="UTF-8">
<title>Display some vector data with iTowns</title>
<title>Vector data on ground</title>
<style>
html { height: 100%; }
body { margin: 0; overflow: hidden; height: 100%; }
Expand Down Expand Up @@ -204,7 +204,7 @@ By reaching here, you are now able to display simple vector data projected on th
<html>
<head>
<meta charset="UTF-8">
<title>Simple globe with iTowns</title>
<title>Vector data on ground</title>
<style>
html { height: 100%; }
body { margin: 0; overflow: hidden; height: 100%; }
Expand Down

0 comments on commit 7ea6538

Please sign in to comment.