Skip to content

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