]> git.argeo.org Git - lgpl/argeo-commons.git/blob - openlayers.xml
a9d684265fc63ddb036d03168c7f5874a4f26034
[lgpl/argeo-commons.git] / openlayers.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <beans xmlns="http://www.springframework.org/schema/beans"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframework.org/schema/p"
4 xsi:schemaLocation="
5 http://www.springframework.org/schema/beans
6 http://www.springframework.org/schema/beans/spring-beans.xsd">
7
8 <bean id="mapControlCreator"
9 class="org.argeo.gis.ui.rap.openlayers.OpenLayersMapControlCreator">
10 <property name="geoJcrMapper" ref="geoJcrMapper" />
11 </bean>
12
13 </beans>