Skip to content

Commit

Permalink
Handle lazy provider
Browse files Browse the repository at this point in the history
  • Loading branch information
jonataswalker committed Jul 4, 2019
1 parent dabc10d commit 1f524bd
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 147 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
KEY_OPENCAGE=N2VlNTM4MTRmMmIxZjIxYzdjZGM0ZTBhZmNjZDA2MDA=
KEY_MAPQUEST=NXdMYU1ROVo1NnBWZ0lLcXhoRDJVYU0yQmV0bFI2Vno=
KEY_BING=Amke-6yCFq_XX-Ew_C8i-KjZ0FoEsRMVE2D3GZ-iY6qk5OCnEShvN3jCyJhdp_8f
KEY_BING=QW1rZS02eUNGcV9YWC1Fd19DOGktS2paMEZvRXNSTVZFMkQzR1otaVk2cWs1T0NuRVNodk4zakN5SmhkcF84Zg==
2 changes: 0 additions & 2 deletions konstants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,9 @@ export const FEATURE_SRC =
export const PROVIDERS = {
OSM: 'osm',
MAPQUEST: 'mapquest',
GOOGLE: 'google',
PHOTON: 'photon',
BING: 'bing',
OPENCAGE: 'opencage',
PELIAS: 'pelias',
};

export const DEFAULT_OPTIONS = {
Expand Down
Loading

0 comments on commit 1f524bd

Please sign in to comment.