You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LayerInfo.prototype.startPolling=function(){varself=this;if(self.polling){>>>$.ajax({url: updateUrl(siteUrl+"upload/progress",'id',self.id),type: 'GET',success: function(data){// TODO: Not sure we need to do anything here?//console.log('polling');},dataType: "json",complete: setTimeout(function(){self.startPolling()},3000),timeout: 30000});}
Continuation of #7740 (closed), here some more hardcoded URL:
https://github.com/GeoNode/geonode/blob/3.2.1/geonode/static/geonode/js/upload/LayerInfo.js#L493
https://github.com/GeoNode/geonode/blob/3.2.1/geonode/static/geonode/js/upload/srs.js#L86
https://github.com/GeoNode/geonode/blob/3.2.1/geonode/static/geonode/js/upload/upload.js#L196
https://github.com/GeoNode/geonode/blob/3.2.1/geonode/services/templates/services/service_remove.html#L13
Many lines in https://github.com/GeoNode/geonode/blame/3.2.1/geonode/upload/utils.py:
https://github.com/GeoNode/geonode/blob/3.2.1/geonode/upload/views.py#L614
The text was updated successfully, but these errors were encountered: