Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code enhancement - types for map layers #3239

Open
ramtob opened this issue May 17, 2020 · 0 comments
Open

Code enhancement - types for map layers #3239

ramtob opened this issue May 17, 2020 · 0 comments
Assignees
Milestone

Comments

@ramtob
Copy link
Contributor

ramtob commented May 17, 2020

Current state
Currently the map layers variables in Ansyn code are declared with type "any".
But we rely on the map layer object having methods like set() and get().
This remained from the time where we relied on using only OpenLayers map layers, because these objects do have these methods (set, get, etc.)
But we have since moved OpenLayers specific code to a separate package.

Target State
We will define a type for the map layers variables.

@ramtob ramtob added this to the 2020_Q1_6 milestone May 17, 2020
@ramtob ramtob self-assigned this May 17, 2020
@ramtob ramtob changed the title Code refactor - map layers Code refactor - types for map layers May 18, 2020
@ramtob ramtob changed the title Code refactor - types for map layers Code enhancement - types for map layers May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant