This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Maperitive - Problem for exporting to SVG (access denied)

0

Hello,

I'm using Maperitive through Parallels Desktop. When I want to export the map into a SVG file, the export fails :

> export-svg compatibility=illustrator Preparing the SVG... Access to the path 'C:\Windows\output' is denied.

Do you know what can I do against this problem ? How can I redefine the path ?

Thanks a lot

Antoine

asked 27 Nov '12, 15:45

Cosmicgarden's gravatar image

Cosmicgarden
11112
accept rate: 0%

edited 21 Apr '13, 00:42

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

3

I don't know about Parallels Desktop, but it looks like Maperitive is running in C:\Windows as the default working directory, and that is a protected directory under Windows. export-svg command generates SVG files inside output directory of the current working dir.

I suggest using the change-dir command to move to somewhere else or specifying the output file explicitly int the export-svg command.

answered 27 Nov '12, 17:41

Breki's gravatar image

Breki
2.0k51843
accept rate: 10%

2

Hi Breki,

Thanks a lot for your quick answer. The advice you suggested worked well !

Best,

Antoine

(29 Nov '12, 13:56) Cosmicgarden

Source code available on GitHub .