Skip to content

problem with Internet Explorer #49

Description

@ghassenrachid
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)"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions