# [[Vinland]]
_The City of Bridges_
Vinland is the closest large city to [[Riverside]], and is a few days by barge from Riverside. It has about 10,000 people, which is large for this world. On the southern edge of the city, there is a road that goes east to west. There are many merchants here.
[[Weirroot Forest]] is a large forest that encompasses the entire eastern side of Vinland.
## Gates
There are two entrances/exits to Vinland:
- Northeast: where [[Kendor]] and [[Unusual Orc Tribe]] had been spotted leaving.
- Southeast: the main entrance, where most of the trade comes through.
## Locations
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"place") and contains(location,"Vinland")
and file.name != "Vinland"
SORT file.name ASC
```
## NPCs
```dataview
table description as "Description" from "ttrpgs/Return of the Green Death"
WHERE contains(type,"NPC") or contains(type,"faction") and contains(location,"Vinland")
SORT file.name ASC
```