https://github.com/opengis/waymark-js
An Interactive Geographical Information Editor for the Web. Create, share and edit meaningful Maps.
https://github.com/opengis/waymark-js
clustering elevation geojson gis gps gpx javascript jquery kml leafletjs location maker map marker openstreetmap opentopomap poi
Last synced: 2 months ago
JSON representation
An Interactive Geographical Information Editor for the Web. Create, share and edit meaningful Maps.
- Host: GitHub
- URL: https://github.com/opengis/waymark-js
- Owner: OpenGIS
- License: gpl-2.0
- Created: 2024-01-07T14:52:59.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-02-04T22:23:45.000Z (3 months ago)
- Last Synced: 2026-02-05T08:47:29.124Z (3 months ago)
- Topics: clustering, elevation, geojson, gis, gps, gpx, javascript, jquery, kml, leafletjs, location, maker, map, marker, openstreetmap, opentopomap, poi
- Language: JavaScript
- Homepage: https://www.waymark.dev/js
- Size: 15.7 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# Waymark JS Docs
## Setup
Make sure to install the dependencies:
```bash
# pnpm (npm|yarn) install
pnpm install
```
## Development Server
Start the development server on http://localhost:3000
```bash
pnpm run dev
```
## Build
Build the application for production:
```bash
pnpm run generate
```