Skip to content

Commit

Permalink
feat(nominatim): use https service
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbeau committed Feb 21, 2017
1 parent 83e7da9 commit 2087649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/search/sources/search-source-nominatim.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SearchResult } from '../shared/search-result.interface';
export class SearchSourceNominatim extends SearchSource {

static name_: string = 'Nominatim';
static searchUrl: string = 'http://nominatim.openstreetmap.org/search';
static searchUrl: string = 'https://nominatim.openstreetmap.org/search';

constructor(private http: Http) {
super();
Expand Down

0 comments on commit 2087649

Please sign in to comment.