Introduction — xleaflet documentation (original) (raw)
- »
- Introduction
- Edit on GitHub
The C++ backend for ipyleaflet.
xleaflet
is a C++ backend for the ipyleaflet maps visualization library.
xleaflet
and its dependencies require a modern C++ compiler supporting C++14. The following C++ compilers are supported:
- On Windows platforms, Visual C++ 2015 Update 2, or more recent
- On Unix platforms, gcc 4.9 or a recent version of Clang
Licensing¶
We use a shared copyright model that enables all contributors to maintain the copyright on their contributions.
This software is licensed under the BSD-3-Clause license. See the LICENSE file for details.
Installation
Usage
Api Reference
- Map
- Tile layer
- Marker
- Icon
- Popup
- WMS layer
- Image overlay and Video overlay
- Polygon
- Rectangle
- Circle
- Circle Marker
- Marker Cluster
- Heatmap
- Velocity
- Layer Group
- GeoJSON
- Fullscreen Control
- Layers Control
- Split Map Control
- Measure Control
- Widget control
- Draw Control
Developer Zone