Skip to content

Commit

Permalink
fix: OpenStreetMap named their prop licence, not license. (#362)
Browse files Browse the repository at this point in the history
See #355. That pull got merged in the wrong branch.
  • Loading branch information
smeijer committed Apr 18, 2023
1 parent 8a7b7f4 commit aefca53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/openStreetMapProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export type RequestResult = RawResult[];

export interface RawResult {
place_id: string;
license: string;
licence: string;
osm_type: string;
osm_id: number;
boundingbox: [string, string, string, string];
Expand Down

0 comments on commit aefca53

Please sign in to comment.