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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
package.json
-
src/pages/Map.tsx
|
|
|
@ -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 => { |
|
|
|
|