Browse Source

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

Put the Nodes on the Map!
pull/135/head
Ben Meadors 3 years ago
committed by GitHub
parent
commit
4fd0ab689f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 2
      src/pages/Map.tsx

2
package.json

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

2
src/pages/Map.tsx

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

Loading…
Cancel
Save