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
* map-feature development
* add comments for intended zoom attribute behaviors
* fix bug of the click() method
* handle focus, modify default click() and focus() methods and tests
* fix bugs, make layer element reload if the src attribute is changed
* small fix, make focus not toggled and remove the current focus state when other element is set to focused
* Change context menu to copy location as a map-feature.
Change Util._pasteLayer to sniff for <map-feature, paste as a visible
layer.
* make elements in mapml file migrate at loading stage
* small fix, add comments
* fix issue 803
* map-feature development
* add comments for intended zoom attribute behaviors
* fix bug of the click() method
* handle focus, modify default click() and focus() methods and tests
* fix bugs, make layer element reload if the src attribute is changed
* small fix, make focus not toggled and remove the current focus state when other element is set to focused
* make elements in mapml file migrate at loading stage
* small fix, add comments
* fix issue 803
* Add states and cors support for development needs
* fix bug: err is thrown if making changes on <map-feature> when templated features exist in <layer- >
* fix bug when projection is changed: XHR twice and multiple copies of mapml is attached to shadow
* make map-properties can be interactively removed and added, change geojson format and rename the method
* modify tests
* rename get geojson method for consistency, add tests
* simplify focus method
* Revert "Add states and cors support for development needs"
This reverts commit 6afc79d.
* Revert "Change context menu to copy location as a map-feature. Change Util._pasteLayer to sniff for <map-feature, paste as a visible layer."
This reverts commit 99963c5.
* rename _featureLayer to _featureGroup for consistency
* create private methods that imply layer- element is removed and connected to DOM
* continue renaming
* add getMaxZoom() method
* zoomTo, paste, remove feature
* add support for setting event handlers via HTML and Script
* small fix
* Update src/map-feature.js
Co-authored-by: Aliyan Haq <[email protected]>
* Update src/map-feature.js
Co-authored-by: Aliyan Haq <[email protected]>
* bug fixing, refactoring, support for mapFeature.addEventListener
* fix bug that map-coordinates cannot be changed twice
* add zoom to link in popup, make a connection that allows the Leaflet layer to reference the corresponding Map feature element, and some small fix
* resolve failing tests
* zoomTo link bug fixing 1
* add min and max attributes, modify zoomTo method
* add 'options' parameter to focus() method
* close 821, localize zoom to here link in popup
* Add Man With Two Hats to index.html
* update outdated comment for mapml2geojson method
* bug fixing, add comments
* make _handlefocus only handle keyboardEvent
Co-authored-by: Aliyan Haq <[email protected]>
* make _handlefocus only handle keyboardEvent, cont.
Co-authored-by: Aliyan Haq <[email protected]>
* remove unnecessary _clampZoom in FeatureLayer.js
---------
Co-authored-by: prushfor <[email protected]>
Co-authored-by: Peter Rushforth <[email protected]>
Co-authored-by: Aliyan Haq <[email protected]>
Co-authored-by: AliyanH <[email protected]>
0 commit comments