Merge pull request #368 from Fragger/field-mu
Add Field MU counts for large enough fields
This commit is contained in:
4
main.js
4
main.js
@ -149,6 +149,10 @@ window.MAX_DRAWN_LINKS = 400;
|
||||
window.MAX_DRAWN_FIELDS = 200;
|
||||
// Minimum zoom level resonator will display
|
||||
window.RESONATOR_DISPLAY_ZOOM_LEVEL = 17;
|
||||
// Minimum area to zoom ratio that field MU's will display
|
||||
window.FIELD_MU_DISPLAY_AREA_ZOOM_RATIO = 0.001;
|
||||
// Point tolerance for displaying MU's
|
||||
window.FIELD_MU_DISPLAY_POINT_TOLERANCE = 60
|
||||
|
||||
window.COLOR_SELECTED_PORTAL = '#f00';
|
||||
window.COLORS = ['#FFCE00', '#0088FF', '#03DC03']; // none, res, enl
|
||||
|
Reference in New Issue
Block a user