An open API service indexing awesome lists of open source software.

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.

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
```