dont create feature if item not selected

This commit is contained in:
Sanj 2012-08-12 19:52:43 +05:30
parent f79b8067c2
commit 0b78f091c4

View File

@ -1,3 +1,4 @@
var creds = {
'cloudmade': '534d7b971d044dcaafa6678414f26924'
}
@ -58,7 +59,7 @@ function initNewFeature(feat, type) {
// GLOBFEAT = feat;
if ($('.selectedItem').length == 0) {
alert("please select an item from the list first");
return false;
}
var $selectedItem = $('.selectedItem');
$selectedItem.data("layer", feat);