Skip to content

Commit

Permalink
Add UomMapper to context
Browse files Browse the repository at this point in the history
  • Loading branch information
smithkm committed Apr 22, 2016
1 parent 13fc32a commit 9af55e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/community/ysld/src/main/resources/applicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

<bean id="ysldHandler" class="org.geoserver.ysld.YsldHandler">
<constructor-arg ref="gwcZoomContextFinder"/>
<constructor-arg ref="ysldUomMapper"/>
</bean>

<bean id="ysldUomMapper" class="org.geotools.ysld.UomMapper">
</bean>

<bean id="gwcZoomContextFinder" class="org.geoserver.ysld.GWCZoomContextFinder">
<constructor-arg ref="gwcGridSetBroker"/>
</bean>
Expand Down

0 comments on commit 9af55e1

Please sign in to comment.