libreoffice-online/loleaflet
Mihai Varga aa5d7c9ccc Fixed tiles interleaving problem + allowed static layers to be added
Tiles are now correctly displayed.
Layers that request tiles from a socket connection need to specify
the 'useSocket: true' option. This way layers that do not require an
internet connection can be added (like a grid, ruler, etc.).
I've also fixed some coding style problems suggested by lintjs
2015-03-19 19:08:29 +02:00
..
build Set LF line terminator 2015-03-09 15:58:37 +02:00
debug Set LF line terminator 2015-03-09 15:58:37 +02:00
dist Set LF line terminator 2015-03-09 15:58:37 +02:00
spec Set LF line terminator 2015-03-09 15:58:37 +02:00
src Fixed tiles interleaving problem + allowed static layers to be added 2015-03-19 19:08:29 +02:00
.eslintrc Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.gitignore Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.npmignore Unmodified Leaflet 2015-03-09 12:16:17 +02:00
.travis.yml Unmodified Leaflet 2015-03-09 12:16:17 +02:00
CHANGELOG.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
FAQ.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
Jakefile.js Unmodified Leaflet 2015-03-09 12:16:17 +02:00
LICENSE Set LF line terminator 2015-03-09 15:58:37 +02:00
package.json Unmodified Leaflet 2015-03-09 12:16:17 +02:00
PLUGIN-GUIDE.md Unmodified Leaflet 2015-03-09 12:16:17 +02:00
README Set LF line terminator 2015-03-09 15:58:37 +02:00

Leaflet paltform for LibreOffice On-Line 

Code convention for line terminators:
    * files should have unix line terminators (LF)
    * tools to convert files: dos2unix or fromdos 

Building:
    npm install -g jake
    npm install
    jake build