Skip to content

Commit

Permalink
Merge pull request #7 from mapbox/utils
Browse files Browse the repository at this point in the history
Add graduated circle viz class, add auto HTML legends
  • Loading branch information
perrygeo committed Aug 10, 2017
2 parents 8791ad0 + 704d514 commit e0a9f79
Show file tree
Hide file tree
Showing 12 changed files with 18,484 additions and 664 deletions.
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,16 @@ Create [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) data visualizati

`pip install mapboxgl`

## Development

Install the python locally with pip:

`pip install -e .`

To run tests use pytest:

`pytest`

## Usage

`mapboxgl` visualizations take GeoJSON data as input.
Expand Down
3,174 changes: 3,174 additions & 0 deletions examples/points.csv

Large diffs are not rendered by default.

0 comments on commit e0a9f79

Please sign in to comment.