forked from stefanocudini/leaflet-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
25 lines (25 loc) · 2.13 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
Tasks found in: src/leaflet-search.js
[Line: 22] [low] //TODO implements uniq option 'sourceData' that recognizes source type: url,array,callback or layer
[Line: 51] [low] //TODO implement can do research on multiple sources layers and remote
[Line: 52] [low] //TODO history: false, //show latest searches in tooltip
[Line: 57] [low] //TODO important optimization!!! always append data in this._recordsCache
[Line: 61] [low] //TODO here insert function that search inputText FIRST in _recordsCache keys and if not find results..
[Line: 64] [low] //TODO change structure of _recordsCache
[Line: 377] [low] //TODO use .filter or .map
[Line: 434] [low] //TODO throw new Error("propertyName '"+propName+"' not found in JSON data");
[Line: 443] [low] //TODO add rnd param or randomize callback name! in recordsFromJsonp
[Line: 464] [low] //TODO add rnd param or randomize callback name! in recordsFromAjax
[Line: 535] [low] //TODO: Optimize
[Line: 550] [low] //TODO implements autype without selection(useful for mobile device)
[Line: 664] [low] //TODO important optimization!!! always append data in this._recordsCache
[Line: 668] [low] //TODO here insert function that search inputText FIRST in _recordsCache keys and if not find results..
[Line: 671] [low] //TODO change structure of _recordsCache
[Line: 686] [low] //TODO _recordsFromLayer must return array of objects, formatted from _formatData
[Line: 707] [low] //TODO refact!
[Line: 721] [low] //TODO refact _handleAutoresize now is not accurate
[Line: 909] [low] //TODO refact animate() more smooth! like this: http://goo.gl/DDlRs
[Line: 933] [low] //TODO use create event 'animateEnd' in L.Control.Search.Marker
[Line: 54] [med] //FIXME option condition problem {autoCollapse: true, markerLocation: true} not show location
[Line: 55] [med] //FIXME option condition problem {autoCollapse: false }
[Line: 790] [med] //FIXME if collapse in _handleSubmit hide _markerLoc!
[Line: 823] [med] //FIXME autoCollapse option hide self._markerLoc before that visualized!!