sidebar-v2 - A responsive sidebar with tabs for Leaflet, OpenLayers, Google Maps, ...

  •        1065

A responsive sidebar for mapping libraries like Leaflet or OpenLayers. It is more or less a successor of the leaflet-sidebar plugin, thus the v2 suffix.

https://github.com/turbo87/sidebar-v2
https://github.com/Turbo87/sidebar-v2

Tags
Implementation
License
Platform

   




Related Projects

leaflet-sidebar - A responsive sidebar for Leaflet maps

  •    Javascript

A responsive sidebar plugin for Leaflet, a JS library for interactive maps. Please also have a look at sidebar-v2, the tabbed successor of this library.

tileserver-gl - Vector and raster maps with GL styles

  •    Javascript

Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. Make sure you have Node.js version 6 installed (running node -v it should output something like v6.11.3).

tileserver-gl - Vector and raster maps with GL styles

  •    Javascript

Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. Make sure you have Node.js version 10 installed (running node -v it should output something like v10.17.0).

esri-leaflet - A lightweight set of tools for working with ArcGIS services in Leaflet.

  •    Javascript

Leaflet plugins for working with a handful of the most popular ArcGIS Service types. This includes Esri basemaps and feature services, as well as tiled map, dynamic map and image services. Esri Leaflet is maintained with ❤️ by folks spanning multiple teams within Esri, but we provide no guarantee of individual features, nor a traditional product lifecycle to support planning.

ui-leaflet - AngularJS directive to embed an interact with maps managed by Leaflet library

  •    Javascript

While we are grateful for all the original work at tombatossals/angular-leaflet-directive. We need to be able to operate as an organization to respond to issues, pull-requests and other various items quicker. We need to be able to add other developers as admins easier via group permissions via github orgs. Lastly this project needs to be more credible via being a group / org.Please note the master branch is currently in a "in-progress state" and is not suitable for use at this point. We are trying break up the library to be more unix / plugin like. This will reduce the burden of constant changes to the core repo (this repo) for each and every unforseeable plugin that leaflet has. Therefore, the new usage plugins will require developers (angular-ui or not) to create specific angular directives, services, factories, and etc to extend the main ui-leaflet directive. Where ui-leaflet would be the main dependency.


leaflet - R Interface to Leaflet Maps

  •    Javascript

Leaflet is an open-source JavaScript library for interactive maps. This R package makes it easy to create Leaflet maps from R. In addition to the usual R package documentation, we also have extensive docs and examples at: http://rstudio.github.io/leaflet You may use Github issues to file bug reports or feature requests, and ask questions on StackOverflow or in the Shiny mailing list.

Leaflet

  •    Javascript

NOTE: starting with Leaflet 1.0, L.Label is added to Leaflet core as L.Tooltip and this plugin is deprecrated. bindLabel, openLabel and so should be replaced by bindTooltip, openTooltip, etc.

Leaflet.markercluster - Marker Clustering plugin for Leaflet

  •    Javascript

Provides Beautiful Animated Marker Clustering functionality for Leaflet, a JS library for interactive maps. See the included examples for usage.

leaflet-vector-layers

  •    Javascript

A little help to viewing ArcGIS Server, Geocommons, Arc2Earth, CartoDB, GIS Cloud, etc. vector data in a Leaflet map

Creating-maps-in-R - Introductory tutorial on graphical display of geographical information in R.

  •    TeX

This tutorial is an introduction to visualising and analysing spatial data in R based on the sp class system. For a guide to the more recent sf package check out Chapter 2 of the in-development book Geocomputation with R, the source code of which can be found at github.com/Robinlovelace/geocompr. Although sf supersedes sp in many ways, there is still merit in learning the content in this tutorial, which teaches principles that will be useful regardless of software. Specifically this tutorial focusses on map-making with R's 'base' graphics and various dedicated map-making packages for R including tmap and leaflet. It aims to teach the basics of using R as a fast, user-friendly and extremely powerful command-line Geographic Information System (GIS).

leaflet-realtime - Put realtime data on a Leaflet map

  •    Javascript

Put realtime data on a Leaflet map: live tracking GPS units, sensor data or just about anything. Note: version 2 and up of this plugin is _only compatible with Leaflet 1.0 and later. Use earlier versions of Leaflet Realtime if you need Leaflet 0.7 compatibility.

Mapstraction - A Javascript Mapping Abstraction library

  •    Javascript

Mapstraction is a library that provides a common API for various javascript mapping APIs to enable switching from one to another as smoothly as possible. Developers can code their applications once, and then easily switch mapping provider based on project needs, terms and conditions, and new functionality.

Leaflet.heat - A tiny, simple and fast heatmap plugin for Leaflet.

  •    Javascript

A tiny, simple and fast Leaflet heatmap plugin. Uses simpleheat under the hood, additionally clustering points into a grid for performance. Each point in the input array can be either an array like [50.5, 30.5, 0.5], or a Leaflet LatLng object.

Leaflet.EasyButton - leaflet control buttons with icons and callbacks

  •    Javascript

These use YOUR_LEAFLET_MAP as a placeholder; remember to change it to the variable name of your map. EasyButton version 2.x.x and up expect Leaflet 1.x.x or higher; for Leaflet 0.7.x use EasyButton 1.3.x.

ngx-leaflet - Core Leaflet package for Angular.io

  •    TypeScript

Leaflet packages for Angular.io (v2+). Provides flexible and extensible components for integrating Leaflet v0.7.x and v1.x into Angular.io projects. Supports Angular v6, Ahead-of-Time compilation (AOT), and use in Angular-CLI based projects. If you are just building a webpage and not using a bundler for your css, you'll want to directly import the css file in your HTML page.

leaflet-dvf - Leaflet Data Visualization Framework

  •    Javascript

The Leaflet Data Visualization Framework (DVF) is an extension to the Leaflet JavaScript mapping library. The primary goal of the framework is to simplify data visualization and thematic mapping using Leaflet - making it easier to turn raw data into compelling maps.

leaflet-providers - An extension to Leaflet that contains configurations for various free tile providers

  •    Javascript

An extension to Leaflet that contains configurations for various free1 tile providers. Leaflet-providers providers are refered to with a provider[.<variant>]-string. Let's say you want to add the nice Watercolor style from Stamen to your map, you pass Stamen.Watercolor to the L.tileLayer.provider-constructor, which will return a L.TileLayer instance for Stamens Watercolor tile layer.

AirMapView - A view abstraction to provide a map user interface with various underlying map providers

  •    Java

AirMapView is a view abstraction that enables interactive maps for devices with and without Google Play Services. It is built to support multiple native map providers including Google Maps V2 and soon Amazon Maps V2. If a device does not have any supported native map provider, AirMapView will fallback to a web based map provider (currently Google Maps). Easy to integrate, it is a drop-in replacement for the Google Maps V2 package. AirMapView's original author is Nick Adams.Snapshots of the development version are available in Sonatype's snapshots repository.

grass - GRASS GIS - free and open source Geographic Information System (GIS)

  •    C

GRASS GIS (https://grass.osgeo.org/) is a Geographic Information System used for geospatial data management and analysis, image processing, graphics/map production, spatial modeling, and visualization. In general: you don't really need write access as you can simply open a pull request to contribute to GRASS GIS. See CONTRIBUTING file for more details.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.