r53660 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r53659‎ | r53660 | r53661 >
Date:20:29, 22 July 2009
Author:avar
Status:deferred
Tags:
Comment:
OSM uses osm-template-fontset.xml, not osm-template.xml. The former depends on ttf-unifont but has all sort of i18n-supporting goodies, like CJK support
Modified paths:
  • /trunk/tools/osm-tools/osm2pgsql-style/create-mapnik-stylesheets.pl (modified) (history)

Diff [purge]

Index: trunk/tools/osm-tools/osm2pgsql-style/create-mapnik-stylesheets.pl
@@ -10,7 +10,7 @@
1111 perl create-mapnik-stylesheets.pl \
1212 --out-dir /sql/mapnik-stylesheets/osm-like \
1313 --languages /sql/misc-data/wikipedia-languages.yml \
14 - --osm-template /usr/local/src/osm/applications/rendering/mapnik/osm-template.xml \
 14+ --osm-template /usr/local/src/osm/applications/rendering/mapnik/osm-template-fontset.xml \
1515 --symbols-dir /usr/local/src/osm/applications/rendering/mapnik/symbols \
1616 --world-boundaries-dir /sql/world_boundaries/unpacked \
1717 --psql-host localhost \

Status & tagging log