Skip to content

Commit 5f323b8

Browse files
authored
Merge pull request #3 from JustinBoxemDEV/develop
0.1 to 0.2
2 parents ed150b9 + 7eab7a2 commit 5f323b8

File tree

4 files changed

+58
-48234
lines changed

4 files changed

+58
-48234
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ demo_edsm.html
44
js/ed3dplanet.js
55
json_samples/eddb.json
66
json_samples/edsm.json
7+
json_samples/factions.json
78
.vscode

demo_factions.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Milky Way</h1>
6868

6969
<!-- Launch ED3Dmap -->
7070
<link href="css/styles.css" rel="stylesheet" type="text/css" />
71-
<script src="js/ed3dmap.min.js?v=6"></script>
71+
<script src="js/ed3dmap.js"></script>
7272
<script type="text/javascript">
7373

7474
var d = new Date()
@@ -77,7 +77,6 @@ <h1>Milky Way</h1>
7777

7878
Ed3d.init({
7979
container: 'edmap',
80-
// jsonPath : "http://www.edsm.net/api-v1/systems?coords=1&known=1&startdatetime="+queryDate,
8180
jsonPath: "json_samples/factions.json",
8281
withHudPanel: true,
8382
withOptionsPanel: true,

0 commit comments

Comments
 (0)