Skip to content

Commit

Permalink
Use HeliumGeek for tile server
Browse files Browse the repository at this point in the history
  • Loading branch information
mbthiery committed Aug 23, 2024
1 parent 44b8162 commit ca3d941
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/HotspotsMap/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,14 @@ export const networkLayers: { [network: string]: NetworkCoverageLayerOption } =
name: "IOT",
icon: HeliumIotIcon,
color: HELIUM_IOT_COLOR,
sourceDomain: process.env.NEXT_PUBLIC_HOTSPOTTY_TILESERVER_URL!,
sourceDomain: process.env.NEXT_PUBLIC_HELIUMGEEK_TILESERVER_URL!,
points: {
sourcePath: "public.helium_iot_points.json",
sourceLayer: "public.helium_iot_points",
sourcePath: "hg.gateways-rewarded-r8.points.json",
sourceLayer: "hg.gateways-rewarded-r8.points",
},
hexes: {
sourcePath: "public.helium_iot_hexes.json",
sourceLayer: "public.helium_iot_hexes",
sourcePath: "hg.gateways-rewarded-r8.hexes.json",
sourceLayer: "hg.gateways-rewarded-r8.hexes",
},
},
}

0 comments on commit ca3d941

Please sign in to comment.