Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.51 KB

ROADMAP.md

File metadata and controls

46 lines (39 loc) · 1.51 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
  • Hover/Highlight/select styles on mousemove and selection on click
  • PNG/JPG image export of map and data to file
  • Great Arc map layers from source-to-destination point

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
  • 3D extrusion map
    • Added in 0.7.0
  • Linestring map
    • Added in 0.7.0