unicef / magicbox-maps

Map mobility data in a NodeJS + React front-end application with data served by magicbox-open-api
http://magicbox-maps.azurewebsites.net
BSD 3-Clause "New" or "Revised" License
11 stars 11 forks source link

Display schools on map #67

Closed carloscdias closed 6 years ago

carloscdias commented 6 years ago

Summary

This PR loads school data and displays it as circles, coloring each one accordingly with the "color" property inside each point structure in the GeoJSON. It also optimizes performance loading the GeoJSON from an URL and reducing client memory overhead as described here.

rdebeasi commented 6 years ago

Awesome - looks great! Thanks for the PR and the notes. Merging.