')
@@ -131,7 +145,14 @@ L.OSM.share = function (options) {
.text(I18n.t('javascripts.share.image'))
.appendTo($imageSection);
+ $('
')
+ .attr('id', 'export-warning')
+ .attr('class', 'deemphasize')
+ .text(I18n.t('javascripts.share.only_standard_layer'))
+ .appendTo($imageSection);
+
$form = $('