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
There are a lot of supported markers defined in Graticule.js in function parseStyleOptions(), beginning in Line 567. It would be more beautiful to separate the code for drawing all the markers. E.g. by putting it in a file markers.js.
As it is, the length of the function parseStyleOptions() exceeds the rule of thumb that functions should have a maximum of 100 lines of code with a line count of 278.
The text was updated successfully, but these errors were encountered:
There are a lot of supported markers defined in
Graticule.js
in functionparseStyleOptions()
, beginning in Line 567. It would be more beautiful to separate the code for drawing all the markers. E.g. by putting it in a filemarkers.js
.As it is, the length of the function
parseStyleOptions()
exceeds the rule of thumb that functions should have a maximum of100
lines of code with a line count of278
.The text was updated successfully, but these errors were encountered: