0.3.0 • Published 5 years ago

maparama v0.3.0

Weekly downloads
-
License
GPL-3.0
Repository
gitlab
Last release
5 years ago

maparama.js

Library that helps me with the creation of new leaflet maps.

maparama is a global variable created with browserify’s --standalone option

"dependencies": {
  "@turf/turf": "^5.1.6",
  "chroma-js": "^2.0.3",
  "geostats": "^1.7.0",
  "jquery": "^3.3.1",
  "leaflet": "^1.4.0",
  "leaflet-modal": "^0.1.5"
}

Usage:

maparama-skeketon browser ready:

download only the dist folder (maparama-skeketon):

zip file

tar.gz file

dist/
├── css
│   ├── geostats.css
│   └── style.css
├── lib
    ├── leaflet-1.4.0
        └── css
        │   └── leaflet.css
        └── images
├── maparama.js
├── maparama.min.js
└── polygons-example.html

npm:

# install maparama.js in some project folder
$ npm install maparama

# run this script to create a new folder with only the
# necessary files to execute a maparama.js proyect in the browser.
$ npm run skeleton

# after that you can delete the folder where maparama package was installed

Docs:

Documentation

Author

Maparama.js is written by sigon

License

Release under GNU license

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago