Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.43 KB

ROADMAP.md

File metadata and controls

44 lines (37 loc) · 1.43 KB

Roadmap for mapboxgl-jupyter 1.0 release

Here are some ideas for future releases. If you're interested in any of these features and would like to help out, please start an Issue on github with more details.

Working on Next

  • 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

  • Control map interactivity with python vars
  • Add shapely points, lines, and polygons to map (with projection wrapper around non-4326 shapes)
  • dashboard-like tabular views with filtering
  • Add user-defined html templates for popups

Recently completed

  • Add methods for determining breaks (jenks, etc)
    • Added jerks support in 0.2.0
  • graduated symbols for circleviz
    • Implemented in 0.2.0
  • legend
    • Implemented in 0.2.0
  • html templates for property display on mouseover
    • Implemented in 0.3.0
  • Add heatmap visualization type
    • Implemented in 0.1.0
  • Added clustered circle viz type
    • Implemented in 0.1.1
  • Use PySAL for data domain natural breaks classification in example
    • Implemented in 0.1.1
  • Support categorical measure data.
    • Implemneted in 0.5.1
  • Add raster tile and image data layers
    • Added in 0.6.0
  • Add choropleth / fill visualization type
    • Added in 0.6.0