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

Fixes/269 all google version #271

Closed reekypete closed 7 years ago

reekypete commented 7 years ago

This is fairly pluggable.

To switch between "all-google" and "mostly-mapbox" you just need to uncomment 2 lines in index.html:

<!-- script src="js/Leaflet.SchoolFilter.js"></script> -->
<script src="js/SchoolFilter.js"></script>
<!-- <script src="js/views/mapview.js"></script> -->
<script src="js/views/mapviewGoogle.js"></script>
techieshark commented 7 years ago

Superseded by #279; closing.