-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
145 lines (132 loc) · 4.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<title>WarsawJS Presentation Template</title>
<meta charset="utf-8">
<meta name="viewport" content="width=792, user-scalable=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="themes/warsawjs/styles/screen.css">
<link rel="stylesheet" href="themes/warsawjs/styles/custom.css">
</head>
<body class="list">
<header class="caption">
<h1>WarsawJS - September 16, 2014</h1>
<p>We talk about JavaScript. Each month in Warsaw, Poland.</p>
</header>
<section class="slide front-page">
<div>
<div class="logo">
<img src="themes/warsawjs/pictures/logo.png">
</div>
<div class="content" style="margin-top: -10px">
<h2>Commercial OpenStreetMap implementation</h2>
<p>Marcin Cimaszewski <a href="http://twitter.com/mcimasz">@mcimasz</a></p>
<div class="cf"><img src="pictures/pkt_logo.png" style="width: 20%; float: left">
<img src="pictures/osm_logo.png" style="width: 20%; float: right"></div>
</div>
</div>
</section>
<section class="slide"><div>
<h2>Map sources</h2>
<table>
<tr>
<th>Paid</th>
<td>Bing</br>
emapa</br>
Google</br>
Imagis</br>
Indigo</br>
OnYourMap</br></td>
</tr>
<tr>
<th>Free</th>
<td>OpenStreetMap</td>
</tr>
</table>
</div></section>
<section class="slide"><div>
<h2>Free maps!!!</h2>
<img src="pictures/Rich-Uncle-Moneybags-560x351.jpeg" style="display: block; margin: 0 auto;">
</div></section>
<section class="slide"><div>
</br>
<img src="pictures/nothing-is-for-free3.jpg" style="display: block; margin: 0 auto;">
</div></section>
<section class="slide"><div>
<h2>Paid map profits</h2>
<p>
<ul>
<li>Map server</li>
<li>Routing</li>
<li>Load balance</li>
<li>Support</li>
<li>Geocoding service</li>
<li>Cache</li>
<li>UI</li>
<li>Up-to-date</li>
</ul>
</p>
</div></section>
<section class="slide"><div>
<h2>Free map profits</h2>
<p>
<ul>
<li>How strong is your determination?</li>
<li>Community</li>
<li>Savings</li>
<li>CSR</li>
</ul>
</p>
</div></section>
<section class="slide"><div>
<h2>Map data</h2>
<img src="pictures/Sochi-Map-Compare-FB1_osm_gm.png" style="display: block; margin: 0 auto;">
</section>
<section class="slide"><div>
<h2>Map data</h2>
<img src="pictures/map_compare_osm_bing.jpg" style="display: block; margin: 0 auto;">
</section>
<section class="slide"><div>
<h2>Implementation challenge</h2>
<table>
<tr>
<td scope="col">Paid</td>
<td>Free</td>
</tr>
<tr style="font-size: 80%;">
<td>
<li>Map server</li>
<li>Routing</li>
<li>Load balance</li>
<li>Support</li>
<li>Geocoding service</li>
<li>Cache</li>
<li>UI</li>
<li>---</li>
<li>Up-to-date</li>
</td>
<td>
<li>Ubuntu</li>
<li>n/a</li>
<li>Own</li>
<li>Own</li>
<li>Nominatim</li>
<li>Mapnik</li>
<li>Leaflet</li>
<li>Google Closure</li>
<li>Infrastructure</li>
</td>
</tr>
</table>
</div></section>
<section class="slide shout">
<div>
<h2>See you next month at WarsawJS</h2>
</div>
</section>
<div class="progress">
<div></div>
</div>
<script src="shower/shower.min.js"></script>
</body>
</html>