/[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 2364 by torben, Tue Feb 24 11:29:57 2015 UTC revision 2365 by torben, Tue Feb 24 12:16:10 2015 UTC
# Line 99  public class AdressSearch { Line 99  public class AdressSearch {
99                                    
100                  if ( gadeident == null) {                  if ( gadeident == null) {
101                          if (config.useOpenStreetMaps) {                          if (config.useOpenStreetMaps) {
102                                  result.osmVej = GeocodeHelper.openstreetmapHelper(postnr, result.splitReult.vej );                                  result.osmVej = GeocodeHelper.openstreetmapHelper(config, postnr, result.splitReult.vej );
103                                  result.osm = true;                                  result.osm = true;
104                                                                    
105                                  if (result.osmVej != null) {                                  if (result.osmVej != null) {

Legend:
Removed from v.2364  
changed lines
  Added in v.2365

  ViewVC Help
Powered by ViewVC 1.1.20