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.

4
package-lock.json generated
View File

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

View File

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

View File

@@ -9,6 +9,6 @@ const server = createServer((req, res) => {
});
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>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>mapy-mg</title>
<title>mapix</title>
<link
rel="stylesheet"
href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css"