Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Openlayers3primer | 453 | 3 years ago | 2 | JavaScript | ||||||
It is a OpenLayers 3 book for beginners | ||||||||||
Thebookofopenlayers3 | 72 | 8 years ago | 4 | cc-by-4.0 | HTML | |||||
Code samples for The Book of OpenLayers3 | ||||||||||
Openlayers Cookbook | 42 | 10 years ago | JavaScript | |||||||
Source Code Examples for the OpenLayers Cookbook | ||||||||||
Openlayer S Beginner Guide Book Source Code | 17 | 10 years ago | JavaScript | |||||||
All source code examples for my OpenLayers Beginner's Book | ||||||||||
Mastering_openlayers3 | 17 | 7 years ago | 3 | JavaScript | ||||||
Code base for the book Mastering OpenLayers 3 | ||||||||||
Bookmap | 2 | 8 years ago | Shell | |||||||
Generate an OpenLayers-based zoomable image of all the pages of an Internet Archive book, laid out as a grid. |
Written by: Gábor Farkas
Mastering OpenLayers 3 Code Base by Gábor Farkas is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
/chapters
HTML, CSS, and JavaScript code for the examples provided by the book. There is one .html, one .css, and one .js file for each full example. There are also partial examples, which should be linked to the appropriate full example before using.
/js
OpenLayers 3, and other compressed third party libraries needed for the examples.
/res
Various resources (mainly vector files, and thumbnail images for custom controls) used in the book.
/src
OpenLayers 3 source files needed to build custom libraries.
/README.md
This readme file.
/proxy.py
Proxy file for overriding CORS restrictions. Copy it in your web server's cgi-bin
folder. Note: this proxy does not contain any security restrictions. Be sure, no one can exploit it, use it for testing purposes only, and use it on your own risk. Adapted from: https://trac.osgeo.org/openlayers/browser/trunk/openlayers/examples/proxy.cgi.
ol.featureloader.loadFeaturesXhr
).