Revision 32195 branches/v2_0_0_prep/libraries/libGeocoding/src/org/gvsig/geocoding/impl/DataGeocoderImpl.java

View differences:

DataGeocoderImpl.java
145 145

  
146 146
		Set<GeocodingResult> results = new TreeSet<GeocodingResult>();
147 147
		// get the style
148
		AbstractGeocodingStyle astyle = getPattern().getSource().getStyle();
148
		AbstractGeocodingStyle astyle = getPattern().getDataSource().getStyle();
149 149
		// get literal with relations with the store
150 150
		Literal relationsLiteral = astyle.getRelationsLiteral();
151 151
		// list of list with one or more literal results

Also available in: Unified diff