iodide-project / iodide-examples

example Iodide notebooks
27 stars 15 forks source link

Fix #9: Use openstreetmap instead of Google Maps #10

Closed mdboom closed 6 years ago

mdboom commented 6 years ago

This still uses static maps, but uses an open API that doesn't require a token instead of the Google Maps API.

(Long term, it would be nice to do something interactive, but I ran into https://github.com/iodide-project/iodide/issues/425)

hamilton commented 6 years ago

Looks good! Could you replace the container example to OSM as well?

bcolloran commented 6 years ago

merged this for now, we can merge further commits as they roll in