Skip to content

Commit

Permalink
Update ROADMAP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbaumann committed Mar 26, 2018
1 parent d6da57a commit cd45841
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ please start an Issue on github with more details.

## Working on Next

- [ ] Support categorical measure data.
- [ ] Add choropleth / fill visualization type
- [ ] PNG image export of map and data to file
- [ ] Add raster data layers (via Rastero, numpy array, or WMS server)
- [ ] Multiple visual layers in one map
- [ ] Linestring map
- [ ] Great Arc map from source-to-destination point
- [ ] 3D extrusion map
- [ ] Hover/Highlight effects on mousemove
- [ ] PNG/JPG image export of map and data to file

## Down-the-road

Expand All @@ -18,7 +20,6 @@ please start an Issue on github with more details.
- [ ] `dashboard-like` tabular views with filtering
- [ ] Add user-defined html templates for popups


## Recently completed

- [x] Add methods for determining breaks (jenks, etc)
Expand All @@ -35,3 +36,9 @@ please start an Issue on github with more details.
* Implemented in 0.1.1
- [x] Use PySAL for data domain natural breaks classification in example
* Implemented in 0.1.1
- [x] Support categorical measure data.
* Implemneted in 0.5.1
- [x] Add raster tile and image data layers
* Added in 0.6.0
- [x] Add choropleth / fill visualization type
* Added in 0.6.0

0 comments on commit cd45841

Please sign in to comment.