]> git.argeo.org Git - gpl/argeo-slc.git/blob - eclipse/plugins/org.argeo.slc.client.gis/META-INF/spring/gisclient-views.xml
User ${version.slc} instead of ${project.version}
[gpl/argeo-slc.git] / eclipse / plugins / org.argeo.slc.client.gis / META-INF / spring / gisclient-views.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
9 <bean id="org.argeo.slc.client.gis.mapView" class="org.argeo.slc.client.gis.views.GeoToolsMapView"
10 scope="prototype">
11 <property name="positionProvider" ref="positionProvider" />
12 <property name="backend" ref="backend" />
13 <property name="mapContext" ref="mapContext" />
14 </bean>
15
16 <bean id="mapContext" class="org.geotools.map.DefaultMapContext" />
17
18 </beans>