// This is used to center of the map and also to set the default location for projects without a lat/lng let location_default = { lat: 25.34913308978879, lng: 55.420305814495926 } let restrictionBounds = { east: 74, north: 35, south: 18, west: 42 }