Merge pull request #132 from pdxlocations/nodes-on-map

Put the Nodes on the Map!
This commit is contained in:
Ben Meadors
2023-09-27 13:05:20 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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 => {