Module: MapLayers::Rest
- Defined in:
- lib/map_layers/georss.rb
Overview
Restful feture Server methods (featureserver.org/)
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
112 113 114 115 116 117 |
# File 'lib/map_layers/georss.rb', line 112 def index respond_to do |format| format.xml { wfs } format.kml { kml } end end |