Skip to content

Commit

Permalink
Document SVG output
Browse files Browse the repository at this point in the history
  • Loading branch information
jstcki committed Sep 21, 2015
1 parent 7436066 commit a5815d0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ You can also generate individual files, e.g.

make topo/ch-cantons.json

## SVG Output

To generate SVG files, the usage is similar, e.g.

make svg/ch-cantons.svg

If the generated SVG has a corresponding TopoJSON file with multiple objects (e.g. `svg/ch.svg`), the resulting SVG will have multiple layers too!

*Note:* Don't use `REPROJECT=true` when generating SVGs.

## Projections and Dimensions

The coordinates of the source files is the official Swiss reference system [CH1903](http://www.swisstopo.admin.ch/internet/swisstopo/en/home/topics/survey/sys/refsys/switzerland.html) with already [projected coordinates](http://www.swisstopo.admin.ch/internet/swisstopo/en/home/topics/survey/sys/refsys/projections.html).
Expand Down

0 comments on commit a5815d0

Please sign in to comment.