Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-open-data/geojson-dashboard
A configurable framework for building a geographic "data dashboard" from a GeoJSON file. SEE FORK for Original Demo
https://github.com/project-open-data/geojson-dashboard
Last synced: about 1 month ago
JSON representation
A configurable framework for building a geographic "data dashboard" from a GeoJSON file. SEE FORK for Original Demo
- Host: GitHub
- URL: https://github.com/project-open-data/geojson-dashboard
- Owner: project-open-data
- License: mit
- Archived: true
- Fork: true (JJediny/geojson-dashboard)
- Created: 2016-02-02T20:57:10.000Z (almost 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-02T18:37:16.000Z (almost 9 years ago)
- Last Synced: 2024-08-01T12:33:32.348Z (4 months ago)
- Language: JavaScript
- Homepage: http://jjediny.github.io/geojson-dashboard/
- Size: 1.15 MB
- Stars: 12
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - project-open-data/geojson-dashboard - A configurable framework for building a geographic "data dashboard" from a GeoJSON file. SEE FORK for Original Demo (others)
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)