Skip to content

Commit

Permalink
Add major changes into almost every part of the project
Browse files Browse the repository at this point in the history
  • Loading branch information
ShestakovViktor committed Apr 23, 2024
1 parent 52b0145 commit 7830029
Show file tree
Hide file tree
Showing 211 changed files with 3,004 additions and 1,570 deletions.
2 changes: 1 addition & 1 deletion build/editor.js

Large diffs are not rendered by default.

9 changes: 8 additions & 1 deletion build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
<head>
<title>OpenMap</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale:1, user-scalable=no" />
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800" rel="stylesheet" />
<!--foo-->

<style>
#openmap {
width: 100%;
height: 100%;
}
</style>
<script defer src="./editor.js"></script></head>


Expand Down
Binary file removed build/project.mp
Binary file not shown.
9 changes: 8 additions & 1 deletion build/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@
<head>
<title>OpenMap</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale:1, user-scalable=no" />
<meta name="viewport" content="width=device-width, height=device-height, user-scalable=no" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800" rel="stylesheet" />
<!--foo-->

<style>
#openmap {
width: 100%;
height: 100%;
}
</style>
</head>


Expand Down
2 changes: 1 addition & 1 deletion build/viewer.js

Large diffs are not rendered by default.

153 changes: 96 additions & 57 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 47 additions & 0 deletions public/icon/back.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7830029

Please sign in to comment.