CodeforAustralia / school-finder

:eyes: Find schools by location
https://education.nsw.gov.au/school-finder
GNU General Public License v3.0
17 stars 7 forks source link

Features/269 google map option #279

Closed techieshark closed 7 years ago

techieshark commented 7 years ago

Google map option.

In config.js, set app.config.geoProvider to 'mapbox' or 'google' to switch between the two.

Based on healthy amounts of code from @reekypete - thanks Peter!

(The main difference is an abstraction library so that we have to worry less about changing things in multiple places should the mapview.js app logic need to change in the future.)

techieshark commented 7 years ago

Silence is golden, then. Merging.