revert the hacky 'level 9999' thing - it hid that Niantic reverted the changes
remove the link distance thing - no longer needed
This commit is contained in:
@ -230,8 +230,7 @@ window.MapDataRequest.prototype.refresh = function() {
|
||||
|
||||
window.runHooks ('mapDataRefreshStart', {bounds: bounds, mapZoom: mapZoom, dataZoom: dataZoom, minPortalLevel: tileParams.level, tileBounds: dataBounds});
|
||||
|
||||
//hack: fake the min level to 9999 when the data level doesn't include any portals
|
||||
this.render.startRenderPass(tileParams.hasPortals?tileParams.level:9999, dataBounds);
|
||||
this.render.startRenderPass(tileParams.level, dataBounds);
|
||||
|
||||
|
||||
this.render.processGameEntities(artifact.getArtifactEntities(),true);
|
||||
|
Reference in New Issue
Block a user