/[projects]/dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AdressSearch.java
ViewVC logotype

Diff of /dao/DaoAdresseService/src/dk/daoas/daoadresseservice/AdressSearch.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2348 by torben, Mon Feb 23 14:39:49 2015 UTC revision 2349 by torben, Mon Feb 23 15:02:48 2015 UTC
# Line 72  public class AdressSearch { Line 72  public class AdressSearch {
72                                    
73                  if ( gadeident == null) {                  if ( gadeident == null) {
74                          if (config.useGoogle) {                          if (config.useGoogle) {
75                                  String googleVej = GeocodeHelper.googleHelper(postnr, split.vej );                                  String googleVej = GeocodeHelper.googleHelper(config, postnr, split.vej );
76                                  google = true;                                  google = true;
77                                                                    
78                                  if (googleVej != null) {                                  if (googleVej != null) {

Legend:
Removed from v.2348  
changed lines
  Added in v.2349

  ViewVC Help
Powered by ViewVC 1.1.20