DEV Community

Daniel Ioni
Daniel Ioni

Posted on

Building MyZubster as a Real-World Visual Map: Photos, GPS, GeoJSON and GitHub"

🌍 Building MyZubster as a Real-World Visual Map

In the last development session, MyZubster moved one step further from being just software.

We started connecting the project directly to the physical world.

The workflow is becoming simple and concrete:

real photo → organized repository → geographic record → GPS coordinates → public gallery → GitHub

This is the direction I want MyZubster to evolve toward.

Not just an application.

Not just a map.

But an open, inspectable layer connecting real-world observations with structured digital data.

📸 Real photos are now part of the project

We uploaded and organized several real-world photographs from Rimini, Italy.

The current archive includes examples such as:

  • Piazza Ferrari
  • Via Clodia
  • Futura Ambiente
  • Comune di Rimini
  • Fontana della Pigna
  • botanical observations from a garden
  • Alloro
  • Banano
  • Papiro
  • Susino
  • personal visual records

The files are stored in a structured hierarchy inside the repository.

Example:


text
public/media/rimini/
├── civic/
│   └── comune-di-rimini/
├── gardens/
│   └── garden-001/
│       └── plants/
│           ├── alloro/
│           ├── banano/
│           ├── papiro/
│           └── susino/
├── landmarks/
│   └── fontana-della-pigna/
├── services/
│   └── futura-ambiente/
├── squares/
│   └── piazza-ferrari/
├── streets/
│   └── via-clodia/
└── personal/
Enter fullscreen mode Exit fullscreen mode

Top comments (0)