sort feature by name in editor
This commit is contained in:
parent
ad16a42ad2
commit
840f740b52
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ editor = {
|
|||
|
||||
features: {},
|
||||
get_features: function () {
|
||||
$.getJSON('/api/features/', function(all_features) {
|
||||
$.getJSON('/api/features/?ordering=name', function(all_features) {
|
||||
$('.feature_level_list li').remove();
|
||||
var feature_type, features, feature, layergroup;
|
||||
for (var j = 0; j < editor.feature_types_order.length; j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue