redbadger/pride-london-app

View on GitHub
src/data/areas.js

Summary

Maintainability
A
0 mins
Test Coverage
// Simple sqaure boundary around Central London
// Adapted from https://www.london.gov.uk/file/13839/download?token=A-jJ8CEw
export default {
  northLatBoundary: "51.530327",
  southLatBoundary: "51.493764",
  westLonBoundary: "-0.152868",
  eastLonBoundary: "-0.072527"
};