Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nens/tekentool-light
https://github.com/nens/tekentool-light
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nens/tekentool-light
- Owner: nens
- Created: 2018-03-01T14:51:19.000Z (over 6 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-11-23T10:21:05.000Z (almost 4 years ago)
- Last Synced: 2024-04-12T01:12:29.689Z (7 months ago)
- Language: JavaScript
- Homepage: https://nens.github.io/tekentool-light/
- Size: 2.52 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Klimaatatlas - Tekentool - Light
================================Development
-----------Install 'n' (or nvm if you wish):
```bash
$ npm install -g n
```Switch to node.js 4.x:
```bash
$ sudo n 4.0.0
``````bash
$ npm install
$ make
```Run `make` everytime you change the code and wish to see the updates.
TODO
----- DONE On load, zoom to center of configured map
- NOT DOING, SWITCHED TO GEOJSON Fix shp-write IE bug: https://github.com/mapbox/shp-write/pull/50/files
- DONE Enable masking (needed!!!)
- DONE Auto-numbering of features
- COMPLICATED Bump leaflet draw from 0.2.3 to 0.4.14
- DONE BUT UNTESTED Use setParams() and ajax call to raster server to rescale on each moveend
- DONE Make multiple layers possible
- DONE Enlarge layer selection mechanism
- DONE Add instruction video
- DONE Disable mask console shortcut (disableMask())
- NOT DOING - UP TO USER Allow naming of export
Copyright notice
----------------Hard forked from Mapbox' geojson.io in feb 2018.
All credits to them!