This project implements an interactive map for a ArmA Reforger, allowing users to:
- Place and manage markers on the map.
- Use an interactive compass to adjust the north of the map to the desired direction.
- Add new marker categories dynamically from the menu.
- Control markers with functions like "Undo Last" or "Delete All".
-
Interactive Markers:
-
Select a marker type from the menu and place it on the map.
-
Feature to automatically disable marker selection after placing them.
-
Add custom marker categories directly from the interface.
-
Marker Management:
-
Undo Last: Removes the last marker placed.
-
Delete All: Clears all markers from the map.
-
Interactive Compass:
-
Rotate the map to set north to any desired direction (N, E, S, W).
-
Compass displays current direction.
- Share private Marks and planners
- Leaflet.js: JavaScript library for interactive maps.
- Custom icon files for markers:
icon-enemy.pngicon-exit.pngicon-respawn.pngicon-loot.png
- Clone this repository:
git clone https://github.com/SergeWinters/reforgermap.git
cd reforgermap