Skip to content

Commit

Permalink
Merge pull request #6 from 2gis/bump-mapgl
Browse files Browse the repository at this point in the history
Bump mapgl
  • Loading branch information
dnischeta authored Aug 13, 2024
2 parents bae755f + a1adb48 commit 056dfe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/demo/app/context/map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const MapProvider: FC<{ children: ReactNode }> = ({ children }) => {
);

const ensureApi = async () => {
const api = await loadMapApi('https://mapgl.2gis.com/api/js/v0.0.335');
const api = await loadMapApi();
setApi(api);
return api;
};
Expand Down
2 changes: 1 addition & 1 deletion packages/lighting-control/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export class MapglLightingControl {
global: ["sun", "moon", "atmosphere"],
},
defaultLightingMode: "global",
shadow: {
shadows: {
source: lightingConfig.shadowSource,
},
});
Expand Down

0 comments on commit 056dfe9

Please sign in to comment.