Module: MapLayers::Rest

Defined in:
lib/map_layers.rb

Overview

Restful feture Server methods (featureserver.org/)

Instance Method Summary collapse

Instance Method Details

#indexObject



344
345
346
347
348
349
# File 'lib/map_layers.rb', line 344

def index
  respond_to do |format|
    format.xml { wfs }
    format.kml { kml }
  end
end