All Projects → Viglino → Ol Ext

Viglino / Ol Ext

Licence: other
Cool extensions for Openlayers (ol) - animated clusters, CSS popup, Font Awesome symbol renderer, charts for statistical map (pie/bar), layer switcher, wikipedia layer, animations, canvas filters.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ol Ext

Openlayers
OpenLayers
Stars: ✭ 8,612 (+1119.83%)
Mutual labels:  openlayers, maps
Ol Games
🎮 Game stuff for Openlayers, powered by HTML5, canvas, javascript and Openlayers.
Stars: ✭ 61 (-91.36%)
Mutual labels:  openlayers, maps
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (+28.47%)
Mutual labels:  chart, maps
Mapstore2
Modern webmapping with OpenLayers, Leaflet and React
Stars: ✭ 251 (-64.45%)
Mutual labels:  openlayers, maps
leaflet.minichart
Leaflet.minichart is a leaflet plugin for adding to a leaflet map small animated charts
Stars: ✭ 27 (-96.18%)
Mutual labels:  chart, maps
tailormap
B3partners Tailormap repository
Stars: ✭ 26 (-96.32%)
Mutual labels:  maps, openlayers
Gwt Ol
GWT wrapper for OpenLayers 3+ using JSInterop
Stars: ✭ 57 (-91.93%)
Mutual labels:  openlayers, maps
hslayers-ng
User interface and map building extensions for OpenLayers
Stars: ✭ 29 (-95.89%)
Mutual labels:  maps, openlayers
rlayers
React Component Library for OpenLayers
Stars: ✭ 98 (-86.12%)
Mutual labels:  maps, openlayers
OL3-AnimatedCluster
OL3-AnimatedCluster is now part of the ol-ext project
Stars: ✭ 65 (-90.79%)
Mutual labels:  maps, openlayers
Live Charts
Simple, flexible, interactive & powerful charts, maps and gauges for .Net
Stars: ✭ 5,045 (+614.59%)
Mutual labels:  chart, maps
Bizcharts
Powerful data visualization library based on G2 and React.
Stars: ✭ 5,771 (+717.42%)
Mutual labels:  chart
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (-16.01%)
Mutual labels:  openlayers
Swift Linechart
Line Chart library for iOS written in Swift
Stars: ✭ 589 (-16.57%)
Mutual labels:  chart
Gojs
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Stars: ✭ 5,739 (+712.89%)
Mutual labels:  chart
React Timeseries Charts
Declarative and modular timeseries charting components for React
Stars: ✭ 690 (-2.27%)
Mutual labels:  chart
Vis Timeline
📈 Create a fully customizable, interactive timelines and 2d-graphs with items and ranges.
Stars: ✭ 654 (-7.37%)
Mutual labels:  chart
Androbd
Android OBD diagnostics with any ELM327 adapter
Stars: ✭ 573 (-18.84%)
Mutual labels:  chart
Wunderbar
Simple horizontal bar chart printer for your terminal
Stars: ✭ 572 (-18.98%)
Mutual labels:  chart
Clip
Create charts from the command line
Stars: ✭ 5,111 (+623.94%)
Mutual labels:  chart

ol-ext

Cool extensions for OpenLayers (ol).

ol-ext is a set of extensions, controls, interactions, popup to use with Openlayers.
View live examples online or the API documentation.

Keywords: Storymap, Timeline control, CSS popup, Font Awesome symbols, charts for statistical map (pie/bar), layer switcher, control bar, wikipedia layer, legend control, search, animations, undo/redo mechanisms

Font style Charts

Getting Started

NPM packages

ol-ext exist as ES6 modules (ol-ext) and as pure js (openlayers-ext).

using ol-ext in a webpack

  • For use with webpack, Rollup, Browserify, or other module bundlers, install the npm ol-ext package and link to the node_modules directory:
npm install ol-ext

See the following examples for more detail on bundling OpenLayers with your application:

using ol-ext in a web page

npm install openlayers-ext

The library will be available in the node_modules/openlayers-ext/dist directory. You can find individual files in the node_modules/openlayers-ext/lib directory.

  • You can download the scripts of the ./dist directory of the repository in your project and insert the .js and .css in your page.
  • If you just want to add a <script> tag to test things out, you can link directly to the builds from the github rawgit (not recommended in production).
  • For compatibility with older browsers and platforms (like Internet Explorer down to version 9 and Android 4.x), the OpenLayers needs to be transpiled (e.g. using Babel) and bundled with polyfills for requestAnimationFrame, Element.prototype.classList, Object.assignand URL.
<!-- Openlayers -->
<link rel="stylesheet" href="https://openlayers.org/en/latest/css/ol.css" />
<script type="text/javascript" src="https://openlayers.org/en/latest/build/ol.js"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=requestAnimationFrame,Element.prototype.classList,URL,Object.assign"></script>

<!-- ol-ext -->
<link rel="stylesheet" href="https://cdn.rawgit.com/Viglino/ol-ext/master/dist/ol-ext.min.css" />
<script type="text/javascript" src="https://cdn.rawgit.com/Viglino/ol-ext/master/dist/ol-ext.min.js"></script>

dependencies

Using ol-ext prior to v3.1 some controls still depend on jQuery.

supported Browsers

ol-ext runs on all modern browsers that support HTML5 and ECMAScript 5. This includes Chrome, Firefox, Safari and Edge. For older browsers and platforms like Internet Explorer (down to version 9) and Android 4.x, polyfills for for requestAnimationFrame, Element.prototype.classList, Object.assignand URL.

Documentation

Check out the hosted examples or the API documentation.

Contributing

Please see our contributing guidelines if you're interested in getting involved.

Bugs

Please use the GitHub issue tracker for all bugs and feature requests. Before creating a new issue, do a quick search to see if the problem has been reported already.

License

ol-ext is licensed under the French Opensource BSD compatible CeCILL-B FREE SOFTWARE LICENSE.
(c) 2016-2019 - Jean-Marc Viglino

Some resources (mapping services and API) used in this sofware may have a specific license.
You must check before use.

Full text license in English
Full text license in French

For convenience you can use the BSD licence instead when publish content to webpack.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].