Skip to content

Commit

Permalink
Remove unused vite build is more aggressive tha start dev...
Browse files Browse the repository at this point in the history
  • Loading branch information
cneben committed Jul 14, 2024
1 parent 8f04f86 commit 5afaf60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Map = () => {
// 'building' layer in the streets vector source contains building-height
// data from OpenStreetMap.
map.current.on("load", function () {
var layers = map.current!.getStyle().layers;
//var layers = map.current!.getStyle().layers;
map.current!.addLayer(
{
id: "building-3d",
Expand Down

0 comments on commit 5afaf60

Please sign in to comment.