forked from stefanocudini/leaflet-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
26 lines (26 loc) · 2.29 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Tasks found in: src/leaflet-search.js
[Line: 22] [low] //TODO important! implements uniq option 'sourceData' that recognizes source type: url,array,callback or layer
[Line: 23] [low] //TODO implement can do research on multiple sources
[Line: 38] [low] //TODO add option for persist markerLoc after collapse!
[Line: 53] [low] //TODO important optimization!!! always append data in this._recordsCache
[Line: 57] [low] //TODO here insert function that search inputText FIRST in _recordsCache keys and if not find results..
[Line: 60] [low] //TODO change structure of _recordsCache
[Line: 348] [low] //TODO add option for case sesitive search, also showLocation
[Line: 351] [low] //TODO use .filter or .map
[Line: 413] [low] //TODO throw new Error("propertyName '"+propName+"' not found in JSON data");
[Line: 418] [low] //TODO remove script node after call run
[Line: 427] [low] //TODO add rnd param or randomize callback name! in recordsFromJsonp
[Line: 447] [low] //TODO add rnd param or randomize callback name! in recordsFromAjax
[Line: 510] [low] //TODO implements autype without selection(useful for mobile device)
[Line: 610] [low] //TODO important optimization!!! always append data in this._recordsCache
[Line: 614] [low] //TODO here insert function that search inputText FIRST in _recordsCache keys and if not find results..
[Line: 617] [low] //TODO change structure of _recordsCache
[Line: 668] [low] //TODO refact _handleAutoresize now is not accurate
[Line: 764] [low] //TODO showLocation: start animation after setView or panTo, maybe with map.on('moveend')...
[Line: 853] [low] //TODO refact animate() more smooth! like this: http://goo.gl/DDlRs
[Line: 877] [low] //TODO use create event 'animateEnd' in SearchMarker
[Line: 50] [med] //FIXME option condition problem {autoCollapse: true, markerLocation: true} not show location
[Line: 51] [med] //FIXME option condition problem {autoCollapse: false }
[Line: 364] [med] //FIXME problem with jsonp/ajax when remote filter has different behavior of this._filterRecords
[Line: 737] [med] //FIXME if collapse in _handleSubmit hide _markerLoc!
[Line: 767] [med] //FIXME autoCollapse option hide this._markerLoc before that visualized!!