Merge pull request #1950 from systemed/name-suggest

Autocomplete on name=*
This commit is contained in:
John Firebaugh
2013-11-04 13:26:35 -08:00
13 changed files with 4661 additions and 12 deletions
+4 -2
View File
@@ -17,7 +17,8 @@ iD.data = {
path + 'data/feature-icons.json',
path + 'data/operations-sprite.json',
path + 'data/locales.json',
path + 'dist/locales/en.json'
path + 'dist/locales/en.json',
path + 'data/name-suggestions.json'
], d3.json, function (err, data) {
iD.data = {
@@ -35,7 +36,8 @@ iD.data = {
featureIcons: data[9],
operations: data[10],
locales: data[11],
en: data[12]
en: data[12],
suggestions: data[13]
};
callback();
File diff suppressed because it is too large Load Diff