dotmap icon indicating copy to clipboard operation
dotmap copied to clipboard

dotmap based on http://bmander.com/dotmap/index.html

Results 3 dotmap issues
Sort by recently updated
recently updated
newest added

In generating samples, `makedots.py` does: ``` for i in range(pop): while True: samplepoint = make_ogr_point( uniform(ll,rr), uniform(bb,tt) ) if geom.Intersects( samplepoint ): break x, y = merc.LatLonToMeters( samplepoint.GetY(), samplepoint.GetX() )...

I was able to follow the steps in the readme without any problem, so good job writing clear instructions! A friend of mine is running into a weird error though...