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

<map-input>, <map-link>, and <map-extent> custom element development #857

Closed
wants to merge 4 commits into from

Conversation

AliyanH
Copy link
Member

@AliyanH AliyanH commented May 26, 2023

  • <map-input> custom element development
    • create classes for different map-input attribute 'type' ('height', 'width', 'zoom', 'hidden', 'location')
    • for each input type class, provide a validateInput() method that is called by the map-input's checkValidity() and reportValidity() methods
    • for each input type class, provide a getValue() method that is used by the map-input as a property - (<map-input>.value)
  • <map-link> custom element development
  • <map-extent> custom element development

Issues/problems derived from #873

  • move createAndAddTemplatedLayers from on add in mapmlLayer to process content similar to how we handler other layer types

@AliyanH
Copy link
Member Author

AliyanH commented Sep 26, 2023

Continuing in #887

@AliyanH AliyanH closed this Sep 26, 2023
@AliyanH AliyanH deleted the map-extent-dev branch September 26, 2023 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant