Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fulcrumapp/geojson-dashboard
A configurable framework for building a geographic "data dashboard" from a GeoJSON file.
https://github.com/fulcrumapp/geojson-dashboard
Last synced: 3 months ago
JSON representation
A configurable framework for building a geographic "data dashboard" from a GeoJSON file.
- Host: GitHub
- URL: https://github.com/fulcrumapp/geojson-dashboard
- Owner: fulcrumapp
- License: mit
- Archived: true
- Created: 2015-07-15T01:50:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-27T15:15:36.000Z (over 8 years ago)
- Last Synced: 2024-08-01T00:49:45.860Z (6 months ago)
- Language: JavaScript
- Homepage: http://fulcrumapp.github.io/geojson-dashboard/
- Size: 1.09 MB
- Stars: 218
- Watchers: 45
- Forks: 89
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - fulcrumapp/geojson-dashboard - A configurable framework for building a geographic "data dashboard" from a GeoJSON file. (others)
- jimsghstars - fulcrumapp/geojson-dashboard - A configurable framework for building a geographic "data dashboard" from a GeoJSON file. (JavaScript)
README
# geojson-dashboard
A configurable framework for building a geographic "data dashboard" from a GeoJSON file.## Features
* Flexible template built on active open source components
* Entirely client-side, can be hosted for free on [GitHub Pages](https://pages.github.com/)
* Built on the incredibly popular [Bootstrap](http://getbootstrap.com/) UI framework
* Maps via [Leaflet](http://leafletjs.com/), the leading open source JavaScript mapping library
* Interactive data table with sorting, searching, column toggling, and data export via the [Bootstrap Table](http://bootstrap-table.wenzhixin.net.cn/) plugin
* Advanced, interactive GeoJSON data querying that integrates [jQuery QueryBuilder](http://mistic100.github.io/jQuery-QueryBuilder/index.html) with [AlaSQL](http://alasql.org/)
* Advanced charting via [C3.js](http://c3js.org/), the D3-based reusable chart library## Screenshots
Split screen view
![Map](https://raw.githubusercontent.com/fulcrumapp/geojson-dashboard/gh-pages/screenshots/map.png)
Feature Info popup
![Info](https://raw.githubusercontent.com/fulcrumapp/geojson-dashboard/gh-pages/screenshots/info.png)
Interactive charts
![Charts](https://raw.githubusercontent.com/fulcrumapp/geojson-dashboard/gh-pages/screenshots/charts.png)
SQL query filters
![Filter](https://raw.githubusercontent.com/fulcrumapp/geojson-dashboard/gh-pages/screenshots/filter.png)