Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgravois/lerc-leaflet
drawing lerc tiles in leaflet
https://github.com/jgravois/lerc-leaflet
canvas encoding esri leaflet lerc raster web-development
Last synced: 13 days ago
JSON representation
drawing lerc tiles in leaflet
- Host: GitHub
- URL: https://github.com/jgravois/lerc-leaflet
- Owner: jgravois
- License: apache-2.0
- Created: 2016-02-02T18:11:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-06T00:45:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-14T16:46:29.820Z (2 months ago)
- Topics: canvas, encoding, esri, leaflet, lerc, raster, web-development
- Language: HTML
- Homepage: https://jgravois.github.io/lerc-leaflet/
- Size: 26.4 KB
- Stars: 11
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
decode LERC tiles and display them in a Leaflet app.
> ### [live demo](http://jgravois.github.io/lerc-leaflet/)
So, what *is* **[LERC](http:github.com/Esri/lerc)**?
> LERC is an open-source image format which supports rapid encoding and decoding for any pixel type. Users set the maximum compression error per pixel while encoding so the precision of the original input image is preserved (within user defined error bounds).
unrelatedly, *Lurch* is arguably a member of the [Addams family](https://en.wikipedia.org/wiki/Lurch_(The_Addams_Family))
![lurch](https://upload.wikimedia.org/wikipedia/commons/1/16/Fester_lurch_1966.JPG)
### Credits
slider courtesy of [refreshless](http://refreshless.com/nouislider/)
### Contributing
Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/Esri/contributing/blob/master/README.md).
### Licensing
Copyright 2017 EsriLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at> http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.A copy of the license is available in the repository's [LICENSE](./LICENSE) file.