lib/geo_ruby/simple_features/polygon.rb in GeoRuby-1.1.1 vs lib/geo_ruby/simple_features/polygon.rb in GeoRuby-1.1.2
- old
+ new
@@ -101,10 +101,10 @@
boundary = "outerBoundaryIs"
else
boundary = "innerBoundaryIs"
end
result += "<#{boundary}><LinearRing><coordinates>\n"
- result += ring.kml_poslist(options[:allow_z])
+ result += ring.kml_poslist(options)
result += "\n</coordinates></LinearRing></#{boundary}>\n"
end
result += "</Polygon>\n"
end