https://github.com/patcon/hifi-map-editor
An experimental map editor for configuring High Fidelity mapJSON annotation layers.
https://github.com/patcon/hifi-map-editor
hifi hifimap high-fidelity highfidelity
Last synced: 2 months ago
JSON representation
An experimental map editor for configuring High Fidelity mapJSON annotation layers.
- Host: GitHub
- URL: https://github.com/patcon/hifi-map-editor
- Owner: patcon
- Created: 2020-09-10T05:36:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-20T03:46:22.000Z (over 4 years ago)
- Last Synced: 2025-02-01T23:25:10.379Z (4 months ago)
- Topics: hifi, hifimap, high-fidelity, highfidelity
- Homepage: https://patcon.github.io/hifi-map-editor/
- Size: 2.2 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HiFi Map Editor
The purpose of this repo is to start experimenting with a map editor for High
Fidelity's `mapJSON` annotation layer.## Features
- [x] Displays hardcoded marker positions with proper HiFi coordinates.
- [x] Static background map with default HQ map.
- [x] Allows placing of new ephemeral markers on map (no state saved).
- [x] Render map JSON during live-editing (export).
- [x] Support deleting markers. (ctrl/command-click)
- [ ] Tooltip on marker hover.
- [ ] Allow entering general map metadata.
- [ ] Allow state import from map JSON.
- [ ] Use custom background image from URL.
- [ ] Allow text to be specified.
- [ ] Allow circle shapes to be added.
- [ ] Allow rectangular shapes to be added.
- [ ] Allow state saving via localStorage.
- [ ] Convert app to use React.
- [ ] Support links (incl YouTube videos).
- [ ] Support images at markers
- [ ] Support setting orientation.
- [ ] Support visual image placement and scaling [`#1`](https://github.com/patcon/hifi-map-editor/issues/1)
- [ ] Support simple invitations to specific coordinates.
- [x] Pretty-print the mapJSON export.## Usage
```
npm start
```Then access the map at `localhost:5000`