Maperitive Rules for streets as .svg

Hi,

I just started using maperitive. It seems to be a great toll but I still have some questions concerning how to use rules. I just used a rule to make a “Schwarzplan”:

features
areas
building : building
properties
map-background-color : #FFFFFF
line-style : none
rules
target : building
define
fill-color : black
draw : fill

This rule worked well. Now I would like to export streets as .svg-file. Is that possible? I tried to write a rule myself but it didn’t work.
It looks like that:

features
street : street
properties
map-background-color : #FFFFFF
map-background-opacity : 1

rules
target : road
define
line-style : solid
line-color : black
draw : line

The error is: ERROR: Wrong identation (line=2, col=3)

So I guess the feature “street” doesn’t exist? How do I know which features exist in OpenStreetMap?

Please help me :slight_smile:

Cheers, Isabelle