4 Commits

Author SHA1 Message Date
3b22f8c2f4 1.8.4 2026-01-26 16:03:06 +07:00
1a643e980d Fix location of additional map controls 2026-01-26 16:02:23 +07:00
b085783ad8 1.8.3 2026-01-26 14:58:21 +07:00
245f79d6f4 Change manifest filename
Wrong content type on 5apps
2026-01-26 14:57:36 +07:00
10 changed files with 10 additions and 10 deletions

View File

@@ -533,7 +533,7 @@ body {
}
.ol-touch .ol-control.ol-locate {
inset: auto auto 3.5em;
inset: auto 0.5em 3.5em auto;
}
/* Rotate Control */
@@ -542,7 +542,7 @@ body {
}
.ol-touch .ol-rotate {
inset: auto auto 6em;
inset: auto 0.5em 6em auto;
}
span.icon {

View File

@@ -12,7 +12,7 @@
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<link rel="manifest" href="/web-app-manifest.json">
<!-- Icons -->
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">

View File

@@ -1,6 +1,6 @@
{
"name": "marco",
"version": "1.8.2",
"version": "1.8.4",
"private": true,
"description": "Unhosted maps app",
"repository": {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -12,7 +12,7 @@
<meta name="theme-color" content="#333333">
<!-- PWA Manifest -->
<link rel="manifest" href="/manifest.webmanifest">
<link rel="manifest" href="/web-app-manifest.json">
<!-- Icons -->
<link rel="icon" href="/icons/icon.svg" type="image/svg+xml">
@@ -26,8 +26,8 @@
<meta name="msapplication-TileColor" content="#F6E9A6">
<meta name="msapplication-TileImage" content="/icons/icon-144.png">
<script type="module" crossorigin src="/assets/main-UPJ86bLK.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-BcLOwTwc.css">
<script type="module" crossorigin src="/assets/main-CLUikpAb.js"></script>
<link rel="stylesheet" crossorigin href="/assets/main-BUxpycIX.css">
</head>
<body>
</body>