cised-ca / se-dir-frontend-react

GNU Affero General Public License v3.0
2 stars 1 forks source link

display enterprises correctly on map #67

Closed chad-g-adams closed 6 years ago

chad-g-adams commented 6 years ago

The backend returns coords in long/lat format to be consistent with GeoJSON formatted points. However, leaflet requires lat/long format. I'm surprised I didn't notice this bug sooner...

I'm not sure how rtto repo is being updated, but we'll probably need to port this fix over there too.