Skip to content

Commit 3b4dc86

Browse files
committed
Update head line
1 parent 89c9b45 commit 3b4dc86

5 files changed

Lines changed: 6 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MapLineDraw
22

3-
Sketch corridors of railway lines or roads on an interactive map.
3+
Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
44
Show properties like length and maximum speed.
55
Free and open source. [maplinedraw.com](https://maplinedraw.com)
66

web/app.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
useHead({
77
title: 'MapLineDraw',
88
meta: [
9-
{ name: 'description', content: 'Sketch corridors of railway lines or roads on an interactive map.' },
9+
{ name: 'description', content: 'Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.' },
1010
{ property: 'og:title', content: 'MapLineDraw'},
11-
{ property: 'og:description', content: 'Sketch corridors of railway lines or roads on an interactive map.'},
11+
{ property: 'og:description', content: 'Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.'},
1212
{ property: 'og:url', content: 'https://maplinedraw.com/'},
1313
{ property: 'og:type', content: 'website'},
1414
],

web/components/Map.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
Add intermediate points by clicking on control line.
2121
</span>
2222
<span v-else>
23-
Sketch corridors of railway lines or roads on an interactive map.<br>
24-
Free and open source.
23+
Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
2524
<a href="https://github.com/patrsc/MapLineDraw" target="_blank"
2625
>View on GitHub</a>
2726
</span>

web/pages/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<Navbar :public="false"/>
77
<article>
88
<h1>MapLineDraw</h1>
9-
<p>Sketch corridors of railway lines or roads on an interactive map.<br>
10-
Free and open source.
9+
<p>Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
1110
<a href="https://github.com/patrsc/MapLineDraw" target="_blank">View on GitHub</a>
1211
</p>
1312
</article>

web/pages/projects/[id].vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
<Navbar :public="true"/>
88
<article>
99
<h1>MapLineDraw</h1>
10-
<p>Sketch corridors of railway lines or roads on an interactive map.<br>
11-
Free and open source.
10+
<p>Sketch corridors of railway lines or roads on an interactive map. Draw smooth spline curves on real maps.
1211
<a href="https://github.com/patrsc/MapLineDraw" target="_blank">View on GitHub</a>
1312
</p>
1413
<h2>{{ project.info.name || 'Project' }}</h2>

0 commit comments

Comments
 (0)