Skip to content

issagomesdev/PImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📍PImage — Interactive Map Viewer & Editor

HTML5 CSS3 JavaScript

Preview do site

AboutFeaturesStructureTechnologiesHow to UseTutorial

📌 About

PImage is a simple, interactive image mapping tool created as a lightweight solution for viewing and editing map-based data in a web interface. It consists of two modules:

View Mode: A viewer for loading and navigating map images with interaction points.

Edit Mode: An editor allowing the addition, modification, and deletion of markers and labels over a base image.

Originally created for quick prototyping and local demonstrations, PImage is ideal for use cases like cemetery mapping, visual seating charts, classroom layouts, or any image-based spatial representation.

project

✨ Features

  • Add, move, rename, or delete pins
  • Show/hide labels and pin icons
  • Integrated search functionality by pin name
  • Map-style background with pixel grid precision
  • Responsive layout optimized for all screen sizes

📁 Structure

📆 PImage
 ├ ✂ index.html               # Landing page
 ├ ✂ tutorial.html            # Guide with usage instructions
 ├ ✂ README.md
 ├ 📂 assets/
 │ ├ 📂 css/
 │ │ └ ✂ style.css            # Global styles
 │ └ 📂 images/
 │   ├ 📂 tools/               # Tool icons
 │   └ 📂 tutorial/            # Screenshots used in tutorial
 ├ 📂 editMode/
 │ ├ ✂ index.html             # Edit mode interface
 │ └ ✂ script.js              # Logic for pin creation and editing
 └ 📂 viewMode/
   ├ ✂ index.html             # View-only mode interface
   └ ✂ script.js              # Logic for viewing and interacting

🧪 Technologies

  • HTML5
  • CSS3
  • JavaScript

No dependencies. Everything runs in the browser.

🚀 How to Use

  1. Open index.html in your browser to access the landing page.
  2. Choose Edit Mode to create and modify pins.
  3. Use View Mode to explore the map interactively.

📘 Tutorial

A visual walkthrough is available in tutorial.html, showing how to:

  • Add and move pins
  • Rename or delete them
  • Use the search and visibility features

About

To add pin in images in a responsive and dynamic way, PImage has two versions, one for edit and one for view

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published