Re: [Mapyrus-users] Mapyrus help
Brought to you by:
simoc
|
From: luca m. <luc...@gm...> - 2007-06-11 13:26:38
|
HI List, I did several trial with simple test per drawing points from a points shape I just get the white canvas and never seen any point and not even any debug info appears. I'm sure I'm doing a real silly error but you could save me a lot of hours if someone could help with a little hint. Thanks in advance luca ---------------------------------- newpage "svg", "test.svg", 200, 200, "background=white" begin idnodo name circle 0, 0, 2 color "red" stroke clearpath move 3, 0 font "Dialog", 4 label name end # Read each city from text file and draw symbol at it latitude/longitude position. color "orange" linestyle 10 dataset "shapefile", "test.shp", "dbffields=" worlds Mapyrus.dataset.min.x, Mapyrus.dataset.min.y, \ Mapyrus.dataset.max.x, Mapyrus.dataset.max.y clearpath while Mapyrus.fetch.more do clearpath fetch addpath GEOMETRY print "DEBUG:", GEOMETRY, ID stroke idnodo ID done ---------------------------------- -- luca marletta www.beopen.it |