mbforbes / mapgen

Procedural map generation with GANs.
https://maxwellforbes.com/posts/procedural-map-generation-with-gans
13 stars 0 forks source link

Simple renderer #3

Closed mbforbes closed 6 years ago

mbforbes commented 6 years ago

Export (e.g., to SVG) the shapes of a loaded OSM file.

This will be useful:

  1. to see what my data loading has gotten (whether I'm missing something I expected to have or have things I expected to be filtering out), ensure my labels are accurate, and ensure my geometric interpretations are sound

  2. for later on when generating

mbforbes commented 6 years ago

Next up (renderer issue, but actually important conceptual issue) is to draw roads as lines instead of polygons

mbforbes commented 6 years ago

Rough draft done