Skip to content

Commit

Permalink
Merge pull request #2 from JasonSanford/master
Browse files Browse the repository at this point in the history
Changed g.drawCircle to gju.drawCircle
  • Loading branch information
max-mapper committed May 14, 2011
2 parents c5c5c5a + aadc8b4 commit ee281f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you retrieve a bunch of results from a bounding box query (common with R-Tree
}),
// draw a circular polygon from the center of
// the bounding box with a 100 meter radius
circle = g.drawCircle(100, center);
circle = gju.drawCircle(100, center);

for (var point in listOfPointsReturnedFromBoundingBoxQuery) {
if (gju.pointInPolygon(point, circle)) {
Expand Down

0 comments on commit ee281f3

Please sign in to comment.