I made a project in my personal computer (mac OS Xlion) and now I would like to modify it on my work computer (windows 7), Is it possible?
Asked
Active
Viewed 389 times
5
1 Answers
4
You might get problems with the folder structure, if project file and datasources are not in the same folder, or you used absolute instead of relative folder names.
But you can look into the project file with any text editor and fix that.
If your datasources are all in one folder on the mac, save the project file into that same folder using relative paths. You can choose that under Project -> Project Properties, General tab.
Then copy all to the windows machine, and look if it works now.
If not, open a new project and add the same layers. Now you can compare the two project files, especially the part where the layers are loaded between the <datasource> tags. Change the Mac file to the same structure as the windows file, and it should work.
AndreJ
- 76,698
- 5
- 86
- 162
Handle bad layersand when i tried something he write me that there still 5(in this case) unhandled layers – Thibaud Calassou Mar 20 '15 at 15:46