Skip to content

Commit

Permalink
Joto bug notice
Browse files Browse the repository at this point in the history
  • Loading branch information
gvellut committed Aug 28, 2007
1 parent 3258d53 commit d1b4c44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/geo_ruby/simple_features/geometry_factory.rb
Expand Up @@ -16,10 +16,12 @@ class GeometryFactory
attr_reader :geometry

def initialize
@geometry = nil
@geometry_stack = []
end
#resets the factory
def reset
@geometry = nil
@geometry_stack = []
end
#add a 2D point to the current geometry
Expand Down

0 comments on commit d1b4c44

Please sign in to comment.