Closed
Description
function export_shp(){
var tab_markers = export_map();
var options = {
types: {
point: 'points',
polygon: 'polygons',
line: 'pipes'
}
}
shpwrite.download({
type: 'FeatureCollection',
features: tab_markers
}, options);
}
my code work with chrome and firefox but when i use internet explorer the browser ask me if i want to allow the website to open an application on my computer
when i allow it say "there is no application installed that can open this type of link (data)"
Metadata
Metadata
Assignees
Labels
No labels