Skip to content

Commit fa170ff

Browse files
committed
better management of home diretory. svg,png icons under dist
1 parent 20e8822 commit fa170ff

File tree

10 files changed

+9
-9
lines changed

10 files changed

+9
-9
lines changed

demo/demo-asia.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
88

99

10-
<link rel="stylesheet" href="../css/heremap.css" type="text/css" />
10+
<link rel="stylesheet" href="../dist/css/heremap.css" type="text/css" />
1111
<style type="text/css">
1212
#map {
1313
width: 100%;

demo/demo-autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="../css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
1010

1111
</head>

demo/demo-basic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="../css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99

1010
</head>
1111

demo/demo-cluster.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="https://www.unpkg.com/heremap/css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99

1010
<style>
1111
#container {

demo/demo-locateme.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
77
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
88

9-
<link rel="stylesheet" type="text/css" href="../css/heremap.css" />
9+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
1010

1111
</head>
1212

demo/demo-markers.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="http://www.unpkg.com/heremap@2.0.8/css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99
<style>
1010
.H_ib_body {
1111
color:#fff;

demo/demo-nearcity.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
1010

11-
<link rel="stylesheet" href="../css/heremap.css" type="text/css" />
11+
<link rel="stylesheet" href="../dist/css/heremap.css" type="text/css" />
1212

1313
<style type="text/css">
1414
#map {

demo/demo-screenshot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="../css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99

1010
<style>
1111

demo/demo-touch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="initial-scale=1.0, width=device-width" />
66
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
77

8-
<link rel="stylesheet" type="text/css" href="http://www.unpkg.com/heremap@2.0.6/css/heremap.css" />
8+
<link rel="stylesheet" type="text/css" href="../dist/css/heremap.css" />
99
<style>
1010

1111
#map {
File renamed without changes.

0 commit comments

Comments
 (0)