Method: GeoRuby::SimpleFeatures::MultiLineString#to_json
- Defined in:
- lib/geo_ruby/simple_features/multi_line_string.rb
#to_json(options = {}) ⇒ Object Also known as: as_geojson
simple geojson representation TODO add CRS / SRID support?
47 48 49 |
# File 'lib/geo_ruby/simple_features/multi_line_string.rb', line 47 def to_json( = {}) as_json().to_json() end |