Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GeoJSON overlay #27

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
dba151d
First test to add basic GeoJSON overlay
micamur Feb 28, 2020
681123c
Add basic GeoJSON overlay
micamur Feb 28, 2020
c0d8665
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
micamur Mar 10, 2020
72adee0
Add open file browser on button click
Clairiaire Mar 10, 2020
5045987
Rename function and variables
micamur Mar 10, 2020
b2b94e1
Add try/catch for GeoJSON parse
micamur Mar 10, 2020
3f26264
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
micamur Mar 10, 2020
f33db11
Add feature to upload a GeoJson file
Clairiaire Mar 23, 2020
c07bd77
Fix overlay text area
micamur Mar 24, 2020
7c5785d
Merge geojson import from text area and file
micamur Mar 24, 2020
a035450
Improve of the browse button
Clairiaire Mar 30, 2020
aa444f2
Add basic multi overlay list
micamur Mar 30, 2020
acf6dde
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
Clairiaire Mar 30, 2020
6aa0700
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
Clairiaire Mar 30, 2020
a3e4d40
Change default overlay text value
micamur Mar 30, 2020
78c6d32
Add list view for overlays
micamur Mar 30, 2020
5d79940
Add working delete button
micamur Apr 7, 2020
0b73655
Merge upload buttons
Clairiaire Apr 7, 2020
5aa4b14
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
Clairiaire Apr 7, 2020
9cbf950
Add working download button
micamur Apr 7, 2020
4811c89
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
micamur Apr 7, 2020
faad227
Fix typos
micamur Apr 7, 2020
b35b7b3
Fix empty save
micamur Apr 7, 2020
869fdcf
Add the file to the overlay list
Clairiaire Apr 7, 2020
9b6c165
Merge branch 'GeoJson-overlay'
Clairiaire Apr 7, 2020
5f01160
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
Clairiaire Apr 7, 2020
3c1e080
Add popup to overlay's objects
Clairiaire Apr 14, 2020
9ec02fe
Add GeoJson overlay image
Clairiaire Apr 16, 2020
faa9917
Add geoJson overlay features to the README
Apr 16, 2020
d7c4680
Undo README changes
Apr 16, 2020
4710651
Add GeoJson features to the README
Apr 16, 2020
0b64423
:art: Beautify code
micamur Apr 28, 2020
d4a9e25
:art: Group duplicate code in function
micamur Apr 28, 2020
17bb2fb
:art: Beautify code
micamur Apr 29, 2020
b7b26ce
:sparkles: Add overlay id in downloaded file name
micamur Apr 29, 2020
29e018c
:recycle: Split JSON.stringify functions in 2
micamur Apr 29, 2020
dc32288
:white_check_mark: Add safeguard before in addOverlayToMap
micamur Apr 29, 2020
5c3f586
:white_check_mark: Smaller try/catch in addOverlayToMap
micamur Apr 29, 2020
f535272
:recycle: Split addOverlayToMap in 2 functions
micamur Apr 30, 2020
2eeb394
:bug: Hide edit button
micamur Apr 30, 2020
7481e04
Merge branch 'master' of https://github.com/micamur/grafana-trackmap-…
micamur Apr 30, 2020
d31fb61
Merge branch 'GeoJSON-overlay' of https://github.com/micamur/grafana-…
micamur Apr 30, 2020
6c36510
:recycle: Rename functions and variables
micamur Apr 30, 2020
4c810d0
:bug: Fix dashboard save
micamur Apr 30, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,16 @@ Features
- Multiple map backgrounds: [OpenStreetMap](https://www.openstreetmap.org/),
[OpenTopoMap](https://opentopomap.org/), and [Satellite imagery](https://www.esri.com/).
- Track and dot colors can be customized in the options tab.
- Add a GeoJson overlay from a file or via a textarea.
- Download or delete an overlay.
- Check the GeoJson properties by clicking on the overlay.

Screenshots
-----------
![Show current selection as a dot on the map](src/img/topo-crosshair.jpg)
![Zoom in by selecting a range of points](src/img/topo-boxselect.jpg)
![Chose what map to display the data on](src/img/satellite-picker.jpg)
![GeoJson overlay](src/img/GeoJsonOverlay-popup.png)

Installation
------------
Expand Down
Loading