map=yes
A recreation of Stamen Design's map=yes project
---
title: map=yes
description: A recreation of [Stamen Design's map=yes project](http://mapequalsyes.stamen.com/)
options:
zoom: 12.79
center: [-77.4511, 37.5515]
style:
version: 8
layers:
- type: background
- type: fill
filter: [==, [get, leisure], park]
fill-color: rgb(0, 102, 153)
- type: fill
filter: [has, building]
fill-color: white
- type: line
filter: [==, [geometry-type], LineString]
line-color: white
---
(
nwr[building][building!=no]({{bbox}});
nwr[leisure=park]({{bbox}});
way[highway=motorway_link]({{bbox}});
);
out geom;