Outils pour utilisateurs

Outils du site


utile:osm_history

Ceci est une ancienne révision du document !


  #!/bin/sh
  
  in=$1
  
  f=$(basename $in .osm.bz2)
  
  bzcat $in > tmp.osm
  perl extract-polygon.pl -i tmp.osm -b 49.8101,2.1183,49.9945,2.4712 -o render/amiens.osm
  
  cd render/
  
  xmlstarlet tr osmarender.xsl osm-map-features-z17.xml > ../$f.svg
  
  Cd ../
  inkscape -f $f.svg -z -a "1100:1650:2250:2700"  -e $f.png
utile/osm_history.1234962844.txt.gz · Dernière modification: 2009/02/18 14:14 par domi