mapbox / mapboxgl-jupyter

Use Mapbox GL JS to visualize data in a Python Jupyter notebook
MIT License
661 stars 136 forks source link

Fixing syntax error in map.html template #173

Closed jagill closed 4 years ago

jagill commented 4 years ago

In map.html, a terminating comma was replaced with a period. This made the javascript object invalid, resulting in a page that wouldn't render. This fixes that.