summaryrefslogtreecommitdiffstats
path: root/sparky/dynamic/routes/sparky-core-prepareGeoVisualization.route
blob: 072bd348319b8940489ea0b65907d6760e5e12e7 (plain)
1
2
3
4
<route xmlns="http://camel.apache.org/schema/spring" trace="true">
     <from uri="restlet:/search/visualization/geovisualization?restletMethods=get,post" />
     <to  uri="bean:geoVisualizationProcessor?method=getGeoVisualizationResults"/>
</route>