lib/rgeo/feature/factory_generator.rb in rgeo-0.1.21 vs lib/rgeo/feature/factory_generator.rb in rgeo-0.1.22
- old
+ new
@@ -87,13 +87,13 @@
# viable factory, even if it does not strictly match the
# requested configuration. Default is usually false.
# <tt>:srid</tt>::
# The SRID for the factory and objects it creates.
# Default is usually 0.
- # <tt>:support_z_coordinate</tt>::
+ # <tt>:has_z_coordinate</tt>::
# Support the <tt>z_coordinate</tt> capability.
# Default is usually false.
- # <tt>:support_m_coordinate</tt>::
+ # <tt>:has_m_coordinate</tt>::
# Support the <tt>m_coordinate</tt> capability.
# Default is usually false.
def call(config_={})
nil