Skip to content

Commit

Permalink
Fix poi source layer name
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Jun 8, 2024
1 parent 5839060 commit 965e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IsraelHiking.Web/src/application/services/poi.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ type SourceLayerAndJson = {
export class PoiService {

private static readonly POIS_MAP: Record<string, SourceLayerAndJson> = {
"points-of-interest": { sourceLayer: "public_poi", json: "public_pois.json"},
"points-of-interest": { sourceLayer: "public_pois", json: "public_pois.json"},
"external-points-of-interest": { sourceLayer: "external", json: "external.json"}
}

Expand Down

0 comments on commit 965e40e

Please sign in to comment.