mirror of
https://github.com/meshtastic/web.git
synced 2026-04-20 13:58:44 -04:00
Merge pull request #132 from pdxlocations/nodes-on-map
Put the Nodes on the Map!
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "meshtastic-web",
|
||||
"version": "2.2.4-0",
|
||||
"version": "2.2.5-0",
|
||||
"type": "module",
|
||||
"description": "Meshtastic web client",
|
||||
"license": "GPL-3.0-only",
|
||||
|
||||
@@ -15,7 +15,7 @@ import {
|
||||
ZoomOutIcon,
|
||||
} from "lucide-react";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
import { Layer, Map as Marker, Source, useMap } from "react-map-gl";
|
||||
import { Layer, Marker, Source, useMap } from "react-map-gl";
|
||||
import MapGL from "react-map-gl/maplibre";
|
||||
|
||||
export const MapPage = (): JSX.Element => {
|
||||
|
||||
Reference in New Issue
Block a user