summarylogtreecommitdiffstats
path: root/orp.pl.patch
diff options
context:
space:
mode:
authoroli2015-10-09 16:46:07 +0200
committeroli2015-10-09 16:46:07 +0200
commit74b8e4ba08fa088f75066d2e7e022128cff94fad (patch)
treedbfecaecec82debc2c32ad8b8a8c81a703d42e80 /orp.pl.patch
parentfcdaab0d4a0c5de3c7f00c699a56057aaa3d72a2 (diff)
downloadaur-orp-svn.tar.gz
updated
Diffstat (limited to 'orp.pl.patch')
-rw-r--r--orp.pl.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/orp.pl.patch b/orp.pl.patch
new file mode 100644
index 000000000000..e63c32caeb8b
--- /dev/null
+++ b/orp.pl.patch
@@ -0,0 +1,20 @@
+--- orp.pl.orig 2015-10-09 15:24:50.519283448 +0200
++++ orp.pl 2015-10-09 15:34:05.000000000 +0200
+@@ -447,7 +447,7 @@
+ $obj->{'multipolygon'} = 1; # Mark object as beeing part of a multipolygon
+ }
+
+- if (defined(@$outerways))
++ if (@$outerways)
+ {
+ if (!multipolygon_has_tags($multipolygon))
+ {
+@@ -1203,7 +1203,7 @@
+ 'inkscape:groupmode' => 'layer',
+ 'inkscape:label' => 'Copyright',
+ 'transform' => sprintf('translate(%f,%f)', $documentWidth, $documentHeight));
+- open(CCLOGO, "cclogo.svg");
++ open(CCLOGO, "/usr/share/orp/orp/cclogo.svg");
+ local $/;
+ $_ = <CCLOGO>;
+ $writer->raw($_);