/scalable-marker-symbol-viewer

Sample implementation of scalable-marker-symbol viewer application

Primary LanguageTypeScriptApache License 2.0Apache-2.0

scalable-marker-symbol test viewer

A sample application showing the use of the scalable-marker-symbol example.

Installation

git clone https://github.com/pacruz/scalable-marker-symbol-viewer
cd scalable-marker-symbol-viewer
npm install

Building

For development:

npm run dev

For "production":

npm run build

Open the dist\index.html file to view the application. Optionally, you can expand this example to use something like lite-server or browsersync.

Demo

Live site here

Known Issues

I'll admit I'm no expert with webpack...