Error in SUMO dlr [closed]
map % -n map.net.xml --osm-files map.osm --type-file typemap.xml -o map.poly.xml
zsh: command not found: -n
Any idea on how to solve this error?
You haven’t provided a command, only options to a command.
For example, ls -l
runs ls
with the option -l
. Just -l
on its own has no meaning.
You’ve tried to run -n …
, so there’s no command given.