migurski / Dymo

Map label placer with simulated annealing.
148 stars 17 forks source link

preprocessing flag for culling dense places #4

Closed nvkelso closed 12 years ago

nvkelso commented 12 years ago

optparser.add_option('-r', '--radius', dest='radius', type='int', help='Pixel buffer around each place. Default value is %(radius)d.' % defaults)

nvkelso commented 12 years ago

Otherwise the temperature is 10k+ forever trying to include cities that are low priority at that zoom. Akin to the mapnik logic.

migurski commented 12 years ago

Fixed in 61ca2f9.