Skip to content

A JavaScript library to help with web map tasks that are not handled by the JSAPI

License

Notifications You must be signed in to change notification settings

tomwayson/web-map-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web-map-utils

A JavaScript library to help with web map tasks that are not handled by the JSAPI (such as serializing a map object to web map JSON).

NOTE: This was a work in progress, only partially supports serializing a map object, and is no longer actively maintained. If you find this useful, great, please feel free to use it. Pull requests gladly accepted.

Install

I never got around to publishing this on any package manager, so for now it's clone, copy, and paste. Old skool!

Development Instructions

After cloning or forking, install dependencies with:

npm install

To run tests contniously (i.e. TDD):

karma start

To run tests one time (i.e. on CI server):

grunt test

About

A JavaScript library to help with web map tasks that are not handled by the JSAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published