chore: rename project to mapix

This commit is contained in:
2026-06-11 20:00:45 +02:00
parent c465cc9334
commit 45d1b2d005
5 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
# mapy-mg # mapix
A browser-based photo mapping prototype that reads EXIF/GPS data and shows images on OpenStreetMap. A browser-based photo mapping prototype that reads EXIF/GPS data and shows images on OpenStreetMap.

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{ {
"name": "mapy-mg", "name": "mapix",
"version": "0.1.0", "version": "0.1.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mapy-mg", "name": "mapix",
"version": "0.1.0", "version": "0.1.0",
"devDependencies": { "devDependencies": {
"@types/node": "^22.0.0", "@types/node": "^22.0.0",

View File

@@ -1,5 +1,5 @@
{ {
"name": "mapy-mg", "name": "mapix",
"private": true, "private": true,
"version": "0.1.0", "version": "0.1.0",
"type": "module", "type": "module",

View File

@@ -9,6 +9,6 @@ const server = createServer((req, res) => {
}); });
server.listen(env.port, env.host, () => { server.listen(env.port, env.host, () => {
console.log(`mapy-mg listening on http://${env.host}:${env.port}`); console.log(`mapix listening on http://${env.host}:${env.port}`);
}); });

View File

@@ -78,7 +78,7 @@ function htmlPage(): string {
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<title>mapy-mg</title> <title>mapix</title>
<link <link
rel="stylesheet" rel="stylesheet"
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"